@charset "UTF-8";

/* src/styles.scss */
/*!
 * Bootstrap Italia  (https://italia.github.io/bootstrap-italia/)
 * Authors: https://github.com/italia/bootstrap-italia/blob/main/AUTHORS
 * Licensed under BSD-3-Clause license (https://github.com/italia/bootstrap-italia/blob/main/LICENSE)
 * This a fork of Bootstrap: Initial license below
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors- Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT license (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bootstrap-italia-version: "2.14.0";
}
:root {
  --bs-indigo: hsl(243, 100%, 65%);
  --bs-purple: hsl(243, 100%, 80%);
  --bs-pink: hsl(350, 100%, 85%);
  --bs-red: hsl(350, 60%, 50%);
  --bs-orange: hsl(36, 100%, 30%);
  --bs-yellow: hsl(44, 100%, 72.5%);
  --bs-green: hsl(160, 100%, 25%);
  --bs-teal: hsl(178, 90%, 32%);
  --bs-cyan: hsl(178, 100%, 50%);
  --bs-white: hsl(0, 0%, 100%);
  --bs-gray: hsl(0, 0%, 32%);
  --bs-gray-dark: hsl(0, 0%, 15%);
  --bs-blue: hsl(210, 100%, 45%);
  --bs-gray-secondary: hsl(210, 17%, 44%);
  --bs-gray-tertiary: hsl(205, 21.2121212121%, 44.55%);
  --bs-gray-quaternary: hsl(238, 100%, 99.5%);
  --bs-gray-100: hsl(0, 0%, 96%);
  --bs-gray-200: hsl(0, 0%, 90%);
  --bs-gray-300: hsl(0, 0%, 83%);
  --bs-gray-400: hsl(0, 0%, 64%);
  --bs-gray-500: hsl(0, 0%, 45%);
  --bs-gray-600: hsl(0, 0%, 32%);
  --bs-gray-700: hsl(0, 0%, 25%);
  --bs-gray-800: hsl(0, 0%, 15%);
  --bs-gray-900: hsl(0, 0%, 10%);
  --bs-primary: hsl(210, 100%, 40%);
  --bs-secondary: hsl(210, 17%, 44%);
  --bs-success: hsl(160, 100%, 25%);
  --bs-info: hsl(210, 17%, 44%);
  --bs-warning: hsl(36, 100%, 30%);
  --bs-danger: hsl(350, 60%, 50%);
  --bs-light: hsl(255, 32.2033898305%, 92.625%);
  --bs-dark: hsl(210, 54%, 20%);
  --bs-black: hsl(0, 0%, 0%);
  --bs-white: hsl(0, 0%, 100%);
  --bs-100: hsl(0, 0%, 96%);
  --bs-200: hsl(0, 0%, 90%);
  --bs-300: hsl(0, 0%, 83%);
  --bs-400: hsl(0, 0%, 64%);
  --bs-500: hsl(0, 0%, 45%);
  --bs-600: hsl(0, 0%, 32%);
  --bs-700: hsl(0, 0%, 25%);
  --bs-800: hsl(0, 0%, 15%);
  --bs-900: hsl(0, 0%, 10%);
  --bs-primary-rgb:
    0,
    102,
    204;
  --bs-secondary-rgb:
    93,
    112,
    131;
  --bs-success-rgb:
    0,
    128,
    85;
  --bs-info-rgb:
    93,
    112,
    131;
  --bs-warning-rgb:
    153,
    92,
    0;
  --bs-danger-rgb:
    204,
    51,
    77;
  --bs-light-rgb:
    233,
    230,
    242;
  --bs-dark-rgb:
    23,
    51,
    79;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-100-rgb:
    245,
    245,
    245;
  --bs-200-rgb:
    230,
    230,
    230;
  --bs-300-rgb:
    212,
    212,
    212;
  --bs-400-rgb:
    163,
    163,
    163;
  --bs-500-rgb:
    115,
    115,
    115;
  --bs-600-rgb:
    82,
    82,
    82;
  --bs-700-rgb:
    64,
    64,
    64;
  --bs-800-rgb:
    38,
    38,
    38;
  --bs-900-rgb:
    26,
    26,
    26;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-body-color-rgb:
    26,
    26,
    26;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-font-sans-serif:
    "Titillium Web",
    Geneva,
    Tahoma,
    sans-serif;
  --bs-font-monospace: "Roboto Mono", monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: hsl(0, 0%, 10%);
  --bs-body-bg: hsl(0, 0%, 100%);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: hsl(210, 4%, 78%);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 2px;
  --bs-border-radius-lg: 8px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: hsl(210, 100%, 40%);
  --bs-link-hover-color: rgb(0, 81.6, 163.2);
  --bs-code-color: hsl(210, 54%, 20%);
  --bs-highlight-bg: hsl(178, 100%, 90%);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875rem;
}
mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875rem;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: hsl(210, 17%, 44%);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1176px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(0, 102, 204, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(93, 112, 131, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(0, 128, 85, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(93, 112, 131, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(153, 92, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(204, 51, 77, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(233, 230, 242, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(23, 51, 79, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-black {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-white {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-100 {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(245, 245, 245, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-200 {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(230, 230, 230, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-300 {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(212, 212, 212, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-400 {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(163, 163, 163, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-500 {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(115, 115, 115, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-600 {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(82, 82, 82, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-700 {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(64, 64, 64, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-800 {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(38, 38, 38, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-900 {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(26, 26, 26, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: hsl(210, 100%, 40%) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: rgb(0, 81.6, 163.2) !important;
}
.link-secondary {
  color: hsl(210, 17%, 44%) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: rgb(74.5008, 89.76, 105.0192) !important;
}
.link-success {
  color: hsl(160, 100%, 25%) !important;
}
.link-success:hover,
.link-success:focus {
  color: #006644 !important;
}
.link-info {
  color: hsl(210, 17%, 44%) !important;
}
.link-info:hover,
.link-info:focus {
  color: rgb(74.5008, 89.76, 105.0192) !important;
}
.link-warning {
  color: hsl(36, 100%, 30%) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: rgb(122.4, 73.44, 0) !important;
}
.link-danger {
  color: hsl(350, 60%, 50%) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: rgb(163.2, 40.8, 61.2) !important;
}
.link-light {
  color: hsl(255, 32.2033898305%, 92.625%) !important;
}
.link-light:hover,
.link-light:focus {
  color: rgb(237.5325, 235.11, 244.8) !important;
}
.link-dark {
  color: hsl(210, 54%, 20%) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: rgb(18.768, 40.8, 62.832) !important;
}
.link-black {
  color: hsl(0, 0%, 0%) !important;
}
.link-black:hover,
.link-black:focus {
  color: black !important;
}
.link-white {
  color: hsl(0, 0%, 100%) !important;
}
.link-white:hover,
.link-white:focus {
  color: white !important;
}
.link-100 {
  color: hsl(0, 0%, 96%) !important;
}
.link-100:hover,
.link-100:focus {
  color: rgb(246.84, 246.84, 246.84) !important;
}
.link-200 {
  color: hsl(0, 0%, 90%) !important;
}
.link-200:hover,
.link-200:focus {
  color: rgb(234.6, 234.6, 234.6) !important;
}
.link-300 {
  color: hsl(0, 0%, 83%) !important;
}
.link-300:hover,
.link-300:focus {
  color: rgb(220.32, 220.32, 220.32) !important;
}
.link-400 {
  color: hsl(0, 0%, 64%) !important;
}
.link-400:hover,
.link-400:focus {
  color: rgb(181.56, 181.56, 181.56) !important;
}
.link-500 {
  color: hsl(0, 0%, 45%) !important;
}
.link-500:hover,
.link-500:focus {
  color: rgb(91.8, 91.8, 91.8) !important;
}
.link-600 {
  color: hsl(0, 0%, 32%) !important;
}
.link-600:hover,
.link-600:focus {
  color: rgb(65.28, 65.28, 65.28) !important;
}
.link-700 {
  color: hsl(0, 0%, 25%) !important;
}
.link-700:hover,
.link-700:focus {
  color: #333333 !important;
}
.link-800 {
  color: hsl(0, 0%, 15%) !important;
}
.link-800:hover,
.link-800:focus {
  color: rgb(30.6, 30.6, 30.6) !important;
}
.link-900 {
  color: hsl(0, 0%, 10%) !important;
}
.link-900:hover,
.link-900:focus {
  color: rgb(20.4, 20.4, 20.4) !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-3x2 {
  --bs-aspect-ratio: 66.6666666667%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-100-rgb), var(--bs-border-opacity)) !important;
}
.border-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-200-rgb), var(--bs-border-opacity)) !important;
}
.border-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-300-rgb), var(--bs-border-opacity)) !important;
}
.border-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-400-rgb), var(--bs-border-opacity)) !important;
}
.border-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-500-rgb), var(--bs-border-opacity)) !important;
}
.border-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-600-rgb), var(--bs-border-opacity)) !important;
}
.border-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-700-rgb), var(--bs-border-opacity)) !important;
}
.border-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-800-rgb), var(--bs-border-opacity)) !important;
}
.border-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-900-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-100-rgb), var(--bs-text-opacity)) !important;
}
.text-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-200-rgb), var(--bs-text-opacity)) !important;
}
.text-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-300-rgb), var(--bs-text-opacity)) !important;
}
.text-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-400-rgb), var(--bs-text-opacity)) !important;
}
.text-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-500-rgb), var(--bs-text-opacity)) !important;
}
.text-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-600-rgb), var(--bs-text-opacity)) !important;
}
.text-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-700-rgb), var(--bs-text-opacity)) !important;
}
.text-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-800-rgb), var(--bs-text-opacity)) !important;
}
.text-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-900-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: hsl(210, 17%, 44%) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-100-rgb), var(--bs-bg-opacity)) !important;
}
.bg-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-200-rgb), var(--bs-bg-opacity)) !important;
}
.bg-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-300-rgb), var(--bs-bg-opacity)) !important;
}
.bg-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-400-rgb), var(--bs-bg-opacity)) !important;
}
.bg-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-500-rgb), var(--bs-bg-opacity)) !important;
}
.bg-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-600-rgb), var(--bs-bg-opacity)) !important;
}
.bg-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-700-rgb), var(--bs-bg-opacity)) !important;
}
.bg-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-800-rgb), var(--bs-bg-opacity)) !important;
}
.bg-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-900-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:focus:not([data-focus-mouse=true]),
.toggles label input[type=checkbox]:focus + .lever,
.form-check [type=checkbox]:focus + label,
.form-check [type=radio]:focus + label,
.form-check .toggles label:has(input[type=checkbox]:focus:not([data-focus-mouse=true])),
.it-carousel-wrapper .splide__pagination button:focus:not([data-focus-mouse=true]),
.upload:focus:not([data-focus-mouse=true]) + label,
.upload-dragdrop-input:focus[type=file]:not([data-focus-mouse=true]) + label,
.avatar-upload:focus-within:not([data-focus-mouse=true]),
.rating input:focus:not([data-focus-mouse=true]) + label svg {
  border-color: hsl(0, 0%, 0%) !important;
  box-shadow: 0 0 0 2px hsl(0, 0%, 100%), 0 0 0 5px hsl(0, 0%, 0%) !important;
  outline: 3px solid transparent !important;
  outline-offset: 3px !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  box-shadow: none !important;
}
[data-focus-mouse=true]:not(.btn),
.toggles label input[type=checkbox]:focus[data-focus-mouse=true] + .lever,
.form-check [type=checkbox]:focus[data-focus-mouse=true] + label,
.form-check [type=radio]:focus[data-focus-mouse=true] + label,
.form-check .toggles label:has(input[type=checkbox]:focus[data-focus-mouse=true]) {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
p a:focus:not([data-focus-mouse=true], .btn) {
  outline-offset: 0px !important;
  outline: 3px hsl(0, 0%, 0%) solid !important;
  background: hsl(0, 0%, 100%);
  box-shadow: none !important;
  color: hsl(210, 100%, 40%) !important;
}
.shadow:focus:not([data-focus-mouse=true]),
.shadow-none:focus:not([data-focus-mouse=true]),
.shadow-sm:focus:not([data-focus-mouse=true]),
.shadow-lg:focus:not([data-focus-mouse=true]) {
  box-shadow: 0 0 0 2px hsl(0, 0%, 100%), 0 0 0 5px hsl(0, 0%, 0%) !important;
}
.avatar-group-stacked .avatar:focus:not([data-focus-mouse=true]) {
  border: 0;
  margin-left: -4px;
  margin-top: 2px;
  margin-right: 2px;
}
.avatar-group-stacked .avatar.avatar-dropdown .btn-dropdown:focus:not([data-focus-mouse=true]) {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.chip button:focus:not([data-focus-mouse=true]) {
  border-radius: 50%;
}
.form-check .toggles label:has(input[type=checkbox]:focus:not([data-focus-mouse=true])) input,
.form-check .toggles label:has(input[type=checkbox]:focus:not([data-focus-mouse=true])) .lever {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-check.form-check-group :focus:not([data-focus-mouse=true]),
.form-check.form-check-group [type=checkbox]:focus + label,
.form-check.form-check-group [type=radio]:focus + label {
  width: 100%;
}
.bg-dark .btn:focus:not([data-focus-mouse=true]),
.bg-dark .toggles label input[type=checkbox]:focus + .btn.lever,
.toggles label .bg-dark input[type=checkbox]:focus + .btn.lever,
.bg-dark .form-check [type=checkbox]:focus + label.btn,
.form-check .bg-dark [type=checkbox]:focus + label.btn,
.bg-dark .form-check [type=radio]:focus + label.btn,
.form-check .bg-dark [type=radio]:focus + label.btn,
.bg-dark .form-check .toggles label.btn:has(input[type=checkbox]:focus:not([data-focus-mouse=true])),
.form-check .toggles .bg-dark label.btn:has(input[type=checkbox]:focus:not([data-focus-mouse=true])),
.back-to-top.dark:focus:not([data-focus-mouse=true]),
.toggles label input[type=checkbox]:focus + .back-to-top.dark.lever,
.form-check [type=checkbox]:focus + label.back-to-top.dark,
.form-check [type=radio]:focus + label.back-to-top.dark,
.form-check .toggles label.back-to-top.dark:has(input[type=checkbox]:focus:not([data-focus-mouse=true])) {
  box-shadow: 0 0 0 2px hsl(0, 0%, 0%), 0 0 0 5px hsl(0, 0%, 100%) !important;
}
.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:focus,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:focus {
  border: 3px solid hsl(0, 0%, 0%) !important;
  box-shadow: none !important;
}
.icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.icon.icon-padded {
  margin: 8px;
}
.icon.icon-xs {
  width: 16px;
  height: 16px;
}
.icon.icon-xs.icon-padded {
  margin: 4px;
}
.icon.icon-sm {
  width: 24px;
  height: 24px;
}
.icon.icon-sm.icon-padded {
  margin: 6px;
}
.icon.icon-lg {
  width: 48px;
  height: 48px;
}
.icon.icon-lg.icon-padded {
  margin: 12px;
}
.icon.icon-xl {
  width: 64px;
  height: 64px;
}
.icon.icon-xl.icon-padded {
  margin: 16px;
}
.icon-primary {
  fill: hsl(210, 100%, 40%) !important;
}
.icon-secondary {
  fill: hsl(210, 17%, 44%) !important;
}
.icon-success {
  fill: hsl(160, 100%, 25%) !important;
}
.icon-info {
  fill: hsl(210, 17%, 44%) !important;
}
.icon-warning {
  fill: hsl(36, 100%, 30%) !important;
}
.icon-danger {
  fill: hsl(350, 60%, 50%) !important;
}
.icon-light {
  fill: hsl(255, 32.2033898305%, 92.625%) !important;
}
.icon-dark {
  fill: hsl(210, 54%, 20%) !important;
}
.icon-black {
  fill: hsl(0, 0%, 0%) !important;
}
.icon-white {
  fill: hsl(0, 0%, 100%) !important;
}
.icon-100 {
  fill: hsl(0, 0%, 96%) !important;
}
.icon-200 {
  fill: hsl(0, 0%, 90%) !important;
}
.icon-300 {
  fill: hsl(0, 0%, 83%) !important;
}
.icon-400 {
  fill: hsl(0, 0%, 64%) !important;
}
.icon-500 {
  fill: hsl(0, 0%, 45%) !important;
}
.icon-600 {
  fill: hsl(0, 0%, 32%) !important;
}
.icon-700 {
  fill: hsl(0, 0%, 25%) !important;
}
.icon-800 {
  fill: hsl(0, 0%, 15%) !important;
}
.icon-900 {
  fill: hsl(0, 0%, 10%) !important;
}
.primary-bg {
  background-color: hsl(210, 100%, 40%) !important;
}
.primary-color {
  color: hsl(210, 100%, 40%) !important;
}
.primary-border-color {
  border-color: hsl(210, 100%, 40%) !important;
}
.primary-border-color.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.white-bg {
  background-color: hsl(0, 0%, 100%) !important;
}
.white-color {
  color: hsl(0, 0%, 100%) !important;
}
.white-border-color- {
  border-color: hsl(0, 0%, 100%) !important;
}
.white-border-color-.border {
  border-color: hsl(0, 0%, 100%) !important;
}
.primary-bg-a1 {
  background-color: hsl(210, 92.523364486%, 86.625%) !important;
}
.primary-color-a1 {
  color: hsl(210, 92.523364486%, 86.625%) !important;
}
.primary-border-color-a1 {
  border-color: hsl(210, 92.523364486%, 86.625%) !important;
}
.primary-border-color-a1.border {
  border-color: hsl(210, 92.523364486%, 86.625%) !important;
}
.primary-bg-a2 {
  background-color: hsl(211, 82.7586206897%, 76.8%) !important;
}
.primary-color-a2 {
  color: hsl(211, 82.7586206897%, 76.8%) !important;
}
.primary-border-color-a2 {
  border-color: hsl(211, 82.7586206897%, 76.8%) !important;
}
.primary-border-color-a2.border {
  border-color: hsl(211, 82.7586206897%, 76.8%) !important;
}
.primary-bg-a3 {
  background-color: hsl(210, 75.975975976%, 66.7%) !important;
}
.primary-color-a3 {
  color: hsl(210, 75.975975976%, 66.7%) !important;
}
.primary-border-color-a3 {
  border-color: hsl(210, 75.975975976%, 66.7%) !important;
}
.primary-border-color-a3.border {
  border-color: hsl(210, 75.975975976%, 66.7%) !important;
}
.primary-bg-a4 {
  background-color: hsl(210, 71.9626168224%, 57.2%) !important;
}
.primary-color-a4 {
  color: hsl(210, 71.9626168224%, 57.2%) !important;
}
.primary-border-color-a4 {
  border-color: hsl(210, 71.9626168224%, 57.2%) !important;
}
.primary-border-color-a4.border {
  border-color: hsl(210, 71.9626168224%, 57.2%) !important;
}
.primary-bg-a5 {
  background-color: hsl(210, 73.9130434783%, 48.3%) !important;
}
.primary-color-a5 {
  color: hsl(210, 73.9130434783%, 48.3%) !important;
}
.primary-border-color-a5 {
  border-color: hsl(210, 73.9130434783%, 48.3%) !important;
}
.primary-border-color-a5.border {
  border-color: hsl(210, 73.9130434783%, 48.3%) !important;
}
.primary-bg-a6 {
  background-color: hsl(210, 100%, 40%) !important;
}
.primary-color-a6 {
  color: hsl(210, 100%, 40%) !important;
}
.primary-border-color-a6 {
  border-color: hsl(210, 100%, 40%) !important;
}
.primary-border-color-a6.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.primary-bg-a7 {
  background-color: hsl(210, 100%, 35%) !important;
}
.primary-color-a7 {
  color: hsl(210, 100%, 35%) !important;
}
.primary-border-color-a7 {
  border-color: hsl(210, 100%, 35%) !important;
}
.primary-border-color-a7.border {
  border-color: hsl(210, 100%, 35%) !important;
}
.primary-bg-a8 {
  background-color: hsl(210, 100%, 30%) !important;
}
.primary-color-a8 {
  color: hsl(210, 100%, 30%) !important;
}
.primary-border-color-a8 {
  border-color: hsl(210, 100%, 30%) !important;
}
.primary-border-color-a8.border {
  border-color: hsl(210, 100%, 30%) !important;
}
.primary-bg-a9 {
  background-color: hsl(210, 100%, 25%) !important;
}
.primary-color-a9 {
  color: hsl(210, 100%, 25%) !important;
}
.primary-border-color-a9 {
  border-color: hsl(210, 100%, 25%) !important;
}
.primary-border-color-a9.border {
  border-color: hsl(210, 100%, 25%) !important;
}
.primary-bg-a10 {
  background-color: hsl(210, 100%, 20%) !important;
}
.primary-color-a10 {
  color: hsl(210, 100%, 20%) !important;
}
.primary-border-color-a10 {
  border-color: hsl(210, 100%, 20%) !important;
}
.primary-border-color-a10.border {
  border-color: hsl(210, 100%, 20%) !important;
}
.primary-bg-a11 {
  background-color: hsl(210, 100%, 15%) !important;
}
.primary-color-a11 {
  color: hsl(210, 100%, 15%) !important;
}
.primary-border-color-a11 {
  border-color: hsl(210, 100%, 15%) !important;
}
.primary-border-color-a11.border {
  border-color: hsl(210, 100%, 15%) !important;
}
.primary-bg-a12 {
  background-color: hsl(210, 100%, 10%) !important;
}
.primary-color-a12 {
  color: hsl(210, 100%, 10%) !important;
}
.primary-border-color-a12 {
  border-color: hsl(210, 100%, 10%) !important;
}
.primary-border-color-a12.border {
  border-color: hsl(210, 100%, 10%) !important;
}
.primary-bg-b1 {
  background-color: hsl(210, 100%, 40%) !important;
}
.primary-color-b1 {
  color: hsl(210, 100%, 40%) !important;
}
.primary-border-color-b1 {
  border-color: hsl(210, 100%, 40%) !important;
}
.primary-border-color-b1.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.primary-bg-b2 {
  background-color: hsl(210, 81.8181818182%, 38.5%) !important;
}
.primary-color-b2 {
  color: hsl(210, 81.8181818182%, 38.5%) !important;
}
.primary-border-color-b2 {
  border-color: hsl(210, 81.8181818182%, 38.5%) !important;
}
.primary-border-color-b2.border {
  border-color: hsl(210, 81.8181818182%, 38.5%) !important;
}
.primary-bg-b3 {
  background-color: hsl(210, 66.6666666667%, 36%) !important;
}
.primary-color-b3 {
  color: hsl(210, 66.6666666667%, 36%) !important;
}
.primary-border-color-b3 {
  border-color: hsl(210, 66.6666666667%, 36%) !important;
}
.primary-border-color-b3.border {
  border-color: hsl(210, 66.6666666667%, 36%) !important;
}
.primary-bg-b4 {
  background-color: hsl(210, 53.8461538462%, 32.5%) !important;
}
.primary-color-b4 {
  color: hsl(210, 53.8461538462%, 32.5%) !important;
}
.primary-border-color-b4 {
  border-color: hsl(210, 53.8461538462%, 32.5%) !important;
}
.primary-border-color-b4.border {
  border-color: hsl(210, 53.8461538462%, 32.5%) !important;
}
.primary-bg-b5 {
  background-color: hsl(210, 42.8571428571%, 28%) !important;
}
.primary-color-b5 {
  color: hsl(210, 42.8571428571%, 28%) !important;
}
.primary-border-color-b5 {
  border-color: hsl(210, 42.8571428571%, 28%) !important;
}
.primary-border-color-b5.border {
  border-color: hsl(210, 42.8571428571%, 28%) !important;
}
.primary-bg-b6 {
  background-color: hsl(210, 33.3333333333%, 22.5%) !important;
}
.primary-color-b6 {
  color: hsl(210, 33.3333333333%, 22.5%) !important;
}
.primary-border-color-b6 {
  border-color: hsl(210, 33.3333333333%, 22.5%) !important;
}
.primary-border-color-b6.border {
  border-color: hsl(210, 33.3333333333%, 22.5%) !important;
}
.primary-bg-b7 {
  background-color: hsl(210, 25%, 16%) !important;
}
.primary-color-b7 {
  color: hsl(210, 25%, 16%) !important;
}
.primary-border-color-b7 {
  border-color: hsl(210, 25%, 16%) !important;
}
.primary-border-color-b7.border {
  border-color: hsl(210, 25%, 16%) !important;
}
.primary-bg-b8 {
  background-color: hsl(210, 17.6470588235%, 8.5%) !important;
}
.primary-color-b8 {
  color: hsl(210, 17.6470588235%, 8.5%) !important;
}
.primary-border-color-b8 {
  border-color: hsl(210, 17.6470588235%, 8.5%) !important;
}
.primary-border-color-b8.border {
  border-color: hsl(210, 17.6470588235%, 8.5%) !important;
}
.primary-bg-c1 {
  background-color: hsl(210, 54.5454545455%, 91.2%) !important;
}
.primary-color-c1 {
  color: hsl(210, 54.5454545455%, 91.2%) !important;
}
.primary-border-color-c1 {
  border-color: hsl(210, 54.5454545455%, 91.2%) !important;
}
.primary-border-color-c1.border {
  border-color: hsl(210, 54.5454545455%, 91.2%) !important;
}
.primary-bg-c2 {
  background-color: hsl(210, 70.5882352941%, 86.4%) !important;
}
.primary-color-c2 {
  color: hsl(210, 70.5882352941%, 86.4%) !important;
}
.primary-border-color-c2 {
  border-color: hsl(210, 70.5882352941%, 86.4%) !important;
}
.primary-border-color-c2.border {
  border-color: hsl(210, 70.5882352941%, 86.4%) !important;
}
.primary-bg-c3 {
  background-color: hsl(210, 78.2608695652%, 81.6%) !important;
}
.primary-color-c3 {
  color: hsl(210, 78.2608695652%, 81.6%) !important;
}
.primary-border-color-c3 {
  border-color: hsl(210, 78.2608695652%, 81.6%) !important;
}
.primary-border-color-c3.border {
  border-color: hsl(210, 78.2608695652%, 81.6%) !important;
}
.primary-bg-c4 {
  background-color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.primary-color-c4 {
  color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.primary-border-color-c4 {
  border-color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.primary-border-color-c4.border {
  border-color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.primary-bg-c5 {
  background-color: hsl(210, 85.7142857143%, 72%) !important;
}
.primary-color-c5 {
  color: hsl(210, 85.7142857143%, 72%) !important;
}
.primary-border-color-c5 {
  border-color: hsl(210, 85.7142857143%, 72%) !important;
}
.primary-border-color-c5.border {
  border-color: hsl(210, 85.7142857143%, 72%) !important;
}
.primary-bg-c6 {
  background-color: hsl(210, 87.8048780488%, 67.2%) !important;
}
.primary-color-c6 {
  color: hsl(210, 87.8048780488%, 67.2%) !important;
}
.primary-border-color-c6 {
  border-color: hsl(210, 87.8048780488%, 67.2%) !important;
}
.primary-border-color-c6.border {
  border-color: hsl(210, 87.8048780488%, 67.2%) !important;
}
.primary-bg-c7 {
  background-color: hsl(210, 89.3617021277%, 62.4%) !important;
}
.primary-color-c7 {
  color: hsl(210, 89.3617021277%, 62.4%) !important;
}
.primary-border-color-c7 {
  border-color: hsl(210, 89.3617021277%, 62.4%) !important;
}
.primary-border-color-c7.border {
  border-color: hsl(210, 89.3617021277%, 62.4%) !important;
}
.primary-bg-c8 {
  background-color: hsl(210, 90.5660377358%, 57.6%) !important;
}
.primary-color-c8 {
  color: hsl(210, 90.5660377358%, 57.6%) !important;
}
.primary-border-color-c8 {
  border-color: hsl(210, 90.5660377358%, 57.6%) !important;
}
.primary-border-color-c8.border {
  border-color: hsl(210, 90.5660377358%, 57.6%) !important;
}
.primary-bg-c9 {
  background-color: hsl(210, 91.5254237288%, 52.8%) !important;
}
.primary-color-c9 {
  color: hsl(210, 91.5254237288%, 52.8%) !important;
}
.primary-border-color-c9 {
  border-color: hsl(210, 91.5254237288%, 52.8%) !important;
}
.primary-border-color-c9.border {
  border-color: hsl(210, 91.5254237288%, 52.8%) !important;
}
.primary-bg-c10 {
  background-color: hsl(210, 100%, 48%) !important;
}
.primary-color-c10 {
  color: hsl(210, 100%, 48%) !important;
}
.primary-border-color-c10 {
  border-color: hsl(210, 100%, 48%) !important;
}
.primary-border-color-c10.border {
  border-color: hsl(210, 100%, 48%) !important;
}
.primary-bg-c11 {
  background-color: hsl(210, 100%, 44%) !important;
}
.primary-color-c11 {
  color: hsl(210, 100%, 44%) !important;
}
.primary-border-color-c11 {
  border-color: hsl(210, 100%, 44%) !important;
}
.primary-border-color-c11.border {
  border-color: hsl(210, 100%, 44%) !important;
}
.primary-bg-c12 {
  background-color: hsl(210, 100%, 40%) !important;
}
.primary-color-c12 {
  color: hsl(210, 100%, 40%) !important;
}
.primary-border-color-c12 {
  border-color: hsl(210, 100%, 40%) !important;
}
.primary-border-color-c12.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.analogue-1-bg {
  background-color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-color {
  color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-border-color- {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-border-color-.border {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-bg-a1 {
  background-color: hsl(243, 100%, 95%) !important;
}
.analogue-1-color-a1 {
  color: hsl(243, 100%, 95%) !important;
}
.analogue-1-border-color-a1 {
  border-color: hsl(243, 100%, 95%) !important;
}
.analogue-1-border-color-a1.border {
  border-color: hsl(243, 100%, 95%) !important;
}
.analogue-1-bg-a2 {
  background-color: hsl(243, 75%, 84%) !important;
}
.analogue-1-color-a2 {
  color: hsl(243, 75%, 84%) !important;
}
.analogue-1-border-color-a2 {
  border-color: hsl(243, 75%, 84%) !important;
}
.analogue-1-border-color-a2.border {
  border-color: hsl(243, 75%, 84%) !important;
}
.analogue-1-bg-a3 {
  background-color: hsl(243, 69.696969697%, 73.6%) !important;
}
.analogue-1-color-a3 {
  color: hsl(243, 69.696969697%, 73.6%) !important;
}
.analogue-1-border-color-a3 {
  border-color: hsl(243, 69.696969697%, 73.6%) !important;
}
.analogue-1-border-color-a3.border {
  border-color: hsl(243, 69.696969697%, 73.6%) !important;
}
.analogue-1-bg-a4 {
  background-color: hsl(243, 66.8508287293%, 63.8%) !important;
}
.analogue-1-color-a4 {
  color: hsl(243, 66.8508287293%, 63.8%) !important;
}
.analogue-1-border-color-a4 {
  border-color: hsl(243, 66.8508287293%, 63.8%) !important;
}
.analogue-1-border-color-a4.border {
  border-color: hsl(243, 66.8508287293%, 63.8%) !important;
}
.analogue-1-bg-a5 {
  background-color: hsl(243, 64.7577092511%, 54.6%) !important;
}
.analogue-1-color-a5 {
  color: hsl(243, 64.7577092511%, 54.6%) !important;
}
.analogue-1-border-color-a5 {
  border-color: hsl(243, 64.7577092511%, 54.6%) !important;
}
.analogue-1-border-color-a5.border {
  border-color: hsl(243, 64.7577092511%, 54.6%) !important;
}
.analogue-1-bg-a6 {
  background-color: hsl(243, 73.9130434783%, 46%) !important;
}
.analogue-1-color-a6 {
  color: hsl(243, 73.9130434783%, 46%) !important;
}
.analogue-1-border-color-a6 {
  border-color: hsl(243, 73.9130434783%, 46%) !important;
}
.analogue-1-border-color-a6.border {
  border-color: hsl(243, 73.9130434783%, 46%) !important;
}
.analogue-1-bg-a7 {
  background-color: hsl(243, 73.9130434783%, 40.25%) !important;
}
.analogue-1-color-a7 {
  color: hsl(243, 73.9130434783%, 40.25%) !important;
}
.analogue-1-border-color-a7 {
  border-color: hsl(243, 73.9130434783%, 40.25%) !important;
}
.analogue-1-border-color-a7.border {
  border-color: hsl(243, 73.9130434783%, 40.25%) !important;
}
.analogue-1-bg-a8 {
  background-color: hsl(243, 73.9130434783%, 34.5%) !important;
}
.analogue-1-color-a8 {
  color: hsl(243, 73.9130434783%, 34.5%) !important;
}
.analogue-1-border-color-a8 {
  border-color: hsl(243, 73.9130434783%, 34.5%) !important;
}
.analogue-1-border-color-a8.border {
  border-color: hsl(243, 73.9130434783%, 34.5%) !important;
}
.analogue-1-bg-a9 {
  background-color: hsl(243, 73.9130434783%, 28.75%) !important;
}
.analogue-1-color-a9 {
  color: hsl(243, 73.9130434783%, 28.75%) !important;
}
.analogue-1-border-color-a9 {
  border-color: hsl(243, 73.9130434783%, 28.75%) !important;
}
.analogue-1-border-color-a9.border {
  border-color: hsl(243, 73.9130434783%, 28.75%) !important;
}
.analogue-1-bg-a10 {
  background-color: hsl(243, 73.9130434783%, 23%) !important;
}
.analogue-1-color-a10 {
  color: hsl(243, 73.9130434783%, 23%) !important;
}
.analogue-1-border-color-a10 {
  border-color: hsl(243, 73.9130434783%, 23%) !important;
}
.analogue-1-border-color-a10.border {
  border-color: hsl(243, 73.9130434783%, 23%) !important;
}
.analogue-1-bg-a11 {
  background-color: hsl(243, 73.9130434783%, 17.25%) !important;
}
.analogue-1-color-a11 {
  color: hsl(243, 73.9130434783%, 17.25%) !important;
}
.analogue-1-border-color-a11 {
  border-color: hsl(243, 73.9130434783%, 17.25%) !important;
}
.analogue-1-border-color-a11.border {
  border-color: hsl(243, 73.9130434783%, 17.25%) !important;
}
.analogue-1-bg-a12 {
  background-color: hsl(243, 73.9130434783%, 11.5%) !important;
}
.analogue-1-color-a12 {
  color: hsl(243, 73.9130434783%, 11.5%) !important;
}
.analogue-1-border-color-a12 {
  border-color: hsl(243, 73.9130434783%, 11.5%) !important;
}
.analogue-1-border-color-a12.border {
  border-color: hsl(243, 73.9130434783%, 11.5%) !important;
}
.analogue-2-bg {
  background-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-color {
  color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-border-color- {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-border-color-.border {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-bg-a1 {
  background-color: hsl(178, 100%, 90%) !important;
}
.analogue-2-color-a1 {
  color: hsl(178, 100%, 90%) !important;
}
.analogue-2-border-color-a1 {
  border-color: hsl(178, 100%, 90%) !important;
}
.analogue-2-border-color-a1.border {
  border-color: hsl(178, 100%, 90%) !important;
}
.analogue-2-bg-a2 {
  background-color: hsl(178, 80.7692307692%, 79.2%) !important;
}
.analogue-2-color-a2 {
  color: hsl(178, 80.7692307692%, 79.2%) !important;
}
.analogue-2-border-color-a2 {
  border-color: hsl(178, 80.7692307692%, 79.2%) !important;
}
.analogue-2-border-color-a2.border {
  border-color: hsl(178, 80.7692307692%, 79.2%) !important;
}
.analogue-2-bg-a3 {
  background-color: hsl(178, 74.1935483871%, 69%) !important;
}
.analogue-2-color-a3 {
  color: hsl(178, 74.1935483871%, 69%) !important;
}
.analogue-2-border-color-a3 {
  border-color: hsl(178, 74.1935483871%, 69%) !important;
}
.analogue-2-border-color-a3.border {
  border-color: hsl(178, 74.1935483871%, 69%) !important;
}
.analogue-2-bg-a4 {
  background-color: hsl(178, 70.4433497537%, 59.4%) !important;
}
.analogue-2-color-a4 {
  color: hsl(178, 70.4433497537%, 59.4%) !important;
}
.analogue-2-border-color-a4 {
  border-color: hsl(178, 70.4433497537%, 59.4%) !important;
}
.analogue-2-border-color-a4.border {
  border-color: hsl(178, 70.4433497537%, 59.4%) !important;
}
.analogue-2-bg-a5 {
  background-color: hsl(178, 67.7419354839%, 50.4%) !important;
}
.analogue-2-color-a5 {
  color: hsl(178, 67.7419354839%, 50.4%) !important;
}
.analogue-2-border-color-a5 {
  border-color: hsl(178, 67.7419354839%, 50.4%) !important;
}
.analogue-2-border-color-a5.border {
  border-color: hsl(178, 67.7419354839%, 50.4%) !important;
}
.analogue-2-bg-a6 {
  background-color: hsl(178, 90.4761904762%, 42%) !important;
}
.analogue-2-color-a6 {
  color: hsl(178, 90.4761904762%, 42%) !important;
}
.analogue-2-border-color-a6 {
  border-color: hsl(178, 90.4761904762%, 42%) !important;
}
.analogue-2-border-color-a6.border {
  border-color: hsl(178, 90.4761904762%, 42%) !important;
}
.analogue-2-bg-a7 {
  background-color: hsl(178, 90.4761904762%, 36.75%) !important;
}
.analogue-2-color-a7 {
  color: hsl(178, 90.4761904762%, 36.75%) !important;
}
.analogue-2-border-color-a7 {
  border-color: hsl(178, 90.4761904762%, 36.75%) !important;
}
.analogue-2-border-color-a7.border {
  border-color: hsl(178, 90.4761904762%, 36.75%) !important;
}
.analogue-2-bg-a8 {
  background-color: hsl(178, 90.4761904762%, 31.5%) !important;
}
.analogue-2-color-a8 {
  color: hsl(178, 90.4761904762%, 31.5%) !important;
}
.analogue-2-border-color-a8 {
  border-color: hsl(178, 90.4761904762%, 31.5%) !important;
}
.analogue-2-border-color-a8.border {
  border-color: hsl(178, 90.4761904762%, 31.5%) !important;
}
.analogue-2-bg-a9 {
  background-color: hsl(178, 90.4761904762%, 26.25%) !important;
}
.analogue-2-color-a9 {
  color: hsl(178, 90.4761904762%, 26.25%) !important;
}
.analogue-2-border-color-a9 {
  border-color: hsl(178, 90.4761904762%, 26.25%) !important;
}
.analogue-2-border-color-a9.border {
  border-color: hsl(178, 90.4761904762%, 26.25%) !important;
}
.analogue-2-bg-a10 {
  background-color: hsl(178, 90.4761904762%, 21%) !important;
}
.analogue-2-color-a10 {
  color: hsl(178, 90.4761904762%, 21%) !important;
}
.analogue-2-border-color-a10 {
  border-color: hsl(178, 90.4761904762%, 21%) !important;
}
.analogue-2-border-color-a10.border {
  border-color: hsl(178, 90.4761904762%, 21%) !important;
}
.analogue-2-bg-a11 {
  background-color: hsl(178, 90.4761904762%, 15.75%) !important;
}
.analogue-2-color-a11 {
  color: hsl(178, 90.4761904762%, 15.75%) !important;
}
.analogue-2-border-color-a11 {
  border-color: hsl(178, 90.4761904762%, 15.75%) !important;
}
.analogue-2-border-color-a11.border {
  border-color: hsl(178, 90.4761904762%, 15.75%) !important;
}
.analogue-2-bg-a12 {
  background-color: hsl(178, 90.4761904762%, 10.5%) !important;
}
.analogue-2-color-a12 {
  color: hsl(178, 90.4761904762%, 10.5%) !important;
}
.analogue-2-border-color-a12 {
  border-color: hsl(178, 90.4761904762%, 10.5%) !important;
}
.analogue-2-border-color-a12.border {
  border-color: hsl(178, 90.4761904762%, 10.5%) !important;
}
.complementary-1-bg {
  background-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.complementary-1-color {
  color: hsl(36, 100%, 50%) !important;
}
.complementary-1-border-color- {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.complementary-1-border-color-.border {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.complementary-1-bg-a1 {
  background-color: hsl(351, 100%, 99.5%) !important;
}
.complementary-1-color-a1 {
  color: hsl(351, 100%, 99.5%) !important;
}
.complementary-1-border-color-a1 {
  border-color: hsl(351, 100%, 99.5%) !important;
}
.complementary-1-border-color-a1.border {
  border-color: hsl(351, 100%, 99.5%) !important;
}
.complementary-1-bg-a2 {
  background-color: hsl(351, 64.2857142857%, 88.8%) !important;
}
.complementary-1-color-a2 {
  color: hsl(351, 64.2857142857%, 88.8%) !important;
}
.complementary-1-border-color-a2 {
  border-color: hsl(351, 64.2857142857%, 88.8%) !important;
}
.complementary-1-border-color-a2.border {
  border-color: hsl(351, 64.2857142857%, 88.8%) !important;
}
.complementary-1-bg-a3 {
  background-color: hsl(351, 63.3027522936%, 78.2%) !important;
}
.complementary-1-color-a3 {
  color: hsl(351, 63.3027522936%, 78.2%) !important;
}
.complementary-1-border-color-a3 {
  border-color: hsl(351, 63.3027522936%, 78.2%) !important;
}
.complementary-1-border-color-a3.border {
  border-color: hsl(351, 63.3027522936%, 78.2%) !important;
}
.complementary-1-bg-a4 {
  background-color: hsl(351, 62.2641509434%, 68.2%) !important;
}
.complementary-1-color-a4 {
  color: hsl(351, 62.2641509434%, 68.2%) !important;
}
.complementary-1-border-color-a4 {
  border-color: hsl(351, 62.2641509434%, 68.2%) !important;
}
.complementary-1-border-color-a4.border {
  border-color: hsl(351, 62.2641509434%, 68.2%) !important;
}
.complementary-1-bg-a5 {
  background-color: hsl(351, 61.1650485437%, 58.8%) !important;
}
.complementary-1-color-a5 {
  color: hsl(351, 61.1650485437%, 58.8%) !important;
}
.complementary-1-border-color-a5 {
  border-color: hsl(351, 61.1650485437%, 58.8%) !important;
}
.complementary-1-border-color-a5.border {
  border-color: hsl(351, 61.1650485437%, 58.8%) !important;
}
.complementary-1-bg-a6 {
  background-color: hsl(351, 60%, 50%) !important;
}
.complementary-1-color-a6 {
  color: hsl(351, 60%, 50%) !important;
}
.complementary-1-border-color-a6 {
  border-color: hsl(351, 60%, 50%) !important;
}
.complementary-1-border-color-a6.border {
  border-color: hsl(351, 60%, 50%) !important;
}
.complementary-1-bg-a7 {
  background-color: hsl(351, 60%, 43.75%) !important;
}
.complementary-1-color-a7 {
  color: hsl(351, 60%, 43.75%) !important;
}
.complementary-1-border-color-a7 {
  border-color: hsl(351, 60%, 43.75%) !important;
}
.complementary-1-border-color-a7.border {
  border-color: hsl(351, 60%, 43.75%) !important;
}
.complementary-1-bg-a8 {
  background-color: hsl(351, 60%, 37.5%) !important;
}
.complementary-1-color-a8 {
  color: hsl(351, 60%, 37.5%) !important;
}
.complementary-1-border-color-a8 {
  border-color: hsl(351, 60%, 37.5%) !important;
}
.complementary-1-border-color-a8.border {
  border-color: hsl(351, 60%, 37.5%) !important;
}
.complementary-1-bg-a9 {
  background-color: hsl(351, 60%, 31.25%) !important;
}
.complementary-1-color-a9 {
  color: hsl(351, 60%, 31.25%) !important;
}
.complementary-1-border-color-a9 {
  border-color: hsl(351, 60%, 31.25%) !important;
}
.complementary-1-border-color-a9.border {
  border-color: hsl(351, 60%, 31.25%) !important;
}
.complementary-1-bg-a10 {
  background-color: hsl(351, 60%, 25%) !important;
}
.complementary-1-color-a10 {
  color: hsl(351, 60%, 25%) !important;
}
.complementary-1-border-color-a10 {
  border-color: hsl(351, 60%, 25%) !important;
}
.complementary-1-border-color-a10.border {
  border-color: hsl(351, 60%, 25%) !important;
}
.complementary-1-bg-a11 {
  background-color: hsl(351, 60%, 18.75%) !important;
}
.complementary-1-color-a11 {
  color: hsl(351, 60%, 18.75%) !important;
}
.complementary-1-border-color-a11 {
  border-color: hsl(351, 60%, 18.75%) !important;
}
.complementary-1-border-color-a11.border {
  border-color: hsl(351, 60%, 18.75%) !important;
}
.complementary-1-bg-a12 {
  background-color: hsl(351, 60%, 12.5%) !important;
}
.complementary-1-color-a12 {
  color: hsl(351, 60%, 12.5%) !important;
}
.complementary-1-border-color-a12 {
  border-color: hsl(351, 60%, 12.5%) !important;
}
.complementary-1-border-color-a12.border {
  border-color: hsl(351, 60%, 12.5%) !important;
}
.complementary-2-bg {
  background-color: hsl(36, 100%, 50%) !important;
}
.complementary-2-color {
  color: hsl(36, 100%, 50%) !important;
}
.complementary-2-border-color- {
  border-color: hsl(36, 100%, 50%) !important;
}
.complementary-2-border-color-.border {
  border-color: hsl(36, 100%, 50%) !important;
}
.complementary-2-bg-a1 {
  background-color: hsl(36, 100%, 87.5%) !important;
}
.complementary-2-color-a1 {
  color: hsl(36, 100%, 87.5%) !important;
}
.complementary-2-border-color-a1 {
  border-color: hsl(36, 100%, 87.5%) !important;
}
.complementary-2-border-color-a1.border {
  border-color: hsl(36, 100%, 87.5%) !important;
}
.complementary-2-bg-a2 {
  background-color: hsl(36, 82.7586206897%, 76.8%) !important;
}
.complementary-2-color-a2 {
  color: hsl(36, 82.7586206897%, 76.8%) !important;
}
.complementary-2-border-color-a2 {
  border-color: hsl(36, 82.7586206897%, 76.8%) !important;
}
.complementary-2-border-color-a2.border {
  border-color: hsl(36, 82.7586206897%, 76.8%) !important;
}
.complementary-2-bg-a3 {
  background-color: hsl(36, 75.975975976%, 66.7%) !important;
}
.complementary-2-color-a3 {
  color: hsl(36, 75.975975976%, 66.7%) !important;
}
.complementary-2-border-color-a3 {
  border-color: hsl(36, 75.975975976%, 66.7%) !important;
}
.complementary-2-border-color-a3.border {
  border-color: hsl(36, 75.975975976%, 66.7%) !important;
}
.complementary-2-bg-a4 {
  background-color: hsl(36, 71.9626168224%, 57.2%) !important;
}
.complementary-2-color-a4 {
  color: hsl(36, 71.9626168224%, 57.2%) !important;
}
.complementary-2-border-color-a4 {
  border-color: hsl(36, 71.9626168224%, 57.2%) !important;
}
.complementary-2-border-color-a4.border {
  border-color: hsl(36, 71.9626168224%, 57.2%) !important;
}
.complementary-2-bg-a5 {
  background-color: hsl(36, 73.9130434783%, 48.3%) !important;
}
.complementary-2-color-a5 {
  color: hsl(36, 73.9130434783%, 48.3%) !important;
}
.complementary-2-border-color-a5 {
  border-color: hsl(36, 73.9130434783%, 48.3%) !important;
}
.complementary-2-border-color-a5.border {
  border-color: hsl(36, 73.9130434783%, 48.3%) !important;
}
.complementary-2-bg-a6 {
  background-color: hsl(36, 100%, 40%) !important;
}
.complementary-2-color-a6 {
  color: hsl(36, 100%, 40%) !important;
}
.complementary-2-border-color-a6 {
  border-color: hsl(36, 100%, 40%) !important;
}
.complementary-2-border-color-a6.border {
  border-color: hsl(36, 100%, 40%) !important;
}
.complementary-2-bg-a7 {
  background-color: hsl(36, 100%, 35%) !important;
}
.complementary-2-color-a7 {
  color: hsl(36, 100%, 35%) !important;
}
.complementary-2-border-color-a7 {
  border-color: hsl(36, 100%, 35%) !important;
}
.complementary-2-border-color-a7.border {
  border-color: hsl(36, 100%, 35%) !important;
}
.complementary-2-bg-a8 {
  background-color: hsl(36, 100%, 30%) !important;
}
.complementary-2-color-a8 {
  color: hsl(36, 100%, 30%) !important;
}
.complementary-2-border-color-a8 {
  border-color: hsl(36, 100%, 30%) !important;
}
.complementary-2-border-color-a8.border {
  border-color: hsl(36, 100%, 30%) !important;
}
.complementary-2-bg-a9 {
  background-color: hsl(36, 100%, 25%) !important;
}
.complementary-2-color-a9 {
  color: hsl(36, 100%, 25%) !important;
}
.complementary-2-border-color-a9 {
  border-color: hsl(36, 100%, 25%) !important;
}
.complementary-2-border-color-a9.border {
  border-color: hsl(36, 100%, 25%) !important;
}
.complementary-2-bg-a10 {
  background-color: hsl(36, 100%, 20%) !important;
}
.complementary-2-color-a10 {
  color: hsl(36, 100%, 20%) !important;
}
.complementary-2-border-color-a10 {
  border-color: hsl(36, 100%, 20%) !important;
}
.complementary-2-border-color-a10.border {
  border-color: hsl(36, 100%, 20%) !important;
}
.complementary-2-bg-a11 {
  background-color: hsl(36, 100%, 15%) !important;
}
.complementary-2-color-a11 {
  color: hsl(36, 100%, 15%) !important;
}
.complementary-2-border-color-a11 {
  border-color: hsl(36, 100%, 15%) !important;
}
.complementary-2-border-color-a11.border {
  border-color: hsl(36, 100%, 15%) !important;
}
.complementary-2-bg-a12 {
  background-color: hsl(36, 100%, 10%) !important;
}
.complementary-2-color-a12 {
  color: hsl(36, 100%, 10%) !important;
}
.complementary-2-border-color-a12 {
  border-color: hsl(36, 100%, 10%) !important;
}
.complementary-2-border-color-a12.border {
  border-color: hsl(36, 100%, 10%) !important;
}
.complementary-3-bg {
  background-color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-color {
  color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-border-color- {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-border-color-.border {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-bg-a1 {
  background-color: hsl(159, 100%, 87.5%) !important;
}
.complementary-3-color-a1 {
  color: hsl(159, 100%, 87.5%) !important;
}
.complementary-3-border-color-a1 {
  border-color: hsl(159, 100%, 87.5%) !important;
}
.complementary-3-border-color-a1.border {
  border-color: hsl(159, 100%, 87.5%) !important;
}
.complementary-3-bg-a2 {
  background-color: hsl(159, 82.7586206897%, 76.8%) !important;
}
.complementary-3-color-a2 {
  color: hsl(159, 82.7586206897%, 76.8%) !important;
}
.complementary-3-border-color-a2 {
  border-color: hsl(159, 82.7586206897%, 76.8%) !important;
}
.complementary-3-border-color-a2.border {
  border-color: hsl(159, 82.7586206897%, 76.8%) !important;
}
.complementary-3-bg-a3 {
  background-color: hsl(159, 75.975975976%, 66.7%) !important;
}
.complementary-3-color-a3 {
  color: hsl(159, 75.975975976%, 66.7%) !important;
}
.complementary-3-border-color-a3 {
  border-color: hsl(159, 75.975975976%, 66.7%) !important;
}
.complementary-3-border-color-a3.border {
  border-color: hsl(159, 75.975975976%, 66.7%) !important;
}
.complementary-3-bg-a4 {
  background-color: hsl(159, 71.9626168224%, 57.2%) !important;
}
.complementary-3-color-a4 {
  color: hsl(159, 71.9626168224%, 57.2%) !important;
}
.complementary-3-border-color-a4 {
  border-color: hsl(159, 71.9626168224%, 57.2%) !important;
}
.complementary-3-border-color-a4.border {
  border-color: hsl(159, 71.9626168224%, 57.2%) !important;
}
.complementary-3-bg-a5 {
  background-color: hsl(159, 73.9130434783%, 48.3%) !important;
}
.complementary-3-color-a5 {
  color: hsl(159, 73.9130434783%, 48.3%) !important;
}
.complementary-3-border-color-a5 {
  border-color: hsl(159, 73.9130434783%, 48.3%) !important;
}
.complementary-3-border-color-a5.border {
  border-color: hsl(159, 73.9130434783%, 48.3%) !important;
}
.complementary-3-bg-a6 {
  background-color: hsl(159, 100%, 40%) !important;
}
.complementary-3-color-a6 {
  color: hsl(159, 100%, 40%) !important;
}
.complementary-3-border-color-a6 {
  border-color: hsl(159, 100%, 40%) !important;
}
.complementary-3-border-color-a6.border {
  border-color: hsl(159, 100%, 40%) !important;
}
.complementary-3-bg-a7 {
  background-color: hsl(159, 100%, 35%) !important;
}
.complementary-3-color-a7 {
  color: hsl(159, 100%, 35%) !important;
}
.complementary-3-border-color-a7 {
  border-color: hsl(159, 100%, 35%) !important;
}
.complementary-3-border-color-a7.border {
  border-color: hsl(159, 100%, 35%) !important;
}
.complementary-3-bg-a8 {
  background-color: hsl(159, 100%, 30%) !important;
}
.complementary-3-color-a8 {
  color: hsl(159, 100%, 30%) !important;
}
.complementary-3-border-color-a8 {
  border-color: hsl(159, 100%, 30%) !important;
}
.complementary-3-border-color-a8.border {
  border-color: hsl(159, 100%, 30%) !important;
}
.complementary-3-bg-a9 {
  background-color: hsl(159, 100%, 25%) !important;
}
.complementary-3-color-a9 {
  color: hsl(159, 100%, 25%) !important;
}
.complementary-3-border-color-a9 {
  border-color: hsl(159, 100%, 25%) !important;
}
.complementary-3-border-color-a9.border {
  border-color: hsl(159, 100%, 25%) !important;
}
.complementary-3-bg-a10 {
  background-color: hsl(159, 100%, 20%) !important;
}
.complementary-3-color-a10 {
  color: hsl(159, 100%, 20%) !important;
}
.complementary-3-border-color-a10 {
  border-color: hsl(159, 100%, 20%) !important;
}
.complementary-3-border-color-a10.border {
  border-color: hsl(159, 100%, 20%) !important;
}
.complementary-3-bg-a11 {
  background-color: hsl(159, 100%, 15%) !important;
}
.complementary-3-color-a11 {
  color: hsl(159, 100%, 15%) !important;
}
.complementary-3-border-color-a11 {
  border-color: hsl(159, 100%, 15%) !important;
}
.complementary-3-border-color-a11.border {
  border-color: hsl(159, 100%, 15%) !important;
}
.complementary-3-bg-a12 {
  background-color: hsl(159, 100%, 10%) !important;
}
.complementary-3-color-a12 {
  color: hsl(159, 100%, 10%) !important;
}
.complementary-3-border-color-a12 {
  border-color: hsl(159, 100%, 10%) !important;
}
.complementary-3-border-color-a12.border {
  border-color: hsl(159, 100%, 10%) !important;
}
.analogue-1-bg-b1 {
  background-color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-color-b1 {
  color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-border-color-b1 {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-border-color-b1.border {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.analogue-1-bg-b2 {
  background-color: hsl(243, 77.1428571429%, 56.25%) !important;
}
.analogue-1-color-b2 {
  color: hsl(243, 77.1428571429%, 56.25%) !important;
}
.analogue-1-border-color-b2 {
  border-color: hsl(243, 77.1428571429%, 56.25%) !important;
}
.analogue-1-border-color-b2.border {
  border-color: hsl(243, 77.1428571429%, 56.25%) !important;
}
.analogue-1-bg-b3 {
  background-color: hsl(243, 56.5217391304%, 54%) !important;
}
.analogue-1-color-b3 {
  color: hsl(243, 56.5217391304%, 54%) !important;
}
.analogue-1-border-color-b3 {
  border-color: hsl(243, 56.5217391304%, 54%) !important;
}
.analogue-1-border-color-b3.border {
  border-color: hsl(243, 56.5217391304%, 54%) !important;
}
.analogue-1-bg-b4 {
  background-color: hsl(243, 39.0862944162%, 50.75%) !important;
}
.analogue-1-color-b4 {
  color: hsl(243, 39.0862944162%, 50.75%) !important;
}
.analogue-1-border-color-b4 {
  border-color: hsl(243, 39.0862944162%, 50.75%) !important;
}
.analogue-1-border-color-b4.border {
  border-color: hsl(243, 39.0862944162%, 50.75%) !important;
}
.analogue-1-bg-b5 {
  background-color: hsl(243, 29.0322580645%, 46.5%) !important;
}
.analogue-1-color-b5 {
  color: hsl(243, 29.0322580645%, 46.5%) !important;
}
.analogue-1-border-color-b5 {
  border-color: hsl(243, 29.0322580645%, 46.5%) !important;
}
.analogue-1-border-color-b5.border {
  border-color: hsl(243, 29.0322580645%, 46.5%) !important;
}
.analogue-1-bg-b6 {
  background-color: hsl(243, 21.2121212121%, 41.25%) !important;
}
.analogue-1-color-b6 {
  color: hsl(243, 21.2121212121%, 41.25%) !important;
}
.analogue-1-border-color-b6 {
  border-color: hsl(243, 21.2121212121%, 41.25%) !important;
}
.analogue-1-border-color-b6.border {
  border-color: hsl(243, 21.2121212121%, 41.25%) !important;
}
.analogue-1-bg-b7 {
  background-color: hsl(243, 14.2857142857%, 35%) !important;
}
.analogue-1-color-b7 {
  color: hsl(243, 14.2857142857%, 35%) !important;
}
.analogue-1-border-color-b7 {
  border-color: hsl(243, 14.2857142857%, 35%) !important;
}
.analogue-1-border-color-b7.border {
  border-color: hsl(243, 14.2857142857%, 35%) !important;
}
.analogue-1-bg-b8 {
  background-color: hsl(243, 8.1081081081%, 27.75%) !important;
}
.analogue-1-color-b8 {
  color: hsl(243, 8.1081081081%, 27.75%) !important;
}
.analogue-1-border-color-b8 {
  border-color: hsl(243, 8.1081081081%, 27.75%) !important;
}
.analogue-1-border-color-b8.border {
  border-color: hsl(243, 8.1081081081%, 27.75%) !important;
}
.analogue-2-bg-b1 {
  background-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-color-b1 {
  color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-border-color-b1 {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-border-color-b1.border {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.analogue-2-bg-b2 {
  background-color: hsl(178, 73.9130434783%, 43.125%) !important;
}
.analogue-2-color-b2 {
  color: hsl(178, 73.9130434783%, 43.125%) !important;
}
.analogue-2-border-color-b2 {
  border-color: hsl(178, 73.9130434783%, 43.125%) !important;
}
.analogue-2-border-color-b2.border {
  border-color: hsl(178, 73.9130434783%, 43.125%) !important;
}
.analogue-2-bg-b3 {
  background-color: hsl(178, 60%, 40.625%) !important;
}
.analogue-2-color-b3 {
  color: hsl(178, 60%, 40.625%) !important;
}
.analogue-2-border-color-b3 {
  border-color: hsl(178, 60%, 40.625%) !important;
}
.analogue-2-border-color-b3.border {
  border-color: hsl(178, 60%, 40.625%) !important;
}
.analogue-2-bg-b4 {
  background-color: hsl(178, 48.1481481481%, 37.125%) !important;
}
.analogue-2-color-b4 {
  color: hsl(178, 48.1481481481%, 37.125%) !important;
}
.analogue-2-border-color-b4 {
  border-color: hsl(178, 48.1481481481%, 37.125%) !important;
}
.analogue-2-border-color-b4.border {
  border-color: hsl(178, 48.1481481481%, 37.125%) !important;
}
.analogue-2-bg-b5 {
  background-color: hsl(178, 37.9310344828%, 32.625%) !important;
}
.analogue-2-color-b5 {
  color: hsl(178, 37.9310344828%, 32.625%) !important;
}
.analogue-2-border-color-b5 {
  border-color: hsl(178, 37.9310344828%, 32.625%) !important;
}
.analogue-2-border-color-b5.border {
  border-color: hsl(178, 37.9310344828%, 32.625%) !important;
}
.analogue-2-bg-b6 {
  background-color: hsl(178, 29.0322580645%, 27.125%) !important;
}
.analogue-2-color-b6 {
  color: hsl(178, 29.0322580645%, 27.125%) !important;
}
.analogue-2-border-color-b6 {
  border-color: hsl(178, 29.0322580645%, 27.125%) !important;
}
.analogue-2-border-color-b6.border {
  border-color: hsl(178, 29.0322580645%, 27.125%) !important;
}
.analogue-2-bg-b7 {
  background-color: hsl(178, 21.2121212121%, 20.625%) !important;
}
.analogue-2-color-b7 {
  color: hsl(178, 21.2121212121%, 20.625%) !important;
}
.analogue-2-border-color-b7 {
  border-color: hsl(178, 21.2121212121%, 20.625%) !important;
}
.analogue-2-border-color-b7.border {
  border-color: hsl(178, 21.2121212121%, 20.625%) !important;
}
.analogue-2-bg-b8 {
  background-color: hsl(178, 14.2857142857%, 13.125%) !important;
}
.analogue-2-color-b8 {
  color: hsl(178, 14.2857142857%, 13.125%) !important;
}
.analogue-2-border-color-b8 {
  border-color: hsl(178, 14.2857142857%, 13.125%) !important;
}
.analogue-2-border-color-b8.border {
  border-color: hsl(178, 14.2857142857%, 13.125%) !important;
}
.complementary-1-bg-b1 {
  background-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.complementary-1-color-b1 {
  color: hsl(351, 92.380952381%, 60.625%) !important;
}
.complementary-1-border-color-b1 {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.complementary-1-border-color-b1.border {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.complementary-1-bg-b2 {
  background-color: hsl(351, 68.5039370079%, 58.725%) !important;
}
.complementary-1-color-b2 {
  color: hsl(351, 68.5039370079%, 58.725%) !important;
}
.complementary-1-border-color-b2 {
  border-color: hsl(351, 68.5039370079%, 58.725%) !important;
}
.complementary-1-border-color-b2.border {
  border-color: hsl(351, 68.5039370079%, 58.725%) !important;
}
.complementary-1-bg-b3 {
  background-color: hsl(351, 47.9343520091%, 55.825%) !important;
}
.complementary-1-color-b3 {
  color: hsl(351, 47.9343520091%, 55.825%) !important;
}
.complementary-1-border-color-b3 {
  border-color: hsl(351, 47.9343520091%, 55.825%) !important;
}
.complementary-1-border-color-b3.border {
  border-color: hsl(351, 47.9343520091%, 55.825%) !important;
}
.complementary-1-bg-b4 {
  background-color: hsl(351, 31.3572542902%, 51.925%) !important;
}
.complementary-1-color-b4 {
  color: hsl(351, 31.3572542902%, 51.925%) !important;
}
.complementary-1-border-color-b4 {
  border-color: hsl(351, 31.3572542902%, 51.925%) !important;
}
.complementary-1-border-color-b4.border {
  border-color: hsl(351, 31.3572542902%, 51.925%) !important;
}
.complementary-1-bg-b5 {
  background-color: hsl(351, 21.2121212121%, 47.025%) !important;
}
.complementary-1-color-b5 {
  color: hsl(351, 21.2121212121%, 47.025%) !important;
}
.complementary-1-border-color-b5 {
  border-color: hsl(351, 21.2121212121%, 47.025%) !important;
}
.complementary-1-border-color-b5.border {
  border-color: hsl(351, 21.2121212121%, 47.025%) !important;
}
.complementary-1-bg-b6 {
  background-color: hsl(351, 14.2857142857%, 41.125%) !important;
}
.complementary-1-color-b6 {
  color: hsl(351, 14.2857142857%, 41.125%) !important;
}
.complementary-1-border-color-b6 {
  border-color: hsl(351, 14.2857142857%, 41.125%) !important;
}
.complementary-1-border-color-b6.border {
  border-color: hsl(351, 14.2857142857%, 41.125%) !important;
}
.complementary-1-bg-b7 {
  background-color: hsl(351, 8.1081081081%, 34.225%) !important;
}
.complementary-1-color-b7 {
  color: hsl(351, 8.1081081081%, 34.225%) !important;
}
.complementary-1-border-color-b7 {
  border-color: hsl(351, 8.1081081081%, 34.225%) !important;
}
.complementary-1-border-color-b7.border {
  border-color: hsl(351, 8.1081081081%, 34.225%) !important;
}
.complementary-1-bg-b8 {
  background-color: hsl(351, 2.5641025641%, 26.325%) !important;
}
.complementary-1-color-b8 {
  color: hsl(351, 2.5641025641%, 26.325%) !important;
}
.complementary-1-border-color-b8 {
  border-color: hsl(351, 2.5641025641%, 26.325%) !important;
}
.complementary-1-border-color-b8.border {
  border-color: hsl(351, 2.5641025641%, 26.325%) !important;
}
.complementary-2-bg-b1 {
  background-color: hsl(36, 100%, 50%) !important;
}
.complementary-2-color-b1 {
  color: hsl(36, 100%, 50%) !important;
}
.complementary-2-border-color-b1 {
  border-color: hsl(36, 100%, 50%) !important;
}
.complementary-2-border-color-b1.border {
  border-color: hsl(36, 100%, 50%) !important;
}
.complementary-2-bg-b2 {
  background-color: hsl(36, 81.8181818182%, 49.5%) !important;
}
.complementary-2-color-b2 {
  color: hsl(36, 81.8181818182%, 49.5%) !important;
}
.complementary-2-border-color-b2 {
  border-color: hsl(36, 81.8181818182%, 49.5%) !important;
}
.complementary-2-border-color-b2.border {
  border-color: hsl(36, 81.8181818182%, 49.5%) !important;
}
.complementary-2-bg-b3 {
  background-color: hsl(36, 66.6666666667%, 48%) !important;
}
.complementary-2-color-b3 {
  color: hsl(36, 66.6666666667%, 48%) !important;
}
.complementary-2-border-color-b3 {
  border-color: hsl(36, 66.6666666667%, 48%) !important;
}
.complementary-2-border-color-b3.border {
  border-color: hsl(36, 66.6666666667%, 48%) !important;
}
.complementary-2-bg-b4 {
  background-color: hsl(36, 53.8461538462%, 45.5%) !important;
}
.complementary-2-color-b4 {
  color: hsl(36, 53.8461538462%, 45.5%) !important;
}
.complementary-2-border-color-b4 {
  border-color: hsl(36, 53.8461538462%, 45.5%) !important;
}
.complementary-2-border-color-b4.border {
  border-color: hsl(36, 53.8461538462%, 45.5%) !important;
}
.complementary-2-bg-b5 {
  background-color: hsl(36, 42.8571428571%, 42%) !important;
}
.complementary-2-color-b5 {
  color: hsl(36, 42.8571428571%, 42%) !important;
}
.complementary-2-border-color-b5 {
  border-color: hsl(36, 42.8571428571%, 42%) !important;
}
.complementary-2-border-color-b5.border {
  border-color: hsl(36, 42.8571428571%, 42%) !important;
}
.complementary-2-bg-b6 {
  background-color: hsl(36, 33.3333333333%, 37.5%) !important;
}
.complementary-2-color-b6 {
  color: hsl(36, 33.3333333333%, 37.5%) !important;
}
.complementary-2-border-color-b6 {
  border-color: hsl(36, 33.3333333333%, 37.5%) !important;
}
.complementary-2-border-color-b6.border {
  border-color: hsl(36, 33.3333333333%, 37.5%) !important;
}
.complementary-2-bg-b7 {
  background-color: hsl(36, 25%, 32%) !important;
}
.complementary-2-color-b7 {
  color: hsl(36, 25%, 32%) !important;
}
.complementary-2-border-color-b7 {
  border-color: hsl(36, 25%, 32%) !important;
}
.complementary-2-border-color-b7.border {
  border-color: hsl(36, 25%, 32%) !important;
}
.complementary-2-bg-b8 {
  background-color: hsl(36, 17.6470588235%, 25.5%) !important;
}
.complementary-2-color-b8 {
  color: hsl(36, 17.6470588235%, 25.5%) !important;
}
.complementary-2-border-color-b8 {
  border-color: hsl(36, 17.6470588235%, 25.5%) !important;
}
.complementary-2-border-color-b8.border {
  border-color: hsl(36, 17.6470588235%, 25.5%) !important;
}
.complementary-3-bg-b1 {
  background-color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-color-b1 {
  color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-border-color-b1 {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-border-color-b1.border {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.complementary-3-bg-b2 {
  background-color: hsl(159, 81.8181818182%, 39.05%) !important;
}
.complementary-3-color-b2 {
  color: hsl(159, 81.8181818182%, 39.05%) !important;
}
.complementary-3-border-color-b2 {
  border-color: hsl(159, 81.8181818182%, 39.05%) !important;
}
.complementary-3-border-color-b2.border {
  border-color: hsl(159, 81.8181818182%, 39.05%) !important;
}
.complementary-3-bg-b3 {
  background-color: hsl(159, 66.6666666667%, 36.6%) !important;
}
.complementary-3-color-b3 {
  color: hsl(159, 66.6666666667%, 36.6%) !important;
}
.complementary-3-border-color-b3 {
  border-color: hsl(159, 66.6666666667%, 36.6%) !important;
}
.complementary-3-border-color-b3.border {
  border-color: hsl(159, 66.6666666667%, 36.6%) !important;
}
.complementary-3-bg-b4 {
  background-color: hsl(159, 53.8461538462%, 33.15%) !important;
}
.complementary-3-color-b4 {
  color: hsl(159, 53.8461538462%, 33.15%) !important;
}
.complementary-3-border-color-b4 {
  border-color: hsl(159, 53.8461538462%, 33.15%) !important;
}
.complementary-3-border-color-b4.border {
  border-color: hsl(159, 53.8461538462%, 33.15%) !important;
}
.complementary-3-bg-b5 {
  background-color: hsl(159, 42.8571428571%, 28.7%) !important;
}
.complementary-3-color-b5 {
  color: hsl(159, 42.8571428571%, 28.7%) !important;
}
.complementary-3-border-color-b5 {
  border-color: hsl(159, 42.8571428571%, 28.7%) !important;
}
.complementary-3-border-color-b5.border {
  border-color: hsl(159, 42.8571428571%, 28.7%) !important;
}
.complementary-3-bg-b6 {
  background-color: hsl(159, 33.3333333333%, 23.25%) !important;
}
.complementary-3-color-b6 {
  color: hsl(159, 33.3333333333%, 23.25%) !important;
}
.complementary-3-border-color-b6 {
  border-color: hsl(159, 33.3333333333%, 23.25%) !important;
}
.complementary-3-border-color-b6.border {
  border-color: hsl(159, 33.3333333333%, 23.25%) !important;
}
.complementary-3-bg-b7 {
  background-color: hsl(159, 25%, 16.8%) !important;
}
.complementary-3-color-b7 {
  color: hsl(159, 25%, 16.8%) !important;
}
.complementary-3-border-color-b7 {
  border-color: hsl(159, 25%, 16.8%) !important;
}
.complementary-3-border-color-b7.border {
  border-color: hsl(159, 25%, 16.8%) !important;
}
.complementary-3-bg-b8 {
  background-color: hsl(159, 17.6470588235%, 9.35%) !important;
}
.complementary-3-color-b8 {
  color: hsl(159, 17.6470588235%, 9.35%) !important;
}
.complementary-3-border-color-b8 {
  border-color: hsl(159, 17.6470588235%, 9.35%) !important;
}
.complementary-3-border-color-b8.border {
  border-color: hsl(159, 17.6470588235%, 9.35%) !important;
}
.neutral-1-bg {
  background-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-1-color {
  color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-1-border-color- {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-1-border-color-.border {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-1-bg-a1 {
  background-color: hsl(210, 6.2290689886%, 92.535%) !important;
}
.neutral-1-color-a1 {
  color: hsl(210, 6.2290689886%, 92.535%) !important;
}
.neutral-1-border-color-a1 {
  border-color: hsl(210, 6.2290689886%, 92.535%) !important;
}
.neutral-1-border-color-a1.border {
  border-color: hsl(210, 6.2290689886%, 92.535%) !important;
}
.neutral-1-bg-a2 {
  background-color: hsl(210, 2.9799029799%, 85.57%) !important;
}
.neutral-1-color-a2 {
  color: hsl(210, 2.9799029799%, 85.57%) !important;
}
.neutral-1-border-color-a2 {
  border-color: hsl(210, 2.9799029799%, 85.57%) !important;
}
.neutral-1-border-color-a2.border {
  border-color: hsl(210, 2.9799029799%, 85.57%) !important;
}
.neutral-1-bg-a3 {
  background-color: hsl(210, 3.6255162919%, 78.21%) !important;
}
.neutral-1-color-a3 {
  color: hsl(210, 3.6255162919%, 78.21%) !important;
}
.neutral-1-border-color-a3 {
  border-color: hsl(210, 3.6255162919%, 78.21%) !important;
}
.neutral-1-border-color-a3.border {
  border-color: hsl(210, 3.6255162919%, 78.21%) !important;
}
.neutral-1-bg-a4 {
  background-color: hsl(210, 7.1618037135%, 69.84%) !important;
}
.neutral-1-color-a4 {
  color: hsl(210, 7.1618037135%, 69.84%) !important;
}
.neutral-1-border-color-a4 {
  border-color: hsl(210, 7.1618037135%, 69.84%) !important;
}
.neutral-1-border-color-a4.border {
  border-color: hsl(210, 7.1618037135%, 69.84%) !important;
}
.neutral-1-bg-a5 {
  background-color: hsl(210, 8.4967320261%, 61.75%) !important;
}
.neutral-1-color-a5 {
  color: hsl(210, 8.4967320261%, 61.75%) !important;
}
.neutral-1-border-color-a5 {
  border-color: hsl(210, 8.4967320261%, 61.75%) !important;
}
.neutral-1-border-color-a5.border {
  border-color: hsl(210, 8.4967320261%, 61.75%) !important;
}
.neutral-1-bg-a6 {
  background-color: hsl(210, 12.1338912134%, 52.2%) !important;
}
.neutral-1-color-a6 {
  color: hsl(210, 12.1338912134%, 52.2%) !important;
}
.neutral-1-border-color-a6 {
  border-color: hsl(210, 12.1338912134%, 52.2%) !important;
}
.neutral-1-border-color-a6.border {
  border-color: hsl(210, 12.1338912134%, 52.2%) !important;
}
.neutral-1-bg-a7 {
  background-color: hsl(210, 17.6470588235%, 43.35%) !important;
}
.neutral-1-color-a7 {
  color: hsl(210, 17.6470588235%, 43.35%) !important;
}
.neutral-1-border-color-a7 {
  border-color: hsl(210, 17.6470588235%, 43.35%) !important;
}
.neutral-1-border-color-a7.border {
  border-color: hsl(210, 17.6470588235%, 43.35%) !important;
}
.neutral-1-bg-a8 {
  background-color: hsl(210, 25%, 35.2%) !important;
}
.neutral-1-color-a8 {
  color: hsl(210, 25%, 35.2%) !important;
}
.neutral-1-border-color-a8 {
  border-color: hsl(210, 25%, 35.2%) !important;
}
.neutral-1-border-color-a8.border {
  border-color: hsl(210, 25%, 35.2%) !important;
}
.neutral-1-bg-a9 {
  background-color: hsl(210, 33.3333333333%, 27.75%) !important;
}
.neutral-1-color-a9 {
  color: hsl(210, 33.3333333333%, 27.75%) !important;
}
.neutral-1-border-color-a9 {
  border-color: hsl(210, 33.3333333333%, 27.75%) !important;
}
.neutral-1-border-color-a9.border {
  border-color: hsl(210, 33.3333333333%, 27.75%) !important;
}
.neutral-1-bg-a10 {
  background-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-1-color-a10 {
  color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-1-border-color-a10 {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-1-border-color-a10.border {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.neutral-2-bg {
  background-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-color {
  color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-border-color- {
  border-color: hsl(210, 32.2033898305%, 92.625%);
}
.neutral-2-bg-b1 {
  background-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-color-b1 {
  color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-border-color-b1 {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-border-color-b1.border {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-bg-b2 {
  background-color: hsl(210, 9.0909090909%, 78%) !important;
}
.neutral-2-color-b2 {
  color: hsl(210, 9.0909090909%, 78%) !important;
}
.neutral-2-border-color-b2 {
  border-color: hsl(210, 9.0909090909%, 78%) !important;
}
.neutral-2-border-color-b2.border {
  border-color: hsl(210, 9.0909090909%, 78%) !important;
}
.neutral-2-bg-b3 {
  background-color: hsl(210, 4.4368600683%, 63.375%) !important;
}
.neutral-2-color-b3 {
  color: hsl(210, 4.4368600683%, 63.375%) !important;
}
.neutral-2-border-color-b3 {
  border-color: hsl(210, 4.4368600683%, 63.375%) !important;
}
.neutral-2-border-color-b3.border {
  border-color: hsl(210, 4.4368600683%, 63.375%) !important;
}
.neutral-2-bg-b4 {
  background-color: hsl(210, 2.5641025641%, 48.75%) !important;
}
.neutral-2-color-b4 {
  color: hsl(210, 2.5641025641%, 48.75%) !important;
}
.neutral-2-border-color-b4 {
  border-color: hsl(210, 2.5641025641%, 48.75%) !important;
}
.neutral-2-border-color-b4.border {
  border-color: hsl(210, 2.5641025641%, 48.75%) !important;
}
.neutral-2-bg-b5 {
  background-color: hsl(210, 2.0408163265%, 34.3%) !important;
}
.neutral-2-color-b5 {
  color: hsl(210, 2.0408163265%, 34.3%) !important;
}
.neutral-2-border-color-b5 {
  border-color: hsl(210, 2.0408163265%, 34.3%) !important;
}
.neutral-2-border-color-b5.border {
  border-color: hsl(210, 2.0408163265%, 34.3%) !important;
}
.neutral-2-bg-b6 {
  background-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-color-b6 {
  color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-border-color-b6 {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-border-color-b6.border {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-bg-b7 {
  background-color: hsl(210, 4.7120418848%, 4.775%) !important;
}
.neutral-2-color-b7 {
  color: hsl(210, 4.7120418848%, 4.775%) !important;
}
.neutral-2-border-color-b7 {
  border-color: hsl(210, 4.7120418848%, 4.775%) !important;
}
.neutral-2-border-color-b7.border {
  border-color: hsl(210, 4.7120418848%, 4.775%) !important;
}
.neutral-2-bg-a1 {
  background-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-color-a1 {
  color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-border-color-a1 {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-border-color-a1.border {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.neutral-2-bg-a2 {
  background-color: hsl(210, 13.7931034483%, 76.8%) !important;
}
.neutral-2-color-a2 {
  color: hsl(210, 13.7931034483%, 76.8%) !important;
}
.neutral-2-border-color-a2 {
  border-color: hsl(210, 13.7931034483%, 76.8%) !important;
}
.neutral-2-border-color-a2.border {
  border-color: hsl(210, 13.7931034483%, 76.8%) !important;
}
.neutral-2-bg-a3 {
  background-color: hsl(210, 6.103286385%, 62.725%) !important;
}
.neutral-2-color-a3 {
  color: hsl(210, 6.103286385%, 62.725%) !important;
}
.neutral-2-border-color-a3 {
  border-color: hsl(210, 6.103286385%, 62.725%) !important;
}
.neutral-2-border-color-a3.border {
  border-color: hsl(210, 6.103286385%, 62.725%) !important;
}
.neutral-2-bg-a4 {
  background-color: hsl(210, 3.6269430052%, 48.25%) !important;
}
.neutral-2-color-a4 {
  color: hsl(210, 3.6269430052%, 48.25%) !important;
}
.neutral-2-border-color-a4 {
  border-color: hsl(210, 3.6269430052%, 48.25%) !important;
}
.neutral-2-border-color-a4.border {
  border-color: hsl(210, 3.6269430052%, 48.25%) !important;
}
.neutral-2-bg-a5 {
  background-color: hsl(210, 3.6269430052%, 33.775%) !important;
}
.neutral-2-color-a5 {
  color: hsl(210, 3.6269430052%, 33.775%) !important;
}
.neutral-2-border-color-a5 {
  border-color: hsl(210, 3.6269430052%, 33.775%) !important;
}
.neutral-2-border-color-a5.border {
  border-color: hsl(210, 3.6269430052%, 33.775%) !important;
}
.neutral-2-bg-a6 {
  background-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-color-a6 {
  color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-border-color-a6 {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-border-color-a6.border {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.neutral-2-bg-a7 {
  background-color: hsl(210, 4.7120418848%, 9.55%) !important;
}
.neutral-2-color-a7 {
  color: hsl(210, 4.7120418848%, 9.55%) !important;
}
.neutral-2-border-color-a7 {
  border-color: hsl(210, 4.7120418848%, 9.55%) !important;
}
.neutral-2-border-color-a7.border {
  border-color: hsl(210, 4.7120418848%, 9.55%) !important;
}
.lightgrey-bg-a1 {
  background-color: hsl(210, 3%, 85%) !important;
}
.lightgrey-color-a1 {
  color: hsl(210, 3%, 85%) !important;
}
.lightgrey-border-color-a1 {
  border-color: hsl(210, 3%, 85%) !important;
}
.lightgrey-border-color-a1.border {
  border-color: hsl(210, 3%, 85%) !important;
}
.lightgrey-bg-a2 {
  background-color: #edf5fc !important;
}
.lightgrey-color-a2 {
  color: #edf5fc !important;
}
.lightgrey-border-color-a2 {
  border-color: #edf5fc !important;
}
.lightgrey-border-color-a2.border {
  border-color: #edf5fc !important;
}
.lightgrey-bg-a3 {
  background-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-color-a3 {
  color: hsl(210, 62%, 97%) !important;
}
.lightgrey-border-color-a3 {
  border-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-border-color-a3.border {
  border-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-bg-a4 {
  background-color: #f5f9fc !important;
}
.lightgrey-color-a4 {
  color: #f5f9fc !important;
}
.lightgrey-border-color-a4 {
  border-color: #f5f9fc !important;
}
.lightgrey-border-color-a4.border {
  border-color: #f5f9fc !important;
}
.lightgrey-bg-b1 {
  background-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-color-b1 {
  color: hsl(210, 62%, 97%) !important;
}
.lightgrey-border-color-b1 {
  border-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-border-color-b1.border {
  border-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-bg-b2 {
  background-color: #ebf2fa !important;
}
.lightgrey-color-b2 {
  color: #ebf2fa !important;
}
.lightgrey-border-color-b2 {
  border-color: #ebf2fa !important;
}
.lightgrey-border-color-b2.border {
  border-color: #ebf2fa !important;
}
.lightgrey-bg-b3 {
  background-color: #edf4fa !important;
}
.lightgrey-color-b3 {
  color: #edf4fa !important;
}
.lightgrey-border-color-b3 {
  border-color: #edf4fa !important;
}
.lightgrey-border-color-b3.border {
  border-color: #edf4fa !important;
}
.lightgrey-bg-b4 {
  background-color: #f2f6fa !important;
}
.lightgrey-color-b4 {
  color: #f2f6fa !important;
}
.lightgrey-border-color-b4 {
  border-color: #f2f6fa !important;
}
.lightgrey-border-color-b4.border {
  border-color: #f2f6fa !important;
}
.lightgrey-bg-c1 {
  background-color: #f7f9fa !important;
}
.lightgrey-color-c1 {
  color: #f7f9fa !important;
}
.lightgrey-border-color-c1 {
  border-color: #f7f9fa !important;
}
.lightgrey-border-color-c1.border {
  border-color: #f7f9fa !important;
}
.lightgrey-bg-c2 {
  background-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-color-c2 {
  color: hsl(210, 62%, 97%) !important;
}
.lightgrey-border-color-c2 {
  border-color: hsl(210, 62%, 97%) !important;
}
.lightgrey-border-color-c2.border {
  border-color: hsl(210, 62%, 97%) !important;
}
.text-primary {
  color: hsl(210, 100%, 40%);
}
.text-success {
  color: hsl(160, 100%, 25%);
}
.text-info {
  color: hsl(210, 17%, 44%);
}
.text-warning {
  color: hsl(36, 100%, 30%);
}
.text-danger {
  color: hsl(350, 60%, 50%);
}
.text-light {
  color: hsl(255, 32.2033898305%, 92.625%);
}
.text-dark {
  color: hsl(210, 54%, 20%);
}
.text-black {
  color: hsl(0, 0%, 0%);
}
.text-100 {
  color: hsl(0, 0%, 96%);
}
.text-200 {
  color: hsl(0, 0%, 90%);
}
.text-300 {
  color: hsl(0, 0%, 83%);
}
.text-400 {
  color: hsl(0, 0%, 64%);
}
.text-500 {
  color: hsl(0, 0%, 45%);
}
.text-600 {
  color: hsl(0, 0%, 32%);
}
.text-700 {
  color: hsl(0, 0%, 25%);
}
.text-800 {
  color: hsl(0, 0%, 15%);
}
.text-900 {
  color: hsl(0, 0%, 10%);
}
.text-secondary {
  color: hsl(210, 33%, 28%);
}
.nav,
.it-header-slim-wrapper {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: hsl(0, 0%, 32%);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: hsl(0, 0%, 83%);
  --bs-nav-tabs-border-radius: 4px;
  --bs-nav-tabs-link-hover-border-color: hsl(0, 0%, 90%) hsl(0, 0%, 90%) hsl(0, 0%, 83%);
  --bs-nav-tabs-link-active-color: hsl(0, 0%, 25%);
  --bs-nav-tabs-link-active-bg: hsl(0, 0%, 100%);
  --bs-nav-tabs-link-active-border-color: hsl(0, 0%, 83%) hsl(0, 0%, 83%) hsl(0, 0%, 100%);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: 4px;
  --bs-nav-pills-link-active-color: hsl(0, 0%, 100%);
  --bs-nav-pills-link-active-bg: hsl(210, 100%, 40%);
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: hsl(0, 0%, 100%);
  --bs-navbar-brand-color: hsl(0, 0%, 100%);
  --bs-navbar-brand-hover-color: hsl(0, 0%, 100%);
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTkuMnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSIxMDI0dXAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSItLWhvbWUtLS1wYXJhbGxheC0tLW1vYmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0LjAwMDAwMCwgLTIwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iLW5ldHdvcmstc2xpbS1oZWFkZXIiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LDI0IEwzNiwyNCBMMzYsMjYgTDI0LDI2IEwyNCwyNCBaIE0yNCwyMCBMMzIsMjAgTDMyLDIyIEwyNCwyMiBMMjQsMjAgWiBNMjQsMjggTDMyLDI4IEwzMiwzMCBMMjQsMzAgTDI0LDI4IFoiIGlkPSJpY29uLXNtYWxsLWJ1cmdlciI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.it-header-slim-wrapper {
  background: hsl(210, 100%, 35%);
  padding: 6.5px 18px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
  top: -9px !important;
}
@media (max-width: 767.98px) {
  .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: 0 !important;
  }
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) {
  text-decoration: underline;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  transform-origin: center;
  fill: hsl(0, 0%, 100%);
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle[aria-expanded=true] > .icon:last-of-type {
  transform: scaleY(-1);
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener {
  font-size: 0.875rem;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener[aria-expanded=true] > .icon:last-of-type {
  transform: scaleY(-1);
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
  color: hsl(0, 0%, 100%);
  font-size: 0.875rem;
  padding: 0;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone,
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button,
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .it-access-top-wrapper > a,
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button,
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .it-access-top-wrapper > a {
  background: hsl(210, 100%, 25%);
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button:hover,
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .it-access-top-wrapper > a:hover,
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button:hover,
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .it-access-top-wrapper > a:hover {
  background: hsl(210, 100%, 30%);
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list {
  margin-top: 16px;
  margin-bottom: 24px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item.active {
  color: hsl(0, 0%, 100%);
  cursor: default;
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item:hover:not(.active) {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper {
    height: 48px;
    padding: 0;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content {
    padding: 0 18px;
    height: 48px;
    align-items: center;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: -14px !important;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile {
    flex-grow: 2;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list {
    margin: 0;
    display: flex;
    padding: 0 24px;
    margin-right: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 48px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.active {
    border-bottom: 2px solid hsl(0, 0%, 100%);
    text-decoration: none;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle .icon {
    margin-left: 4px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone,
  .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone {
    height: 48px;
  }
  .it-header-slim-wrapper .collapse:not(.show) {
    display: flex;
    justify-content: flex-end;
  }
  .is-sticky .it-user-wrapper .dropdown-menu.show {
    transform: translate3d(0, 6px, 0) !important;
    padding-bottom: 0.5rem;
  }
  .is-sticky .link-list-wrapper ul li a .icon {
    width: 18px;
    height: 18px;
  }
}
.it-header-slim-wrapper.theme-light {
  background: hsl(0, 0%, 100%);
  border-bottom: 1px solid rgba(0, 102, 204, 0.2);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list a.active {
  color: hsl(210, 66.6666666667%, 36%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu:before,
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu:before {
  background: hsl(210, 100%, 40%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu,
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu {
  background-color: hsl(210, 100%, 40%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu a,
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu a span,
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a,
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a span {
  color: hsl(0, 0%, 100%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .btn,
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .btn {
  background: hsl(210, 100%, 40%);
  color: hsl(0, 0%, 100%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .btn:hover,
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .btn:hover {
  background: hsl(210, 100%, 40%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a {
  color: hsl(210, 100%, 40%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a .icon {
  fill: hsl(210, 100%, 40%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a.it-opener[aria-expanded=true] .icon {
  fill: hsl(210, 100%, 40%);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .navbar-brand {
  color: hsl(210, 100%, 40%);
}
.it-header-slim-wrapper.theme-light .btn-full.btn-info,
.it-header-slim-wrapper.theme-light .btn-full.btn-danger,
.it-header-slim-wrapper.theme-light .btn-full.btn-success,
.it-header-slim-wrapper.theme-light .btn-full.btn-warning,
.it-header-slim-wrapper.theme-light .btn-full.btn-secondary,
.it-header-slim-wrapper.theme-light .btn-full.btn-primary {
  color: hsl(0, 0%, 100%) !important;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list {
    border-left: 1px solid rgba(0, 102, 204, 0.2);
    border-right: 1px solid rgba(0, 102, 204, 0.2);
  }
  .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item.active {
    color: hsl(210, 100%, 40%);
    border-bottom: 2px solid hsl(210, 100%, 40%);
  }
}
.it-user-wrapper .dropdown-menu.show {
  transform: translate3d(10px, 42px, 0) !important;
}
.it-user-wrapper .dropdown-menu.show::before {
  right: 12px;
  left: auto !important;
}
.it-user-wrapper.cloned {
  margin-left: 1em;
  align-self: center;
}
.it-user-wrapper .link-list-wrapper > ul > li > a {
  line-height: 3em;
}
@media (min-width: 576px) {
  .it-user-wrapper .dropdown-menu.show {
    transform: translate3d(0, 50px, 0) !important;
  }
  .it-user-wrapper .dropdown-menu.show::before {
    right: 12px;
    left: auto !important;
  }
}
@media (min-width: 992px) {
  .it-user-wrapper .dropdown-menu.show {
    transform: translate3d(0, 56px, 0) !important;
  }
  .it-user-wrapper .dropdown-menu.show::before {
    right: auto;
    left: 27px !important;
  }
  .it-user-wrapper.dropdown .icon {
    margin-left: 4px;
  }
  .it-user-wrapper.dropdown.cloned .btn-full {
    height: 56px;
  }
}
.it-header-center-wrapper {
  background: hsl(210, 100%, 40%);
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.it-header-center-wrapper.it-small-header {
  height: 64px;
}
.it-header-center-wrapper .it-header-center-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
  padding-right: 24px;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
  display: flex;
  color: hsl(0, 0%, 100%);
  align-items: center;
  text-decoration: none;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 1.1;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-tagline {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
  text-decoration: none;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
  fill: hsl(0, 0%, 100%);
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
  color: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
  align-items: center;
  font-size: 0.875rem;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  fill: hsl(0, 0%, 100%);
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
  width: 24px;
  height: 24px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: hsl(0, 0%, 100%);
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    margin-left: 40px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .it-header-center-wrapper {
    height: 120px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
  }
  .it-header-center-wrapper.it-small-header {
    height: 104px;
  }
  .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h2,
  .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a .h2 {
    font-size: 1.25rem;
  }
  .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h3,
  .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a .h3 {
    font-size: 0.75rem;
    margin-top: 4px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper {
    margin-left: 0;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
    display: flex;
    align-items: center;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2,
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2,
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-title {
    font-size: 1.75rem;
    margin-bottom: 0;
    font-weight: 600;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3,
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3,
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-tagline {
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 0;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
    text-decoration: none;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 82px;
    height: 82px;
    margin-right: 16px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
    display: flex;
    align-items: center;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
    align-items: center;
    font-size: 0.875rem;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
    width: 24px;
    height: 24px;
    margin-left: 16px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg {
    fill: hsl(0, 0%, 95%);
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    margin-left: 80px;
    font-size: 0.875rem;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: hsl(0, 0%, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: hsl(0, 0%, 95%);
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: hsl(210, 100%, 40%);
    width: 24px;
    height: 24px;
  }
}
.it-header-center-wrapper.theme-light {
  background: hsl(0, 0%, 100%);
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a {
  color: hsl(210, 100%, 40%);
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a .icon {
  fill: hsl(210, 100%, 40%);
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone {
  color: hsl(210, 100%, 40%);
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  fill: hsl(210, 100%, 40%);
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: hsl(210, 100%, 40%);
}
@media (min-width: 992px) {
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg {
    fill: rgb(0, 96.9, 193.8);
  }
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a {
    background: hsl(210, 100%, 40%);
  }
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: rgb(0, 96.9, 193.8);
  }
}
.it-header-navbar-wrapper nav {
  background: transparent;
}
@media (min-width: 992px) {
  .it-header-navbar-wrapper {
    background: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper .nav-item.megamenu > a.dropdown-toggle:before,
  .it-header-navbar-wrapper .nav-item.megamenu > button.dropdown-toggle:before {
    bottom: -14px;
  }
  .it-header-navbar-wrapper nav a {
    text-decoration: none;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav {
    padding: 0;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary a {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .it-header-center-wrapper.theme-light + .it-header-navbar-wrapper .custom-navbar-toggler .icon {
    fill: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable {
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper {
    background: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.dropdown .icon {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-heading-link,
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-footer-link {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-heading-link svg,
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-footer-link svg {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    background: hsl(210, 4%, 78%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li > button.nav-link {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li > button.nav-link svg {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li > button.nav-link.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .close-div .close-menu {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu a.it-heading-link,
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu a.it-footer-link {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu a.it-heading-link svg,
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu a.it-footer-link svg {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a svg {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
}
@media (min-width: 992px) {
  .it-header-navbar-wrapper.theme-light-desk {
    background: hsl(0, 0%, 100%);
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li button.nav-link.dropdown-toggle svg {
    fill: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar {
    background: transparent;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable {
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper {
    background: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu > button.nav-link {
    color: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu > button.nav-link::before {
    background-color: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu > button.nav-link svg {
    fill: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu > button.nav-link.active {
    border-bottom-color: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
    background-color: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-heading-link,
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-footer-link {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-heading-link svg,
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-footer-link svg {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-heading-link-wrapper,
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-footer-link-wrapper,
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-footer-link-wrapper-vertical {
    border-color: hsl(210, 4%, 78%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-description p {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-bottom-color: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu {
    background: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu:before {
    background: hsl(210, 100%, 40%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a svg {
    fill: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
}
.it-header-wrapper {
  position: relative;
  z-index: 5;
}
.it-header-wrapper .it-nav-wrapper {
  position: relative;
  z-index: auto;
}
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 32px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  transition: padding-top 0.3s ease;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
  padding-left: 18px;
  padding-right: 18px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav .custom-navbar-toggler {
  padding: 0;
  transform: translateX(-2px);
  cursor: pointer;
}
.it-header-wrapper.it-header-sticky.is-sticky {
  width: 100%;
}
.it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper {
  top: 0;
  width: 100%;
  z-index: 10;
}
.it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper,
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-center-wrapper {
    display: none;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
    width: 100%;
    top: 0;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper {
    align-self: center;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element .it-brand-text {
    display: none;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a {
    color: hsl(0, 0%, 100%);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a:hover {
    text-decoration: none;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a .icon {
    fill: hsl(0, 0%, 100%);
    width: 41px;
    height: 41px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    margin-left: 26.6666666667px;
    font-size: 0.875rem;
    color: hsl(0, 0%, 100%);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: hsl(0, 0%, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: rgb(242.25, 242.25, 242.25);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: hsl(210, 100%, 40%);
    width: 24px;
    height: 24px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-element a {
    width: 35px;
    height: 35px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-element a svg {
    width: 20px;
    height: 20px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
    flex: 1;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav.navbar-secondary {
    display: none;
  }
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper {
    position: relative;
  }
  .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
    position: inherit;
    left: auto;
    top: inherit;
    margin-top: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 18px;
    padding-right: 18px;
  }
  .it-header-wrapper .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    left: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .navbar.theme-dark-mobile .navbar-collapsable {
  }
  .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper {
    background: hsl(210, 100%, 40%);
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    background: hsl(210, 4%, 78%);
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu a.it-heading-link,
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu a.it-footer-link {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu a.it-heading-link svg,
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu a.it-footer-link svg {
    fill: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link,
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li button.nav-link {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link svg,
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li button.nav-link svg {
    fill: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link.active,
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li button.nav-link.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .close-div .close-menu {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a svg {
    fill: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
}
@media (min-width: 992px) {
  .navbar.theme-light-desk {
    background: hsl(0, 0%, 100%);
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  }
  .navbar.theme-light-desk .navbar-collapsable {
  }
  .navbar.theme-light-desk .navbar-collapsable .menu-wrapper {
    background: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu > button.nav-link {
    color: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu > button.nav-link::before {
    background-color: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu > button.nav-link svg {
    fill: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu > button.nav-link.active {
    border-bottom-color: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
    background-color: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-heading-link,
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-footer-link {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-heading-link svg,
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu a.it-footer-link svg {
    fill: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-heading-link-wrapper,
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-footer-link-wrapper,
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-footer-link-wrapper-vertical {
    border-color: hsl(210, 4%, 78%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-description p {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link {
    color: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-bottom-color: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .dropdown-menu {
    background: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .dropdown-menu:before {
    background: hsl(210, 100%, 40%);
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a svg {
    fill: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
h2,
.h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
h3,
.h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
h4,
.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  h4,
  .h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}
h1,
.h1,
h2,
h3,
.h2,
.h3 {
  font-weight: 700;
}
h4,
.h4,
h5,
h6,
.h5,
.h6 {
  font-weight: 600;
}
.display-1 {
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .display-1 {
    font-size: 3.5rem;
    line-height: 1.25;
  }
}
p,
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  p,
  ul,
  ol,
  dl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .lead {
    font-size: 1.5rem;
  }
}
blockquote,
.blockquote {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 1.5rem 0;
  margin-left: 0.5rem;
  border-left: 4px solid hsl(178, 90.4761904762%, 44.625%);
  padding: 0.25rem 1rem;
}
blockquote.text-end,
.blockquote.text-end {
  margin-right: 0.5rem;
  border-right: 4px solid hsl(178, 90.4761904762%, 44.625%);
}
blockquote.text-center,
blockquote.text-end,
blockquote.blockquote-simple,
.blockquote.text-center,
.blockquote.text-end,
.blockquote.blockquote-simple {
  margin-left: 0;
  border-left: none;
  border-right: none;
}
blockquote.text-center,
blockquote.blockquote-simple,
.blockquote.text-center,
.blockquote.blockquote-simple {
  padding: 0;
}
blockquote.blockquote-simple,
.blockquote.blockquote-simple {
  font-style: italic;
}
blockquote.blockquote-card,
.blockquote.blockquote-card {
  margin-left: 0;
  padding: 16px 40px 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
blockquote.blockquote-card .blockquote-footer,
.blockquote.blockquote-card .blockquote-footer {
  font-size: inherit;
}
blockquote.blockquote-card .blockquote-footer:before,
.blockquote.blockquote-card .blockquote-footer:before {
  content: none;
}
blockquote.blockquote-card.dark,
.blockquote.blockquote-card.dark {
  background-color: hsl(210, 100%, 40%);
  border-left: none;
  color: hsl(0, 0%, 100%);
  padding: 40px;
}
blockquote.blockquote-card.dark .blockquote-footer,
.blockquote.blockquote-card.dark .blockquote-footer {
  color: hsl(0, 0%, 100%);
}
.blockquote-footer {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: hsl(0, 0%, 32%);
  margin-top: 0;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.bg-dark .blockquote-footer {
  color: hsl(0, 0%, 64%);
}
caption,
figcaption {
  font-size: 0.875rem;
  line-height: 1rem;
}
b,
strong {
  font-weight: 700;
}
small,
.small {
  font-size: 0.875rem;
}
.x-small {
  font-size: 0.75rem;
}
.font-serif {
  font-family:
    "Lora",
    Georgia,
    serif !important;
}
.font-sans-serif {
  font-family:
    "Titillium Web",
    Geneva,
    Tahoma,
    sans-serif !important;
}
.font-monospace {
  font-family: "Roboto Mono", monospace !important;
}
.initialism {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-size: 90%;
}
.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.row.variable-gutters {
  margin-right: -12px;
  margin-left: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.row.variable-gutters > .col,
.row.variable-gutters > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.variable-gutters > .col,
.row.variable-gutters > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 576px) {
  .row.variable-gutters {
    margin-right: -6px;
    margin-left: -6px;
  }
  .row.variable-gutters > .col,
  .row.variable-gutters > [class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (min-width: 768px) {
  .row.variable-gutters {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.variable-gutters > .col,
  .row.variable-gutters > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .row.variable-gutters {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row.variable-gutters > .col,
  .row.variable-gutters > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .row.variable-gutters {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row.variable-gutters > .col,
  .row.variable-gutters > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1400px) {
  .row.variable-gutters {
    margin-right: -14px;
    margin-left: -14px;
  }
  .row.variable-gutters > .col,
  .row.variable-gutters > [class*=col-] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.row.row-column-border > [class^=col-] {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid hsl(210, 4%, 78%);
}
.row.row-column-border > [class^=col-]:first-child {
  border: none;
}
.row.row-column-border > [class^=col-] .navbar {
  padding: 0;
}
.row.row-column-border > [class^=col-] .navbar .menu-wrapper .nav-link {
  padding-right: 0;
}
.row.row-column-menu-left > [class^=col-]:first-child {
  padding: 1rem 0;
}
.row.row-column-menu-right > [class^=col-]:last-child {
  padding: 1rem 0;
}
.row.row-card {
  background-color: hsl(0, 0%, 100%);
}
@media (min-width: 992px) {
  .row.row-column-border {
    margin-top: 1rem;
    border-top: 1px solid hsl(210, 4%, 78%);
  }
  .row.row-column-border > [class^=col-] {
    padding: 3rem 3rem;
    border-top: none;
    border-left: 1px solid hsl(210, 4%, 78%);
  }
  .row.row-column-border > [class^=col-]:first-child {
    border: none;
    padding-left: 0;
  }
  .row.row-column-border > [class^=col-] .navbar {
    padding: 8px 0;
  }
  .row.row-column-border > [class^=col-] .navbar .menu-wrapper {
    padding: 0;
  }
  .row.row-column-menu-left > [class^=col-]:first-child {
    padding: 0;
  }
  .row.row-column-menu-right > [class^=col-]:last-child {
    padding: 0;
  }
}
.row.row-full-width {
  max-width: 100vw;
  margin: 0 calc(-50vw + 50%);
}
.row.row-full-width > * {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.row.row-full-width > * img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}
.row.row-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .row.row-title {
    flex-direction: row;
    align-items: flex-start;
  }
}
.row.row-border h1,
.row.row-border .h1 {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h2,
.row.row-border .h2 {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h3,
.row.row-border .h3 {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h4,
.row.row-border .h4 {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h5,
.row.row-border .h5 {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h6,
.row.row-border .h6 {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .row.row-border {
    border-bottom: 1px solid hsl(210, 4%, 78%);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .row.row-border h1,
  .row.row-border .h1 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h2,
  .row.row-border .h2 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h3,
  .row.row-border .h3 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h4,
  .row.row-border .h4 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h5,
  .row.row-border .h5 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h6,
  .row.row-border .h6 {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.row.row-calendar {
  display: block;
}
.sticky-wrapper.is-sticky {
  position: fixed;
}
.sticky-wrapper.is-sticky.navbar-wrapper {
  z-index: 1;
  left: 0;
  right: 0;
  width: auto;
}
.sticky-wrapper.is-sticky.navbar-wrapper .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid hsl(210, 4%, 78%);
}
.sticky-wrapper.is-sticky.navbar-wrapper.sticky-expanded {
  z-index: auto;
}
@media (min-width: 992px) {
  .sticky-wrapper.is-sticky.navbar-wrapper {
    z-index: auto;
    left: auto;
    right: auto;
    width: unset;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper {
    padding: 0;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper .nav-link {
    padding-right: 0;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar.it-bottom-navscroll {
    border: none;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper.at-bottom {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
}
.sticky-wrapper.navbar-wrapper .navbar.it-top-navscroll,
.sticky-wrapper.navbar-wrapper .navbar.it-bottom-navscroll {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
@media (min-width: 992px) {
  .table {
    font-size: 1.125rem;
  }
}
.table .table-dark a {
  color: hsl(0, 0%, 100%);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: 2px solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-color: hsl(0, 0%, 0%);
  --bs-table-bg: rgb(204, 224.4, 244.8);
  --bs-table-border-color: rgb(183.6, 201.96, 220.32);
  --bs-table-striped-bg: rgb(193.8, 213.18, 232.56);
  --bs-table-striped-color: hsl(0, 0%, 0%);
  --bs-table-active-bg: rgb(183.6, 201.96, 220.32);
  --bs-table-active-color: hsl(0, 0%, 0%);
  --bs-table-hover-bg: rgb(188.7, 207.57, 226.44);
  --bs-table-hover-color: hsl(0, 0%, 0%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: hsl(0, 0%, 0%);
  --bs-table-bg: rgb(222.6252, 226.44, 230.2548);
  --bs-table-border-color: rgb(200.36268, 203.796, 207.22932);
  --bs-table-striped-bg: rgb(211.49394, 215.118, 218.74206);
  --bs-table-striped-color: hsl(0, 0%, 0%);
  --bs-table-active-bg: rgb(200.36268, 203.796, 207.22932);
  --bs-table-active-color: hsl(0, 0%, 0%);
  --bs-table-hover-bg: rgb(205.92831, 209.457, 212.98569);
  --bs-table-hover-color: hsl(0, 0%, 0%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: hsl(0, 0%, 0%);
  --bs-table-bg: rgb(204, 229.5, 221);
  --bs-table-border-color: rgb(183.6, 206.55, 198.9);
  --bs-table-striped-bg: rgb(193.8, 218.025, 209.95);
  --bs-table-striped-color: hsl(0, 0%, 0%);
  --bs-table-active-bg: rgb(183.6, 206.55, 198.9);
  --bs-table-active-color: hsl(0, 0%, 0%);
  --bs-table-hover-bg: rgb(188.7, 212.2875, 204.425);
  --bs-table-hover-color: hsl(0, 0%, 0%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: hsl(0, 0%, 0%);
  --bs-table-bg: rgb(222.6252, 226.44, 230.2548);
  --bs-table-border-color: rgb(200.36268, 203.796, 207.22932);
  --bs-table-striped-bg: rgb(211.49394, 215.118, 218.74206);
  --bs-table-striped-color: hsl(0, 0%, 0%);
  --bs-table-active-bg: rgb(200.36268, 203.796, 207.22932);
  --bs-table-active-color: hsl(0, 0%, 0%);
  --bs-table-hover-bg: rgb(205.92831, 209.457, 212.98569);
  --bs-table-hover-color: hsl(0, 0%, 0%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: hsl(0, 0%, 0%);
  --bs-table-bg: rgb(234.6, 222.36, 204);
  --bs-table-border-color: rgb(211.14, 200.124, 183.6);
  --bs-table-striped-bg: rgb(222.87, 211.242, 193.8);
  --bs-table-striped-color: hsl(0, 0%, 0%);
  --bs-table-active-bg: rgb(211.14, 200.124, 183.6);
  --bs-table-active-color: hsl(0, 0%, 0%);
  --bs-table-hover-bg: rgb(217.005, 205.683, 188.7);
  --bs-table-hover-color: hsl(0, 0%, 0%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: hsl(0, 0%, 0%);
  --bs-table-bg: rgb(244.8, 214.2, 219.3);
  --bs-table-border-color: rgb(220.32, 192.78, 197.37);
  --bs-table-striped-bg: rgb(232.56, 203.49, 208.335);
  --bs-table-striped-color: hsl(0, 0%, 0%);
  --bs-table-active-bg: rgb(220.32, 192.78, 197.37);
  --bs-table-active-color: hsl(0, 0%, 0%);
  --bs-table-hover-bg: rgb(226.44, 198.135, 202.8525);
  --bs-table-hover-color: hsl(0, 0%, 0%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: hsl(0, 0%, 0%);
  --bs-table-bg: hsl(255, 32.2033898305%, 92.625%);
  --bs-table-border-color: rgb(209.8490625, 207.12375, 218.025);
  --bs-table-striped-bg: rgb(221.50734375, 218.630625, 230.1375);
  --bs-table-striped-color: hsl(0, 0%, 0%);
  --bs-table-active-bg: rgb(209.8490625, 207.12375, 218.025);
  --bs-table-active-color: hsl(0, 0%, 0%);
  --bs-table-hover-bg: rgb(215.678203125, 212.8771875, 224.08125);
  --bs-table-hover-color: hsl(0, 0%, 0%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: hsl(0, 0%, 100%);
  --bs-table-bg: hsl(210, 54%, 20%);
  --bs-table-border-color: rgb(46.614, 71.4, 96.186);
  --bs-table-striped-bg: rgb(35.037, 61.2, 87.363);
  --bs-table-striped-color: hsl(0, 0%, 100%);
  --bs-table-active-bg: rgb(46.614, 71.4, 96.186);
  --bs-table-active-color: hsl(0, 0%, 100%);
  --bs-table-hover-bg: rgb(40.8255, 66.3, 91.7745);
  --bs-table-hover-color: hsl(0, 0%, 100%);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: 0;
  --bs-breadcrumb-divider-color: hsl(0, 0%, 32%);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: hsl(0, 0%, 32%);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.breadcrumb-container {
  --bs-breadcrumb-font-size: 1rem;
}
.breadcrumb-container .breadcrumb {
  padding: 0.5em 0;
  border-radius: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item i {
  padding-right: 0.5em;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: hsl(210, 33%, 28%);
  font-weight: 600;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active a {
  font-weight: 400;
  pointer-events: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
  color: hsl(210, 17%, 44%);
  display: inline-block;
  font-weight: 600;
  padding: 0 0.5em;
}
.breadcrumb-container .breadcrumb.dark {
  background: hsl(210, 25%, 35.2%);
  color: hsl(0, 0%, 100%);
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item a {
  color: hsl(0, 0%, 100%);
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item span.separator {
  color: hsl(0, 0%, 100%);
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item i {
  color: hsl(178, 90.4761904762%, 44.625%);
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item.active {
  color: hsl(0, 0%, 100%);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: hsl(0, 0%, 0%);
  --bs-backdrop-opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.5rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.5rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: hsl(0, 0%, 100%);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 8px;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: 7px;
  --bs-modal-header-padding-x: 1.5rem;
  --bs-modal-header-padding-y: 1.5rem;
  --bs-modal-header-padding: 1.5rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  padding-right: 0 !important;
}
.modal .modal-dialog {
  margin: 48px;
}
.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 24px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  padding: 16px;
}
.modal .modal-dialog .modal-content .modal-header h5,
.modal .modal-dialog .modal-content .modal-header .h5 {
  color: hsl(0, 0%, 10%);
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 24px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 12px 24px;
}
.modal.alert-modal .modal-dialog .modal-content .modal-header {
  justify-content: left;
  align-items: start;
}
.modal.alert-modal .modal-dialog .modal-content .modal-header .icon {
  fill: hsl(210, 100%, 40%);
  margin-right: 16px;
  flex-shrink: 0;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 24px;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5,
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header .h5 {
  text-transform: none;
  font-weight: 700;
  letter-spacing: inherit;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5 span,
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header .h5 span {
  color: hsl(210, 100%, 40%);
  margin-right: 4px;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.modal.popconfirm-modal .modal-dialog {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.modal.popconfirm-modal .modal-dialog .modal-content {
  border-radius: 4px;
}
.modal.popconfirm-modal .modal-dialog .modal-header {
  padding-top: 16px;
  margin-bottom: -4px;
}
.modal.popconfirm-modal .modal-dialog .modal-body {
  padding-top: 16px;
}
.modal.popconfirm-modal .modal-dialog .modal-body p {
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.modal.popconfirm-modal .modal-dialog .modal-footer {
  padding-bottom: 24px;
}
.modal.it-dialog-scrollable .modal-dialog {
  margin: 104px 48px;
}
.modal.it-dialog-scrollable .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 208px);
}
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-header {
  padding-bottom: 24px;
  background: hsl(0, 0%, 100%);
  flex-shrink: 0;
}
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 24px;
  overflow-y: auto;
}
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-footer {
  flex-shrink: 0;
  background: hsl(0, 0%, 100%);
}
.modal.it-dialog-scrollable .modal-dialog.modal-dialog-left {
  height: 100vh;
  margin: 0 24px 0 0;
}
.modal.it-dialog-scrollable .modal-dialog.modal-dialog-left .modal-content {
  height: 100vh;
}
.modal.it-dialog-scrollable .modal-dialog.modal-dialog-right {
  height: 100vh;
  margin: 0 0 0 24px;
  float: right;
}
.modal.it-dialog-scrollable .modal-dialog.modal-dialog-right .modal-content {
  height: 100vh;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog.modal-dialog-left {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.modal.fade .modal-dialog.modal-dialog-right {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.modal.fade .modal-dialog.modal-dialog-centered {
  transform: translate(0, -5%);
}
.modal.fade.show .modal-dialog.modal-dialog-left {
  transform: translateX(0);
}
.modal.fade.show .modal-dialog.modal-dialog-right {
  transform: translateX(0);
}
.modal.fade.show .modal-dialog.modal-dialog-centered {
  transform: translate(0, 0);
}
@media (min-width: 576px) {
  .modal.popconfirm-modal .modal-dialog .modal-body p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .modal .modal-dialog.modal-dialog-left {
    margin: 0;
  }
  .modal .modal-dialog.modal-dialog-left .modal-content {
    height: 100vh;
  }
  .modal .modal-dialog.modal-dialog-right {
    margin: 0;
    float: right;
  }
  .modal .modal-dialog.modal-dialog-right .modal-content {
    height: 100vh;
  }
  .modal.it-dialog-scrollable .modal-dialog {
    margin: 64px auto;
  }
  .modal.it-dialog-scrollable .modal-dialog .modal-content {
    height: calc(100vh - 128px);
  }
}
@media (min-width: 992px) {
  .alert-modal .modal-dialog .modal-content .modal-body p {
    padding-left: 48px;
  }
}
.modal-content,
.modal-header {
  border-radius: 0;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  color: hsl(0, 0%, 10%);
}
.modal-footer {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
.modal-footer.modal-footer-shadow {
  box-shadow: 0 15px 25px 5px rgba(0, 0, 0, 0.3);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion {
  --bs-accordion-color: hsl(0, 0%, 10%);
  --bs-accordion-bg: hsl(0, 0%, 100%);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 4px;
  --bs-accordion-inner-border-radius: 3px;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: hsl(0, 0%, 10%);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl%280, 0%, 10%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%280, 91.8, 183.6%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: hsl(210, 17%, 44%);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: rgb(0, 91.8, 183.6);
  --bs-accordion-active-bg: rgb(229.5, 239.7, 249.9);
  border-bottom: 1px solid hsl(210, 4%, 78%);
}
.accordion .accordion {
  border: 1px solid hsl(210, 4%, 78%);
  border-top: 0;
}
.accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true] {
  background-color: hsl(210, 100%, 40%);
  color: hsl(0, 0%, 100%);
  border-color: hsl(210, 100%, 40%);
}
.accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true]:before {
  color: hsl(0, 0%, 100%);
}
.accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true]:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='hsl(0, 0%, 100%)' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
}
.accordion.accordion-background-hover .accordion-header .accordion-button:hover {
  background-color: hsl(210, 100%, 40%);
  color: hsl(0, 0%, 100%);
  border-color: hsl(210, 100%, 40%);
}
.accordion.accordion-background-hover .accordion-header .accordion-button:hover:before {
  color: hsl(0, 0%, 100%);
}
.accordion.accordion-background-hover .accordion-header .accordion-button:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='hsl(0, 0%, 100%)' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
}
.accordion.accordion-left-icon .accordion-header .accordion-button:after {
  content: none;
}
.accordion.accordion-left-icon .accordion-header .accordion-button:before {
  font-weight: 300;
  content: "-";
  float: left;
  margin: 0 1rem 0.3333333333rem 0;
  width: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2rem;
  font-family:
    "Titillium Web",
    Geneva,
    Tahoma,
    sans-serif;
  transform: none;
  overflow: hidden;
}
.accordion.accordion-left-icon .accordion-header .accordion-button[aria-expanded=false]:before {
  content: "+";
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border: none;
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0;
}
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}
.accordion-header {
  margin-bottom: 0;
  position: relative;
}
.accordion-header .accordion-button {
  width: 100%;
  text-align: left;
  border: 0;
  background-color: transparent;
  border-top: 1px solid hsl(210, 4%, 78%);
  box-shadow: none;
  padding: 14px 24px;
  cursor: pointer;
  color: hsl(210, 100%, 40%);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .accordion-header .accordion-button {
    font-size: 1.125rem;
  }
}
.accordion-header .accordion-button:not(.collapsed) {
  color: hsl(210, 17%, 44%);
}
.accordion-header .accordion-button:not(.collapsed):after {
  transform: scaleY(1);
}
.accordion-header .accordion-button:not(.collapsed):hover:before,
.accordion-header .accordion-button[aria-expanded=true]:hover:before {
  text-decoration: none;
}
.accordion-header .accordion-button:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='hsl(210, 100%, 40%)' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
  float: right;
  width: 1.5rem;
  height: auto;
  line-height: 0.1rem;
  color: hsl(210, 100%, 40%);
  transition: transform 0.3s;
  background-image: none;
  transform: scaleY(-1);
}
.accordion-header .accordion-button:hover {
  background: none;
  text-decoration: underline;
}
.accordion-header .accordion-button:hover:after {
  text-decoration: none;
}
.accordion-header .accordion-button:active,
.accordion-header .accordion-button:hover,
.accordion-header .accordion-button:focus {
  border-top-color: hsl(210, 4%, 78%);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding: 12px 24px 42px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .accordion-body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.accordion-body .accordion-header button[aria-expanded=true]:before {
  height: 0;
  width: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.it-carousel-wrapper {
  margin: 0 auto;
}
.it-carousel-wrapper .splide__pagination {
  margin-top: 8px;
  margin-left: 0;
  padding-left: 0;
}
.it-carousel-wrapper .splide__pagination button {
  width: 16px;
  height: 16px;
  background: hsl(210, 83%, 77%);
  display: inline-block;
  transition: all 0.3s;
  border-radius: 50px;
  margin: 0 8px;
  padding: 0;
  box-shadow: none;
  border: none;
}
.it-carousel-wrapper .splide__pagination button.is-active {
  background: hsl(210, 100%, 40%);
}
.it-carousel-wrapper .it-special-card h5.card-title,
.it-carousel-wrapper .it-special-card .card-title.h5 {
  margin-bottom: 0;
}
.it-carousel-wrapper .it-header-block h2,
.it-carousel-wrapper .it-header-block .h2 {
  font-size: 1.75rem;
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 8px;
  margin-bottom: 0;
  letter-spacing: unset;
}
.it-carousel-wrapper .splide__track {
  padding-top: 24px;
  padding-bottom: 0;
}
.it-carousel-wrapper .card-wrapper {
  padding-bottom: 16px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper {
  background-color: hsl(0, 0%, 100%);
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
  position: relative;
  display: block;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
  border-right: none;
  margin-right: 0;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
  display: none;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature {
  float: left;
  margin-bottom: 0;
  width: 60%;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
  float: right;
  position: inherit;
  bottom: inherit;
  margin-bottom: 0;
  width: 35%;
  justify-content: flex-end;
  line-height: 21px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows {
  position: absolute;
  top: 50%;
  left: -24px;
  right: -24px;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  pointer-events: none;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow {
  width: 40px;
  height: 40px;
  background: hsl(210, 100%, 40%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow svg {
  fill: hsl(0, 0%, 100%);
  width: 16px;
  height: 16px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}
.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow[disabled] {
  background: hsl(210, 3%, 85%);
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 {
  margin: 0 auto;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
  padding: 0 24px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .card.card-img {
  margin-left: 0;
  margin-right: 0;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .card.card-bg {
  margin-left: 0;
  margin-right: 0;
}
.it-carousel-wrapper.it-calendar-wrapper .splide__track {
  padding-top: 0;
}
.it-carousel-wrapper.it-calendar-wrapper .splide__track .card.card-bg {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 960px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .splide__list {
    display: flex;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .splide__list .splide__slide {
    display: flex;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .splide__list .splide__slide .it-single-slide-wrapper {
    height: 100%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper {
    display: flex;
    flex-basis: 100%;
    width: 100%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .img-responsive-wrapper {
    flex-basis: 50%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .img-responsive-wrapper .img-responsive {
    height: 100%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
    flex-basis: 50%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
    border-right: none;
    margin-right: 0;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
    display: none;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body {
    padding-left: 48px;
    padding-bottom: 48px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature {
    float: left;
    width: 60%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
    float: right;
    position: inherit;
    bottom: inherit;
    margin-bottom: 0;
    width: 35%;
    justify-content: flex-end;
    line-height: 26px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .splide__pagination {
    position: absolute;
    left: 50%;
    margin-left: 40px;
    right: 0;
    bottom: 5px;
    text-align: left;
    justify-content: left;
    margin-bottom: 8px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .lined_slide:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    background-color: hsl(210, 32.2033898305%, 92.625%);
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
    max-width: 960px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
    max-width: unset;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
    padding: 0 12px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows {
    left: -48px;
    right: -48px;
  }
}
@media (min-width: 1200px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 1176px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
    max-width: 1176px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
    max-width: unset;
  }
}
@media (prefers-reduced-motion: reduce) {
  .it-carousel-wrapper .splide__pagination button {
    transition: none !important;
  }
}
.it-calendar-wrapper .it-header-block-title {
  background-color: hsl(210, 100%, 40%);
  color: hsl(0, 0%, 100%);
  padding: 0.5em 0;
  border-radius: 4px 4px 0 0;
}
.it-calendar-wrapper .card-wrapper {
  padding: 0;
}
.it-calendar-wrapper .card .card-title,
.it-calendar-wrapper .card .card-text {
  border-bottom: 1px solid hsl(210, 4%, 78%);
  padding-bottom: 16px;
}
.it-calendar-wrapper .card .card-body .card-title {
  font-family:
    "Titillium Web",
    Geneva,
    Tahoma,
    sans-serif;
  font-size: 3rem;
  font-weight: 400;
  padding-top: 16px;
}
.it-calendar-wrapper .card .card-body .card-title span {
  font-size: 0.3em;
  display: block;
  padding-top: 1em;
  padding-left: 1em;
  font-family: "Roboto Mono", monospace;
}
.it-calendar-wrapper .card .card-text a {
  text-decoration: none;
  color: hsl(0, 0%, 10%);
  font-family:
    "Titillium Web",
    Geneva,
    Tahoma,
    sans-serif;
  font-size: 1.125rem;
}
.it-calendar-wrapper .card .card-text a:hover {
  text-decoration: underline;
  color: hsl(210, 100%, 40%);
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid hsl(210, 17%, 44%);
  padding-left: 4em;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0;
  color: hsl(0, 0%, 10%);
  background-position: 20px 12px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.alert-heading {
  color: hsl(0, 0%, 10%);
  line-height: 1;
}
.alert-link {
  color: hsl(210, 100%, 40%);
  font-weight: 600;
  text-decoration: underline;
}
.alert-dismissible {
  padding-right: 2rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 1rem;
  color: inherit;
}
.alert-primary {
  border-left: 8px solid hsl(210, 100%, 40%);
}
.alert-success {
  border-left: 8px solid hsl(160, 100%, 25%);
}
.alert-info {
  border-left: 8px solid hsl(210, 17%, 44%);
}
.alert-warning {
  border-left: 8px solid hsl(36, 100%, 30%);
}
.alert-danger {
  border-left: 8px solid hsl(350, 60%, 50%);
}
.alert-danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(350, 60%, 50%)' d='M11.5 14.2V5.7h1.2v8.5zm-.1 4.1h1.2v-1.8h-1.2zM22 7.9v8.3L16.1 22H7.9L2 16.2V7.9L7.9 2h8.2zm-1 .4L15.7 3H8.3L3 8.3v7.5L8.3 21h7.4l5.3-5.2z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(36, 100%, 30%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.5-6.8V5.7h1.2v8.5zm-.1 2.3h1.2v1.8h-1.2z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(160, 100%, 25%)' d='M17.1 7.9l.7.7-7.8 7.6-4.7-4.6.7-.7 4 3.9zM22 12A10 10 0 1 1 12 2a10 10 0 0 1 10 10zm-1 0a9 9 0 1 0-9 9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(210, 17%, 44%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-primary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(210, 100%, 40%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: 4px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 4px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  --bs-btn-color: $primary;
  --bs-btn-hover-color: $color-background-primary-hover;
  --bs-btn-active-color: #003366;
  padding: 12px 24px;
  font-size: 1rem;
  white-space: initial;
  text-decoration: none;
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 100%, 40%);
  border-color: hsl(210, 100%, 40%);
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background-color: rgb(0, 82.62, 165.24);
  color: hsl(0, 0%, 100%);
  border-color: rgb(0, 76.5, 153);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 100%, 40%);
  border-color: hsl(210, 100%, 40%);
  pointer-events: none;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary.dropdown-toggle.show,
.show > .btn-primary.dropdown-toggle {
  background-color: rgb(0, 82.62, 165.24);
  color: hsl(0, 0%, 100%);
  border-color: rgb(0, 76.5, 153);
}
.btn-secondary {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
  background-color: rgb(75.43206, 90.882, 106.33194);
  color: hsl(0, 0%, 100%);
  border-color: rgb(69.8445, 84.15, 98.4555);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
  pointer-events: none;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary.dropdown-toggle.show,
.show > .btn-secondary.dropdown-toggle {
  background-color: rgb(75.43206, 90.882, 106.33194);
  color: hsl(0, 0%, 100%);
  border-color: rgb(69.8445, 84.15, 98.4555);
}
.btn-success {
  color: hsl(0, 0%, 100%);
  background-color: hsl(160, 100%, 25%);
  border-color: hsl(160, 100%, 25%);
}
.btn-success:hover,
.btn-success:focus-visible {
  background-color: rgb(0, 103.275, 68.85);
  color: hsl(0, 0%, 100%);
  border-color: rgb(0, 95.625, 63.75);
}
.btn-success.disabled,
.btn-success:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(160, 100%, 25%);
  border-color: hsl(160, 100%, 25%);
  pointer-events: none;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success.dropdown-toggle.show,
.show > .btn-success.dropdown-toggle {
  background-color: rgb(0, 103.275, 68.85);
  color: hsl(0, 0%, 100%);
  border-color: rgb(0, 95.625, 63.75);
}
.btn-info {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
}
.btn-info:hover,
.btn-info:focus-visible {
  background-color: rgb(75.43206, 90.882, 106.33194);
  color: hsl(0, 0%, 100%);
  border-color: rgb(69.8445, 84.15, 98.4555);
}
.btn-info.disabled,
.btn-info:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
  pointer-events: none;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info.dropdown-toggle.show,
.show > .btn-info.dropdown-toggle {
  background-color: rgb(75.43206, 90.882, 106.33194);
  color: hsl(0, 0%, 100%);
  border-color: rgb(69.8445, 84.15, 98.4555);
}
.btn-warning {
  color: hsl(0, 0%, 100%);
  background-color: hsl(36, 100%, 30%);
  border-color: hsl(36, 100%, 30%);
}
.btn-warning:hover,
.btn-warning:focus-visible {
  background-color: rgb(123.93, 74.358, 0);
  color: hsl(0, 0%, 100%);
  border-color: rgb(114.75, 68.85, 0);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(36, 100%, 30%);
  border-color: hsl(36, 100%, 30%);
  pointer-events: none;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning.dropdown-toggle.show,
.show > .btn-warning.dropdown-toggle {
  background-color: rgb(123.93, 74.358, 0);
  color: hsl(0, 0%, 100%);
  border-color: rgb(114.75, 68.85, 0);
}
.btn-danger {
  color: hsl(0, 0%, 100%);
  background-color: hsl(350, 60%, 50%);
  border-color: hsl(350, 60%, 50%);
}
.btn-danger:hover,
.btn-danger:focus-visible {
  background-color: rgb(165.24, 41.31, 61.965);
  color: hsl(0, 0%, 100%);
  border-color: rgb(153, 38.25, 57.375);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(350, 60%, 50%);
  border-color: hsl(350, 60%, 50%);
  pointer-events: none;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger.dropdown-toggle.show,
.show > .btn-danger.dropdown-toggle {
  background-color: rgb(165.24, 41.31, 61.965);
  color: hsl(0, 0%, 100%);
  border-color: rgb(153, 38.25, 57.375);
}
.btn-light {
  color: hsl(0, 0%, 0%);
  background-color: hsl(255, 32.2033898305%, 92.625%);
  border-color: hsl(255, 32.2033898305%, 92.625%);
}
.btn-light:hover,
.btn-light:focus-visible {
  background-color: rgb(198.19078125, 195.616875, 205.9125);
  color: hsl(0, 0%, 0%);
  border-color: rgb(186.5325, 184.11, 193.8);
}
.btn-light.disabled,
.btn-light:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(255, 32.2033898305%, 92.625%);
  border-color: hsl(255, 32.2033898305%, 92.625%);
  pointer-events: none;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light.dropdown-toggle.show,
.show > .btn-light.dropdown-toggle {
  background-color: rgb(198.19078125, 195.616875, 205.9125);
  color: hsl(0, 0%, 0%);
  border-color: rgb(186.5325, 184.11, 193.8);
}
.btn-dark {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 54%, 20%);
  border-color: hsl(210, 54%, 20%);
}
.btn-dark:hover,
.btn-dark:focus-visible {
  background-color: rgb(58.191, 81.6, 105.009);
  color: hsl(0, 0%, 100%);
  border-color: rgb(46.614, 71.4, 96.186);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 54%, 20%);
  border-color: hsl(210, 54%, 20%);
  pointer-events: none;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark.dropdown-toggle.show,
.show > .btn-dark.dropdown-toggle {
  background-color: rgb(58.191, 81.6, 105.009);
  color: hsl(0, 0%, 100%);
  border-color: rgb(46.614, 71.4, 96.186);
}
.btn-black {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
  border-color: hsl(0, 0%, 0%);
}
.btn-black:hover,
.btn-black:focus-visible {
  background-color: black;
  color: hsl(0, 0%, 100%);
  border-color: black;
}
.btn-black.disabled,
.btn-black:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
  border-color: hsl(0, 0%, 0%);
  pointer-events: none;
}
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.btn-black.dropdown-toggle.show,
.show > .btn-black.dropdown-toggle {
  background-color: black;
  color: hsl(0, 0%, 100%);
  border-color: black;
}
.btn-white {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.btn-white:hover,
.btn-white:focus-visible {
  background-color: rgb(206.55, 206.55, 206.55);
  color: hsl(0, 0%, 0%);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-white.disabled,
.btn-white:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  pointer-events: none;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white.dropdown-toggle.show,
.show > .btn-white.dropdown-toggle {
  background-color: rgb(206.55, 206.55, 206.55);
  color: hsl(0, 0%, 0%);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-100 {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
}
.btn-100:hover,
.btn-100:focus-visible {
  background-color: rgb(198.288, 198.288, 198.288);
  color: hsl(0, 0%, 0%);
  border-color: rgb(183.6, 183.6, 183.6);
}
.btn-100.disabled,
.btn-100:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  pointer-events: none;
}
.btn-100:not(:disabled):not(.disabled):active,
.btn-100:not(:disabled):not(.disabled).active,
.btn-100.dropdown-toggle.show,
.show > .btn-100.dropdown-toggle {
  background-color: rgb(198.288, 198.288, 198.288);
  color: hsl(0, 0%, 0%);
  border-color: rgb(183.6, 183.6, 183.6);
}
.btn-200 {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 90%);
}
.btn-200:hover,
.btn-200:focus-visible {
  background-color: rgb(185.895, 185.895, 185.895);
  color: hsl(0, 0%, 0%);
  border-color: rgb(172.125, 172.125, 172.125);
}
.btn-200.disabled,
.btn-200:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 90%);
  pointer-events: none;
}
.btn-200:not(:disabled):not(.disabled):active,
.btn-200:not(:disabled):not(.disabled).active,
.btn-200.dropdown-toggle.show,
.show > .btn-200.dropdown-toggle {
  background-color: rgb(185.895, 185.895, 185.895);
  color: hsl(0, 0%, 0%);
  border-color: rgb(172.125, 172.125, 172.125);
}
.btn-300 {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 83%);
  border-color: hsl(0, 0%, 83%);
}
.btn-300:hover,
.btn-300:focus-visible {
  background-color: rgb(171.4365, 171.4365, 171.4365);
  color: hsl(0, 0%, 0%);
  border-color: rgb(158.7375, 158.7375, 158.7375);
}
.btn-300.disabled,
.btn-300:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 83%);
  border-color: hsl(0, 0%, 83%);
  pointer-events: none;
}
.btn-300:not(:disabled):not(.disabled):active,
.btn-300:not(:disabled):not(.disabled).active,
.btn-300.dropdown-toggle.show,
.show > .btn-300.dropdown-toggle {
  background-color: rgb(171.4365, 171.4365, 171.4365);
  color: hsl(0, 0%, 0%);
  border-color: rgb(158.7375, 158.7375, 158.7375);
}
.btn-400 {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 64%);
  border-color: hsl(0, 0%, 64%);
}
.btn-400:hover,
.btn-400:focus-visible {
  background-color: rgb(132.192, 132.192, 132.192);
  color: hsl(0, 0%, 0%);
  border-color: rgb(122.4, 122.4, 122.4);
}
.btn-400.disabled,
.btn-400:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 64%);
  border-color: hsl(0, 0%, 64%);
  pointer-events: none;
}
.btn-400:not(:disabled):not(.disabled):active,
.btn-400:not(:disabled):not(.disabled).active,
.btn-400.dropdown-toggle.show,
.show > .btn-400.dropdown-toggle {
  background-color: rgb(132.192, 132.192, 132.192);
  color: hsl(0, 0%, 0%);
  border-color: rgb(122.4, 122.4, 122.4);
}
.btn-500 {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 45%);
  border-color: hsl(0, 0%, 45%);
}
.btn-500:hover,
.btn-500:focus-visible {
  background-color: rgb(92.9475, 92.9475, 92.9475);
  color: hsl(0, 0%, 100%);
  border-color: rgb(86.0625, 86.0625, 86.0625);
}
.btn-500.disabled,
.btn-500:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 45%);
  border-color: hsl(0, 0%, 45%);
  pointer-events: none;
}
.btn-500:not(:disabled):not(.disabled):active,
.btn-500:not(:disabled):not(.disabled).active,
.btn-500.dropdown-toggle.show,
.show > .btn-500.dropdown-toggle {
  background-color: rgb(92.9475, 92.9475, 92.9475);
  color: hsl(0, 0%, 100%);
  border-color: rgb(86.0625, 86.0625, 86.0625);
}
.btn-600 {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
}
.btn-600:hover,
.btn-600:focus-visible {
  background-color: rgb(66.096, 66.096, 66.096);
  color: hsl(0, 0%, 100%);
  border-color: rgb(61.2, 61.2, 61.2);
}
.btn-600.disabled,
.btn-600:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
  pointer-events: none;
}
.btn-600:not(:disabled):not(.disabled):active,
.btn-600:not(:disabled):not(.disabled).active,
.btn-600.dropdown-toggle.show,
.show > .btn-600.dropdown-toggle {
  background-color: rgb(66.096, 66.096, 66.096);
  color: hsl(0, 0%, 100%);
  border-color: rgb(61.2, 61.2, 61.2);
}
.btn-700 {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 25%);
  border-color: hsl(0, 0%, 25%);
}
.btn-700:hover,
.btn-700:focus-visible {
  background-color: rgb(51.6375, 51.6375, 51.6375);
  color: hsl(0, 0%, 100%);
  border-color: rgb(47.8125, 47.8125, 47.8125);
}
.btn-700.disabled,
.btn-700:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 25%);
  border-color: hsl(0, 0%, 25%);
  pointer-events: none;
}
.btn-700:not(:disabled):not(.disabled):active,
.btn-700:not(:disabled):not(.disabled).active,
.btn-700.dropdown-toggle.show,
.show > .btn-700.dropdown-toggle {
  background-color: rgb(51.6375, 51.6375, 51.6375);
  color: hsl(0, 0%, 100%);
  border-color: rgb(47.8125, 47.8125, 47.8125);
}
.btn-800 {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
  border-color: hsl(0, 0%, 15%);
}
.btn-800:hover,
.btn-800:focus-visible {
  background-color: rgb(30.9825, 30.9825, 30.9825);
  color: hsl(0, 0%, 100%);
  border-color: rgb(28.6875, 28.6875, 28.6875);
}
.btn-800.disabled,
.btn-800:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
  border-color: hsl(0, 0%, 15%);
  pointer-events: none;
}
.btn-800:not(:disabled):not(.disabled):active,
.btn-800:not(:disabled):not(.disabled).active,
.btn-800.dropdown-toggle.show,
.show > .btn-800.dropdown-toggle {
  background-color: rgb(30.9825, 30.9825, 30.9825);
  color: hsl(0, 0%, 100%);
  border-color: rgb(28.6875, 28.6875, 28.6875);
}
.btn-900 {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 10%);
  border-color: hsl(0, 0%, 10%);
}
.btn-900:hover,
.btn-900:focus-visible {
  background-color: rgb(20.655, 20.655, 20.655);
  color: hsl(0, 0%, 100%);
  border-color: rgb(19.125, 19.125, 19.125);
}
.btn-900.disabled,
.btn-900:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 10%);
  border-color: hsl(0, 0%, 10%);
  pointer-events: none;
}
.btn-900:not(:disabled):not(.disabled):active,
.btn-900:not(:disabled):not(.disabled).active,
.btn-900.dropdown-toggle.show,
.show > .btn-900.dropdown-toggle {
  background-color: rgb(20.655, 20.655, 20.655);
  color: hsl(0, 0%, 100%);
  border-color: rgb(19.125, 19.125, 19.125);
}
.btn-outline-primary {
  color: hsl(210, 100%, 40%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(210, 100%, 40%);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
  color: rgb(18.36, 91.8, 165.24);
  box-shadow: inset 0 0 0 2px rgb(18.36, 91.8, 165.24);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: hsl(210, 100%, 40%);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary.dropdown-toggle.show,
.show > .btn-outline-primary.dropdown-toggle {
  color: rgb(18.36, 91.8, 165.24);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(18.36, 91.8, 165.24);
}
.btn-outline-secondary {
  color: hsl(210, 17%, 44%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(210, 17%, 44%);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus-visible {
  color: rgb(100.98, 100.98, 100.98);
  box-shadow: inset 0 0 0 2px rgb(100.98, 100.98, 100.98);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: hsl(210, 17%, 44%);
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary.dropdown-toggle.show,
.show > .btn-outline-secondary.dropdown-toggle {
  color: rgb(100.98, 100.98, 100.98);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(100.98, 100.98, 100.98);
}
.btn-outline-success {
  color: hsl(160, 100%, 25%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(160, 100%, 25%);
}
.btn-outline-success:hover,
.btn-outline-success:focus-visible {
  color: rgb(11.475, 103.275, 72.675);
  box-shadow: inset 0 0 0 2px rgb(11.475, 103.275, 72.675);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: hsl(160, 100%, 25%);
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success.dropdown-toggle.show,
.show > .btn-outline-success.dropdown-toggle {
  color: rgb(11.475, 103.275, 72.675);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(11.475, 103.275, 72.675);
}
.btn-outline-info {
  color: hsl(210, 17%, 44%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(210, 17%, 44%);
}
.btn-outline-info:hover,
.btn-outline-info:focus-visible {
  color: rgb(100.98, 100.98, 100.98);
  box-shadow: inset 0 0 0 2px rgb(100.98, 100.98, 100.98);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: hsl(210, 17%, 44%);
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info.dropdown-toggle.show,
.show > .btn-outline-info.dropdown-toggle {
  color: rgb(100.98, 100.98, 100.98);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(100.98, 100.98, 100.98);
}
.btn-outline-warning {
  color: hsl(36, 100%, 30%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(36, 100%, 30%);
}
.btn-outline-warning:hover,
.btn-outline-warning:focus-visible {
  color: rgb(123.93, 79.866, 13.77);
  box-shadow: inset 0 0 0 2px rgb(123.93, 79.866, 13.77);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: hsl(36, 100%, 30%);
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning.dropdown-toggle.show,
.show > .btn-outline-warning.dropdown-toggle {
  color: rgb(123.93, 79.866, 13.77);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(123.93, 79.866, 13.77);
}
.btn-outline-danger {
  color: hsl(350, 60%, 50%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(350, 60%, 50%);
}
.btn-outline-danger:hover,
.btn-outline-danger:focus-visible {
  color: rgb(160.65, 68.85, 84.15);
  box-shadow: inset 0 0 0 2px rgb(160.65, 68.85, 84.15);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: hsl(350, 60%, 50%);
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger.dropdown-toggle.show,
.show > .btn-outline-danger.dropdown-toggle {
  color: rgb(160.65, 68.85, 84.15);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(160.65, 68.85, 84.15);
}
.btn-outline-light {
  color: hsl(255, 32.2033898305%, 92.625%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(255, 32.2033898305%, 92.625%);
}
.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  color: rgb(212.574375, 212.574375, 212.574375);
  box-shadow: inset 0 0 0 2px rgb(212.574375, 212.574375, 212.574375);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: hsl(255, 32.2033898305%, 92.625%);
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light.dropdown-toggle.show,
.show > .btn-outline-light.dropdown-toggle {
  color: rgb(212.574375, 212.574375, 212.574375);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(212.574375, 212.574375, 212.574375);
}
.btn-outline-dark {
  color: hsl(210, 54%, 20%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(210, 54%, 20%);
}
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible {
  color: rgb(30.294, 45.9, 61.506);
  box-shadow: inset 0 0 0 2px rgb(30.294, 45.9, 61.506);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: hsl(210, 54%, 20%);
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark.dropdown-toggle.show,
.show > .btn-outline-dark.dropdown-toggle {
  color: rgb(30.294, 45.9, 61.506);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(30.294, 45.9, 61.506);
}
.btn-outline-black {
  color: hsl(0, 0%, 0%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 0%);
}
.btn-outline-black:hover,
.btn-outline-black:focus-visible {
  color: black;
  box-shadow: inset 0 0 0 2px black;
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: hsl(0, 0%, 0%);
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black.dropdown-toggle.show,
.show > .btn-outline-black.dropdown-toggle {
  color: black;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px black;
}
.btn-outline-white {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 100%);
}
.btn-outline-white:hover,
.btn-outline-white:focus-visible {
  color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 0 0 2px rgb(229.5, 229.5, 229.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white.dropdown-toggle.show,
.show > .btn-outline-white.dropdown-toggle {
  color: rgb(229.5, 229.5, 229.5);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(229.5, 229.5, 229.5);
}
.btn-outline-100 {
  color: hsl(0, 0%, 96%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 96%);
}
.btn-outline-100:hover,
.btn-outline-100:focus-visible {
  color: rgb(220.32, 220.32, 220.32);
  box-shadow: inset 0 0 0 2px rgb(220.32, 220.32, 220.32);
}
.btn-outline-100.disabled,
.btn-outline-100:disabled {
  color: hsl(0, 0%, 96%);
  background-color: transparent;
}
.btn-outline-100:not(:disabled):not(.disabled):active,
.btn-outline-100:not(:disabled):not(.disabled).active,
.btn-outline-100.dropdown-toggle.show,
.show > .btn-outline-100.dropdown-toggle {
  color: rgb(220.32, 220.32, 220.32);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(220.32, 220.32, 220.32);
}
.btn-outline-200 {
  color: hsl(0, 0%, 90%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 90%);
}
.btn-outline-200:hover,
.btn-outline-200:focus-visible {
  color: rgb(206.55, 206.55, 206.55);
  box-shadow: inset 0 0 0 2px rgb(206.55, 206.55, 206.55);
}
.btn-outline-200.disabled,
.btn-outline-200:disabled {
  color: hsl(0, 0%, 90%);
  background-color: transparent;
}
.btn-outline-200:not(:disabled):not(.disabled):active,
.btn-outline-200:not(:disabled):not(.disabled).active,
.btn-outline-200.dropdown-toggle.show,
.show > .btn-outline-200.dropdown-toggle {
  color: rgb(206.55, 206.55, 206.55);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(206.55, 206.55, 206.55);
}
.btn-outline-300 {
  color: hsl(0, 0%, 83%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 83%);
}
.btn-outline-300:hover,
.btn-outline-300:focus-visible {
  color: rgb(190.485, 190.485, 190.485);
  box-shadow: inset 0 0 0 2px rgb(190.485, 190.485, 190.485);
}
.btn-outline-300.disabled,
.btn-outline-300:disabled {
  color: hsl(0, 0%, 83%);
  background-color: transparent;
}
.btn-outline-300:not(:disabled):not(.disabled):active,
.btn-outline-300:not(:disabled):not(.disabled).active,
.btn-outline-300.dropdown-toggle.show,
.show > .btn-outline-300.dropdown-toggle {
  color: rgb(190.485, 190.485, 190.485);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(190.485, 190.485, 190.485);
}
.btn-outline-400 {
  color: hsl(0, 0%, 64%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 64%);
}
.btn-outline-400:hover,
.btn-outline-400:focus-visible {
  color: rgb(146.88, 146.88, 146.88);
  box-shadow: inset 0 0 0 2px rgb(146.88, 146.88, 146.88);
}
.btn-outline-400.disabled,
.btn-outline-400:disabled {
  color: hsl(0, 0%, 64%);
  background-color: transparent;
}
.btn-outline-400:not(:disabled):not(.disabled):active,
.btn-outline-400:not(:disabled):not(.disabled).active,
.btn-outline-400.dropdown-toggle.show,
.show > .btn-outline-400.dropdown-toggle {
  color: rgb(146.88, 146.88, 146.88);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(146.88, 146.88, 146.88);
}
.btn-outline-500 {
  color: hsl(0, 0%, 45%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 45%);
}
.btn-outline-500:hover,
.btn-outline-500:focus-visible {
  color: rgb(103.275, 103.275, 103.275);
  box-shadow: inset 0 0 0 2px rgb(103.275, 103.275, 103.275);
}
.btn-outline-500.disabled,
.btn-outline-500:disabled {
  color: hsl(0, 0%, 45%);
  background-color: transparent;
}
.btn-outline-500:not(:disabled):not(.disabled):active,
.btn-outline-500:not(:disabled):not(.disabled).active,
.btn-outline-500.dropdown-toggle.show,
.show > .btn-outline-500.dropdown-toggle {
  color: rgb(103.275, 103.275, 103.275);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(103.275, 103.275, 103.275);
}
.btn-outline-600 {
  color: hsl(0, 0%, 32%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 32%);
}
.btn-outline-600:hover,
.btn-outline-600:focus-visible {
  color: rgb(73.44, 73.44, 73.44);
  box-shadow: inset 0 0 0 2px rgb(73.44, 73.44, 73.44);
}
.btn-outline-600.disabled,
.btn-outline-600:disabled {
  color: hsl(0, 0%, 32%);
  background-color: transparent;
}
.btn-outline-600:not(:disabled):not(.disabled):active,
.btn-outline-600:not(:disabled):not(.disabled).active,
.btn-outline-600.dropdown-toggle.show,
.show > .btn-outline-600.dropdown-toggle {
  color: rgb(73.44, 73.44, 73.44);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(73.44, 73.44, 73.44);
}
.btn-outline-700 {
  color: hsl(0, 0%, 25%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 25%);
}
.btn-outline-700:hover,
.btn-outline-700:focus-visible {
  color: rgb(57.375, 57.375, 57.375);
  box-shadow: inset 0 0 0 2px rgb(57.375, 57.375, 57.375);
}
.btn-outline-700.disabled,
.btn-outline-700:disabled {
  color: hsl(0, 0%, 25%);
  background-color: transparent;
}
.btn-outline-700:not(:disabled):not(.disabled):active,
.btn-outline-700:not(:disabled):not(.disabled).active,
.btn-outline-700.dropdown-toggle.show,
.show > .btn-outline-700.dropdown-toggle {
  color: rgb(57.375, 57.375, 57.375);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(57.375, 57.375, 57.375);
}
.btn-outline-800 {
  color: hsl(0, 0%, 15%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 15%);
}
.btn-outline-800:hover,
.btn-outline-800:focus-visible {
  color: rgb(34.425, 34.425, 34.425);
  box-shadow: inset 0 0 0 2px rgb(34.425, 34.425, 34.425);
}
.btn-outline-800.disabled,
.btn-outline-800:disabled {
  color: hsl(0, 0%, 15%);
  background-color: transparent;
}
.btn-outline-800:not(:disabled):not(.disabled):active,
.btn-outline-800:not(:disabled):not(.disabled).active,
.btn-outline-800.dropdown-toggle.show,
.show > .btn-outline-800.dropdown-toggle {
  color: rgb(34.425, 34.425, 34.425);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(34.425, 34.425, 34.425);
}
.btn-outline-900 {
  color: hsl(0, 0%, 10%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 10%);
}
.btn-outline-900:hover,
.btn-outline-900:focus-visible {
  color: rgb(22.95, 22.95, 22.95);
  box-shadow: inset 0 0 0 2px rgb(22.95, 22.95, 22.95);
}
.btn-outline-900.disabled,
.btn-outline-900:disabled {
  color: hsl(0, 0%, 10%);
  background-color: transparent;
}
.btn-outline-900:not(:disabled):not(.disabled):active,
.btn-outline-900:not(:disabled):not(.disabled).active,
.btn-outline-900.dropdown-toggle.show,
.show > .btn-outline-900.dropdown-toggle {
  color: rgb(22.95, 22.95, 22.95);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(22.95, 22.95, 22.95);
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: hsl(0, 0%, 32%);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb:
    38,
    125,
    212;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-me {
  margin-right: 12px !important;
}
.btn-xs,
.btn-sm,
.btn-group-sm > .btn,
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 4px;
}
.btn-xs {
  padding: 12px 16px;
  font-size: 0.875rem;
  line-height: 1rem;
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 2px;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: 8px;
  padding: 16px 24px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.btn-progress {
  position: relative;
}
.btn-icon {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btn-icon .rounded-icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
}
.btn-icon .rounded-icon .icon {
  margin-right: 0;
}
.btn-icon .rounded-icon.rounded-primary {
  background-color: hsl(210, 100%, 40%);
}
.btn-icon .rounded-icon.rounded-secondary {
  background-color: hsl(210, 17%, 44%);
}
.btn-icon .rounded-icon.rounded-success {
  background-color: hsl(160, 100%, 25%);
}
.btn-icon .rounded-icon.rounded-info {
  background-color: hsl(210, 17%, 44%);
}
.btn-icon .rounded-icon.rounded-warning {
  background-color: hsl(36, 100%, 30%);
}
.btn-icon .rounded-icon.rounded-danger {
  background-color: hsl(350, 60%, 50%);
}
.btn-icon .rounded-icon.rounded-light {
  background-color: hsl(255, 32.2033898305%, 92.625%);
}
.btn-icon .rounded-icon.rounded-dark {
  background-color: hsl(210, 54%, 20%);
}
.btn-icon .rounded-icon.rounded-black {
  background-color: hsl(0, 0%, 0%);
}
.btn-icon .rounded-icon.rounded-white {
  background-color: hsl(0, 0%, 100%);
}
.btn-icon .rounded-icon.rounded-100 {
  background-color: hsl(0, 0%, 96%);
}
.btn-icon .rounded-icon.rounded-200 {
  background-color: hsl(0, 0%, 90%);
}
.btn-icon .rounded-icon.rounded-300 {
  background-color: hsl(0, 0%, 83%);
}
.btn-icon .rounded-icon.rounded-400 {
  background-color: hsl(0, 0%, 64%);
}
.btn-icon .rounded-icon.rounded-500 {
  background-color: hsl(0, 0%, 45%);
}
.btn-icon .rounded-icon.rounded-600 {
  background-color: hsl(0, 0%, 32%);
}
.btn-icon .rounded-icon.rounded-700 {
  background-color: hsl(0, 0%, 25%);
}
.btn-icon .rounded-icon.rounded-800 {
  background-color: hsl(0, 0%, 15%);
}
.btn-icon .rounded-icon.rounded-900 {
  background-color: hsl(0, 0%, 10%);
}
.btn-icon .rounded-icon + * {
  margin-left: 0.5em;
}
.btn-icon .icon {
  border: none;
  width: 1.2em;
  height: 1.2em;
}
.btn-icon .icon + * {
  margin-left: 0.25em;
}
.btn-full {
  border: none;
  box-shadow: none;
  line-height: 1.555;
  border-radius: 0;
  align-self: stretch;
  width: inherit;
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  margin-right: -7.5px;
  padding-left: 8px;
  padding-right: 8px;
}
.btn-full:hover {
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .btn-full {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .btn-full {
    padding: 12px 24px !important;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.btn:disabled:hover,
.btn.disabled:hover {
  cursor: not-allowed;
}
.btn-primary:disabled.btn-progress,
.btn-primary.disabled.btn-progress {
  background-color: hsl(210, 76%, 67%);
  border-color: hsl(210, 76%, 67%);
  color: hsl(0, 0%, 100%);
  opacity: 1;
}
.btn-secondary:disabled.btn-progress,
.btn-secondary.disabled.btn-progress {
  background-color: hsl(210, 12%, 52%);
  border-color: hsl(210, 12%, 52%);
  opacity: 1;
}
.btn-outline-primary {
  box-shadow: inset 0 0 0 2px hsl(210, 100%, 40%);
}
.btn-outline-primary.disabled {
  box-shadow: inset 0 0 0 2px rgb(18.36, 91.8, 165.24);
}
.btn-outline-secondary {
  box-shadow: inset 0 0 0 2px hsl(210, 17%, 44%);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
  box-shadow: inset 0 0 0 2px rgb(100.98, 100.98, 100.98);
}
.btn-outline-success {
  box-shadow: inset 0 0 0 2px hsl(160, 100%, 25%);
}
.btn-outline-success.disabled,
.btn-outline-success:hover,
.btn-outline-success:active {
  box-shadow: inset 0 0 0 2px rgb(11.475, 103.275, 72.675);
}
.btn-outline-warning {
  box-shadow: inset 0 0 0 2px hsl(36, 100%, 30%);
}
.btn-outline-warning.disabled,
.btn-outline-warning:hover,
.btn-outline-warning:active {
  box-shadow: inset 0 0 0 2px rgb(123.93, 79.866, 13.77);
}
.btn-outline-danger {
  box-shadow: inset 0 0 0 2px hsl(350, 60%, 50%);
}
.btn-outline-danger.disabled,
.btn-outline-danger:hover,
.btn-outline-danger:active {
  box-shadow: inset 0 0 0 2px rgb(160.65, 68.85, 84.15);
}
.bg-dark .btn-link {
  color: hsl(0, 0%, 100%);
}
.bg-dark .btn-primary {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(210, 100%, 40%);
  color: hsl(210, 100%, 40%);
}
.bg-dark .btn-primary:hover,
.bg-dark .btn-primary:focus-visible {
  background-color: white;
  color: hsl(0, 0%, 0%);
  border-color: rgb(0, 91.8, 183.6);
}
.bg-dark .btn-primary.disabled,
.bg-dark .btn-primary:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(210, 100%, 40%);
  pointer-events: none;
}
.bg-dark .btn-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-primary:not(:disabled):not(.disabled).active,
.bg-dark .btn-primary.dropdown-toggle.show,
.show > .bg-dark .btn-primary.dropdown-toggle {
  background-color: white;
  color: hsl(0, 0%, 0%);
  border-color: rgb(0, 91.8, 183.6);
}
.bg-dark .btn-primary.disabled,
.bg-dark .btn-primary:disabled {
  color: rgb(0, 91.8, 183.6);
}
.bg-dark .btn-outline-primary {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 100%);
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 100%);
}
.bg-dark .btn-outline-primary:hover,
.bg-dark .btn-outline-primary:focus-visible {
  color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 0 0 2px rgb(229.5, 229.5, 229.5);
}
.bg-dark .btn-outline-primary.disabled,
.bg-dark .btn-outline-primary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active,
.bg-dark .btn-outline-primary.dropdown-toggle.show,
.show > .bg-dark .btn-outline-primary.dropdown-toggle {
  color: rgb(229.5, 229.5, 229.5);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(229.5, 229.5, 229.5);
}
.bg-dark .btn-outline-primary:hover {
  box-shadow: inset 0 0 0 2px rgb(229.5, 229.5, 229.5);
}
.bg-dark .btn-secondary {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 100%, 40%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.bg-dark .btn-secondary:hover,
.bg-dark .btn-secondary:focus-visible {
  background-color: rgb(19.125, 113.475, 207.825);
  color: hsl(0, 0%, 100%);
  border-color: rgb(229.5, 229.5, 229.5);
}
.bg-dark .btn-secondary.disabled,
.bg-dark .btn-secondary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 100%, 40%);
  border-color: hsl(0, 0%, 100%);
  pointer-events: none;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-secondary:not(:disabled):not(.disabled).active,
.bg-dark .btn-secondary.dropdown-toggle.show,
.show > .bg-dark .btn-secondary.dropdown-toggle {
  background-color: rgb(19.125, 113.475, 207.825);
  color: hsl(0, 0%, 100%);
  border-color: rgb(229.5, 229.5, 229.5);
}
.bg-dark .btn-outline-secondary {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 100%);
}
.bg-dark .btn-outline-secondary:hover,
.bg-dark .btn-outline-secondary:focus-visible {
  color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 0 0 2px rgb(229.5, 229.5, 229.5);
}
.bg-dark .btn-outline-secondary.disabled,
.bg-dark .btn-outline-secondary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bg-dark .btn-outline-secondary.dropdown-toggle.show,
.show > .bg-dark .btn-outline-secondary.dropdown-toggle {
  color: rgb(229.5, 229.5, 229.5);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgb(229.5, 229.5, 229.5);
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: hsl(0, 0%, 0%);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl%280, 0%, 0%%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 4px;
  opacity: 0.5;
  background-color: transparent;
  position: relative;
}
.btn-close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-close:hover {
  color: hsl(0, 0%, 0%);
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.fw-semibold {
  font-weight: 600 !important;
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: hsl(0, 0%, 10%);
  --bs-dropdown-bg: hsl(0, 0%, 100%);
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-radius: 4px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 4px;
  --bs-dropdown-divider-bg: transparent;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  --bs-dropdown-link-color: hsl(210, 54%, 20%);
  --bs-dropdown-link-hover-color: hsl(210, 54%, 20%);
  --bs-dropdown-link-hover-bg: #e6ecf2;
  --bs-dropdown-link-active-color: hsl(0, 0%, 100%);
  --bs-dropdown-link-active-bg: hsl(210, 100%, 40%);
  --bs-dropdown-link-disabled-color: hsl(0, 0%, 45%);
  --bs-dropdown-item-padding-x: 24px;
  --bs-dropdown-item-padding-y: 12px;
  --bs-dropdown-header-color: hsl(210, 54%, 20%);
  --bs-dropdown-header-padding-x: 24px;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 8;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu.full-width {
  width: 100%;
}
.dropdown-menu.full-width .link-list li {
  display: inline-block;
  width: auto;
}
.dropdown-menu.full-width .link-list li:hover,
.dropdown-menu.full-width .link-list li:focus {
  background: none;
  text-decoration: underline;
}
.dropdown-menu .link-list-wrapper .link-list-heading {
  line-height: 2rem;
  margin-bottom: 0;
}
.dropdown-menu .link-list {
  margin-bottom: 0;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
  transform: rotate(45deg);
}
.dropdown-menu[data-popper-placement=top-start] {
  border-radius: 4px 4px 0 0;
}
.dropdown-menu[data-popper-placement=top-start]:before {
  bottom: -6px;
  top: auto;
}
.dropdown-menu[data-popper-placement=bottom-end]:before {
  left: auto;
  right: 12px;
}
.dropdown-menu.dark {
  background-color: hsl(210, 25%, 35.2%);
}
.dropdown-menu.dark .link-list-wrapper .link-list-heading {
  color: #fff;
}
.dropdown-menu.dark .link-list-wrapper ul span.divider {
  background: #2e465e;
}
.dropdown-menu.dark .link-list-wrapper ul li a span,
.dropdown-menu.dark .link-list-wrapper ul li a:hover span,
.dropdown-menu.dark .link-list-wrapper ul li h3,
.dropdown-menu.dark .link-list-wrapper ul li .h3,
.dropdown-menu.dark .link-list-wrapper ul li i {
  color: #fff;
}
.dropdown-menu.dark .link-list-wrapper ul li a:not(.active):not(.disabled):hover i {
  color: hsl(178, 70.4433497537%, 59.4%);
}
.dropdown-menu.dark .link-list-wrapper ul li a.disabled span {
  color: hsl(210, 7.1618037135%, 69.84%);
}
.dropdown-menu.dark .link-list-wrapper ul li a.active span {
  color: hsl(178, 100%, 50%);
}
.dropdown-menu.dark:before {
  background-color: hsl(210, 25%, 35.2%);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu.show[data-popper-placement=bottom-start] {
  animation: dropdownFadeIn forwards 0.3s;
}
.dropdown-menu.show[data-popper-placement=top-start] {
  animation: dropdownFadeInTop forwards 0.3s;
}
.dropdown-menu.show[data-popper-placement=left-start] {
  animation: dropdownFadeInTop forwards 0.3s;
}
.dropdown-menu.show[data-popper-placement=left-start]:before {
  top: 20px;
  right: -6px;
  left: auto;
}
.dropdown-menu.show[data-popper-placement=right-start] {
  animation: dropdownFadeInTop forwards 0.3s;
}
.dropdown-menu.show[data-popper-placement=right-start]:before {
  top: 20px;
  left: -6px;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
  color: var(--bs-dropdown-link-hover-color);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: hsl(0, 0%, 83%);
  --bs-dropdown-bg: hsl(0, 0%, 15%);
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: hsl(0, 0%, 83%);
  --bs-dropdown-link-hover-color: hsl(0, 0%, 100%);
  --bs-dropdown-divider-bg: transparent;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: hsl(0, 0%, 100%);
  --bs-dropdown-link-active-bg: hsl(210, 100%, 40%);
  --bs-dropdown-link-disabled-color: hsl(0, 0%, 45%);
  --bs-dropdown-header-color: hsl(0, 0%, 45%);
}
@keyframes dropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
@keyframes dropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: -16px;
  }
}
.dropdown.dropup .dropdown-toggle:after,
.btn-group.dropup .dropdown-toggle:after {
  display: none;
}
.dropdown.dropup .dropdown-toggle[aria-expanded=true] .icon-expand,
.btn-group.dropup .dropdown-toggle[aria-expanded=true] .icon-expand {
  transform: scaleY(1);
}
.dropdown.dropup .dropdown-toggle .icon-expand,
.btn-group.dropup .dropdown-toggle .icon-expand {
  transform: scaleY(-1);
}
.dropdown.dropend .dropdown-toggle:after,
.btn-group.dropend .dropdown-toggle:after {
  display: none;
}
.dropdown.dropend .dropdown-toggle[aria-expanded=true] .icon-expand,
.btn-group.dropend .dropdown-toggle[aria-expanded=true] .icon-expand {
  transform: rotate(90deg);
}
.dropdown.dropend .dropdown-toggle .icon-expand,
.btn-group.dropend .dropdown-toggle .icon-expand {
  transform: rotate(-90deg);
}
.dropdown.dropstart .dropdown-toggle:before,
.btn-group.dropstart .dropdown-toggle:before {
  display: none;
}
.dropdown.dropstart .dropdown-toggle[aria-expanded=true] .icon-expand,
.btn-group.dropstart .dropdown-toggle[aria-expanded=true] .icon-expand {
  transform: rotate(-90deg);
}
.dropdown.dropstart .dropdown-toggle .icon-expand,
.btn-group.dropstart .dropdown-toggle .icon-expand {
  transform: rotate(90deg);
}
.btn-dropdown {
  color: hsl(210, 100%, 40%);
  padding: 0 4px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .btn-dropdown {
    font-size: 1.125rem;
  }
}
.btn-dropdown:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.btn-dropdown:after,
.dropdown-toggle:after {
  content: "";
  border: none;
  display: inline;
  margin: 0;
  vertical-align: bottom;
  width: auto;
  height: auto;
}
.btn-dropdown .icon-expand,
.dropdown-toggle .icon-expand {
  transition: transform 0.3s;
}
.btn-dropdown .icon.icon-xs,
.dropdown-toggle .icon.icon-xs {
  transition: transform 0.3s;
  width: 18px;
  height: 18px;
  transform: translateY(-1px);
}
.btn-dropdown[aria-expanded=true] .icon-expand,
.dropdown-toggle[aria-expanded=true] .icon-expand {
  transform: scaleY(-1);
}
nav.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.pagination-wrapper a {
  text-decoration: none;
}
nav.pagination-wrapper.pagination-total {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
nav.pagination-wrapper.pagination-total ul {
  margin-bottom: 0.5rem;
}
nav.pagination-wrapper.pagination-total p {
  font-size: 1rem;
  color: hsl(210, 17%, 44%);
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
}
nav.pagination-wrapper.pagination-total.justify-content-end {
  display: grid;
}
nav.pagination-wrapper.pagination-total.justify-content-center {
  width: 100%;
}
nav.pagination-wrapper.pagination-total.justify-content-center .pagination {
  justify-content: center;
}
nav.pagination-wrapper .form-group {
  margin-left: 2.5rem;
  width: 4.5rem;
  margin-top: 0;
}
nav.pagination-wrapper .form-group label {
  font-size: 1rem;
  color: hsl(210, 17%, 44%);
}
nav.pagination-wrapper .form-group.active label {
  font-size: 0.875rem;
}
nav.pagination-wrapper .btn.dropdown-toggle {
  font-size: 1rem;
  color: hsl(210, 17%, 44%);
  font-weight: 700;
  padding: 12px;
  border-bottom: 1px solid hsl(210, 17%, 44%);
  height: 2.5rem;
  border: none;
  width: 100%;
}
nav.pagination-wrapper .btn.dropdown-toggle:after {
  color: hsl(210, 100%, 40%);
  margin-left: 0.5rem;
}
.pagination {
  flex-wrap: wrap;
}
.pagination .page-item {
  margin-right: 5px;
}
.pagination .page-item.disabled a.page-link {
  color: hsl(210, 12%, 44%);
}
.pagination .page-item.disabled a.page-link .icon {
  fill: hsl(210, 12%, 44%) !important;
}
.pagination .page-item span.page-link {
  pointer-events: none;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: hsl(210, 17%, 44%);
  background-color: transparent;
}
.pagination .page-item .page-link[aria-current] {
  border: 1px solid hsl(210, 100%, 40%);
  color: hsl(210, 100%, 40%);
  pointer-events: none;
}
.pagination .page-item .page-link.text {
  color: hsl(210, 100%, 40%);
}
.pagination .page-item .page-link span.d-inline-block {
  margin-right: 0.5rem;
}
.pagination .page-item .page-link:hover {
  color: hsl(210, 100%, 40%);
  background-color: transparent;
}
.pagination .page-item .page-link:hover .icon {
  fill: hsl(210, 100%, 40%);
}
@media (min-width: 576px) {
  .pagination .page-item .page-link {
    height: 3rem;
    min-width: 3rem;
  }
  nav.pagination-wrapper .btn.dropdown-toggle {
    height: 3rem;
  }
}
@media (min-width: 768px) {
  nav.pagination-wrapper {
    justify-content: flex-start;
  }
  nav.pagination-wrapper .dropdown {
    margin-left: 3rem;
  }
}
.nav-tabs {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  border-bottom-color: hsl(210, 4%, 78%);
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.nav-tabs .it-ico:before,
.nav-tabs .it-ico-lg:before {
  margin-right: 0;
}
.nav-tabs.auto .nav-link {
  flex: 1;
}
.nav-tabs.auto .nav-item {
  flex: 1;
  text-align: center;
}
.nav-tabs.no-border {
  border: none !important;
}
.nav-tabs.no-background {
  background-color: transparent;
}
.nav-tabs.no-background .nav-item .nav-link.active {
  background-color: transparent;
}
.nav-tabs.nav-tabs-icon-text .icon {
  margin-right: 0.5rem;
}
.nav-tabs.nav-tabs-icon-lg .nav-link {
  padding: 0.778rem 1.778em;
}
.nav-tabs.nav-tabs-vertical {
  flex-direction: column;
  border-bottom: none;
  border-right: 1px solid hsl(210, 4%, 78%);
}
.nav-tabs.nav-tabs-vertical .nav-link {
  justify-content: space-between;
  border-bottom: none;
  border-right: 2px solid transparent;
  white-space: normal;
  position: relative;
}
.nav-tabs.nav-tabs-vertical .nav-link:focus:not([data-focus-mouse=true]) {
  box-shadow: inset 0 0px 0 2px hsl(0, 0%, 0%) !important;
}
.nav-tabs.nav-tabs-vertical .nav-link:hover {
  border-bottom: none;
}
.nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico:before,
.nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico-lg:before {
  margin-right: 0;
}
.nav-tabs.nav-tabs-vertical .nav-link.active,
.nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
  border-bottom: none;
  border-right-color: hsl(210, 100%, 40%);
}
.nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-link.active,
.nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-item.show .nav-link {
  background-color: hsl(210, 62%, 97%);
}
.nav-tabs .nav-link {
  border-radius: 0;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(210, 33%, 28%);
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0.778rem 1.333em;
  flex: 1 0 auto;
  white-space: nowrap;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .nav-tabs .nav-link {
    font-size: 1.125rem;
  }
}
.nav-tabs .nav-link:hover {
  color: hsl(210, 100%, 30%);
  border-bottom-color: transparent;
}
.nav-tabs .nav-link:focus:not([data-focus-mouse=true]) {
  box-shadow: inset 0 1px 0 2px hsl(0, 0%, 0%) !important;
}
.nav-tabs .nav-link.disabled {
  color: hsl(210, 3%, 85%);
  cursor: default;
}
.nav-tabs .nav-link.disabled .icon {
  fill: hsl(210, 3%, 85%);
}
.nav-tabs .nav-link .it-ico:before {
  font-size: 1.25rem;
}
.nav-tabs .nav-link .it-ico-lg:before {
  font-size: 2rem;
}
.nav-tabs .nav-link .icon {
  fill: hsl(210, 17%, 44%);
}
.nav-tabs .nav-link .icon:hover {
  fill: hsl(210, 100%, 30%);
}
.nav-tabs .nav-link.active .icon {
  fill: hsl(210, 100%, 40%);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-color: hsl(210, 100%, 40%);
  color: hsl(210, 100%, 40%);
  cursor: inherit;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  display: flex;
}
.nav-tabs.nav-dark {
  background-color: hsl(210, 24.1464928616%, 35.68365%);
  border-bottom: none;
}
.nav-tabs.nav-dark .nav-link {
  color: hsl(210, 2.9799029799%, 85.57%);
}
.nav-tabs.nav-dark .nav-link .icon {
  fill: hsl(210, 2.9799029799%, 85.57%);
}
.nav-tabs.nav-dark .nav-link:hover {
  color: hsl(178, 100%, 50%);
}
.nav-tabs.nav-dark .nav-link:hover .icon {
  fill: hsl(178, 100%, 50%);
}
.nav-tabs.nav-dark .nav-link.disabled {
  color: hsl(210, 12.1338912134%, 52.2%);
}
.nav-tabs.nav-dark .nav-link.disabled .icon {
  fill: hsl(210, 12.1338912134%, 52.2%);
}
.nav-tabs.nav-dark .nav-link.active,
.nav-tabs.nav-dark .nav-item.show .nav-link {
  background-color: hsl(210, 24.1464928616%, 35.68365%);
  color: hsl(178, 100%, 50%);
  border-bottom: 2px solid hsl(178, 100%, 50%);
}
.nav-tabs.nav-dark .nav-link.active .icon,
.nav-tabs.nav-dark .nav-item.show .nav-link .icon {
  fill: hsl(178, 100%, 50%);
}
.nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active,
.nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link {
  border-right-color: hsl(178, 100%, 50%);
  border-bottom: none;
}
.nav-tabs.nav-tabs-cards {
  border-bottom: none;
}
.nav-tabs.nav-tabs-cards::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid hsl(210, 4%, 78%);
}
.nav-tabs.nav-tabs-cards .nav-link {
  border-bottom-width: 2px;
  border-color: transparent;
  position: relative;
  border-bottom-color: hsl(210, 4%, 78%);
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-tabs-cards .nav-link.active {
  border: 1px solid hsl(210, 4%, 78%);
  border-bottom-color: transparent;
  border-bottom-width: 1px;
}
.nav-tabs.nav-tabs-editable .nav-item {
  position: relative;
}
.nav-tabs.nav-tabs-editable .nav-item:last-of-type {
  border-bottom: 1px solid hsl(210, 4%, 78%);
}
.nav-tabs.nav-tabs-editable .nav-tab-add {
  margin: -0.2em 1em 0;
  position: relative;
  width: 1.444rem;
  height: 1.444rem;
  top: 0.8rem;
  border: 1px solid hsl(210, 100%, 40%);
  border-radius: 50%;
  right: 0;
}
.nav-tabs.nav-tabs-editable .nav-tab-add:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.778rem;
  left: 0.611rem;
  top: 0.278rem;
  background-color: hsl(210, 100%, 40%);
}
.nav-tabs.nav-tabs-editable .nav-tab-add:before {
  content: "";
  position: absolute;
  width: 0.778rem;
  height: 2px;
  left: 0.278rem;
  top: 0.611rem;
  background-color: hsl(210, 100%, 40%);
}
.nav-tabs.nav-tabs-editable .nav-link {
  padding-right: 2.888em;
}
.nav-tabs.nav-tabs-editable .nav-link-close {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 0.889rem;
  color: hsl(210, 33%, 28%);
  transition: color 0.2s;
}
.nav-tabs.nav-tabs-editable .nav-link-close .icon {
  fill: hsl(210, 33%, 28%);
}
.nav-tabs.nav-tabs-editable .nav-link-close.disabled {
  color: hsl(210, 3%, 85%);
  cursor: pointer;
}
.nav-tabs.nav-tabs-editable .nav-link-close.disabled .icon {
  fill: hsl(210, 3%, 85%);
}
.nav-tabs.nav-tabs-editable .nav-link-close:hover {
  color: rgb(0, 91.8, 183.6);
}
.nav-tabs.nav-tabs-editable .nav-link-close:hover .icon {
  fill: rgb(0, 91.8, 183.6);
}
.nav-tabs.nav-tabs-editable .nav-link-close .it-ico {
  font-size: 0.625rem;
}
.nav-tabs.nav-tabs-editable .nav-link-close .it-ico:before {
  margin-right: 0;
}
.nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close,
.nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close {
  color: hsl(210, 100%, 40%);
}
.nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close .icon,
.nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close .icon {
  fill: hsl(210, 100%, 40%);
}
.flex-column-reverse .nav-tabs {
  border-bottom: none;
  border-top: 1px solid hsl(210, 4%, 78%);
}
.flex-column-reverse .nav-tabs .nav-link {
  border-bottom: none;
  border-top: 2px solid transparent;
}
.flex-column-reverse .nav-tabs .nav-link:focus:not([data-focus-mouse=true]) {
  box-shadow: inset 0 -1px 0 2px hsl(0, 0%, 0%) !important;
}
.flex-column-reverse .nav-tabs .nav-link.active,
.flex-column-reverse .nav-tabs .nav-item.show .nav-link {
  border-top-color: hsl(210, 100%, 40%);
}
.flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active,
.flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link {
  border-left-color: hsl(178, 100%, 50%);
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical {
  border-right: none;
  border-left: 1px solid hsl(210, 4%, 78%);
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link {
  justify-content: flex-start;
  border-bottom: none;
  border-right: none;
  border-left: 2px solid transparent;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link:focus:not([data-focus-mouse=true]) {
  box-shadow: inset 0px 0px 0 2px hsl(0, 0%, 0%) !important;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link:hover {
  border-bottom: none;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link .icon {
  margin-right: 0.889rem;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link.active,
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
  border-left-color: hsl(210, 100%, 40%);
}
.nav-tabs-hidescroll {
  height: 2.667rem;
  overflow: hidden;
}
.nav-tabs-hidescroll.hidescroll-ico {
  height: 2.944rem;
}
.nav-tabs-hidescroll.hidescroll-ico-lg {
  height: 3.444rem;
}
.nav-tabs-hidescroll .nav-tabs {
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .nav-tabs {
    box-shadow: 0 12px 25px -20px rgba(0, 0, 0, 0.5);
  }
  .nav-tabs.nav-tabs-vertical,
  .nav-tabs.nav-tabs-cards {
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .nav-tabs {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
  .nav-tabs.auto {
    flex-wrap: nowrap;
  }
  .nav-tabs-hidescroll {
    height: auto;
    overflow: initial;
  }
  .nav-tabs-hidescroll.hidescroll-ico,
  .nav-tabs-hidescroll.hidescroll-ico-lg {
    height: auto;
  }
  .nav-tabs-hidescroll .nav-tabs {
    padding-bottom: 0;
  }
}
.cookiebar {
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1100;
  background-color: hsl(210, 25%, 35.2%);
  padding: 24px 32px;
}
.cookiebar.cookiebar-top {
  bottom: auto;
  top: 0;
}
.cookiebar.show {
  display: block;
}
.cookiebar p {
  font-size: 1rem;
  line-height: 1.25em;
  color: hsl(0, 0%, 100%);
  margin-bottom: 0;
}
.cookiebar p br {
  display: none;
}
.cookiebar .cookiebar-buttons {
  text-align: right;
  margin-top: 32px;
  padding: 0;
  line-height: 1.25em;
}
.cookiebar .cookiebar-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1em;
}
.cookiebar .cookiebar-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.cookiebar .cookiebar-btn:last-child {
  margin-left: 32px;
}
.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
  color: hsl(210, 32.2033898305%, 92.625%);
}
@media (min-width: 576px) {
  .cookiebar p {
    font-size: 0.875rem;
  }
  .cookiebar .cookiebar-btn {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .cookiebar {
    padding: 32px 48px;
  }
  .cookiebar.show {
    display: flex;
    justify-content: space-between;
  }
  .cookiebar p {
    width: 60%;
    margin-right: 24px;
  }
  .cookiebar p br {
    display: block;
  }
  .cookiebar .cookiebar-buttons {
    margin-top: 0;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
  }
  .cookiebar p {
    width: 66%;
  }
  .cookiebar .cookiebar-buttons {
    width: 33%;
  }
}
.it-hero-wrapper {
  min-height: 300px;
  position: relative;
  background-color: hsl(210, 100%, 40%);
  display: flex;
  align-items: flex-end;
}
.it-hero-wrapper .img-responsive-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.it-hero-wrapper .img-responsive-wrapper .img-responsive {
  padding-bottom: inherit;
  height: 100%;
  position: initial;
}
.it-hero-wrapper.it-hero-small-size {
  min-height: 300px;
}
.it-hero-wrapper .it-hero-text-wrapper {
  padding: 3rem 0.75rem;
  background: transparent !important;
  position: relative;
}
.it-hero-wrapper .it-hero-text-wrapper span,
.it-hero-wrapper .it-hero-text-wrapper h1,
.it-hero-wrapper .it-hero-text-wrapper .h1,
.it-hero-wrapper .it-hero-text-wrapper h2,
.it-hero-wrapper .it-hero-text-wrapper .h2,
.it-hero-wrapper .it-hero-text-wrapper h3,
.it-hero-wrapper .it-hero-text-wrapper .h3,
.it-hero-wrapper .it-hero-text-wrapper h4,
.it-hero-wrapper .it-hero-text-wrapper .h4,
.it-hero-wrapper .it-hero-text-wrapper h5,
.it-hero-wrapper .it-hero-text-wrapper .h5,
.it-hero-wrapper .it-hero-text-wrapper h6,
.it-hero-wrapper .it-hero-text-wrapper .h6,
.it-hero-wrapper .it-hero-text-wrapper p {
  color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
}
.it-hero-wrapper .it-hero-text-wrapper .it-category {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.it-hero-wrapper .it-hero-text-wrapper h1,
.it-hero-wrapper .it-hero-text-wrapper .h1 {
  font-size: 2.5rem;
}
.it-hero-wrapper .it-hero-text-wrapper p {
  font-size: 1rem;
  font-family:
    "Lora",
    Georgia,
    serif;
}
.it-hero-wrapper .it-hero-text-wrapper .it-btn-container {
  margin-top: 1.5rem;
}
.it-hero-wrapper.it-hero-small-size .it-hero-text-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
  margin: 0 auto;
  text-align: center;
}
.it-hero-wrapper.it-overlay .img-responsive-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after {
  background: rgba(22.95, 49.725, 76.5, 0.8);
}
.it-hero-wrapper.it-overlay.it-primary .img-responsive-wrapper:after {
  background: rgba(0, 102, 204, 0.8);
}
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper img {
  mix-blend-mode: screen;
}
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper:after {
  display: none;
}
.it-hero-wrapper.it-bottom-overlapping-content {
  margin-bottom: -2rem;
}
.it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
  padding-bottom: 96px;
}
.it-hero-wrapper.it-wrapped-container {
  min-height: 0 !important;
  align-items: flex-end;
}
.it-hero-wrapper .it-hero-card {
  background-color: hsl(0, 0%, 100%);
}
.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
  position: relative;
  margin-top: 2rem;
  margin-bottom: -2rem;
}
@media (max-width: 575px) {
  .it-hero-wrapper.it-wrapped-container {
    display: flex;
    flex-direction: column;
  }
  .it-hero-wrapper.it-wrapped-container .container {
    background-color: hsl(0, 0%, 100%);
  }
  .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper {
    position: relative;
  }
  .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper .img-wrapper {
    position: relative;
  }
  .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper:after {
    content: none;
  }
  .it-hero-wrapper.it-wrapped-container .it-hero-card {
    background-color: hsl(0, 0%, 100%);
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .it-hero-wrapper.it-wrapped-container {
    min-height: 0 !important;
    align-items: flex-end;
  }
  .it-hero-wrapper .it-hero-card {
    background-color: hsl(0, 0%, 100%);
  }
  .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .it-hero-wrapper.it-hero-small-size {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .it-hero-wrapper {
    position: relative;
    min-height: 400px;
    align-items: center;
  }
  .it-hero-wrapper.it-hero-small-size {
    min-height: 400px;
  }
  .it-hero-wrapper .it-hero-text-wrapper {
    padding: 96px 0;
    max-width: 50vw;
  }
  .it-hero-wrapper .it-hero-text-wrapper h1,
  .it-hero-wrapper .it-hero-text-wrapper .h1 {
    font-size: 3rem;
  }
  .it-hero-wrapper.it-bottom-overlapping-content {
    margin-bottom: -3rem;
  }
  .it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
    padding-bottom: 96px;
  }
  .it-hero-wrapper.it-bottom-overlapping-content .card-wrapper .card-body {
    padding-top: 48px;
  }
}
@media (min-width: 1400px) {
  .it-hero-wrapper.it-bottom-overlapping-content + .container .card-wrapper .card-body {
    padding-top: 60px;
  }
}
.forward {
  display: block;
  text-align: center;
  font-size: 3rem;
  transition: all 0.2s ease-in-out;
}
.forward:hover {
  text-decoration: none;
}
.back-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: hsl(210, 100%, 40%);
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition:
    all 0.2s ease-in-out,
    transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75),
    visibility 0.3s linear,
    opacity 0.3s ease-in-out;
  z-index: 1;
  transform: scale(0.7);
  transform-origin: center center;
}
.back-to-top.back-to-top-show {
  visibility: visible;
  opacity: 1;
  transition:
    all 0.2s ease-in-out,
    transform 0.05s ease-out,
    visibility 0s linear,
    opacity 0.1s ease-in-out;
  transform: scale(1);
}
.back-to-top:hover {
  background: rgb(0, 91.8, 183.6);
  text-decoration: none;
}
.back-to-top .icon {
  margin: 0;
  position: relative;
  transform: scale(0.75);
  top: 4px;
}
.back-to-top .icon:before {
  margin: 0;
  color: hsl(0, 0%, 100%);
}
.back-to-top.shadow:hover {
  box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.3) !important;
}
.back-to-top.dark {
  background: #fff;
}
.back-to-top.dark:hover {
  background: hsl(210, 6.2290689886%, 92.535%);
}
.back-to-top.dark .icon:before {
  color: hsl(210, 25%, 35.2%);
}
@media (min-width: 768px) {
  .back-to-top {
    width: 56px;
    height: 56px;
  }
  .back-to-top .icon {
    transform: scale(1);
    top: 10px;
  }
  .back-to-top.back-to-top-small {
    width: 40px;
    height: 40px;
  }
  .back-to-top.back-to-top-small .icon {
    transform: scale(0.75);
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .back-to-top {
    bottom: 32px;
    right: 32px;
  }
}
.list-group {
  --bs-list-group-color: hsl(0, 0%, 10%);
  --bs-list-group-bg: hsl(0, 0%, 100%);
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 4px;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 1rem;
  --bs-list-group-action-color: hsl(210, 100%, 40%);
  --bs-list-group-action-hover-color: hsl(210, 100%, 40%);
  --bs-list-group-action-hover-bg: hsl(0, 0%, 96%);
  --bs-list-group-action-active-color: hsl(0, 0%, 10%);
  --bs-list-group-action-active-bg: hsl(0, 0%, 90%);
  --bs-list-group-disabled-color: hsl(0, 0%, 32%);
  --bs-list-group-disabled-bg: hsl(0, 0%, 100%);
  --bs-list-group-active-color: hsl(0, 0%, 100%);
  --bs-list-group-active-bg: hsl(210, 100%, 40%);
  --bs-list-group-active-border-color: hsl(210, 100%, 40%);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(0, 61.2, 122.4);
  background-color: rgb(204, 224.4, 244.8);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 61.2, 122.4);
  background-color: rgb(183.6, 201.96, 220.32);
}
.list-group-item-primary.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(0, 61.2, 122.4);
  border-color: rgb(0, 61.2, 122.4);
}
.list-group-item-secondary {
  color: rgb(55.8756, 67.32, 78.7644);
  background-color: rgb(222.6252, 226.44, 230.2548);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(55.8756, 67.32, 78.7644);
  background-color: rgb(200.36268, 203.796, 207.22932);
}
.list-group-item-secondary.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(55.8756, 67.32, 78.7644);
  border-color: rgb(55.8756, 67.32, 78.7644);
}
.list-group-item-success {
  color: rgb(0, 76.5, 51);
  background-color: rgb(204, 229.5, 221);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(0, 76.5, 51);
  background-color: rgb(183.6, 206.55, 198.9);
}
.list-group-item-success.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(0, 76.5, 51);
  border-color: rgb(0, 76.5, 51);
}
.list-group-item-info {
  color: rgb(55.8756, 67.32, 78.7644);
  background-color: rgb(222.6252, 226.44, 230.2548);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(55.8756, 67.32, 78.7644);
  background-color: rgb(200.36268, 203.796, 207.22932);
}
.list-group-item-info.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(55.8756, 67.32, 78.7644);
  border-color: rgb(55.8756, 67.32, 78.7644);
}
.list-group-item-warning {
  color: rgb(91.8, 55.08, 0);
  background-color: rgb(234.6, 222.36, 204);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(91.8, 55.08, 0);
  background-color: rgb(211.14, 200.124, 183.6);
}
.list-group-item-warning.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(91.8, 55.08, 0);
  border-color: rgb(91.8, 55.08, 0);
}
.list-group-item-danger {
  color: rgb(122.4, 30.6, 45.9);
  background-color: rgb(244.8, 214.2, 219.3);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(122.4, 30.6, 45.9);
  background-color: rgb(220.32, 192.78, 197.37);
}
.list-group-item-danger.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(122.4, 30.6, 45.9);
  border-color: rgb(122.4, 30.6, 45.9);
}
.list-group-item-light {
  color: rgb(93.26625, 92.055, 96.9);
  background-color: rgb(250.633125, 250.0275, 252.45);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(93.26625, 92.055, 96.9);
  background-color: rgb(225.5698125, 225.02475, 227.205);
}
.list-group-item-light.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(93.26625, 92.055, 96.9);
  border-color: rgb(93.26625, 92.055, 96.9);
}
.list-group-item-dark {
  color: rgb(14.076, 30.6, 47.124);
  background-color: rgb(208.692, 214.2, 219.708);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(14.076, 30.6, 47.124);
  background-color: rgb(187.8228, 192.78, 197.7372);
}
.list-group-item-dark.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(14.076, 30.6, 47.124);
  border-color: rgb(14.076, 30.6, 47.124);
}
.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: black;
  border-color: black;
}
.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: rgb(229.5, 229.5, 229.5);
}
.list-group-item-white.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: #666666;
  border-color: #666666;
}
.list-group-item-100 {
  color: rgb(97.92, 97.92, 97.92);
  background-color: rgb(252.96, 252.96, 252.96);
}
.list-group-item-100.list-group-item-action:hover,
.list-group-item-100.list-group-item-action:focus {
  color: rgb(97.92, 97.92, 97.92);
  background-color: rgb(227.664, 227.664, 227.664);
}
.list-group-item-100.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(97.92, 97.92, 97.92);
  border-color: rgb(97.92, 97.92, 97.92);
}
.list-group-item-200 {
  color: rgb(91.8, 91.8, 91.8);
  background-color: rgb(249.9, 249.9, 249.9);
}
.list-group-item-200.list-group-item-action:hover,
.list-group-item-200.list-group-item-action:focus {
  color: rgb(91.8, 91.8, 91.8);
  background-color: rgb(224.91, 224.91, 224.91);
}
.list-group-item-200.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(91.8, 91.8, 91.8);
  border-color: rgb(91.8, 91.8, 91.8);
}
.list-group-item-300 {
  color: rgb(84.66, 84.66, 84.66);
  background-color: rgb(246.33, 246.33, 246.33);
}
.list-group-item-300.list-group-item-action:hover,
.list-group-item-300.list-group-item-action:focus {
  color: rgb(84.66, 84.66, 84.66);
  background-color: rgb(221.697, 221.697, 221.697);
}
.list-group-item-300.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(84.66, 84.66, 84.66);
  border-color: rgb(84.66, 84.66, 84.66);
}
.list-group-item-400 {
  color: rgb(97.92, 97.92, 97.92);
  background-color: rgb(236.64, 236.64, 236.64);
}
.list-group-item-400.list-group-item-action:hover,
.list-group-item-400.list-group-item-action:focus {
  color: rgb(97.92, 97.92, 97.92);
  background-color: rgb(212.976, 212.976, 212.976);
}
.list-group-item-400.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(97.92, 97.92, 97.92);
  border-color: rgb(97.92, 97.92, 97.92);
}
.list-group-item-500 {
  color: rgb(68.85, 68.85, 68.85);
  background-color: rgb(226.95, 226.95, 226.95);
}
.list-group-item-500.list-group-item-action:hover,
.list-group-item-500.list-group-item-action:focus {
  color: rgb(68.85, 68.85, 68.85);
  background-color: rgb(204.255, 204.255, 204.255);
}
.list-group-item-500.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(68.85, 68.85, 68.85);
  border-color: rgb(68.85, 68.85, 68.85);
}
.list-group-item-600 {
  color: rgb(48.96, 48.96, 48.96);
  background-color: rgb(220.32, 220.32, 220.32);
}
.list-group-item-600.list-group-item-action:hover,
.list-group-item-600.list-group-item-action:focus {
  color: rgb(48.96, 48.96, 48.96);
  background-color: rgb(198.288, 198.288, 198.288);
}
.list-group-item-600.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(48.96, 48.96, 48.96);
  border-color: rgb(48.96, 48.96, 48.96);
}
.list-group-item-700 {
  color: rgb(38.25, 38.25, 38.25);
  background-color: rgb(216.75, 216.75, 216.75);
}
.list-group-item-700.list-group-item-action:hover,
.list-group-item-700.list-group-item-action:focus {
  color: rgb(38.25, 38.25, 38.25);
  background-color: rgb(195.075, 195.075, 195.075);
}
.list-group-item-700.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(38.25, 38.25, 38.25);
  border-color: rgb(38.25, 38.25, 38.25);
}
.list-group-item-800 {
  color: rgb(22.95, 22.95, 22.95);
  background-color: rgb(211.65, 211.65, 211.65);
}
.list-group-item-800.list-group-item-action:hover,
.list-group-item-800.list-group-item-action:focus {
  color: rgb(22.95, 22.95, 22.95);
  background-color: rgb(190.485, 190.485, 190.485);
}
.list-group-item-800.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(22.95, 22.95, 22.95);
  border-color: rgb(22.95, 22.95, 22.95);
}
.list-group-item-900 {
  color: rgb(15.3, 15.3, 15.3);
  background-color: rgb(209.1, 209.1, 209.1);
}
.list-group-item-900.list-group-item-action:hover,
.list-group-item-900.list-group-item-action:focus {
  color: rgb(15.3, 15.3, 15.3);
  background-color: rgb(188.19, 188.19, 188.19);
}
.list-group-item-900.list-group-item-action.active {
  color: hsl(0, 0%, 100%);
  background-color: rgb(15.3, 15.3, 15.3);
  border-color: rgb(15.3, 15.3, 15.3);
}
.link-list-wrapper .list-item-title,
.link-list-wrapper .link-list-heading {
  font-size: 1.125rem;
}
.link-list-wrapper .link-list-heading {
  color: hsl(0, 0%, 10%);
  padding: 0 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.25;
}
.link-list-wrapper .link-list-heading a {
  padding: 0;
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  position: relative;
  text-decoration: none;
}
.link-list-wrapper h3,
.link-list-wrapper .h3 {
  font-size: 1.125rem;
  color: hsl(0, 0%, 10%);
  padding: 0 24px;
  font-weight: 600;
}
.link-list-wrapper h3 a,
.link-list-wrapper .h3 a {
  line-height: inherit;
  font-size: 1rem;
  padding: 0;
}
.link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.link-list-wrapper ul.link-sublist {
  padding-left: 24px;
}
.link-list-wrapper ul li a {
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  padding: 0.25rem 24px;
  text-decoration: none;
  position: relative;
}
.link-list-wrapper ul li a.icon-right,
.link-list-wrapper ul li a.icon-left {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.link-list-wrapper ul li a.icon-right + ul,
.link-list-wrapper ul li a.icon-left + ul {
  padding-left: 0;
}
.link-list-wrapper ul li a.icon-right .list-item-title-icon-wrapper {
  justify-content: space-between;
  margin-right: 0;
}
.link-list-wrapper ul li a[data-bs-toggle] .icon {
  transition: transform 0.3s;
}
.link-list-wrapper ul li a[aria-expanded=true] .icon {
  transform: scale(-1);
}
.link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) span {
  color: hsl(210, 100%, 40%);
  text-decoration: underline;
}
.link-list-wrapper ul li a:hover:not(.disabled) p {
  color: hsl(210, 33%, 28%);
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) .icon {
  fill: hsl(210, 100%, 40%);
}
.link-list-wrapper ul li a.disabled:hover {
  text-decoration: none;
}
.link-list-wrapper ul li a.medium {
  font-weight: 600;
}
.link-list-wrapper ul li a span {
  color: hsl(210, 100%, 40%);
  display: inline-block;
  margin-right: 24px;
  line-height: normal;
}
.link-list-wrapper ul li a .icon {
  display: inline-block;
  flex-shrink: 0;
}
.link-list-wrapper ul li a .list-item-title-icon-wrapper {
  display: flex;
  align-items: center;
}
.link-list-wrapper ul li a .list-item-title-icon-wrapper .list-item-title {
  margin-right: 24px;
}
.link-list-wrapper ul li a.right-icon .list-item-title-icon-wrapper {
  padding-right: 0;
  margin-right: 0;
  justify-content: space-between;
}
.link-list-wrapper ul li a.right-icon .icon {
  transition: transform 0.3s;
}
.link-list-wrapper ul li a.right-icon .icon.secondary {
  color: hsl(210, 17%, 44%);
}
.link-list-wrapper ul li a.right-icon[aria-expanded=true] .icon.right {
  transform: scaleY(-1);
}
.link-list-wrapper ul li a.active span {
  color: hsl(210, 100%, 15%);
}
.link-list-wrapper ul li a.active .icon {
  color: hsl(210, 100%, 15%);
}
.link-list-wrapper ul li a.disabled {
  cursor: not-allowed;
}
.link-list-wrapper ul li a.disabled span {
  color: hsl(210, 12%, 44%);
}
.link-list-wrapper ul li a.disabled svg {
  fill: hsl(210, 3%, 85%);
}
.link-list-wrapper ul li a.disabled svg.secondary {
  fill: hsl(210, 3%, 85%);
}
.link-list-wrapper ul li a.large {
  font-size: 1.125rem;
}
.link-list-wrapper ul li a p {
  font-size: 0.875rem;
  line-height: initial;
  color: hsl(210, 33%, 28%);
}
.link-list-wrapper ul li a.avatar {
  display: flex;
  margin-bottom: 8px;
}
.link-list-wrapper ul li a.avatar .avatar {
  display: block;
  border-radius: 50px;
  margin-right: 8px;
}
.link-list-wrapper ul li a.list-item.icon-left .icon {
  margin-right: 8px;
}
.link-list-wrapper ul li a.list-item.icon-left p,
.link-list-wrapper ul li a.list-item.left-icon p {
  width: 100%;
}
.link-list-wrapper ul li a.list-item.icon-left .icon,
.link-list-wrapper ul li a.list-item.left-icon .icon {
  left: 0;
  margin-left: 0;
  flex-shrink: 0;
}
.link-list-wrapper ul .divider {
  display: block;
  height: 1px;
  background: hsl(210, 4%, 78%);
  margin: 8px 0;
}
.link-list-wrapper ul .toggles label {
  padding: 0 24px;
  font-size: 1rem;
  line-height: 2rem;
  justify-content: space-between;
  height: auto;
  font-weight: inherit;
  margin: 0;
}
.link-list-wrapper ul .toggles input[type=checkbox] + .lever {
  margin: 8px 0 0;
}
.link-list-wrapper ul .form-check.form-check-group {
  padding: 0 24px;
  box-shadow: none;
}
.link-list-wrapper ul .form-check.form-check-group [type=checkbox] + label {
  padding-left: 0;
  font-size: 1rem;
  line-height: 2rem;
  height: inherit;
  margin-bottom: 0;
}
.link-list-wrapper ul .form-check.form-check-group [type=checkbox] + label:after {
  right: 24px;
}
.link-list-wrapper ul .form-check.form-check-group [type=checkbox] + label:before {
  right: 35px;
}
.link-list-wrapper ul .form-check.form-check-group [type=checkbox][disabled] + label {
  color: hsl(210, 33%, 28%);
}
.link-list-wrapper.multiline .list-item-title-icon-wrapper {
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 0;
}
.link-list-wrapper.multiline .list-item.icon-right .list-item-title-icon-wrapper {
  margin-right: 0;
}
@media (min-width: 576px) {
  .link-list-wrapper ul li a.large {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .link-list-wrapper ul li a.large.icon-left,
  .link-list-wrapper ul li a.large.icon-right {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
  }
}
@media (min-width: 992px) {
  .link-list-wrapper.menu-link-list {
    position: relative;
  }
  .link-list-wrapper.menu-link-list h3,
  .link-list-wrapper.menu-link-list .h3,
  .link-list-wrapper.menu-link-list h4,
  .link-list-wrapper.menu-link-list .h4 {
    position: relative;
    padding: 1rem;
    margin-top: 0;
    border-bottom: 4px solid hsl(210, 4%, 78%);
  }
  .link-list-wrapper.menu-link-list h3:after,
  .link-list-wrapper.menu-link-list .h3:after,
  .link-list-wrapper.menu-link-list h4:after,
  .link-list-wrapper.menu-link-list .h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 4px;
    background-color: hsl(36, 100%, 30%);
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.5rem;
  --bs-offcanvas-padding-y: 1.5rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: hsl(0, 0%, 100%);
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: hsl(0, 0%, 0%);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.8;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
@keyframes megamenuFadeIn {
  0% {
    opacity: 0;
    margin-top: 16px;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
.row.row-column-border > [class^=col-] .navbar {
  padding: 8px 0;
}
.navbar {
  background: hsl(210, 100%, 40%);
}
.navbar .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.navbar .navbar-collapsable {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 100%;
}
.navbar .navbar-collapsable .menu-wrapper {
  background: hsl(0, 0%, 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  left: 0;
  pointer-events: all;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.2s cubic-bezier(0.29, 0.85, 0.5, 0.99);
  z-index: 5;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
  padding: 24px 0 0;
  overflow: hidden;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
  padding-bottom: 0;
}
.navbar .navbar-collapsable .navbar-nav {
  padding: 24px 0;
}
.navbar .navbar-collapsable .navbar-nav li > button.nav-link {
  border: none;
  display: block;
  background: transparent;
  color: hsl(210, 100%, 40%);
  font-weight: 600;
  padding: 13px 24px;
  position: relative;
}
.navbar .navbar-collapsable .navbar-nav li > button.nav-link.dropdown-toggle svg {
  fill: hsl(210, 100%, 40%);
  transition: all 0.3s;
}
.navbar .navbar-collapsable .navbar-nav li > button.nav-link.dropdown-toggle[aria-expanded=true] .icon {
  transform: scaleY(-1);
}
.navbar .navbar-collapsable .navbar-nav li > button.nav-link.active {
  border-left: 3px solid hsl(210, 100%, 40%);
}
.navbar .navbar-collapsable .navbar-nav li > button.nav-link.disabled span,
.navbar .navbar-collapsable .navbar-nav li > button.nav-link.disabled .icon {
  opacity: 0.6;
}
.navbar .navbar-collapsable .navbar-nav li > button.nav-link:hover:not(.active) {
  text-decoration: underline;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link {
  color: hsl(210, 100%, 40%);
  font-weight: 600;
  padding: 13px 24px;
  position: relative;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
  fill: hsl(210, 100%, 40%);
  transition: all 0.3s;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle[aria-expanded=true] .icon {
  transform: scaleY(-1);
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
  border-left: 3px solid hsl(210, 100%, 40%);
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled span,
.navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled .icon {
  opacity: 0.6;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover:not(.active) {
  text-decoration: underline;
}
.navbar .navbar-collapsable.expanded .menu-wrapper {
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.29, 0.85, 0.5, 0.99);
}
.navbar .navbar-collapsable.expanded .close-div {
  opacity: 1;
}
.navbar .close-div {
  opacity: 0;
  position: fixed;
  left: auto;
  right: 2px;
  top: 24px;
  background: transparent;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.1, 0.57, 0.4, 0.97);
}
.navbar .close-div .close-menu {
  background: transparent;
  pointer-events: all;
  color: hsl(210, 100%, 40%);
  font-size: 0.75rem;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .close-div .close-menu .icon {
  fill: hsl(0, 0%, 100%);
}
.navbar .dropdown-menu {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}
.navbar .dropdown-menu:before {
  display: none;
}
.navbar .dropdown-menu a.it-heading-link,
.navbar .dropdown-menu a.it-footer-link {
  color: hsl(210, 100%, 40%);
}
.navbar .dropdown-menu a.it-heading-link svg,
.navbar .dropdown-menu a.it-footer-link svg {
  fill: hsl(210, 100%, 40%);
}
.navbar .dropdown-menu a.it-heading-link.active span,
.navbar .dropdown-menu a.it-footer-link.active span {
  text-decoration: underline;
  color: hsl(210, 100%, 40%);
}
.navbar .dropdown-menu .link-list-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
  color: hsl(210, 66.6666666667%, 36%);
  text-decoration: underline;
}
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
  color: hsl(210, 66.6666666667%, 36%);
}
.navbar .dropdown-menu .link-list-wrapper ul li a svg {
  fill: hsl(210, 100%, 40%);
}
.navbar .dropdown-menu .link-list-wrapper ul li a span {
  color: hsl(210, 100%, 40%);
}
.navbar .dropdown-menu .link-list-wrapper ul li a i {
  color: hsl(210, 100%, 40%);
}
.custom-navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
}
.custom-navbar-toggler span {
  color: hsl(0, 0%, 100%);
  font-size: 1.5rem;
}
.custom-navbar-toggler svg {
  fill: hsl(0, 0%, 100%);
  width: 24px;
  height: 24px;
  display: block;
}
.nav-item.megamenu > a:before,
.nav-item.megamenu > button:before {
  display: none;
}
.inline-menu .link-list-wrapper .link-list {
  position: relative;
}
.inline-menu .link-list-wrapper .link-list li a {
  position: relative;
}
.inline-menu .link-list-wrapper .link-list li a.large {
  padding-top: 0.59em;
  padding-bottom: 0.59em;
}
.inline-menu .link-list-wrapper .link-list li a i {
  color: hsl(210, 75.975975976%, 66.7%);
}
.inline-menu .link-list-wrapper .link-list li a:after {
  content: "";
  display: block;
  width: 2px;
  background: hsl(210, 100%, 40%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transform-origin: center;
  transform: scaleY(0);
  transition: all 0.3s;
  z-index: 1;
}
.inline-menu .link-list-wrapper .link-list li a.active span {
  color: hsl(210, 100%, 40%);
  text-decoration: none;
}
.inline-menu .link-list-wrapper .link-list li a[aria-expanded=true]:after {
  transform: scaleY(1);
}
.inline-menu .link-list-wrapper .link-list:after {
  content: "";
  display: block;
  width: 2px;
  background:
    linear-gradient(
      to bottom,
      rgb(230.1375, 236.19375, 242.25) 0%,
      rgba(230.1375, 236.19375, 242.25, 0.3) 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .row.row-column-border > [class^=col-] .navbar {
    padding: 0;
  }
  .navbar {
    background: hsl(210, 100%, 40%);
    padding: 0;
  }
  .navbar .navbar-collapsable {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
    background: none;
    display: block !important;
    transition: none;
  }
  .navbar .navbar-collapsable .overlay {
    display: none !important;
  }
  .navbar .navbar-collapsable .menu-wrapper {
    position: inherit;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    background: hsl(210, 100%, 40%);
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
    overflow: inherit;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
    padding-bottom: 0.5rem;
  }
  .navbar .navbar-collapsable .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item {
    display: flex;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link,
  .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link {
    display: flex;
    align-self: flex-end;
    align-items: center;
    font-weight: 400;
    padding: 13px 24px;
    color: hsl(0, 0%, 100%);
    border-bottom: 3px solid transparent;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.dropdown-toggle svg,
  .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.dropdown-toggle svg {
    fill: hsl(0, 0%, 100%);
    margin-top: 3px;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link[data-focus-mouse=true],
  .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link[data-focus-mouse=true] {
    border-color: transparent !important;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.active,
  .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.active {
    border-left: 0;
    border-color: hsl(0, 0%, 100%);
    background: transparent;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.disabled span,
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.disabled .icon,
  .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.disabled span,
  .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.disabled .icon {
    opacity: 0.7;
  }
  .navbar .close-div {
    display: none;
  }
  .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: hsl(0, 0%, 10%);
    text-align: left;
    list-style: none;
    background-color: hsl(0, 0%, 100%);
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar .dropdown-menu.show {
    animation: dropdownFadeIn forwards 0.3s;
    top: calc(100% - 16px);
  }
  .navbar .dropdown-menu:before {
    display: block;
  }
  .navbar .dropdown-menu .link-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .link-list-wrapper ul li a {
    color: hsl(210, 100%, 40%);
  }
  .navbar .dropdown-menu .link-list-wrapper ul li a span,
  .navbar .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(210, 100%, 40%);
  }
  .navbar .dropdown-toggle {
    display: block;
    justify-content: inherit;
  }
  .custom-navbar-toggler {
    display: none;
  }
  .has-megamenu .navbar-collapsable {
    width: 100%;
  }
  .nav-item.megamenu {
    position: static;
  }
  .nav-item.megamenu > a.dropdown-toggle,
  .nav-item.megamenu > button.dropdown-toggle {
    position: relative;
  }
  .nav-item.megamenu > a.dropdown-toggle:before,
  .nav-item.megamenu > button.dropdown-toggle:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: hsl(0, 0%, 100%);
    transform: rotate(45deg);
    opacity: 0;
    display: block;
    transition: opacity 0.15s cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .nav-item.megamenu > button.dropdown-toggle:before {
    bottom: -14px;
  }
  .nav-item.megamenu a.dropdown-toggle.show:before,
  .nav-item.megamenu button.dropdown-toggle.show:before {
    opacity: 1;
  }
  .megamenu .dropdown-menu {
    min-width: auto;
    left: 24px;
    right: 24px;
    animation-timing-function: cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .megamenu .dropdown-menu:before {
    display: none;
  }
  .megamenu .dropdown-menu.show {
    animation: megamenuFadeIn forwards 0.15s;
  }
}
.skiplinks {
  background-color: hsl(210, 62%, 97%);
  text-align: center;
}
.skiplinks a {
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  color: hsl(210, 100%, 40%);
  text-decoration: underline;
}
.skiplinks ul {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.affix-top {
  position: sticky;
  top: 0;
}
.affix-bottom {
  position: sticky;
  bottom: 0;
}
.affix-parent {
  position: relative;
}
.sidebar-wrapper {
  padding: 24px 0;
}
.sidebar-wrapper h3,
.sidebar-wrapper .h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper h3,
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper .h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a {
  line-height: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand {
  font-size: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded=true] i {
  transform: translateY(-50%) scaleY(-1);
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active span,
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active i {
  color: hsl(210, 100%, 40%);
  text-decoration: none;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a.active {
  text-decoration: none;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a.active span {
  color: hsl(210, 100%, 40%);
  text-decoration: none;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a.active:after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: hsl(210, 100%, 40%);
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a.icon-right {
  padding: 0.55em 24px;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
  font-size: 1rem;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a.active span {
  color: hsl(0, 0%, 10%);
  text-decoration: underline;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a.active::after {
  display: none;
}
.sidebar-wrapper .sidebar-linklist-wrapper.linklist-secondary:before {
  content: "";
  width: 65px;
  height: 1px;
  background: hsl(210, 4%, 78%);
  display: block;
  margin-left: 24px;
  margin-top: 24px;
}
.sidebar-wrapper.it-line-right-side {
  border-right: 1px solid hsl(210, 4%, 78%);
}
.sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active {
  border-right: 2px solid hsl(210, 100%, 40%);
  border-left: none;
}
.sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a.active:after {
  left: auto;
  right: 0;
}
.sidebar-wrapper.it-line-left-side {
  border-left: 1px solid hsl(210, 4%, 78%);
}
.sidebar-wrapper.theme-dark {
  background: hsl(210, 25%, 35.2%);
}
.sidebar-wrapper.theme-dark h3,
.sidebar-wrapper.theme-dark .h3 {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper h3,
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper .h3 {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a.left-icon i.left {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a p {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a span {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded=true] i {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse] {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active span,
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active i {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a.active:after {
  background-color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a span {
  color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper.linklist-secondary:before {
  background: rgba(229, 229, 229, 0.3);
}
.sidebar-wrapper.theme-dark.it-line-right-side {
  border-right-color: rgba(229, 229, 229, 0.3);
}
.sidebar-wrapper.theme-dark.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active {
  border-left: none;
  border-right-color: hsl(0, 0%, 100%);
}
.sidebar-wrapper.theme-dark.it-line-left-side {
  border-left-color: rgba(229, 229, 229, 0.3);
}
.sidebar-wrapper.theme-dark.it-line-left-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active {
  border-left-color: hsl(0, 0%, 100%);
}
.sidebar-wrapper .link-list-wrapper ul li a.list-item.left-icon .icon {
  margin: 0;
  margin-right: 8px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical {
  width: 100%;
  background: hsl(210, 62%, 97%);
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list {
  width: 100%;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a {
  display: flex;
  justify-content: space-between;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description {
  background: transparent;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content {
  max-width: 480px;
  padding-left: 48px;
  padding-right: 48px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 4%, 78%);
  margin-bottom: 16px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper {
  margin-bottom: 0;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li a {
  white-space: normal;
  display: flex;
  align-items: center;
  padding: 8px 16px !important;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper {
  margin-left: 28px;
  margin-right: 28px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid hsl(210, 4%, 78%);
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper a.it-heading-link {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2rem;
  text-decoration: none;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper a.it-heading-link :hover {
  text-decoration: underline;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper {
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  border-top: 1px solid hsl(210, 4%, 78%);
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper a.it-footer-link {
  flex: 1 1 auto;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper-vertical {
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  border-top: 1px solid hsl(210, 4%, 78%);
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu a.it-footer-link {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 24px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu a.it-footer-link:last-of-type {
  margin-bottom: 0;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu a.it-footer-link :hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-nav .megamenu a.dropdown-toggle:before,
  .navbar-nav .megamenu button.dropdown-toggle:before {
    z-index: 2;
  }
  .navbar-nav .megamenu .dropdown-menu {
    z-index: 1;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar .dropdown-menu {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    padding: 32px 24px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:last-child {
    padding-bottom: 0;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12 .link-list-wrapper {
    min-height: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12 .link-list-wrapper ul.link-list {
    display: flex;
    flex-direction: column;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12 .link-list-wrapper ul.link-list li a {
    padding: 0.5em 24px;
    line-height: inherit;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:first-child .link-list-wrapper {
    margin-bottom: 0;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col {
    min-height: 100%;
    margin-right: -37px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .row.max-height-col {
    margin-right: -12px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .margin-right-col {
    margin-right: 24px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical {
    background: hsl(210, 62%, 97%);
    padding-top: 32px;
    margin-top: -32px;
    margin-bottom: -32px;
    margin-right: -24px;
    margin-left: -12px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list {
    width: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li {
    margin-bottom: 3px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a {
    display: flex;
    justify-content: space-between;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span {
    font-weight: 600;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description {
    background: transparent;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content {
    padding-left: 36px;
    padding-right: 36px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    display: none;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper {
    margin: 0 0 24px;
    padding-bottom: 24px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper-vertical {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    border-top: none;
    border-left: 1px solid #d9dadb;
    height: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper-vertical .d-flex {
    height: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper {
    margin: 24px 0 0 0;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper a.it-footer-link {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-footer-link-wrapper a.it-footer-link:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .it-header-sticky.is-sticky .nav-item button.nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .it-header-sticky.is-sticky .nav-item button.nav-link {
    font-size: 18px;
  }
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 96px;
}
.bottom-nav:before {
  content: "";
  position: absolute;
  height: 360px;
  width: 100%;
  top: 32px;
  z-index: 10;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateY(-50%) scalex(1.4) scaleY(0.12);
  opacity: 0.18;
}
.bottom-nav ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 64px;
}
.bottom-nav ul li {
  list-style-type: none;
  margin: 8px;
  text-align: center;
}
.bottom-nav a {
  display: block;
  color: hsl(210, 33%, 28%);
  text-decoration: none;
}
.bottom-nav a .icon {
  fill: hsl(210, 17%, 44%);
}
.bottom-nav a.active {
  color: hsl(210, 100%, 40%);
}
.bottom-nav a.active .icon {
  fill: hsl(210, 100%, 40%);
}
.bottom-nav a:hover {
  text-decoration: none;
  color: hsl(210, 100%, 40%);
}
.bottom-nav a:hover .icon {
  fill: hsl(210, 100%, 40%);
}
.bottom-nav .it-ico {
  position: relative;
  font-size: 1.35rem;
  display: block;
  height: 32px;
}
.bottom-nav .it-ico:before {
  margin-right: 0;
}
.bottom-nav .badge-wrapper {
  position: relative;
}
.bottom-nav .bottom-nav-badge,
.bottom-nav .bottom-nav-alert {
  display: block;
  position: absolute;
  background-color: hsl(210, 100%, 40%);
  border: 1px solid hsl(0, 0%, 100%);
}
.bottom-nav .bottom-nav-badge {
  top: 0;
  right: 0;
  min-width: 1.15rem;
  line-height: 1;
  padding: 4px 6px;
  color: hsl(0, 0%, 100%);
  font-size: 0.625rem;
  border-radius: 2rem;
  font-style: normal;
}
.bottom-nav .bottom-nav-alert {
  top: 0;
  right: 4px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
}
.bottom-nav .bottom-nav-label {
  margin-top: 6px;
  font-size: 0.625rem;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.navbar.it-navscroll-wrapper {
  background: hsl(0, 0%, 100%);
}
.navbar.it-navscroll-wrapper .it-back-button {
  padding: 16px 24px;
  font-weight: 600;
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: hsl(0, 0%, 100%);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.navbar.it-navscroll-wrapper .it-back-button i {
  transform: scale(0.8);
  transform-origin: center;
  display: inline-block;
  margin-right: 8px;
}
.navbar.it-navscroll-wrapper .it-back-button.show {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  visibility: visible;
  opacity: 1;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  padding-top: 0.55em;
  padding-bottom: 0.55em;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
  border-left: 2px solid hsl(210, 100%, 40%);
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
  color: hsl(210, 100%, 40%);
  text-decoration: none;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
  font-weight: 400;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
  font-weight: normal;
  border-left: none;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
  text-decoration: underline;
  color: hsl(210, 100%, 15%);
}
.navbar.it-navscroll-wrapper h3,
.navbar.it-navscroll-wrapper .h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.navbar.it-navscroll-wrapper .custom-navbar-toggler {
  display: flex;
  color: hsl(210, 100%, 40%);
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.navbar.it-navscroll-wrapper .custom-navbar-toggler span.it-list {
  color: hsl(210, 100%, 40%);
  margin-right: 8px;
}
.navbar.it-navscroll-wrapper .custom-navbar-progressbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.navbar.it-navscroll-wrapper .menu-wrapper {
  padding: 80px 0 24px;
  right: 0;
}
.navbar.it-bottom-navscroll {
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 99999;
}
.navbar.it-top-navscroll {
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 8;
}
@media (min-width: 992px) {
  .navbar.it-navscroll-wrapper {
    background: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper .it-back-button {
    display: none !important;
  }
  .navbar.it-navscroll-wrapper .custom-navbar-progressbar {
    display: none !important;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 2px solid hsl(210, 100%, 40%);
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
    color: hsl(210, 100%, 40%);
    text-decoration: none;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
    font-weight: 400;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
    font-weight: normal;
    border-left: none;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
    text-decoration: underline;
    color: hsl(210, 100%, 15%);
  }
  .navbar.it-navscroll-wrapper h3,
  .navbar.it-navscroll-wrapper .h3 {
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 1.15rem;
    margin-top: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
  }
  .navbar.it-navscroll-wrapper .custom-navbar-toggler {
    display: none;
  }
  .navbar.it-navscroll-wrapper .menu-wrapper {
    padding: 16px 0 24px;
    background: hsl(0, 0%, 100%);
  }
  .navbar.it-bottom-navscroll {
    box-shadow: none;
    position: inherit;
    z-index: 9;
  }
  .navbar.it-bottom-navscroll.affix-top {
    position: sticky;
    top: 0;
    left: inherit;
    right: inherit;
  }
  .navbar.it-top-navscroll {
    box-shadow: none;
    position: inherit;
  }
  .navbar.it-top-navscroll.affix-top {
    position: sticky;
    top: 0;
    left: inherit;
    right: inherit;
  }
  .navbar.it-left-side {
    border-left: 1px solid hsl(210, 4%, 78%);
  }
  .navbar.it-right-side {
    border-right: 1px solid hsl(210, 4%, 78%);
  }
}
@media (max-width: 992px) {
  .navbar.it-navscroll-wrapper.theme-dark-mobile {
    background: hsl(210, 25%, 35.2%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler span.it-list {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .it-back-button {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper h3,
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper .h3 {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile.it-left-side {
    border-left-color: rgba(229, 229, 229, 0.3);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile.it-right-side {
    border-right-color: rgba(229, 229, 229, 0.3);
  }
}
@media (min-width: 992px) {
  .navbar.it-navscroll-wrapper.theme-dark-desk {
    background: hsl(210, 25%, 35.2%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler span.it-list {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .it-back-button {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper h3,
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper .h3 {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk.it-left-side {
    border-left-color: rgba(229, 229, 229, 0.3);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk.it-right-side {
    border-right-color: rgba(229, 229, 229, 0.3);
  }
}
.callout {
  position: relative;
  overflow: hidden;
}
.callout .callout-inner {
  padding: 2rem;
  border: 2px solid hsl(210, 17%, 44%);
  border-top: 0;
  margin: 2.5rem 0;
}
.callout.callout-highlight {
  border: none;
  border-left: 2px solid hsl(210, 17%, 44%);
  border-radius: 0;
  padding: 0 2.222rem;
}
.callout.callout-highlight p:last-child {
  margin: 0;
}
.callout.callout-highlight .callout-title {
  margin-bottom: 1.556rem;
}
.callout.callout-highlight.success {
  border-color: hsl(160, 100%, 25%);
}
.callout.callout-highlight.warning {
  border-color: hsl(36, 100%, 30%);
}
.callout.callout-highlight.danger {
  border-color: hsl(350, 60%, 50%);
}
.callout.callout-highlight.important {
  border-color: hsl(160, 100%, 25%);
}
.callout.callout-highlight.note {
  border-color: hsl(210, 100%, 40%);
}
.callout.callout-more {
  background: #f9f9f5;
  border: none;
  border-radius: 0;
  padding: 2.222rem;
  position: relative;
}
.callout.callout-more:before,
.callout.callout-more:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.callout.callout-more:before {
  border-width: 0 48px 48px 0;
  border-color: transparent hsl(0, 0%, 100%) transparent transparent;
}
.callout.callout-more:after {
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #e4e4db;
}
.callout.callout-more p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: hsl(210, 33%, 28%);
}
.callout.callout-more .callout-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.222rem;
}
.callout.callout-more .callout-title i {
  font-size: 1.25rem;
}
.callout.callout-more .callout-title span {
  border-bottom: 2px solid hsl(0, 0%, 10%);
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: -0.111rem;
}
.callout.success {
  border-color: hsl(160, 100%, 25%);
}
.callout.success .callout-inner {
  border-color: rgb(0, 127.5, 85);
}
.callout.success .callout-title {
  color: hsl(160, 100%, 25%);
}
.callout.success .callout-title .icon {
  fill: hsl(160, 100%, 25%);
}
.callout.success .callout-title span {
  border-color: hsl(160, 100%, 25%);
}
.callout.success .collapse-div .collapse-header .callout-more-toggle {
  color: hsl(160, 100%, 25%);
}
.callout.success .collapse-div .collapse-header .callout-more-toggle:active,
.callout.success .collapse-div .collapse-header .callout-more-toggle:hover {
  color: hsl(160, 100%, 25%);
}
.callout.success .collapse-div .collapse-header .callout-more-toggle span {
  border-color: hsl(160, 100%, 25%);
}
.callout.success .collapse-div .collapse-header .callout-more-toggle span:before,
.callout.success .collapse-div .collapse-header .callout-more-toggle span:after {
  background: hsl(160, 100%, 25%);
}
.callout.success a {
  color: hsl(160, 100%, 25%);
}
.callout.success .icon {
  fill: hsl(160, 100%, 25%);
}
.callout.warning {
  border-color: hsl(36, 100%, 30%);
}
.callout.warning .callout-inner {
  border-color: rgb(153, 91.8, 0);
}
.callout.warning .callout-title {
  color: hsl(36, 100%, 30%);
}
.callout.warning .callout-title .icon {
  fill: hsl(36, 100%, 30%);
}
.callout.warning .callout-title span {
  border-color: hsl(36, 100%, 30%);
}
.callout.warning .collapse-div .collapse-header .callout-more-toggle {
  color: hsl(36, 100%, 30%);
}
.callout.warning .collapse-div .collapse-header .callout-more-toggle:active,
.callout.warning .collapse-div .collapse-header .callout-more-toggle:hover {
  color: hsl(36, 100%, 30%);
}
.callout.warning .collapse-div .collapse-header .callout-more-toggle span {
  border-color: hsl(36, 100%, 30%);
}
.callout.warning .collapse-div .collapse-header .callout-more-toggle span:before,
.callout.warning .collapse-div .collapse-header .callout-more-toggle span:after {
  background: hsl(36, 100%, 30%);
}
.callout.warning a {
  color: hsl(36, 100%, 30%);
}
.callout.warning .icon {
  fill: hsl(36, 100%, 30%);
}
.callout.danger {
  border-color: hsl(350, 60%, 50%);
}
.callout.danger .callout-inner {
  border-color: rgb(204, 51, 76.5);
}
.callout.danger .callout-title {
  color: hsl(350, 60%, 50%);
}
.callout.danger .callout-title .icon {
  fill: hsl(350, 60%, 50%);
}
.callout.danger .callout-title span {
  border-color: hsl(350, 60%, 50%);
}
.callout.danger .collapse-div .collapse-header .callout-more-toggle {
  color: hsl(350, 60%, 50%);
}
.callout.danger .collapse-div .collapse-header .callout-more-toggle:active,
.callout.danger .collapse-div .collapse-header .callout-more-toggle:hover {
  color: hsl(350, 60%, 50%);
}
.callout.danger .collapse-div .collapse-header .callout-more-toggle span {
  border-color: hsl(350, 60%, 50%);
}
.callout.danger .collapse-div .collapse-header .callout-more-toggle span:before,
.callout.danger .collapse-div .collapse-header .callout-more-toggle span:after {
  background: hsl(350, 60%, 50%);
}
.callout.danger a {
  color: hsl(350, 60%, 50%);
}
.callout.danger .icon {
  fill: hsl(350, 60%, 50%);
}
.callout.important {
  border-color: hsl(160, 100%, 25%);
}
.callout.important .callout-inner {
  border-color: rgb(0, 127.5, 85);
}
.callout.important .callout-title {
  color: hsl(160, 100%, 25%);
}
.callout.important .callout-title .icon {
  fill: hsl(160, 100%, 25%);
}
.callout.important .callout-title span {
  border-color: hsl(160, 100%, 25%);
}
.callout.important .collapse-div .collapse-header .callout-more-toggle {
  color: hsl(160, 100%, 25%);
}
.callout.important .collapse-div .collapse-header .callout-more-toggle:active,
.callout.important .collapse-div .collapse-header .callout-more-toggle:hover {
  color: hsl(160, 100%, 25%);
}
.callout.important .collapse-div .collapse-header .callout-more-toggle span {
  border-color: hsl(160, 100%, 25%);
}
.callout.important .collapse-div .collapse-header .callout-more-toggle span:before,
.callout.important .collapse-div .collapse-header .callout-more-toggle span:after {
  background: hsl(160, 100%, 25%);
}
.callout.important a {
  color: hsl(160, 100%, 25%);
}
.callout.important .icon {
  fill: hsl(160, 100%, 25%);
}
.callout.note {
  border-color: hsl(210, 100%, 40%);
}
.callout.note .callout-inner {
  border-color: #0066cc;
}
.callout.note .callout-title {
  color: hsl(210, 100%, 40%);
}
.callout.note .callout-title .icon {
  fill: hsl(210, 100%, 40%);
}
.callout.note .callout-title span {
  border-color: hsl(210, 100%, 40%);
}
.callout.note .collapse-div .collapse-header .callout-more-toggle {
  color: hsl(210, 100%, 40%);
}
.callout.note .collapse-div .collapse-header .callout-more-toggle:active,
.callout.note .collapse-div .collapse-header .callout-more-toggle:hover {
  color: hsl(210, 100%, 40%);
}
.callout.note .collapse-div .collapse-header .callout-more-toggle span {
  border-color: hsl(210, 100%, 40%);
}
.callout.note .collapse-div .collapse-header .callout-more-toggle span:before,
.callout.note .collapse-div .collapse-header .callout-more-toggle span:after {
  background: hsl(210, 100%, 40%);
}
.callout.note a {
  color: hsl(210, 100%, 40%);
}
.callout.note .icon {
  fill: hsl(210, 100%, 40%);
}
.callout .callout-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  color: hsl(210, 33%, 28%);
}
@media (min-width: 992px) {
  .callout .callout-title {
    font-size: 1.125rem;
  }
}
.callout .callout-title .icon {
  fill: hsl(210, 33%, 28%);
  margin-right: 0.5rem;
}
.callout:not(.callout-highlight):not(.callout-more) .callout-title {
  position: relative;
  padding-left: 1.5rem;
  top: -3rem;
}
.callout:not(.callout-highlight):not(.callout-more) .callout-title .text {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0.875rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .callout:not(.callout-highlight):not(.callout-more) .callout-title .text {
    font-size: 1.15rem;
  }
}
.callout:not(.callout-highlight):not(.callout-more) .callout-title .text:after {
  content: "";
  top: 0.875em;
  border-top: 2px solid;
  position: absolute;
  width: calc(100vw - 100% - 20px);
  left: 100%;
}
.callout:not(.callout-highlight):not(.callout-more) .callout-title:before {
  content: "";
  top: 0.875em;
  border-top: 2px solid;
  position: absolute;
  width: 3rem;
  left: -2.5rem;
}
.callout p {
  font-family:
    "Lora",
    Georgia,
    serif;
  font-size: 1rem;
  color: hsl(210, 33%, 28%);
}
@media (min-width: 992px) {
  .callout p {
    font-size: 1.125rem;
  }
}
.callout p.callout-big-text {
  font-size: 1.125rem;
}
.callout .collapse-div {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: none;
}
.callout .collapse-div .collapse-header {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid hsl(210, 3%, 85%);
  padding: 1.333rem 0 0;
  margin-top: 0;
}
.callout .collapse-div .collapse-header .callout-more-toggle {
  padding: 0;
  border: none;
  width: auto;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: hsl(210, 100%, 40%);
  background-color: transparent;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover,
.callout .collapse-div .collapse-header .callout-more-toggle:focus,
.callout .collapse-div .collapse-header .callout-more-toggle:active {
  background: none;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover {
  color: rgb(0, 81.6, 163.2);
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover span {
  border-color: rgb(0, 81.6, 163.2);
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover span:before,
.callout .collapse-div .collapse-header .callout-more-toggle:hover span:after {
  background: rgb(0, 81.6, 163.2);
}
.callout .collapse-div .collapse-header .callout-more-toggle:active {
  color: hsl(210, 100%, 40%);
}
.callout .collapse-div .collapse-header .callout-more-toggle:before,
.callout .collapse-div .collapse-header .callout-more-toggle:after {
  display: none;
}
.callout .collapse-div .collapse-header .callout-more-toggle span {
  position: relative;
  height: 15px;
  width: 15px;
  margin-left: 0.444rem;
  margin-top: 0.111rem;
  border: 1px solid hsl(210, 100%, 40%);
  border-radius: 50%;
  display: inline-block;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:before,
.callout .collapse-div .collapse-header .callout-more-toggle span:after {
  content: "";
  position: absolute;
  background: hsl(210, 100%, 40%);
}
.callout .collapse-div .collapse-header .callout-more-toggle span:before {
  width: 9px;
  height: 1px;
  top: 6px;
  left: 2px;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:after {
  height: 9px;
  width: 1px;
  top: 0;
  left: 6px;
  transform: translateY(2px);
  transition: transform 0.2s;
}
.callout .collapse-div .collapse-header .callout-more-toggle[aria-expanded=true] span:after {
  transform: translateY(2px) rotate(90deg);
}
.callout .collapse-div .collapse-header .callout-more-download {
  margin-left: auto;
  font-weight: normal;
}
.callout .collapse-div .collapse-body {
  padding: 0;
}
.callout .collapse-div .collapse-body p:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .callout.callout-highlight {
    padding: 0 0 0 2.222rem;
  }
  .callout.callout-more p {
    font-size: 0.775rem;
  }
}
.toolbar {
  width: 100%;
  height: 96px;
  position: relative;
}
.toolbar a {
  text-decoration: none;
}
.toolbar.toolbar-vertical {
  height: 100%;
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.toolbar.toolbar-vertical > ul {
  height: 100%;
  flex-direction: column;
  width: 72px;
}
.toolbar.toolbar-vertical > ul > li {
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.toolbar.toolbar-vertical > ul > li.toolbar-divider {
  margin: 0;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 16px);
  max-width: inherit;
}
.toolbar.toolbar-vertical.toolbar-medium,
.toolbar.toolbar-vertical.toolbar-small {
  height: 100%;
}
.toolbar.toolbar-vertical.toolbar-medium > ul,
.toolbar.toolbar-vertical.toolbar-small > ul {
  height: 100%;
}
.toolbar.toolbar-vertical.toolbar-medium {
  width: 84px;
}
.toolbar.toolbar-vertical.toolbar-medium > ul {
  width: 56px;
}
.toolbar.toolbar-vertical.toolbar-medium .toolbar-badge {
  right: 0px;
}
.toolbar.toolbar-vertical.toolbar-medium .btn-dropdown:after {
  right: -10px;
  top: 13px;
  font-size: 0.25rem;
}
.toolbar.toolbar-vertical.toolbar-medium .dropdown-menu {
  top: calc(-100% - 25px) !important;
}
.toolbar.toolbar-vertical.toolbar-small {
  width: 72px;
}
.toolbar.toolbar-vertical.toolbar-small > ul {
  width: 48px;
}
.toolbar.toolbar-vertical.toolbar-small .toolbar-badge {
  right: 0px;
}
.toolbar.toolbar-vertical.toolbar-small .btn-dropdown:after {
  right: -9px;
  top: 11px;
  font-size: 0.25rem;
}
.toolbar.toolbar-vertical.toolbar-small .dropdown-menu {
  top: calc(-100% - 35px) !important;
}
.toolbar.toolbar-vertical .btn-dropdown {
  padding: 0;
}
.toolbar.toolbar-vertical .btn-dropdown:after {
  right: -12px;
  transform: rotate(-90deg);
}
.toolbar.toolbar-vertical .btn-dropdown[aria-expanded=true]:after {
  transform: rotate(90deg) scaleX(-1);
}
.toolbar.toolbar-vertical .dropdown-menu {
  top: calc(-100% - 28px) !important;
  left: calc(100% + 24px) !important;
  margin: 0;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}
.toolbar.toolbar-vertical .dropdown-menu:before {
  left: -6px;
  top: 24px;
}
.toolbar.toolbar-vertical:before {
  width: 360px;
  height: 100%;
  left: auto;
  top: 0;
  bottom: auto;
  right: 32px;
  z-index: 6;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateX(50%) scalex(0.12) scaleY(1.25);
  opacity: 0.18;
}
.toolbar.toolbar-vertical .toolbar-badge {
  right: 0px;
}
.toolbar.toolbar-vertical .badge-wrapper {
  width: 100%;
}
.toolbar.toolbar-medium {
  height: 80px;
}
.toolbar.toolbar-medium > ul {
  height: 48px;
}
.toolbar.toolbar-medium a,
.toolbar.toolbar-medium .btn-dropdown {
  margin-bottom: 6px;
}
.toolbar.toolbar-medium .btn-dropdown:after {
  top: 12px;
  right: 1px;
}
.toolbar.toolbar-medium .it-ico {
  font-size: 1.35rem;
}
.toolbar.toolbar-medium .it-ico.it-more-actions:before {
  top: 33%;
}
.toolbar.toolbar-medium .toolbar-badge {
  height: 10px;
  width: 10px;
  min-width: 10px;
  right: 0px;
  top: -2px;
  padding: 0;
}
.toolbar.toolbar-small {
  height: 72px;
}
.toolbar.toolbar-small > ul {
  height: 40px;
}
.toolbar.toolbar-small .btn-dropdown:after {
  top: 12px;
  right: 2px;
}
.toolbar.toolbar-small .it-ico {
  font-size: 1.125rem;
}
.toolbar.toolbar-small .it-ico.it-more-actions:before {
  top: 25%;
}
.toolbar.toolbar-small .toolbar-badge {
  height: 8px;
  width: 8px;
  min-width: 8px;
  right: 0px;
  top: 2px;
  padding: 0;
}
.toolbar:before {
  content: "";
  position: absolute;
  height: 360px;
  width: 100%;
  top: auto;
  bottom: 32px;
  z-index: 6;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateY(50%) scalex(1.4) scaleY(0.12);
  opacity: 0.18;
}
.toolbar > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 7;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 64px;
}
.toolbar > ul > li {
  list-style-type: none;
  margin: 0 8px;
  text-align: center;
}
.toolbar > ul > li.toolbar-divider {
  margin: 0;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: calc(100% - 16px);
  background: hsl(210, 4%, 78%);
}
.toolbar a,
.toolbar .btn-dropdown {
  display: block;
  color: hsl(210, 33%, 28%);
}
.toolbar a .icon,
.toolbar .btn-dropdown .icon {
  fill: hsl(210, 17%, 44%);
}
.toolbar a.active,
.toolbar .btn-dropdown.active {
  color: hsl(210, 100%, 40%);
}
.toolbar a.active .icon,
.toolbar .btn-dropdown.active .icon {
  fill: hsl(210, 100%, 40%);
}
.toolbar a.disabled,
.toolbar .btn-dropdown.disabled {
  cursor: not-allowed;
  color: hsl(210, 3%, 85%);
}
.toolbar a.disabled .icon,
.toolbar .btn-dropdown.disabled .icon {
  fill: hsl(210, 3%, 85%);
}
.toolbar a.disabled:hover,
.toolbar .btn-dropdown.disabled:hover {
  text-decoration: none;
  color: hsl(210, 3%, 85%);
}
.toolbar a.disabled:hover .icon,
.toolbar .btn-dropdown.disabled:hover .icon {
  fill: hsl(210, 3%, 85%);
}
.toolbar a.disabled:after,
.toolbar .btn-dropdown.disabled:after {
  color: hsl(210, 3%, 85%);
}
.toolbar a.disabled:after .icon,
.toolbar .btn-dropdown.disabled:after .icon {
  fill: hsl(210, 3%, 85%);
}
.toolbar a:not(.disabled):hover,
.toolbar .btn-dropdown:not(.disabled):hover {
  text-decoration: underline;
  color: hsl(210, 100%, 30%);
}
.toolbar a:not(.disabled):hover .icon,
.toolbar .btn-dropdown:not(.disabled):hover .icon {
  fill: hsl(210, 100%, 30%);
}
.toolbar a _:-ms-fullscreen,
.toolbar a:not(.disabled):hover,
.toolbar .btn-dropdown _:-ms-fullscreen,
.toolbar .btn-dropdown:not(.disabled):hover {
  text-decoration: none;
}
.toolbar .btn-dropdown {
  padding: 0;
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.toolbar .btn-dropdown.toolbar-more:after {
  display: none;
}
.toolbar .btn-dropdown:not(.disabled).active {
  box-shadow: none;
}
.toolbar .btn-dropdown:not(.disabled).active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}
.toolbar .btn-dropdown:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}
.toolbar .btn-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: hsl(210, 17%, 44%) transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 2px;
  margin-left: 0;
}
.toolbar .it-ico {
  position: relative;
  font-size: 1.6rem;
  display: block;
  height: 32px;
}
.toolbar .it-ico:before {
  margin-right: 0;
}
.toolbar .it-ico.it-more-actions {
  font-size: 0.6rem;
}
.toolbar .it-ico.it-more-actions:before {
  position: relative;
  top: 50%;
}
.toolbar .badge-wrapper {
  position: relative;
}
.toolbar .toolbar-badge,
.toolbar .toolbar-alert {
  display: block;
  position: absolute;
  background-color: hsl(210, 100%, 40%);
  border: 1px solid hsl(0, 0%, 100%);
}
.toolbar .toolbar-badge {
  top: -4px;
  right: 0px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  color: hsl(0, 0%, 100%);
  font-size: 0.5rem;
  line-height: 1rem;
  border-radius: 50%;
  font-style: normal;
}
.toolbar .toolbar-label {
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.section {
  padding: 48px 24px;
}
.section .section-content {
  margin: 0 auto;
  position: relative;
}
.section.section-muted {
  background: hsl(0, 0%, 96%);
}
.section.section-primary {
  background: hsl(210, 100%, 40%);
}
.section.section-neutral {
  background: hsl(210, 54%, 20%);
}
.section.section-image {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.section.section-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.section.section-inset-shadow {
  box-shadow: inset 0 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
}
.section.section-background-header {
  position: relative;
  background-size: cover;
}
.section.section-background-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: hsl(210, 100%, 35%);
}
.section.section-background-header.section-user-header::before {
  content: "";
  min-height: 450px;
  background-color: hsl(210, 92.523364486%, 86.625%);
}
.section.section-background-header.section-user-header .user-settings {
  font-size: 0.75rem;
}
.section.section-background-header.section-user-header .user-settings a {
  text-decoration: none;
}
.section.section-background-header.section-user-header .user-settings a:hover {
  text-decoration: underline;
}
.section.section-background-header.section-user-header .user-settings a span {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 40px;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 96px;
  }
  .section.section-background-header.section-user-header::before {
    content: "";
    min-height: 550px;
  }
  .section.section-background-header.section-user-header .user-settings {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 96px;
  }
  .section.section-background-header.section-user-header .user-settings {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
  }
}
.notification {
  width: 100%;
  padding: 1.5rem;
  padding-right: 4rem;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: hsl(0, 0%, 100%);
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  border-top: 4px solid hsl(210, 17%, 44%);
}
.notification h5,
.notification .h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 10%);
  letter-spacing: 0;
  margin: 0;
  position: relative;
  line-height: 1rem;
  font-weight: 700;
}
.notification p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: hsl(210, 33%, 28%);
}
.notification p:last-child {
  margin-bottom: 0;
}
.notification.with-icon {
  border-top: 4px solid hsl(210, 17%, 44%);
}
.notification.with-icon h5 .icon,
.notification.with-icon .h5 .icon {
  position: absolute;
  top: -8px;
  left: -38px;
}
.notification.with-icon h5,
.notification.with-icon .h5,
.notification.with-icon p {
  margin-left: 2rem;
}
.notification.with-icon.success {
  border-color: hsl(160, 100%, 25%);
}
.notification.with-icon.success .icon {
  fill: hsl(160, 100%, 25%);
}
.notification.with-icon.error {
  border-color: hsl(350, 60%, 50%);
}
.notification.with-icon.error .icon {
  fill: hsl(350, 60%, 50%);
}
.notification.with-icon.info {
  border-color: hsl(210, 100%, 40%);
}
.notification.with-icon.info .icon {
  fill: hsl(210, 100%, 40%);
}
.notification.with-icon.warning {
  border-color: hsl(36, 100%, 30%);
}
.notification.with-icon.warning .icon {
  fill: hsl(36, 100%, 30%);
}
.notification.dismissable .notification-close {
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
}
.notification.dismissable .notification-close .icon {
  fill: hsl(210, 17%, 44%);
}
.notification.dismissable .notification-close:hover .icon {
  fill: hsl(210, 100%, 40%);
}
.notification.dismissable .notification-close:active {
  box-shadow: none;
}
@media (min-width: 576px) {
  .notification {
    padding: 1.333rem;
    padding-right: 3.556rem;
  }
  .notification.with-icon h5,
  .notification.with-icon .h5,
  .notification.with-icon p {
    margin-left: 1.778rem;
  }
}
@media (min-width: 768px) {
  .notification {
    width: 376px;
    bottom: 16px;
    right: 16px;
    border-radius: 4px;
    border-top: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
  .notification.with-icon {
    border-left: 4px solid hsl(210, 17%, 44%);
    border-top: none;
  }
  .notification.top-fix {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    right: auto;
  }
  .notification.bottom-fix {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    right: auto;
  }
  .notification.left-fix {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right-style: solid;
    border-right-width: 4px;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .notification.right-fix {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.avatar {
  display: inline-flex;
  overflow: hidden;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: hsl(210, 3%, 85%);
  color: hsl(210, 33%, 28%);
  box-sizing: content-box;
  transition: background-color 0.2s;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.2s;
  border-radius: 50%;
}
.avatar p {
  font-size: 1rem;
  margin: 0;
  text-align: center;
  line-height: 1em;
  position: absolute;
}
.avatar .icon {
  height: 16px;
  width: 16px;
}
.avatar.avatar-primary {
  background: hsl(210, 100%, 40%);
}
.avatar.avatar-secondary {
  background: hsl(210, 17%, 44%);
}
.avatar.avatar-green {
  background: hsl(160, 100%, 25%);
}
.avatar.avatar-orange {
  background: hsl(36, 100%, 30%);
}
.avatar.avatar-red {
  background: hsl(350, 60%, 50%);
}
.avatar.avatar-primary,
.avatar.avatar-secondary,
.avatar.avatar-green,
.avatar.avatar-orange,
.avatar.avatar-red {
  color: hsl(0, 0%, 100%);
}
.avatar.avatar-dropdown {
  overflow: visible;
  position: relative;
}
.avatar.avatar-dropdown .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.avatar.avatar-dropdown .btn-dropdown {
  color: inherit;
  padding: 0;
  line-height: 0;
  font-size: 0.75rem;
}
.avatar.avatar-dropdown .list-item {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 0.875rem;
}
.avatar.avatar-dropdown .link-list {
  white-space: nowrap;
}
.avatar.avatar-dropdown .link-list span {
  line-height: 1em;
}
.avatar.avatar-dropdown .link-list li {
  margin-bottom: 16px;
}
.avatar.avatar-dropdown .link-list li:last-child {
  margin-bottom: 0;
}
.avatar.avatar-dropdown .link-list .avatar {
  margin-right: 16px;
}
.avatar.avatar-dropdown .link-list .avatar.size-sm {
  margin-right: 12px;
}
.avatar.avatar-dropdown .link-list .avatar p {
  color: hsl(0, 0%, 100%) !important;
}
.avatar.avatar-dropdown .dropdown-menu {
  margin-left: -27px !important;
}
.avatar.size-xs {
  width: 16px;
  height: 16px;
}
.avatar.size-xs p {
  font-size: 0.625rem;
}
.avatar.size-xs .icon {
  height: 10px;
  width: 10px;
}
.avatar.size-sm {
  width: 24px;
  height: 24px;
}
.avatar.size-sm p {
  font-size: 0.875rem;
}
.avatar.size-sm .icon {
  height: 12px;
  width: 12px;
}
.avatar.size-md {
  width: 32px;
  height: 32px;
}
.avatar.size-md p {
  font-size: 1rem;
}
.avatar.size-md .icon {
  height: 16px;
  width: 16px;
}
.avatar.size-md .avatar-presence,
.avatar.size-md .avatar-status {
  border-width: 1px;
}
.avatar.size-md .avatar-presence .icon,
.avatar.size-md .avatar-status .icon {
  display: none;
}
.avatar.size-lg {
  width: 40px;
  height: 40px;
}
.avatar.size-lg p {
  font-size: 1.125rem;
}
.avatar.size-lg .icon {
  height: 20px;
  width: 20px;
}
.avatar.size-lg .avatar-presence,
.avatar.size-lg .avatar-status {
  right: -2px;
  width: 15px;
  height: 15px;
}
.avatar.size-lg .avatar-status {
  top: 0.1666666667px;
}
.avatar.size-xl {
  width: 80px;
  height: 80px;
}
.avatar.size-xl p {
  font-size: 2.25rem;
}
.avatar.size-xl .icon {
  height: 40px;
  width: 40px;
}
.avatar.size-xl .avatar-presence,
.avatar.size-xl .avatar-status {
  right: 6px;
  width: 18px;
  height: 18px;
}
.avatar.size-xl .avatar-presence {
  bottom: 8px;
}
.avatar.size-xl .avatar-status {
  top: 2px;
}
.avatar.size-xxl {
  width: 128px;
  height: 128px;
}
.avatar.size-xxl p {
  font-size: 58px;
}
.avatar.size-xxl .icon {
  height: 62px;
  width: 62px;
}
.avatar.size-xxl .avatar-presence,
.avatar.size-xxl .avatar-status {
  right: 4px;
  width: 24px;
  height: 24px;
}
.avatar.size-xxl .avatar-presence .icon,
.avatar.size-xxl .avatar-status .icon {
  width: 20px;
  height: 20px;
}
.avatar.size-xxl .avatar-presence {
  bottom: 16px;
}
.avatar.size-xxl .avatar-status {
  top: 8px;
}
a.avatar {
  filter: brightness(100%);
}
a.avatar:hover {
  background: rgb(204.822375, 205.9125, 207.002625);
}
a.avatar:hover img {
  filter: brightness(90%);
}
a.avatar:hover.avatar-primary {
  background: rgb(0, 96.9, 193.8);
}
a.avatar:hover.avatar-secondary {
  background: rgb(88.4697, 106.59, 124.7103);
}
a.avatar:hover.avatar-green {
  background: rgb(0, 121.125, 80.75);
}
a.avatar:hover.avatar-orange {
  background: rgb(145.35, 87.21, 0);
}
a.avatar:hover.avatar-red {
  background: rgb(179.52, 44.88, 67.32);
}
.avatar-dropdown:hover,
.avatar-dropdown:focus-within {
  background: rgb(204.822375, 205.9125, 207.002625);
}
.avatar-dropdown .btn-dropdown:focus {
  box-shadow: none;
}
.avatar-wrapper {
  position: relative;
}
.avatar-wrapper .avatar-presence,
.avatar-wrapper .avatar-status {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid hsl(0, 0%, 100%);
  background: hsl(210, 3%, 85%);
  color: hsl(0, 0%, 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-wrapper .avatar-presence .icon,
.avatar-wrapper .avatar-status .icon {
  width: 18px;
  height: 18px;
  stroke-width: 1px;
  stroke: hsl(0, 0%, 100%);
}
.avatar-wrapper .avatar-presence {
  bottom: 8px;
}
.avatar-wrapper .avatar-presence.active {
  background: hsl(160, 100%, 25%);
}
.avatar-wrapper .avatar-presence.busy {
  background: hsl(350, 60%, 50%);
}
.avatar-wrapper .avatar-presence.hidden:after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: hsl(0, 0%, 100%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.avatar-wrapper .avatar-status {
  top: 0;
}
.avatar-wrapper .avatar-status.approved {
  background: hsl(160, 100%, 25%);
}
.avatar-wrapper .avatar-status.declined {
  background: hsl(350, 60%, 50%);
}
.avatar-wrapper .avatar-status.notify {
  background: hsl(210, 100%, 40%);
}
.avatar-wrapper.avatar-extra-text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.avatar-wrapper.avatar-extra-text .avatar {
  flex-shrink: 0;
}
.avatar-wrapper.avatar-extra-text .extra-text {
  line-height: 1.2em;
  margin-left: 16px;
}
.avatar-wrapper.avatar-extra-text .extra-text h3,
.avatar-wrapper.avatar-extra-text .extra-text .h3,
.avatar-wrapper.avatar-extra-text .extra-text h4,
.avatar-wrapper.avatar-extra-text .extra-text .h4 {
  font-weight: 600;
  margin: 0;
  font-size: 1.125rem;
}
.avatar-wrapper.avatar-extra-text .extra-text h3 a,
.avatar-wrapper.avatar-extra-text .extra-text .h3 a,
.avatar-wrapper.avatar-extra-text .extra-text h4 a,
.avatar-wrapper.avatar-extra-text .extra-text .h4 a {
  display: inline-block;
}
.avatar-wrapper.avatar-extra-text .extra-text p,
.avatar-wrapper.avatar-extra-text .extra-text time {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.avatar-group > li {
  margin-bottom: 16px;
  line-height: 1;
}
.avatar-group > li:last-child {
  margin-bottom: 0;
}
.avatar-group > li .list-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1em;
}
.avatar-group > li .list-item .avatar {
  margin-right: 12px;
}
.avatar-group > li .list-item .avatar p {
  font-size: 1rem;
}
.avatar-group > li .list-item .avatar.avatar-primary p,
.avatar-group > li .list-item .avatar.avatar-secondary p,
.avatar-group > li .list-item .avatar.avatar-green p,
.avatar-group > li .list-item .avatar.avatar-orange p,
.avatar-group > li .list-item .avatar.avatar-red p {
  color: hsl(0, 0%, 100%);
  line-height: 0;
}
.avatar-group > li .list-item span {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.avatar-group > li a.list-item span {
  text-decoration: underline;
}
.avatar-group-stacked {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
.avatar-group-stacked li {
  list-style-type: none;
  line-height: 0;
}
.avatar-group-stacked li > .avatar {
  margin-left: -6px;
  border: 2px solid hsl(0, 0%, 100%);
}
.thumb-nav {
  padding: 0;
  margin: 0 -8px;
  display: flex;
  justify-content: center;
}
.thumb-nav.thumb-nav-vertical {
  flex-direction: column;
  align-items: baseline;
}
.thumb-nav.thumb-nav-vertical .thumb-nav-resizer {
  width: auto;
  height: 100%;
}
.thumb-nav.thumb-nav-vertical.thumb-nav-small li {
  height: 80px;
}
.thumb-nav.thumb-nav-fixed {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.thumb-nav.thumb-nav-fixed li {
  flex-basis: 240px;
}
.thumb-nav.thumb-nav-fixed.thumb-nav-small li {
  flex-basis: 120px;
}
.thumb-nav.thumb-nav-auto {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.thumb-nav.thumb-nav-auto li .thumb-nav-resizer {
  max-width: 100%;
  max-height: 100%;
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-2 li {
  flex-basis: calc(50% - 16px);
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-3 li {
  flex-basis: calc(33.3333% - 16px);
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-4 li {
  flex-basis: calc(25% - 16px);
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-5 li {
  flex-basis: calc(20% - 16px);
}
.thumb-nav.thumb-nav-nozoom a:hover img {
  transform: none;
}
.thumb-nav.thumb-nav-black a:hover:after,
.thumb-nav.thumb-nav-primary a:hover:after {
  opacity: 1;
}
.thumb-nav.thumb-nav-black a:after {
  background: rgba(0, 0, 0, 0.8);
}
.thumb-nav.thumb-nav-primary a:after {
  background: rgba(0, 102, 204, 0.8);
}
.thumb-nav.thumb-nav-bottom,
.thumb-nav.thumb-nav-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.thumb-nav.thumb-nav-bottom {
  bottom: 0;
  margin-bottom: 16px;
}
.thumb-nav.thumb-nav-top {
  top: 0;
  margin-top: 16px;
}
.thumb-nav.thumb-nav-left,
.thumb-nav.thumb-nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
}
.thumb-nav.thumb-nav-left {
  left: 0;
  margin-left: 16px;
}
.thumb-nav.thumb-nav-right {
  right: 0;
  margin-right: 16px;
}
.thumb-nav li {
  position: relative;
  list-style-type: none;
  margin: 8px;
  width: 240px;
  flex: 0 1 auto;
}
.thumb-nav .thumb-nav-resizer {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.thumb-nav.thumb-nav-small li {
  width: 120px;
}
.thumb-nav a {
  overflow: hidden;
  position: relative;
  display: block;
}
.thumb-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.15, 0.7, 0.36, 0.99);
}
.thumb-nav a.active {
  pointer-events: none;
}
.thumb-nav a.active:after {
  opacity: 1;
  background: rgba(0, 102, 204, 0.6);
}
.thumb-nav a:hover img {
  transform: scale(1.05);
  transition-duration: 1s;
}
.thumb-nav a:hover:after {
  transition-duration: 1s;
}
.thumb-nav a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.15, 0.7, 0.36, 0.99);
  position: absolute;
  top: 0;
  left: 0;
}
.steppers .steppers-index {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 600;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .steppers .steppers-index {
    display: none;
  }
}
.steppers .steppers-index span {
  margin-left: 0.25rem;
}
.steppers .steppers-index span.active {
  color: hsl(210, 100%, 40%);
  text-decoration: underline;
}
.steppers .steppers-header {
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .steppers .steppers-header {
    padding: 0 24px;
    height: 64px;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.steppers .steppers-header ul {
  display: flex;
  width: 100%;
  padding: 0;
}
@media (max-width: 991.98px) {
  .steppers .steppers-header ul {
    margin: 0;
    padding: 0;
  }
}
.steppers .steppers-header ul li {
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(210, 17%, 44%);
  list-style-type: none;
}
.steppers .steppers-header ul li .icon {
  fill: hsl(210, 17%, 44%);
  margin-right: 0.667rem;
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .steppers .steppers-header ul li:not(.active) {
    clip: rect(1px, 1px, 1px, 1px);
    height: 0;
    position: absolute;
    display: block;
  }
}
.steppers .steppers-header ul li.active,
.steppers .steppers-header ul li.confirmed {
  color: hsl(210, 100%, 40%);
}
.steppers .steppers-header ul li.active .icon,
.steppers .steppers-header ul li.confirmed .icon {
  fill: hsl(210, 100%, 40%);
}
.steppers .steppers-header ul li.steppers-index {
  display: block;
}
.steppers .steppers-header ul li .steppers-number .icon {
  margin: 0;
}
.steppers .steppers-header ul li .steppers-number:after {
  content: ". ";
}
.steppers.bg-dark .steppers-header {
  background: none;
}
.steppers.bg-dark .steppers-header .steppers-index {
  color: hsl(210, 2.9799029799%, 85.57%);
}
.steppers.bg-dark .steppers-header .steppers-index span.active {
  color: hsl(178, 90.4761904762%, 42%);
}
.steppers.bg-dark .steppers-header li {
  color: hsl(210, 2.9799029799%, 85.57%);
}
.steppers.bg-dark .steppers-header li .icon {
  fill: hsl(210, 2.9799029799%, 85.57%);
}
.steppers.bg-dark .steppers-header li.active {
  font-weight: 600;
  color: hsl(178, 90.4761904762%, 42%);
}
.steppers.bg-dark .steppers-header li.active .icon {
  fill: hsl(178, 90.4761904762%, 42%);
}
.steppers.bg-dark .steppers-header li.confirmed {
  font-weight: 600;
  color: hsl(0, 0%, 100%);
}
.steppers.bg-dark .steppers-header li.confirmed .icon {
  fill: hsl(0, 0%, 100%);
}
.steppers.bg-dark .steppers-nav {
  background: none;
}
.steppers.bg-dark .steppers-nav .progress-bar {
  background: hsl(178, 90.4761904762%, 42%);
}
.steppers.bg-dark .steppers-nav .steppers-dots li.done {
  background: hsl(178, 90.4761904762%, 42%);
}
.steppers .steppers-nav {
  display: flex;
  height: 64px;
  padding: 0 24px;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.1);
  background: hsl(0, 0%, 100%);
  align-items: center;
  justify-content: space-between;
}
.steppers .steppers-nav .steppers-progress,
.steppers .steppers-nav .steppers-dots {
  width: 20%;
}
.steppers .steppers-nav .steppers-progress .progress,
.steppers .steppers-nav .steppers-dots .progress {
  height: 2px;
}
.steppers .steppers-nav .steppers-progress .progress {
  height: 2px;
}
.steppers .steppers-nav .steppers-dots {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steppers .steppers-nav .steppers-dots li {
  list-style-type: none;
  padding: 0;
  height: 4px;
  width: 4px;
  min-width: 4px;
  background: hsl(0, 0%, 90%);
  margin-right: 8px;
  border-radius: 50%;
}
.steppers .steppers-nav .steppers-dots li.done {
  background: hsl(210, 100%, 40%);
}
@media (min-width: 576px) {
  .steppers .steppers-header li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .steppers .steppers-header {
    padding: 0;
    box-shadow: none;
    height: auto;
    display: flex;
    justify-content: space-between;
    background: transparent;
  }
  .steppers .steppers-header:before {
    display: none;
  }
  .steppers .steppers-header li {
    padding: 16px 24px;
    flex-grow: 1;
    border-left: 1px solid hsl(210, 4%, 78%);
    position: relative;
    display: flex;
    align-items: center;
  }
  .steppers .steppers-header li:nth-last-child(1) {
    border-right: 1px solid hsl(210, 4%, 78%);
  }
  .steppers .steppers-header li.steppers-index {
    display: none;
  }
  .steppers .steppers-header li.active {
    display: flex;
  }
  .steppers .steppers-header li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 2.222rem);
    height: 2px;
    background: hsl(210, 100%, 40%);
    left: 50%;
    transform: translateX(-50%);
  }
  .steppers .steppers-header li.active .steppers-number {
    color: hsl(0, 0%, 100%);
    background: hsl(210, 100%, 40%);
    border-color: hsl(210, 100%, 40%);
  }
  .steppers .steppers-header li.active.no-line:after {
    display: none;
  }
  .steppers .steppers-header li .steppers-success {
    margin-left: auto;
  }
  .steppers .steppers-header li .steppers-number {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 1px solid hsl(210, 4%, 78%);
    border-radius: 50%;
    text-align: center;
    margin-right: 0.667rem;
    flex-shrink: 0;
  }
  .steppers .steppers-header li .steppers-number:after {
    display: none;
  }
  .steppers .steppers-header li .steppers-number .icon:before {
    margin-right: 0;
    margin-top: 0.333rem;
  }
  .steppers.bg-dark .steppers-header li {
    border-color: hsl(210, 25%, 35.2%);
  }
  .steppers.bg-dark .steppers-header li.active:after {
    background: hsl(178, 90.4761904762%, 42%);
  }
  .steppers.bg-dark .steppers-header li.active .steppers-number {
    background: hsl(178, 90.4761904762%, 42%);
    border-color: hsl(178, 90.4761904762%, 42%);
    color: hsl(210, 53.8461538462%, 19.5%);
  }
  .steppers.bg-dark .steppers-header li .steppers-number {
    border-color: hsl(210, 12.1338912134%, 52.2%);
  }
  .steppers .steppers-nav {
    box-shadow: none;
    margin-top: 0.889rem;
    align-items: center;
    background: none;
  }
  .steppers .steppers-nav .steppers-progress,
  .steppers .steppers-nav .steppers-dots {
    display: none;
  }
  .steppers .steppers-nav button .icon {
    display: none;
  }
  .steppers .steppers-nav button:not(.steppers-btn-confirm) {
    margin-right: 0.889rem;
  }
  .steppers .steppers-nav .steppers-btn-confirm {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) {
    font-size: 1rem;
    background: transparent;
    color: hsl(210, 100%, 40%);
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover,
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus,
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active {
    background: transparent !important;
    color: hsl(210, 100%, 40%) !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25) !important;
  }
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon {
    margin: 0 0.333rem;
    height: 24px;
    width: 24px;
  }
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) {
    color: hsl(0, 0%, 100%);
  }
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon {
    fill: hsl(0, 0%, 100%);
  }
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover,
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus,
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active {
    color: hsl(178, 90.4761904762%, 42%) !important;
  }
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-wrapper {
  padding-bottom: 24px;
  display: flex;
}
.card-wrapper.card-column {
  flex-direction: column;
}
.card-wrapper.card-column .card {
  height: auto !important;
}
.card-wrapper.card-column .card + .card {
  margin-top: 1rem;
}
.card-wrapper.card-teaser-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-wrapper.card-teaser-wrapper.card-teaser-wrapper-equal {
  align-items: stretch;
}
.card-wrapper.card-teaser-wrapper > .card-teaser {
  flex: 0 0 100%;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.card-wrapper.card-teaser-wrapper > .card-teaser.border {
  border-color: hsl(210, 4%, 78%);
}
.card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image {
  padding: 0 !important;
}
.card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image > .card-image-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image > .card-image-wrapper.with-read-more .card-image-rounded img {
  border-bottom-right-radius: 0 !important;
}
.card-wrapper.card-teaser-wrapper .card-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded {
  border-radius: 0 4px 4px 0;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded img {
  border-radius: 0 4px 4px 0;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date {
  background-color: hsl(0, 0%, 100%);
  padding: 0.5em 1em;
  z-index: 1;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date > *:first-child {
  font-size: 120%;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date > *:last-child {
  font-size: 80%;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image img {
  z-index: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .card-wrapper.card-teaser-wrapper .card-teaser {
    flex: 0 0 49%;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-2 {
    width: 100%;
    justify-content: space-between;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-2 > .card-teaser {
    flex: 0 0 49%;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-3 {
    width: 100%;
    justify-content: space-between;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-3 > .card-teaser {
    flex: 0 0 32%;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-start {
    justify-content: flex-start !important;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-start .card-teaser + .card-teaser {
    margin-left: 1.35rem;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-end {
    justify-content: flex-end !important;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-end .card-teaser + .card-teaser {
    margin-left: 1.35rem;
  }
}
@media (min-width: 1200px) {
  .card-wrapper.card-teaser-block-4 {
    width: 100%;
    justify-content: space-between;
  }
  .card-wrapper.card-teaser-block-4 > .card-teaser {
    flex: 0 0 24%;
  }
  .card-wrapper.card-overlapping {
    margin-top: -32px;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 2rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: hsl(210, 4%, 78%);
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: -1px;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 2rem;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: hsl(0, 0%, 100%);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 12px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card.card-bg-primary {
  background-color: hsl(210, 100%, 40%);
}
.card.card-bg-primary .card-body .card-title,
.card.card-bg-primary .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-secondary {
  background-color: hsl(210, 17%, 44%);
}
.card.card-bg-secondary .card-body .card-title,
.card.card-bg-secondary .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-success {
  background-color: hsl(160, 100%, 25%);
}
.card.card-bg-success .card-body .card-title,
.card.card-bg-success .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-info {
  background-color: hsl(210, 17%, 44%);
}
.card.card-bg-info .card-body .card-title,
.card.card-bg-info .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-warning {
  background-color: hsl(36, 100%, 30%);
}
.card.card-bg-warning .card-body .card-title,
.card.card-bg-warning .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-danger {
  background-color: hsl(350, 60%, 50%);
}
.card.card-bg-danger .card-body .card-title,
.card.card-bg-danger .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-light {
  background-color: hsl(255, 32.2033898305%, 92.625%);
}
.card.card-bg-light .card-body .card-title,
.card.card-bg-light .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-dark {
  background-color: hsl(210, 54%, 20%);
}
.card.card-bg-dark .card-body .card-title,
.card.card-bg-dark .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-black {
  background-color: hsl(0, 0%, 0%);
}
.card.card-bg-black .card-body .card-title,
.card.card-bg-black .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-white {
  background-color: hsl(0, 0%, 100%);
}
.card.card-bg-white .card-body .card-title,
.card.card-bg-white .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-100 {
  background-color: hsl(0, 0%, 96%);
}
.card.card-bg-100 .card-body .card-title,
.card.card-bg-100 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-200 {
  background-color: hsl(0, 0%, 90%);
}
.card.card-bg-200 .card-body .card-title,
.card.card-bg-200 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-300 {
  background-color: hsl(0, 0%, 83%);
}
.card.card-bg-300 .card-body .card-title,
.card.card-bg-300 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-400 {
  background-color: hsl(0, 0%, 64%);
}
.card.card-bg-400 .card-body .card-title,
.card.card-bg-400 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-500 {
  background-color: hsl(0, 0%, 45%);
}
.card.card-bg-500 .card-body .card-title,
.card.card-bg-500 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-600 {
  background-color: hsl(0, 0%, 32%);
}
.card.card-bg-600 .card-body .card-title,
.card.card-bg-600 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-700 {
  background-color: hsl(0, 0%, 25%);
}
.card.card-bg-700 .card-body .card-title,
.card.card-bg-700 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-800 {
  background-color: hsl(0, 0%, 15%);
}
.card.card-bg-800 .card-body .card-title,
.card.card-bg-800 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card.card-bg-900 {
  background-color: hsl(0, 0%, 10%);
}
.card.card-bg-900 .card-body .card-title,
.card.card-bg-900 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.card .card-body {
  padding: 24px;
}
.card .card-body h4.card-title + .card-text,
.card .card-body .card-title.h4 + .card-text {
  padding-top: 16px;
}
.card .card-body h5.card-title,
.card .card-body .card-title.h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: hsl(210, 33%, 28%);
  margin-bottom: 16px;
  transition: all 0.3s;
}
.card .card-body h5.card-title.big-heading,
.card .card-body .card-title.big-heading.h5 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.card .card-body h5.card-title.card-title-icon,
.card .card-body .card-title.card-title-icon.h5 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.card .card-body h5.card-title.card-title-icon .icon,
.card .card-body .card-title.card-title-icon.h5 .icon {
  margin-right: 0.5em;
}
.card .card-body h6.card-subtitle,
.card .card-body .card-subtitle.h6 {
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -16px;
}
.card .card-body a {
  display: inline-block;
}
.card .card-body a h5.card-title,
.card .card-body a .card-title.h5 {
  color: hsl(210, 100%, 40%);
}
.card .card-body a:hover h5.card-title,
.card .card-body a:hover .card-title.h5 {
  color: var(--bs-link-hover-color);
}
.card .card-body .card-text {
  font-family:
    "Lora",
    Georgia,
    serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: hsl(0, 0%, 10%);
}
.card .card-body .card-signature {
  font-style: italic;
  font-family:
    "Lora",
    Georgia,
    serif;
  color: hsl(0, 0%, 10%);
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0;
  display: block;
}
.card .card-body .category-top {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 10%);
  margin-bottom: 16px;
}
.card .card-body .category-top a.category {
  color: hsl(210, 100%, 40%);
}
.card .card-body .category-top a.category:hover {
  text-decoration: underline;
}
.card .card-body .category-top .category {
  font-weight: 600;
  letter-spacing: 0.9px;
}
.card .card-body .category-top .data:before {
  content: "\2014";
  display: inline-block;
  margin: 0 8px;
}
.card:after {
  content: "";
  display: block;
  margin-top: 48px;
  margin-left: 24px;
}
.card a.read-more {
  position: absolute;
  bottom: 24px;
}
.card .categoryicon-top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.card .categoryicon-top .text {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: hsl(0, 0%, 10%);
  line-height: 1rem;
}
.card .categoryicon-top .icon {
  width: 40px;
  height: 40px;
  fill: hsl(210, 100%, 40%);
  margin-right: 8px;
  flex-shrink: 0;
}
.card .simple-link {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 32px;
  display: block;
}
.card.card-bg {
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsl(0, 0%, 100%);
  border-right: none;
}
.card.card-bg:after {
  background: transparent;
}
.card.card-img {
  border-right: none;
}
.card.card-img.shadow .card-body,
.card.card-img.border .card-body,
.card.card-img.border-start .card-body,
.card.card-img.border-end .card-body {
  padding-left: 24px;
  padding-right: 24px;
}
.card.card-img h5.card-title,
.card.card-img .card-title.h5 {
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
  margin-bottom: 40px;
}
.card.card-img .img-responsive-wrapper .img-responsive {
  padding-bottom: 61.29%;
}
.card.card-img .img-responsive-wrapper .img-responsive.img-responsive-panoramic {
  padding-bottom: 30.645%;
}
.card.card-img.rounded .img-responsive-wrapper {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card .card-calendar {
  height: 80%;
  max-height: 80px;
  width: 80px;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 32px;
  top: 10%;
  color: #455a64;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}
.card .card-calendar .card-date {
  font-size: 1.667em;
  font-weight: 700;
  display: block;
}
.card.no-after {
  content: none;
  position: relative;
}
.card.no-after:after {
  display: none;
}
.card.no-after > .read-more {
  padding-top: 16px;
}
.card.no-after > .read-more::before {
  content: "";
  height: 24px;
  display: block;
}
.card.special-card .img-responsive-wrapper {
  overflow: visible;
  position: relative;
  width: 174px;
  margin-bottom: 24px;
}
.card.special-card .img-responsive-wrapper::before,
.card.special-card .img-responsive-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.card.special-card .img-responsive-wrapper:before {
  background: hsl(210, 75.975975976%, 66.7%);
  left: 24px;
  top: 24px;
  opacity: 0.3;
  transition: all 0.3s;
}
.card.special-card .img-responsive-wrapper:after {
  background: hsl(210, 75.975975976%, 66.7%);
  left: 12px;
  top: 12px;
  transition: all 0.3s;
}
.card.special-card .img-responsive-wrapper .img-responsive {
  padding-bottom: 122.98%;
  z-index: 1;
}
.card.special-card .head-tags {
  margin-bottom: 24px;
}
.card.special-card .head-tags span.data {
  font-weight: normal;
}
.card.special-card h5.card-title,
.card.special-card .card-title.h5 {
  color: hsl(210, 100%, 40%);
}
.card.special-card:hover {
  text-decoration: underline;
}
.card.special-card:hover h5.card-title,
.card.special-card:hover .card-title.h5 {
  color: var(--bs-link-hover-color);
}
.card.special-card:hover .img-responsive-wrapper:before {
  background: hsl(210, 100%, 40%);
  opacity: 0.3;
}
.card.special-card:hover .img-responsive-wrapper:after {
  background: hsl(210, 100%, 40%);
}
.card.card-big .card-body {
  padding: 48px;
}
.card.card-big .card-body .top-icon {
  margin-bottom: 24px;
}
.card.card-big .card-body .top-icon .icon {
  width: 80px;
  height: 80px;
  fill: hsl(210, 100%, 40%);
}
.card.card-big .card-body h5.card-title,
.card.card-big .card-body .card-title.h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.card.card-big .card-body .card-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.card.card-big .flag-icon {
  margin-left: 48px;
}
.card.card-big .etichetta {
  position: absolute;
  right: 48px;
  top: 32px;
  justify-content: flex-end;
}
.card.border-bottom-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 0;
  background: hsl(210, 100%, 40%);
}
.card .head-tags {
  justify-content: space-between;
  display: flex;
  margin-bottom: 48px;
}
.card .head-tags .data {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 10%);
}
.card .card-tag {
  color: hsl(210, 100%, 40%);
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  padding: 0 32px;
  border-radius: 50px;
  border: 1px solid hsl(210, 100%, 40%);
}
.card .it-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.card .it-card-footer .card-signature {
  font-style: italic;
  font-family:
    "Lora",
    Georgia,
    serif;
  color: hsl(0, 0%, 10%);
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0;
}
.card.card-teaser {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
}
.card.card-teaser:after {
  content: none;
}
.card.card-teaser.card-column {
  flex-direction: column;
}
.card.card-teaser .card-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  width: 100%;
}
.card.card-teaser .card-header .icon {
  margin-right: 0.5rem;
}
.card.card-teaser .card-header h1,
.card.card-teaser .card-header .h1 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h2,
.card.card-teaser .card-header .h2 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h3,
.card.card-teaser .card-header .h3 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h4,
.card.card-teaser .card-header .h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h5,
.card.card-teaser .card-header .h5 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h6,
.card.card-teaser .card-header .h6 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-body {
  padding: 0;
  flex: auto;
}
.card.card-teaser .card-body .card-text,
.card.card-teaser .card-body .card-text > p {
  margin: 0;
}
.card.card-teaser .card-body .card-text + .card-text,
.card.card-teaser .card-body .card-text > p + .card-text {
  margin-top: 16px;
}
.card.card-teaser .icon {
  min-width: 32px;
}
.card.card-teaser .icon + .card-body {
  margin-left: 1em;
}
.card.card-teaser .avatar.size-xs {
  min-width: 16px;
}
.card.card-teaser .avatar.size-sm {
  min-width: 24px;
}
.card.card-teaser .avatar.size-md {
  min-width: 32px;
}
.card.card-teaser .avatar.size-lg {
  min-width: 40px;
}
.card.card-teaser .avatar.size-xl {
  min-width: 80px;
}
.card.card-teaser .avatar + .card-body {
  flex: 1;
}
.card.card-teaser-primary {
  border-left: 8px solid hsl(210, 100%, 40%);
}
.card.card-teaser-secondary {
  border-left: 8px solid hsl(210, 17%, 44%);
}
.card.card-teaser-success {
  border-left: 8px solid hsl(160, 100%, 25%);
}
.card.card-teaser-info {
  border-left: 8px solid hsl(210, 17%, 44%);
}
.card.card-teaser-warning {
  border-left: 8px solid hsl(36, 100%, 30%);
}
.card.card-teaser-danger {
  border-left: 8px solid hsl(350, 60%, 50%);
}
.card.card-teaser-light {
  border-left: 8px solid hsl(255, 32.2033898305%, 92.625%);
}
.card.card-teaser-dark {
  border-left: 8px solid hsl(210, 54%, 20%);
}
.card.card-teaser-black {
  border-left: 8px solid hsl(0, 0%, 0%);
}
.card.card-teaser-white {
  border-left: 8px solid hsl(0, 0%, 100%);
}
.card.card-teaser-100 {
  border-left: 8px solid hsl(0, 0%, 96%);
}
.card.card-teaser-200 {
  border-left: 8px solid hsl(0, 0%, 90%);
}
.card.card-teaser-300 {
  border-left: 8px solid hsl(0, 0%, 83%);
}
.card.card-teaser-400 {
  border-left: 8px solid hsl(0, 0%, 64%);
}
.card.card-teaser-500 {
  border-left: 8px solid hsl(0, 0%, 45%);
}
.card.card-teaser-600 {
  border-left: 8px solid hsl(0, 0%, 32%);
}
.card.card-teaser-700 {
  border-left: 8px solid hsl(0, 0%, 25%);
}
.card.card-teaser-800 {
  border-left: 8px solid hsl(0, 0%, 15%);
}
.card.card-teaser-900 {
  border-left: 8px solid hsl(0, 0%, 10%);
}
.flag-icon {
  width: 32px;
  height: 48px;
  box-sizing: content-box;
  position: relative;
  background: hsl(210, 100%, 40%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  text-transform: uppercase;
}
.flag-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid hsl(0, 0%, 100%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
a.read-more {
  display: flex;
  align-items: center;
  color: hsl(210, 100%, 40%);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  font-size: 0.875rem;
  text-decoration: none;
}
a.read-more .icon {
  margin-left: 8px;
  fill: hsl(210, 100%, 40%);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
a.read-more:hover {
  text-decoration: underline;
}
.etichetta {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: hsl(0, 0%, 10%);
}
.etichetta .icon {
  fill: hsl(0, 0%, 10%);
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}
.row [class*=col-] > .card-wrapper {
  height: 100%;
}
.row [class*=col-] > .card-wrapper > .card {
  height: 100%;
}
@media (min-width: 992px) {
  .card-wrapper {
    padding-bottom: 0;
  }
  .card-wrapper.card-space {
    padding-bottom: 12px;
  }
  .card-wrapper.card-offset {
    margin-top: 90px;
  }
  .card {
    border: none;
  }
  .card.card-bg,
  .card.card-img {
    margin: 0;
  }
}
.img-responsive-wrapper {
  overflow: hidden;
}
.img-responsive-wrapper .img-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.img-responsive-wrapper .img-responsive .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit {
  background-size: cover;
  background-position: center;
  background-color: hsl(210, 6.2290689886%, 92.535%);
}
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit img {
  visibility: hidden;
}
.img-responsive-wrapper .img-responsive .img-wrapper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.overlay-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.overlay-wrapper.overlay-hover .overlay-panel {
  opacity: 0;
  transition: opacity 0.1s;
}
.overlay-wrapper.overlay-hover:hover .overlay-panel {
  opacity: 1;
  transition: opacity 0.2s;
}
.overlay-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 16px 24px;
  background-color: rgba(0, 102, 204, 0.85);
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 1rem;
  max-height: 56px;
}
.overlay-panel span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.overlay-panel.overlay-panel-fullheight,
.overlay-panel.overlay-icon {
  top: 0;
  height: 100%;
  max-height: 100%;
  display: flex;
}
.overlay-panel.overlay-panel-fullheight {
  align-items: flex-end;
}
.overlay-panel.overlay-icon {
  justify-content: center;
  align-items: center;
}
.overlay-panel.overlay-icon .icon {
  fill: hsl(0, 0%, 100%);
}
.overlay-panel.overlay-black {
  background-color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 576px) {
  .overlay-panel {
    font-size: 0.875rem;
  }
}
.progress-donut-wrapper {
  width: 128px;
  height: 128px;
  position: relative;
}
.progress-donut-wrapper .progressbar-text {
  color: hsl(0, 0%, 10%) !important;
  font-weight: 700;
  z-index: 3;
}
.progress-donut-wrapper svg {
  position: relative;
}
.progress-donut-wrapper svg path:first-child {
  display: none;
}
.progress-donut-wrapper:after {
  content: "";
  background: hsl(0, 0%, 100%);
  width: 67px;
  height: 67px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.progress-donut-wrapper:before {
  content: "";
  background: hsl(210, 3%, 85%);
  width: 110px;
  height: 110px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
@media (min-width: 768px) {
  .progress-donut-wrapper {
    width: 180px;
    height: 180px;
  }
  .progress-donut-wrapper:after {
    width: 94px;
    height: 94px;
  }
  .progress-donut-wrapper:before {
    content: "";
    width: 150px;
    height: 150px;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 16px;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
@keyframes progressBarIndeterminate {
  0% {
    left: -5%;
  }
  50% {
    width: 66%;
  }
  100% {
    left: 100%;
    width: 33%;
  }
}
.progress {
  --bs-progress-height: 16px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: hsl(0, 0%, 90%);
  --bs-progress-border-radius: 0;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: hsl(0, 0%, 100%);
  --bs-progress-bar-bg: hsl(210, 100%, 40%);
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  height: 4px;
  box-shadow: none;
}
.progress.progress-color {
  background-color: hsl(210, 3%, 85%);
}
.progress.progress-indeterminate {
  position: relative;
}
.progress.progress-indeterminate .progress-bar {
  width: 0;
  animation: progressBarIndeterminate 1.4s cubic-bezier(0.77, 0, 0.175, 1) infinite forwards;
  position: absolute;
  top: 0;
  bottom: 0;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  transition: var(--bs-progress-bar-transition);
  background-color: hsl(210, 17%, 44%);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-label {
  text-align: right;
  font-size: 0.75rem;
  color: hsl(0, 0%, 10%);
  font-weight: 500;
}
.btn-progress .progress {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
}
.btn-progress .progress-bar {
  height: 4px;
}
@media (min-width: 576px) {
  .progress-bar-label {
    font-size: 0.75rem;
  }
}
@keyframes spinnerAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerAnimInner1 {
  0% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(205deg);
  }
}
@keyframes spinnerAnimInner2 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-105deg);
  }
}
.progress-spinner {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid hsl(210, 3%, 85%);
}
.progress-spinner.progress-spinner-active {
  animation: spinnerAnim 0.75s linear infinite;
}
.progress-spinner.progress-spinner-active:not(.progress-spinner-double) {
  border-color: hsl(210, 17%, 44%);
  border-bottom-color: hsl(210, 3%, 85%);
}
.progress-spinner.size-sm {
  width: 32px;
  height: 32px;
}
.progress-spinner.size-lg {
  width: 64px;
  height: 64px;
}
.progress-spinner.size-xl {
  width: 80px;
  height: 80px;
}
.progress-spinner.progress-spinner-double {
  display: inline-block;
}
.progress-spinner.progress-spinner-double.size-sm {
  width: 32px;
  height: 32px;
}
.progress-spinner.progress-spinner-double.size-sm .progress-spinner-inner {
  width: 32px;
  height: 16px;
}
.progress-spinner.progress-spinner-double.size-lg {
  width: 64px;
  height: 64px;
}
.progress-spinner.progress-spinner-double.size-lg .progress-spinner-inner {
  width: 64px;
  height: 32px;
}
.progress-spinner.progress-spinner-double.size-xl {
  width: 80px;
  height: 80px;
}
.progress-spinner.progress-spinner-double.size-xl .progress-spinner-inner {
  width: 80px;
  height: 40px;
}
.progress-spinner.progress-spinner-double.progress-spinner-active .progress-spinner-inner {
  opacity: 1;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner {
  width: 48px;
  height: 24px;
  overflow: hidden;
  margin-left: -4px;
  opacity: 0;
  transition: opacity 0.3s;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(1) {
  margin-top: -4px;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2) {
  transform: rotate(180deg);
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2):after {
  animation-name: spinnerAnimInner2;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 4px solid hsl(210, 17%, 44%);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 100%;
  height: 200%;
  animation: spinnerAnimInner1 0.75s cubic-bezier(0.25, 0.1, 0.5, 1) infinite alternate;
}
.it-grid-item-wrapper {
  position: relative;
}
.it-grid-item-wrapper .img-responsive-wrapper {
  border-radius: 4px;
}
.it-grid-item-wrapper .img-responsive-wrapper .img-responsive {
  padding-bottom: 66.8122270742%;
}
.it-grid-item-wrapper .it-griditem-text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text {
  font-size: 0.75rem;
  font-weight: 600;
}
.it-grid-item-wrapper .it-griditem-text-wrapper .icon {
  flex-shrink: 0;
  position: relative;
  fill: hsl(210, 100%, 40%);
  width: 24px;
  height: 24px;
}
.it-grid-item-wrapper.it-grid-item-overlay {
  position: relative;
}
.it-grid-item-wrapper.it-grid-item-overlay .img-responsive-wrapper {
  position: relative;
}
.it-grid-item-wrapper.it-grid-item-overlay .img-responsive-wrapper:after {
  content: "";
  display: block;
  background: hsla(210, 54%, 20%, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  padding: 8px 16px;
  color: hsl(0, 0%, 100%);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text {
  color: #fff;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .icon {
  fill: #fff;
}
.it-grid-item-wrapper.it-grid-item-overlay .figure-img {
  margin-bottom: 0;
}
.it-grid-item-wrapper.it-grid-item-overlay .figure-caption {
  position: absolute;
  z-index: 10;
  color: #fff;
}
.it-grid-item-wrapper a {
  display: block;
  text-decoration: none;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.it-grid-item-wrapper a:hover .it-griditem-text {
  text-decoration: underline;
}
.it-grid-item-wrapper.it-grid-item-double-w .img-responsive-wrapper .img-responsive {
  padding-bottom: calc(33.4061135371% - 2px);
}
.it-grid-list-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}
.it-grid-list-wrapper div[class^=col-] {
  padding: 0 2px 4px 2px;
}
.it-grid-list-wrapper .grid-row {
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
  flex-wrap: wrap;
}
.it-grid-list-wrapper.it-image-label-grid {
  padding-left: 16px;
  padding-right: 16px;
}
.it-grid-list-wrapper.it-image-label-grid div[class^=col-] {
  padding: 0 8px 16px 8px;
}
.it-grid-list-wrapper.it-image-label-grid .grid-row {
  margin-left: -20px;
  margin-right: -20px;
}
.it-masonry {
  position: relative;
}
.it-masonry > div {
  position: absolute;
}
@media (min-width: 576px) {
  .it-masonry .it-grid-item-wrapper .img-responsive {
    padding-bottom: initial;
    height: auto;
  }
  .it-masonry .it-grid-item-wrapper .img-responsive .img-wrapper {
    position: inherit;
    left: initial;
    right: initial;
    width: initial;
    height: initial;
  }
  .it-masonry .it-grid-item-wrapper .img-responsive .img-wrapper img {
    height: auto;
    object-fit: initial;
  }
}
@media (min-width: 992px) {
  .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
    padding: 16px 24px;
  }
  .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text {
    font-size: 0.75rem;
  }
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: hsl(0, 0%, 100%);
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 8px;
  --bs-popover-inner-border-radius: 7px;
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: hsl(0, 0%, 10%);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
}
.popover.bs-popover-top,
.popover.bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 16px;
}
.popover.bs-popover-top .popover-arrow:after,
.popover.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after {
  bottom: 2px;
}
.popover.bs-popover-bottom,
.popover.bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 16px;
}
.popover.bs-popover-bottom .popover-arrow:after,
.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after {
  top: 2px;
}
.popover.bs-popover-left {
  margin-right: 16px;
}
.popover.bs-popover-left .popover-arrow:after {
  right: 2px;
}
.popover.bs-popover-right {
  margin-left: 16px;
}
.popover.bs-popover-right .popover-arrow:after {
  left: 2px;
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.popover .popover-arrow:before {
  display: none;
}
.popover .popover-header {
  background: none;
  border: none;
  text-transform: uppercase;
  color: hsl(0, 0%, 10%);
  font-size: 1rem;
  padding: 16px 24px 0;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.popover .popover-header .icon {
  fill: hsl(210, 100%, 40%);
  margin-right: 8px;
  height: 24px;
  width: 24px;
}
.popover .popover-body {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: hsl(210, 33%, 28%);
  padding: 16px 24px;
}
.popover .popover-body a.popover-inner-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 16px;
  font-size: 0.857em;
  text-align: right;
  font-weight: 700;
  text-decoration: none;
}
.popover .popover-body a.popover-inner-link:hover {
  color: hsl(210, 100%, 40%);
  text-decoration: underline;
}
.popover .popover-body a.popover-inner-link .icon {
  fill: hsl(210, 100%, 40%);
  height: 16px;
  width: 16px;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .popover .popover-header {
    font-size: 0.875rem;
  }
  .popover .popover-body {
    font-size: 0.75rem;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 32em;
  --bs-tooltip-padding-x: 1rem;
  --bs-tooltip-padding-y: 1rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: hsl(0, 0%, 100%);
  --bs-tooltip-bg: hsl(0, 0%, 0%);
  --bs-tooltip-border-radius: 4px;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  border-radius: 4px;
  font-size: 0.75rem;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip .tooltip-inner {
  padding: 7px 16px;
  background-color: hsl(210, 54%, 20%);
}
@media (min-width: 768px) {
  .tooltip .tooltip-inner .tooltip-inner {
    padding: 4.5px 8px;
  }
}
.tooltip .tooltip-inner a {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}
.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[data-popper-placement^=top],
.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 8px 0;
}
.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-right {
  padding: 0 8px;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}
.vjs-svg-icon:before {
  content: none !important;
}
.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  -webkit-filter: drop-shadow(0 0 0.25em #fff);
  filter: drop-shadow(0 0 0.25em #fff);
}
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10a";
}
.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}
.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}
.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\f10f";
}
.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\f110";
}
.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\f111";
}
.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\f112";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f113";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f114";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f115";
}
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f116";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f117";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}
.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\f11a";
}
.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}
.vjs-icon-replay-5,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-5:before,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}
.vjs-icon-replay-10,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-10:before,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-replay-30,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-30:before,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-forward-5,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-5:before,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}
.vjs-icon-forward-10,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-10:before,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}
.vjs-icon-forward-30,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-30:before,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}
.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f123";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f124";
}
.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\f125";
}
.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\f126";
}
.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}
.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f129";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f12a";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f12b";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f12c";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f12d";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}
.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}
.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}
body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}
.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  appearance: none;
}
.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
  outline: 0.0625em solid white;
  box-shadow: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
  gap: 1px;
}
.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
  display: block;
}
.vjs-button > .vjs-svg-icon {
  display: inline-block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}
.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}
.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-touch-enabled:not(.vjs-scrubbing) .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}
.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
  outline: 0.0625em solid white;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition:
    visibility 0.1s,
    opacity 0.1s,
    height 0.1s,
    width 0.1s,
    left 0s,
    top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s 1s,
    left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s,
    left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}
.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}
.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}
.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}
.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}
.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control {
  display: flex;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.vjs-error .vjs-text-track-display {
  display: none;
}
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}
.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}
@supports not (inset: 10px) {
  .video-js .vjs-text-track-display > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-error .vjs-loading-spinner {
  display: none;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  20% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  100% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}
.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
  height: 80%;
}
.vjs-error .vjs-text-track-settings {
  display: none;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image:
    linear-gradient(
      0deg,
      #fff 88%,
      rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image:
    linear-gradient(
      -180deg,
      #fff 88%,
      rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 60%,
      rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.vjs-error .vjs-title-bar {
  display: none;
}
.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}
.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}
.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}
.video-js .vjs-transient-button {
  position: absolute;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  opacity: 1;
  transition: opacity 1s;
}
.video-js:not(.vjs-has-started) .vjs-transient-button {
  display: none;
}
.video-js.not-hover .vjs-transient-button:not(.force-display),
.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
  opacity: 0;
}
.video-js .vjs-transient-button span {
  padding: 0 0.5em;
}
.video-js .vjs-transient-button.vjs-left {
  left: 1em;
}
.video-js .vjs-transient-button.vjs-right {
  right: 1em;
}
.video-js .vjs-transient-button.vjs-top {
  top: 1em;
}
.video-js .vjs-transient-button.vjs-near-top {
  top: 4em;
}
.video-js .vjs-transient-button.vjs-bottom {
  bottom: 4em;
}
.video-js .vjs-transient-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}
.video-js *:focus:not(:focus-visible) {
  outline: none;
}
.vjs-theme-bootstrap-italia .vjs-big-play-button {
  background-color: hsl(210, 100%, 40%);
}
.vjs-theme-bootstrap-italia:hover .vjs-big-play-button,
.vjs-theme-bootstrap-italia.vjs-big-play-button:focus {
  background-color: hsl(210, 100%, 40%);
}
.vjs-theme-bootstrap-italia .vjs-control-bar {
  background-color: hsl(210, 100%, 40%);
  font-size: 1rem;
}
@media (min-width: 992px) {
  .vjs-theme-bootstrap-italia .vjs-control-bar {
    min-height: 48px;
  }
}
.acceptoverlay + .vjs-fluid {
  min-height: 400px;
}
.vjs-transcription {
  display: flex;
  justify-content: center;
  border: none;
}
.vjs-transcription .accordion-button {
  border: none;
}
.vjs-transcription .accordion-item {
  width: 100%;
}
@media (min-width: 992px) {
  .vjs-transcription .accordion-item {
    width: 75ch;
  }
}
@media (max-width: 575.98px) {
  .vjs-remaining-time {
    display: none;
  }
  .video-js .vjs-progress-control {
    display: none;
  }
  .vjs-picture-in-picture-control {
    display: none !important;
  }
  .video-js .vjs-control {
    width: 48px;
  }
  .vjs-control-bar {
    justify-content: space-around;
  }
}
.it-list-wrapper .it-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.it-list-wrapper .it-list .list-item {
  transition: all 0.3s;
  margin-top: -1px;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid hsl(210, 4%, 78%);
  overflow-wrap: anywhere;
}
.it-list-wrapper .it-list .list-item .avatar,
.it-list-wrapper .it-list .list-item .it-rounded-icon,
.it-list-wrapper .it-list .list-item .it-thumb {
  flex-shrink: 0;
  margin-right: 16px;
}
.it-list-wrapper .it-list .list-item .it-rounded-icon {
  width: 40px;
}
.it-list-wrapper .it-list .list-item .it-rounded-icon svg {
  fill: hsl(210, 73.9130434783%, 48.3%);
}
.it-list-wrapper .it-list .list-item .form-check {
  margin-right: 8px;
  width: 8px;
  height: 32px;
  text-align: left;
}
.it-list-wrapper .it-list .list-item .form-check + .it-right-zone {
  margin-left: 16px;
}
.it-list-wrapper .it-list .list-item .form-check label {
  padding-left: 0;
  margin-bottom: 0;
}
.it-list-wrapper .it-list .list-item .it-thumb {
  width: 40px;
  height: 40px;
}
.it-list-wrapper .it-list .list-item .it-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.it-list-wrapper .it-list .list-item .it-right-zone {
  padding: 16px 0 16px 0;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it-list-wrapper .it-list .list-item .it-right-zone svg {
  fill: hsl(210, 100%, 40%);
  width: 24px;
  height: 24px;
}
.it-list-wrapper .it-list .list-item .it-right-zone .it-multiple {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.it-list-wrapper .it-list .list-item .it-right-zone .it-multiple .metadata {
  margin-right: 0;
  width: 100%;
  text-align: right;
}
.it-list-wrapper .it-list .list-item .it-right-zone .it-multiple svg {
  margin-left: 16px;
  margin-right: 0;
}
.it-list-wrapper .it-list .list-item .it-right-zone .toggles {
  height: 32px;
}
.it-list-wrapper .it-list .list-item .it-right-zone .metadata {
  color: hsl(210, 17%, 44%);
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
.it-list-wrapper .it-list .list-item .it-right-zone .text {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .it-list-wrapper .it-list .list-item .it-right-zone .text {
    font-size: 1.125rem;
  }
}
.it-list-wrapper .it-list .list-item .it-right-zone .text + p {
  font-size: 0.875rem;
  color: hsl(210, 17%, 44%);
  font-weight: 400;
}
.it-list-wrapper .it-list li:last-child .list-item span.text {
  border-bottom: 1px solid transparent;
}
.it-list-wrapper .it-list a .text {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .it-list-wrapper .it-list .list-item .avatar,
  .it-list-wrapper .it-list .list-item .it-rounded-icon,
  .it-list-wrapper .it-list .list-item .it-thumb {
    margin-left: 8px;
    margin-right: 0;
  }
  .it-list-wrapper .it-list .list-item .avatar + .it-right-zone,
  .it-list-wrapper .it-list .list-item .it-rounded-icon + .it-right-zone,
  .it-list-wrapper .it-list .list-item .it-thumb + .it-right-zone {
    margin-left: 16px;
  }
  .it-list-wrapper .it-list .list-item .form-check {
    margin-right: 16px;
    text-align: center;
  }
  .it-list-wrapper .it-list .list-item .it-right-zone {
    margin-left: 8px;
    margin-right: 8px;
  }
  .it-list-wrapper .it-list .list-item .it-right-zone span.it-multiple {
    margin-right: 8px;
  }
  .it-list-wrapper .it-list .list-item .it-right-zone span.it-multiple a svg {
    transition: fill 0.3s;
  }
  .it-list-wrapper .it-list .list-item .it-right-zone span.it-multiple a:hover svg {
    fill: hsl(210, 100%, 20%);
  }
  .it-list-wrapper .it-list .list-item .it-right-zone .toggles {
    margin-right: 0;
  }
  .it-list-wrapper .it-list .list-item .it-right-zone span.metadata {
    margin-right: 8px;
  }
  .it-list-wrapper .it-list a.list-item:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    color: hsl(210, 100%, 30%);
    text-decoration: none;
    background: hsl(0, 0%, 100%);
    position: relative;
    z-index: 1;
    transition: none;
    border-bottom: 1px solid transparent;
  }
}
.chip {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  background: hsl(0, 0%, 96%);
  border: 1px solid hsl(210, 4%, 78%);
  border-radius: 12px;
  height: 24px;
  min-width: 100px;
  padding: 0 4px 2px 8px;
  transition: all 0.05s;
  margin-top: 4px;
  margin-bottom: 8px;
}
.chip:not(:last-child) {
  margin-right: 8px;
}
.chip .chip-label {
  font-size: 0.875rem;
  height: 16px;
  font-weight: 600;
  color: hsl(210, 33%, 28%);
  margin-bottom: 0;
  transform: translateY(-2px);
  transition: color 0.05s;
  text-decoration: none;
}
.chip .chip-label:hover {
  text-decoration: none;
}
.chip button {
  padding: 0;
  background: transparent;
  border: none;
  margin-left: auto;
  width: 24px;
  height: 24px;
  position: relative;
}
.chip button:hover:not([disabled]) {
  cursor: pointer;
}
.chip button:hover[disabled] {
  cursor: not-allowed;
}
.chip button .icon {
  width: 22px;
  height: 22px;
  fill: hsl(210, 17%, 44%);
  transition: fill 0.05s;
}
.chip > .icon {
  fill: hsl(210, 33%, 28%);
  transform: translateX(-5px) translateY(1px);
  transition: fill 0.05s;
}
.chip .avatar {
  transform: translateX(-5px) translateY(1px);
}
.chip.chip-lg {
  height: 32px;
  min-width: 120px;
  border-radius: 16px;
  padding: 2px 4px 0 16px;
}
.chip.chip-lg .chip-label {
  font-size: 1rem;
  height: 12px;
  transform: translateY(-8px);
}
.chip.chip-lg button {
  width: 32px;
  height: 32px;
}
.chip.chip-lg button .icon {
  width: 28px;
  height: 28px;
}
.chip.chip-lg > .icon {
  height: 24px;
  width: 24px;
  margin-right: -8px;
  transform: translateX(-13px) translateY(-1px);
}
.chip.chip-lg .avatar {
  width: 24px;
  height: 24px;
  margin-right: -4px;
  transform: translateX(-12px) translateY(-1px);
}
.chip.chip-lg.chip-simple {
  padding-right: 16px;
}
.chip.chip-simple {
  padding-right: 8px;
}
.chip:hover:not(.chip-disabled) {
  background: hsl(210, 33%, 28%);
  border-color: hsl(210, 33%, 28%);
  transition: background-color 0.1s;
}
.chip:hover:not(.chip-disabled) .chip-label {
  color: hsl(0, 0%, 100%);
  transition: color 0.1s;
}
.chip:hover:not(.chip-disabled) button .icon {
  fill: hsl(0, 0%, 100%);
  transition: fill 0.1s;
}
.chip:hover:not(.chip-disabled) > .icon {
  fill: hsl(0, 0%, 100%);
  transition: fill 0.1s;
}
.chip.chip-disabled {
  background: hsl(0, 0%, 100%);
  color: hsl(210, 12%, 44%);
}
.chip.chip-disabled:hover {
  cursor: not-allowed;
}
.chip.chip-disabled .chip-label {
  color: hsl(210, 12%, 44%);
}
.chip.chip-disabled button .icon {
  fill: hsl(210, 3%, 85%);
}
.chip.chip-disabled > .icon {
  fill: hsl(210, 3%, 85%);
}
.chip.chip-disabled .avatar img {
  filter: grayscale(100%);
}
.chip.chip-primary {
  background-color: transparent;
  border-color: hsl(210, 100%, 40%);
  color: hsl(210, 100%, 40%);
}
.chip.chip-primary > .chip-label {
  color: hsl(210, 100%, 40%);
}
.chip.chip-primary:hover {
  background-color: hsl(210, 100%, 40%);
  border-color: hsl(210, 100%, 40%);
}
.chip.chip-primary:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.chip.chip-secondary {
  background-color: transparent;
  border-color: hsl(210, 17%, 44%);
  color: hsl(210, 100%, 40%);
}
.chip.chip-secondary > .chip-label {
  color: hsl(210, 17%, 44%);
}
.chip.chip-secondary:hover {
  background-color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
}
.chip.chip-secondary:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.chip.chip-success {
  background-color: transparent;
  border-color: hsl(160, 100%, 25%);
  color: hsl(160, 100%, 25%);
}
.chip.chip-success > .chip-label {
  color: hsl(160, 100%, 25%);
}
.chip.chip-success:hover {
  background-color: hsl(160, 100%, 25%);
  border-color: hsl(160, 100%, 25%);
}
.chip.chip-success:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.chip.chip-danger {
  background-color: transparent;
  border-color: hsl(350, 60%, 50%);
  color: hsl(350, 60%, 50%);
}
.chip.chip-danger > .chip-label {
  color: hsl(350, 60%, 50%);
}
.chip.chip-danger:hover {
  background-color: hsl(350, 60%, 50%);
  border-color: hsl(350, 60%, 50%);
}
.chip.chip-danger:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.chip.chip-info {
  background-color: transparent;
  border-color: hsl(210, 17%, 44%);
  color: hsl(210, 17%, 44%);
}
.chip.chip-info > .chip-label {
  color: hsl(210, 17%, 44%);
}
.chip.chip-info:hover {
  background-color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
}
.chip.chip-info:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.chip.chip-warning {
  background-color: transparent;
  border-color: hsl(36, 100%, 30%);
  color: hsl(36, 100%, 30%);
}
.chip.chip-warning > .chip-label {
  color: hsl(36, 100%, 30%);
}
.chip.chip-warning:hover {
  background-color: hsl(36, 100%, 30%);
  border-color: hsl(36, 100%, 30%);
}
.chip.chip-warning:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.rating {
  border: none;
  float: left;
}
.rating > input {
  position: absolute;
  left: -9999px;
}
.rating > label {
  float: right;
  margin: 0;
  padding-right: 2px;
}
.rating > label:first-of-type {
  margin-right: 0;
}
.rating > label svg {
  fill: #c3cfdb;
  position: relative;
  transform-origin: center center;
  transition: transform 0.1s;
}
.rating > label:hover {
  cursor: pointer;
}
.rating > label:hover svg {
  transform: scale(1.1);
}
.rating > legend {
  color: hsl(210, 54%, 20%);
  font-size: 0.875rem;
  float: right;
  width: auto;
  margin: 6px 0 0 16px;
  font-weight: 500;
  line-height: 1.3;
}
.rating.rating-read-only > input,
.rating.rating-read-only > label {
  pointer-events: none;
}
.rating > input:checked ~ label svg,
.rating:not(:checked) > label:hover svg,
.rating:not(:checked) > label:hover ~ label svg {
  fill: hsl(210, 100%, 40%);
}
.rating > input:checked + label:hover + svg,
.rating > input:checked ~ label:hover + svg,
.rating > label:hover ~ input:checked ~ label + svg,
.rating > input:checked ~ label:hover ~ label + svg {
  fill: hsl(210, 100%, 40%);
}
@media (min-width: 576px) {
  .rating > legend {
    font-size: 0.75rem;
  }
}
.dimmable {
  position: relative;
}
.dimmer {
  display: flex;
  background-color: hsla(210, 54%, 20%, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 32px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dimmer[aria-hidden=true] {
  display: none;
}
.dimmer.dimmer-primary {
  background-color: hsl(210, 100%, 40%);
}
.dimmer.dimmer-primary.show {
  background-color: hsla(210, 100%, 40%, 0.9);
}
.dimmer h1,
.dimmer .h1,
.dimmer h2,
.dimmer .h2,
.dimmer h3,
.dimmer .h3,
.dimmer h4,
.dimmer .h4,
.dimmer h5,
.dimmer .h5,
.dimmer h6,
.dimmer .h6,
.dimmer p {
  color: hsl(0, 0%, 100%);
  margin-bottom: 0;
}
.dimmer h4,
.dimmer .h4 {
  text-align: center;
  font-size: 2.25rem;
}
.dimmer p {
  text-align: justify;
  font-family:
    "Lora",
    Georgia,
    serif;
  font-size: 1rem;
}
.dimmer .dimmer-inner {
  width: 100%;
  max-width: 480px;
}
.dimmer .dimmer-icon {
  text-align: center;
  margin-bottom: 24px;
}
.dimmer .dimmer-icon .icon {
  fill: hsl(0, 0%, 100%);
}
.dimmer .dimmer-buttons {
  background-color: transparent !important;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dimmer .dimmer-buttons button {
  width: 100%;
}
.dimmer .dimmer-buttons button:last-child {
  margin-top: 16px;
}
.dimmer .dimmer-buttons.single-button button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .dimmer {
    padding: 24px;
  }
  .dimmer .dimmer-icon {
    margin-bottom: 48px;
  }
  .dimmer .dimmer-buttons {
    flex-wrap: nowrap;
  }
  .dimmer .dimmer-buttons button {
    width: 50%;
    margin-top: 0 !important;
  }
  .dimmer .dimmer-buttons button:last-child {
    margin-left: 24px;
  }
  .dimmer .dimmer-buttons.single-button button {
    width: auto;
    min-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .dimmer {
    align-items: center;
  }
}
.acceptoverlayable {
  position: relative;
}
.acceptoverlayable.show {
  min-height: 450px;
}
.acceptoverlay {
  display: flex;
  background-color: hsl(210, 54%, 20%);
  opacity: 0.92;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 32px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.acceptoverlay label {
  color: hsl(0, 0%, 100%);
}
.acceptoverlay label::after {
  border-color: hsl(0, 0%, 100%) !important;
}
.acceptoverlay[aria-hidden=true] {
  display: none;
}
.acceptoverlay.acceptoverlay-primary {
  background-color: hsl(210, 100%, 40%);
}
.acceptoverlay.acceptoverlay-primary.show {
  opacity: 0.97;
}
.acceptoverlay h1,
.acceptoverlay .h1,
.acceptoverlay h2,
.acceptoverlay .h2,
.acceptoverlay h3,
.acceptoverlay .h3,
.acceptoverlay h4,
.acceptoverlay .h4,
.acceptoverlay h5,
.acceptoverlay .h5,
.acceptoverlay h6,
.acceptoverlay .h6,
.acceptoverlay p {
  color: hsl(0, 0%, 100%);
  margin-bottom: 0;
}
.acceptoverlay h4,
.acceptoverlay .h4 {
  text-align: center;
  font-size: 2.25rem;
}
.acceptoverlay p {
  text-align: justify;
  font-family:
    "Lora",
    Georgia,
    serif;
  font-size: 1rem;
}
.acceptoverlay .acceptoverlay-inner {
  width: 100%;
  max-width: 480px;
}
.acceptoverlay .acceptoverlay-icon {
  text-align: center;
  margin-bottom: 24px;
}
.acceptoverlay .acceptoverlay-icon .icon {
  fill: hsl(0, 0%, 100%);
}
.acceptoverlay .acceptoverlay-buttons {
  background-color: transparent !important;
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.acceptoverlay .acceptoverlay-buttons button {
  width: 100%;
}
.acceptoverlay .acceptoverlay-buttons button:last-child {
  margin-top: 16px;
}
.acceptoverlay .acceptoverlay-buttons.single-button button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .acceptoverlay {
    padding: 24px;
  }
  .acceptoverlay .acceptoverlay-icon {
    margin-bottom: 48px;
  }
  .acceptoverlay .acceptoverlay-buttons {
    flex-wrap: nowrap;
  }
  .acceptoverlay .acceptoverlay-buttons button {
    width: 50%;
    margin-top: 0 !important;
  }
  .acceptoverlay .acceptoverlay-buttons button:last-child {
    margin-left: 24px;
  }
  .acceptoverlay .acceptoverlay-buttons.single-button button {
    width: auto;
    min-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .acceptoverlay {
    align-items: center;
  }
}
.it-timeline-wrapper .it-now-label {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 1rem;
  font-family: "Roboto Mono", monospace;
  color: hsl(210, 100%, 40%);
  font-weight: 600;
}
.it-timeline-wrapper .row {
  position: relative;
  padding-top: 48px;
}
.it-timeline-wrapper .row:after {
  content: "";
  width: 4px;
  background:
    linear-gradient(
      0deg,
      hsl(210, 100%, 40%) 0%,
      hsl(210, 100%, 20%) 100%);
  position: absolute;
  left: 40px;
  top: -16px;
  bottom: -16px;
}
.it-timeline-wrapper .timeline-element {
  padding: 18px 0 18px 40px;
  position: relative;
}
.it-timeline-wrapper .timeline-element .card {
  background: none;
}
.it-timeline-wrapper .it-pin-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: -24px;
  z-index: 4;
  left: 6px;
}
.it-timeline-wrapper .it-pin-wrapper .pin-icon {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border: 8px solid hsl(0, 0%, 100%);
  margin-right: 16px;
  background: hsl(0, 0%, 100%);
}
.it-timeline-wrapper .it-pin-wrapper svg {
  width: 24px;
  height: 24px;
  fill: hsl(210, 100%, 40%);
}
.it-timeline-wrapper .it-pin-wrapper .pin-text {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  text-transform: uppercase;
  background: hsl(210, 100%, 20%);
  border-radius: 4px;
  font-family: "Roboto Mono", monospace;
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}
.it-timeline-wrapper .it-pin-wrapper .pin-text span {
  padding: 4px 16px;
  display: block;
  position: relative;
}
.it-timeline-wrapper .it-pin-wrapper .pin-text span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: hsl(210, 100%, 20%);
  border-radius: 3px;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-icon {
  background: hsl(210, 100%, 40%);
}
.it-timeline-wrapper .it-pin-wrapper.it-now svg {
  fill: hsl(0, 0%, 100%);
}
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-text {
  background: hsl(210, 100%, 40%);
}
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-text span:after {
  background: hsl(210, 100%, 40%);
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-icon {
  background: hsl(210, 100%, 20%);
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence svg {
  fill: hsl(0, 0%, 100%);
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text {
  background: hsl(210, 100%, 20%);
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text span:after {
  background: hsl(210, 100%, 20%);
}
.it-timeline-wrapper .card-title {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .it-timeline-wrapper .row:after {
    content: "";
    left: calc(50% - 4px);
  }
  .it-timeline-wrapper .timeline-element {
    padding: 18px 0 18px 40px;
    width: 50%;
  }
  .it-timeline-wrapper .col-12 .card-wrapper .card {
    border: none;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-now-label {
    right: 50%;
    transform: translateX(100%);
    display: flex;
    align-items: center;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-now-label:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 16px;
    background: hsl(210, 100%, 40%);
    margin-right: 16px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .timeline-element {
    padding: 18px 40px 18px 18px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card {
    text-align: right;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card:after {
    margin-left: auto;
    display: inline-block;
    margin-right: 24px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card a.read-more {
    right: 24px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper {
    flex-direction: row-reverse;
    left: auto;
    right: -62px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-icon {
    margin-right: 0;
    margin-left: 16px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-text span:after {
    left: auto;
    right: -4px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper.it-evidence .pin-text span:after {
    border-color: transparent transparent transparent hsl(210, 100%, 40%);
  }
  .it-timeline-wrapper .col-12:nth-child(even) .it-now-label {
    left: 0;
    transform: translateX(-100%);
    display: flex;
    align-items: center;
  }
  .it-timeline-wrapper .col-12:nth-child(even) .it-now-label:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 16px;
    background: hsl(210, 100%, 40%);
    margin-left: 16px;
  }
  .it-timeline-wrapper .col-12:nth-child(even) .timeline-element {
    position: relative;
    left: 50%;
  }
  .it-timeline-wrapper .col-12:nth-child(even) .timeline-element .it-pin-wrapper {
    left: -66px;
  }
  .it-timeline-wrapper .it-pin-wrapper {
    position: relative;
  }
  .it-timeline-wrapper .it-pin-wrapper .pin-text {
    font-size: 1rem;
  }
}
.anchor-offset:before {
  content: "";
  display: block;
  height: 96px;
  margin-top: -96px;
}
@media (min-width: 992px) {
  .anchor-offset:before {
    height: 72px;
    margin-top: -72px;
  }
}
.map-wrapper {
  min-height: 280px;
}
.map-wrapper.map-column {
  margin: 0 -24px;
}
@media (min-width: 992px) {
  .map-wrapper.map-column {
    margin-left: -3rem;
    margin-right: 0;
  }
}
.point-list-wrapper .point-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.point-list-wrapper .point-list .point-list-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  color: hsl(210, 100%, 40%);
  border-right-width: 1px;
  border-right-style: solid;
  border-color: hsl(210, 100%, 40%);
}
.point-list-wrapper .point-list .point-list-aside:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: -5px;
  transform: translateY(-5px);
  border-radius: 50%;
  background-color: hsl(210, 100%, 40%);
}
.point-list-wrapper .point-list .point-list-aside .point-date {
  flex: 1;
  font-size: 2.75rem;
  line-height: 1.1;
}
.point-list-wrapper .point-list .point-list-aside .point-month {
  flex: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
.point-list-wrapper .point-list .point-list-aside.point-list-primary {
  color: hsl(210, 100%, 40%);
  border-color: hsl(210, 100%, 40%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-primary:after {
  background-color: hsl(210, 100%, 40%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-secondary {
  color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-secondary:after {
  background-color: hsl(210, 17%, 44%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-success {
  color: hsl(160, 100%, 25%);
  border-color: hsl(160, 100%, 25%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-success:after {
  background-color: hsl(160, 100%, 25%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-info {
  color: hsl(210, 17%, 44%);
  border-color: hsl(210, 17%, 44%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-info:after {
  background-color: hsl(210, 17%, 44%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-warning {
  color: hsl(36, 100%, 30%);
  border-color: hsl(36, 100%, 30%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-warning:after {
  background-color: hsl(36, 100%, 30%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-danger {
  color: hsl(350, 60%, 50%);
  border-color: hsl(350, 60%, 50%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-danger:after {
  background-color: hsl(350, 60%, 50%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-light {
  color: hsl(255, 32.2033898305%, 92.625%);
  border-color: hsl(255, 32.2033898305%, 92.625%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-light:after {
  background-color: hsl(255, 32.2033898305%, 92.625%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark {
  color: hsl(210, 54%, 20%);
  border-color: hsl(210, 54%, 20%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark:after {
  background-color: hsl(210, 54%, 20%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-black {
  color: hsl(0, 0%, 0%);
  border-color: hsl(0, 0%, 0%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-black:after {
  background-color: hsl(0, 0%, 0%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-white {
  color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-white:after {
  background-color: hsl(0, 0%, 100%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-100 {
  color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-100:after {
  background-color: hsl(0, 0%, 96%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-200 {
  color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 90%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-200:after {
  background-color: hsl(0, 0%, 90%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-300 {
  color: hsl(0, 0%, 83%);
  border-color: hsl(0, 0%, 83%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-300:after {
  background-color: hsl(0, 0%, 83%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-400 {
  color: hsl(0, 0%, 64%);
  border-color: hsl(0, 0%, 64%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-400:after {
  background-color: hsl(0, 0%, 64%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-500 {
  color: hsl(0, 0%, 45%);
  border-color: hsl(0, 0%, 45%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-500:after {
  background-color: hsl(0, 0%, 45%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-600 {
  color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-600:after {
  background-color: hsl(0, 0%, 32%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-700 {
  color: hsl(0, 0%, 25%);
  border-color: hsl(0, 0%, 25%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-700:after {
  background-color: hsl(0, 0%, 25%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-800 {
  color: hsl(0, 0%, 15%);
  border-color: hsl(0, 0%, 15%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-800:after {
  background-color: hsl(0, 0%, 15%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-900 {
  color: hsl(0, 0%, 10%);
  border-color: hsl(0, 0%, 10%);
}
.point-list-wrapper .point-list .point-list-aside.point-list-900:after {
  background-color: hsl(0, 0%, 10%);
}
.point-list-wrapper .point-list .point-list-content {
  flex: 1;
  margin-left: 2em;
  align-self: center;
}
.point-list-wrapper .point-list .point-list-content > * {
  width: 100%;
}
.point-list-wrapper .point-list.point-list-step .point-list-aside {
  min-width: 54px;
  padding: 0.3rem 1rem 0.3rem 0;
}
.point-list-wrapper .point-list.point-list-step .point-list-aside .point-date {
  flex: 0;
  font-size: 1.5rem;
  line-height: 1;
  min-width: 32px;
}
.point-list-wrapper .point-list.point-list-step .point-list-aside .point-month {
  flex: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.point-list-wrapper .point-list.point-list-step .point-list-content {
  margin-left: 1em;
}
@media (min-width: 992px) {
  .point-list-wrapper.point-list-step-wrapper {
    display: flex;
    flex-direction: row;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside {
    padding: 16px 0;
    min-height: 65px;
    width: 100%;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside .point-month {
    margin-left: 8px;
    margin-bottom: -2px;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside:after {
    top: 100%;
    right: 50%;
    transform: translate(2px, -4px);
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-content {
    margin: 0;
    text-align: center;
  }
}
.rating-list-wrapper .rating-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.rating-list-wrapper .rating-list .rating-list-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 1rem;
  color: hsl(210, 100%, 40%);
  border-right: 1px solid hsl(210, 100%, 40%);
}
.rating-list-wrapper .rating-list .rating-list-aside .rating-value {
  display: flex;
  flex: 1.2;
  font-size: 2.75rem;
  line-height: 1;
  align-items: flex-end;
}
.rating-list-wrapper .rating-list .rating-list-aside .rating-total {
  display: flex;
  flex: 0.8;
  font-size: 1rem;
  line-height: 1;
  text-transform: lowercase;
  align-items: flex-start;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-primary {
  color: hsl(210, 100%, 40%);
  border-right: 1px solid hsl(210, 100%, 40%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-secondary {
  color: hsl(210, 17%, 44%);
  border-right: 1px solid hsl(210, 17%, 44%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-success {
  color: hsl(160, 100%, 25%);
  border-right: 1px solid hsl(160, 100%, 25%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-info {
  color: hsl(210, 17%, 44%);
  border-right: 1px solid hsl(210, 17%, 44%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-warning {
  color: hsl(36, 100%, 30%);
  border-right: 1px solid hsl(36, 100%, 30%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-danger {
  color: hsl(350, 60%, 50%);
  border-right: 1px solid hsl(350, 60%, 50%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-light {
  color: hsl(255, 32.2033898305%, 92.625%);
  border-right: 1px solid hsl(255, 32.2033898305%, 92.625%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark {
  color: hsl(210, 54%, 20%);
  border-right: 1px solid hsl(210, 54%, 20%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-black {
  color: hsl(0, 0%, 0%);
  border-right: 1px solid hsl(0, 0%, 0%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-white {
  color: hsl(0, 0%, 100%);
  border-right: 1px solid hsl(0, 0%, 100%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-100 {
  color: hsl(0, 0%, 96%);
  border-right: 1px solid hsl(0, 0%, 96%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-200 {
  color: hsl(0, 0%, 90%);
  border-right: 1px solid hsl(0, 0%, 90%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-300 {
  color: hsl(0, 0%, 83%);
  border-right: 1px solid hsl(0, 0%, 83%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-400 {
  color: hsl(0, 0%, 64%);
  border-right: 1px solid hsl(0, 0%, 64%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-500 {
  color: hsl(0, 0%, 45%);
  border-right: 1px solid hsl(0, 0%, 45%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-600 {
  color: hsl(0, 0%, 32%);
  border-right: 1px solid hsl(0, 0%, 32%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-700 {
  color: hsl(0, 0%, 25%);
  border-right: 1px solid hsl(0, 0%, 25%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-800 {
  color: hsl(0, 0%, 15%);
  border-right: 1px solid hsl(0, 0%, 15%);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-900 {
  color: hsl(0, 0%, 10%);
  border-right: 1px solid hsl(0, 0%, 10%);
}
.rating-list-wrapper .rating-list .rating-list-content {
  flex: 1;
  align-self: center;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
  flex: 0.3;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  float: none !important;
  height: 0.7em;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating .icon {
  width: 0.7em;
  height: 0.7em;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
  flex: 0.65;
  display: flex;
  height: 3.5em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress > .progress {
  width: 100%;
}
@media (min-width: 576px) {
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
    flex: 0.2;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating {
    height: 1em;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating .icon {
    width: 1em;
    height: 1em;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
    flex: 0.75;
    height: 5em;
  }
}
@media (min-width: 992px) {
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
    flex: 0.25;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
    flex: 0.7;
  }
}
.badge {
  --bs-badge-padding-x: 0.4em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: hsl(0, 0%, 100%);
  --bs-badge-border-radius: 4px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  --bs-badge-font-size: 0.875em;
  --bs-badge-font-weight: 600;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.badge:empty {
  display: none;
}
.badge.badge-outline-primary {
  background-color: transparent !important;
  color: hsl(210, 100%, 40%);
  border: 1px solid hsl(210, 100%, 40%);
}
.badge.badge-outline-secondary {
  background-color: transparent !important;
  color: hsl(210, 17%, 44%);
  border: 1px solid hsl(210, 17%, 44%);
}
.badge.badge-outline-success {
  background-color: transparent !important;
  color: hsl(160, 100%, 25%);
  border: 1px solid hsl(160, 100%, 25%);
}
.badge.badge-outline-info {
  background-color: transparent !important;
  color: hsl(210, 17%, 44%);
  border: 1px solid hsl(210, 17%, 44%);
}
.badge.badge-outline-warning {
  background-color: transparent !important;
  color: hsl(36, 100%, 30%);
  border: 1px solid hsl(36, 100%, 30%);
}
.badge.badge-outline-danger {
  background-color: transparent !important;
  color: hsl(350, 60%, 50%);
  border: 1px solid hsl(350, 60%, 50%);
}
.badge.badge-outline-light {
  background-color: transparent !important;
  color: hsl(255, 32.2033898305%, 92.625%);
  border: 1px solid hsl(255, 32.2033898305%, 92.625%);
}
.badge.badge-outline-dark {
  background-color: transparent !important;
  color: hsl(210, 54%, 20%);
  border: 1px solid hsl(210, 54%, 20%);
}
.badge.badge-outline-black {
  background-color: transparent !important;
  color: hsl(0, 0%, 0%);
  border: 1px solid hsl(0, 0%, 0%);
}
.badge.badge-outline-white {
  background-color: transparent !important;
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 100%);
}
.badge.badge-outline-100 {
  background-color: transparent !important;
  color: hsl(0, 0%, 96%);
  border: 1px solid hsl(0, 0%, 96%);
}
.badge.badge-outline-200 {
  background-color: transparent !important;
  color: hsl(0, 0%, 90%);
  border: 1px solid hsl(0, 0%, 90%);
}
.badge.badge-outline-300 {
  background-color: transparent !important;
  color: hsl(0, 0%, 83%);
  border: 1px solid hsl(0, 0%, 83%);
}
.badge.badge-outline-400 {
  background-color: transparent !important;
  color: hsl(0, 0%, 64%);
  border: 1px solid hsl(0, 0%, 64%);
}
.badge.badge-outline-500 {
  background-color: transparent !important;
  color: hsl(0, 0%, 45%);
  border: 1px solid hsl(0, 0%, 45%);
}
.badge.badge-outline-600 {
  background-color: transparent !important;
  color: hsl(0, 0%, 32%);
  border: 1px solid hsl(0, 0%, 32%);
}
.badge.badge-outline-700 {
  background-color: transparent !important;
  color: hsl(0, 0%, 25%);
  border: 1px solid hsl(0, 0%, 25%);
}
.badge.badge-outline-800 {
  background-color: transparent !important;
  color: hsl(0, 0%, 15%);
  border: 1px solid hsl(0, 0%, 15%);
}
.badge.badge-outline-900 {
  background-color: transparent !important;
  color: hsl(0, 0%, 10%);
  border: 1px solid hsl(0, 0%, 10%);
}
.badge.rounded-pill {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover {
  color: hsl(0, 0%, 100%);
}
a.badge:hover.bg-primary {
  background-color: rgb(0, 81.6, 163.2) !important;
}
a.badge:hover.bg-secondary {
  background-color: rgb(74.5008, 89.76, 105.0192) !important;
}
a.badge:hover.bg-success {
  background-color: #006644 !important;
}
a.badge:hover.bg-info {
  background-color: rgb(74.5008, 89.76, 105.0192) !important;
}
a.badge:hover.bg-warning {
  background-color: rgb(122.4, 73.44, 0) !important;
}
a.badge:hover.bg-danger {
  background-color: rgb(163.2, 40.8, 61.2) !important;
}
a.badge:hover.bg-light {
  background-color: rgb(186.5325, 184.11, 193.8) !important;
}
a.badge:hover.bg-dark {
  background-color: rgb(18.768, 40.8, 62.832) !important;
}
a.badge:hover.bg-black {
  background-color: black !important;
}
a.badge:hover.bg-white {
  background-color: #cccccc !important;
}
a.badge:hover.bg-100 {
  background-color: rgb(195.84, 195.84, 195.84) !important;
}
a.badge:hover.bg-200 {
  background-color: rgb(183.6, 183.6, 183.6) !important;
}
a.badge:hover.bg-300 {
  background-color: rgb(169.32, 169.32, 169.32) !important;
}
a.badge:hover.bg-400 {
  background-color: rgb(130.56, 130.56, 130.56) !important;
}
a.badge:hover.bg-500 {
  background-color: rgb(91.8, 91.8, 91.8) !important;
}
a.badge:hover.bg-600 {
  background-color: rgb(65.28, 65.28, 65.28) !important;
}
a.badge:hover.bg-700 {
  background-color: #333333 !important;
}
a.badge:hover.bg-800 {
  background-color: rgb(30.6, 30.6, 30.6) !important;
}
a.badge:hover.bg-900 {
  background-color: rgb(20.4, 20.4, 20.4) !important;
}
.figure-caption {
  font-size: 0.75rem;
}
.bs-is-sticky {
  position: sticky !important;
  z-index: 1020 !important;
}
.bs-is-fixed {
  position: fixed !important;
  z-index: 1030 !important;
}
@media print {
  [type=checkbox]:checked + label::before {
    border-color: transparent hsl(210, 100%, 40%) hsl(210, 100%, 40%) transparent !important;
    opacity: 1 !important;
  }
  [type=checkbox]:disabled:checked + label::before {
    border-color: transparent #e6e9f2 #e6e9f2 transparent !important;
  }
}
code,
pre,
kbd {
  font-size: 1rem;
}
pre code {
  font-size: 1rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875rem;
  color: hsl(0, 0%, 32%);
}
.figure {
  display: inline-block;
}
.figure.img-full img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}
.pagescroll-scroll-disabled {
  scroll-behavior: auto !important;
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: hsl(0, 0%, 100%);
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: hsl(0, 0%, 83%);
  --bs-pagination-border-radius: 4px;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: hsl(0, 0%, 90%);
  --bs-pagination-hover-border-color: hsl(0, 0%, 83%);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: hsl(0, 0%, 90%);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
  --bs-pagination-active-color: hsl(0, 0%, 100%);
  --bs-pagination-active-bg: hsl(210, 100%, 40%);
  --bs-pagination-active-border-color: hsl(210, 100%, 40%);
  --bs-pagination-disabled-color: hsl(0, 0%, 32%);
  --bs-pagination-disabled-bg: hsl(0, 0%, 100%);
  --bs-pagination-disabled-border-color: hsl(0, 0%, 83%);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 8px;
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 2px;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      hsl(0, 0%, 0%) 55%,
      rgba(0, 0, 0, 0.8) 75%,
      hsl(0, 0%, 0%) 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 24px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 4px;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: hsl(0, 0%, 32%);
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
label {
  color: hsl(0, 0%, 10%);
}
fieldset legend {
  background-color: transparent;
  font-weight: 700;
  line-height: calc(2.5rem - 1px);
  transition: 0.2s ease-out;
  cursor: text;
  display: block;
  max-width: 100%;
  width: auto;
  padding: 0 0.5rem;
  z-index: 1;
  font-size: 0.875rem;
  color: hsl(0, 0%, 10%);
  margin-bottom: 0;
  float: none;
}
.form-text {
  color: hsl(210, 33%, 28%);
}
.form-group {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 0;
}
.form-group input,
.form-group optgroup,
.form-group textarea {
  color: hsl(210, 17%, 44%);
}
.form-group label {
  background-color: transparent;
  position: absolute;
  line-height: calc(2.5rem - 1px);
  transition: 0.2s ease-out;
  top: 0;
  font-size: 1rem;
  cursor: text;
  color: hsl(210, 17%, 44%);
  display: block;
  max-width: 100%;
  width: auto;
  padding: 0 0.5rem;
  z-index: 5;
}
.form-group label.active {
  transform: translateY(-85%);
  font-weight: 600;
  font-size: 0.875rem;
  color: hsl(0, 0%, 10%);
}
.form-group label.input-symbol-label:not(.active) {
  left: 2.25rem;
}
.form-group input:is([type=radio]) + label.active,
.form-group input:is([type=checkbox]) + label.active {
  transform: translateY(0%);
}
.form-group small.form-text,
.form-group .form-text.small {
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.form-group input[type=time] ~ label {
  transform: translateY(-75%);
  font-size: 0.875rem;
}
::placeholder {
  color: hsl(210, 17%, 44%);
}
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
  border: none;
  border-bottom: 1px solid hsl(210, 17%, 44%);
  padding: 0.375rem 0.5rem;
  outline: 0;
  box-shadow: none;
  transition: none;
  -webkit-appearance: none;
}
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: hsl(210, 17%, 44%);
}
input[type=date],
input[type=datetime-local],
input[type=time] {
  display: flex;
}
textarea {
  border: 1px solid hsl(210, 17%, 44%);
  height: auto;
  font-size: 1rem;
}
.form-control {
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: 45px 45% !important;
  border-radius: 0 !important;
  min-height: 2.5rem;
}
.form-control.form-control-lg {
  border-radius: 0;
}
.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
}
.form-control:disabled + label,
.form-control[readonly] + label {
  background-color: transparent;
  cursor: not-allowed;
}
.form-control:active {
  box-shadow: none !important;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300cc85' viewBox='0 0 192 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f73e5a' viewBox='0 0 384 512'%3E%3Cpath d='M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z'/%3E%3C/svg%3E");
}
.form-control.warning {
  background-size: 25px 45% !important;
  border-color: hsl(36, 100%, 30%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 192 512'%3E%3Cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'/%3E%3C/svg%3E");
}
.form-control.is-valid ~ .warning-feedback {
  display: block;
}
.form-group.active .form-file-name {
  padding-bottom: 1.95rem;
}
.form-control-plaintext {
  padding: 0.375rem 0.5rem;
  background-color: hsl(0, 0%, 100%) !important;
  cursor: not-allowed;
}
.form-control-plaintext + label {
  cursor: not-allowed;
}
.warning-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: hsl(36, 100%, 30%);
}
.valid-feedback,
.invalid-feedback,
.warning-feedback {
  margin-left: 0.5rem;
}
.input-group .input-group-text {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid hsl(210, 17%, 44%);
  border-radius: 0;
  min-height: 2.5rem;
  min-width: 40px;
  margin-right: 0;
}
.input-group .input-group-text .icon {
  fill: hsl(210, 17%, 44%);
}
.input-group .input-group-text ~ label {
  max-width: calc(100% - 2.25rem);
}
.input-group .input-group-text ~ label:not(.active) {
  left: 2.25rem;
}
.input-group .input-group-text .btn {
  border-radius: 4px 0 0 4px;
}
.input-group .input-group-append {
  margin-left: 0;
}
.input-group .input-group-append .btn {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid hsl(210, 17%, 44%);
  border-radius: 0 4px 4px 0;
  height: 100%;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-append > .btn {
  padding: 0 1rem;
  border-radius: 0;
}
.form-check {
  padding-left: 0;
  position: relative;
  margin-bottom: 0.5rem;
}
.form-check + .form-check {
  margin-top: 0.5rem;
}
.form-check [type=checkbox],
.form-check [type=radio] {
  position: absolute;
  opacity: 0;
  left: 9px;
  top: 9px;
  margin-left: 0;
  margin-top: 0;
}
.form-check [type=checkbox] + label,
.form-check [type=radio] + label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: var(--bs-body-line-height);
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 576px) {
  .form-check [type=checkbox] + label,
  .form-check [type=radio] + label {
    font-size: 1.125rem;
  }
}
.form-check [type=checkbox] + label::after,
.form-check [type=checkbox] + label::before {
  content: "";
  left: 0;
  position: absolute;
  transition: 0.2s ease-out;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
}
.form-check [type=checkbox] + label::before {
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e6e9f2;
  border-radius: 1px;
  margin: 2px 4px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.form-check [type=checkbox] + label::after {
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin: 4px;
  top: 0;
}
.form-check [type=checkbox]:checked + label::before {
  top: 4px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  opacity: 0.8;
}
.form-check [type=checkbox]:checked + label::after {
  border-color: hsl(210, 100%, 40%);
  background-color: hsl(210, 100%, 40%);
  z-index: 0;
}
.form-check [type=checkbox]:not(:checked) + label::after {
  background-color: transparent;
  border-color: hsl(210, 17.6470588235%, 43.35%);
  z-index: 0;
}
.form-check [type=checkbox]:not(:checked) + label::before {
  width: 0;
  height: 0;
  border-color: transparent;
  left: 6px;
  top: 10px;
}
.form-check [type=checkbox]:disabled + label {
  cursor: not-allowed;
  opacity: 1;
}
.form-check [type=checkbox]:disabled:not(:checked) + label::after {
  border-color: #e6e9f2;
  background-color: #fff;
}
.form-check [type=checkbox]:disabled:checked + label::after {
  background-color: #e6e9f2;
  border-color: #e6e9f2;
}
.form-check [type=radio] + label {
  transition: 0.2s ease-out;
}
.form-check [type=radio] + label::after,
.form-check [type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  width: 20px;
  height: 20px;
  z-index: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  transition: 0.2s ease-out;
}
.form-check [type=radio]:not(:checked) + label::after,
.form-check [type=radio]:not(:checked) + label::before {
  border-color: hsl(210, 17%, 44%);
}
.form-check [type=radio]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}
.form-check [type=radio]:checked + label::after {
  border-color: hsl(210, 100%, 40%);
  background-color: hsl(210, 100%, 40%);
  z-index: 0;
  transform: scale(0.64);
}
.form-check [type=radio]:checked + label::before {
  border-color: hsl(210, 100%, 40%);
}
.form-check [type=radio]:disabled + label {
  cursor: not-allowed;
}
.form-check [type=radio]:disabled:not(:checked) + label::after,
.form-check [type=radio]:disabled:not(:checked) + label::before {
  border-color: hsl(210, 3%, 85%);
}
.form-check [type=radio]:disabled:checked + label::after {
  border-color: hsl(210, 3%, 85%);
  background-color: hsl(210, 3%, 85%);
}
.form-check [type=radio]:disabled:checked + label::before {
  border-color: hsl(210, 3%, 85%);
}
.form-check.form-check-group {
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  box-shadow: inset 0 -1px 0 0 rgba(1, 1, 1, 0.1);
}
.form-check.form-check-group [type=checkbox] + label,
.form-check.form-check-group [type=radio] + label {
  position: static;
  padding-left: 0;
  padding-right: 3.25rem;
}
.form-check.form-check-group [type=checkbox] + label::after,
.form-check.form-check-group [type=checkbox] + label::before,
.form-check.form-check-group [type=radio] + label::after,
.form-check.form-check-group [type=radio] + label::before {
  right: 0px;
  left: auto;
}
.form-check.form-check-group [type=checkbox]:checked + label::before {
  right: 11px;
}
.form-check.form-check-group [type=radio]:checked + label::before {
  right: 0px;
}
.form-check.form-check-group .form-text {
  display: block;
  padding-right: 3.25rem;
  margin-bottom: 0.5rem;
}
.form-check.form-check-group input.semi-checked:not(:checked) + label::before {
  right: 4px;
  left: auto;
}
.form-check input.semi-checked:not(:checked) + label::before {
  top: 11px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  transform: none;
  backface-visibility: hidden;
  opacity: 1;
  background: hsl(0, 0%, 100%);
}
.form-check input.semi-checked:not(:checked) + label::after {
  border-color: hsl(210, 73.9130434783%, 48.3%);
  background-color: hsl(210, 73.9130434783%, 48.3%);
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  fieldset legend,
  .form-group label,
  textarea,
  .form-check [type=checkbox],
  .form-check [type=radio],
  .form-check [type=checkbox] + label::after,
  .form-check [type=checkbox] + label::before,
  .form-check [type=radio] + label::after,
  .form-check [type=radio] + label::before,
  .toggles label input[type=checkbox] + .lever::before,
  .toggles label input[type=checkbox] + .lever::after {
    transition: none !important;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: hsl(210, 17%, 44%);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: hsl(0, 0%, 10%);
  background-color: hsl(0, 0%, 100%);
  background-clip: padding-box;
  border: 0 solid hsl(0, 0%, 64%);
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: hsl(0, 0%, 10%);
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(210, 17%, 44%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: hsl(0, 0%, 32%);
  opacity: 1;
}
.form-control:disabled {
  background-color: hsl(210, 3%, 85%);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: hsl(0, 0%, 10%);
  background-color: hsl(0, 0%, 100%);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(242.25, 242.25, 242.25);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: hsl(0, 0%, 10%);
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 8px;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: 2.5rem;
  border: 1px solid hsl(210, 17%, 44%);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem);
}
.form-control-color {
  width: 3rem;
  height: 2.5rem;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem);
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: hsl(0, 0%, 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: hsl(210, 17%, 44%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}
.form-check-input:checked {
  background-color: hsl(210, 100%, 40%);
  border-color: hsl(210, 100%, 40%);
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='hsl%280, 0%, 100%%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='hsl%280, 0%, 100%%29'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: hsl(210, 100%, 40%);
  border-color: hsl(210, 100%, 40%);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='hsl%280, 0%, 100%%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='hsl%28210, 17%, 44%%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='hsl%280, 0%, 100%%29'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px hsl(0, 0%, 100%), 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px hsl(0, 0%, 100%), 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: hsl(210, 100%, 40%);
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 209.1, 239.7);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: hsl(0, 0%, 83%);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: hsl(210, 100%, 40%);
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 209.1, 239.7);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: hsl(0, 0%, 83%);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: hsl(0, 0%, 45%);
}
.form-range:disabled::-moz-range-thumb {
  background-color: hsl(0, 0%, 45%);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 3.5rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 0 solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 0 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: hsl(0, 0%, 10%);
  text-align: center;
  white-space: nowrap;
  background-color: hsl(0, 0%, 100%);
  border: 0 solid hsl(0, 0%, 64%);
  border-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 8px;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: hsl(160, 100%, 25%);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: hsl(0, 0%, 100%);
  background-color: rgb(0, 127.5, 85);
  border-radius: 4px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: hsl(160, 100%, 25%);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='hsl%28160, 100%, 25%%29' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: hsl(160, 100%, 25%);
  box-shadow: 0 0 0 0.25rem rgba(0, 127.5, 85, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: hsl(160, 100%, 25%);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='hsl%280, 0%, 15%%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='hsl%28160, 100%, 25%%29' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: hsl(160, 100%, 25%);
  box-shadow: 0 0 0 0.25rem rgba(0, 127.5, 85, 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: hsl(160, 100%, 25%);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: hsl(160, 100%, 25%);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 127.5, 85, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: hsl(160, 100%, 25%);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: hsl(350, 60%, 50%);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: hsl(0, 0%, 100%);
  background-color: rgb(204, 51, 76.5);
  border-radius: 4px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: hsl(350, 60%, 50%);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='hsl%28350, 60%, 50%%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='hsl%28350, 60%, 50%%29' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: hsl(350, 60%, 50%);
  box-shadow: 0 0 0 0.25rem rgba(204, 51, 76.5, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: hsl(350, 60%, 50%);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='hsl%280, 0%, 15%%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='hsl%28350, 60%, 50%%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='hsl%28350, 60%, 50%%29' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: hsl(350, 60%, 50%);
  box-shadow: 0 0 0 0.25rem rgba(204, 51, 76.5, 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: hsl(350, 60%, 50%);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: hsl(350, 60%, 50%);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 51, 76.5, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: hsl(350, 60%, 50%);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
input[type=file] + label {
  background-color: transparent;
}
.form-file input[type=file] {
  margin: 0;
  max-width: 100%;
  opacity: 0;
}
.form-file .form-file-name {
  background-color: hsl(0, 0%, 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: hsl(210, 33%, 28%);
  left: 0;
  line-height: 1.7;
  overflow: hidden;
  padding: 0.5rem 0.6rem 2rem;
  max-height: 2rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  z-index: 5;
}
.form-file .form-file-name::before {
  background-color: hsl(0, 0%, 100%);
  bottom: -1px;
  color: hsl(210, 100%, 40%);
  content: "Sfoglia";
  display: block;
  height: 2.5rem;
  line-height: 1.7;
  padding: 0.4rem 1rem 1.5rem;
  border: 1px solid hsl(210, 100%, 40%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  border-top-right-radius: 4px;
}
.input-number {
  position: relative;
}
.input-number.input-number-adaptive {
  width: fit-content;
}
.input-number.input-number-adaptive input[type=number] {
  width: auto;
  transition: all 0.3s;
}
.input-number input[type=number] {
  appearance: textfield;
}
.input-number input[type=number]::-webkit-inner-spin-button,
.input-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-number input[type=number]::-ms-clear {
  display: none;
}
.input-number input[type=number]:focus {
  color: hsl(0, 0%, 10%);
}
.input-number.disabled input[type=number] {
  background-color: hsl(210, 3%, 85%);
  color: hsl(0, 0%, 15%);
}
.input-number.disabled input[type=number]:hover {
  cursor: not-allowed;
  color: hsl(210, 12%, 44%);
}
.input-number.disabled .input-group-text {
  background-color: hsl(210, 3%, 85%);
  color: hsl(0, 0%, 15%);
}
.input-number.disabled .input-group-text button {
  pointer-events: none;
}
.input-number.disabled .input-group-text button:hover {
  cursor: not-allowed;
}
.input-number .input-group-text.align-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.input-number .input-group-text button {
  position: relative;
  transition: opacity 0.1s;
  padding: 0;
  border: none;
  height: 50%;
  width: 16px;
  background: transparent;
}
.input-number .input-group-text button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.input-number .input-group-text button:focus.input-number-add:after,
.input-number .input-group-text button:hover.input-number-add:after {
  border-color: transparent transparent hsl(210, 54%, 20%) transparent;
}
.input-number .input-group-text button:focus.input-number-sub:after,
.input-number .input-group-text button:hover.input-number-sub:after {
  border-color: hsl(210, 54%, 20%) transparent transparent transparent;
}
.input-number .input-group-text button:focus:not([data-focus-mouse=true]) {
  opacity: 1;
}
.input-number .input-group-text button.input-number-add:after {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent hsl(210, 17.6470588235%, 43.35%) transparent;
}
.input-number .input-group-text button.input-number-sub:after {
  border-width: 6px 5px 0 5px;
  border-color: hsl(210, 17.6470588235%, 43.35%) transparent transparent transparent;
}
.input-number .input-group-text button:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .input-number button {
    opacity: 0;
  }
  .input-number:hover button {
    opacity: 1;
  }
}
.upload,
.upload-avatar {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload[type=file] + label {
  max-width: 80%;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 7px 24px;
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  background-color: hsl(210, 100%, 40%);
  transition: background-color 0.15s;
}
.upload[type=file] + label:hover {
  background-color: rgb(0, 91.8, 183.6);
}
.upload[type=file] + label svg {
  fill: hsl(0, 0%, 100%);
  margin-right: 10px;
}
.upload-pictures-wall {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.upload-pictures-wall > li {
  list-style-type: none;
  margin-right: 8px;
  margin-bottom: 8px;
}
.upload-pictures-wall > li:last-child {
  margin-right: 0;
}
.upload-pictures-wall .upload[type=file] + label {
  font-weight: 600;
  height: 128px;
  width: 128px;
  border-radius: 0;
  padding: 0;
  border: 2px dashed hsl(210, 92.523364486%, 86.625%);
  background-color: rgb(195.90375, 224.304375, 252.705);
  color: hsl(210, 100%, 35%);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition: border-color 0.2s;
}
.upload-pictures-wall .upload[type=file] + label .icon {
  display: block;
  fill: hsl(210, 100%, 40%);
  margin: 0 auto;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.upload-pictures-wall .upload[type=file] + label:hover {
  border: 2px dashed hsl(210, 100%, 40%);
}
.upload-pictures-wall .upload:focus[type=file] + label,
.upload-pictures-wall .upload:active[type=file] + label {
  border: 2px dashed hsl(210, 75.975975976%, 66.7%);
}
.upload-pictures-wall .upload-image {
  flex-shrink: 0;
  width: 128px;
  height: 128px;
}
.upload-pictures-wall .upload-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.upload-file-list {
  margin-top: 5px;
  padding: 0;
}
.upload-file-list.upload-file-list-image .progress {
  left: 52px;
}
.upload-file-list .upload-file {
  list-style-type: none;
  display: flex;
  align-items: center;
  max-width: 375px;
  margin-bottom: 16px;
  position: relative;
}
.upload-file-list .upload-file.uploading .icon {
  fill: hsl(210, 17.6470588235%, 43.35%);
}
.upload-file-list .upload-file.uploading p {
  color: hsl(210, 17.6470588235%, 43.35%);
}
.upload-file-list .upload-file.success svg {
  fill: hsl(210, 100%, 40%);
}
.upload-file-list .upload-file.success p {
  color: hsl(210, 100%, 40%);
}
.upload-file-list .upload-file.success p .upload-file-weight {
  display: inline-block;
}
.upload-file-list .upload-file.error svg {
  fill: hsl(350, 60%, 50%);
}
.upload-file-list .upload-file.error p {
  color: hsl(350, 60%, 50%);
}
.upload-file-list .upload-file svg {
  flex-shrink: 0;
}
.upload-file-list .upload-file .upload-image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.upload-file-list .upload-file .upload-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.upload-file-list .upload-file p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
  overflow: hidden;
}
.upload-file-list .upload-file p .upload-file-weight {
  color: hsl(210, 17.6470588235%, 43.35%);
  margin-left: 10px;
  display: none;
}
.upload-file-list .upload-file button {
  background: transparent;
  border: 0;
  padding: 0px;
  margin-left: auto;
}
.upload-file-list .upload-file button:hover {
  cursor: pointer;
}
.upload-file-list .upload-file button:hover svg {
  fill: hsl(210, 100%, 40%);
}
.upload-file-list .progress {
  position: absolute;
  bottom: -10px;
  left: 36px;
  width: calc(100% - 45px);
  height: 4px;
  background-color: hsl(210, 3%, 85%);
  box-shadow: none;
}
.upload-file-list .progress.progress-image {
  width: calc(100% - 60px);
}
.upload-avatar-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.upload-avatar-container .upload-avatar[type=file] + label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.upload-avatar-container .upload-avatar[type=file] + label svg {
  display: none;
}
.upload-avatar-container .upload-avatar[type=file] + label span {
  display: none;
}
.avatar-upload-wrapper {
  position: relative;
  display: inline-block;
}
.avatar-upload-wrapper .avatar.avatar-upload {
  position: relative;
}
.avatar-upload-wrapper .avatar-upload-icon {
  position: absolute;
  bottom: 16px;
  right: 4px;
  width: 26px;
  height: 26px;
  background: hsl(210, 6.2290689886%, 92.535%);
  border-radius: 50%;
  border: 2px solid hsl(0, 0%, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.avatar-upload-wrapper .avatar-upload-icon > svg {
  width: 16px;
  height: 16px;
}
.avatar-upload-wrapper.size-sm .avatar {
  width: 80px;
  height: 80px;
}
.avatar-upload-wrapper.size-sm .avatar-upload-icon {
  bottom: 6px;
  right: 4px;
  width: 18px;
  height: 18px;
}
.avatar-upload-wrapper.size-sm .avatar-upload-icon > svg {
  width: 12px;
  height: 12px;
}
.upload-dragdrop {
  display: inline-flex;
  align-items: center;
}
.upload-dragdrop.dragover .upload-dragdrop-image img,
.upload-dragdrop.loading .upload-dragdrop-image img {
  transform: translateX(-50%) translateY(-50%) scale(0.85);
}
.upload-dragdrop.loading p:not(.upload-dragdrop-weight) {
  font-style: italic;
}
.upload-dragdrop.loading .upload-dragdrop-loading {
  opacity: 1;
}
.upload-dragdrop.loading .upload-dragdrop-text .upload-dragdrop-weight,
.upload-dragdrop.success .upload-dragdrop-text .upload-dragdrop-weight {
  visibility: visible;
}
.upload-dragdrop.success .upload-dragdrop-success {
  opacity: 1;
  transform: scale(1);
}
.upload-dragdrop-text p {
  margin: 0;
  font-size: 0.875rem;
  color: hsl(210, 17%, 44%);
}
.upload-dragdrop-text p.upload-dragdrop-weight {
  color: hsl(210, 17.6470588235%, 43.35%);
  font-size: 0.75rem;
  visibility: hidden;
}
.upload-dragdrop-text p.upload-dragdrop-weight svg {
  fill: hsl(210, 17.6470588235%, 43.35%);
}
.upload-dragdrop-text h5,
.upload-dragdrop-text .h5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.upload-dragdrop-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-dragdrop-input[type=file] + label {
  text-decoration: underline;
  color: hsl(210, 100%, 40%);
  cursor: pointer;
}
.upload-dragdrop-input:focus[type=file] + label {
  outline: auto 5px -webkit-focus-ring-color;
}
.upload-dragdrop-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 128px;
  height: 128px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 50%;
}
.upload-dragdrop-loading .progress-donut {
  position: relative;
}
.upload-dragdrop-loading .progress-donut .progressbar-text {
  color: #000 !important;
  font-weight: 700;
}
.upload-dragdrop-loading .progress-donut svg {
  position: relative;
}
.upload-dragdrop-loading .progress-donut svg path:first-child {
  display: none;
}
.upload-dragdrop-loading .progress-donut:before {
  content: "";
  background: #fff;
  width: 67px;
  height: 67px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.upload-dragdrop-image {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  position: relative;
  margin-right: 16px;
}
.upload-dragdrop-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  transform-origin: center center;
  top: 50%;
  left: 50%;
  transition: transform 0.4s cubic-bezier(0.33, 1.07, 0.54, 1);
  transform: translateX(-50%) translateY(-50%);
}
.upload-dragdrop-image .upload-dragdrop-success {
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 20px;
  background: hsl(210, 100%, 40%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.upload-dragdrop-image .upload-dragdrop-success svg {
  fill: hsl(0, 0%, 100%);
  width: 30px;
  height: 30px;
}
@media (min-width: 576px) {
  .upload[type=file] + label {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .upload-dragdrop-image {
    width: 180px;
    height: 180px;
    margin-right: 32px;
  }
  .upload-dragdrop-image .upload-dragdrop-success {
    left: 28px;
  }
  .upload-dragdrop-loading {
    width: 180px;
    height: 180px;
  }
  .upload-dragdrop-loading .progress-donut:before {
    content: "";
    width: 94px;
    height: 94px;
  }
}
@media (min-width: 1200px) {
  .avatar-upload:hover .upload-avatar-container,
  .avatar-upload:focus-within .upload-avatar-container {
    opacity: 1;
    transition: opacity 0.25s;
  }
  .upload-avatar-container {
    bottom: -10%;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.15s;
    opacity: 0;
  }
  .upload-avatar-container .upload-avatar[type=file] + label {
    margin: 0;
    padding-top: 10px;
    color: hsl(0, 0%, 100%);
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .upload-avatar-container .upload-avatar[type=file] + label span {
    display: block;
  }
  .upload-avatar-container .upload-avatar[type=file] + label svg {
    display: block;
    fill: hsl(0, 0%, 100%);
    width: 20px;
    height: 20px;
  }
  .upload-avatar-container .upload-avatar:focus:not([data-focus-mouse=true])[type=file] + label {
    outline: auto 5px -webkit-focus-ring-color;
  }
  .avatar-upload-wrapper .avatar-upload-icon {
    display: none;
  }
  .avatar-upload-wrapper.size-sm .upload-avatar[type=file] + label span {
    display: none;
  }
}
.toggles,
.toggles * {
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
}
.toggles label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 8px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
}
.toggles label.active {
  transform: none;
  font-size: 1rem;
}
.toggles label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggles label input[type=checkbox] + .lever {
  content: "";
  position: relative;
  width: 46px;
  height: 16px;
  background-color: #e6e9f2;
  border-radius: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 8px 10px 0 16px;
  float: right;
}
.toggles label input[type=checkbox] + .lever:before,
.toggles label input[type=checkbox] + .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -5px;
  left: -3px;
  transition:
    left 0.3s ease,
    background 0.1s ease,
    transform 0.1s ease;
}
.toggles label input[type=checkbox] + .lever:before {
  background-color: hsla(210, 100%, 40%, 0.15);
}
.toggles label input[type=checkbox] + .lever:after {
  background-color: hsl(210, 17.6470588235%, 43.35%);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.8'%3e%3cg id='Data-entry/toggle/Light_bg/disabledOff' transform='translate(-8.000000, -11.000000)' fill='%23FFFFFF'%3e%3cpath d='M14.363961,15.9497475 L17.8994949,19.4852814 L16.4852814,20.8994949 L12.9497475,17.363961 L9.41421356,20.8994949 L8,19.4852814 L11.5355339,15.9497475 L8,12.4142136 L9.41421356,11 L12.9497475,14.5355339 L16.4852814,11 L17.8994949,12.4142136 L14.363961,15.9497475 Z' id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  border: 2px solid #fff;
}
.toggles label input[type=checkbox]:checked + .lever {
  background-color: #e6e9f2;
}
.toggles label input[type=checkbox]:checked + .lever:before,
.toggles label input[type=checkbox]:checked + .lever:after {
  left: 23px;
}
.toggles label input[type=checkbox]:checked + .lever:after {
  background-color: hsl(210, 100%, 40%);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='11px' viewBox='0 0 14 11'%3E%3Cg stroke='none' fill='none' opacity='0.5'%3E%3Cg transform='translate(-28.000000, -11.000000)' fill='%23FFF'%3E%3Cg transform='translate(24.000000, 16.000000) scale(-1, 1) translate(-24.000000, -16.000000) translate(1.000000, 4.000000)'%3E%3Cpath d='M13,15 L13,5 L15,5 L15,15 L15,17 L9,17 L9,15 L13,15 Z' transform='translate(12.000000, 11.000000) scale(-1, 1) rotate(45.000000) translate(-12.000000, -11.000000) '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.toggles label input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: #e6e9f2;
}
.toggles label input[type=checkbox][disabled] + .lever:after {
  background-color: #e6e9f2;
}
.toggles label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #e6e9f2;
}
.password-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 8;
  padding: 0 0.5rem;
  background-color: hsl(0, 0%, 100%);
}
.password-icon .icon {
  fill: hsl(210, 17%, 44%);
}
.password-meter {
  height: 4px;
  left: 7px;
  bottom: -6px;
  width: 100%;
  max-width: 180px;
}
.password-meter .col-3 {
  height: 4px;
}
.password-caps {
  display: none;
}
.password-caps.show {
  display: block;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: hsl(0, 0%, 10%);
  background-color: hsl(0, 0%, 100%);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='hsl%280, 0%, 15%%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0 solid hsl(0, 0%, 64%);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: hsl(210, 17%, 44%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: hsl(0, 0%, 90%);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 hsl(0, 0%, 10%);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 8px;
}
@keyframes selectDropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes selectDropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.select-wrapper {
  position: relative;
}
.select-wrapper label {
  position: absolute;
  color: hsl(0, 0%, 10%);
  font-size: 0.875rem;
  display: block;
  font-weight: 600;
  padding: 0 0.5rem;
  line-height: calc(2.5rem - 1px);
  top: 0;
  transform: translateY(-75%);
}
.select-wrapper select {
  border: none;
  border-bottom: 1px solid hsl(210, 17.6470588235%, 43.35%);
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  outline: 0;
  height: 2.5rem;
  width: 100%;
  box-shadow: none;
  transition: 0.2s ease-out;
  font-weight: 700;
  color: hsl(0, 0%, 10%);
  background-color: hsl(0, 0%, 100%);
  appearance: auto;
}
.select-wrapper select option {
  font-weight: normal;
}
.select-wrapper select:disabled {
  background-color: hsl(210, 3%, 85%);
  opacity: 1;
}
.select-wrapper select:disabled:hover {
  cursor: not-allowed;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background: transparent;
  color: inherit;
}
.bootstrap-select.form-control {
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: hsl(0, 0%, 10%);
  font-weight: normal;
}
.bootstrap-select-wrapper {
  position: relative;
  padding-top: 0;
}
.bootstrap-select-wrapper.no-tick .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark {
  display: none;
}
.bootstrap-select-wrapper.disabled:hover {
  cursor: not-allowed;
}
.bootstrap-select-wrapper.disabled .bootstrap-select {
  background-color: hsl(210, 3%, 85%);
}
.bootstrap-select-wrapper.disabled .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: hsl(0, 0%, 10%);
  opacity: 1;
}
.bootstrap-select-wrapper .dropdown-menu {
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement=bottom-start],
.bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement=bottom-start] {
  animation: selectDropdownFadeIn forwards 0.3s;
}
.bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement=top-start],
.bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement=top-start] {
  animation: selectDropdownFadeInTop forwards 0.3s;
}
.bootstrap-select-wrapper .dropdown-menu:before {
  display: none;
}
.bootstrap-select-wrapper > label {
  position: absolute;
  color: hsl(0, 0%, 10%);
  font-size: 0.875rem;
  display: block;
  font-weight: 600;
  padding: 0 0.5rem;
  line-height: calc(2.5rem - 1px);
  top: 0;
  transform: translateY(-75%);
}
.bootstrap-select-wrapper button {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: hsl(0, 0%, 10%);
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.bootstrap-select-wrapper button.disabled {
  background: transparent;
}
.bootstrap-select-wrapper button.disabled.btn-light {
  box-shadow: none;
}
.bootstrap-select-wrapper button .filter-option {
  position: relative;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner {
  display: flex;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner-inner .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper button .filter-option:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: hsl(0, 0%, 10%);
  bottom: 0;
  transition: all 0.3s;
  transform-origin: bottom;
}
.bootstrap-select-wrapper button:hover:not(.disabled) .filter-option:after {
  transform: scaleY(2);
}
.bootstrap-select-wrapper button:hover {
  background: transparent;
}
.bootstrap-select-wrapper button.dropdown-toggle:after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: static;
  top: 0;
  transform: translateY(50%);
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox {
  padding: 8px 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text] {
  padding: 0;
  border-bottom: 1px solid hsl(210, 4%, 78%);
  font-size: 1rem;
  font-weight: 600;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text]::placeholder {
  opacity: 0.5;
  font-size: 1rem;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .no-results {
  padding: 8px 24px;
  background: transparent;
  margin: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-header .text {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 10%);
  font-weight: 600;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-divider {
  border: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check {
  margin-top: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type=checkbox] + label,
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type=radio] + label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1rem;
  height: 30px;
  line-height: 30px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .btn {
  height: 2.5rem;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox {
  position: relative;
  padding: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block {
  display: block;
  padding: 8px 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn {
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  color: hsl(210, 100%, 40%);
  font-weight: normal;
  width: auto;
  margin-right: 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:active,
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:focus {
  box-shadow: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:hover {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox:after {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 4%, 78%);
  position: absolute;
  bottom: -8px;
  left: 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill {
  font-size: 0.7777777778rem;
  padding: 4px 8px;
  border: 1px solid hsl(0, 0%, 10%);
  color: hsl(0, 0%, 10%);
  line-height: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill svg {
  fill: hsl(0, 0%, 10%);
  margin-right: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox] + label,
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio] + label {
  font-size: 0.7777777778rem;
  padding: 4px 8px;
  border: 1px solid hsl(0, 0%, 10%);
  color: hsl(0, 0%, 10%);
  line-height: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  height: auto;
  font-weight: 700;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox] + label:before,
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox] + label:after,
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio] + label:before,
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio] + label:after {
  display: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu {
  top: calc(-100% - 8px) !important;
  padding: 8px 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu[x-placement=top-start] {
  top: auto !important;
  bottom: -8px !important;
  transform: none !important;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a {
  font-size: 1rem;
  padding: 8px 24px;
  color: hsl(210, 100%, 40%);
  white-space: inherit;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.icon-options-li span.text {
  display: flex;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected {
  color: hsl(210, 100%, 15%);
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.select-pill-text {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark {
  color: hsl(210, 100%, 40%);
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:active {
  background: transparent;
  outline: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark {
  top: 10px;
  right: 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text {
  position: relative;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .select-pill .icon {
  display: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .icon {
  fill: hsl(210, 100%, 40%);
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .reset-label {
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 4%, 78%);
  position: absolute;
  bottom: -8px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover {
  background: transparent;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover span.text {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active {
  background: transparent;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active span.text {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li.disabled a {
  color: hsl(210, 3%, 85%);
}
fieldset:disabled .bootstrap-select-wrapper:hover {
  cursor: not-allowed;
}
fieldset:disabled .bootstrap-select-wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: hsl(0, 0%, 10%);
}
fieldset:disabled .bootstrap-select-wrapper button {
  background-color: hsl(210, 3%, 85%);
  opacity: 1;
}
fieldset:disabled .bootstrap-select-wrapper button.btn-light {
  box-shadow: none;
}
.it-transfer-wrapper {
  border: 1px solid hsl(210, 3.6255162919%, 78.21%);
  border-radius: 4px;
}
.it-transfer-wrapper .transfer-scroll {
  height: 240px;
  overflow-x: hidden;
  margin-bottom: 24px;
}
.it-transfer-wrapper .form-check {
  padding: 0 24px;
  position: relative;
}
.it-transfer-wrapper .form-check input.semi-checked:not(:checked) + label::before {
  top: 13px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  transform: none;
  backface-visibility: hidden;
  opacity: 1;
  background: #fff;
}
.it-transfer-wrapper .form-check input.semi-checked:not(:checked) + label::after {
  border-color: hsl(210, 73.9130434783%, 48.3%);
  background-color: hsl(210, 73.9130434783%, 48.3%);
  z-index: 0;
}
.it-transfer-wrapper .transfer-header {
  font-weight: bold;
}
.it-transfer-wrapper .transfer-header:after {
  height: 1px;
  background: hsl(210, 3.6255162919%, 78.21%);
  width: 65px;
  content: "";
  display: block;
  margin-left: 62px;
}
.it-transfer-wrapper .transfer-header .form-check {
  padding: 24px 24px 8px;
  margin-top: 0;
}
.it-transfer-wrapper .transfer-header .form-check [type=checkbox] + label {
  display: flex;
  justify-content: space-between;
}
.it-transfer-wrapper .transfer-header .form-check .descr {
  display: block;
  font-size: 0.75rem;
  color: hsl(210, 25%, 35.2%);
  font-weight: normal;
}
.it-transfer-buttons {
  display: flex;
  justify-content: center;
}
.it-transfer-buttons a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid hsl(210, 3.6255162919%, 78.21%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 24px 8px;
  cursor: default;
  pointer-events: none;
}
.it-transfer-buttons a .icon {
  fill: hsl(210, 3.6255162919%, 78.21%);
}
.it-transfer-buttons a.transfer,
.it-transfer-buttons a.backtransfer {
  transform: rotate(90deg);
}
.it-transfer-buttons a.active {
  border-color: hsl(210, 73.9130434783%, 48.3%);
  cursor: pointer;
  pointer-events: all;
}
.it-transfer-buttons a.active .icon {
  fill: hsl(210, 73.9130434783%, 48.3%);
}
@media (min-width: 768px) {
  .it-transfer-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .it-transfer-buttons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid hsl(210, 3.6255162919%, 78.21%);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin: 8px 8px;
    align-self: center;
  }
  .it-transfer-buttons a.transfer,
  .it-transfer-buttons a.backtransfer {
    transform: none;
  }
}
.autocomplete__hint,
.autocomplete__input {
  appearance: none;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  line-height: 1.25;
  height: 2.5rem;
  width: 100%;
}
.autocomplete__input {
  position: relative;
}
.autocomplete__hint {
  color: #505a5f;
  position: absolute;
}
.autocomplete__input--default {
  padding: 5px;
}
.autocomplete__input--focused {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.autocomplete__input--show-all-values {
  padding: 5px 35px 5px 5px;
  cursor: pointer;
}
.autocomplete__dropdown-arrow-down {
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px;
}
.autocomplete__menu {
  background-color: #ffffff;
  border: 2px solid #0b0c0c;
  border-top: 0;
  color: #0b0c0c;
  margin: 0;
  max-height: 342px;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  width: calc(100% - 4px);
}
.autocomplete__menu--visible {
  display: block;
}
.autocomplete__menu--hidden {
  display: none;
}
.autocomplete__menu--overlay {
  box-shadow: rgba(0, 0, 0, 0.256863) 0px 2px 6px;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.autocomplete__menu--inline {
  position: relative;
}
.autocomplete__option {
  border-bottom: solid #b1b4b6;
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative;
}
.autocomplete__option > * {
  pointer-events: none;
}
.autocomplete__option:first-of-type {
  border-top-width: 0;
}
.autocomplete__option:last-of-type {
  border-bottom-width: 0;
}
.autocomplete__option--odd {
  background-color: #f3f2f1;
}
.autocomplete__option--focused,
.autocomplete__option:hover {
  background-color: #1d70b8;
  border-color: #1d70b8;
  color: white;
  outline: none;
}
@media (-ms-high-contrast: active), (forced-colors: active) {
  .autocomplete__menu {
    border-color: FieldText;
  }
  .autocomplete__option {
    background-color: Field;
    color: FieldText;
  }
  .autocomplete__option--focused,
  .autocomplete__option:hover {
    forced-color-adjust: none;
    background-color: SelectedItem;
    border-color: SelectedItem;
    color: SelectedItemText;
    outline-color: SelectedItemText;
  }
}
.autocomplete__option--no-results {
  background-color: #f3f2f1;
  color: #505a5f;
  cursor: not-allowed;
}
.autocomplete__hint,
.autocomplete__option {
  padding: 5px;
}
.autocomplete__wrapper {
  position: relative;
}
.autocomplete__wrapper .autocomplete__menu {
  border: 1px solid hsl(0, 0%, 64%);
  border-top: none;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 10;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.autocomplete__wrapper .autocomplete__menu .autocomplete__hint,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option {
  padding: 12px 24px;
  background-color: #fff;
  border: none;
}
.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:hover,
.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:focus,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:hover,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:focus {
  color: hsl(210, 100%, 40%);
}
.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:focus,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:focus {
  border: 2px solid hsl(0, 0%, 0%);
}
.autocomplete {
  padding: 0.375rem 48px 0.375rem 24px;
}
.autocomplete::placeholder {
  color: hsl(210, 17%, 44%);
}
.autocomplete:disabled {
  background-color: #cacacc;
}
.autocomplete:disabled::placeholder {
  color: hsl(210, 17%, 44%);
}
.autocomplete-icon {
  position: absolute;
  right: 0;
  top: 0.5rem;
  padding: 0 0.5rem;
  background-color: hsl(0, 0%, 100%);
}
.autocomplete-icon .icon {
  fill: hsl(210, 17%, 44%);
}
.autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  padding: 8px 0;
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  border-top: 1px solid hsl(210, 17%, 44%);
  transition: opacity 0.3s;
  display: none;
}
.autocomplete-list.autocomplete-list-show {
  display: block;
  z-index: 10;
}
.autocomplete-list li {
  list-style-type: none;
  padding: 0;
}
.autocomplete-list a {
  padding: 12px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: hsl(210, 24.1464928616%, 35.68365%);
  line-height: 1.2;
  font-size: 1rem;
  text-decoration: none;
}
.autocomplete-list a:hover {
  color: hsl(210, 100%, 40%);
  text-decoration: none;
}
.autocomplete-list a:hover .icon {
  fill: hsl(210, 100%, 40%);
}
.autocomplete-list a:hover .autocomplete-list-text span {
  text-decoration: underline;
}
.autocomplete-list a:hover .autocomplete-list-text em {
  color: hsl(210, 100%, 40%);
}
.autocomplete-list a:hover mark,
.autocomplete-list a:hover .mark {
  color: hsl(210, 100%, 40%);
}
.autocomplete-list a .icon,
.autocomplete-list a .avatar {
  margin-right: 16px;
  flex-shrink: 0;
}
.autocomplete-list a .icon {
  fill: hsl(210, 24.1464928616%, 35.68365%);
}
.autocomplete-list a .autocomplete-list-text {
  margin-top: 2px;
}
.autocomplete-list a .autocomplete-list-text em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: hsl(210, 33%, 28%);
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}
.autocomplete-list mark,
.autocomplete-list .mark {
  padding: 0;
  background: transparent;
  font-weight: bold;
}
.autocomplete-wrapper-big .autocomplete {
  height: 56px;
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 4rem;
  padding-right: 24px;
}
.autocomplete-wrapper-big .autocomplete-icon {
  position: absolute;
  left: 0.5rem;
  right: auto;
  top: 1rem;
}
.autocomplete-wrapper-big .autocomplete-icon .icon {
  fill: hsl(210, 100%, 40%);
  width: 24px;
  height: 24px;
}
.autocomplete-wrapper-big .autocomplete-list a {
  font-size: 1.125rem;
}
.autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text {
  margin-top: 0;
}
@media (min-width: 576px) {
  .autocomplete-list a {
    font-size: 0.875rem;
    align-items: flex-start;
  }
  .autocomplete-list a .autocomplete-list-text span {
    margin-right: 8px;
  }
  .autocomplete-list a .autocomplete-list-text em {
    display: inline-block;
    font-size: 0.75rem;
    margin-top: 0;
  }
  .autocomplete-wrapper-big .autocomplete {
    height: 72px;
    font-size: 2.25rem;
    padding-left: 64px;
  }
  .autocomplete-wrapper-big .autocomplete-icon .icon {
    width: 40px;
    height: 40px;
  }
  .autocomplete-wrapper-big .autocomplete-list a {
    font-size: 1.125rem;
  }
  .autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text span {
    margin-right: 16px;
  }
}
.form-feedback {
  margin-left: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
.form-feedback.just-validate-error-label {
  color: #d9364f;
}
.input-group-text:has(~ [data-focus-mouse=true]:not(.btn)),
[data-focus-mouse=true]:not(.btn) ~ .input-group-text,
button:has(~ [data-focus-mouse=true]:not(.btn)),
[data-focus-mouse=true]:not(.btn) + button {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.input-group-text:has(~ .is-invalid),
.is-invalid ~ .input-group-text,
button:has(~ .is-invalid),
.is-invalid + button {
  border-color: #d9364f;
}
.sr-only-justvalidate-bi {
  display: none;
}
.just-validate-success-field {
  border-color: #008758 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300cc85' viewBox='0 0 192 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
}
.input-group-text:has(~ .just-validate-success-field),
.just-validate-success-field ~ .input-group-text,
button:has(~ .just-validate-success-field),
.just-validate-success-field + button {
  border-color: #008758;
}
.just-validate-success-field + .input-group-text.align-buttons,
.is-invalid + .input-group-text.align-buttons {
  right: 30px;
}
.is-invalid + .input-group-text.align-buttons {
  bottom: 22px;
}
.autocomplete__wrapper .form-feedback.just-validate-error-label {
  position: absolute;
}
textarea.form-control {
  background-position: top 0.3em right 0.3em !important;
  background-size: 37px 30% !important;
}
textarea.is-invalid {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
textarea.just-validate-success-field {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
input[type=checkbox].just-validate-success-field + label,
input[type=radio].just-validate-success-field + label {
  color: #008758;
}
select.is-invalid {
  border-bottom: 1px solid #d9364f;
}
select.just-validate-success-field {
  border-bottom: 1px solid #008758;
}
.it-footer h4,
.it-footer .h4,
.it-footer ul,
.it-footer li,
.it-footer p {
  font-size: 1rem;
}
.it-footer a {
  color: hsl(0, 0%, 100%);
}
.it-footer a:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.it-footer-main {
  --bs-border-opacity: 0.5;
  background-color: hsl(210, 100%, 30%);
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
}
.it-footer-main h4,
.it-footer-main .h4 {
  text-transform: uppercase;
}
.it-footer-main .link-list-wrapper ul li a:not(.disabled) {
  padding: 0;
  line-height: 2rem;
  text-decoration: underline;
}
.it-footer-main .it-brand-wrapper {
  padding: 32px 0;
}
.it-footer-main .it-brand-wrapper .it-brand-text {
  padding-right: 24px;
}
.it-footer-main .it-brand-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.it-footer-main .it-brand-wrapper a h2,
.it-footer-main .it-brand-wrapper a .h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 1.1;
}
.it-footer-main .it-brand-wrapper a h3,
.it-footer-main .it-brand-wrapper a .h3 {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}
.it-footer-main .it-brand-wrapper a:hover {
  text-decoration: none;
}
.it-footer-main .it-brand-wrapper a .icon {
  fill: hsl(0, 0%, 100%);
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.it-footer-main section {
  padding: 0 16px;
}
.it-footer-main label {
  font-weight: 600;
}
.it-footer-small-prints {
  background-color: hsl(210, 100%, 20%);
}
.it-footer-small-prints ul.it-footer-small-prints-list {
  padding: 1.5rem 1rem;
}
.it-footer-small-prints ul.it-footer-small-prints-list li {
  padding: 0.5rem 0;
}
.it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
  padding-top: 0;
}
.it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
  padding-bottom: 0;
}
.form-newsletter input[type=email] {
  font-size: 1rem;
}
.form-newsletter input[type=email] ~ * {
  margin-top: 1em;
}
.form-newsletter button {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .form-newsletter button {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) {
  .it-footer-small-prints ul.it-footer-small-prints-list li {
    padding: 0 1rem;
  }
  .it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
    padding-left: 0;
  }
  .it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
    padding-right: 0;
  }
}
it-modal {
  text-align: start;
}
it-dropdown-item a {
  cursor: pointer;
}
.ehr-form hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ehr-form h5 {
  font-weight: bold;
  margin-bottom: 0px;
}
.ehr-form .ehr-rich-field-label span p {
  font-size: 14px !important;
  margin-top: -6px !important;
}
.ehr-form .labeled-input--label {
  padding-top: 2px !important;
}
.ehr-form mrd-codedtext-input > ehr-presentation-value > p {
  margin-top: 7px;
}
.ehr-form ehr-boolean .labeled-input--label {
  position: relative;
  margin-top: 13px;
}
.ehr-form .ngb-tp-spacer {
  padding-top: 10px;
}
.ehr-form .b-form-input {
  margin-top: 12px;
}
.ehr-form .card:after {
  margin-top: 4px !important;
}
.it-carousel-wrapper .splide__track {
  padding-top: 0px !important;
}
@media (min-width: 992px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows {
    left: -24px;
    right: -24px;
  }
}
@media print {
  body {
    background: white !important;
    color: black !important;
    font-size: 12pt;
  }
  .no-print {
    display: none !important;
  }
  .print-area {
    padding: 0rem;
    border: none;
  }
  a {
    text-decoration: none;
    color: black;
  }
  .form-group {
    margin: 0px !important;
    padding: 0px !important;
  }
}

/* node_modules/@better/form-renderer/styles.css */
@font-face {
  font-family: "better-icons";
  src: url("./media/better-icons-76NWKAXZ.woff") format("truetype"), url("./media/better-icons-76NWKAXZ.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
i.b-icon {
  color: #000;
  font-family: "better-icons" !important;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
i.b-icon:disabled,
i.b-icon.disabled {
  color: rgba(0, 0, 0, .24);
}
i.b-icon.info-button {
  font-size: 1.3125rem;
  border-radius: .25rem;
  width: .875rem;
  height: .875rem;
  background: #d3d8db;
  padding: 0 !important;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
}
i.b-icon.info-button:hover {
  background-color: #d3d8db !important;
  border-radius: .25rem !important;
}
i.b-icon.plus::before {
  content: "\e900";
}
i.b-icon.minus::before {
  content: "\e90c";
}
i.b-icon.cancel::before {
  content: "\e901";
}
i.b-icon.check::before {
  content: "\e902";
}
i.b-icon.chevron-down::before {
  content: "\e903";
}
i.b-icon.chevron-left::before {
  content: "\e904";
}
i.b-icon.chevron-right::before {
  content: "\e905";
}
i.b-icon.chevron-up::before {
  content: "\e906";
}
i.b-icon.download::before {
  content: "\e907";
}
i.b-icon.external-link::before {
  content: "\e908";
}
i.b-icon.arrow-down::before {
  content: "\e92b";
}
i.b-icon.arrow-up::before {
  content: "\e92e";
}
i.b-icon.trend-down::before {
  content: "\e909";
}
i.b-icon.trend-up::before {
  content: "\e90b";
}
i.b-icon.trend-down-big::before {
  content: "\e950";
}
i.b-icon.trend-up-big::before {
  content: "\e951";
}
i.b-icon.required::before {
  content: "\e952";
}
i.b-icon.upload::before {
  content: "\e935";
}
i.b-icon.time::before {
  content: "\e90d";
}
i.b-icon.triangle-exclamation::before {
  content: "\e90f";
}
i.b-icon.calendar::before {
  content: "\e910";
}
i.b-icon.undo::before {
  content: "\e912";
}
i.b-icon.redo::before {
  content: "\e911";
}
i.b-icon.revert::before {
  content: "\e90e";
}
i.b-icon.filter::before {
  content: "\e92f";
}
i.b-icon.move::before {
  content: "\e936";
}
i.b-icon.olddata::before {
  content: "\e937";
}
i.b-icon.patient-record::before {
  content: "\e938";
}
i.b-icon.phone::before {
  content: "\e939";
}
i.b-icon.search::before {
  content: "\e923";
}
i.b-icon.sum::before {
  content: "\e93b";
}
i.b-icon.user::before {
  content: "\e953";
}
i.b-icon.user-hollow::before {
  content: "\e954";
}
i.b-icon.view-document::before {
  content: "\e955";
}
i.b-icon.attachment::before {
  content: "\e959";
}
i.b-icon.home::before {
  content: "\e913";
}
i.b-icon.nav-search::before {
  content: "\e914";
}
i.b-icon.applications::before {
  content: "\e915";
}
i.b-icon.help::before {
  content: "\e916";
}
i.b-icon.institution::before {
  content: "\e917";
}
i.b-icon.messaging::before {
  content: "\e918";
}
i.b-icon.notifications::before {
  content: "\e919";
}
i.b-icon.userprofile::before {
  content: "\e91a";
}
i.b-icon.close::before {
  content: "\e924";
}
i.b-icon.collapse::before {
  content: "\e925";
}
i.b-icon.deleterow::before {
  content: "\e926";
}
i.b-icon.btn-download::before {
  content: "\e927";
}
i.b-icon.expand::before {
  content: "\e928";
}
i.b-icon.folddocuments-small::before {
  content: "\e929";
}
i.b-icon.folddocuments::before {
  content: "\e92a";
}
i.b-icon.menu::before {
  content: "\e92c";
}
i.b-icon.moreoptions::before {
  content: "\e92d";
}
i.b-icon.shrink::before {
  content: "\e930";
}
i.b-icon.sort::before {
  content: "\e931";
}
i.b-icon.stretch::before {
  content: "\e932";
}
i.b-icon.unfolddocuments-small::before {
  content: "\e933";
}
i.b-icon.unfolddocuments::before {
  content: "\e934";
}
i.b-icon.info::before {
  content: "\e94a";
}
i.b-icon.vitals-urine::before {
  content: "\e93c";
}
i.b-icon.vitals-speech::before {
  content: "\e93d";
}
i.b-icon.vitals-skin-tone::before {
  content: "\e93e";
}
i.b-icon.vitals-pain-score::before {
  content: "\e93f";
}
i.b-icon.vitals-oxygen-saturation::before {
  content: "\e940";
}
i.b-icon.vitals-heart-rate::before {
  content: "\e941";
}
i.b-icon.vitals-ecg::before {
  content: "\e942";
}
i.b-icon.vitals-breathing-frequency::before {
  content: "\e943";
}
i.b-icon.vitals-body-temperature::before {
  content: "\e944";
}
i.b-icon.vitals-body-mass::before {
  content: "\e945";
}
i.b-icon.vitals-blood-pressure::before {
  content: "\e946";
}
i.b-icon.vitals-walking-test::before {
  content: "\e947";
}
i.b-icon.vitals-airflow::before {
  content: "\e948";
}
i.b-icon.triangle-allergies-small::before {
  content: "\e949";
}
i.b-icon.triangle-allergies-small-outline::before {
  content: "\e94c";
}
i.b-icon.triangle-allergies-large::before {
  content: "\e94d";
}
i.b-icon.triangle-allergies-large-outline::before {
  content: "\e94b";
}
i.b-icon.status-notifications-info::before {
  content: "\e957";
}
i.b-icon.status-notifications-success::before {
  content: "\e958";
}
i.b-icon.status-notifications-error::before {
  content: "\e956";
}
i.b-icon.activity-check::before {
  content: "\e94e";
}
i.b-icon.activity-error::before {
  content: "\e94f";
}
i.b-icon.xsmall {
  font-size: .5rem;
}
i.b-icon.small {
  font-size: .75rem;
}
i.b-icon.normal {
  font-size: 1rem;
}
i.b-icon.big {
  font-size: 1.5rem;
}
i.b-icon.text-danger {
  color: #ff2d55;
}
i.b-icon.text-info {
  color: #007aff;
}
i.b-icon.text-warning {
  color: #fa0;
}
i.b-icon.group-notification {
  font-size: 30px;
}
i.b-icon.group-navigation {
  font-size: 32px;
}
i.b-icon.group-vitals {
  font-size: 28px;
}
i.b-icon.group-button {
  font-size: 24px;
}
i.b-icon.home {
  padding: .25rem;
}
i.b-icon.home:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.home:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.home.selected::before {
  content: "\e91c";
}
i.b-icon.nav-search {
  padding: .25rem;
}
i.b-icon.nav-search:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.nav-search:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.nav-search.selected::before {
  content: "\e91e";
}
i.b-icon.applications {
  padding: .25rem;
}
i.b-icon.applications:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.applications:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.applications.selected::before {
  content: "\e91f";
}
i.b-icon.help {
  padding: .25rem;
}
i.b-icon.help:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.help:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.help.selected::before {
  content: "\e91b";
}
i.b-icon.institution {
  padding: .25rem;
}
i.b-icon.institution:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.institution:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.institution.selected::before {
  content: "\e91d";
}
i.b-icon.messaging {
  padding: .25rem;
}
i.b-icon.messaging:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.messaging:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.messaging.selected::before {
  content: "\e920";
}
i.b-icon.notifications {
  padding: .25rem;
}
i.b-icon.notifications:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.notifications:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.notifications.selected::before {
  content: "\e921";
}
i.b-icon.userprofile {
  padding: .25rem;
}
i.b-icon.userprofile:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.userprofile:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.userprofile.selected::before {
  content: "\e922";
}
i.b-icon.search {
  padding: .125rem;
}
i.b-icon.search:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.search:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.search:disabled,
i.b-icon.search.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.search.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.search.text-danger:disabled,
i.b-icon.search.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.search.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.search.text-info:disabled,
i.b-icon.search.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.search.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.search.text-warning:disabled,
i.b-icon.search.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.close {
  padding: .125rem;
}
i.b-icon.close:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.close:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.close:disabled,
i.b-icon.close.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.close.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.close.text-danger:disabled,
i.b-icon.close.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.close.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.close.text-info:disabled,
i.b-icon.close.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.close.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.close.text-warning:disabled,
i.b-icon.close.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.collapse {
  padding: .125rem;
}
i.b-icon.collapse:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.collapse:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.collapse:disabled,
i.b-icon.collapse.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.collapse.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.collapse.text-danger:disabled,
i.b-icon.collapse.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.collapse.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.collapse.text-info:disabled,
i.b-icon.collapse.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.collapse.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.collapse.text-warning:disabled,
i.b-icon.collapse.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.deleterow {
  padding: .125rem;
}
i.b-icon.deleterow:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.deleterow:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.deleterow:disabled,
i.b-icon.deleterow.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.deleterow.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.deleterow.text-danger:disabled,
i.b-icon.deleterow.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.deleterow.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.deleterow.text-info:disabled,
i.b-icon.deleterow.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.deleterow.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.deleterow.text-warning:disabled,
i.b-icon.deleterow.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.btn-download {
  padding: .125rem;
}
i.b-icon.btn-download:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.btn-download:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.btn-download:disabled,
i.b-icon.btn-download.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.btn-download.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.btn-download.text-danger:disabled,
i.b-icon.btn-download.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.btn-download.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.btn-download.text-info:disabled,
i.b-icon.btn-download.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.btn-download.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.btn-download.text-warning:disabled,
i.b-icon.btn-download.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.expand {
  padding: .125rem;
}
i.b-icon.expand:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.expand:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.expand:disabled,
i.b-icon.expand.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.expand.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.expand.text-danger:disabled,
i.b-icon.expand.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.expand.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.expand.text-info:disabled,
i.b-icon.expand.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.expand.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.expand.text-warning:disabled,
i.b-icon.expand.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.folddocuments-small {
  padding: .125rem;
}
i.b-icon.folddocuments-small:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments-small:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments-small:disabled,
i.b-icon.folddocuments-small.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.folddocuments-small.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments-small.text-danger:disabled,
i.b-icon.folddocuments-small.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.folddocuments-small.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments-small.text-info:disabled,
i.b-icon.folddocuments-small.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.folddocuments-small.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments-small.text-warning:disabled,
i.b-icon.folddocuments-small.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.folddocuments {
  padding: .125rem;
}
i.b-icon.folddocuments:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments:disabled,
i.b-icon.folddocuments.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.folddocuments.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments.text-danger:disabled,
i.b-icon.folddocuments.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.folddocuments.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments.text-info:disabled,
i.b-icon.folddocuments.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.folddocuments.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.folddocuments.text-warning:disabled,
i.b-icon.folddocuments.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.menu {
  padding: .125rem;
}
i.b-icon.menu:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.menu:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.menu:disabled,
i.b-icon.menu.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.menu.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.menu.text-danger:disabled,
i.b-icon.menu.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.menu.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.menu.text-info:disabled,
i.b-icon.menu.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.menu.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.menu.text-warning:disabled,
i.b-icon.menu.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.moreoptions {
  padding: .125rem;
}
i.b-icon.moreoptions:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.moreoptions:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.moreoptions:disabled,
i.b-icon.moreoptions.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.moreoptions.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.moreoptions.text-danger:disabled,
i.b-icon.moreoptions.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.moreoptions.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.moreoptions.text-info:disabled,
i.b-icon.moreoptions.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.moreoptions.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.moreoptions.text-warning:disabled,
i.b-icon.moreoptions.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.shrink {
  padding: .125rem;
}
i.b-icon.shrink:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.shrink:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.shrink:disabled,
i.b-icon.shrink.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.shrink.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.shrink.text-danger:disabled,
i.b-icon.shrink.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.shrink.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.shrink.text-info:disabled,
i.b-icon.shrink.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.shrink.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.shrink.text-warning:disabled,
i.b-icon.shrink.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.sort {
  padding: .125rem;
}
i.b-icon.sort:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.sort:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.sort:disabled,
i.b-icon.sort.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.sort.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.sort.text-danger:disabled,
i.b-icon.sort.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.sort.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.sort.text-info:disabled,
i.b-icon.sort.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.sort.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.sort.text-warning:disabled,
i.b-icon.sort.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.stretch {
  padding: .125rem;
}
i.b-icon.stretch:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.stretch:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.stretch:disabled,
i.b-icon.stretch.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.stretch.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.stretch.text-danger:disabled,
i.b-icon.stretch.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.stretch.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.stretch.text-info:disabled,
i.b-icon.stretch.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.stretch.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.stretch.text-warning:disabled,
i.b-icon.stretch.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.unfolddocuments-small {
  padding: .125rem;
}
i.b-icon.unfolddocuments-small:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments-small:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments-small:disabled,
i.b-icon.unfolddocuments-small.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.unfolddocuments-small.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments-small.text-danger:disabled,
i.b-icon.unfolddocuments-small.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.unfolddocuments-small.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments-small.text-info:disabled,
i.b-icon.unfolddocuments-small.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.unfolddocuments-small.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments-small.text-warning:disabled,
i.b-icon.unfolddocuments-small.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.unfolddocuments {
  padding: .125rem;
}
i.b-icon.unfolddocuments:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments:disabled,
i.b-icon.unfolddocuments.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.unfolddocuments.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments.text-danger:disabled,
i.b-icon.unfolddocuments.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.unfolddocuments.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments.text-info:disabled,
i.b-icon.unfolddocuments.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.unfolddocuments.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.unfolddocuments.text-warning:disabled,
i.b-icon.unfolddocuments.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.upload {
  padding: .125rem;
}
i.b-icon.upload:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.upload:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.upload:disabled,
i.b-icon.upload.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.upload.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.upload.text-danger:disabled,
i.b-icon.upload.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.upload.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.upload.text-info:disabled,
i.b-icon.upload.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.upload.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.upload.text-warning:disabled,
i.b-icon.upload.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.info {
  padding: .125rem;
}
i.b-icon.info:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
i.b-icon.info:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
i.b-icon.info:disabled,
i.b-icon.info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3);
}
i.b-icon.info.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
i.b-icon.info.text-danger:disabled,
i.b-icon.info.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3);
}
i.b-icon.info.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
i.b-icon.info.text-info:disabled,
i.b-icon.info.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3);
}
i.b-icon.info.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
i.b-icon.info.text-warning:disabled,
i.b-icon.info.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3);
}
i.b-icon.vitals-urine {
  color: #88919e;
}
i.b-icon.vitals-speech {
  color: #88919e;
}
i.b-icon.vitals-skin-tone {
  color: #88919e;
}
i.b-icon.vitals-pain-score {
  color: #88919e;
}
i.b-icon.vitals-oxygen-saturation {
  color: #88919e;
}
i.b-icon.vitals-heart-rate {
  color: #88919e;
}
i.b-icon.vitals-ecg {
  color: #88919e;
}
i.b-icon.vitals-breathing-frequency {
  color: #88919e;
}
i.b-icon.vitals-body-temperature {
  color: #88919e;
}
i.b-icon.vitals-body-mass {
  color: #88919e;
}
i.b-icon.vitals-blood-pressure {
  color: #88919e;
}
i.b-icon.vitals-walking-test {
  color: #88919e;
}
i.b-icon.vitals-airflow {
  color: #88919e;
}
.popover {
  z-index: 2;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 14px;
  height: 7px;
  margin: 0 6px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-popover-top {
  margin-bottom: 7px;
}
.bs-popover-top > .arrow {
  bottom: -7px;
}
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 7px calc(14px / 2) 0;
  border-top-color: rgba(0, 0, 0, 0);
}
.bs-popover-top > .arrow::after {
  bottom: 0;
  border-width: 7px calc(14px / 2) 0;
  border-top-color: #fff;
}
.bs-popover-right {
  margin-left: 7px;
}
.bs-popover-right > .arrow {
  left: -7px;
  width: 7px;
  height: 14px;
  margin: 8px 0;
}
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: calc(14px / 2) 7px calc(14px / 2) 0;
  border-right-color: rgba(0, 0, 0, 0);
}
.bs-popover-right > .arrow::after {
  left: 0;
  border-width: calc(14px / 2) 7px calc(14px / 2) 0;
  border-right-color: #fff;
}
.bs-popover-left {
  margin-left: 7px;
}
.bs-popover-left > .arrow {
  right: -7px;
  left: auto;
  transform: rotate(180deg);
  width: 7px;
  height: 14px;
  margin: 8px 0;
}
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 7px 7px 7px 0;
  border-right-color: #fff;
}
.bs-popover-left > .arrow::after {
  right: 0;
  border-width: 7px 7px 7px 0;
  border-right-color: rgba(0, 0, 0, 0);
}
.bs-popover-bottom {
  margin-top: 7px;
}
.bs-popover-bottom > .arrow {
  top: -7px;
}
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 calc(14px / 2) 7px calc(14px / 2);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.bs-popover-bottom > .arrow::after {
  top: 0;
  border-width: 0 calc(14px / 2) 7px calc(14px / 2);
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 14px;
  margin-left: calc(-14px / 2);
  content: "";
  border-bottom: 0 solid #fff;
}
.provenance-popover {
  max-width: unset;
  margin-left: 15px;
}
.provenance-popover.bs-popover-left-top,
.provenance-popover.bs-popover-right-top {
  top: -6px !important;
}
.provenance-popover.bs-popover-left-top .arrow,
.provenance-popover.bs-popover-right-top .arrow {
  top: 18px;
}
.provenance-popover.bs-popover-bottom-right .arrow,
.provenance-popover.bs-popover-top-right .arrow {
  right: 20px;
}
.provenance-popover.bs-popover-bottom-left .arrow,
.provenance-popover.bs-popover-top-left .arrow {
  left: 20px;
}
.provenance-popover.bs-popover-right-bottom,
.provenance-popover.bs-popover-left-bottom {
  top: 15px !important;
}
.provenance-popover .popover-body {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  max-width: 330px;
  padding: 16px 0;
}
.provenance-popover .popover-body .provenance-popover-wrapper {
  display: flex;
  flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  max-height: 330px;
  max-width: 370px;
  min-width: 300px;
  overflow-y: hidden;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-popover-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 auto;
  color: #5c5c62;
  font-size: .875em;
  margin-bottom: 15px;
  padding: 0 16px;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-popover-header .popover-close-btn {
  font-size: 28px;
  cursor: pointer;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-field-title {
  color: #5c5c62;
  font-size: .875em;
  letter-spacing: .5px;
  line-height: 1.25em;
  margin-bottom: 8px;
  padding: 0 16px;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries {
  overflow-y: auto;
  padding: 0 16px;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries.ie-scrollbar-override {
  height: 258px;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-value {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-value .multimedia-thumbnail {
  margin: 4px 15px 4px 4px;
  object-fit: cover;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-value .provenance-empty-text {
  font-weight: 400;
  font-size: .875em;
  color: #88919e;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-committer-data {
  color: #5c5c62;
  font-size: .75em;
  letter-spacing: .17px;
}
.provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-committer-data .provenance-divider {
  margin: 0 .25em;
}
.color-picker-popover .arrow:after {
  border: none;
}
.color-picker-popover .popover-body {
  padding: 0;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto-Regular"),
    url("./media/Roboto-Regular-GMKE7L63.woff2") format("woff2"),
    url("./media/Roboto-Regular-VS6LK5OF.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src:
    local("Roboto-Bold"),
    url("./media/Roboto-Bold-HRCILAPB.woff2") format("woff2"),
    url("./media/Roboto-Bold-WYTT5462.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src:
    local("Roboto-RegularItalic"),
    url("./media/Roboto-RegularItalic-LIEPUAIZ.woff2") format("woff2"),
    url("./media/Roboto-RegularItalic-4ENIJVTS.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src:
    local("Roboto-BoldItalic"),
    url("./media/Roboto-BoldItalic-ZIYRS7A2.woff2") format("woff2"),
    url("./media/Roboto-BoldItalic-HPSZKQKB.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src:
    local("RobotoCondensed-Regular"),
    url("./media/RobotoCondensed-Regular-YYBRBB3F.woff2") format("woff2"),
    url("./media/RobotoCondensed-Regular-26BY76PH.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src:
    local("RobotoCondensed-Bold"),
    url("./media/RobotoCondensed-Bold-MRW6WQ3H.woff2") format("woff2"),
    url("./media/RobotoCondensed-Bold-YBJUYMIC.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src:
    local("RobotoCondensed-RegularItalic"),
    url("./media/RobotoCondensed-RegularItalic-HPNMQFMM.woff2") format("woff2"),
    url("./media/RobotoCondensed-RegularItalic-OZ64P5TO.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src:
    local("RobotoCondensed-BoldItalic"),
    url("./media/RobotoCondensed-BoldItalic-FALBALK6.woff2") format("woff2"),
    url("./media/RobotoCondensed-BoldItalic-WCB4T7TB.woff") format("woff");
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src:
    local("RobotoMono-Regular"),
    url("./media/RobotoMono-Regular-OKRWGZOX.woff2") format("woff2"),
    url("./media/RobotoMono-Regular-L25YYWY3.woff") format("woff");
}
@font-face {
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 400;
  src:
    local("RobotoMono-RegularItalic"),
    url("./media/RobotoMono-RegularItalic-UPQRVZWX.woff2") format("woff2"),
    url("./media/RobotoMono-RegularItalic-3G7XMJ7A.woff") format("woff");
}
.ehr-form {
  position: relative;
}
.ehr-form .switch.switch-small {
  min-width: 33px;
}
.ehr-form .switch.switch-medium {
  min-width: 50px;
}
.ehr-form .switch.switch-large {
  min-width: 60px;
}
.ehr-form .switch.switch-small > .switch-pane > span {
  font-size: 9px;
}
.ehr-form .switch.switch-medium > .switch-pane > span {
  font-size: 16px;
}
.ehr-form .switch.switch-large > .switch-pane > span {
  font-size: 16px;
}
.ehr-form .switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: #dfdfdf 0 0 inset;
  transition: .3s ease-out all;
  -webkit-transition: .3s ease-out all;
  white-space: nowrap;
}
.ehr-form .switch small {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  transition: .3s ease-out all;
  -webkit-transition: .3s ease-out all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ehr-form .switch.switch-small {
  height: 20px;
  border-radius: 20px;
}
.ehr-form .switch.switch-small small {
  width: 20px;
  height: 20px;
  right: calc(100% - 20px);
}
.ehr-form .switch.switch-small > .switch-pane > span {
  line-height: 20px;
}
.ehr-form .switch.switch-small > .switch-pane .switch-label-checked {
  padding-right: 25px;
  padding-left: 10px;
}
.ehr-form .switch.switch-small > .switch-pane .switch-label-unchecked {
  padding-left: 25px;
  padding-right: 10px;
}
.ehr-form .switch.switch-medium {
  height: 30px;
  border-radius: 30px;
}
.ehr-form .switch.switch-medium small {
  width: 30px;
  height: 30px;
  right: calc(100% - 30px);
}
.ehr-form .switch.switch-medium > .switch-pane > span {
  line-height: 30px;
}
.ehr-form .switch.switch-medium > .switch-pane .switch-label-checked {
  padding-right: 35px;
  padding-left: 15px;
}
.ehr-form .switch.switch-medium > .switch-pane .switch-label-unchecked {
  padding-left: 35px;
  padding-right: 15px;
}
.ehr-form .switch.switch-large {
  height: 40px;
  border-radius: 40px;
}
.ehr-form .switch.switch-large small {
  width: 40px;
  height: 40px;
  right: calc(100% - 40px);
}
.ehr-form .switch.switch-large > .switch-pane > span {
  line-height: 40px;
}
.ehr-form .switch.switch-large > .switch-pane .switch-label-checked {
  padding-right: 45px;
  padding-left: 20px;
}
.ehr-form .switch.switch-large > .switch-pane .switch-label-unchecked {
  padding-left: 45px;
  padding-right: 20px;
}
.ehr-form .switch.checked {
  background: #64bd63;
}
.ehr-form .switch.checked small {
  right: 0;
  left: auto;
}
.ehr-form .switch.checked .switch-pane {
  top: 0;
}
.ehr-form .switch.checked .switch-pane .switch-label-checked {
  display: block;
}
.ehr-form .switch.checked .switch-pane .switch-label-unchecked {
  display: none;
}
.ehr-form .switch.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.ehr-form .switch .switch-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  pointer-events: none;
}
.ehr-form .switch .switch-pane > span {
  display: block;
  min-height: 100%;
}
.ehr-form .switch .switch-pane .switch-label {
  color: #000;
}
.ehr-form .switch .switch-pane .switch-label-checked {
  display: none;
}
.ehr-form .switch .switch-pane .switch-label-unchecked {
  display: block;
}
.ehr-form .switch.loading {
  background-color: #f1f1f1;
}
.ehr-form .switch.loading small {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  right: 50%;
  transform: translate(50%);
}
.ehr-form :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff3c3c;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #767676;
  --gray-dark: #343a40;
  --primary: #007aff;
  --secondary: #88919e;
  --success: #34c765;
  --info: #007aff;
  --warning: #ffaa00;
  --danger: #ff2d55;
  --light: #f0f0f2;
  --dark: #323d44;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.ehr-form *,
.ehr-form *:before,
.ehr-form *:after {
  box-sizing: border-box;
}
.ehr-form html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ehr-form article,
.ehr-form aside,
.ehr-form figcaption,
.ehr-form figure,
.ehr-form footer,
.ehr-form header,
.ehr-form hgroup,
.ehr-form main,
.ehr-form nav,
.ehr-form section {
  display: block;
}
.ehr-form body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.ehr-form [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.ehr-form hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.ehr-form h1,
.ehr-form h2,
.ehr-form h3,
.ehr-form h4,
.ehr-form h5,
.ehr-form h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
.ehr-form p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.ehr-form abbr[title],
.ehr-form abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.ehr-form address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.ehr-form ol,
.ehr-form ul,
.ehr-form dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.ehr-form ol ol,
.ehr-form ul ul,
.ehr-form ol ul,
.ehr-form ul ol {
  margin-bottom: 0;
}
.ehr-form dt {
  font-weight: 700;
}
.ehr-form dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.ehr-form blockquote {
  margin: 0 0 1rem;
}
.ehr-form b,
.ehr-form strong {
  font-weight: bolder;
}
.ehr-form small {
  font-size: 80%;
}
.ehr-form sub,
.ehr-form sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.ehr-form sub {
  bottom: -0.25em;
}
.ehr-form sup {
  top: -0.5em;
}
.ehr-form a {
  color: #007aff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form a:hover {
  color: #0055b3;
  text-decoration: underline;
}
.ehr-form a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.ehr-form a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.ehr-form pre,
.ehr-form code,
.ehr-form kbd,
.ehr-form samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-size: 1em;
}
.ehr-form pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.ehr-form figure {
  margin: 0 0 1rem;
}
.ehr-form img {
  vertical-align: middle;
  border-style: none;
}
.ehr-form svg {
  overflow: hidden;
  vertical-align: middle;
}
.ehr-form table {
  border-collapse: collapse;
}
.ehr-form caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #767676;
  text-align: left;
  caption-side: bottom;
}
.ehr-form th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.ehr-form label {
  display: inline-block;
  margin-bottom: .5rem;
}
.ehr-form button {
  border-radius: 0;
}
.ehr-form button:focus:not(:focus-visible) {
  outline: 0;
}
.ehr-form input,
.ehr-form button,
.ehr-form select,
.ehr-form optgroup,
.ehr-form textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ehr-form button,
.ehr-form input {
  overflow: visible;
}
.ehr-form button,
.ehr-form select {
  text-transform: none;
}
.ehr-form [role=button] {
  cursor: pointer;
}
.ehr-form select {
  word-wrap: normal;
}
.ehr-form button,
.ehr-form [type=button],
.ehr-form [type=reset],
.ehr-form [type=submit] {
  -webkit-appearance: button;
}
.ehr-form button:not(:disabled),
.ehr-form [type=button]:not(:disabled),
.ehr-form [type=reset]:not(:disabled),
.ehr-form [type=submit]:not(:disabled) {
  cursor: pointer;
}
.ehr-form button::-moz-focus-inner,
.ehr-form [type=button]::-moz-focus-inner,
.ehr-form [type=reset]::-moz-focus-inner,
.ehr-form [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.ehr-form input[type=radio],
.ehr-form input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.ehr-form textarea {
  overflow: auto;
  resize: vertical;
}
.ehr-form fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ehr-form legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.ehr-form progress {
  vertical-align: baseline;
}
.ehr-form [type=number]::-webkit-inner-spin-button,
.ehr-form [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.ehr-form [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.ehr-form [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ehr-form ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.ehr-form output {
  display: inline-block;
}
.ehr-form summary {
  display: list-item;
  cursor: pointer;
}
.ehr-form template {
  display: none;
}
.ehr-form [hidden] {
  display: none !important;
}
.ehr-form h1,
.ehr-form h2,
.ehr-form h3,
.ehr-form h4,
.ehr-form h5,
.ehr-form h6,
.ehr-form .h1,
.ehr-form .h2,
.ehr-form .h3,
.ehr-form .h4,
.ehr-form .h5,
.ehr-form .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.ehr-form h1,
.ehr-form .h1 {
  font-size: 2.1875rem;
}
.ehr-form h2,
.ehr-form .h2 {
  font-size: 1.75rem;
}
.ehr-form h3,
.ehr-form .h3 {
  font-size: 1.53125rem;
}
.ehr-form h4,
.ehr-form .h4 {
  font-size: 1.3125rem;
}
.ehr-form h5,
.ehr-form .h5 {
  font-size: 1.09375rem;
}
.ehr-form h6,
.ehr-form .h6 {
  font-size: .875rem;
}
.ehr-form .lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.ehr-form .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.ehr-form .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.ehr-form .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.ehr-form .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.ehr-form hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.ehr-form small,
.ehr-form .small {
  font-size: .875em;
  font-weight: 400;
}
.ehr-form mark,
.ehr-form .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.ehr-form .list-unstyled,
.ehr-form .list-inline {
  padding-left: 0;
  list-style: none;
}
.ehr-form .list-inline-item {
  display: inline-block;
}
.ehr-form .list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.ehr-form .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.ehr-form .blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.ehr-form .blockquote-footer {
  display: block;
  font-size: .875em;
  color: #767676;
}
.ehr-form .blockquote-footer:before {
  content: "\2014\a0";
}
.ehr-form .img-fluid {
  max-width: 100%;
  height: auto;
}
.ehr-form .img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #d7d9db;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.ehr-form .figure {
  display: inline-block;
}
.ehr-form .figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.ehr-form .figure-caption {
  font-size: 90%;
  color: #767676;
}
.ehr-form code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
.ehr-form a > code {
  color: inherit;
}
.ehr-form kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
.ehr-form kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.ehr-form pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.ehr-form pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.ehr-form .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.ehr-form .container,
.ehr-form .container-fluid,
.ehr-form .container-xl,
.ehr-form .container-lg,
.ehr-form .container-md,
.ehr-form .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .ehr-form .container-sm,
  .ehr-form .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ehr-form .container-md,
  .ehr-form .container-sm,
  .ehr-form .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ehr-form .container-lg,
  .ehr-form .container-md,
  .ehr-form .container-sm,
  .ehr-form .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ehr-form .container-xl,
  .ehr-form .container-lg,
  .ehr-form .container-md,
  .ehr-form .container-sm,
  .ehr-form .container {
    max-width: 1140px;
  }
}
.ehr-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ehr-form .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.ehr-form .no-gutters > .col,
.ehr-form .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.ehr-form .col-xl,
.ehr-form .col-xl-auto,
.ehr-form .col-xl-12,
.ehr-form .col-xl-11,
.ehr-form .col-xl-10,
.ehr-form .col-xl-9,
.ehr-form .col-xl-8,
.ehr-form .col-xl-7,
.ehr-form .col-xl-6,
.ehr-form .col-xl-5,
.ehr-form .col-xl-4,
.ehr-form .col-xl-3,
.ehr-form .col-xl-2,
.ehr-form .col-xl-1,
.ehr-form .col-lg,
.ehr-form .col-lg-auto,
.ehr-form .col-lg-12,
.ehr-form .col-lg-11,
.ehr-form .col-lg-10,
.ehr-form .col-lg-9,
.ehr-form .col-lg-8,
.ehr-form .col-lg-7,
.ehr-form .col-lg-6,
.ehr-form .col-lg-5,
.ehr-form .col-lg-4,
.ehr-form .col-lg-3,
.ehr-form .col-lg-2,
.ehr-form .col-lg-1,
.ehr-form .col-md,
.ehr-form .col-md-auto,
.ehr-form .col-md-12,
.ehr-form .col-md-11,
.ehr-form .col-md-10,
.ehr-form .col-md-9,
.ehr-form .col-md-8,
.ehr-form .col-md-7,
.ehr-form .col-md-6,
.ehr-form .col-md-5,
.ehr-form .col-md-4,
.ehr-form .col-md-3,
.ehr-form .col-md-2,
.ehr-form .col-md-1,
.ehr-form .col-sm,
.ehr-form .col-sm-auto,
.ehr-form .col-sm-12,
.ehr-form .col-sm-11,
.ehr-form .col-sm-10,
.ehr-form .col-sm-9,
.ehr-form .col-sm-8,
.ehr-form .col-sm-7,
.ehr-form .col-sm-6,
.ehr-form .col-sm-5,
.ehr-form .col-sm-4,
.ehr-form .col-sm-3,
.ehr-form .col-sm-2,
.ehr-form .col-sm-1,
.ehr-form .col,
.ehr-form .col-auto,
.ehr-form .col-12,
.ehr-form .col-11,
.ehr-form .col-10,
.ehr-form .col-9,
.ehr-form .col-8,
.ehr-form .col-7,
.ehr-form .col-6,
.ehr-form .col-5,
.ehr-form .col-4,
.ehr-form .col-3,
.ehr-form .col-2,
.ehr-form .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.ehr-form .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.ehr-form .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.ehr-form .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.ehr-form .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.ehr-form .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.ehr-form .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.ehr-form .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.ehr-form .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.ehr-form .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ehr-form .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ehr-form .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.ehr-form .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ehr-form .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ehr-form .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.ehr-form .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ehr-form .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ehr-form .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.ehr-form .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ehr-form .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ehr-form .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.ehr-form .order-first {
  order: -1;
}
.ehr-form .order-last {
  order: 13;
}
.ehr-form .order-0 {
  order: 0;
}
.ehr-form .order-1 {
  order: 1;
}
.ehr-form .order-2 {
  order: 2;
}
.ehr-form .order-3 {
  order: 3;
}
.ehr-form .order-4 {
  order: 4;
}
.ehr-form .order-5 {
  order: 5;
}
.ehr-form .order-6 {
  order: 6;
}
.ehr-form .order-7 {
  order: 7;
}
.ehr-form .order-8 {
  order: 8;
}
.ehr-form .order-9 {
  order: 9;
}
.ehr-form .order-10 {
  order: 10;
}
.ehr-form .order-11 {
  order: 11;
}
.ehr-form .order-12 {
  order: 12;
}
.ehr-form .offset-1 {
  margin-left: 8.33333333%;
}
.ehr-form .offset-2 {
  margin-left: 16.66666667%;
}
.ehr-form .offset-3 {
  margin-left: 25%;
}
.ehr-form .offset-4 {
  margin-left: 33.33333333%;
}
.ehr-form .offset-5 {
  margin-left: 41.66666667%;
}
.ehr-form .offset-6 {
  margin-left: 50%;
}
.ehr-form .offset-7 {
  margin-left: 58.33333333%;
}
.ehr-form .offset-8 {
  margin-left: 66.66666667%;
}
.ehr-form .offset-9 {
  margin-left: 75%;
}
.ehr-form .offset-10 {
  margin-left: 83.33333333%;
}
.ehr-form .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .ehr-form .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ehr-form .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ehr-form .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ehr-form .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ehr-form .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ehr-form .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ehr-form .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ehr-form .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ehr-form .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ehr-form .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ehr-form .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ehr-form .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ehr-form .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ehr-form .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ehr-form .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .order-sm-first {
    order: -1;
  }
  .ehr-form .order-sm-last {
    order: 13;
  }
  .ehr-form .order-sm-0 {
    order: 0;
  }
  .ehr-form .order-sm-1 {
    order: 1;
  }
  .ehr-form .order-sm-2 {
    order: 2;
  }
  .ehr-form .order-sm-3 {
    order: 3;
  }
  .ehr-form .order-sm-4 {
    order: 4;
  }
  .ehr-form .order-sm-5 {
    order: 5;
  }
  .ehr-form .order-sm-6 {
    order: 6;
  }
  .ehr-form .order-sm-7 {
    order: 7;
  }
  .ehr-form .order-sm-8 {
    order: 8;
  }
  .ehr-form .order-sm-9 {
    order: 9;
  }
  .ehr-form .order-sm-10 {
    order: 10;
  }
  .ehr-form .order-sm-11 {
    order: 11;
  }
  .ehr-form .order-sm-12 {
    order: 12;
  }
  .ehr-form .offset-sm-0 {
    margin-left: 0;
  }
  .ehr-form .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .ehr-form .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .ehr-form .offset-sm-3 {
    margin-left: 25%;
  }
  .ehr-form .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .ehr-form .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .ehr-form .offset-sm-6 {
    margin-left: 50%;
  }
  .ehr-form .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .ehr-form .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .ehr-form .offset-sm-9 {
    margin-left: 75%;
  }
  .ehr-form .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .ehr-form .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .ehr-form .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ehr-form .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ehr-form .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ehr-form .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ehr-form .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ehr-form .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ehr-form .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ehr-form .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ehr-form .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ehr-form .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ehr-form .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ehr-form .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ehr-form .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ehr-form .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ehr-form .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .order-md-first {
    order: -1;
  }
  .ehr-form .order-md-last {
    order: 13;
  }
  .ehr-form .order-md-0 {
    order: 0;
  }
  .ehr-form .order-md-1 {
    order: 1;
  }
  .ehr-form .order-md-2 {
    order: 2;
  }
  .ehr-form .order-md-3 {
    order: 3;
  }
  .ehr-form .order-md-4 {
    order: 4;
  }
  .ehr-form .order-md-5 {
    order: 5;
  }
  .ehr-form .order-md-6 {
    order: 6;
  }
  .ehr-form .order-md-7 {
    order: 7;
  }
  .ehr-form .order-md-8 {
    order: 8;
  }
  .ehr-form .order-md-9 {
    order: 9;
  }
  .ehr-form .order-md-10 {
    order: 10;
  }
  .ehr-form .order-md-11 {
    order: 11;
  }
  .ehr-form .order-md-12 {
    order: 12;
  }
  .ehr-form .offset-md-0 {
    margin-left: 0;
  }
  .ehr-form .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .ehr-form .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .ehr-form .offset-md-3 {
    margin-left: 25%;
  }
  .ehr-form .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .ehr-form .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .ehr-form .offset-md-6 {
    margin-left: 50%;
  }
  .ehr-form .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .ehr-form .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .ehr-form .offset-md-9 {
    margin-left: 75%;
  }
  .ehr-form .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .ehr-form .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .ehr-form .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ehr-form .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ehr-form .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ehr-form .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ehr-form .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ehr-form .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ehr-form .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ehr-form .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ehr-form .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ehr-form .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ehr-form .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ehr-form .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ehr-form .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ehr-form .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ehr-form .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .order-lg-first {
    order: -1;
  }
  .ehr-form .order-lg-last {
    order: 13;
  }
  .ehr-form .order-lg-0 {
    order: 0;
  }
  .ehr-form .order-lg-1 {
    order: 1;
  }
  .ehr-form .order-lg-2 {
    order: 2;
  }
  .ehr-form .order-lg-3 {
    order: 3;
  }
  .ehr-form .order-lg-4 {
    order: 4;
  }
  .ehr-form .order-lg-5 {
    order: 5;
  }
  .ehr-form .order-lg-6 {
    order: 6;
  }
  .ehr-form .order-lg-7 {
    order: 7;
  }
  .ehr-form .order-lg-8 {
    order: 8;
  }
  .ehr-form .order-lg-9 {
    order: 9;
  }
  .ehr-form .order-lg-10 {
    order: 10;
  }
  .ehr-form .order-lg-11 {
    order: 11;
  }
  .ehr-form .order-lg-12 {
    order: 12;
  }
  .ehr-form .offset-lg-0 {
    margin-left: 0;
  }
  .ehr-form .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .ehr-form .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .ehr-form .offset-lg-3 {
    margin-left: 25%;
  }
  .ehr-form .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .ehr-form .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .ehr-form .offset-lg-6 {
    margin-left: 50%;
  }
  .ehr-form .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .ehr-form .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .ehr-form .offset-lg-9 {
    margin-left: 75%;
  }
  .ehr-form .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .ehr-form .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .ehr-form .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ehr-form .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ehr-form .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ehr-form .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ehr-form .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ehr-form .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ehr-form .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ehr-form .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ehr-form .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ehr-form .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ehr-form .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ehr-form .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ehr-form .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ehr-form .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ehr-form .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ehr-form .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ehr-form .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ehr-form .order-xl-first {
    order: -1;
  }
  .ehr-form .order-xl-last {
    order: 13;
  }
  .ehr-form .order-xl-0 {
    order: 0;
  }
  .ehr-form .order-xl-1 {
    order: 1;
  }
  .ehr-form .order-xl-2 {
    order: 2;
  }
  .ehr-form .order-xl-3 {
    order: 3;
  }
  .ehr-form .order-xl-4 {
    order: 4;
  }
  .ehr-form .order-xl-5 {
    order: 5;
  }
  .ehr-form .order-xl-6 {
    order: 6;
  }
  .ehr-form .order-xl-7 {
    order: 7;
  }
  .ehr-form .order-xl-8 {
    order: 8;
  }
  .ehr-form .order-xl-9 {
    order: 9;
  }
  .ehr-form .order-xl-10 {
    order: 10;
  }
  .ehr-form .order-xl-11 {
    order: 11;
  }
  .ehr-form .order-xl-12 {
    order: 12;
  }
  .ehr-form .offset-xl-0 {
    margin-left: 0;
  }
  .ehr-form .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .ehr-form .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .ehr-form .offset-xl-3 {
    margin-left: 25%;
  }
  .ehr-form .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .ehr-form .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .ehr-form .offset-xl-6 {
    margin-left: 50%;
  }
  .ehr-form .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .ehr-form .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .ehr-form .offset-xl-9 {
    margin-left: 75%;
  }
  .ehr-form .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .ehr-form .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.ehr-form .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.ehr-form .table th,
.ehr-form .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #d7d9db;
}
.ehr-form .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d7d9db;
}
.ehr-form .table tbody + tbody {
  border-top: 2px solid #d7d9db;
}
.ehr-form .table-sm th,
.ehr-form .table-sm td {
  padding: .3rem;
}
.ehr-form .table-bordered,
.ehr-form .table-bordered th,
.ehr-form .table-bordered td {
  border: 1px solid #d7d9db;
}
.ehr-form .table-bordered thead th,
.ehr-form .table-bordered thead td {
  border-bottom-width: 2px;
}
.ehr-form .table-borderless th,
.ehr-form .table-borderless td,
.ehr-form .table-borderless thead th,
.ehr-form .table-borderless tbody + tbody {
  border: 0;
}
.ehr-form .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .0509803922);
}
.ehr-form .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .0745098039);
}
.ehr-form .table-primary,
.ehr-form .table-primary > th,
.ehr-form .table-primary > td {
  background-color: #b8daff;
}
.ehr-form .table-primary th,
.ehr-form .table-primary td,
.ehr-form .table-primary thead th,
.ehr-form .table-primary tbody + tbody {
  border-color: #7abaff;
}
.ehr-form .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.ehr-form .table-hover .table-primary:hover > td,
.ehr-form .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.ehr-form .table-secondary,
.ehr-form .table-secondary > th,
.ehr-form .table-secondary > td {
  background-color: #dee0e4;
}
.ehr-form .table-secondary th,
.ehr-form .table-secondary td,
.ehr-form .table-secondary thead th,
.ehr-form .table-secondary tbody + tbody {
  border-color: #c1c6cd;
}
.ehr-form .table-hover .table-secondary:hover {
  background-color: #d0d3d9;
}
.ehr-form .table-hover .table-secondary:hover > td,
.ehr-form .table-hover .table-secondary:hover > th {
  background-color: #d0d3d9;
}
.ehr-form .table-success,
.ehr-form .table-success > th,
.ehr-form .table-success > td {
  background-color: #c6efd4;
}
.ehr-form .table-success th,
.ehr-form .table-success td,
.ehr-form .table-success thead th,
.ehr-form .table-success tbody + tbody {
  border-color: #95e2af;
}
.ehr-form .table-hover .table-success:hover {
  background-color: #b2e9c5;
}
.ehr-form .table-hover .table-success:hover > td,
.ehr-form .table-hover .table-success:hover > th {
  background-color: #b2e9c5;
}
.ehr-form .table-info,
.ehr-form .table-info > th,
.ehr-form .table-info > td {
  background-color: #b8daff;
}
.ehr-form .table-info th,
.ehr-form .table-info td,
.ehr-form .table-info thead th,
.ehr-form .table-info tbody + tbody {
  border-color: #7abaff;
}
.ehr-form .table-hover .table-info:hover {
  background-color: #9fcdff;
}
.ehr-form .table-hover .table-info:hover > td,
.ehr-form .table-hover .table-info:hover > th {
  background-color: #9fcdff;
}
.ehr-form .table-warning,
.ehr-form .table-warning > th,
.ehr-form .table-warning > td {
  background-color: #ffe7b8;
}
.ehr-form .table-warning th,
.ehr-form .table-warning td,
.ehr-form .table-warning thead th,
.ehr-form .table-warning tbody + tbody {
  border-color: #ffd37a;
}
.ehr-form .table-hover .table-warning:hover {
  background-color: #ffde9f;
}
.ehr-form .table-hover .table-warning:hover > td,
.ehr-form .table-hover .table-warning:hover > th {
  background-color: #ffde9f;
}
.ehr-form .table-danger,
.ehr-form .table-danger > th,
.ehr-form .table-danger > td {
  background-color: #ffc4cf;
}
.ehr-form .table-danger th,
.ehr-form .table-danger td,
.ehr-form .table-danger thead th,
.ehr-form .table-danger tbody + tbody {
  border-color: #ff92a7;
}
.ehr-form .table-hover .table-danger:hover {
  background-color: #ffabba;
}
.ehr-form .table-hover .table-danger:hover > td,
.ehr-form .table-hover .table-danger:hover > th {
  background-color: #ffabba;
}
.ehr-form .table-light,
.ehr-form .table-light > th,
.ehr-form .table-light > td {
  background-color: #fbfbfb;
}
.ehr-form .table-light th,
.ehr-form .table-light td,
.ehr-form .table-light thead th,
.ehr-form .table-light tbody + tbody {
  border-color: #f7f7f8;
}
.ehr-form .table-hover .table-light:hover {
  background-color: #eee;
}
.ehr-form .table-hover .table-light:hover > td,
.ehr-form .table-hover .table-light:hover > th {
  background-color: #eee;
}
.ehr-form .table-dark,
.ehr-form .table-dark > th,
.ehr-form .table-dark > td {
  background-color: #c6c9cb;
}
.ehr-form .table-dark th,
.ehr-form .table-dark td,
.ehr-form .table-dark thead th,
.ehr-form .table-dark tbody + tbody {
  border-color: #949a9e;
}
.ehr-form .table-hover .table-dark:hover {
  background-color: #b9bcbf;
}
.ehr-form .table-hover .table-dark:hover > td,
.ehr-form .table-hover .table-dark:hover > th {
  background-color: #b9bcbf;
}
.ehr-form .table-active,
.ehr-form .table-active > th,
.ehr-form .table-active > td {
  background-color: rgba(0, 0, 0, .0745098039);
}
.ehr-form .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .0745098039);
}
.ehr-form .table-hover .table-active:hover > td,
.ehr-form .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .0745098039);
}
.ehr-form .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.ehr-form .table .thead-light th {
  color: #495057;
  background-color: #f6f6f6;
  border-color: #d7d9db;
}
.ehr-form .table-dark {
  color: #fff;
  background-color: #343a40;
}
.ehr-form .table-dark th,
.ehr-form .table-dark td,
.ehr-form .table-dark thead th {
  border-color: #454d55;
}
.ehr-form .table-dark.table-bordered {
  border: 0;
}
.ehr-form .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .0509803922);
}
.ehr-form .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .0745098039);
}
@media (max-width: 575.98px) {
  .ehr-form .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ehr-form .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .ehr-form .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ehr-form .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .ehr-form .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ehr-form .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .ehr-form .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ehr-form .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.ehr-form .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ehr-form .table-responsive > .table-bordered {
  border: 0;
}
.ehr-form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .form-control {
    transition: none;
  }
}
.ehr-form .form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.ehr-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.ehr-form .form-control::placeholder {
  color: #767676;
  opacity: 1;
}
.ehr-form .form-control:disabled,
.ehr-form .form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}
.ehr-form input[type=date].form-control,
.ehr-form input[type=time].form-control,
.ehr-form input[type=datetime-local].form-control,
.ehr-form input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ehr-form select.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.ehr-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ehr-form .form-control-file,
.ehr-form .form-control-range {
  display: block;
  width: 100%;
}
.ehr-form .col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.ehr-form .col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}
.ehr-form .col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .765625rem;
  line-height: 1.5;
}
.ehr-form .form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 1px 0;
}
.ehr-form .form-control-plaintext.form-control-sm,
.ehr-form .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.ehr-form .form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.ehr-form .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.ehr-form select.form-control[size],
.ehr-form select.form-control[multiple],
.ehr-form textarea.form-control {
  height: auto;
}
.ehr-form .form-group {
  margin-bottom: 1rem;
}
.ehr-form .form-text {
  display: block;
  margin-top: .25rem;
}
.ehr-form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.ehr-form .form-row > .col,
.ehr-form .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.ehr-form .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.ehr-form .form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.ehr-form .form-check-input[disabled] ~ .form-check-label,
.ehr-form .form-check-input:disabled ~ .form-check-label {
  color: #767676;
}
.ehr-form .form-check-label {
  margin-bottom: 0;
}
.ehr-form .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.ehr-form .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.ehr-form .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #34c765;
}
.ehr-form .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(52, 199, 101, .9019607843);
  border-radius: .25rem;
}
.ehr-form .form-row > .col > .valid-tooltip,
.ehr-form .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.ehr-form .was-validated :valid ~ .valid-feedback,
.ehr-form .was-validated :valid ~ .valid-tooltip,
.ehr-form .is-valid ~ .valid-feedback,
.ehr-form .is-valid ~ .valid-tooltip {
  display: block;
}
.ehr-form .was-validated .form-control:valid,
.ehr-form .form-control.is-valid {
  border-color: #34c765;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2334c765' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.ehr-form .was-validated .form-control:valid:focus,
.ehr-form .form-control.is-valid:focus {
  border-color: #34c765;
  box-shadow: 0 0 0 .2rem rgba(52, 199, 101, .2509803922);
}
.ehr-form .was-validated select.form-control:valid,
.ehr-form select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.ehr-form .was-validated textarea.form-control:valid,
.ehr-form textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.ehr-form .was-validated .custom-select:valid,
.ehr-form .custom-select.is-valid {
  border-color: #34c765;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2334c765' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(.75em + .375rem) no-repeat;
}
.ehr-form .was-validated .custom-select:valid:focus,
.ehr-form .custom-select.is-valid:focus {
  border-color: #34c765;
  box-shadow: 0 0 0 .2rem rgba(52, 199, 101, .2509803922);
}
.ehr-form .was-validated .form-check-input:valid ~ .form-check-label,
.ehr-form .form-check-input.is-valid ~ .form-check-label {
  color: #34c765;
}
.ehr-form .was-validated .form-check-input:valid ~ .valid-feedback,
.ehr-form .was-validated .form-check-input:valid ~ .valid-tooltip,
.ehr-form .form-check-input.is-valid ~ .valid-feedback,
.ehr-form .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.ehr-form .was-validated .custom-control-input:valid ~ .custom-control-label,
.ehr-form .custom-control-input.is-valid ~ .custom-control-label {
  color: #34c765;
}
.ehr-form .was-validated .custom-control-input:valid ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-valid ~ .custom-control-label:before {
  border-color: #34c765;
}
.ehr-form .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-valid:checked ~ .custom-control-label:before {
  border-color: #5ad483;
  background-color: #5ad483;
}
.ehr-form .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(52, 199, 101, .2509803922);
}
.ehr-form .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #34c765;
}
.ehr-form .was-validated .custom-file-input:valid ~ .custom-file-label,
.ehr-form .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #34c765;
}
.ehr-form .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.ehr-form .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #34c765;
  box-shadow: 0 0 0 .2rem rgba(52, 199, 101, .2509803922);
}
.ehr-form .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #ff2d55;
}
.ehr-form .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 45, 85, .9019607843);
  border-radius: .25rem;
}
.ehr-form .form-row > .col > .invalid-tooltip,
.ehr-form .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.ehr-form .was-validated :invalid ~ .invalid-feedback,
.ehr-form .was-validated :invalid ~ .invalid-tooltip,
.ehr-form .is-invalid ~ .invalid-feedback,
.ehr-form .is-invalid ~ .invalid-tooltip {
  display: block;
}
.ehr-form .was-validated .form-control:invalid,
.ehr-form .form-control.is-invalid {
  border-color: #ff2d55;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff2d55' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff2d55' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.ehr-form .was-validated .form-control:invalid:focus,
.ehr-form .form-control.is-invalid:focus {
  border-color: #ff2d55;
  box-shadow: 0 0 0 .2rem rgba(255, 45, 85, .2509803922);
}
.ehr-form .was-validated select.form-control:invalid,
.ehr-form select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.ehr-form .was-validated textarea.form-control:invalid,
.ehr-form textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.ehr-form .was-validated .custom-select:invalid,
.ehr-form .custom-select.is-invalid {
  border-color: #ff2d55;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff2d55' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff2d55' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(.75em + .375rem) no-repeat;
}
.ehr-form .was-validated .custom-select:invalid:focus,
.ehr-form .custom-select.is-invalid:focus {
  border-color: #ff2d55;
  box-shadow: 0 0 0 .2rem rgba(255, 45, 85, .2509803922);
}
.ehr-form .was-validated .form-check-input:invalid ~ .form-check-label,
.ehr-form .form-check-input.is-invalid ~ .form-check-label {
  color: #ff2d55;
}
.ehr-form .was-validated .form-check-input:invalid ~ .invalid-feedback,
.ehr-form .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.ehr-form .form-check-input.is-invalid ~ .invalid-feedback,
.ehr-form .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.ehr-form .was-validated .custom-control-input:invalid ~ .custom-control-label,
.ehr-form .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff2d55;
}
.ehr-form .was-validated .custom-control-input:invalid ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-invalid ~ .custom-control-label:before {
  border-color: #ff2d55;
}
.ehr-form .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  border-color: #ff607e;
  background-color: #ff607e;
}
.ehr-form .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(255, 45, 85, .2509803922);
}
.ehr-form .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.ehr-form .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #ff2d55;
}
.ehr-form .was-validated .custom-file-input:invalid ~ .custom-file-label,
.ehr-form .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff2d55;
}
.ehr-form .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.ehr-form .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff2d55;
  box-shadow: 0 0 0 .2rem rgba(255, 45, 85, .2509803922);
}
.ehr-form .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.ehr-form .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .ehr-form .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .ehr-form .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .ehr-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ehr-form .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .ehr-form .form-inline .input-group,
  .ehr-form .form-inline .custom-select {
    width: auto;
  }
  .ehr-form .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .ehr-form .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .ehr-form .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .ehr-form .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.ehr-form .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding: .4375rem .75rem;
  font-size: .875rem;
  line-height: 1;
  border-radius: .6rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .btn {
    transition: none;
  }
}
.ehr-form .btn:hover {
  color: #212529;
  text-decoration: none;
}
.ehr-form .btn:focus,
.ehr-form .btn.focus {
  outline: 0;
  box-shadow: none;
}
.ehr-form .btn.disabled,
.ehr-form .btn:disabled {
  opacity: .5;
}
.ehr-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ehr-form a.btn.disabled,
.ehr-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ehr-form .btn-primary {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-primary:hover {
  color: #fff;
  background-color: #0068d9;
  border-color: #0062cc;
}
.ehr-form .btn-primary:focus,
.ehr-form .btn-primary.focus {
  color: #fff;
  background-color: #0068d9;
  border-color: #0062cc;
  box-shadow: 0 0 rgba(38, 142, 255, .5019607843);
}
.ehr-form .btn-primary.disabled,
.ehr-form .btn-primary:disabled {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-primary:not(:disabled):not(.disabled):active,
.ehr-form .btn-primary:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ehr-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(38, 142, 255, .5019607843);
}
.ehr-form .btn-secondary {
  color: #fff;
  background-color: #88919e;
  border-color: #88919e;
}
.ehr-form .btn-secondary:hover {
  color: #fff;
  background-color: #737e8d;
  border-color: #6d7786;
}
.ehr-form .btn-secondary:focus,
.ehr-form .btn-secondary.focus {
  color: #fff;
  background-color: #737e8d;
  border-color: #6d7786;
  box-shadow: 0 0 rgba(154, 162, 173, .5019607843);
}
.ehr-form .btn-secondary.disabled,
.ehr-form .btn-secondary:disabled {
  color: #fff;
  background-color: #88919e;
  border-color: #88919e;
}
.ehr-form .btn-secondary:not(:disabled):not(.disabled):active,
.ehr-form .btn-secondary:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6d7786;
  border-color: #67717f;
}
.ehr-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(154, 162, 173, .5019607843);
}
.ehr-form .btn-success {
  color: #fff;
  background-color: #34c765;
  border-color: #34c765;
}
.ehr-form .btn-success:hover {
  color: #fff;
  background-color: #2ca956;
  border-color: #299f50;
}
.ehr-form .btn-success:focus,
.ehr-form .btn-success.focus {
  color: #fff;
  background-color: #2ca956;
  border-color: #299f50;
  box-shadow: 0 0 rgba(82, 207, 124, .5019607843);
}
.ehr-form .btn-success.disabled,
.ehr-form .btn-success:disabled {
  color: #fff;
  background-color: #34c765;
  border-color: #34c765;
}
.ehr-form .btn-success:not(:disabled):not(.disabled):active,
.ehr-form .btn-success:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #299f50;
  border-color: #27944b;
}
.ehr-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(82, 207, 124, .5019607843);
}
.ehr-form .btn-info {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-info:hover {
  color: #fff;
  background-color: #0068d9;
  border-color: #0062cc;
}
.ehr-form .btn-info:focus,
.ehr-form .btn-info.focus {
  color: #fff;
  background-color: #0068d9;
  border-color: #0062cc;
  box-shadow: 0 0 rgba(38, 142, 255, .5019607843);
}
.ehr-form .btn-info.disabled,
.ehr-form .btn-info:disabled {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-info:not(:disabled):not(.disabled):active,
.ehr-form .btn-info:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ehr-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(38, 142, 255, .5019607843);
}
.ehr-form .btn-warning {
  color: #212529;
  background-color: #fa0;
  border-color: #fa0;
}
.ehr-form .btn-warning:hover {
  color: #fff;
  background-color: #d99100;
  border-color: #c80;
}
.ehr-form .btn-warning:focus,
.ehr-form .btn-warning.focus {
  color: #fff;
  background-color: #d99100;
  border-color: #c80;
  box-shadow: 0 0 rgba(222, 150, 6, .5019607843);
}
.ehr-form .btn-warning.disabled,
.ehr-form .btn-warning:disabled {
  color: #212529;
  background-color: #fa0;
  border-color: #fa0;
}
.ehr-form .btn-warning:not(:disabled):not(.disabled):active,
.ehr-form .btn-warning:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c80;
  border-color: #bf8000;
}
.ehr-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(222, 150, 6, .5019607843);
}
.ehr-form .btn-danger {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.ehr-form .btn-danger:hover {
  color: #fff;
  background-color: #ff0736;
  border-color: #f9002f;
}
.ehr-form .btn-danger:focus,
.ehr-form .btn-danger.focus {
  color: #fff;
  background-color: #ff0736;
  border-color: #f9002f;
  box-shadow: 0 0 rgba(255, 77, 111, .5019607843);
}
.ehr-form .btn-danger.disabled,
.ehr-form .btn-danger:disabled {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.ehr-form .btn-danger:not(:disabled):not(.disabled):active,
.ehr-form .btn-danger:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f9002f;
  border-color: #ec002d;
}
.ehr-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(255, 77, 111, .5019607843);
}
.ehr-form .btn-light {
  color: #212529;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
.ehr-form .btn-light:hover {
  color: #212529;
  background-color: #dcdce0;
  border-color: #d5d5da;
}
.ehr-form .btn-light:focus,
.ehr-form .btn-light.focus {
  color: #212529;
  background-color: #dcdce0;
  border-color: #d5d5da;
  box-shadow: 0 0 rgba(209, 210, 212, .5019607843);
}
.ehr-form .btn-light.disabled,
.ehr-form .btn-light:disabled {
  color: #212529;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
.ehr-form .btn-light:not(:disabled):not(.disabled):active,
.ehr-form .btn-light:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d5d5da;
  border-color: #ceced4;
}
.ehr-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(209, 210, 212, .5019607843);
}
.ehr-form .btn-dark {
  color: #fff;
  background-color: #323d44;
  border-color: #323d44;
}
.ehr-form .btn-dark:hover {
  color: #fff;
  background-color: #22292e;
  border-color: #1c2327;
}
.ehr-form .btn-dark:focus,
.ehr-form .btn-dark.focus {
  color: #fff;
  background-color: #22292e;
  border-color: #1c2327;
  box-shadow: 0 0 rgba(81, 90, 96, .5019607843);
}
.ehr-form .btn-dark.disabled,
.ehr-form .btn-dark:disabled {
  color: #fff;
  background-color: #323d44;
  border-color: #323d44;
}
.ehr-form .btn-dark:not(:disabled):not(.disabled):active,
.ehr-form .btn-dark:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1c2327;
  border-color: #171c1f;
}
.ehr-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(81, 90, 96, .5019607843);
}
.ehr-form .btn-outline-primary {
  color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-outline-primary:focus,
.ehr-form .btn-outline-primary.focus {
  box-shadow: 0 0 rgba(0, 122, 255, .5019607843);
}
.ehr-form .btn-outline-primary.disabled,
.ehr-form .btn-outline-primary:disabled {
  color: #007aff;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(0, 122, 255, .5019607843);
}
.ehr-form .btn-outline-secondary {
  color: #88919e;
  border-color: #88919e;
}
.ehr-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #88919e;
  border-color: #88919e;
}
.ehr-form .btn-outline-secondary:focus,
.ehr-form .btn-outline-secondary.focus {
  box-shadow: 0 0 rgba(136, 145, 158, .5019607843);
}
.ehr-form .btn-outline-secondary.disabled,
.ehr-form .btn-outline-secondary:disabled {
  color: #88919e;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #88919e;
  border-color: #88919e;
}
.ehr-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(136, 145, 158, .5019607843);
}
.ehr-form .btn-outline-success {
  color: #34c765;
  border-color: #34c765;
}
.ehr-form .btn-outline-success:hover {
  color: #fff;
  background-color: #34c765;
  border-color: #34c765;
}
.ehr-form .btn-outline-success:focus,
.ehr-form .btn-outline-success.focus {
  box-shadow: 0 0 rgba(52, 199, 101, .5019607843);
}
.ehr-form .btn-outline-success.disabled,
.ehr-form .btn-outline-success:disabled {
  color: #34c765;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #34c765;
  border-color: #34c765;
}
.ehr-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(52, 199, 101, .5019607843);
}
.ehr-form .btn-outline-info {
  color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-outline-info:hover {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-outline-info:focus,
.ehr-form .btn-outline-info.focus {
  box-shadow: 0 0 rgba(0, 122, 255, .5019607843);
}
.ehr-form .btn-outline-info.disabled,
.ehr-form .btn-outline-info:disabled {
  color: #007aff;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(0, 122, 255, .5019607843);
}
.ehr-form .btn-outline-warning {
  color: #fa0;
  border-color: #fa0;
}
.ehr-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #fa0;
  border-color: #fa0;
}
.ehr-form .btn-outline-warning:focus,
.ehr-form .btn-outline-warning.focus {
  box-shadow: 0 0 rgba(255, 170, 0, .5019607843);
}
.ehr-form .btn-outline-warning.disabled,
.ehr-form .btn-outline-warning:disabled {
  color: #fa0;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fa0;
  border-color: #fa0;
}
.ehr-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(255, 170, 0, .5019607843);
}
.ehr-form .btn-outline-danger {
  color: #ff2d55;
  border-color: #ff2d55;
}
.ehr-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.ehr-form .btn-outline-danger:focus,
.ehr-form .btn-outline-danger.focus {
  box-shadow: 0 0 rgba(255, 45, 85, .5019607843);
}
.ehr-form .btn-outline-danger.disabled,
.ehr-form .btn-outline-danger:disabled {
  color: #ff2d55;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.ehr-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(255, 45, 85, .5019607843);
}
.ehr-form .btn-outline-light {
  color: #f0f0f2;
  border-color: #f0f0f2;
}
.ehr-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
.ehr-form .btn-outline-light:focus,
.ehr-form .btn-outline-light.focus {
  box-shadow: 0 0 rgba(240, 240, 242, .5019607843);
}
.ehr-form .btn-outline-light.disabled,
.ehr-form .btn-outline-light:disabled {
  color: #f0f0f2;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
.ehr-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(240, 240, 242, .5019607843);
}
.ehr-form .btn-outline-dark {
  color: #323d44;
  border-color: #323d44;
}
.ehr-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #323d44;
  border-color: #323d44;
}
.ehr-form .btn-outline-dark:focus,
.ehr-form .btn-outline-dark.focus {
  box-shadow: 0 0 rgba(50, 61, 68, .5019607843);
}
.ehr-form .btn-outline-dark.disabled,
.ehr-form .btn-outline-dark:disabled {
  color: #323d44;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ehr-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #323d44;
  border-color: #323d44;
}
.ehr-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ehr-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ehr-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 rgba(50, 61, 68, .5019607843);
}
.ehr-form .btn-link {
  font-weight: 400;
  color: #007aff;
  text-decoration: none;
}
.ehr-form .btn-link:hover {
  color: #0055b3;
  text-decoration: underline;
}
.ehr-form .btn-link:focus,
.ehr-form .btn-link.focus {
  text-decoration: underline;
}
.ehr-form .btn-link:disabled,
.ehr-form .btn-link.disabled {
  color: #767676;
  pointer-events: none;
}
.ehr-form .btn-lg,
.ehr-form .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: .6rem;
}
.ehr-form .btn-sm,
.ehr-form .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
  border-radius: .6rem;
}
.ehr-form .btn-block {
  display: block;
  width: 100%;
}
.ehr-form .btn-block + .btn-block {
  margin-top: .5rem;
}
.ehr-form input[type=submit].btn-block,
.ehr-form input[type=reset].btn-block,
.ehr-form input[type=button].btn-block {
  width: 100%;
}
.ehr-form .fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .fade {
    transition: none;
  }
}
.ehr-form .fade:not(.show) {
  opacity: 0;
}
.ehr-form .collapse:not(.show) {
  display: none;
}
.ehr-form .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .collapsing {
    transition: none;
  }
}
.ehr-form .collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .collapsing.width {
    transition: none;
  }
}
.ehr-form .dropup,
.ehr-form .dropright,
.ehr-form .dropdown,
.ehr-form .dropleft {
  position: relative;
}
.ehr-form .dropdown-toggle {
  white-space: nowrap;
}
.ehr-form .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: .3em solid rgba(0, 0, 0, 0);
}
.ehr-form .dropdown-toggle:empty:after {
  margin-left: 0;
}
.ehr-form .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: .875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.ehr-form .dropdown-menu-left {
  right: auto;
  left: 0;
}
.ehr-form .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .ehr-form .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .ehr-form .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .ehr-form .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .ehr-form .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .ehr-form .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .ehr-form .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .ehr-form .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .ehr-form .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.ehr-form .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.ehr-form .dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid rgba(0, 0, 0, 0);
  border-bottom: .3em solid;
  border-left: .3em solid rgba(0, 0, 0, 0);
}
.ehr-form .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.ehr-form .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}
.ehr-form .dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: .3em solid rgba(0, 0, 0, 0);
  border-left: .3em solid;
}
.ehr-form .dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.ehr-form .dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.ehr-form .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}
.ehr-form .dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.ehr-form .dropleft .dropdown-toggle:after {
  display: none;
}
.ehr-form .dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0, 0, 0, 0);
  border-right: .3em solid;
  border-bottom: .3em solid rgba(0, 0, 0, 0);
}
.ehr-form .dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.ehr-form .dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.ehr-form .dropdown-menu[x-placement^=top],
.ehr-form .dropdown-menu[x-placement^=right],
.ehr-form .dropdown-menu[x-placement^=bottom],
.ehr-form .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.ehr-form .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #f6f6f6;
}
.ehr-form .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.ehr-form .dropdown-item:hover,
.ehr-form .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f6f6f6;
}
.ehr-form .dropdown-item.active,
.ehr-form .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007aff;
}
.ehr-form .dropdown-item.disabled,
.ehr-form .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .dropdown-menu.show {
  display: block;
}
.ehr-form .dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .765625rem;
  color: #767676;
  white-space: nowrap;
}
.ehr-form .dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}
.ehr-form .btn-group,
.ehr-form .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.ehr-form .btn-group > .btn,
.ehr-form .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.ehr-form .btn-group > .btn:hover,
.ehr-form .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.ehr-form .btn-group > .btn:focus,
.ehr-form .btn-group > .btn:active,
.ehr-form .btn-group > .btn.active,
.ehr-form .btn-group-vertical > .btn:focus,
.ehr-form .btn-group-vertical > .btn:active,
.ehr-form .btn-group-vertical > .btn.active {
  z-index: 1;
}
.ehr-form .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ehr-form .btn-toolbar .input-group {
  width: auto;
}
.ehr-form .btn-group > .btn:not(:first-child),
.ehr-form .btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.ehr-form .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.ehr-form .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ehr-form .btn-group > .btn:not(:first-child),
.ehr-form .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ehr-form .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.ehr-form .dropdown-toggle-split:after,
.ehr-form .dropup .dropdown-toggle-split:after,
.ehr-form .dropright .dropdown-toggle-split:after {
  margin-left: 0;
}
.ehr-form .dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.ehr-form .btn-sm + .dropdown-toggle-split,
.ehr-form .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.ehr-form .btn-lg + .dropdown-toggle-split,
.ehr-form .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.ehr-form .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ehr-form .btn-group-vertical > .btn,
.ehr-form .btn-group-vertical > .btn-group {
  width: 100%;
}
.ehr-form .btn-group-vertical > .btn:not(:first-child),
.ehr-form .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.ehr-form .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.ehr-form .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ehr-form .btn-group-vertical > .btn:not(:first-child),
.ehr-form .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ehr-form .btn-group-toggle > .btn,
.ehr-form .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.ehr-form .btn-group-toggle > .btn input[type=radio],
.ehr-form .btn-group-toggle > .btn input[type=checkbox],
.ehr-form .btn-group-toggle > .btn-group > .btn input[type=radio],
.ehr-form .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ehr-form .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.ehr-form .input-group > .form-control,
.ehr-form .input-group > .form-control-plaintext,
.ehr-form .input-group > .custom-select,
.ehr-form .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.ehr-form .input-group > .form-control + .form-control,
.ehr-form .input-group > .form-control + .custom-select,
.ehr-form .input-group > .form-control + .custom-file,
.ehr-form .input-group > .form-control-plaintext + .form-control,
.ehr-form .input-group > .form-control-plaintext + .custom-select,
.ehr-form .input-group > .form-control-plaintext + .custom-file,
.ehr-form .input-group > .custom-select + .form-control,
.ehr-form .input-group > .custom-select + .custom-select,
.ehr-form .input-group > .custom-select + .custom-file,
.ehr-form .input-group > .custom-file + .form-control,
.ehr-form .input-group > .custom-file + .custom-select,
.ehr-form .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.ehr-form .input-group > .form-control:focus,
.ehr-form .input-group > .custom-select:focus,
.ehr-form .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.ehr-form .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.ehr-form .input-group > .form-control:not(:first-child),
.ehr-form .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ehr-form .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.ehr-form .input-group > .custom-file:not(:last-child) .custom-file-label,
.ehr-form .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ehr-form .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ehr-form .input-group:not(.has-validation) > .form-control:not(:last-child),
.ehr-form .input-group:not(.has-validation) > .custom-select:not(:last-child),
.ehr-form .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.ehr-form .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ehr-form .input-group.has-validation > .form-control:nth-last-child(n+3),
.ehr-form .input-group.has-validation > .custom-select:nth-last-child(n+3),
.ehr-form .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.ehr-form .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ehr-form .input-group-prepend,
.ehr-form .input-group-append {
  display: flex;
}
.ehr-form .input-group-prepend .btn,
.ehr-form .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.ehr-form .input-group-prepend .btn:focus,
.ehr-form .input-group-append .btn:focus {
  z-index: 3;
}
.ehr-form .input-group-prepend .btn + .btn,
.ehr-form .input-group-prepend .btn + .input-group-text,
.ehr-form .input-group-prepend .input-group-text + .input-group-text,
.ehr-form .input-group-prepend .input-group-text + .btn,
.ehr-form .input-group-append .btn + .btn,
.ehr-form .input-group-append .btn + .input-group-text,
.ehr-form .input-group-append .input-group-text + .input-group-text,
.ehr-form .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.ehr-form .input-group-prepend {
  margin-right: -1px;
}
.ehr-form .input-group-append {
  margin-left: -1px;
}
.ehr-form .input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: .25rem;
}
.ehr-form .input-group-text input[type=radio],
.ehr-form .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.ehr-form .input-group-lg > .form-control:not(textarea),
.ehr-form .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.ehr-form .input-group-lg > .form-control,
.ehr-form .input-group-lg > .custom-select,
.ehr-form .input-group-lg > .input-group-prepend > .input-group-text,
.ehr-form .input-group-lg > .input-group-append > .input-group-text,
.ehr-form .input-group-lg > .input-group-prepend > .btn,
.ehr-form .input-group-lg > .input-group-append > .btn {
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.ehr-form .input-group-sm > .form-control:not(textarea),
.ehr-form .input-group-sm > .custom-select {
  height: calc(1.5em + .5rem + 2px);
}
.ehr-form .input-group-sm > .form-control,
.ehr-form .input-group-sm > .custom-select,
.ehr-form .input-group-sm > .input-group-prepend > .input-group-text,
.ehr-form .input-group-sm > .input-group-append > .input-group-text,
.ehr-form .input-group-sm > .input-group-prepend > .btn,
.ehr-form .input-group-sm > .input-group-append > .btn {
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.ehr-form .input-group-lg > .custom-select,
.ehr-form .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.ehr-form .input-group > .input-group-prepend > .btn,
.ehr-form .input-group > .input-group-prepend > .input-group-text,
.ehr-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.ehr-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.ehr-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.ehr-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.ehr-form .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ehr-form .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ehr-form .input-group > .input-group-append > .btn,
.ehr-form .input-group > .input-group-append > .input-group-text,
.ehr-form .input-group > .input-group-prepend:not(:first-child) > .btn,
.ehr-form .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.ehr-form .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.ehr-form .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ehr-form .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.75rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.ehr-form .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.ehr-form .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.28125rem;
  opacity: 0;
}
.ehr-form .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007aff;
  background-color: #007aff;
}
.ehr-form .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.ehr-form .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.ehr-form .custom-control-input[disabled] ~ .custom-control-label,
.ehr-form .custom-control-input:disabled ~ .custom-control-label {
  color: #c6ccd2;
}
.ehr-form .custom-control-input[disabled] ~ .custom-control-label:before,
.ehr-form .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #c6ccd2;
}
.ehr-form .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.ehr-form .custom-control-label:before {
  position: absolute;
  top: .03125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.ehr-form .custom-control-label:after {
  position: absolute;
  top: .03125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.ehr-form .custom-checkbox .custom-control-label:before {
  border-radius: .25rem;
}
.ehr-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.ehr-form .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-color: #007aff;
  background-color: #007aff;
}
.ehr-form .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.ehr-form .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #c6ccd2;
}
.ehr-form .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: #c6ccd2;
}
.ehr-form .custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.ehr-form .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.ehr-form .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #c6ccd2;
}
.ehr-form .custom-switch {
  padding-left: 2.6875rem;
}
.ehr-form .custom-switch .custom-control-label:before {
  left: -2.6875rem;
  width: 2.1875rem;
  pointer-events: all;
  border-radius: .625rem;
}
.ehr-form .custom-switch .custom-control-label:after {
  top: calc(.03125rem + 2px);
  left: calc(-2.6875rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  background-color: #adb5bd;
  border-radius: .625rem;
  transition:
    transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.ehr-form .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translate(0.9375rem);
}
.ehr-form .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #c6ccd2;
}
.ehr-form .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ccc;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ehr-form .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ehr-form .custom-select[multiple],
.ehr-form .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.ehr-form .custom-select:disabled {
  color: #767676;
  background-color: #f6f6f6;
}
.ehr-form .custom-select::-ms-expand {
  display: none;
}
.ehr-form .custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.ehr-form .custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .765625rem;
}
.ehr-form .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}
.ehr-form .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.ehr-form .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.ehr-form .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .custom-file-input[disabled] ~ .custom-file-label,
.ehr-form .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f6f6f6;
}
.ehr-form .custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.ehr-form .custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.ehr-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .25rem;
}
.ehr-form .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #f6f6f6;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
.ehr-form .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ehr-form .custom-range:focus {
  outline: 0;
}
.ehr-form .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .custom-range::-moz-focus-outer {
  border: 0;
}
.ehr-form .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.ehr-form .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.ehr-form .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #d7d9db;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.ehr-form .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.ehr-form .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.ehr-form .custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #d7d9db;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.ehr-form .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  -ms-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.ehr-form .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.ehr-form .custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: .5rem;
}
.ehr-form .custom-range::-ms-fill-lower {
  background-color: #d7d9db;
  border-radius: 1rem;
}
.ehr-form .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d7d9db;
  border-radius: 1rem;
}
.ehr-form .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.ehr-form .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.ehr-form .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.ehr-form .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.ehr-form .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.ehr-form .custom-control-label:before,
.ehr-form .custom-file-label,
.ehr-form .custom-select {
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .custom-control-label:before,
  .ehr-form .custom-file-label,
  .ehr-form .custom-select {
    transition: none;
  }
}
.ehr-form .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ehr-form .nav-link {
  display: block;
  padding: .5rem 1rem;
}
.ehr-form .nav-link:hover,
.ehr-form .nav-link:focus {
  text-decoration: none;
}
.ehr-form .nav-link.disabled {
  color: #767676;
  pointer-events: none;
  cursor: default;
}
.ehr-form .nav-tabs {
  border-bottom: 1px solid #d7d9db;
}
.ehr-form .nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.ehr-form .nav-tabs .nav-link:hover,
.ehr-form .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #f6f6f6 #f6f6f6 #d7d9db;
}
.ehr-form .nav-tabs .nav-link.disabled {
  color: #767676;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ehr-form .nav-tabs .nav-link.active,
.ehr-form .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #d7d9db #d7d9db #fff;
}
.ehr-form .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ehr-form .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem;
}
.ehr-form .nav-pills .nav-link.active,
.ehr-form .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007aff;
}
.ehr-form .nav-fill > .nav-link,
.ehr-form .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.ehr-form .nav-justified > .nav-link,
.ehr-form .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.ehr-form .tab-content > .tab-pane {
  display: none;
}
.ehr-form .tab-content > .active {
  display: block;
}
.ehr-form .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.ehr-form .navbar .container,
.ehr-form .navbar .container-fluid,
.ehr-form .navbar .container-sm,
.ehr-form .navbar .container-md,
.ehr-form .navbar .container-lg,
.ehr-form .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ehr-form .navbar-brand {
  display: inline-block;
  padding-top: .3359375rem;
  padding-bottom: .3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.ehr-form .navbar-brand:hover,
.ehr-form .navbar-brand:focus {
  text-decoration: none;
}
.ehr-form .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ehr-form .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.ehr-form .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.ehr-form .navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.ehr-form .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.ehr-form .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .6rem;
}
.ehr-form .navbar-toggler:hover,
.ehr-form .navbar-toggler:focus {
  text-decoration: none;
}
.ehr-form .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.ehr-form .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .ehr-form .navbar-expand-sm > .container,
  .ehr-form .navbar-expand-sm > .container-fluid,
  .ehr-form .navbar-expand-sm > .container-sm,
  .ehr-form .navbar-expand-sm > .container-md,
  .ehr-form .navbar-expand-sm > .container-lg,
  .ehr-form .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .ehr-form .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .ehr-form .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .ehr-form .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .ehr-form .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .ehr-form .navbar-expand-sm > .container,
  .ehr-form .navbar-expand-sm > .container-fluid,
  .ehr-form .navbar-expand-sm > .container-sm,
  .ehr-form .navbar-expand-sm > .container-md,
  .ehr-form .navbar-expand-sm > .container-lg,
  .ehr-form .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .ehr-form .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .ehr-form .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .ehr-form .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ehr-form .navbar-expand-md > .container,
  .ehr-form .navbar-expand-md > .container-fluid,
  .ehr-form .navbar-expand-md > .container-sm,
  .ehr-form .navbar-expand-md > .container-md,
  .ehr-form .navbar-expand-md > .container-lg,
  .ehr-form .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .ehr-form .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .ehr-form .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .ehr-form .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .ehr-form .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .ehr-form .navbar-expand-md > .container,
  .ehr-form .navbar-expand-md > .container-fluid,
  .ehr-form .navbar-expand-md > .container-sm,
  .ehr-form .navbar-expand-md > .container-md,
  .ehr-form .navbar-expand-md > .container-lg,
  .ehr-form .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .ehr-form .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .ehr-form .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .ehr-form .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .ehr-form .navbar-expand-lg > .container,
  .ehr-form .navbar-expand-lg > .container-fluid,
  .ehr-form .navbar-expand-lg > .container-sm,
  .ehr-form .navbar-expand-lg > .container-md,
  .ehr-form .navbar-expand-lg > .container-lg,
  .ehr-form .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .ehr-form .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .ehr-form .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .ehr-form .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .ehr-form .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .ehr-form .navbar-expand-lg > .container,
  .ehr-form .navbar-expand-lg > .container-fluid,
  .ehr-form .navbar-expand-lg > .container-sm,
  .ehr-form .navbar-expand-lg > .container-md,
  .ehr-form .navbar-expand-lg > .container-lg,
  .ehr-form .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .ehr-form .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .ehr-form .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .ehr-form .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .ehr-form .navbar-expand-xl > .container,
  .ehr-form .navbar-expand-xl > .container-fluid,
  .ehr-form .navbar-expand-xl > .container-sm,
  .ehr-form .navbar-expand-xl > .container-md,
  .ehr-form .navbar-expand-xl > .container-lg,
  .ehr-form .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .ehr-form .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .ehr-form .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .ehr-form .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .ehr-form .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .ehr-form .navbar-expand-xl > .container,
  .ehr-form .navbar-expand-xl > .container-fluid,
  .ehr-form .navbar-expand-xl > .container-sm,
  .ehr-form .navbar-expand-xl > .container-md,
  .ehr-form .navbar-expand-xl > .container-lg,
  .ehr-form .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .ehr-form .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .ehr-form .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .ehr-form .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.ehr-form .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.ehr-form .navbar-expand > .container,
.ehr-form .navbar-expand > .container-fluid,
.ehr-form .navbar-expand > .container-sm,
.ehr-form .navbar-expand > .container-md,
.ehr-form .navbar-expand > .container-lg,
.ehr-form .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.ehr-form .navbar-expand .navbar-nav {
  flex-direction: row;
}
.ehr-form .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.ehr-form .navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.ehr-form .navbar-expand > .container,
.ehr-form .navbar-expand > .container-fluid,
.ehr-form .navbar-expand > .container-sm,
.ehr-form .navbar-expand > .container-md,
.ehr-form .navbar-expand > .container-lg,
.ehr-form .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.ehr-form .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.ehr-form .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.ehr-form .navbar-expand .navbar-toggler {
  display: none;
}
.ehr-form .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9019607843);
}
.ehr-form .navbar-light .navbar-brand:hover,
.ehr-form .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9019607843);
}
.ehr-form .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5019607843);
}
.ehr-form .navbar-light .navbar-nav .nav-link:hover,
.ehr-form .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7019607843);
}
.ehr-form .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form .navbar-light .navbar-nav .show > .nav-link,
.ehr-form .navbar-light .navbar-nav .active > .nav-link,
.ehr-form .navbar-light .navbar-nav .nav-link.show,
.ehr-form .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9019607843);
}
.ehr-form .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5019607843);
  border-color: rgba(0, 0, 0, .1019607843);
}
.ehr-form .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.ehr-form .navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5019607843);
}
.ehr-form .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9019607843);
}
.ehr-form .navbar-light .navbar-text a:hover,
.ehr-form .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, .9019607843);
}
.ehr-form .navbar-dark .navbar-brand {
  color: #fff;
}
.ehr-form .navbar-dark .navbar-brand:hover,
.ehr-form .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.ehr-form .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5019607843);
}
.ehr-form .navbar-dark .navbar-nav .nav-link:hover,
.ehr-form .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .7490196078);
}
.ehr-form .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .2509803922);
}
.ehr-form .navbar-dark .navbar-nav .show > .nav-link,
.ehr-form .navbar-dark .navbar-nav .active > .nav-link,
.ehr-form .navbar-dark .navbar-nav .nav-link.show,
.ehr-form .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.ehr-form .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5019607843);
  border-color: rgba(255, 255, 255, .1019607843);
}
.ehr-form .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.ehr-form .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5019607843);
}
.ehr-form .navbar-dark .navbar-text a {
  color: #fff;
}
.ehr-form .navbar-dark .navbar-text a:hover,
.ehr-form .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.ehr-form .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .5em;
}
.ehr-form .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.ehr-form .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.ehr-form .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.5em - 1px);
  border-top-right-radius: calc(.5em - 1px);
}
.ehr-form .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.5em - 1px);
  border-bottom-left-radius: calc(.5em - 1px);
}
.ehr-form .card > .card-header + .list-group,
.ehr-form .card > .list-group + .card-footer {
  border-top: 0;
}
.ehr-form .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.ehr-form .card-title {
  margin-bottom: .75rem;
}
.ehr-form .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.ehr-form .card-text:last-child {
  margin-bottom: 0;
}
.ehr-form .card-link:hover {
  text-decoration: none;
}
.ehr-form .card-link + .card-link {
  margin-left: 1.25rem;
}
.ehr-form .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .031372549);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.ehr-form .card-header:first-child {
  border-radius: calc(.5em - 1px) calc(.5em - 1px) 0 0;
}
.ehr-form .card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .031372549);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.ehr-form .card-footer:last-child {
  border-radius: 0 0 calc(.5em - 1px) calc(.5em - 1px);
}
.ehr-form .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.ehr-form .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.ehr-form .card-img-overlay {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
  border-radius: calc(.5em - 1px);
}
.ehr-form .card-img,
.ehr-form .card-img-top,
.ehr-form .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.ehr-form .card-img,
.ehr-form .card-img-top {
  border-top-left-radius: calc(.5em - 1px);
  border-top-right-radius: calc(.5em - 1px);
}
.ehr-form .card-img,
.ehr-form .card-img-bottom {
  border-bottom-right-radius: calc(.5em - 1px);
  border-bottom-left-radius: calc(.5em - 1px);
}
.ehr-form .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .ehr-form .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .ehr-form .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.ehr-form .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .ehr-form .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .ehr-form .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .ehr-form .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .ehr-form .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ehr-form .card-group > .card:not(:last-child) .card-img-top,
  .ehr-form .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .ehr-form .card-group > .card:not(:last-child) .card-img-bottom,
  .ehr-form .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .ehr-form .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ehr-form .card-group > .card:not(:first-child) .card-img-top,
  .ehr-form .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .ehr-form .card-group > .card:not(:first-child) .card-img-bottom,
  .ehr-form .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.ehr-form .card-columns .card {
  margin-bottom: .75rem;
}
@media (min-width: 576px) {
  .ehr-form .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .ehr-form .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.ehr-form .accordion {
  overflow-anchor: none;
}
.ehr-form .accordion > .card {
  overflow: hidden;
}
.ehr-form .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ehr-form .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ehr-form .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.ehr-form .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: .25rem;
}
.ehr-form .breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.ehr-form .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: .5rem;
  color: #767676;
  content: "/";
}
.ehr-form .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
}
.ehr-form .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}
.ehr-form .breadcrumb-item.active {
  color: #767676;
}
.ehr-form .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.ehr-form .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007aff;
  background-color: #fff;
  border: 1px solid #d7d9db;
}
.ehr-form .page-link:hover {
  z-index: 2;
  color: #0055b3;
  text-decoration: none;
  background-color: #f6f6f6;
  border-color: #d7d9db;
}
.ehr-form .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 122, 255, .2509803922);
}
.ehr-form .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.ehr-form .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.ehr-form .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .page-item.disabled .page-link {
  color: #767676;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d7d9db;
}
.ehr-form .pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.ehr-form .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.ehr-form .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.ehr-form .pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
}
.ehr-form .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.ehr-form .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.ehr-form .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .badge {
    transition: none;
  }
}
.ehr-form a.badge:hover,
.ehr-form a.badge:focus {
  text-decoration: none;
}
.ehr-form .badge:empty {
  display: none;
}
.ehr-form .btn .badge {
  position: relative;
  top: -1px;
}
.ehr-form .badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.ehr-form .badge-primary {
  color: #fff;
  background-color: #007aff;
}
.ehr-form a.badge-primary:hover,
.ehr-form a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
.ehr-form a.badge-primary:focus,
.ehr-form a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 122, 255, .5019607843);
}
.ehr-form .badge-secondary {
  color: #fff;
  background-color: #88919e;
}
.ehr-form a.badge-secondary:hover,
.ehr-form a.badge-secondary:focus {
  color: #fff;
  background-color: #6d7786;
}
.ehr-form a.badge-secondary:focus,
.ehr-form a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(136, 145, 158, .5019607843);
}
.ehr-form .badge-success {
  color: #fff;
  background-color: #34c765;
}
.ehr-form a.badge-success:hover,
.ehr-form a.badge-success:focus {
  color: #fff;
  background-color: #299f50;
}
.ehr-form a.badge-success:focus,
.ehr-form a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 199, 101, .5019607843);
}
.ehr-form .badge-info {
  color: #fff;
  background-color: #007aff;
}
.ehr-form a.badge-info:hover,
.ehr-form a.badge-info:focus {
  color: #fff;
  background-color: #0062cc;
}
.ehr-form a.badge-info:focus,
.ehr-form a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 122, 255, .5019607843);
}
.ehr-form .badge-warning {
  color: #212529;
  background-color: #fa0;
}
.ehr-form a.badge-warning:hover,
.ehr-form a.badge-warning:focus {
  color: #212529;
  background-color: #c80;
}
.ehr-form a.badge-warning:focus,
.ehr-form a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 170, 0, .5019607843);
}
.ehr-form .badge-danger {
  color: #fff;
  background-color: #ff2d55;
}
.ehr-form a.badge-danger:hover,
.ehr-form a.badge-danger:focus {
  color: #fff;
  background-color: #f9002f;
}
.ehr-form a.badge-danger:focus,
.ehr-form a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 45, 85, .5019607843);
}
.ehr-form .badge-light {
  color: #212529;
  background-color: #f0f0f2;
}
.ehr-form a.badge-light:hover,
.ehr-form a.badge-light:focus {
  color: #212529;
  background-color: #d5d5da;
}
.ehr-form a.badge-light:focus,
.ehr-form a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240, 240, 242, .5019607843);
}
.ehr-form .badge-dark {
  color: #fff;
  background-color: #323d44;
}
.ehr-form a.badge-dark:hover,
.ehr-form a.badge-dark:focus {
  color: #fff;
  background-color: #1c2327;
}
.ehr-form a.badge-dark:focus,
.ehr-form a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(50, 61, 68, .5019607843);
}
.ehr-form .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
  border-radius: .3rem;
}
@media (min-width: 576px) {
  .ehr-form .jumbotron {
    padding: 4rem 2rem;
  }
}
.ehr-form .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.ehr-form .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
}
.ehr-form .alert-heading {
  color: inherit;
}
.ehr-form .alert-link {
  font-weight: 700;
}
.ehr-form .alert-dismissible {
  padding-right: 3.8125rem;
}
.ehr-form .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit;
}
.ehr-form .alert-primary {
  color: #003f85;
  background-color: #cce4ff;
  border-color: #b8daff;
}
.ehr-form .alert-primary hr {
  border-top-color: #9fcdff;
}
.ehr-form .alert-primary .alert-link {
  color: #002752;
}
.ehr-form .alert-secondary {
  color: #474b52;
  background-color: #e7e9ec;
  border-color: #dee0e4;
}
.ehr-form .alert-secondary hr {
  border-top-color: #d0d3d9;
}
.ehr-form .alert-secondary .alert-link {
  color: #2f3237;
}
.ehr-form .alert-success {
  color: #1b6735;
  background-color: #d6f4e0;
  border-color: #c6efd4;
}
.ehr-form .alert-success hr {
  border-top-color: #b2e9c5;
}
.ehr-form .alert-success .alert-link {
  color: #103f20;
}
.ehr-form .alert-info {
  color: #003f85;
  background-color: #cce4ff;
  border-color: #b8daff;
}
.ehr-form .alert-info hr {
  border-top-color: #9fcdff;
}
.ehr-form .alert-info .alert-link {
  color: #002752;
}
.ehr-form .alert-warning {
  color: #855800;
  background-color: #fec;
  border-color: #ffe7b8;
}
.ehr-form .alert-warning hr {
  border-top-color: #ffde9f;
}
.ehr-form .alert-warning .alert-link {
  color: #523600;
}
.ehr-form .alert-danger {
  color: #85172c;
  background-color: #ffd5dd;
  border-color: #ffc4cf;
}
.ehr-form .alert-danger hr {
  border-top-color: #ffabba;
}
.ehr-form .alert-danger .alert-link {
  color: #5a0f1e;
}
.ehr-form .alert-light {
  color: #7d7d7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.ehr-form .alert-light hr {
  border-top-color: #eee;
}
.ehr-form .alert-light .alert-link {
  color: #646464;
}
.ehr-form .alert-dark {
  color: #1a2023;
  background-color: #d6d8da;
  border-color: #c6c9cb;
}
.ehr-form .alert-dark hr {
  border-top-color: #b9bcbf;
}
.ehr-form .alert-dark .alert-link {
  color: #040506;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.ehr-form .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .65625rem;
  background-color: #f6f6f6;
  border-radius: .25rem;
}
.ehr-form .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007aff;
  transition: width .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .progress-bar {
    transition: none;
  }
}
.ehr-form .progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.ehr-form .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .progress-bar-animated {
    animation: none;
  }
}
.ehr-form .media {
  display: flex;
  align-items: flex-start;
}
.ehr-form .media-body {
  flex: 1;
}
.ehr-form .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.ehr-form .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.ehr-form .list-group-item-action:hover,
.ehr-form .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.ehr-form .list-group-item-action:active {
  color: #212529;
  background-color: #f6f6f6;
}
.ehr-form .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.ehr-form .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.ehr-form .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.ehr-form .list-group-item.disabled,
.ehr-form .list-group-item:disabled {
  color: #767676;
  pointer-events: none;
  background-color: #fff;
}
.ehr-form .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.ehr-form .list-group-item + .list-group-item {
  border-top-width: 0;
}
.ehr-form .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.ehr-form .list-group-horizontal {
  flex-direction: row;
}
.ehr-form .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.ehr-form .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.ehr-form .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.ehr-form .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.ehr-form .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .ehr-form .list-group-horizontal-sm {
    flex-direction: row;
  }
  .ehr-form .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .ehr-form .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .ehr-form .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .ehr-form .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .ehr-form .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .ehr-form .list-group-horizontal-md {
    flex-direction: row;
  }
  .ehr-form .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .ehr-form .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .ehr-form .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .ehr-form .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .ehr-form .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .ehr-form .list-group-horizontal-lg {
    flex-direction: row;
  }
  .ehr-form .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .ehr-form .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .ehr-form .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .ehr-form .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .ehr-form .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .ehr-form .list-group-horizontal-xl {
    flex-direction: row;
  }
  .ehr-form .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .ehr-form .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .ehr-form .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .ehr-form .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .ehr-form .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.ehr-form .list-group-flush {
  border-radius: 0;
}
.ehr-form .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.ehr-form .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.ehr-form .list-group-item-primary {
  color: #003f85;
  background-color: #b8daff;
}
.ehr-form .list-group-item-primary.list-group-item-action:hover,
.ehr-form .list-group-item-primary.list-group-item-action:focus {
  color: #003f85;
  background-color: #9fcdff;
}
.ehr-form .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #003f85;
  border-color: #003f85;
}
.ehr-form .list-group-item-secondary {
  color: #474b52;
  background-color: #dee0e4;
}
.ehr-form .list-group-item-secondary.list-group-item-action:hover,
.ehr-form .list-group-item-secondary.list-group-item-action:focus {
  color: #474b52;
  background-color: #d0d3d9;
}
.ehr-form .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #474b52;
  border-color: #474b52;
}
.ehr-form .list-group-item-success {
  color: #1b6735;
  background-color: #c6efd4;
}
.ehr-form .list-group-item-success.list-group-item-action:hover,
.ehr-form .list-group-item-success.list-group-item-action:focus {
  color: #1b6735;
  background-color: #b2e9c5;
}
.ehr-form .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1b6735;
  border-color: #1b6735;
}
.ehr-form .list-group-item-info {
  color: #003f85;
  background-color: #b8daff;
}
.ehr-form .list-group-item-info.list-group-item-action:hover,
.ehr-form .list-group-item-info.list-group-item-action:focus {
  color: #003f85;
  background-color: #9fcdff;
}
.ehr-form .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #003f85;
  border-color: #003f85;
}
.ehr-form .list-group-item-warning {
  color: #855800;
  background-color: #ffe7b8;
}
.ehr-form .list-group-item-warning.list-group-item-action:hover,
.ehr-form .list-group-item-warning.list-group-item-action:focus {
  color: #855800;
  background-color: #ffde9f;
}
.ehr-form .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855800;
  border-color: #855800;
}
.ehr-form .list-group-item-danger {
  color: #85172c;
  background-color: #ffc4cf;
}
.ehr-form .list-group-item-danger.list-group-item-action:hover,
.ehr-form .list-group-item-danger.list-group-item-action:focus {
  color: #85172c;
  background-color: #ffabba;
}
.ehr-form .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #85172c;
  border-color: #85172c;
}
.ehr-form .list-group-item-light {
  color: #7d7d7e;
  background-color: #fbfbfb;
}
.ehr-form .list-group-item-light.list-group-item-action:hover,
.ehr-form .list-group-item-light.list-group-item-action:focus {
  color: #7d7d7e;
  background-color: #eee;
}
.ehr-form .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7e;
  border-color: #7d7d7e;
}
.ehr-form .list-group-item-dark {
  color: #1a2023;
  background-color: #c6c9cb;
}
.ehr-form .list-group-item-dark.list-group-item-action:hover,
.ehr-form .list-group-item-dark.list-group-item-action:focus {
  color: #1a2023;
  background-color: #b9bcbf;
}
.ehr-form .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1a2023;
  border-color: #1a2023;
}
.ehr-form .close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.ehr-form .close:hover {
  color: #000;
  text-decoration: none;
}
.ehr-form .close:not(:disabled):not(.disabled):hover,
.ehr-form .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
.ehr-form button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.ehr-form a.close.disabled {
  pointer-events: none;
}
.ehr-form .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .8509803922);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1019607843);
  opacity: 0;
  border-radius: .25rem;
}
.ehr-form .toast:not(:last-child) {
  margin-bottom: .75rem;
}
.ehr-form .toast.showing {
  opacity: 1;
}
.ehr-form .toast.show {
  display: block;
  opacity: 1;
}
.ehr-form .toast.hide {
  display: none;
}
.ehr-form .toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #767676;
  background-color: rgba(255, 255, 255, .8509803922);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.ehr-form .toast-body {
  padding: .75rem;
}
.ehr-form .modal-open {
  overflow: hidden;
}
.ehr-form .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.ehr-form .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.ehr-form .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.ehr-form .modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .modal.fade .modal-dialog {
    transition: none;
  }
}
.ehr-form .modal.show .modal-dialog {
  transform: none;
}
.ehr-form .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.ehr-form .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.ehr-form .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.ehr-form .modal-dialog-scrollable .modal-header,
.ehr-form .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.ehr-form .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.ehr-form .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.ehr-form .modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.ehr-form .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ehr-form .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.ehr-form .modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.ehr-form .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.ehr-form .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.ehr-form .modal-backdrop.fade {
  opacity: 0;
}
.ehr-form .modal-backdrop.show {
  opacity: .5;
}
.ehr-form .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #d7d9db;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.ehr-form .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.ehr-form .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.ehr-form .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.ehr-form .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #d7d9db;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.ehr-form .modal-footer > * {
  margin: .25rem;
}
.ehr-form .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .ehr-form .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .ehr-form .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .ehr-form .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .ehr-form .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .ehr-form .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .ehr-form .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .ehr-form .modal-lg,
  .ehr-form .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .ehr-form .modal-xl {
    max-width: 1140px;
  }
}
.ehr-form .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.ehr-form .tooltip.show {
  opacity: .9;
}
.ehr-form .tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.ehr-form .tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.ehr-form .bs-tooltip-top,
.ehr-form .bs-tooltip-auto[x-placement^=top] {
  padding: .4rem 0;
}
.ehr-form .bs-tooltip-top .arrow,
.ehr-form .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.ehr-form .bs-tooltip-top .arrow:before,
.ehr-form .bs-tooltip-auto[x-placement^=top] .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.ehr-form .bs-tooltip-right,
.ehr-form .bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem;
}
.ehr-form .bs-tooltip-right .arrow,
.ehr-form .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.ehr-form .bs-tooltip-right .arrow:before,
.ehr-form .bs-tooltip-auto[x-placement^=right] .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.ehr-form .bs-tooltip-bottom,
.ehr-form .bs-tooltip-auto[x-placement^=bottom] {
  padding: .4rem 0;
}
.ehr-form .bs-tooltip-bottom .arrow,
.ehr-form .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.ehr-form .bs-tooltip-bottom .arrow:before,
.ehr-form .bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.ehr-form .bs-tooltip-left,
.ehr-form .bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem;
}
.ehr-form .bs-tooltip-left .arrow,
.ehr-form .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.ehr-form .bs-tooltip-left .arrow:before,
.ehr-form .bs-tooltip-auto[x-placement^=left] .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.ehr-form .tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.ehr-form .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.ehr-form .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}
.ehr-form .popover .arrow:before,
.ehr-form .popover .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.ehr-form .bs-popover-top,
.ehr-form .bs-popover-auto[x-placement^=top] {
  margin-bottom: .5rem;
}
.ehr-form .bs-popover-top > .arrow,
.ehr-form .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.ehr-form .bs-popover-top > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=top] > .arrow:before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .2509803922);
}
.ehr-form .bs-popover-top > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=top] > .arrow:after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.ehr-form .bs-popover-right,
.ehr-form .bs-popover-auto[x-placement^=right] {
  margin-left: .5rem;
}
.ehr-form .bs-popover-right > .arrow,
.ehr-form .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.ehr-form .bs-popover-right > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=right] > .arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .2509803922);
}
.ehr-form .bs-popover-right > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=right] > .arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.ehr-form .bs-popover-bottom,
.ehr-form .bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem;
}
.ehr-form .bs-popover-bottom > .arrow,
.ehr-form .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.ehr-form .bs-popover-bottom > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=bottom] > .arrow:before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .2509803922);
}
.ehr-form .bs-popover-bottom > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=bottom] > .arrow:after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.ehr-form .bs-popover-bottom .popover-header:before,
.ehr-form .bs-popover-auto[x-placement^=bottom] .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.ehr-form .bs-popover-left,
.ehr-form .bs-popover-auto[x-placement^=left] {
  margin-right: .5rem;
}
.ehr-form .bs-popover-left > .arrow,
.ehr-form .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.ehr-form .bs-popover-left > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=left] > .arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .2509803922);
}
.ehr-form .bs-popover-left > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=left] > .arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.ehr-form .popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.ehr-form .popover-header:empty {
  display: none;
}
.ehr-form .popover-body {
  padding: .5rem .75rem;
  color: #212529;
}
.ehr-form .carousel {
  position: relative;
}
.ehr-form .carousel.pointer-event {
  touch-action: pan-y;
}
.ehr-form .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ehr-form .carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.ehr-form .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .carousel-item {
    transition: none;
  }
}
.ehr-form .carousel-item.active,
.ehr-form .carousel-item-next,
.ehr-form .carousel-item-prev {
  display: block;
}
.ehr-form .carousel-item-next:not(.carousel-item-left),
.ehr-form .active.carousel-item-right {
  transform: translate(100%);
}
.ehr-form .carousel-item-prev:not(.carousel-item-right),
.ehr-form .active.carousel-item-left {
  transform: translate(-100%);
}
.ehr-form .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.ehr-form .carousel-fade .carousel-item.active,
.ehr-form .carousel-fade .carousel-item-next.carousel-item-left,
.ehr-form .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.ehr-form .carousel-fade .active.carousel-item-left,
.ehr-form .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .carousel-fade .active.carousel-item-left,
  .ehr-form .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.ehr-form .carousel-control-prev,
.ehr-form .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .carousel-control-prev,
  .ehr-form .carousel-control-next {
    transition: none;
  }
}
.ehr-form .carousel-control-prev:hover,
.ehr-form .carousel-control-prev:focus,
.ehr-form .carousel-control-next:hover,
.ehr-form .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.ehr-form .carousel-control-prev {
  left: 0;
}
.ehr-form .carousel-control-next {
  right: 0;
}
.ehr-form .carousel-control-prev-icon,
.ehr-form .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.ehr-form .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.ehr-form .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.ehr-form .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.ehr-form .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .carousel-indicators li {
    transition: none;
  }
}
.ehr-form .carousel-indicators .active {
  opacity: 1;
}
.ehr-form .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.ehr-form .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: .25em solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}
.ehr-form .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.ehr-form .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}
.ehr-form .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .ehr-form .spinner-border,
  .ehr-form .spinner-grow {
    animation-duration: 1.5s;
  }
}
.ehr-form .align-baseline {
  vertical-align: baseline !important;
}
.ehr-form .align-top {
  vertical-align: top !important;
}
.ehr-form .align-middle {
  vertical-align: middle !important;
}
.ehr-form .align-bottom {
  vertical-align: bottom !important;
}
.ehr-form .align-text-bottom {
  vertical-align: text-bottom !important;
}
.ehr-form .align-text-top {
  vertical-align: text-top !important;
}
.ehr-form .bg-primary {
  background-color: #007aff !important;
}
.ehr-form a.bg-primary:hover,
.ehr-form a.bg-primary:focus,
.ehr-form button.bg-primary:hover,
.ehr-form button.bg-primary:focus {
  background-color: #0062cc !important;
}
.ehr-form .bg-secondary {
  background-color: #88919e !important;
}
.ehr-form a.bg-secondary:hover,
.ehr-form a.bg-secondary:focus,
.ehr-form button.bg-secondary:hover,
.ehr-form button.bg-secondary:focus {
  background-color: #6d7786 !important;
}
.ehr-form .bg-success {
  background-color: #34c765 !important;
}
.ehr-form a.bg-success:hover,
.ehr-form a.bg-success:focus,
.ehr-form button.bg-success:hover,
.ehr-form button.bg-success:focus {
  background-color: #299f50 !important;
}
.ehr-form .bg-info {
  background-color: #007aff !important;
}
.ehr-form a.bg-info:hover,
.ehr-form a.bg-info:focus,
.ehr-form button.bg-info:hover,
.ehr-form button.bg-info:focus {
  background-color: #0062cc !important;
}
.ehr-form .bg-warning {
  background-color: #fa0 !important;
}
.ehr-form a.bg-warning:hover,
.ehr-form a.bg-warning:focus,
.ehr-form button.bg-warning:hover,
.ehr-form button.bg-warning:focus {
  background-color: #c80 !important;
}
.ehr-form .bg-danger {
  background-color: #ff2d55 !important;
}
.ehr-form a.bg-danger:hover,
.ehr-form a.bg-danger:focus,
.ehr-form button.bg-danger:hover,
.ehr-form button.bg-danger:focus {
  background-color: #f9002f !important;
}
.ehr-form .bg-light {
  background-color: #f0f0f2 !important;
}
.ehr-form a.bg-light:hover,
.ehr-form a.bg-light:focus,
.ehr-form button.bg-light:hover,
.ehr-form button.bg-light:focus {
  background-color: #d5d5da !important;
}
.ehr-form .bg-dark {
  background-color: #323d44 !important;
}
.ehr-form a.bg-dark:hover,
.ehr-form a.bg-dark:focus,
.ehr-form button.bg-dark:hover,
.ehr-form button.bg-dark:focus {
  background-color: #1c2327 !important;
}
.ehr-form .bg-white {
  background-color: #fff !important;
}
.ehr-form .bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.ehr-form .border {
  border: 1px solid #d7d9db !important;
}
.ehr-form .border-top {
  border-top: 1px solid #d7d9db !important;
}
.ehr-form .border-right {
  border-right: 1px solid #d7d9db !important;
}
.ehr-form .border-bottom {
  border-bottom: 1px solid #d7d9db !important;
}
.ehr-form .border-left {
  border-left: 1px solid #d7d9db !important;
}
.ehr-form .border-0 {
  border: 0 !important;
}
.ehr-form .border-top-0 {
  border-top: 0 !important;
}
.ehr-form .border-right-0 {
  border-right: 0 !important;
}
.ehr-form .border-bottom-0 {
  border-bottom: 0 !important;
}
.ehr-form .border-left-0 {
  border-left: 0 !important;
}
.ehr-form .border-primary {
  border-color: #007aff !important;
}
.ehr-form .border-secondary {
  border-color: #88919e !important;
}
.ehr-form .border-success {
  border-color: #34c765 !important;
}
.ehr-form .border-info {
  border-color: #007aff !important;
}
.ehr-form .border-warning {
  border-color: #fa0 !important;
}
.ehr-form .border-danger {
  border-color: #ff2d55 !important;
}
.ehr-form .border-light {
  border-color: #f0f0f2 !important;
}
.ehr-form .border-dark {
  border-color: #323d44 !important;
}
.ehr-form .border-white {
  border-color: #fff !important;
}
.ehr-form .rounded-sm {
  border-radius: .2rem !important;
}
.ehr-form .rounded {
  border-radius: .25rem !important;
}
.ehr-form .rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.ehr-form .rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.ehr-form .rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.ehr-form .rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.ehr-form .rounded-lg {
  border-radius: .3rem !important;
}
.ehr-form .rounded-circle {
  border-radius: 50% !important;
}
.ehr-form .rounded-pill {
  border-radius: 50rem !important;
}
.ehr-form .rounded-0 {
  border-radius: 0 !important;
}
.ehr-form .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.ehr-form .d-none {
  display: none !important;
}
.ehr-form .d-inline {
  display: inline !important;
}
.ehr-form .d-inline-block {
  display: inline-block !important;
}
.ehr-form .d-block {
  display: block !important;
}
.ehr-form .d-table {
  display: table !important;
}
.ehr-form .d-table-row {
  display: table-row !important;
}
.ehr-form .d-table-cell {
  display: table-cell !important;
}
.ehr-form .d-flex {
  display: flex !important;
}
.ehr-form .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .ehr-form .d-sm-none {
    display: none !important;
  }
  .ehr-form .d-sm-inline {
    display: inline !important;
  }
  .ehr-form .d-sm-inline-block {
    display: inline-block !important;
  }
  .ehr-form .d-sm-block {
    display: block !important;
  }
  .ehr-form .d-sm-table {
    display: table !important;
  }
  .ehr-form .d-sm-table-row {
    display: table-row !important;
  }
  .ehr-form .d-sm-table-cell {
    display: table-cell !important;
  }
  .ehr-form .d-sm-flex {
    display: flex !important;
  }
  .ehr-form .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .ehr-form .d-md-none {
    display: none !important;
  }
  .ehr-form .d-md-inline {
    display: inline !important;
  }
  .ehr-form .d-md-inline-block {
    display: inline-block !important;
  }
  .ehr-form .d-md-block {
    display: block !important;
  }
  .ehr-form .d-md-table {
    display: table !important;
  }
  .ehr-form .d-md-table-row {
    display: table-row !important;
  }
  .ehr-form .d-md-table-cell {
    display: table-cell !important;
  }
  .ehr-form .d-md-flex {
    display: flex !important;
  }
  .ehr-form .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ehr-form .d-lg-none {
    display: none !important;
  }
  .ehr-form .d-lg-inline {
    display: inline !important;
  }
  .ehr-form .d-lg-inline-block {
    display: inline-block !important;
  }
  .ehr-form .d-lg-block {
    display: block !important;
  }
  .ehr-form .d-lg-table {
    display: table !important;
  }
  .ehr-form .d-lg-table-row {
    display: table-row !important;
  }
  .ehr-form .d-lg-table-cell {
    display: table-cell !important;
  }
  .ehr-form .d-lg-flex {
    display: flex !important;
  }
  .ehr-form .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ehr-form .d-xl-none {
    display: none !important;
  }
  .ehr-form .d-xl-inline {
    display: inline !important;
  }
  .ehr-form .d-xl-inline-block {
    display: inline-block !important;
  }
  .ehr-form .d-xl-block {
    display: block !important;
  }
  .ehr-form .d-xl-table {
    display: table !important;
  }
  .ehr-form .d-xl-table-row {
    display: table-row !important;
  }
  .ehr-form .d-xl-table-cell {
    display: table-cell !important;
  }
  .ehr-form .d-xl-flex {
    display: flex !important;
  }
  .ehr-form .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .ehr-form .d-print-none {
    display: none !important;
  }
  .ehr-form .d-print-inline {
    display: inline !important;
  }
  .ehr-form .d-print-inline-block {
    display: inline-block !important;
  }
  .ehr-form .d-print-block {
    display: block !important;
  }
  .ehr-form .d-print-table {
    display: table !important;
  }
  .ehr-form .d-print-table-row {
    display: table-row !important;
  }
  .ehr-form .d-print-table-cell {
    display: table-cell !important;
  }
  .ehr-form .d-print-flex {
    display: flex !important;
  }
  .ehr-form .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.ehr-form .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.ehr-form .embed-responsive:before {
  display: block;
  content: "";
}
.ehr-form .embed-responsive .embed-responsive-item,
.ehr-form .embed-responsive iframe,
.ehr-form .embed-responsive embed,
.ehr-form .embed-responsive object,
.ehr-form .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ehr-form .embed-responsive-21by9:before {
  padding-top: 42.85714286%;
}
.ehr-form .embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.ehr-form .embed-responsive-4by3:before {
  padding-top: 75%;
}
.ehr-form .embed-responsive-1by1:before {
  padding-top: 100%;
}
.ehr-form .flex-row {
  flex-direction: row !important;
}
.ehr-form .flex-column {
  flex-direction: column !important;
}
.ehr-form .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.ehr-form .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.ehr-form .flex-wrap {
  flex-wrap: wrap !important;
}
.ehr-form .flex-nowrap {
  flex-wrap: nowrap !important;
}
.ehr-form .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ehr-form .flex-fill {
  flex: 1 1 auto !important;
}
.ehr-form .flex-grow-0 {
  flex-grow: 0 !important;
}
.ehr-form .flex-grow-1 {
  flex-grow: 1 !important;
}
.ehr-form .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.ehr-form .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.ehr-form .justify-content-start {
  justify-content: flex-start !important;
}
.ehr-form .justify-content-end {
  justify-content: flex-end !important;
}
.ehr-form .justify-content-center {
  justify-content: center !important;
}
.ehr-form .justify-content-between {
  justify-content: space-between !important;
}
.ehr-form .justify-content-around {
  justify-content: space-around !important;
}
.ehr-form .align-items-start {
  align-items: flex-start !important;
}
.ehr-form .align-items-end {
  align-items: flex-end !important;
}
.ehr-form .align-items-center {
  align-items: center !important;
}
.ehr-form .align-items-baseline {
  align-items: baseline !important;
}
.ehr-form .align-items-stretch {
  align-items: stretch !important;
}
.ehr-form .align-content-start {
  align-content: flex-start !important;
}
.ehr-form .align-content-end {
  align-content: flex-end !important;
}
.ehr-form .align-content-center {
  align-content: center !important;
}
.ehr-form .align-content-between {
  align-content: space-between !important;
}
.ehr-form .align-content-around {
  align-content: space-around !important;
}
.ehr-form .align-content-stretch {
  align-content: stretch !important;
}
.ehr-form .align-self-auto {
  align-self: auto !important;
}
.ehr-form .align-self-start {
  align-self: flex-start !important;
}
.ehr-form .align-self-end {
  align-self: flex-end !important;
}
.ehr-form .align-self-center {
  align-self: center !important;
}
.ehr-form .align-self-baseline {
  align-self: baseline !important;
}
.ehr-form .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .ehr-form .flex-sm-row {
    flex-direction: row !important;
  }
  .ehr-form .flex-sm-column {
    flex-direction: column !important;
  }
  .ehr-form .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ehr-form .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ehr-form .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .ehr-form .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .ehr-form .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ehr-form .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .ehr-form .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .ehr-form .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .ehr-form .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ehr-form .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ehr-form .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .ehr-form .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .ehr-form .justify-content-sm-center {
    justify-content: center !important;
  }
  .ehr-form .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .ehr-form .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .ehr-form .align-items-sm-start {
    align-items: flex-start !important;
  }
  .ehr-form .align-items-sm-end {
    align-items: flex-end !important;
  }
  .ehr-form .align-items-sm-center {
    align-items: center !important;
  }
  .ehr-form .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .ehr-form .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .ehr-form .align-content-sm-start {
    align-content: flex-start !important;
  }
  .ehr-form .align-content-sm-end {
    align-content: flex-end !important;
  }
  .ehr-form .align-content-sm-center {
    align-content: center !important;
  }
  .ehr-form .align-content-sm-between {
    align-content: space-between !important;
  }
  .ehr-form .align-content-sm-around {
    align-content: space-around !important;
  }
  .ehr-form .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .ehr-form .align-self-sm-auto {
    align-self: auto !important;
  }
  .ehr-form .align-self-sm-start {
    align-self: flex-start !important;
  }
  .ehr-form .align-self-sm-end {
    align-self: flex-end !important;
  }
  .ehr-form .align-self-sm-center {
    align-self: center !important;
  }
  .ehr-form .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .ehr-form .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .ehr-form .flex-md-row {
    flex-direction: row !important;
  }
  .ehr-form .flex-md-column {
    flex-direction: column !important;
  }
  .ehr-form .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ehr-form .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ehr-form .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .ehr-form .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .ehr-form .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ehr-form .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .ehr-form .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .ehr-form .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .ehr-form .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ehr-form .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ehr-form .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .ehr-form .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .ehr-form .justify-content-md-center {
    justify-content: center !important;
  }
  .ehr-form .justify-content-md-between {
    justify-content: space-between !important;
  }
  .ehr-form .justify-content-md-around {
    justify-content: space-around !important;
  }
  .ehr-form .align-items-md-start {
    align-items: flex-start !important;
  }
  .ehr-form .align-items-md-end {
    align-items: flex-end !important;
  }
  .ehr-form .align-items-md-center {
    align-items: center !important;
  }
  .ehr-form .align-items-md-baseline {
    align-items: baseline !important;
  }
  .ehr-form .align-items-md-stretch {
    align-items: stretch !important;
  }
  .ehr-form .align-content-md-start {
    align-content: flex-start !important;
  }
  .ehr-form .align-content-md-end {
    align-content: flex-end !important;
  }
  .ehr-form .align-content-md-center {
    align-content: center !important;
  }
  .ehr-form .align-content-md-between {
    align-content: space-between !important;
  }
  .ehr-form .align-content-md-around {
    align-content: space-around !important;
  }
  .ehr-form .align-content-md-stretch {
    align-content: stretch !important;
  }
  .ehr-form .align-self-md-auto {
    align-self: auto !important;
  }
  .ehr-form .align-self-md-start {
    align-self: flex-start !important;
  }
  .ehr-form .align-self-md-end {
    align-self: flex-end !important;
  }
  .ehr-form .align-self-md-center {
    align-self: center !important;
  }
  .ehr-form .align-self-md-baseline {
    align-self: baseline !important;
  }
  .ehr-form .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .ehr-form .flex-lg-row {
    flex-direction: row !important;
  }
  .ehr-form .flex-lg-column {
    flex-direction: column !important;
  }
  .ehr-form .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ehr-form .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ehr-form .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .ehr-form .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .ehr-form .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ehr-form .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .ehr-form .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .ehr-form .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .ehr-form .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ehr-form .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ehr-form .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .ehr-form .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .ehr-form .justify-content-lg-center {
    justify-content: center !important;
  }
  .ehr-form .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .ehr-form .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .ehr-form .align-items-lg-start {
    align-items: flex-start !important;
  }
  .ehr-form .align-items-lg-end {
    align-items: flex-end !important;
  }
  .ehr-form .align-items-lg-center {
    align-items: center !important;
  }
  .ehr-form .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .ehr-form .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .ehr-form .align-content-lg-start {
    align-content: flex-start !important;
  }
  .ehr-form .align-content-lg-end {
    align-content: flex-end !important;
  }
  .ehr-form .align-content-lg-center {
    align-content: center !important;
  }
  .ehr-form .align-content-lg-between {
    align-content: space-between !important;
  }
  .ehr-form .align-content-lg-around {
    align-content: space-around !important;
  }
  .ehr-form .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .ehr-form .align-self-lg-auto {
    align-self: auto !important;
  }
  .ehr-form .align-self-lg-start {
    align-self: flex-start !important;
  }
  .ehr-form .align-self-lg-end {
    align-self: flex-end !important;
  }
  .ehr-form .align-self-lg-center {
    align-self: center !important;
  }
  .ehr-form .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .ehr-form .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .ehr-form .flex-xl-row {
    flex-direction: row !important;
  }
  .ehr-form .flex-xl-column {
    flex-direction: column !important;
  }
  .ehr-form .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ehr-form .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ehr-form .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ehr-form .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ehr-form .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ehr-form .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .ehr-form .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .ehr-form .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .ehr-form .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ehr-form .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ehr-form .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ehr-form .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ehr-form .justify-content-xl-center {
    justify-content: center !important;
  }
  .ehr-form .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ehr-form .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ehr-form .align-items-xl-start {
    align-items: flex-start !important;
  }
  .ehr-form .align-items-xl-end {
    align-items: flex-end !important;
  }
  .ehr-form .align-items-xl-center {
    align-items: center !important;
  }
  .ehr-form .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .ehr-form .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ehr-form .align-content-xl-start {
    align-content: flex-start !important;
  }
  .ehr-form .align-content-xl-end {
    align-content: flex-end !important;
  }
  .ehr-form .align-content-xl-center {
    align-content: center !important;
  }
  .ehr-form .align-content-xl-between {
    align-content: space-between !important;
  }
  .ehr-form .align-content-xl-around {
    align-content: space-around !important;
  }
  .ehr-form .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .ehr-form .align-self-xl-auto {
    align-self: auto !important;
  }
  .ehr-form .align-self-xl-start {
    align-self: flex-start !important;
  }
  .ehr-form .align-self-xl-end {
    align-self: flex-end !important;
  }
  .ehr-form .align-self-xl-center {
    align-self: center !important;
  }
  .ehr-form .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ehr-form .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.ehr-form .float-left {
  float: left !important;
}
.ehr-form .float-right {
  float: right !important;
}
.ehr-form .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .ehr-form .float-sm-left {
    float: left !important;
  }
  .ehr-form .float-sm-right {
    float: right !important;
  }
  .ehr-form .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .ehr-form .float-md-left {
    float: left !important;
  }
  .ehr-form .float-md-right {
    float: right !important;
  }
  .ehr-form .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .ehr-form .float-lg-left {
    float: left !important;
  }
  .ehr-form .float-lg-right {
    float: right !important;
  }
  .ehr-form .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .ehr-form .float-xl-left {
    float: left !important;
  }
  .ehr-form .float-xl-right {
    float: right !important;
  }
  .ehr-form .float-xl-none {
    float: none !important;
  }
}
.ehr-form .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.ehr-form .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.ehr-form .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.ehr-form .overflow-auto {
  overflow: auto !important;
}
.ehr-form .overflow-hidden {
  overflow: hidden !important;
}
.ehr-form .position-static {
  position: static !important;
}
.ehr-form .position-relative {
  position: relative !important;
}
.ehr-form .position-absolute {
  position: absolute !important;
}
.ehr-form .position-fixed {
  position: fixed !important;
}
.ehr-form .position-sticky {
  position: sticky !important;
}
.ehr-form .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.ehr-form .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .ehr-form .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.ehr-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ehr-form .sr-only-focusable:active,
.ehr-form .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.ehr-form .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .0745098039) !important;
}
.ehr-form .shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1490196078) !important;
}
.ehr-form .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1764705882) !important;
}
.ehr-form .shadow-none {
  box-shadow: none !important;
}
.ehr-form .w-25 {
  width: 25% !important;
}
.ehr-form .w-50 {
  width: 50% !important;
}
.ehr-form .w-75 {
  width: 75% !important;
}
.ehr-form .w-100 {
  width: 100% !important;
}
.ehr-form .w-auto {
  width: auto !important;
}
.ehr-form .h-25 {
  height: 25% !important;
}
.ehr-form .h-50 {
  height: 50% !important;
}
.ehr-form .h-75 {
  height: 75% !important;
}
.ehr-form .h-100 {
  height: 100% !important;
}
.ehr-form .h-auto {
  height: auto !important;
}
.ehr-form .mw-100 {
  max-width: 100% !important;
}
.ehr-form .mh-100 {
  max-height: 100% !important;
}
.ehr-form .min-vw-100 {
  min-width: 100vw !important;
}
.ehr-form .min-vh-100 {
  min-height: 100vh !important;
}
.ehr-form .vw-100 {
  width: 100vw !important;
}
.ehr-form .vh-100 {
  height: 100vh !important;
}
.ehr-form .m-0 {
  margin: 0 !important;
}
.ehr-form .mt-0,
.ehr-form .my-0 {
  margin-top: 0 !important;
}
.ehr-form .mr-0,
.ehr-form .mx-0 {
  margin-right: 0 !important;
}
.ehr-form .mb-0,
.ehr-form .my-0 {
  margin-bottom: 0 !important;
}
.ehr-form .ml-0,
.ehr-form .mx-0 {
  margin-left: 0 !important;
}
.ehr-form .m-1 {
  margin: .25rem !important;
}
.ehr-form .mt-1,
.ehr-form .my-1 {
  margin-top: .25rem !important;
}
.ehr-form .mr-1,
.ehr-form .mx-1 {
  margin-right: .25rem !important;
}
.ehr-form .mb-1,
.ehr-form .my-1 {
  margin-bottom: .25rem !important;
}
.ehr-form .ml-1,
.ehr-form .mx-1 {
  margin-left: .25rem !important;
}
.ehr-form .m-2 {
  margin: .5rem !important;
}
.ehr-form .mt-2,
.ehr-form .my-2 {
  margin-top: .5rem !important;
}
.ehr-form .mr-2,
.ehr-form .mx-2 {
  margin-right: .5rem !important;
}
.ehr-form .mb-2,
.ehr-form .my-2 {
  margin-bottom: .5rem !important;
}
.ehr-form .ml-2,
.ehr-form .mx-2 {
  margin-left: .5rem !important;
}
.ehr-form .m-3 {
  margin: 1rem !important;
}
.ehr-form .mt-3,
.ehr-form .my-3 {
  margin-top: 1rem !important;
}
.ehr-form .mr-3,
.ehr-form .mx-3 {
  margin-right: 1rem !important;
}
.ehr-form .mb-3,
.ehr-form .my-3 {
  margin-bottom: 1rem !important;
}
.ehr-form .ml-3,
.ehr-form .mx-3 {
  margin-left: 1rem !important;
}
.ehr-form .m-4 {
  margin: 1.5rem !important;
}
.ehr-form .mt-4,
.ehr-form .my-4 {
  margin-top: 1.5rem !important;
}
.ehr-form .mr-4,
.ehr-form .mx-4 {
  margin-right: 1.5rem !important;
}
.ehr-form .mb-4,
.ehr-form .my-4 {
  margin-bottom: 1.5rem !important;
}
.ehr-form .ml-4,
.ehr-form .mx-4 {
  margin-left: 1.5rem !important;
}
.ehr-form .m-5 {
  margin: 3rem !important;
}
.ehr-form .mt-5,
.ehr-form .my-5 {
  margin-top: 3rem !important;
}
.ehr-form .mr-5,
.ehr-form .mx-5 {
  margin-right: 3rem !important;
}
.ehr-form .mb-5,
.ehr-form .my-5 {
  margin-bottom: 3rem !important;
}
.ehr-form .ml-5,
.ehr-form .mx-5 {
  margin-left: 3rem !important;
}
.ehr-form .p-0 {
  padding: 0 !important;
}
.ehr-form .pt-0,
.ehr-form .py-0 {
  padding-top: 0 !important;
}
.ehr-form .pr-0,
.ehr-form .px-0 {
  padding-right: 0 !important;
}
.ehr-form .pb-0,
.ehr-form .py-0 {
  padding-bottom: 0 !important;
}
.ehr-form .pl-0,
.ehr-form .px-0 {
  padding-left: 0 !important;
}
.ehr-form .p-1 {
  padding: .25rem !important;
}
.ehr-form .pt-1,
.ehr-form .py-1 {
  padding-top: .25rem !important;
}
.ehr-form .pr-1,
.ehr-form .px-1 {
  padding-right: .25rem !important;
}
.ehr-form .pb-1,
.ehr-form .py-1 {
  padding-bottom: .25rem !important;
}
.ehr-form .pl-1,
.ehr-form .px-1 {
  padding-left: .25rem !important;
}
.ehr-form .p-2 {
  padding: .5rem !important;
}
.ehr-form .pt-2,
.ehr-form .py-2 {
  padding-top: .5rem !important;
}
.ehr-form .pr-2,
.ehr-form .px-2 {
  padding-right: .5rem !important;
}
.ehr-form .pb-2,
.ehr-form .py-2 {
  padding-bottom: .5rem !important;
}
.ehr-form .pl-2,
.ehr-form .px-2 {
  padding-left: .5rem !important;
}
.ehr-form .p-3 {
  padding: 1rem !important;
}
.ehr-form .pt-3,
.ehr-form .py-3 {
  padding-top: 1rem !important;
}
.ehr-form .pr-3,
.ehr-form .px-3 {
  padding-right: 1rem !important;
}
.ehr-form .pb-3,
.ehr-form .py-3 {
  padding-bottom: 1rem !important;
}
.ehr-form .pl-3,
.ehr-form .px-3 {
  padding-left: 1rem !important;
}
.ehr-form .p-4 {
  padding: 1.5rem !important;
}
.ehr-form .pt-4,
.ehr-form .py-4 {
  padding-top: 1.5rem !important;
}
.ehr-form .pr-4,
.ehr-form .px-4 {
  padding-right: 1.5rem !important;
}
.ehr-form .pb-4,
.ehr-form .py-4 {
  padding-bottom: 1.5rem !important;
}
.ehr-form .pl-4,
.ehr-form .px-4 {
  padding-left: 1.5rem !important;
}
.ehr-form .p-5 {
  padding: 3rem !important;
}
.ehr-form .pt-5,
.ehr-form .py-5 {
  padding-top: 3rem !important;
}
.ehr-form .pr-5,
.ehr-form .px-5 {
  padding-right: 3rem !important;
}
.ehr-form .pb-5,
.ehr-form .py-5 {
  padding-bottom: 3rem !important;
}
.ehr-form .pl-5,
.ehr-form .px-5 {
  padding-left: 3rem !important;
}
.ehr-form .m-n1 {
  margin: -0.25rem !important;
}
.ehr-form .mt-n1,
.ehr-form .my-n1 {
  margin-top: -0.25rem !important;
}
.ehr-form .mr-n1,
.ehr-form .mx-n1 {
  margin-right: -0.25rem !important;
}
.ehr-form .mb-n1,
.ehr-form .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ehr-form .ml-n1,
.ehr-form .mx-n1 {
  margin-left: -0.25rem !important;
}
.ehr-form .m-n2 {
  margin: -0.5rem !important;
}
.ehr-form .mt-n2,
.ehr-form .my-n2 {
  margin-top: -0.5rem !important;
}
.ehr-form .mr-n2,
.ehr-form .mx-n2 {
  margin-right: -0.5rem !important;
}
.ehr-form .mb-n2,
.ehr-form .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ehr-form .ml-n2,
.ehr-form .mx-n2 {
  margin-left: -0.5rem !important;
}
.ehr-form .m-n3 {
  margin: -1rem !important;
}
.ehr-form .mt-n3,
.ehr-form .my-n3 {
  margin-top: -1rem !important;
}
.ehr-form .mr-n3,
.ehr-form .mx-n3 {
  margin-right: -1rem !important;
}
.ehr-form .mb-n3,
.ehr-form .my-n3 {
  margin-bottom: -1rem !important;
}
.ehr-form .ml-n3,
.ehr-form .mx-n3 {
  margin-left: -1rem !important;
}
.ehr-form .m-n4 {
  margin: -1.5rem !important;
}
.ehr-form .mt-n4,
.ehr-form .my-n4 {
  margin-top: -1.5rem !important;
}
.ehr-form .mr-n4,
.ehr-form .mx-n4 {
  margin-right: -1.5rem !important;
}
.ehr-form .mb-n4,
.ehr-form .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ehr-form .ml-n4,
.ehr-form .mx-n4 {
  margin-left: -1.5rem !important;
}
.ehr-form .m-n5 {
  margin: -3rem !important;
}
.ehr-form .mt-n5,
.ehr-form .my-n5 {
  margin-top: -3rem !important;
}
.ehr-form .mr-n5,
.ehr-form .mx-n5 {
  margin-right: -3rem !important;
}
.ehr-form .mb-n5,
.ehr-form .my-n5 {
  margin-bottom: -3rem !important;
}
.ehr-form .ml-n5,
.ehr-form .mx-n5 {
  margin-left: -3rem !important;
}
.ehr-form .m-auto {
  margin: auto !important;
}
.ehr-form .mt-auto,
.ehr-form .my-auto {
  margin-top: auto !important;
}
.ehr-form .mr-auto,
.ehr-form .mx-auto {
  margin-right: auto !important;
}
.ehr-form .mb-auto,
.ehr-form .my-auto {
  margin-bottom: auto !important;
}
.ehr-form .ml-auto,
.ehr-form .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .ehr-form .m-sm-0 {
    margin: 0 !important;
  }
  .ehr-form .mt-sm-0,
  .ehr-form .my-sm-0 {
    margin-top: 0 !important;
  }
  .ehr-form .mr-sm-0,
  .ehr-form .mx-sm-0 {
    margin-right: 0 !important;
  }
  .ehr-form .mb-sm-0,
  .ehr-form .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ehr-form .ml-sm-0,
  .ehr-form .mx-sm-0 {
    margin-left: 0 !important;
  }
  .ehr-form .m-sm-1 {
    margin: .25rem !important;
  }
  .ehr-form .mt-sm-1,
  .ehr-form .my-sm-1 {
    margin-top: .25rem !important;
  }
  .ehr-form .mr-sm-1,
  .ehr-form .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .ehr-form .mb-sm-1,
  .ehr-form .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ehr-form .ml-sm-1,
  .ehr-form .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .ehr-form .m-sm-2 {
    margin: .5rem !important;
  }
  .ehr-form .mt-sm-2,
  .ehr-form .my-sm-2 {
    margin-top: .5rem !important;
  }
  .ehr-form .mr-sm-2,
  .ehr-form .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .ehr-form .mb-sm-2,
  .ehr-form .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ehr-form .ml-sm-2,
  .ehr-form .mx-sm-2 {
    margin-left: .5rem !important;
  }
  .ehr-form .m-sm-3 {
    margin: 1rem !important;
  }
  .ehr-form .mt-sm-3,
  .ehr-form .my-sm-3 {
    margin-top: 1rem !important;
  }
  .ehr-form .mr-sm-3,
  .ehr-form .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .ehr-form .mb-sm-3,
  .ehr-form .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ehr-form .ml-sm-3,
  .ehr-form .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .ehr-form .m-sm-4 {
    margin: 1.5rem !important;
  }
  .ehr-form .mt-sm-4,
  .ehr-form .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .ehr-form .mr-sm-4,
  .ehr-form .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .ehr-form .mb-sm-4,
  .ehr-form .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ehr-form .ml-sm-4,
  .ehr-form .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ehr-form .m-sm-5 {
    margin: 3rem !important;
  }
  .ehr-form .mt-sm-5,
  .ehr-form .my-sm-5 {
    margin-top: 3rem !important;
  }
  .ehr-form .mr-sm-5,
  .ehr-form .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .ehr-form .mb-sm-5,
  .ehr-form .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ehr-form .ml-sm-5,
  .ehr-form .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .ehr-form .p-sm-0 {
    padding: 0 !important;
  }
  .ehr-form .pt-sm-0,
  .ehr-form .py-sm-0 {
    padding-top: 0 !important;
  }
  .ehr-form .pr-sm-0,
  .ehr-form .px-sm-0 {
    padding-right: 0 !important;
  }
  .ehr-form .pb-sm-0,
  .ehr-form .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .ehr-form .pl-sm-0,
  .ehr-form .px-sm-0 {
    padding-left: 0 !important;
  }
  .ehr-form .p-sm-1 {
    padding: .25rem !important;
  }
  .ehr-form .pt-sm-1,
  .ehr-form .py-sm-1 {
    padding-top: .25rem !important;
  }
  .ehr-form .pr-sm-1,
  .ehr-form .px-sm-1 {
    padding-right: .25rem !important;
  }
  .ehr-form .pb-sm-1,
  .ehr-form .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .ehr-form .pl-sm-1,
  .ehr-form .px-sm-1 {
    padding-left: .25rem !important;
  }
  .ehr-form .p-sm-2 {
    padding: .5rem !important;
  }
  .ehr-form .pt-sm-2,
  .ehr-form .py-sm-2 {
    padding-top: .5rem !important;
  }
  .ehr-form .pr-sm-2,
  .ehr-form .px-sm-2 {
    padding-right: .5rem !important;
  }
  .ehr-form .pb-sm-2,
  .ehr-form .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .ehr-form .pl-sm-2,
  .ehr-form .px-sm-2 {
    padding-left: .5rem !important;
  }
  .ehr-form .p-sm-3 {
    padding: 1rem !important;
  }
  .ehr-form .pt-sm-3,
  .ehr-form .py-sm-3 {
    padding-top: 1rem !important;
  }
  .ehr-form .pr-sm-3,
  .ehr-form .px-sm-3 {
    padding-right: 1rem !important;
  }
  .ehr-form .pb-sm-3,
  .ehr-form .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ehr-form .pl-sm-3,
  .ehr-form .px-sm-3 {
    padding-left: 1rem !important;
  }
  .ehr-form .p-sm-4 {
    padding: 1.5rem !important;
  }
  .ehr-form .pt-sm-4,
  .ehr-form .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .ehr-form .pr-sm-4,
  .ehr-form .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .ehr-form .pb-sm-4,
  .ehr-form .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ehr-form .pl-sm-4,
  .ehr-form .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ehr-form .p-sm-5 {
    padding: 3rem !important;
  }
  .ehr-form .pt-sm-5,
  .ehr-form .py-sm-5 {
    padding-top: 3rem !important;
  }
  .ehr-form .pr-sm-5,
  .ehr-form .px-sm-5 {
    padding-right: 3rem !important;
  }
  .ehr-form .pb-sm-5,
  .ehr-form .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ehr-form .pl-sm-5,
  .ehr-form .px-sm-5 {
    padding-left: 3rem !important;
  }
  .ehr-form .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .ehr-form .mt-sm-n1,
  .ehr-form .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .ehr-form .mr-sm-n1,
  .ehr-form .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .ehr-form .mb-sm-n1,
  .ehr-form .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ehr-form .ml-sm-n1,
  .ehr-form .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ehr-form .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .ehr-form .mt-sm-n2,
  .ehr-form .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .ehr-form .mr-sm-n2,
  .ehr-form .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .ehr-form .mb-sm-n2,
  .ehr-form .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ehr-form .ml-sm-n2,
  .ehr-form .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ehr-form .m-sm-n3 {
    margin: -1rem !important;
  }
  .ehr-form .mt-sm-n3,
  .ehr-form .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .ehr-form .mr-sm-n3,
  .ehr-form .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .ehr-form .mb-sm-n3,
  .ehr-form .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ehr-form .ml-sm-n3,
  .ehr-form .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .ehr-form .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .ehr-form .mt-sm-n4,
  .ehr-form .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .ehr-form .mr-sm-n4,
  .ehr-form .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .ehr-form .mb-sm-n4,
  .ehr-form .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ehr-form .ml-sm-n4,
  .ehr-form .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ehr-form .m-sm-n5 {
    margin: -3rem !important;
  }
  .ehr-form .mt-sm-n5,
  .ehr-form .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .ehr-form .mr-sm-n5,
  .ehr-form .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .ehr-form .mb-sm-n5,
  .ehr-form .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ehr-form .ml-sm-n5,
  .ehr-form .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .ehr-form .m-sm-auto {
    margin: auto !important;
  }
  .ehr-form .mt-sm-auto,
  .ehr-form .my-sm-auto {
    margin-top: auto !important;
  }
  .ehr-form .mr-sm-auto,
  .ehr-form .mx-sm-auto {
    margin-right: auto !important;
  }
  .ehr-form .mb-sm-auto,
  .ehr-form .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ehr-form .ml-sm-auto,
  .ehr-form .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .ehr-form .m-md-0 {
    margin: 0 !important;
  }
  .ehr-form .mt-md-0,
  .ehr-form .my-md-0 {
    margin-top: 0 !important;
  }
  .ehr-form .mr-md-0,
  .ehr-form .mx-md-0 {
    margin-right: 0 !important;
  }
  .ehr-form .mb-md-0,
  .ehr-form .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ehr-form .ml-md-0,
  .ehr-form .mx-md-0 {
    margin-left: 0 !important;
  }
  .ehr-form .m-md-1 {
    margin: .25rem !important;
  }
  .ehr-form .mt-md-1,
  .ehr-form .my-md-1 {
    margin-top: .25rem !important;
  }
  .ehr-form .mr-md-1,
  .ehr-form .mx-md-1 {
    margin-right: .25rem !important;
  }
  .ehr-form .mb-md-1,
  .ehr-form .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ehr-form .ml-md-1,
  .ehr-form .mx-md-1 {
    margin-left: .25rem !important;
  }
  .ehr-form .m-md-2 {
    margin: .5rem !important;
  }
  .ehr-form .mt-md-2,
  .ehr-form .my-md-2 {
    margin-top: .5rem !important;
  }
  .ehr-form .mr-md-2,
  .ehr-form .mx-md-2 {
    margin-right: .5rem !important;
  }
  .ehr-form .mb-md-2,
  .ehr-form .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ehr-form .ml-md-2,
  .ehr-form .mx-md-2 {
    margin-left: .5rem !important;
  }
  .ehr-form .m-md-3 {
    margin: 1rem !important;
  }
  .ehr-form .mt-md-3,
  .ehr-form .my-md-3 {
    margin-top: 1rem !important;
  }
  .ehr-form .mr-md-3,
  .ehr-form .mx-md-3 {
    margin-right: 1rem !important;
  }
  .ehr-form .mb-md-3,
  .ehr-form .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ehr-form .ml-md-3,
  .ehr-form .mx-md-3 {
    margin-left: 1rem !important;
  }
  .ehr-form .m-md-4 {
    margin: 1.5rem !important;
  }
  .ehr-form .mt-md-4,
  .ehr-form .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .ehr-form .mr-md-4,
  .ehr-form .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .ehr-form .mb-md-4,
  .ehr-form .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ehr-form .ml-md-4,
  .ehr-form .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .ehr-form .m-md-5 {
    margin: 3rem !important;
  }
  .ehr-form .mt-md-5,
  .ehr-form .my-md-5 {
    margin-top: 3rem !important;
  }
  .ehr-form .mr-md-5,
  .ehr-form .mx-md-5 {
    margin-right: 3rem !important;
  }
  .ehr-form .mb-md-5,
  .ehr-form .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ehr-form .ml-md-5,
  .ehr-form .mx-md-5 {
    margin-left: 3rem !important;
  }
  .ehr-form .p-md-0 {
    padding: 0 !important;
  }
  .ehr-form .pt-md-0,
  .ehr-form .py-md-0 {
    padding-top: 0 !important;
  }
  .ehr-form .pr-md-0,
  .ehr-form .px-md-0 {
    padding-right: 0 !important;
  }
  .ehr-form .pb-md-0,
  .ehr-form .py-md-0 {
    padding-bottom: 0 !important;
  }
  .ehr-form .pl-md-0,
  .ehr-form .px-md-0 {
    padding-left: 0 !important;
  }
  .ehr-form .p-md-1 {
    padding: .25rem !important;
  }
  .ehr-form .pt-md-1,
  .ehr-form .py-md-1 {
    padding-top: .25rem !important;
  }
  .ehr-form .pr-md-1,
  .ehr-form .px-md-1 {
    padding-right: .25rem !important;
  }
  .ehr-form .pb-md-1,
  .ehr-form .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .ehr-form .pl-md-1,
  .ehr-form .px-md-1 {
    padding-left: .25rem !important;
  }
  .ehr-form .p-md-2 {
    padding: .5rem !important;
  }
  .ehr-form .pt-md-2,
  .ehr-form .py-md-2 {
    padding-top: .5rem !important;
  }
  .ehr-form .pr-md-2,
  .ehr-form .px-md-2 {
    padding-right: .5rem !important;
  }
  .ehr-form .pb-md-2,
  .ehr-form .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .ehr-form .pl-md-2,
  .ehr-form .px-md-2 {
    padding-left: .5rem !important;
  }
  .ehr-form .p-md-3 {
    padding: 1rem !important;
  }
  .ehr-form .pt-md-3,
  .ehr-form .py-md-3 {
    padding-top: 1rem !important;
  }
  .ehr-form .pr-md-3,
  .ehr-form .px-md-3 {
    padding-right: 1rem !important;
  }
  .ehr-form .pb-md-3,
  .ehr-form .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .ehr-form .pl-md-3,
  .ehr-form .px-md-3 {
    padding-left: 1rem !important;
  }
  .ehr-form .p-md-4 {
    padding: 1.5rem !important;
  }
  .ehr-form .pt-md-4,
  .ehr-form .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .ehr-form .pr-md-4,
  .ehr-form .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .ehr-form .pb-md-4,
  .ehr-form .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ehr-form .pl-md-4,
  .ehr-form .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .ehr-form .p-md-5 {
    padding: 3rem !important;
  }
  .ehr-form .pt-md-5,
  .ehr-form .py-md-5 {
    padding-top: 3rem !important;
  }
  .ehr-form .pr-md-5,
  .ehr-form .px-md-5 {
    padding-right: 3rem !important;
  }
  .ehr-form .pb-md-5,
  .ehr-form .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .ehr-form .pl-md-5,
  .ehr-form .px-md-5 {
    padding-left: 3rem !important;
  }
  .ehr-form .m-md-n1 {
    margin: -0.25rem !important;
  }
  .ehr-form .mt-md-n1,
  .ehr-form .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .ehr-form .mr-md-n1,
  .ehr-form .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .ehr-form .mb-md-n1,
  .ehr-form .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ehr-form .ml-md-n1,
  .ehr-form .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ehr-form .m-md-n2 {
    margin: -0.5rem !important;
  }
  .ehr-form .mt-md-n2,
  .ehr-form .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .ehr-form .mr-md-n2,
  .ehr-form .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .ehr-form .mb-md-n2,
  .ehr-form .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ehr-form .ml-md-n2,
  .ehr-form .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ehr-form .m-md-n3 {
    margin: -1rem !important;
  }
  .ehr-form .mt-md-n3,
  .ehr-form .my-md-n3 {
    margin-top: -1rem !important;
  }
  .ehr-form .mr-md-n3,
  .ehr-form .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .ehr-form .mb-md-n3,
  .ehr-form .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ehr-form .ml-md-n3,
  .ehr-form .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .ehr-form .m-md-n4 {
    margin: -1.5rem !important;
  }
  .ehr-form .mt-md-n4,
  .ehr-form .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .ehr-form .mr-md-n4,
  .ehr-form .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .ehr-form .mb-md-n4,
  .ehr-form .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ehr-form .ml-md-n4,
  .ehr-form .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ehr-form .m-md-n5 {
    margin: -3rem !important;
  }
  .ehr-form .mt-md-n5,
  .ehr-form .my-md-n5 {
    margin-top: -3rem !important;
  }
  .ehr-form .mr-md-n5,
  .ehr-form .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .ehr-form .mb-md-n5,
  .ehr-form .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ehr-form .ml-md-n5,
  .ehr-form .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .ehr-form .m-md-auto {
    margin: auto !important;
  }
  .ehr-form .mt-md-auto,
  .ehr-form .my-md-auto {
    margin-top: auto !important;
  }
  .ehr-form .mr-md-auto,
  .ehr-form .mx-md-auto {
    margin-right: auto !important;
  }
  .ehr-form .mb-md-auto,
  .ehr-form .my-md-auto {
    margin-bottom: auto !important;
  }
  .ehr-form .ml-md-auto,
  .ehr-form .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .ehr-form .m-lg-0 {
    margin: 0 !important;
  }
  .ehr-form .mt-lg-0,
  .ehr-form .my-lg-0 {
    margin-top: 0 !important;
  }
  .ehr-form .mr-lg-0,
  .ehr-form .mx-lg-0 {
    margin-right: 0 !important;
  }
  .ehr-form .mb-lg-0,
  .ehr-form .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ehr-form .ml-lg-0,
  .ehr-form .mx-lg-0 {
    margin-left: 0 !important;
  }
  .ehr-form .m-lg-1 {
    margin: .25rem !important;
  }
  .ehr-form .mt-lg-1,
  .ehr-form .my-lg-1 {
    margin-top: .25rem !important;
  }
  .ehr-form .mr-lg-1,
  .ehr-form .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .ehr-form .mb-lg-1,
  .ehr-form .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ehr-form .ml-lg-1,
  .ehr-form .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .ehr-form .m-lg-2 {
    margin: .5rem !important;
  }
  .ehr-form .mt-lg-2,
  .ehr-form .my-lg-2 {
    margin-top: .5rem !important;
  }
  .ehr-form .mr-lg-2,
  .ehr-form .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .ehr-form .mb-lg-2,
  .ehr-form .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ehr-form .ml-lg-2,
  .ehr-form .mx-lg-2 {
    margin-left: .5rem !important;
  }
  .ehr-form .m-lg-3 {
    margin: 1rem !important;
  }
  .ehr-form .mt-lg-3,
  .ehr-form .my-lg-3 {
    margin-top: 1rem !important;
  }
  .ehr-form .mr-lg-3,
  .ehr-form .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .ehr-form .mb-lg-3,
  .ehr-form .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ehr-form .ml-lg-3,
  .ehr-form .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .ehr-form .m-lg-4 {
    margin: 1.5rem !important;
  }
  .ehr-form .mt-lg-4,
  .ehr-form .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .ehr-form .mr-lg-4,
  .ehr-form .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .ehr-form .mb-lg-4,
  .ehr-form .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ehr-form .ml-lg-4,
  .ehr-form .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ehr-form .m-lg-5 {
    margin: 3rem !important;
  }
  .ehr-form .mt-lg-5,
  .ehr-form .my-lg-5 {
    margin-top: 3rem !important;
  }
  .ehr-form .mr-lg-5,
  .ehr-form .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .ehr-form .mb-lg-5,
  .ehr-form .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ehr-form .ml-lg-5,
  .ehr-form .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .ehr-form .p-lg-0 {
    padding: 0 !important;
  }
  .ehr-form .pt-lg-0,
  .ehr-form .py-lg-0 {
    padding-top: 0 !important;
  }
  .ehr-form .pr-lg-0,
  .ehr-form .px-lg-0 {
    padding-right: 0 !important;
  }
  .ehr-form .pb-lg-0,
  .ehr-form .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .ehr-form .pl-lg-0,
  .ehr-form .px-lg-0 {
    padding-left: 0 !important;
  }
  .ehr-form .p-lg-1 {
    padding: .25rem !important;
  }
  .ehr-form .pt-lg-1,
  .ehr-form .py-lg-1 {
    padding-top: .25rem !important;
  }
  .ehr-form .pr-lg-1,
  .ehr-form .px-lg-1 {
    padding-right: .25rem !important;
  }
  .ehr-form .pb-lg-1,
  .ehr-form .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .ehr-form .pl-lg-1,
  .ehr-form .px-lg-1 {
    padding-left: .25rem !important;
  }
  .ehr-form .p-lg-2 {
    padding: .5rem !important;
  }
  .ehr-form .pt-lg-2,
  .ehr-form .py-lg-2 {
    padding-top: .5rem !important;
  }
  .ehr-form .pr-lg-2,
  .ehr-form .px-lg-2 {
    padding-right: .5rem !important;
  }
  .ehr-form .pb-lg-2,
  .ehr-form .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .ehr-form .pl-lg-2,
  .ehr-form .px-lg-2 {
    padding-left: .5rem !important;
  }
  .ehr-form .p-lg-3 {
    padding: 1rem !important;
  }
  .ehr-form .pt-lg-3,
  .ehr-form .py-lg-3 {
    padding-top: 1rem !important;
  }
  .ehr-form .pr-lg-3,
  .ehr-form .px-lg-3 {
    padding-right: 1rem !important;
  }
  .ehr-form .pb-lg-3,
  .ehr-form .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ehr-form .pl-lg-3,
  .ehr-form .px-lg-3 {
    padding-left: 1rem !important;
  }
  .ehr-form .p-lg-4 {
    padding: 1.5rem !important;
  }
  .ehr-form .pt-lg-4,
  .ehr-form .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .ehr-form .pr-lg-4,
  .ehr-form .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .ehr-form .pb-lg-4,
  .ehr-form .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ehr-form .pl-lg-4,
  .ehr-form .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ehr-form .p-lg-5 {
    padding: 3rem !important;
  }
  .ehr-form .pt-lg-5,
  .ehr-form .py-lg-5 {
    padding-top: 3rem !important;
  }
  .ehr-form .pr-lg-5,
  .ehr-form .px-lg-5 {
    padding-right: 3rem !important;
  }
  .ehr-form .pb-lg-5,
  .ehr-form .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ehr-form .pl-lg-5,
  .ehr-form .px-lg-5 {
    padding-left: 3rem !important;
  }
  .ehr-form .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .ehr-form .mt-lg-n1,
  .ehr-form .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .ehr-form .mr-lg-n1,
  .ehr-form .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .ehr-form .mb-lg-n1,
  .ehr-form .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ehr-form .ml-lg-n1,
  .ehr-form .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ehr-form .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .ehr-form .mt-lg-n2,
  .ehr-form .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .ehr-form .mr-lg-n2,
  .ehr-form .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .ehr-form .mb-lg-n2,
  .ehr-form .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ehr-form .ml-lg-n2,
  .ehr-form .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ehr-form .m-lg-n3 {
    margin: -1rem !important;
  }
  .ehr-form .mt-lg-n3,
  .ehr-form .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .ehr-form .mr-lg-n3,
  .ehr-form .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .ehr-form .mb-lg-n3,
  .ehr-form .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ehr-form .ml-lg-n3,
  .ehr-form .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .ehr-form .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .ehr-form .mt-lg-n4,
  .ehr-form .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .ehr-form .mr-lg-n4,
  .ehr-form .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .ehr-form .mb-lg-n4,
  .ehr-form .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ehr-form .ml-lg-n4,
  .ehr-form .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ehr-form .m-lg-n5 {
    margin: -3rem !important;
  }
  .ehr-form .mt-lg-n5,
  .ehr-form .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .ehr-form .mr-lg-n5,
  .ehr-form .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .ehr-form .mb-lg-n5,
  .ehr-form .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ehr-form .ml-lg-n5,
  .ehr-form .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .ehr-form .m-lg-auto {
    margin: auto !important;
  }
  .ehr-form .mt-lg-auto,
  .ehr-form .my-lg-auto {
    margin-top: auto !important;
  }
  .ehr-form .mr-lg-auto,
  .ehr-form .mx-lg-auto {
    margin-right: auto !important;
  }
  .ehr-form .mb-lg-auto,
  .ehr-form .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ehr-form .ml-lg-auto,
  .ehr-form .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .ehr-form .m-xl-0 {
    margin: 0 !important;
  }
  .ehr-form .mt-xl-0,
  .ehr-form .my-xl-0 {
    margin-top: 0 !important;
  }
  .ehr-form .mr-xl-0,
  .ehr-form .mx-xl-0 {
    margin-right: 0 !important;
  }
  .ehr-form .mb-xl-0,
  .ehr-form .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ehr-form .ml-xl-0,
  .ehr-form .mx-xl-0 {
    margin-left: 0 !important;
  }
  .ehr-form .m-xl-1 {
    margin: .25rem !important;
  }
  .ehr-form .mt-xl-1,
  .ehr-form .my-xl-1 {
    margin-top: .25rem !important;
  }
  .ehr-form .mr-xl-1,
  .ehr-form .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .ehr-form .mb-xl-1,
  .ehr-form .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ehr-form .ml-xl-1,
  .ehr-form .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .ehr-form .m-xl-2 {
    margin: .5rem !important;
  }
  .ehr-form .mt-xl-2,
  .ehr-form .my-xl-2 {
    margin-top: .5rem !important;
  }
  .ehr-form .mr-xl-2,
  .ehr-form .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .ehr-form .mb-xl-2,
  .ehr-form .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ehr-form .ml-xl-2,
  .ehr-form .mx-xl-2 {
    margin-left: .5rem !important;
  }
  .ehr-form .m-xl-3 {
    margin: 1rem !important;
  }
  .ehr-form .mt-xl-3,
  .ehr-form .my-xl-3 {
    margin-top: 1rem !important;
  }
  .ehr-form .mr-xl-3,
  .ehr-form .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .ehr-form .mb-xl-3,
  .ehr-form .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ehr-form .ml-xl-3,
  .ehr-form .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .ehr-form .m-xl-4 {
    margin: 1.5rem !important;
  }
  .ehr-form .mt-xl-4,
  .ehr-form .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .ehr-form .mr-xl-4,
  .ehr-form .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .ehr-form .mb-xl-4,
  .ehr-form .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ehr-form .ml-xl-4,
  .ehr-form .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ehr-form .m-xl-5 {
    margin: 3rem !important;
  }
  .ehr-form .mt-xl-5,
  .ehr-form .my-xl-5 {
    margin-top: 3rem !important;
  }
  .ehr-form .mr-xl-5,
  .ehr-form .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .ehr-form .mb-xl-5,
  .ehr-form .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ehr-form .ml-xl-5,
  .ehr-form .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .ehr-form .p-xl-0 {
    padding: 0 !important;
  }
  .ehr-form .pt-xl-0,
  .ehr-form .py-xl-0 {
    padding-top: 0 !important;
  }
  .ehr-form .pr-xl-0,
  .ehr-form .px-xl-0 {
    padding-right: 0 !important;
  }
  .ehr-form .pb-xl-0,
  .ehr-form .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .ehr-form .pl-xl-0,
  .ehr-form .px-xl-0 {
    padding-left: 0 !important;
  }
  .ehr-form .p-xl-1 {
    padding: .25rem !important;
  }
  .ehr-form .pt-xl-1,
  .ehr-form .py-xl-1 {
    padding-top: .25rem !important;
  }
  .ehr-form .pr-xl-1,
  .ehr-form .px-xl-1 {
    padding-right: .25rem !important;
  }
  .ehr-form .pb-xl-1,
  .ehr-form .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .ehr-form .pl-xl-1,
  .ehr-form .px-xl-1 {
    padding-left: .25rem !important;
  }
  .ehr-form .p-xl-2 {
    padding: .5rem !important;
  }
  .ehr-form .pt-xl-2,
  .ehr-form .py-xl-2 {
    padding-top: .5rem !important;
  }
  .ehr-form .pr-xl-2,
  .ehr-form .px-xl-2 {
    padding-right: .5rem !important;
  }
  .ehr-form .pb-xl-2,
  .ehr-form .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .ehr-form .pl-xl-2,
  .ehr-form .px-xl-2 {
    padding-left: .5rem !important;
  }
  .ehr-form .p-xl-3 {
    padding: 1rem !important;
  }
  .ehr-form .pt-xl-3,
  .ehr-form .py-xl-3 {
    padding-top: 1rem !important;
  }
  .ehr-form .pr-xl-3,
  .ehr-form .px-xl-3 {
    padding-right: 1rem !important;
  }
  .ehr-form .pb-xl-3,
  .ehr-form .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ehr-form .pl-xl-3,
  .ehr-form .px-xl-3 {
    padding-left: 1rem !important;
  }
  .ehr-form .p-xl-4 {
    padding: 1.5rem !important;
  }
  .ehr-form .pt-xl-4,
  .ehr-form .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .ehr-form .pr-xl-4,
  .ehr-form .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .ehr-form .pb-xl-4,
  .ehr-form .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ehr-form .pl-xl-4,
  .ehr-form .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ehr-form .p-xl-5 {
    padding: 3rem !important;
  }
  .ehr-form .pt-xl-5,
  .ehr-form .py-xl-5 {
    padding-top: 3rem !important;
  }
  .ehr-form .pr-xl-5,
  .ehr-form .px-xl-5 {
    padding-right: 3rem !important;
  }
  .ehr-form .pb-xl-5,
  .ehr-form .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ehr-form .pl-xl-5,
  .ehr-form .px-xl-5 {
    padding-left: 3rem !important;
  }
  .ehr-form .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .ehr-form .mt-xl-n1,
  .ehr-form .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .ehr-form .mr-xl-n1,
  .ehr-form .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .ehr-form .mb-xl-n1,
  .ehr-form .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ehr-form .ml-xl-n1,
  .ehr-form .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ehr-form .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .ehr-form .mt-xl-n2,
  .ehr-form .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .ehr-form .mr-xl-n2,
  .ehr-form .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .ehr-form .mb-xl-n2,
  .ehr-form .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ehr-form .ml-xl-n2,
  .ehr-form .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ehr-form .m-xl-n3 {
    margin: -1rem !important;
  }
  .ehr-form .mt-xl-n3,
  .ehr-form .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .ehr-form .mr-xl-n3,
  .ehr-form .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .ehr-form .mb-xl-n3,
  .ehr-form .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ehr-form .ml-xl-n3,
  .ehr-form .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .ehr-form .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .ehr-form .mt-xl-n4,
  .ehr-form .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .ehr-form .mr-xl-n4,
  .ehr-form .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .ehr-form .mb-xl-n4,
  .ehr-form .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ehr-form .ml-xl-n4,
  .ehr-form .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ehr-form .m-xl-n5 {
    margin: -3rem !important;
  }
  .ehr-form .mt-xl-n5,
  .ehr-form .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .ehr-form .mr-xl-n5,
  .ehr-form .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .ehr-form .mb-xl-n5,
  .ehr-form .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ehr-form .ml-xl-n5,
  .ehr-form .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .ehr-form .m-xl-auto {
    margin: auto !important;
  }
  .ehr-form .mt-xl-auto,
  .ehr-form .my-xl-auto {
    margin-top: auto !important;
  }
  .ehr-form .mr-xl-auto,
  .ehr-form .mx-xl-auto {
    margin-right: auto !important;
  }
  .ehr-form .mb-xl-auto,
  .ehr-form .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ehr-form .ml-xl-auto,
  .ehr-form .mx-xl-auto {
    margin-left: auto !important;
  }
}
.ehr-form .stretched-link:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.ehr-form .text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace !important;
}
.ehr-form .text-justify {
  text-align: justify !important;
}
.ehr-form .text-wrap {
  white-space: normal !important;
}
.ehr-form .text-nowrap {
  white-space: nowrap !important;
}
.ehr-form .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ehr-form .text-left {
  text-align: left !important;
}
.ehr-form .text-right {
  text-align: right !important;
}
.ehr-form .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .ehr-form .text-sm-left {
    text-align: left !important;
  }
  .ehr-form .text-sm-right {
    text-align: right !important;
  }
  .ehr-form .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .ehr-form .text-md-left {
    text-align: left !important;
  }
  .ehr-form .text-md-right {
    text-align: right !important;
  }
  .ehr-form .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .ehr-form .text-lg-left {
    text-align: left !important;
  }
  .ehr-form .text-lg-right {
    text-align: right !important;
  }
  .ehr-form .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .ehr-form .text-xl-left {
    text-align: left !important;
  }
  .ehr-form .text-xl-right {
    text-align: right !important;
  }
  .ehr-form .text-xl-center {
    text-align: center !important;
  }
}
.ehr-form .text-lowercase {
  text-transform: lowercase !important;
}
.ehr-form .text-uppercase {
  text-transform: uppercase !important;
}
.ehr-form .text-capitalize {
  text-transform: capitalize !important;
}
.ehr-form .font-weight-light {
  font-weight: 300 !important;
}
.ehr-form .font-weight-lighter {
  font-weight: lighter !important;
}
.ehr-form .font-weight-normal {
  font-weight: 400 !important;
}
.ehr-form .font-weight-bold {
  font-weight: 700 !important;
}
.ehr-form .font-weight-bolder {
  font-weight: bolder !important;
}
.ehr-form .font-italic {
  font-style: italic !important;
}
.ehr-form .text-white {
  color: #fff !important;
}
.ehr-form .text-primary {
  color: #007aff !important;
}
.ehr-form a.text-primary:hover,
.ehr-form a.text-primary:focus {
  color: #0055b3 !important;
}
.ehr-form .text-secondary {
  color: #88919e !important;
}
.ehr-form a.text-secondary:hover,
.ehr-form a.text-secondary:focus {
  color: #626b78 !important;
}
.ehr-form .text-success {
  color: #34c765 !important;
}
.ehr-form a.text-success:hover,
.ehr-form a.text-success:focus {
  color: #248a46 !important;
}
.ehr-form .text-info {
  color: #007aff !important;
}
.ehr-form a.text-info:hover,
.ehr-form a.text-info:focus {
  color: #0055b3 !important;
}
.ehr-form .text-warning {
  color: #fa0 !important;
}
.ehr-form a.text-warning:hover,
.ehr-form a.text-warning:focus {
  color: #b37700 !important;
}
.ehr-form .text-danger {
  color: #ff2d55 !important;
}
.ehr-form a.text-danger:hover,
.ehr-form a.text-danger:focus {
  color: #e0002b !important;
}
.ehr-form .text-light {
  color: #f0f0f2 !important;
}
.ehr-form a.text-light:hover,
.ehr-form a.text-light:focus {
  color: #c7c7ce !important;
}
.ehr-form .text-dark {
  color: #323d44 !important;
}
.ehr-form a.text-dark:hover,
.ehr-form a.text-dark:focus {
  color: #121518 !important;
}
.ehr-form .text-body {
  color: #212529 !important;
}
.ehr-form .text-muted {
  color: #767676 !important;
}
.ehr-form .text-black-50 {
  color: rgba(0, 0, 0, .5019607843) !important;
}
.ehr-form .text-white-50 {
  color: rgba(255, 255, 255, .5019607843) !important;
}
.ehr-form .text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.ehr-form .text-decoration-none {
  text-decoration: none !important;
}
.ehr-form .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.ehr-form .text-reset {
  color: inherit !important;
}
.ehr-form .visible {
  visibility: visible !important;
}
.ehr-form .invisible {
  visibility: hidden !important;
}
@media print {
  .ehr-form *,
  .ehr-form *:before,
  .ehr-form *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .ehr-form a:not(.btn) {
    text-decoration: underline;
  }
  .ehr-form abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ehr-form pre {
    white-space: pre-wrap !important;
  }
  .ehr-form pre,
  .ehr-form blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .ehr-form tr,
  .ehr-form img {
    page-break-inside: avoid;
  }
  .ehr-form p,
  .ehr-form h2,
  .ehr-form h3 {
    orphans: 3;
    widows: 3;
  }
  .ehr-form h2,
  .ehr-form h3 {
    page-break-after: avoid;
  }
  @page {
    .ehr-form {
      size: a3;
    }
  }
  .ehr-form body,
  .ehr-form .container {
    min-width: 992px !important;
  }
  .ehr-form .navbar {
    display: none;
  }
  .ehr-form .badge {
    border: 1px solid #000;
  }
  .ehr-form .table {
    border-collapse: collapse !important;
  }
  .ehr-form .table td,
  .ehr-form .table th {
    background-color: #fff !important;
  }
  .ehr-form .table-bordered th,
  .ehr-form .table-bordered td {
    border: 1px solid #d7d9db !important;
  }
  .ehr-form .table-dark {
    color: inherit;
  }
  .ehr-form .table-dark th,
  .ehr-form .table-dark td,
  .ehr-form .table-dark thead th,
  .ehr-form .table-dark tbody + tbody {
    border-color: #d7d9db;
  }
  .ehr-form .table .thead-dark th {
    color: inherit;
    border-color: #d7d9db;
  }
}
.ehr-form .btn {
  font-weight: 700;
  font-size: 100%;
  padding: 0 1.5em;
  line-height: 2em;
}
.ehr-form .btn + .btn {
  margin-left: 1em;
}
.ehr-form .btn.compact {
  font-weight: 700;
  border-radius: 6px;
  line-height: 1.43;
  padding-left: 12px;
  padding-right: 11px;
}
.ehr-form .btn.compact:hover {
  background-color: #ebf5ff;
}
.ehr-form .btn.btn-link {
  text-decoration: none;
  padding: 0;
}
.ehr-form .btn i.b-icon,
.ehr-form .btn i.icon {
  vertical-align: text-bottom;
}
.ehr-form .btn.dropdown-toggle:after {
  vertical-align: middle;
  margin-left: .3em;
}
.ehr-form .btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #007afe;
  border-color: #007afe;
}
.ehr-form .btn-primary:not(:disabled):not(.disabled):active,
.ehr-form .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #007afe;
  border-color: #007afe;
  box-shadow: none;
}
.ehr-form .btn-secondary:not(:disabled):not(.disabled):hover {
  background-color: #88919e;
  border-color: #88919e;
}
.ehr-form .btn-secondary:not(:disabled):not(.disabled):active,
.ehr-form .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #87909e;
  border-color: #87909e;
  box-shadow: none;
}
.ehr-form .btn-success:not(:disabled):not(.disabled):hover {
  background-color: #34c765;
  border-color: #34c765;
}
.ehr-form .btn-success:not(:disabled):not(.disabled):active,
.ehr-form .btn-success:not(:disabled):not(.disabled).active {
  background-color: #34c665;
  border-color: #34c665;
  box-shadow: none;
}
.ehr-form .btn-info:not(:disabled):not(.disabled):hover {
  background-color: #007afe;
  border-color: #007afe;
}
.ehr-form .btn-info:not(:disabled):not(.disabled):active,
.ehr-form .btn-info:not(:disabled):not(.disabled).active {
  background-color: #007afe;
  border-color: #007afe;
  box-shadow: none;
}
.ehr-form .btn-warning:not(:disabled):not(.disabled):hover {
  background-color: #feaa00;
  border-color: #feaa00;
}
.ehr-form .btn-warning:not(:disabled):not(.disabled):active,
.ehr-form .btn-warning:not(:disabled):not(.disabled).active {
  background-color: #fea900;
  border-color: #fea900;
  box-shadow: none;
}
.ehr-form .btn-danger:not(:disabled):not(.disabled):hover {
  background-color: #ff2c55;
  border-color: #ff2c55;
}
.ehr-form .btn-danger:not(:disabled):not(.disabled):active,
.ehr-form .btn-danger:not(:disabled):not(.disabled).active {
  background-color: #ff2c54;
  border-color: #ff2c54;
  box-shadow: none;
}
.ehr-form .btn-light:not(:disabled):not(.disabled):hover {
  background-color: #f0f0f2;
  border-color: #f0f0f2;
}
.ehr-form .btn-light:not(:disabled):not(.disabled):active,
.ehr-form .btn-light:not(:disabled):not(.disabled).active {
  background-color: #efeff2;
  border-color: #efeff2;
  box-shadow: none;
}
.ehr-form .btn-dark:not(:disabled):not(.disabled):hover {
  background-color: #323d44;
  border-color: #323d44;
}
.ehr-form .btn-dark:not(:disabled):not(.disabled):active,
.ehr-form .btn-dark:not(:disabled):not(.disabled).active {
  background-color: #323c43;
  border-color: #323c43;
  box-shadow: none;
}
.ehr-form .btn-outline-primary:not(:disabled):not(.disabled):hover {
  background-color: rgba(0, 122, 255, .1019607843);
  color: #007afe;
  border-color: #007afe;
}
.ehr-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: rgba(0, 122, 255, .1019607843);
  border-color: #007afe;
  color: #007afe;
  box-shadow: none;
}
.ehr-form .btn-outline-secondary:not(:disabled):not(.disabled):hover {
  background-color: rgba(136, 145, 158, .1019607843);
  color: #87909e;
  border-color: #87909e;
}
.ehr-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: rgba(136, 145, 158, .1019607843);
  border-color: #87909e;
  color: #87909e;
  box-shadow: none;
}
.ehr-form .btn-outline-success:not(:disabled):not(.disabled):hover {
  background-color: rgba(52, 199, 101, .1019607843);
  color: #34c665;
  border-color: #34c665;
}
.ehr-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-success:not(:disabled):not(.disabled).active {
  background-color: rgba(52, 199, 101, .1019607843);
  border-color: #34c665;
  color: #34c665;
  box-shadow: none;
}
.ehr-form .btn-outline-info:not(:disabled):not(.disabled):hover {
  background-color: rgba(0, 122, 255, .1019607843);
  color: #007afe;
  border-color: #007afe;
}
.ehr-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-info:not(:disabled):not(.disabled).active {
  background-color: rgba(0, 122, 255, .1019607843);
  border-color: #007afe;
  color: #007afe;
  box-shadow: none;
}
.ehr-form .btn-outline-warning:not(:disabled):not(.disabled):hover {
  background-color: rgba(255, 170, 0, .1019607843);
  color: #fea900;
  border-color: #fea900;
}
.ehr-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-warning:not(:disabled):not(.disabled).active {
  background-color: rgba(255, 170, 0, .1019607843);
  border-color: #fea900;
  color: #fea900;
  box-shadow: none;
}
.ehr-form .btn-outline-danger:not(:disabled):not(.disabled):hover {
  background-color: rgba(255, 45, 85, .1019607843);
  color: #ff2c54;
  border-color: #ff2c54;
}
.ehr-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-danger:not(:disabled):not(.disabled).active {
  background-color: rgba(255, 45, 85, .1019607843);
  border-color: #ff2c54;
  color: #ff2c54;
  box-shadow: none;
}
.ehr-form .btn-outline-light:not(:disabled):not(.disabled):hover {
  background-color: rgba(240, 240, 242, .1019607843);
  color: #efeff2;
  border-color: #efeff2;
}
.ehr-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-light:not(:disabled):not(.disabled).active {
  background-color: rgba(240, 240, 242, .1019607843);
  border-color: #efeff2;
  color: #efeff2;
  box-shadow: none;
}
.ehr-form .btn-outline-dark:not(:disabled):not(.disabled):hover {
  background-color: rgba(50, 61, 68, .1019607843);
  color: #323c43;
  border-color: #323c43;
}
.ehr-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ehr-form .btn-outline-dark:not(:disabled):not(.disabled).active {
  background-color: rgba(50, 61, 68, .1019607843);
  border-color: #323c43;
  color: #323c43;
  box-shadow: none;
}
.ehr-form .btn-inverted-primary {
  color: #007aff;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-primary:not(:disabled):not(.disabled):hover {
  color: #007afe;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-primary:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-primary:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-primary[aria-expanded=true] {
  color: #007afe;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-secondary {
  color: #88919e;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-secondary:not(:disabled):not(.disabled):hover {
  color: #88919e;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-secondary:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-secondary:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-secondary[aria-expanded=true] {
  color: #87909e;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-success {
  color: #34c765;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-success:not(:disabled):not(.disabled):hover {
  color: #34c765;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-success:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-success:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-success[aria-expanded=true] {
  color: #34c665;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-info {
  color: #007aff;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-info:not(:disabled):not(.disabled):hover {
  color: #007afe;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-info:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-info:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-info[aria-expanded=true] {
  color: #007afe;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-warning {
  color: #fa0;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-warning:not(:disabled):not(.disabled):hover {
  color: #feaa00;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-warning:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-warning:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-warning[aria-expanded=true] {
  color: #fea900;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-danger {
  color: #ff2d55;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-danger:not(:disabled):not(.disabled):hover {
  color: #ff2c55;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-danger:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-danger:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-danger[aria-expanded=true] {
  color: #ff2c54;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-light {
  color: #f0f0f2;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-light:not(:disabled):not(.disabled):hover {
  color: #f0f0f2;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-light:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-light:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-light[aria-expanded=true] {
  color: #efeff2;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-dark {
  color: #323d44;
  background-color: #f0f0f2;
}
.ehr-form .btn-inverted-dark:not(:disabled):not(.disabled):hover {
  color: #323d44;
  background-color: #e6e6eb;
}
.ehr-form .btn-inverted-dark:not(:disabled):not(.disabled):active,
.ehr-form .btn-inverted-dark:not(:disabled):not(.disabled).active,
.ehr-form .btn-inverted-dark[aria-expanded=true] {
  color: #323c43;
  background-color: #e6e6eb;
}
.ehr-form .btn-group .btn {
  margin: 0;
  padding: 0 1.15em;
}
.ehr-form .btn-group .btn i.b-icon,
.ehr-form .btn-group .btn i.icon {
  line-height: 0;
  vertical-align: middle;
}
.ehr-form .btn-group .btn:not(.btn-group .btn[class*=btn-outline]):not(:last-child) {
  margin-right: .15em;
}
.ehr-form .btn-group .btn:not(.btn-group .btn[class*=btn-outline]):not(:first-child) {
  margin-left: 0;
}
.ehr-form .btn-group.btn-group-toggle {
  background: #f0f0f2;
  padding: .2em;
  border-radius: .6rem;
}
.ehr-form .btn-group.btn-group-toggle .btn {
  margin: 0 !important;
  font-size: 100%;
  color: #000;
  border: none;
  border-radius: .6rem !important;
  line-height: 1.9em;
  background: rgba(0, 0, 0, 0);
}
.ehr-form .btn-group.btn-group-toggle .btn:hover {
  background: rgba(0, 0, 0, 0);
}
.ehr-form .btn-group.btn-group-toggle .btn:active {
  color: #000;
}
.ehr-form .btn-group.btn-group-toggle .btn.compact {
  line-height: 1.3em;
}
.ehr-form .btn-group.btn-group-toggle .btn.active {
  box-shadow: 0 1px 2px rgba(157, 168, 174, .1215686275);
  color: #000;
  background: #fff;
}
.ehr-form .action-buttons {
  flex-shrink: 0;
  align-self: flex-start;
  min-width: 0;
  opacity: 0;
}
.ehr-form .action-buttons.mobile-or-tablet {
  opacity: 1 !important;
}
.ehr-form .action-buttons .btn:hover,
.ehr-form .action-buttons .btn:active,
.ehr-form .action-buttons .btn.active {
  background: #ebf5ff;
}
.ehr-form .action-buttons .btn-link {
  line-height: 1.2em;
  padding: .3em 0;
  border: 0;
  text-decoration: none;
}
.ehr-form .action-buttons .btn.compact {
  padding: 0 .75rem;
}
.ehr-form .action-buttons .btn.compact.ellipsis {
  padding-right: .5rem;
}
.ehr-form .ehr-form,
.ehr-form .ehr-form--theme,
.ehr-form .ehr-form--theme.default {
  --b-ehr-form-background: #f2f0f4;
  --b-ehr-form-font-size: 16px;
  --b-input-value-color: #000;
  --b-input-value-disabled-color: #000;
  --b-input-value-focused-color: #000;
  --b-input-caret-color: #007aff;
  --b-input-background-color: transparent;
  --b-input-disabled-background-color: transparent;
  --b-input-placeholder-color: #7b7b7b;
  --b-input-placeholder-disabled-color: #919094;
  --b-input-placeholder-font-family: "Roboto Mono", sans-serif;
  --b-input-right-appendix-color: #7b7b7b;
  --b-label-color: #333333;
  --b-label-disabled-color: #919094;
  --b-label-error-icon-color: #ff2d55;
  --b-label-tooltip-color: #c7c6ca;
  --b-labeled-input-font-family: "Roboto", sans-serif;
  --b-labeled-input-background-color: #fff;
  --b-labeled-input-invalid-background-color: var(--b-labeled-input-background-color);
  --b-labeled-input-focused-background-color: var(--b-labeled-input-background-color);
  --b-labeled-input-border-color: var(--b-labeled-input-background-color);
  --b-labeled-input-focused-border-color: var(--b-labeled-input-focused-background-color);
  --b-labeled-input-hover-border-color: #8e9099;
  --b-labeled-input-no-value-border-color: #e1e2ec;
  --b-labeled-input-disabled-background-color: transparent;
  --b-labeled-input-disabled-hatching-color1: #fff;
  --b-labeled-input-disabled-hatching-color2: #f7f7f7;
  --b-labeled-input-invalid-border-color: #eff0fa;
  --b-labeled-input-focused-border-color-inner: #007aff;
  --b-labeled-input-focused-border-color-outer: #99caff;
  --b-labeled-input-invalid-focused-border-color-inner: #ff2d55;
  --b-labeled-input-invalid-focused-border-color-outer: #ffabbb;
  --b-labeled-input-invalid-hover-border-color: #fff;
  --b-labeled-input-presentation-background-color: transparent;
  --b-labeled-input-presentation-value-color: #000;
  --b-invalid-text-color: #ff2d55;
  --b-invalid-text-font-family: "Roboto Condensed", sans-serif;
  --b-text-clear-icon-background-color: #f7f7f7;
  --b-text-clear-icon-color: var(--b-input-right-appendix-color);
  --b-button-selected-background-color: #fff;
  --b-button-selected-border-color: #000;
  --b-button-selected-color: #000;
  --b-button-selected-disabled-color: #919094;
  --b-button-selected-disabled-border-color: #e1e2ec;
  --b-button-selected-disabled-background-color: transparent;
  --b-button-selected-disabled-check-icon-color: var(--b-button-selected-disabled-color);
  --b-button-default-background-color: #fff;
  --b-button-default-border-color: #e1e2ec;
  --b-button-default-color: #000;
  --b-button-default-hover-border-color: var(--b-labeled-input-hover-border-color);
  --b-button-default-hover-background-color: var(--b-button-default-background-color);
  --b-button-default-active-border-color: #000;
  --b-button-default-active-color: #000;
  --b-button-default-active-background-color: var(--b-button-default-hover-background-color);
  --b-button-disabled-color: #919094;
  --b-button-disabled-border-color: #eff0fa;
  --b-button-disabled-background-color: transparent;
  --b-button-disabled-hover-background-color: var(--b-button-disabled-background-color);
  --b-button-danger-background-color: transparent;
  --b-button-danger-border-color: #ff2d55;
  --b-button-danger-color: var(--b-button-danger-border-color);
  --b-button-danger-hover-border-color: var(--b-button-danger-border-color);
  --b-button-danger-hover-background-color: #ffe6eb;
  --b-button-danger-active-border-color: #d62547;
  --b-button-danger-active-color: var(--b-button-danger-active-border-color);
  --b-button-danger-active-background-color: var(--b-button-danger-hover-background-color);
  --b-button-danger-disabled-color: #ffabbb;
  --b-button-danger-disabled-border-color: var(--b-button-danger-disabled-color);
  --b-button-danger-disabled-background-color: transparent;
  --b-button-danger-disabled-hover-background-color: var(--b-button-danger-disabled-background-color);
  --b-button-info-background-color: transparent;
  --b-button-info-border-color: #007aff;
  --b-button-info-color: var(--b-button-info-border-color);
  --b-button-info-hover-border-color: var(--b-button-info-border-color);
  --b-button-info-hover-background-color: #ebf5ff;
  --b-button-info-active-border-color: #0069db;
  --b-button-info-active-color: var(--b-button-info-active-border-color);
  --b-button-info-active-background-color: var(--b-button-info-hover-background-color);
  --b-button-info-disabled-color: #99caff;
  --b-button-info-disabled-border-color: var(--b-button-info-disabled-color);
  --b-button-info-disabled-background-color: transparent;
  --b-button-info-disabled-hover-background-color: var(--b-button-info-disabled-background-color);
  --b-button-link-background-color: transparent;
  --b-button-link-border-color: var(--b-button-link-background-color);
  --b-button-link-hover-color: #0070eb;
  --b-button-link-active-color: var(--b-button-info-active-border-color);
  --b-checkbox-label-color: #000;
  --b-checkbox-selected-border-color: #e1e2ec;
  --b-checkbox-selected-hover-border-color: var(--b-button-default-hover-border-color);
  --b-checkbox-selected-disabled-border-color: #fff;
  --b-checkbox-disabled-label-color: #7b7b7b;
  --b-check-input-border-color: #8e9099;
  --b-check-input-disabled-border-color: #eff0fa;
  --b-check-input-disabled-background-color: #fff;
  --b-check-input-checked-background-color: #000;
  --b-check-input-checked-border-color: var(--b-check-input-checked-background-color);
  --b-check-input-checked-icon-color: #fff;
  --b-check-input-checked-disabled-background-color: #919094;
  --b-check-input-checked-disabled-border-color: var(--b-check-input-checked-disabled-background-color);
  --b-check-input-checked-disabled-icon-color: #fff;
  --b-radio-input-checked-color: #fff;
  --b-radio-input-checked-background-color: #fff;
  --b-radio-input-checked-border-color: #000;
  --b-radio-input-checked-disabled-border-color: #919094;
  --b-boolean-border-color: #e1e2ec;
  --b-boolean-background-color: #fff;
  --b-boolean-disabled-border-color: #919094;
  --b-boolean-checked-icon-color: #fff;
  --b-boolean-checked-background-color: #000;
  --b-three-state-boolean-background-color: #f7f7f7;
  --b-three-state-boolean-active-button-color: #fff;
  --b-three-state-boolean-active-button-background-color: #000;
  --b-three-state-boolean-active-button-icon-color: #fff;
  --b-three-state-boolean-active-button-disabled-background-color: #919094;
  --b-three-state-boolean-disabled-background-color: transparent;
  --b-three-state-boolean-disabled-color: #fff;
  --b-three-state-boolean-disabled-border-color: #fff;
  --b-three-state-boolean-item-disabled-border-color: #fff;
  --b-three-state-boolean-item-disabled-color: #919094;
  --b-switch-selected-background-color: #000;
  --b-upload-border-color: #e1e2ec;
  --b-upload-area-background-color: transparent;
  --b-upload-clickable-label-color: #007aff;
  --b-upload-clickable-label-disabled-color: #919094;
  --b-upload-item-border-color: #e1e2ec;
  --b-upload-disabled-border-color: transparent;
  --b-upload-inline-button-background-color: #f7f7f7;
  --b-upload-inline-button-color: #007aff;
  --b-upload-remove-icon-color: #919094;
  --b-image-map-area-fill-color: #007aff;
  --b-image-map-area-outline-color: #007aff;
  --b-canvas-background-color: transparent;
  --b-canvas-toolbar-active-color-button-dot-color: #fff;
  --b-canvas-toolbar-reset-button-color: #ff2d55;
  --b-canvas-toolbar-red-color-button-color: #ff2d55;
  --b-canvas-toolbar-yellow-color-button-color: #ffd900;
  --b-canvas-toolbar-orange-color-button-color: #fa0;
  --b-canvas-toolbar-blue-color-button-color: #007aff;
  --b-canvas-toolbar-purple-color-button-color: #42087a;
  --b-canvas-toolbar-black-color-button-color: #000;
  --b-canvas-toolbar-white-color-button-color: #fff;
  --b-canvas-toolbar-active-white-color-button-dot-color: #f7f7f7;
  --b-canvas-toolbar-color-button-background-color: #f7f7f7;
  --b-canvas-toolbar-action-button-color: #000;
  --b-datepicker-toggle-icon-active-color: #007aff;
  --b-datepicker-background-color: #fff;
  --b-datepicker-shadow-color: #f2f0f4;
  --b-datepicker-day-background-color: #fff;
  --b-datepicker-day-hover-background-color: #f2f0f4;
  --b-datepicker-today-color: #007aff;
  --b-datepicker-day-selected-background-color: #007aff;
  --b-datepicker-weekday-color: #7b7b7b;
  --b-datepicker-month-chevron-color: #000;
  --b-ng-select-items-background: #fff;
  --b-ng-select-item-background-color: #fff;
  --b-ng-select-item-hovered-background-color: #f7f7f7;
  --b-ng-select-item-selected-background-color: #fff;
  --b-ng-select-item-disabled-color: #919094;
  --b-ng-select-item-icon-selected-color: #000;
  --b-ng-select-item-icon-selected-disabled-color: #f2f0f4;
  --b-ng-select-value-badge-clear-icon-color: #919094;
  --b-ng-select-value-badge-background-color: #f2f0f4;
  --b-ng-select-value-badge-color: #000;
  --b-ng-select-value-badge-focused-background-color: #f2f0f4;
  --b-ng-select-value-badge-disabled-background-color: #919094;
  --b-ng-select-value-badge-disabled-background-background-color: #fff;
  --b-ng-select-arrow-color: #7b7b7b;
  --b-ng-select-clear-icon-color: var(--b-ng-select-arrow-color);
  --b-ng-select-clear-icon-hover-color: #000;
  --b-ng-select-arrow-focused-color: #fff;
  --b-rich-text-anchor-hover-color: #007aff;
  --b-rich-text-color: #000;
  --b-rich-text-background: transparent;
  --b-table-border-color: #e1e2ec;
  --b-table-header-color: #333333;
  --b-table-row-hover-color: #e3e2e6;
  --b--table-header-sort-icon-color: #919094;
  --b--table-header-sort-icon-active-color: #000;
  --b-table-row-alternate-color: #fff;
  --b-container-border-color: #e1e2ec;
  --b-card-multiplicity-button-background-color: var(--b-labeled-input-background-color);
  --b-card-multiplicity-add-button-color: #007aff;
  --b-card-multiplicity-remove-button-color: #ff2d55;
  --b-card-border-highlight-info-color: #007aff;
  --b-card-border-highlight-danger-color: #ff2d55;
  --b-container-header-background-color: transparent;
  --b-container-header-level1-color: #000;
  --b-container-body-background-color: transparent;
  --b-container-body-border-color: transparent;
  --b-popover-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.ehr-form .ehr-form--theme.white {
  --b-ehr-form-background: #fff;
  --b-table-row-alternate-color: #f2f0f4;
  --b-labeled-input-background-color: #f7f7f7;
  --b-labeled-input-invalid-background-color: #fff;
  --b-labeled-input-border-color: var(--b-labeled-input-background-color);
  --b-labeled-input-focused-background-color: #fff;
  --b-three-state-boolean-background-color: #fff;
}
.ehr-form .ehr-column-list .m-body-text {
  min-height: auto;
  padding: 0;
}
.ehr-form .labeled-input .form-control .ehr-column-list:not(.ngb-tp-input),
.ehr-form .labeled-input .form-control .ehr-container-list:not(.ngb-tp-input) {
  width: auto;
}
.ehr-form .switch.switch-small {
  min-width: 33px;
}
.ehr-form .switch.switch-medium {
  min-width: 50px;
}
.ehr-form .switch.switch-large {
  min-width: 60px;
}
.ehr-form .switch.switch-small > .switch-pane > span {
  font-size: 9px;
}
.ehr-form .switch.switch-medium > .switch-pane > span {
  font-size: 16px;
}
.ehr-form .switch.switch-large > .switch-pane > span {
  font-size: 16px;
}
.ehr-form .switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: #dfdfdf 0 0 inset;
  transition: .3s ease-out all;
  -webkit-transition: .3s ease-out all;
  white-space: nowrap;
}
.ehr-form .switch small {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  transition: .3s ease-out all;
  -webkit-transition: .3s ease-out all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ehr-form .switch.switch-small {
  height: 20px;
  border-radius: 20px;
}
.ehr-form .switch.switch-small small {
  width: 20px;
  height: 20px;
  right: calc(100% - 20px);
}
.ehr-form .switch.switch-small > .switch-pane > span {
  line-height: 20px;
}
.ehr-form .switch.switch-small > .switch-pane .switch-label-checked {
  padding-right: 25px;
  padding-left: 10px;
}
.ehr-form .switch.switch-small > .switch-pane .switch-label-unchecked {
  padding-left: 25px;
  padding-right: 10px;
}
.ehr-form .switch.switch-medium {
  height: 30px;
  border-radius: 30px;
}
.ehr-form .switch.switch-medium small {
  width: 30px;
  height: 30px;
  right: calc(100% - 30px);
}
.ehr-form .switch.switch-medium > .switch-pane > span {
  line-height: 30px;
}
.ehr-form .switch.switch-medium > .switch-pane .switch-label-checked {
  padding-right: 35px;
  padding-left: 15px;
}
.ehr-form .switch.switch-medium > .switch-pane .switch-label-unchecked {
  padding-left: 35px;
  padding-right: 15px;
}
.ehr-form .switch.switch-large {
  height: 40px;
  border-radius: 40px;
}
.ehr-form .switch.switch-large small {
  width: 40px;
  height: 40px;
  right: calc(100% - 40px);
}
.ehr-form .switch.switch-large > .switch-pane > span {
  line-height: 40px;
}
.ehr-form .switch.switch-large > .switch-pane .switch-label-checked {
  padding-right: 45px;
  padding-left: 20px;
}
.ehr-form .switch.switch-large > .switch-pane .switch-label-unchecked {
  padding-left: 45px;
  padding-right: 20px;
}
.ehr-form .switch.checked {
  background: #64bd63;
}
.ehr-form .switch.checked small {
  right: 0;
  left: auto;
}
.ehr-form .switch.checked .switch-pane {
  top: 0;
}
.ehr-form .switch.checked .switch-pane .switch-label-checked {
  display: block;
}
.ehr-form .switch.checked .switch-pane .switch-label-unchecked {
  display: none;
}
.ehr-form .switch.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.ehr-form .switch .switch-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  pointer-events: none;
}
.ehr-form .switch .switch-pane > span {
  display: block;
  min-height: 100%;
}
.ehr-form .switch .switch-pane .switch-label {
  color: #000;
}
.ehr-form .switch .switch-pane .switch-label-checked {
  display: none;
}
.ehr-form .switch .switch-pane .switch-label-unchecked {
  display: block;
}
.ehr-form .switch.loading {
  background-color: #f1f1f1;
}
.ehr-form .switch.loading small {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  right: 50%;
  transform: translate(50%);
}
@font-face {
  .ehr-form {
    font-family: better-icons;
    src: url("./media/better-icons-76NWKAXZ.woff") format("truetype"), url("./media/better-icons-76NWKAXZ.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
  }
}
.ehr-form i.b-icon {
  color: #000;
  font-family: better-icons !important;
  font-size: 1rem;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.ehr-form i.b-icon:disabled,
.ehr-form i.b-icon.disabled {
  color: rgba(0, 0, 0, .2392156863);
}
.ehr-form i.b-icon.info-button {
  font-size: 1.3125rem;
  border-radius: .25rem;
  width: .875rem;
  height: .875rem;
  background: #d3d8db;
  padding: 0 !important;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
}
.ehr-form i.b-icon.info-button:hover {
  background-color: #d3d8db !important;
  border-radius: .25rem !important;
}
.ehr-form i.b-icon.plus:before {
  content: "\e900";
}
.ehr-form i.b-icon.minus:before {
  content: "\e90c";
}
.ehr-form i.b-icon.cancel:before {
  content: "\e901";
}
.ehr-form i.b-icon.check:before {
  content: "\e902";
}
.ehr-form i.b-icon.chevron-down:before {
  content: "\e903";
}
.ehr-form i.b-icon.chevron-left:before {
  content: "\e904";
}
.ehr-form i.b-icon.chevron-right:before {
  content: "\e905";
}
.ehr-form i.b-icon.chevron-up:before {
  content: "\e906";
}
.ehr-form i.b-icon.download:before {
  content: "\e907";
}
.ehr-form i.b-icon.external-link:before {
  content: "\e908";
}
.ehr-form i.b-icon.arrow-down:before {
  content: "\e92b";
}
.ehr-form i.b-icon.arrow-up:before {
  content: "\e92e";
}
.ehr-form i.b-icon.trend-down:before {
  content: "\e909";
}
.ehr-form i.b-icon.trend-up:before {
  content: "\e90b";
}
.ehr-form i.b-icon.trend-down-big:before {
  content: "\e950";
}
.ehr-form i.b-icon.trend-up-big:before {
  content: "\e951";
}
.ehr-form i.b-icon.required:before {
  content: "\e952";
}
.ehr-form i.b-icon.upload:before {
  content: "\e935";
}
.ehr-form i.b-icon.time:before {
  content: "\e90d";
}
.ehr-form i.b-icon.triangle-exclamation:before {
  content: "\e90f";
}
.ehr-form i.b-icon.calendar:before {
  content: "\e910";
}
.ehr-form i.b-icon.undo:before {
  content: "\e912";
}
.ehr-form i.b-icon.redo:before {
  content: "\e911";
}
.ehr-form i.b-icon.revert:before {
  content: "\e90e";
}
.ehr-form i.b-icon.filter:before {
  content: "\e92f";
}
.ehr-form i.b-icon.move:before {
  content: "\e936";
}
.ehr-form i.b-icon.olddata:before {
  content: "\e937";
}
.ehr-form i.b-icon.patient-record:before {
  content: "\e938";
}
.ehr-form i.b-icon.phone:before {
  content: "\e939";
}
.ehr-form i.b-icon.search:before {
  content: "\e923";
}
.ehr-form i.b-icon.sum:before {
  content: "\e93b";
}
.ehr-form i.b-icon.user:before {
  content: "\e953";
}
.ehr-form i.b-icon.user-hollow:before {
  content: "\e954";
}
.ehr-form i.b-icon.view-document:before {
  content: "\e955";
}
.ehr-form i.b-icon.attachment:before {
  content: "\e959";
}
.ehr-form i.b-icon.home:before {
  content: "\e913";
}
.ehr-form i.b-icon.nav-search:before {
  content: "\e914";
}
.ehr-form i.b-icon.applications:before {
  content: "\e915";
}
.ehr-form i.b-icon.help:before {
  content: "\e916";
}
.ehr-form i.b-icon.institution:before {
  content: "\e917";
}
.ehr-form i.b-icon.messaging:before {
  content: "\e918";
}
.ehr-form i.b-icon.notifications:before {
  content: "\e919";
}
.ehr-form i.b-icon.userprofile:before {
  content: "\e91a";
}
.ehr-form i.b-icon.close:before {
  content: "\e924";
}
.ehr-form i.b-icon.collapse:before {
  content: "\e925";
}
.ehr-form i.b-icon.deleterow:before {
  content: "\e926";
}
.ehr-form i.b-icon.btn-download:before {
  content: "\e927";
}
.ehr-form i.b-icon.expand:before {
  content: "\e928";
}
.ehr-form i.b-icon.folddocuments-small:before {
  content: "\e929";
}
.ehr-form i.b-icon.folddocuments:before {
  content: "\e92a";
}
.ehr-form i.b-icon.menu:before {
  content: "\e92c";
}
.ehr-form i.b-icon.moreoptions:before {
  content: "\e92d";
}
.ehr-form i.b-icon.shrink:before {
  content: "\e930";
}
.ehr-form i.b-icon.sort:before {
  content: "\e931";
}
.ehr-form i.b-icon.stretch:before {
  content: "\e932";
}
.ehr-form i.b-icon.unfolddocuments-small:before {
  content: "\e933";
}
.ehr-form i.b-icon.unfolddocuments:before {
  content: "\e934";
}
.ehr-form i.b-icon.info:before {
  content: "\e94a";
}
.ehr-form i.b-icon.vitals-urine:before {
  content: "\e93c";
}
.ehr-form i.b-icon.vitals-speech:before {
  content: "\e93d";
}
.ehr-form i.b-icon.vitals-skin-tone:before {
  content: "\e93e";
}
.ehr-form i.b-icon.vitals-pain-score:before {
  content: "\e93f";
}
.ehr-form i.b-icon.vitals-oxygen-saturation:before {
  content: "\e940";
}
.ehr-form i.b-icon.vitals-heart-rate:before {
  content: "\e941";
}
.ehr-form i.b-icon.vitals-ecg:before {
  content: "\e942";
}
.ehr-form i.b-icon.vitals-breathing-frequency:before {
  content: "\e943";
}
.ehr-form i.b-icon.vitals-body-temperature:before {
  content: "\e944";
}
.ehr-form i.b-icon.vitals-body-mass:before {
  content: "\e945";
}
.ehr-form i.b-icon.vitals-blood-pressure:before {
  content: "\e946";
}
.ehr-form i.b-icon.vitals-walking-test:before {
  content: "\e947";
}
.ehr-form i.b-icon.vitals-airflow:before {
  content: "\e948";
}
.ehr-form i.b-icon.triangle-allergies-small:before {
  content: "\e949";
}
.ehr-form i.b-icon.triangle-allergies-small-outline:before {
  content: "\e94c";
}
.ehr-form i.b-icon.triangle-allergies-large:before {
  content: "\e94d";
}
.ehr-form i.b-icon.triangle-allergies-large-outline:before {
  content: "\e94b";
}
.ehr-form i.b-icon.status-notifications-info:before {
  content: "\e957";
}
.ehr-form i.b-icon.status-notifications-success:before {
  content: "\e958";
}
.ehr-form i.b-icon.status-notifications-error:before {
  content: "\e956";
}
.ehr-form i.b-icon.activity-check:before {
  content: "\e94e";
}
.ehr-form i.b-icon.activity-error:before {
  content: "\e94f";
}
.ehr-form i.b-icon.xsmall {
  font-size: .5rem;
}
.ehr-form i.b-icon.small {
  font-size: .75rem;
}
.ehr-form i.b-icon.normal {
  font-size: 1rem;
}
.ehr-form i.b-icon.big {
  font-size: 1.5rem;
}
.ehr-form i.b-icon.text-danger {
  color: #ff2d55;
}
.ehr-form i.b-icon.text-info {
  color: #007aff;
}
.ehr-form i.b-icon.text-warning {
  color: #fa0;
}
.ehr-form i.b-icon.group-notification {
  font-size: 30px;
}
.ehr-form i.b-icon.group-navigation {
  font-size: 32px;
}
.ehr-form i.b-icon.group-vitals {
  font-size: 28px;
}
.ehr-form i.b-icon.group-button {
  font-size: 24px;
}
.ehr-form i.b-icon.home {
  padding: .25rem;
}
.ehr-form i.b-icon.home:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.home:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.home.selected:before {
  content: "\e91c";
}
.ehr-form i.b-icon.nav-search {
  padding: .25rem;
}
.ehr-form i.b-icon.nav-search:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.nav-search:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.nav-search.selected:before {
  content: "\e91e";
}
.ehr-form i.b-icon.applications {
  padding: .25rem;
}
.ehr-form i.b-icon.applications:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.applications:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.applications.selected:before {
  content: "\e91f";
}
.ehr-form i.b-icon.help {
  padding: .25rem;
}
.ehr-form i.b-icon.help:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.help:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.help.selected:before {
  content: "\e91b";
}
.ehr-form i.b-icon.institution {
  padding: .25rem;
}
.ehr-form i.b-icon.institution:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.institution:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.institution.selected:before {
  content: "\e91d";
}
.ehr-form i.b-icon.messaging {
  padding: .25rem;
}
.ehr-form i.b-icon.messaging:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.messaging:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.messaging.selected:before {
  content: "\e920";
}
.ehr-form i.b-icon.notifications {
  padding: .25rem;
}
.ehr-form i.b-icon.notifications:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.notifications:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.notifications.selected:before {
  content: "\e921";
}
.ehr-form i.b-icon.userprofile {
  padding: .25rem;
}
.ehr-form i.b-icon.userprofile:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.userprofile:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.userprofile.selected:before {
  content: "\e922";
}
.ehr-form i.b-icon.search {
  padding: .125rem;
}
.ehr-form i.b-icon.search:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.search:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.search:disabled,
.ehr-form i.b-icon.search.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.search.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.search.text-danger:disabled,
.ehr-form i.b-icon.search.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.search.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.search.text-info:disabled,
.ehr-form i.b-icon.search.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.search.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.search.text-warning:disabled,
.ehr-form i.b-icon.search.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.close {
  padding: .125rem;
}
.ehr-form i.b-icon.close:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.close:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.close:disabled,
.ehr-form i.b-icon.close.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.close.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.close.text-danger:disabled,
.ehr-form i.b-icon.close.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.close.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.close.text-info:disabled,
.ehr-form i.b-icon.close.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.close.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.close.text-warning:disabled,
.ehr-form i.b-icon.close.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.collapse {
  padding: .125rem;
}
.ehr-form i.b-icon.collapse:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.collapse:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.collapse:disabled,
.ehr-form i.b-icon.collapse.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.collapse.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.collapse.text-danger:disabled,
.ehr-form i.b-icon.collapse.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.collapse.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.collapse.text-info:disabled,
.ehr-form i.b-icon.collapse.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.collapse.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.collapse.text-warning:disabled,
.ehr-form i.b-icon.collapse.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.deleterow {
  padding: .125rem;
}
.ehr-form i.b-icon.deleterow:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.deleterow:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.deleterow:disabled,
.ehr-form i.b-icon.deleterow.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.deleterow.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.deleterow.text-danger:disabled,
.ehr-form i.b-icon.deleterow.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.deleterow.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.deleterow.text-info:disabled,
.ehr-form i.b-icon.deleterow.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.deleterow.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.deleterow.text-warning:disabled,
.ehr-form i.b-icon.deleterow.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.btn-download {
  padding: .125rem;
}
.ehr-form i.b-icon.btn-download:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.btn-download:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.btn-download:disabled,
.ehr-form i.b-icon.btn-download.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.btn-download.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.btn-download.text-danger:disabled,
.ehr-form i.b-icon.btn-download.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.btn-download.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.btn-download.text-info:disabled,
.ehr-form i.b-icon.btn-download.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.btn-download.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.btn-download.text-warning:disabled,
.ehr-form i.b-icon.btn-download.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.expand {
  padding: .125rem;
}
.ehr-form i.b-icon.expand:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.expand:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.expand:disabled,
.ehr-form i.b-icon.expand.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.expand.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.expand.text-danger:disabled,
.ehr-form i.b-icon.expand.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.expand.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.expand.text-info:disabled,
.ehr-form i.b-icon.expand.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.expand.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.expand.text-warning:disabled,
.ehr-form i.b-icon.expand.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.folddocuments-small {
  padding: .125rem;
}
.ehr-form i.b-icon.folddocuments-small:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments-small:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments-small:disabled,
.ehr-form i.b-icon.folddocuments-small.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.folddocuments-small.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments-small.text-danger:disabled,
.ehr-form i.b-icon.folddocuments-small.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.folddocuments-small.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments-small.text-info:disabled,
.ehr-form i.b-icon.folddocuments-small.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.folddocuments-small.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments-small.text-warning:disabled,
.ehr-form i.b-icon.folddocuments-small.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.folddocuments {
  padding: .125rem;
}
.ehr-form i.b-icon.folddocuments:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments:disabled,
.ehr-form i.b-icon.folddocuments.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.folddocuments.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments.text-danger:disabled,
.ehr-form i.b-icon.folddocuments.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.folddocuments.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments.text-info:disabled,
.ehr-form i.b-icon.folddocuments.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.folddocuments.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.folddocuments.text-warning:disabled,
.ehr-form i.b-icon.folddocuments.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.menu {
  padding: .125rem;
}
.ehr-form i.b-icon.menu:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.menu:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.menu:disabled,
.ehr-form i.b-icon.menu.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.menu.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.menu.text-danger:disabled,
.ehr-form i.b-icon.menu.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.menu.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.menu.text-info:disabled,
.ehr-form i.b-icon.menu.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.menu.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.menu.text-warning:disabled,
.ehr-form i.b-icon.menu.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.moreoptions {
  padding: .125rem;
}
.ehr-form i.b-icon.moreoptions:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.moreoptions:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.moreoptions:disabled,
.ehr-form i.b-icon.moreoptions.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.moreoptions.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.moreoptions.text-danger:disabled,
.ehr-form i.b-icon.moreoptions.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.moreoptions.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.moreoptions.text-info:disabled,
.ehr-form i.b-icon.moreoptions.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.moreoptions.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.moreoptions.text-warning:disabled,
.ehr-form i.b-icon.moreoptions.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.shrink {
  padding: .125rem;
}
.ehr-form i.b-icon.shrink:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.shrink:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.shrink:disabled,
.ehr-form i.b-icon.shrink.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.shrink.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.shrink.text-danger:disabled,
.ehr-form i.b-icon.shrink.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.shrink.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.shrink.text-info:disabled,
.ehr-form i.b-icon.shrink.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.shrink.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.shrink.text-warning:disabled,
.ehr-form i.b-icon.shrink.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.sort {
  padding: .125rem;
}
.ehr-form i.b-icon.sort:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.sort:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.sort:disabled,
.ehr-form i.b-icon.sort.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.sort.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.sort.text-danger:disabled,
.ehr-form i.b-icon.sort.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.sort.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.sort.text-info:disabled,
.ehr-form i.b-icon.sort.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.sort.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.sort.text-warning:disabled,
.ehr-form i.b-icon.sort.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.stretch {
  padding: .125rem;
}
.ehr-form i.b-icon.stretch:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.stretch:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.stretch:disabled,
.ehr-form i.b-icon.stretch.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.stretch.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.stretch.text-danger:disabled,
.ehr-form i.b-icon.stretch.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.stretch.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.stretch.text-info:disabled,
.ehr-form i.b-icon.stretch.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.stretch.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.stretch.text-warning:disabled,
.ehr-form i.b-icon.stretch.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments-small {
  padding: .125rem;
}
.ehr-form i.b-icon.unfolddocuments-small:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments-small:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments-small:disabled,
.ehr-form i.b-icon.unfolddocuments-small.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments-small.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments-small.text-danger:disabled,
.ehr-form i.b-icon.unfolddocuments-small.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments-small.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments-small.text-info:disabled,
.ehr-form i.b-icon.unfolddocuments-small.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments-small.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments-small.text-warning:disabled,
.ehr-form i.b-icon.unfolddocuments-small.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments {
  padding: .125rem;
}
.ehr-form i.b-icon.unfolddocuments:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments:disabled,
.ehr-form i.b-icon.unfolddocuments.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments.text-danger:disabled,
.ehr-form i.b-icon.unfolddocuments.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments.text-info:disabled,
.ehr-form i.b-icon.unfolddocuments.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.unfolddocuments.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.unfolddocuments.text-warning:disabled,
.ehr-form i.b-icon.unfolddocuments.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.upload {
  padding: .125rem;
}
.ehr-form i.b-icon.upload:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.upload:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.upload:disabled,
.ehr-form i.b-icon.upload.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.upload.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.upload.text-danger:disabled,
.ehr-form i.b-icon.upload.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.upload.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.upload.text-info:disabled,
.ehr-form i.b-icon.upload.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.upload.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.upload.text-warning:disabled,
.ehr-form i.b-icon.upload.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.info {
  padding: .125rem;
}
.ehr-form i.b-icon.info:hover {
  background-color: rgba(136, 145, 158, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.info:active {
  background-color: rgba(95, 104, 117, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.info:disabled,
.ehr-form i.b-icon.info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 0, 0, .3019607843);
}
.ehr-form i.b-icon.info.text-danger {
  background-color: rgba(255, 45, 85, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.info.text-danger:disabled,
.ehr-form i.b-icon.info.text-danger.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 45, 85, .3019607843);
}
.ehr-form i.b-icon.info.text-info {
  background-color: rgba(0, 122, 255, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.info.text-info:disabled,
.ehr-form i.b-icon.info.text-info.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(0, 122, 255, .3019607843);
}
.ehr-form i.b-icon.info.text-warning {
  background-color: rgba(255, 170, 0, .2);
  border-radius: .5rem;
}
.ehr-form i.b-icon.info.text-warning:disabled,
.ehr-form i.b-icon.info.text-warning.disabled {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  color: rgba(255, 170, 0, .3019607843);
}
.ehr-form i.b-icon.vitals-urine,
.ehr-form i.b-icon.vitals-speech,
.ehr-form i.b-icon.vitals-skin-tone,
.ehr-form i.b-icon.vitals-pain-score,
.ehr-form i.b-icon.vitals-oxygen-saturation,
.ehr-form i.b-icon.vitals-heart-rate,
.ehr-form i.b-icon.vitals-ecg,
.ehr-form i.b-icon.vitals-breathing-frequency,
.ehr-form i.b-icon.vitals-body-temperature,
.ehr-form i.b-icon.vitals-body-mass,
.ehr-form i.b-icon.vitals-blood-pressure,
.ehr-form i.b-icon.vitals-walking-test,
.ehr-form i.b-icon.vitals-airflow {
  color: #88919e;
}
.ehr-form .icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: no-repeat center center;
  background-size: contain;
}
.ehr-form .icon.masked {
  -webkit-mask: no-repeat center center;
  mask: no-repeat center center;
  background-color: #505052;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.ehr-form .icon.action {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.ehr-form .icon.sorting {
  margin: .35rem .5rem 0 -0.5rem;
  background-size: auto;
}
.ehr-form .icon.action.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2' transform='translate(2 2)'%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 8v10M18 13H8'/%3E%3C/g%3E%3Crect width='24' height='24' x='1' y='1' rx='4'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2' transform='translate(2 2)'%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 8v10M18 13H8'/%3E%3C/g%3E%3Crect width='24' height='24' x='1' y='1' rx='4'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.action:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2' transform='translate(2 2)'%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 8v10M18 13H8'/%3E%3C/g%3E%3Crect width='24' height='24' x='1' y='1' rx='4'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.module.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60.1 (88133) - https://sketch.com --%3E%3Ctitle%3EUntitled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='apps' transform='translate(2.000000, 2.000000)' fill='%23505052' fill-rule='nonzero'%3E%3Cpath d='M20.5714286,0 C22.4649763,0 24,1.53502371 24,3.42857143 L24,20.5714286 C24,22.4649763 22.4649763,24 20.5714286,24 L3.42857143,24 C1.53502371,24 0,22.4649763 0,20.5714286 L0,3.42857143 C0,1.53502371 1.53502371,0 3.42857143,0 L20.5714286,0 Z M20.5714286,1.71428571 L3.42857143,1.71428571 C2.52483274,1.71428571 1.7844299,2.41360953 1.71898778,3.30063228 L1.71428571,3.42857143 L1.71428571,20.5714286 C1.71428571,21.4751673 2.41360953,22.2155701 3.30063228,22.2810123 L3.42857143,22.2857143 L20.5714286,22.2857143 C21.4751673,22.2857143 22.2155701,21.5863905 22.2810123,20.6993677 L22.2857143,20.5714286 L22.2857143,3.42857143 C22.2857143,2.52483274 21.5863905,1.7844299 20.6993677,1.71898778 L20.5714286,1.71428571 Z M6.85714286,15.4285714 C7.80391671,15.4285714 8.57142857,16.1960833 8.57142857,17.1428571 C8.57142857,18.089631 7.80391671,18.8571429 6.85714286,18.8571429 C5.910369,18.8571429 5.14285714,18.089631 5.14285714,17.1428571 C5.14285714,16.1960833 5.910369,15.4285714 6.85714286,15.4285714 Z M12,15.4285714 C12.9467739,15.4285714 13.7142857,16.1960833 13.7142857,17.1428571 C13.7142857,18.089631 12.9467739,18.8571429 12,18.8571429 C11.0532261,18.8571429 10.2857143,18.089631 10.2857143,17.1428571 C10.2857143,16.1960833 11.0532261,15.4285714 12,15.4285714 Z M17.1428571,15.4285714 C18.089631,15.4285714 18.8571429,16.1960833 18.8571429,17.1428571 C18.8571429,18.089631 18.089631,18.8571429 17.1428571,18.8571429 C16.1960833,18.8571429 15.4285714,18.089631 15.4285714,17.1428571 C15.4285714,16.1960833 16.1960833,15.4285714 17.1428571,15.4285714 Z M6.85714286,10.2857143 C7.80391671,10.2857143 8.57142857,11.0532261 8.57142857,12 C8.57142857,12.9467739 7.80391671,13.7142857 6.85714286,13.7142857 C5.910369,13.7142857 5.14285714,12.9467739 5.14285714,12 C5.14285714,11.0532261 5.910369,10.2857143 6.85714286,10.2857143 Z M12,10.2857143 C12.9467739,10.2857143 13.7142857,11.0532261 13.7142857,12 C13.7142857,12.9467739 12.9467739,13.7142857 12,13.7142857 C11.0532261,13.7142857 10.2857143,12.9467739 10.2857143,12 C10.2857143,11.0532261 11.0532261,10.2857143 12,10.2857143 Z M17.1428571,10.2857143 C18.089631,10.2857143 18.8571429,11.0532261 18.8571429,12 C18.8571429,12.9467739 18.089631,13.7142857 17.1428571,13.7142857 C16.1960833,13.7142857 15.4285714,12.9467739 15.4285714,12 C15.4285714,11.0532261 16.1960833,10.2857143 17.1428571,10.2857143 Z M6.85714286,5.14285714 C7.80391671,5.14285714 8.57142857,5.910369 8.57142857,6.85714286 C8.57142857,7.80391671 7.80391671,8.57142857 6.85714286,8.57142857 C5.910369,8.57142857 5.14285714,7.80391671 5.14285714,6.85714286 C5.14285714,5.910369 5.910369,5.14285714 6.85714286,5.14285714 Z M12,5.14285714 C12.9467739,5.14285714 13.7142857,5.910369 13.7142857,6.85714286 C13.7142857,7.80391671 12.9467739,8.57142857 12,8.57142857 C11.0532261,8.57142857 10.2857143,7.80391671 10.2857143,6.85714286 C10.2857143,5.910369 11.0532261,5.14285714 12,5.14285714 Z M17.1428571,5.14285714 C18.089631,5.14285714 18.8571429,5.910369 18.8571429,6.85714286 C18.8571429,7.80391671 18.089631,8.57142857 17.1428571,8.57142857 C16.1960833,8.57142857 15.4285714,7.80391671 15.4285714,6.85714286 C15.4285714,5.910369 16.1960833,5.14285714 17.1428571,5.14285714 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60.1 (88133) - https://sketch.com --%3E%3Ctitle%3EUntitled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='apps' transform='translate(2.000000, 2.000000)' fill='%23505052' fill-rule='nonzero'%3E%3Cpath d='M20.5714286,0 C22.4649763,0 24,1.53502371 24,3.42857143 L24,20.5714286 C24,22.4649763 22.4649763,24 20.5714286,24 L3.42857143,24 C1.53502371,24 0,22.4649763 0,20.5714286 L0,3.42857143 C0,1.53502371 1.53502371,0 3.42857143,0 L20.5714286,0 Z M20.5714286,1.71428571 L3.42857143,1.71428571 C2.52483274,1.71428571 1.7844299,2.41360953 1.71898778,3.30063228 L1.71428571,3.42857143 L1.71428571,20.5714286 C1.71428571,21.4751673 2.41360953,22.2155701 3.30063228,22.2810123 L3.42857143,22.2857143 L20.5714286,22.2857143 C21.4751673,22.2857143 22.2155701,21.5863905 22.2810123,20.6993677 L22.2857143,20.5714286 L22.2857143,3.42857143 C22.2857143,2.52483274 21.5863905,1.7844299 20.6993677,1.71898778 L20.5714286,1.71428571 Z M6.85714286,15.4285714 C7.80391671,15.4285714 8.57142857,16.1960833 8.57142857,17.1428571 C8.57142857,18.089631 7.80391671,18.8571429 6.85714286,18.8571429 C5.910369,18.8571429 5.14285714,18.089631 5.14285714,17.1428571 C5.14285714,16.1960833 5.910369,15.4285714 6.85714286,15.4285714 Z M12,15.4285714 C12.9467739,15.4285714 13.7142857,16.1960833 13.7142857,17.1428571 C13.7142857,18.089631 12.9467739,18.8571429 12,18.8571429 C11.0532261,18.8571429 10.2857143,18.089631 10.2857143,17.1428571 C10.2857143,16.1960833 11.0532261,15.4285714 12,15.4285714 Z M17.1428571,15.4285714 C18.089631,15.4285714 18.8571429,16.1960833 18.8571429,17.1428571 C18.8571429,18.089631 18.089631,18.8571429 17.1428571,18.8571429 C16.1960833,18.8571429 15.4285714,18.089631 15.4285714,17.1428571 C15.4285714,16.1960833 16.1960833,15.4285714 17.1428571,15.4285714 Z M6.85714286,10.2857143 C7.80391671,10.2857143 8.57142857,11.0532261 8.57142857,12 C8.57142857,12.9467739 7.80391671,13.7142857 6.85714286,13.7142857 C5.910369,13.7142857 5.14285714,12.9467739 5.14285714,12 C5.14285714,11.0532261 5.910369,10.2857143 6.85714286,10.2857143 Z M12,10.2857143 C12.9467739,10.2857143 13.7142857,11.0532261 13.7142857,12 C13.7142857,12.9467739 12.9467739,13.7142857 12,13.7142857 C11.0532261,13.7142857 10.2857143,12.9467739 10.2857143,12 C10.2857143,11.0532261 11.0532261,10.2857143 12,10.2857143 Z M17.1428571,10.2857143 C18.089631,10.2857143 18.8571429,11.0532261 18.8571429,12 C18.8571429,12.9467739 18.089631,13.7142857 17.1428571,13.7142857 C16.1960833,13.7142857 15.4285714,12.9467739 15.4285714,12 C15.4285714,11.0532261 16.1960833,10.2857143 17.1428571,10.2857143 Z M6.85714286,5.14285714 C7.80391671,5.14285714 8.57142857,5.910369 8.57142857,6.85714286 C8.57142857,7.80391671 7.80391671,8.57142857 6.85714286,8.57142857 C5.910369,8.57142857 5.14285714,7.80391671 5.14285714,6.85714286 C5.14285714,5.910369 5.910369,5.14285714 6.85714286,5.14285714 Z M12,5.14285714 C12.9467739,5.14285714 13.7142857,5.910369 13.7142857,6.85714286 C13.7142857,7.80391671 12.9467739,8.57142857 12,8.57142857 C11.0532261,8.57142857 10.2857143,7.80391671 10.2857143,6.85714286 C10.2857143,5.910369 11.0532261,5.14285714 12,5.14285714 Z M17.1428571,5.14285714 C18.089631,5.14285714 18.8571429,5.910369 18.8571429,6.85714286 C18.8571429,7.80391671 18.089631,8.57142857 17.1428571,8.57142857 C16.1960833,8.57142857 15.4285714,7.80391671 15.4285714,6.85714286 C15.4285714,5.910369 16.1960833,5.14285714 17.1428571,5.14285714 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.module:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60.1 (88133) - https://sketch.com --%3E%3Ctitle%3EUntitled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='apps' transform='translate(2.000000, 2.000000)' fill='%23505052' fill-rule='nonzero'%3E%3Cpath d='M20.5714286,0 C22.4649763,0 24,1.53502371 24,3.42857143 L24,20.5714286 C24,22.4649763 22.4649763,24 20.5714286,24 L3.42857143,24 C1.53502371,24 0,22.4649763 0,20.5714286 L0,3.42857143 C0,1.53502371 1.53502371,0 3.42857143,0 L20.5714286,0 Z M20.5714286,1.71428571 L3.42857143,1.71428571 C2.52483274,1.71428571 1.7844299,2.41360953 1.71898778,3.30063228 L1.71428571,3.42857143 L1.71428571,20.5714286 C1.71428571,21.4751673 2.41360953,22.2155701 3.30063228,22.2810123 L3.42857143,22.2857143 L20.5714286,22.2857143 C21.4751673,22.2857143 22.2155701,21.5863905 22.2810123,20.6993677 L22.2857143,20.5714286 L22.2857143,3.42857143 C22.2857143,2.52483274 21.5863905,1.7844299 20.6993677,1.71898778 L20.5714286,1.71428571 Z M6.85714286,15.4285714 C7.80391671,15.4285714 8.57142857,16.1960833 8.57142857,17.1428571 C8.57142857,18.089631 7.80391671,18.8571429 6.85714286,18.8571429 C5.910369,18.8571429 5.14285714,18.089631 5.14285714,17.1428571 C5.14285714,16.1960833 5.910369,15.4285714 6.85714286,15.4285714 Z M12,15.4285714 C12.9467739,15.4285714 13.7142857,16.1960833 13.7142857,17.1428571 C13.7142857,18.089631 12.9467739,18.8571429 12,18.8571429 C11.0532261,18.8571429 10.2857143,18.089631 10.2857143,17.1428571 C10.2857143,16.1960833 11.0532261,15.4285714 12,15.4285714 Z M17.1428571,15.4285714 C18.089631,15.4285714 18.8571429,16.1960833 18.8571429,17.1428571 C18.8571429,18.089631 18.089631,18.8571429 17.1428571,18.8571429 C16.1960833,18.8571429 15.4285714,18.089631 15.4285714,17.1428571 C15.4285714,16.1960833 16.1960833,15.4285714 17.1428571,15.4285714 Z M6.85714286,10.2857143 C7.80391671,10.2857143 8.57142857,11.0532261 8.57142857,12 C8.57142857,12.9467739 7.80391671,13.7142857 6.85714286,13.7142857 C5.910369,13.7142857 5.14285714,12.9467739 5.14285714,12 C5.14285714,11.0532261 5.910369,10.2857143 6.85714286,10.2857143 Z M12,10.2857143 C12.9467739,10.2857143 13.7142857,11.0532261 13.7142857,12 C13.7142857,12.9467739 12.9467739,13.7142857 12,13.7142857 C11.0532261,13.7142857 10.2857143,12.9467739 10.2857143,12 C10.2857143,11.0532261 11.0532261,10.2857143 12,10.2857143 Z M17.1428571,10.2857143 C18.089631,10.2857143 18.8571429,11.0532261 18.8571429,12 C18.8571429,12.9467739 18.089631,13.7142857 17.1428571,13.7142857 C16.1960833,13.7142857 15.4285714,12.9467739 15.4285714,12 C15.4285714,11.0532261 16.1960833,10.2857143 17.1428571,10.2857143 Z M6.85714286,5.14285714 C7.80391671,5.14285714 8.57142857,5.910369 8.57142857,6.85714286 C8.57142857,7.80391671 7.80391671,8.57142857 6.85714286,8.57142857 C5.910369,8.57142857 5.14285714,7.80391671 5.14285714,6.85714286 C5.14285714,5.910369 5.910369,5.14285714 6.85714286,5.14285714 Z M12,5.14285714 C12.9467739,5.14285714 13.7142857,5.910369 13.7142857,6.85714286 C13.7142857,7.80391671 12.9467739,8.57142857 12,8.57142857 C11.0532261,8.57142857 10.2857143,7.80391671 10.2857143,6.85714286 C10.2857143,5.910369 11.0532261,5.14285714 12,5.14285714 Z M17.1428571,5.14285714 C18.089631,5.14285714 18.8571429,5.910369 18.8571429,6.85714286 C18.8571429,7.80391671 18.089631,8.57142857 17.1428571,8.57142857 C16.1960833,8.57142857 15.4285714,7.80391671 15.4285714,6.85714286 C15.4285714,5.910369 16.1960833,5.14285714 17.1428571,5.14285714 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.tools.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 2%3C/title%3E%3Cg id='Navigation' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-550.000000, -981.000000)' id='Navigation-/-Main-Panel-Closed' stroke='%23505052' stroke-width='2'%3E%3Cg transform='translate(534.000000, 768.000000)'%3E%3Cg id='Group-2' transform='translate(16.000000, 213.000000)'%3E%3Cpath d='M10.6398859,23.2869622 L10.6397351,18.6209202 C8.38535053,17.3167595 6.86862032,14.8792717 6.86862032,12.0875326 C6.86862032,9.09200208 8.61486924,6.5043299 11.1449209,5.28696221 L11.1451397,10.911062 L14.4111515,12.7966948 L17.6771634,10.911062 L17.6773822,5.28696221 C20.2074338,6.5043299 21.9536828,9.09200208 21.9536828,12.0875326 C21.9536828,14.8788826 20.4373753,17.3160801 18.1835105,18.6203748 L18.1824172,23.2869622' id='Path' stroke-linecap='round' stroke-linejoin='round' transform='translate(14.411152, 14.286962) scale(-1, 1) rotate(45.000000) translate(-14.411152, -14.286962) '%3E%3C/path%3E%3Crect id='Rectangle-12' x='1' y='1' width='26' height='26' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 2%3C/title%3E%3Cg id='Navigation' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-550.000000, -981.000000)' id='Navigation-/-Main-Panel-Closed' stroke='%23505052' stroke-width='2'%3E%3Cg transform='translate(534.000000, 768.000000)'%3E%3Cg id='Group-2' transform='translate(16.000000, 213.000000)'%3E%3Cpath d='M10.6398859,23.2869622 L10.6397351,18.6209202 C8.38535053,17.3167595 6.86862032,14.8792717 6.86862032,12.0875326 C6.86862032,9.09200208 8.61486924,6.5043299 11.1449209,5.28696221 L11.1451397,10.911062 L14.4111515,12.7966948 L17.6771634,10.911062 L17.6773822,5.28696221 C20.2074338,6.5043299 21.9536828,9.09200208 21.9536828,12.0875326 C21.9536828,14.8788826 20.4373753,17.3160801 18.1835105,18.6203748 L18.1824172,23.2869622' id='Path' stroke-linecap='round' stroke-linejoin='round' transform='translate(14.411152, 14.286962) scale(-1, 1) rotate(45.000000) translate(-14.411152, -14.286962) '%3E%3C/path%3E%3Crect id='Rectangle-12' x='1' y='1' width='26' height='26' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.tools:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 2%3C/title%3E%3Cg id='Navigation' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-550.000000, -981.000000)' id='Navigation-/-Main-Panel-Closed' stroke='%23505052' stroke-width='2'%3E%3Cg transform='translate(534.000000, 768.000000)'%3E%3Cg id='Group-2' transform='translate(16.000000, 213.000000)'%3E%3Cpath d='M10.6398859,23.2869622 L10.6397351,18.6209202 C8.38535053,17.3167595 6.86862032,14.8792717 6.86862032,12.0875326 C6.86862032,9.09200208 8.61486924,6.5043299 11.1449209,5.28696221 L11.1451397,10.911062 L14.4111515,12.7966948 L17.6771634,10.911062 L17.6773822,5.28696221 C20.2074338,6.5043299 21.9536828,9.09200208 21.9536828,12.0875326 C21.9536828,14.8788826 20.4373753,17.3160801 18.1835105,18.6203748 L18.1824172,23.2869622' id='Path' stroke-linecap='round' stroke-linejoin='round' transform='translate(14.411152, 14.286962) scale(-1, 1) rotate(45.000000) translate(-14.411152, -14.286962) '%3E%3C/path%3E%3Crect id='Rectangle-12' x='1' y='1' width='26' height='26' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.api.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Navigation' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-550.000000, -1040.000000)' id='Group' stroke='%23505052' stroke-width='2'%3E%3Cg transform='translate(550.000000, 1040.000000)'%3E%3Crect id='Rectangle-12-Copy' x='1' y='1' width='26' height='26' rx='4'%3E%3C/rect%3E%3Ccircle id='Oval' cx='20.5' cy='7.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval-Copy' cx='7.5' cy='7.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval-Copy-2' cx='14' cy='18' r='5'%3E%3C/circle%3E%3Cline x1='9' y1='10' x2='11.3518296' y2='14' id='Path-2'%3E%3C/line%3E%3Cline x1='17' y1='10' x2='19.3518296' y2='14' id='Path-2-Copy' transform='translate(18.034025, 12.217364) scale(-1, 1) translate(-18.034025, -12.217364) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Navigation' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-550.000000, -1040.000000)' id='Group' stroke='%23505052' stroke-width='2'%3E%3Cg transform='translate(550.000000, 1040.000000)'%3E%3Crect id='Rectangle-12-Copy' x='1' y='1' width='26' height='26' rx='4'%3E%3C/rect%3E%3Ccircle id='Oval' cx='20.5' cy='7.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval-Copy' cx='7.5' cy='7.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval-Copy-2' cx='14' cy='18' r='5'%3E%3C/circle%3E%3Cline x1='9' y1='10' x2='11.3518296' y2='14' id='Path-2'%3E%3C/line%3E%3Cline x1='17' y1='10' x2='19.3518296' y2='14' id='Path-2-Copy' transform='translate(18.034025, 12.217364) scale(-1, 1) translate(-18.034025, -12.217364) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.api:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Navigation' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-550.000000, -1040.000000)' id='Group' stroke='%23505052' stroke-width='2'%3E%3Cg transform='translate(550.000000, 1040.000000)'%3E%3Crect id='Rectangle-12-Copy' x='1' y='1' width='26' height='26' rx='4'%3E%3C/rect%3E%3Ccircle id='Oval' cx='20.5' cy='7.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval-Copy' cx='7.5' cy='7.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval-Copy-2' cx='14' cy='18' r='5'%3E%3C/circle%3E%3Cline x1='9' y1='10' x2='11.3518296' y2='14' id='Path-2'%3E%3C/line%3E%3Cline x1='17' y1='10' x2='19.3518296' y2='14' id='Path-2-Copy' transform='translate(18.034025, 12.217364) scale(-1, 1) translate(-18.034025, -12.217364) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.add.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17,13H13V17H11V13H7V11H11V7H13V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17,13H13V17H11V13H7V11H11V7H13V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.add:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17,13H13V17H11V13H7V11H11V7H13V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.chevron-down.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.chevron-down:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.chevron-up.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.chevron-up:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.close.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -959.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 959.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Close-/-Default' transform='translate(6.000000, 6.000000)' stroke='%23494E54' stroke-linecap='round'%3E%3Cg id='4---Icons-/-Basic-/-Close_tab' transform='translate(2.000000, 2.000000)'%3E%3Cg id='Group-9-Copy' stroke-width='2'%3E%3Cpath d='M0,12 L12,0' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,0 L12,12' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -959.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 959.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Close-/-Default' transform='translate(6.000000, 6.000000)' stroke='%23494E54' stroke-linecap='round'%3E%3Cg id='4---Icons-/-Basic-/-Close_tab' transform='translate(2.000000, 2.000000)'%3E%3Cg id='Group-9-Copy' stroke-width='2'%3E%3Cpath d='M0,12 L12,0' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,0 L12,12' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.close:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -959.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 959.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Close-/-Default' transform='translate(6.000000, 6.000000)' stroke='%23494E54' stroke-linecap='round'%3E%3Cg id='4---Icons-/-Basic-/-Close_tab' transform='translate(2.000000, 2.000000)'%3E%3Cg id='Group-9-Copy' stroke-width='2'%3E%3Cpath d='M0,12 L12,0' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,0 L12,12' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.expand.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1030.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1030.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Expand-/-Default' transform='translate(6.000000, 6.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Page-1' transform='translate(2.000000, 2.000000)'%3E%3Cpath d='M0,3 L0,1.50013339 C0,0.674966652 0.674865027,0 1.49987145,0 L3,0' id='Stroke-1' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M12,3 L12,1.50013339 C12,0.674966652 11.3248779,0 10.5001285,0 L9,0' id='Stroke-3' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M0,9 L0,10.4998666 C0,11.3250333 0.674865027,12 1.49987145,12 L3,12' id='Stroke-5' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M12,9 L12,10.4998666 C12,11.3250333 11.3248779,12 10.5001285,12 L9,12' id='Stroke-7' stroke='%23465A63' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1030.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1030.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Expand-/-Default' transform='translate(6.000000, 6.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Page-1' transform='translate(2.000000, 2.000000)'%3E%3Cpath d='M0,3 L0,1.50013339 C0,0.674966652 0.674865027,0 1.49987145,0 L3,0' id='Stroke-1' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M12,3 L12,1.50013339 C12,0.674966652 11.3248779,0 10.5001285,0 L9,0' id='Stroke-3' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M0,9 L0,10.4998666 C0,11.3250333 0.674865027,12 1.49987145,12 L3,12' id='Stroke-5' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M12,9 L12,10.4998666 C12,11.3250333 11.3248779,12 10.5001285,12 L9,12' id='Stroke-7' stroke='%23465A63' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.expand:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1030.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1030.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Expand-/-Default' transform='translate(6.000000, 6.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Page-1' transform='translate(2.000000, 2.000000)'%3E%3Cpath d='M0,3 L0,1.50013339 C0,0.674966652 0.674865027,0 1.49987145,0 L3,0' id='Stroke-1' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M12,3 L12,1.50013339 C12,0.674966652 11.3248779,0 10.5001285,0 L9,0' id='Stroke-3' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M0,9 L0,10.4998666 C0,11.3250333 0.674865027,12 1.49987145,12 L3,12' id='Stroke-5' stroke='%23494E54' stroke-width='2'%3E%3C/path%3E%3Cpath d='M12,9 L12,10.4998666 C12,11.3250333 11.3248779,12 10.5001285,12 L9,12' id='Stroke-7' stroke='%23465A63' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.fold.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Fold documents / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1100.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1100.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Fold-Documents-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group-2' transform='translate(1.000000, 1.000000)'%3E%3Cpath d='M2,0 L0,0 L0,2 L2,2 L2,0 Z M2,4 L0,4 L0,6 L2,6 L2,4 Z M2,8 L0,8 L0,10 L2,10 L2,8 Z M2,12 L0,12 L0,14 L2,14 L2,12 Z' id='Shape' fill='%23494E54' fill-rule='nonzero'%3E%3C/path%3E%3Cpolyline id='Shape' stroke='%23494E54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='13.069 13.201 7.069 7.126 13.132 1'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Fold documents / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1100.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1100.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Fold-Documents-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group-2' transform='translate(1.000000, 1.000000)'%3E%3Cpath d='M2,0 L0,0 L0,2 L2,2 L2,0 Z M2,4 L0,4 L0,6 L2,6 L2,4 Z M2,8 L0,8 L0,10 L2,10 L2,8 Z M2,12 L0,12 L0,14 L2,14 L2,12 Z' id='Shape' fill='%23494E54' fill-rule='nonzero'%3E%3C/path%3E%3Cpolyline id='Shape' stroke='%23494E54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='13.069 13.201 7.069 7.126 13.132 1'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.fold:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Fold documents / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1100.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1100.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Fold-Documents-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group-2' transform='translate(1.000000, 1.000000)'%3E%3Cpath d='M2,0 L0,0 L0,2 L2,2 L2,0 Z M2,4 L0,4 L0,6 L2,6 L2,4 Z M2,8 L0,8 L0,10 L2,10 L2,8 Z M2,12 L0,12 L0,14 L2,14 L2,12 Z' id='Shape' fill='%23494E54' fill-rule='nonzero'%3E%3C/path%3E%3Cpolyline id='Shape' stroke='%23494E54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='13.069 13.201 7.069 7.126 13.132 1'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.fold-small.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Fold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-415.000000, -1252.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1252.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Fold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(2.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(9.151316, 5.151316) rotate(-225.000000) translate(-9.151316, -5.151316) ' points='11.3912839 2.93465046 11.3636615 7.34493451 6.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Fold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-415.000000, -1252.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1252.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Fold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(2.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(9.151316, 5.151316) rotate(-225.000000) translate(-9.151316, -5.151316) ' points='11.3912839 2.93465046 11.3636615 7.34493451 6.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.fold-small:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Fold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-415.000000, -1252.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1252.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Fold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(2.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(9.151316, 5.151316) rotate(-225.000000) translate(-9.151316, -5.151316) ' points='11.3912839 2.93465046 11.3636615 7.34493451 6.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.unfold.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1178.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1178.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-/-Default----' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(1.000000, 1.000000)'%3E%3Cpath d='M2,0 L0,0 L0,2 L2,2 L2,0 Z M2,4 L0,4 L0,6 L2,6 L2,4 Z M2,8 L0,8 L0,10 L2,10 L2,8 Z M2,12 L0,12 L0,14 L2,14 L2,12 Z' id='Shape' fill='%23494E54' fill-rule='nonzero'%3E%3C/path%3E%3Cpolyline id='Shape' stroke='%23494E54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(10.031500, 7.100500) scale(-1, 1) translate(-10.031500, -7.100500) ' points='13 13.201 7 7.126 13.063 1'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1178.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1178.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-/-Default----' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(1.000000, 1.000000)'%3E%3Cpath d='M2,0 L0,0 L0,2 L2,2 L2,0 Z M2,4 L0,4 L0,6 L2,6 L2,4 Z M2,8 L0,8 L0,10 L2,10 L2,8 Z M2,12 L0,12 L0,14 L2,14 L2,12 Z' id='Shape' fill='%23494E54' fill-rule='nonzero'%3E%3C/path%3E%3Cpolyline id='Shape' stroke='%23494E54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(10.031500, 7.100500) scale(-1, 1) translate(-10.031500, -7.100500) ' points='13 13.201 7 7.126 13.063 1'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.unfold:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1178.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1178.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-/-Default----' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(1.000000, 1.000000)'%3E%3Cpath d='M2,0 L0,0 L0,2 L2,2 L2,0 Z M2,4 L0,4 L0,6 L2,6 L2,4 Z M2,8 L0,8 L0,10 L2,10 L2,8 Z M2,12 L0,12 L0,14 L2,14 L2,12 Z' id='Shape' fill='%23494E54' fill-rule='nonzero'%3E%3C/path%3E%3Cpolyline id='Shape' stroke='%23494E54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(10.031500, 7.100500) scale(-1, 1) translate(-10.031500, -7.100500) ' points='13 13.201 7 7.126 13.063 1'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.unfold-small.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(3.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(6.151316, 5.151316) scale(-1, 1) rotate(-225.000000) translate(-6.151316, -5.151316) ' points='8.39128392 2.93465046 8.36366154 7.34493451 3.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(3.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(6.151316, 5.151316) scale(-1, 1) rotate(-225.000000) translate(-6.151316, -5.151316) ' points='8.39128392 2.93465046 8.36366154 7.34493451 3.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.unfold-small:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(3.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(6.151316, 5.151316) scale(-1, 1) rotate(-225.000000) translate(-6.151316, -5.151316) ' points='8.39128392 2.93465046 8.36366154 7.34493451 3.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.flag-off.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23DBE1E5'/%3E%3Cpath fill='%23FFF' d='M15 5H5l4.122 10.63c.122.316.51.46.829.31l.54-.253a.55.55 0 0 0 .294-.697L9.03 10.51 15 5z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23DBE1E5'/%3E%3Cpath fill='%23FFF' d='M15 5H5l4.122 10.63c.122.316.51.46.829.31l.54-.253a.55.55 0 0 0 .294-.697L9.03 10.51 15 5z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.flag-off:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23DBE1E5'/%3E%3Cpath fill='%23FFF' d='M15 5H5l4.122 10.63c.122.316.51.46.829.31l.54-.253a.55.55 0 0 0 .294-.697L9.03 10.51 15 5z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.flag-on.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='10' cy='10' r='10' fill='%233C96FF'/%3E%3Cpath fill='%23FFF' d='M15 5H5l4.122 10.63c.122.316.51.46.829.31l.54-.253a.55.55 0 0 0 .294-.697L9.03 10.51 15 5z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='10' cy='10' r='10' fill='%233C96FF'/%3E%3Cpath fill='%23FFF' d='M15 5H5l4.122 10.63c.122.316.51.46.829.31l.54-.253a.55.55 0 0 0 .294-.697L9.03 10.51 15 5z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.flag-on:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='10' cy='10' r='10' fill='%233C96FF'/%3E%3Cpath fill='%23FFF' d='M15 5H5l4.122 10.63c.122.316.51.46.829.31l.54-.253a.55.55 0 0 0 .294-.697L9.03 10.51 15 5z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.gender-f.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='14' height='14' fill='%23FA445E' fill-opacity='.7' rx='7'/%3E%3Cpath fill='%23FFF' d='M6.28 4.284v2.368h2.972v1.19H6.28V11.1H4.8v-8h5v1.184z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='14' height='14' fill='%23FA445E' fill-opacity='.7' rx='7'/%3E%3Cpath fill='%23FFF' d='M6.28 4.284v2.368h2.972v1.19H6.28V11.1H4.8v-8h5v1.184z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.gender-f:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='14' height='14' fill='%23FA445E' fill-opacity='.7' rx='7'/%3E%3Cpath fill='%23FFF' d='M6.28 4.284v2.368h2.972v1.19H6.28V11.1H4.8v-8h5v1.184z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.gender-m.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='14' height='14' fill='%233C96FF' fill-opacity='.7' rx='7'/%3E%3Cpath fill='%23FFF' d='M11 3.5v7H9.79V5.979c0-.181.011-.376.031-.586l-2.23 3.974a.519.519 0 0 1-.484.286h-.194a.519.519 0 0 1-.484-.286L4.173 5.378c.01.107.02.212.026.315.007.103.01.198.01.286V10.5H3v-7h1.036c.06 0 .114.002.158.005a.448.448 0 0 1 .12.024.261.261 0 0 1 .097.063.538.538 0 0 1 .084.116l2.21 3.887c.057.104.11.21.16.32.05.11.098.223.145.339.048-.12.097-.235.148-.346.051-.112.106-.219.163-.322L9.5 3.708a.49.49 0 0 1 .087-.116.285.285 0 0 1 .1-.063.448.448 0 0 1 .12-.024c.043-.003.096-.005.157-.005H11z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='14' height='14' fill='%233C96FF' fill-opacity='.7' rx='7'/%3E%3Cpath fill='%23FFF' d='M11 3.5v7H9.79V5.979c0-.181.011-.376.031-.586l-2.23 3.974a.519.519 0 0 1-.484.286h-.194a.519.519 0 0 1-.484-.286L4.173 5.378c.01.107.02.212.026.315.007.103.01.198.01.286V10.5H3v-7h1.036c.06 0 .114.002.158.005a.448.448 0 0 1 .12.024.261.261 0 0 1 .097.063.538.538 0 0 1 .084.116l2.21 3.887c.057.104.11.21.16.32.05.11.098.223.145.339.048-.12.097-.235.148-.346.051-.112.106-.219.163-.322L9.5 3.708a.49.49 0 0 1 .087-.116.285.285 0 0 1 .1-.063.448.448 0 0 1 .12-.024c.043-.003.096-.005.157-.005H11z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.gender-m:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='14' height='14' fill='%233C96FF' fill-opacity='.7' rx='7'/%3E%3Cpath fill='%23FFF' d='M11 3.5v7H9.79V5.979c0-.181.011-.376.031-.586l-2.23 3.974a.519.519 0 0 1-.484.286h-.194a.519.519 0 0 1-.484-.286L4.173 5.378c.01.107.02.212.026.315.007.103.01.198.01.286V10.5H3v-7h1.036c.06 0 .114.002.158.005a.448.448 0 0 1 .12.024.261.261 0 0 1 .097.063.538.538 0 0 1 .084.116l2.21 3.887c.057.104.11.21.16.32.05.11.098.223.145.339.048-.12.097-.235.148-.346.051-.112.106-.219.163-.322L9.5 3.708a.49.49 0 0 1 .087-.116.285.285 0 0 1 .1-.063.448.448 0 0 1 .12-.024c.043-.003.096-.005.157-.005H11z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.home.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcons / Views Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-485.000000, -6709.000000)' fill='%231D4056' fill-rule='nonzero'%3E%3Cg id='Icons-/-Views-Copy-2' transform='translate(485.000000, 6709.000000)'%3E%3Cg id='Group-6'%3E%3Cpath d='M16.5128838,0.823910892 L26.0394432,7.11726687 C27.2752446,8.06337331 28,9.53099715 28,11.0873783 L28,23.9753754 C28,26.1845144 26.209139,27.9753754 24,27.9753754 L18,27.9750536 C17.4477362,27.9749704 17.0000536,27.5272638 17,26.975 L17,20 C17,18.4023191 15.75108,17.0963391 14.1762728,17.0050927 L14,17 C12.4023191,17 11.0963391,18.24892 11.0050927,19.8237272 L11,20 L11,26.975 C10.9999464,27.5272638 10.5522638,27.9749704 10,27.9750536 L4,27.9753754 C1.790861,27.9753754 0,26.1845144 0,23.9753754 L0,11.1084595 C0,9.54017904 0.73582228,8.06275894 1.98749548,7.11786853 L11.6713256,0.807527269 C13.1056229,-0.275226402 15.0859472,-0.26852507 16.5128838,0.823910892 Z M15.4104885,2.49266032 L15.2971065,2.41195548 C14.6312028,1.90215203 13.7242679,1.86524633 13.0232344,2.30275078 L12.7632298,2.48316005 L3.158,8.742 L3.03635338,8.84038485 C2.43111217,9.36429422 2.06019268,10.1090446 2.00670945,10.9077545 L2,11.1084595 L2,23.9753754 C2,25.0297372 2.81587779,25.8935405 3.85064437,25.9698897 L3.99989274,25.9753754 L9,25.975 L9.00083417,19.9422421 L9.00844146,19.7080386 C9.15702615,17.1436396 11.2277731,15.1154583 13.8331619,15.0055269 L14.0577579,15.0008342 L14.2919614,15.0084415 C16.8563604,15.1570262 18.8845417,17.2277731 18.9952397,19.7800847 L19,20 L18.999,25.975 L24,25.9753754 C25.0543618,25.9753754 25.9181651,25.1594976 25.9945143,24.1246377 L26,23.9753754 L26,11.0873783 C26,10.2202517 25.62505,9.39904336 24.9778147,8.83164853 L24.859,8.735 L15.4104885,2.49266032 Z' id='home_active'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcons / Views Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-485.000000, -6709.000000)' fill='%231D4056' fill-rule='nonzero'%3E%3Cg id='Icons-/-Views-Copy-2' transform='translate(485.000000, 6709.000000)'%3E%3Cg id='Group-6'%3E%3Cpath d='M16.5128838,0.823910892 L26.0394432,7.11726687 C27.2752446,8.06337331 28,9.53099715 28,11.0873783 L28,23.9753754 C28,26.1845144 26.209139,27.9753754 24,27.9753754 L18,27.9750536 C17.4477362,27.9749704 17.0000536,27.5272638 17,26.975 L17,20 C17,18.4023191 15.75108,17.0963391 14.1762728,17.0050927 L14,17 C12.4023191,17 11.0963391,18.24892 11.0050927,19.8237272 L11,20 L11,26.975 C10.9999464,27.5272638 10.5522638,27.9749704 10,27.9750536 L4,27.9753754 C1.790861,27.9753754 0,26.1845144 0,23.9753754 L0,11.1084595 C0,9.54017904 0.73582228,8.06275894 1.98749548,7.11786853 L11.6713256,0.807527269 C13.1056229,-0.275226402 15.0859472,-0.26852507 16.5128838,0.823910892 Z M15.4104885,2.49266032 L15.2971065,2.41195548 C14.6312028,1.90215203 13.7242679,1.86524633 13.0232344,2.30275078 L12.7632298,2.48316005 L3.158,8.742 L3.03635338,8.84038485 C2.43111217,9.36429422 2.06019268,10.1090446 2.00670945,10.9077545 L2,11.1084595 L2,23.9753754 C2,25.0297372 2.81587779,25.8935405 3.85064437,25.9698897 L3.99989274,25.9753754 L9,25.975 L9.00083417,19.9422421 L9.00844146,19.7080386 C9.15702615,17.1436396 11.2277731,15.1154583 13.8331619,15.0055269 L14.0577579,15.0008342 L14.2919614,15.0084415 C16.8563604,15.1570262 18.8845417,17.2277731 18.9952397,19.7800847 L19,20 L18.999,25.975 L24,25.9753754 C25.0543618,25.9753754 25.9181651,25.1594976 25.9945143,24.1246377 L26,23.9753754 L26,11.0873783 C26,10.2202517 25.62505,9.39904336 24.9778147,8.83164853 L24.859,8.735 L15.4104885,2.49266032 Z' id='home_active'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.home:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcons / Views Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-485.000000, -6709.000000)' fill='%231D4056' fill-rule='nonzero'%3E%3Cg id='Icons-/-Views-Copy-2' transform='translate(485.000000, 6709.000000)'%3E%3Cg id='Group-6'%3E%3Cpath d='M16.5128838,0.823910892 L26.0394432,7.11726687 C27.2752446,8.06337331 28,9.53099715 28,11.0873783 L28,23.9753754 C28,26.1845144 26.209139,27.9753754 24,27.9753754 L18,27.9750536 C17.4477362,27.9749704 17.0000536,27.5272638 17,26.975 L17,20 C17,18.4023191 15.75108,17.0963391 14.1762728,17.0050927 L14,17 C12.4023191,17 11.0963391,18.24892 11.0050927,19.8237272 L11,20 L11,26.975 C10.9999464,27.5272638 10.5522638,27.9749704 10,27.9750536 L4,27.9753754 C1.790861,27.9753754 0,26.1845144 0,23.9753754 L0,11.1084595 C0,9.54017904 0.73582228,8.06275894 1.98749548,7.11786853 L11.6713256,0.807527269 C13.1056229,-0.275226402 15.0859472,-0.26852507 16.5128838,0.823910892 Z M15.4104885,2.49266032 L15.2971065,2.41195548 C14.6312028,1.90215203 13.7242679,1.86524633 13.0232344,2.30275078 L12.7632298,2.48316005 L3.158,8.742 L3.03635338,8.84038485 C2.43111217,9.36429422 2.06019268,10.1090446 2.00670945,10.9077545 L2,11.1084595 L2,23.9753754 C2,25.0297372 2.81587779,25.8935405 3.85064437,25.9698897 L3.99989274,25.9753754 L9,25.975 L9.00083417,19.9422421 L9.00844146,19.7080386 C9.15702615,17.1436396 11.2277731,15.1154583 13.8331619,15.0055269 L14.0577579,15.0008342 L14.2919614,15.0084415 C16.8563604,15.1570262 18.8845417,17.2277731 18.9952397,19.7800847 L19,20 L18.999,25.975 L24,25.9753754 C25.0543618,25.9753754 25.9181651,25.1594976 25.9945143,24.1246377 L26,23.9753754 L26,11.0873783 C26,10.2202517 25.62505,9.39904336 24.9778147,8.83164853 L24.859,8.735 L15.4104885,2.49266032 Z' id='home_active'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.next.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.next:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.overdue.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23FA445E'/%3E%3Crect width='2' height='7.42' x='7' y='2' fill='%23FFF' rx='1'/%3E%3Crect width='2' height='4' x='8.229' y='5.887' fill='%23FFF' rx='1' transform='rotate(59 9.23 7.887)'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23FA445E'/%3E%3Crect width='2' height='7.42' x='7' y='2' fill='%23FFF' rx='1'/%3E%3Crect width='2' height='4' x='8.229' y='5.887' fill='%23FFF' rx='1' transform='rotate(59 9.23 7.887)'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.overdue:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23FA445E'/%3E%3Crect width='2' height='7.42' x='7' y='2' fill='%23FFF' rx='1'/%3E%3Crect width='2' height='4' x='8.229' y='5.887' fill='%23FFF' rx='1' transform='rotate(59 9.23 7.887)'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.partial-reviewed.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23FFF' stroke='%23C4C4C4' stroke-width='2'/%3E%3Cpath fill='%23C4C4C4' d='M8 0a8 8 0 1 1 0 16V0z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23FFF' stroke='%23C4C4C4' stroke-width='2'/%3E%3Cpath fill='%23C4C4C4' d='M8 0a8 8 0 1 1 0 16V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.partial-reviewed:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23FFF' stroke='%23C4C4C4' stroke-width='2'/%3E%3Cpath fill='%23C4C4C4' d='M8 0a8 8 0 1 1 0 16V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.partial.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23FFF' stroke='%233EB337' stroke-width='2'/%3E%3Cpath fill='%233EB337' d='M8 0a8 8 0 1 1 0 16V0z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23FFF' stroke='%233EB337' stroke-width='2'/%3E%3Cpath fill='%233EB337' d='M8 0a8 8 0 1 1 0 16V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.partial:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23FFF' stroke='%233EB337' stroke-width='2'/%3E%3Cpath fill='%233EB337' d='M8 0a8 8 0 1 1 0 16V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.previous.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.previous:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.record.masked {
  -webkit-mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%271.0%27%20encoding%3D%27utf-8%27%3F%3E%0A%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2020%2024%27%20style%3D%27enable-background%3Anew%200%200%2020%2024%3B%27%20xml%3Aspace%3D%27preserve%27%3E%0A%20%20%3Cg%20transform%3D%27translate%28-10%20-3%29%27%3E%0A%20%20%20%20%3Cpath%20fill%3D%27none%27%20stroke%3D%27%234A9EFF%27%20stroke-width%3D%221.5%22%20d%3D%27M15%2C6.1v2.4c0%2C0.8%2C0.5%2C1.5%2C1.2%2C1.5h7.6c0.7%2C0%2C1.2-0.7%2C1.2-1.5V6%27/%3E%0A%20%20%20%20%3Cpath%20fill%3D%27none%27%20stroke%3D%27%234A9EFF%27%20stroke-width%3D%221.5%22%20d%3D%27M13.2%2C6.3c-1.2%2C0-2.2%2C1-2.2%2C2.2v15.3c0%2C1.2%2C1%2C2.2%2C2.2%2C2.2h13.6c1.2%2C0%2C2.2-1%2C2.2-2.2V8.5c0-1.2-1-2.2-2.2-2.2%20h-4.6c0-1.3-1-2.3-2.3-2.3s-2.3%2C1.1-2.3%2C2.3H13.2z%27/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A);
  mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%271.0%27%20encoding%3D%27utf-8%27%3F%3E%0A%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2020%2024%27%20style%3D%27enable-background%3Anew%200%200%2020%2024%3B%27%20xml%3Aspace%3D%27preserve%27%3E%0A%20%20%3Cg%20transform%3D%27translate%28-10%20-3%29%27%3E%0A%20%20%20%20%3Cpath%20fill%3D%27none%27%20stroke%3D%27%234A9EFF%27%20stroke-width%3D%221.5%22%20d%3D%27M15%2C6.1v2.4c0%2C0.8%2C0.5%2C1.5%2C1.2%2C1.5h7.6c0.7%2C0%2C1.2-0.7%2C1.2-1.5V6%27/%3E%0A%20%20%20%20%3Cpath%20fill%3D%27none%27%20stroke%3D%27%234A9EFF%27%20stroke-width%3D%221.5%22%20d%3D%27M13.2%2C6.3c-1.2%2C0-2.2%2C1-2.2%2C2.2v15.3c0%2C1.2%2C1%2C2.2%2C2.2%2C2.2h13.6c1.2%2C0%2C2.2-1%2C2.2-2.2V8.5c0-1.2-1-2.2-2.2-2.2%20h-4.6c0-1.3-1-2.3-2.3-2.3s-2.3%2C1.1-2.3%2C2.3H13.2z%27/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A);
}
.ehr-form .icon.record:not(.masked) {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%271.0%27%20encoding%3D%27utf-8%27%3F%3E%0A%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2020%2024%27%20style%3D%27enable-background%3Anew%200%200%2020%2024%3B%27%20xml%3Aspace%3D%27preserve%27%3E%0A%20%20%3Cg%20transform%3D%27translate%28-10%20-3%29%27%3E%0A%20%20%20%20%3Cpath%20fill%3D%27none%27%20stroke%3D%27%234A9EFF%27%20stroke-width%3D%221.5%22%20d%3D%27M15%2C6.1v2.4c0%2C0.8%2C0.5%2C1.5%2C1.2%2C1.5h7.6c0.7%2C0%2C1.2-0.7%2C1.2-1.5V6%27/%3E%0A%20%20%20%20%3Cpath%20fill%3D%27none%27%20stroke%3D%27%234A9EFF%27%20stroke-width%3D%221.5%22%20d%3D%27M13.2%2C6.3c-1.2%2C0-2.2%2C1-2.2%2C2.2v15.3c0%2C1.2%2C1%2C2.2%2C2.2%2C2.2h13.6c1.2%2C0%2C2.2-1%2C2.2-2.2V8.5c0-1.2-1-2.2-2.2-2.2%20h-4.6c0-1.3-1-2.3-2.3-2.3s-2.3%2C1.1-2.3%2C2.3H13.2z%27/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A);
}
.ehr-form .icon.filter.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='14px' viewBox='0 0 12 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-filter-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1677.000000, -5365.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(300.000000, 600.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Filter' transform='translate(0.000000, 4600.000000)'%3E%3Cg id='icon' transform='translate(281.000000, 4.000000)'%3E%3Cpath d='M7,11 C7.74025244,11 8.38657394,11.4021661 8.73239368,11.9999275 L13,12 C13.5522847,12 14,12.4477153 14,13 C14,13.5522847 13.5522847,14 13,14 L8.73181186,14.0010775 C8.38584934,14.5982846 7.7398375,15 7,15 C6.2601625,15 5.61415066,14.5982846 5.26818814,14.0010775 L3,14 C2.44771525,14 2,13.5522847 2,13 C2,12.4477153 2.44771525,12 3,12 L5.26760632,11.9999275 C5.61342606,11.4021661 6.25974756,11 7,11 Z M11,6 C11.7402524,6 12.3865739,6.40216612 12.7323937,6.99992752 L13,7 C13.5522847,7 14,7.44771525 14,8 C14,8.55228475 13.5522847,9 13,9 L12.7318119,9.0010775 C12.3858493,9.59828461 11.7398375,10 11,10 C10.2601625,10 9.61415066,9.59828461 9.26818814,9.0010775 L3,9 C2.44771525,9 2,8.55228475 2,8 C2,7.44771525 2.44771525,7 3,7 L9.26760632,6.99992752 C9.61342606,6.40216612 10.2597476,6 11,6 Z M5,1 C5.74025244,1 6.38657394,1.40216612 6.73239368,1.99992752 L13,2 C13.5522847,2 14,2.44771525 14,3 C14,3.55228475 13.5522847,4 13,4 L6.73181186,4.0010775 C6.38584934,4.59828461 5.7398375,5 5,5 C4.2601625,5 3.61415066,4.59828461 3.26818814,4.0010775 L3,4 C2.44771525,4 2,3.55228475 2,3 C2,2.44771525 2.44771525,2 3,2 L3.26760632,1.99992752 C3.61342606,1.40216612 4.25974756,1 5,1 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='14px' viewBox='0 0 12 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-filter-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1677.000000, -5365.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(300.000000, 600.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Filter' transform='translate(0.000000, 4600.000000)'%3E%3Cg id='icon' transform='translate(281.000000, 4.000000)'%3E%3Cpath d='M7,11 C7.74025244,11 8.38657394,11.4021661 8.73239368,11.9999275 L13,12 C13.5522847,12 14,12.4477153 14,13 C14,13.5522847 13.5522847,14 13,14 L8.73181186,14.0010775 C8.38584934,14.5982846 7.7398375,15 7,15 C6.2601625,15 5.61415066,14.5982846 5.26818814,14.0010775 L3,14 C2.44771525,14 2,13.5522847 2,13 C2,12.4477153 2.44771525,12 3,12 L5.26760632,11.9999275 C5.61342606,11.4021661 6.25974756,11 7,11 Z M11,6 C11.7402524,6 12.3865739,6.40216612 12.7323937,6.99992752 L13,7 C13.5522847,7 14,7.44771525 14,8 C14,8.55228475 13.5522847,9 13,9 L12.7318119,9.0010775 C12.3858493,9.59828461 11.7398375,10 11,10 C10.2601625,10 9.61415066,9.59828461 9.26818814,9.0010775 L3,9 C2.44771525,9 2,8.55228475 2,8 C2,7.44771525 2.44771525,7 3,7 L9.26760632,6.99992752 C9.61342606,6.40216612 10.2597476,6 11,6 Z M5,1 C5.74025244,1 6.38657394,1.40216612 6.73239368,1.99992752 L13,2 C13.5522847,2 14,2.44771525 14,3 C14,3.55228475 13.5522847,4 13,4 L6.73181186,4.0010775 C6.38584934,4.59828461 5.7398375,5 5,5 C4.2601625,5 3.61415066,4.59828461 3.26818814,4.0010775 L3,4 C2.44771525,4 2,3.55228475 2,3 C2,2.44771525 2.44771525,2 3,2 L3.26760632,1.99992752 C3.61342606,1.40216612 4.25974756,1 5,1 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.filter:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='14px' viewBox='0 0 12 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-filter-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1677.000000, -5365.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(300.000000, 600.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Filter' transform='translate(0.000000, 4600.000000)'%3E%3Cg id='icon' transform='translate(281.000000, 4.000000)'%3E%3Cpath d='M7,11 C7.74025244,11 8.38657394,11.4021661 8.73239368,11.9999275 L13,12 C13.5522847,12 14,12.4477153 14,13 C14,13.5522847 13.5522847,14 13,14 L8.73181186,14.0010775 C8.38584934,14.5982846 7.7398375,15 7,15 C6.2601625,15 5.61415066,14.5982846 5.26818814,14.0010775 L3,14 C2.44771525,14 2,13.5522847 2,13 C2,12.4477153 2.44771525,12 3,12 L5.26760632,11.9999275 C5.61342606,11.4021661 6.25974756,11 7,11 Z M11,6 C11.7402524,6 12.3865739,6.40216612 12.7323937,6.99992752 L13,7 C13.5522847,7 14,7.44771525 14,8 C14,8.55228475 13.5522847,9 13,9 L12.7318119,9.0010775 C12.3858493,9.59828461 11.7398375,10 11,10 C10.2601625,10 9.61415066,9.59828461 9.26818814,9.0010775 L3,9 C2.44771525,9 2,8.55228475 2,8 C2,7.44771525 2.44771525,7 3,7 L9.26760632,6.99992752 C9.61342606,6.40216612 10.2597476,6 11,6 Z M5,1 C5.74025244,1 6.38657394,1.40216612 6.73239368,1.99992752 L13,2 C13.5522847,2 14,2.44771525 14,3 C14,3.55228475 13.5522847,4 13,4 L6.73181186,4.0010775 C6.38584934,4.59828461 5.7398375,5 5,5 C4.2601625,5 3.61415066,4.59828461 3.26818814,4.0010775 L3,4 C2.44771525,4 2,3.55228475 2,3 C2,2.44771525 2.44771525,2 3,2 L3.26760632,1.99992752 C3.61342606,1.40216612 4.25974756,1 5,1 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.resize.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23465A63' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2 5V3.5C2 2.675 2.675 2 3.5 2H5M14 5V3.5c0-.825-.675-1.5-1.5-1.5H11M2 11v1.5c0 .825.675 1.5 1.5 1.5H5M14 11v1.5c0 .825-.675 1.5-1.5 1.5H11'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23465A63' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2 5V3.5C2 2.675 2.675 2 3.5 2H5M14 5V3.5c0-.825-.675-1.5-1.5-1.5H11M2 11v1.5c0 .825.675 1.5 1.5 1.5H5M14 11v1.5c0 .825-.675 1.5-1.5 1.5H11'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.resize:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23465A63' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2 5V3.5C2 2.675 2.675 2 3.5 2H5M14 5V3.5c0-.825-.675-1.5-1.5-1.5H11M2 11v1.5c0 .825.675 1.5 1.5 1.5H5M14 11v1.5c0 .825-.675 1.5-1.5 1.5H11'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.search.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.search:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z' /%3E%3C/svg%3E");
}
.ehr-form .icon.search_dash.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2'%3E%3Ccircle cx='14.5' cy='14.5' r='5.5'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 19l3 3'/%3E%3Crect width='24' height='24' x='3' y='3' rx='4'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2'%3E%3Ccircle cx='14.5' cy='14.5' r='5.5'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 19l3 3'/%3E%3Crect width='24' height='24' x='3' y='3' rx='4'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.search_dash:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2'%3E%3Ccircle cx='14.5' cy='14.5' r='5.5'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 19l3 3'/%3E%3Crect width='24' height='24' x='3' y='3' rx='4'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.update.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23F6AF3B'/%3E%3Cpath fill='%23FFF' d='M7 3h2v10H7z'/%3E%3Cpath fill='%23FFF' d='M12.83 9.634l-1 1.732-8.66-5 1-1.732z'/%3E%3Cpath fill='%23FFF' d='M4.112 11.299l-.97-1.75 8.746-4.848.97 1.75z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23F6AF3B'/%3E%3Cpath fill='%23FFF' d='M7 3h2v10H7z'/%3E%3Cpath fill='%23FFF' d='M12.83 9.634l-1 1.732-8.66-5 1-1.732z'/%3E%3Cpath fill='%23FFF' d='M4.112 11.299l-.97-1.75 8.746-4.848.97 1.75z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.update:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23F6AF3B'/%3E%3Cpath fill='%23FFF' d='M7 3h2v10H7z'/%3E%3Cpath fill='%23FFF' d='M12.83 9.634l-1 1.732-8.66-5 1-1.732z'/%3E%3Cpath fill='%23FFF' d='M4.112 11.299l-.97-1.75 8.746-4.848.97 1.75z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.view.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2' transform='translate(2 2)'%3E%3Crect width='24' height='24' x='1' y='1' rx='4'/%3E%3Cpath d='M13 1H7v24h6z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2' transform='translate(2 2)'%3E%3Crect width='24' height='24' x='1' y='1' rx='4'/%3E%3Cpath d='M13 1H7v24h6z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.view:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23505052' stroke-width='2' transform='translate(2 2)'%3E%3Crect width='24' height='24' x='1' y='1' rx='4'/%3E%3Cpath d='M13 1H7v24h6z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.warning.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23FA445E'/%3E%3Cpath fill='%23FFF' d='M8 3a1 1 0 0 1 1 1v5H7V4a1 1 0 0 1 1-1zM7 11h2v1a1 1 0 0 1-2 0v-1z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23FA445E'/%3E%3Cpath fill='%23FFF' d='M8 3a1 1 0 0 1 1 1v5H7V4a1 1 0 0 1 1-1zM7 11h2v1a1 1 0 0 1-2 0v-1z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.warning:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23FA445E'/%3E%3Cpath fill='%23FFF' d='M8 3a1 1 0 0 1 1 1v5H7V4a1 1 0 0 1 1-1zM7 11h2v1a1 1 0 0 1-2 0v-1z'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.success.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Ccircle id='a' cx='8' cy='8' r='8'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233C96FF' xlink:href='%23a'/%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 8.532l2.485 2.414L11.832 6' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Ccircle id='a' cx='8' cy='8' r='8'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233C96FF' xlink:href='%23a'/%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 8.532l2.485 2.414L11.832 6' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.success:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Ccircle id='a' cx='8' cy='8' r='8'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233C96FF' xlink:href='%23a'/%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 8.532l2.485 2.414L11.832 6' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.alert.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Ccircle id='a' cx='8' cy='8' r='8'/%3E%3Cpath id='c' d='M0 .957h16v16.372H0z'/%3E%3Cpath id='d' d='M1.2 0c.473 0 .857.384.857.857v6H.343v-6C.343.384.727 0 1.2 0z'/%3E%3Cpath id='f' d='M.343 0h1.714v1.429a.857.857 0 0 1-1.714 0V0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='rotate(180 8 8)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23FA445E' transform='rotate(180 8 8)' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cg transform='rotate(-90 7.429 8.571)'%3E%3Cuse fill='%23F3F5F6' xlink:href='%23c'/%3E%3Cuse fill='%23FBC954' xlink:href='%23c'/%3E%3C/g%3E%3C/g%3E%3Cg mask='url(%23b)'%3E%3Cg transform='rotate(180 4.571 6.857)'%3E%3Cmask id='e' fill='%23fff'%3E%3Cuse xlink:href='%23d'/%3E%3C/mask%3E%3Cg fill='%23FFF' mask='url(%23e)'%3E%3Cpath d='M0 0h2.286v11.429H0z'/%3E%3C/g%3E%3C/g%3E%3Cg transform='rotate(180 4.571 2.286)'%3E%3Cmask id='g' fill='%23fff'%3E%3Cuse xlink:href='%23f'/%3E%3C/mask%3E%3Cg fill='%23FFF' mask='url(%23g)'%3E%3Cpath d='M0-9.143h2.286v11.43H0z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Ccircle id='a' cx='8' cy='8' r='8'/%3E%3Cpath id='c' d='M0 .957h16v16.372H0z'/%3E%3Cpath id='d' d='M1.2 0c.473 0 .857.384.857.857v6H.343v-6C.343.384.727 0 1.2 0z'/%3E%3Cpath id='f' d='M.343 0h1.714v1.429a.857.857 0 0 1-1.714 0V0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='rotate(180 8 8)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23FA445E' transform='rotate(180 8 8)' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cg transform='rotate(-90 7.429 8.571)'%3E%3Cuse fill='%23F3F5F6' xlink:href='%23c'/%3E%3Cuse fill='%23FBC954' xlink:href='%23c'/%3E%3C/g%3E%3C/g%3E%3Cg mask='url(%23b)'%3E%3Cg transform='rotate(180 4.571 6.857)'%3E%3Cmask id='e' fill='%23fff'%3E%3Cuse xlink:href='%23d'/%3E%3C/mask%3E%3Cg fill='%23FFF' mask='url(%23e)'%3E%3Cpath d='M0 0h2.286v11.429H0z'/%3E%3C/g%3E%3C/g%3E%3Cg transform='rotate(180 4.571 2.286)'%3E%3Cmask id='g' fill='%23fff'%3E%3Cuse xlink:href='%23f'/%3E%3C/mask%3E%3Cg fill='%23FFF' mask='url(%23g)'%3E%3Cpath d='M0-9.143h2.286v11.43H0z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.alert:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Ccircle id='a' cx='8' cy='8' r='8'/%3E%3Cpath id='c' d='M0 .957h16v16.372H0z'/%3E%3Cpath id='d' d='M1.2 0c.473 0 .857.384.857.857v6H.343v-6C.343.384.727 0 1.2 0z'/%3E%3Cpath id='f' d='M.343 0h1.714v1.429a.857.857 0 0 1-1.714 0V0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='rotate(180 8 8)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23FA445E' transform='rotate(180 8 8)' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cg transform='rotate(-90 7.429 8.571)'%3E%3Cuse fill='%23F3F5F6' xlink:href='%23c'/%3E%3Cuse fill='%23FBC954' xlink:href='%23c'/%3E%3C/g%3E%3C/g%3E%3Cg mask='url(%23b)'%3E%3Cg transform='rotate(180 4.571 6.857)'%3E%3Cmask id='e' fill='%23fff'%3E%3Cuse xlink:href='%23d'/%3E%3C/mask%3E%3Cg fill='%23FFF' mask='url(%23e)'%3E%3Cpath d='M0 0h2.286v11.429H0z'/%3E%3C/g%3E%3C/g%3E%3Cg transform='rotate(180 4.571 2.286)'%3E%3Cmask id='g' fill='%23fff'%3E%3Cuse xlink:href='%23f'/%3E%3C/mask%3E%3Cg fill='%23FFF' mask='url(%23g)'%3E%3Cpath d='M0-9.143h2.286v11.43H0z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.error.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E5 Notifications/1 Large/3 Negative%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='5-Notifications/1-Large/3-Negative' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M20,0 C31.045695,0 40,8.954305 40,20 C40,31.045695 31.045695,40 20,40 C8.954305,40 0,31.045695 0,20 C0,8.954305 8.954305,0 20,0 Z' id='bgr' fill='%23FF2D55'%3E%3C/path%3E%3Cg id='icon' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M20,27 C21.1045695,27 22,27.8954305 22,29 C22,30.1045695 21.1045695,31 20,31 C18.8954305,31 18,30.1045695 18,29 C18,27.8954305 18.8954305,27 20,27 Z M20,9 C21.1045695,9 22.1,9.8954305 22.1,11 L21.8,21.1 C21.8,22.2045695 21.004569,23 20,23 C18.995431,23 18.2,22.2045695 18.2,21.1 L17.9,11 C17.9,9.8954305 18.8954305,9 20,9 Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E5 Notifications/1 Large/3 Negative%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='5-Notifications/1-Large/3-Negative' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M20,0 C31.045695,0 40,8.954305 40,20 C40,31.045695 31.045695,40 20,40 C8.954305,40 0,31.045695 0,20 C0,8.954305 8.954305,0 20,0 Z' id='bgr' fill='%23FF2D55'%3E%3C/path%3E%3Cg id='icon' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M20,27 C21.1045695,27 22,27.8954305 22,29 C22,30.1045695 21.1045695,31 20,31 C18.8954305,31 18,30.1045695 18,29 C18,27.8954305 18.8954305,27 20,27 Z M20,9 C21.1045695,9 22.1,9.8954305 22.1,11 L21.8,21.1 C21.8,22.2045695 21.004569,23 20,23 C18.995431,23 18.2,22.2045695 18.2,21.1 L17.9,11 C17.9,9.8954305 18.8954305,9 20,9 Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.error:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E5 Notifications/1 Large/3 Negative%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='5-Notifications/1-Large/3-Negative' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M20,0 C31.045695,0 40,8.954305 40,20 C40,31.045695 31.045695,40 20,40 C8.954305,40 0,31.045695 0,20 C0,8.954305 8.954305,0 20,0 Z' id='bgr' fill='%23FF2D55'%3E%3C/path%3E%3Cg id='icon' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M20,27 C21.1045695,27 22,27.8954305 22,29 C22,30.1045695 21.1045695,31 20,31 C18.8954305,31 18,30.1045695 18,29 C18,27.8954305 18.8954305,27 20,27 Z M20,9 C21.1045695,9 22.1,9.8954305 22.1,11 L21.8,21.1 C21.8,22.2045695 21.004569,23 20,23 C18.995431,23 18.2,22.2045695 18.2,21.1 L17.9,11 C17.9,9.8954305 18.8954305,9 20,9 Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.info.masked {
  -webkit-mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2028%2028%27%20style%3D%27enable-background%3Anew%200%200%2028%2028%3B%27%20xml%3Aspace%3D%27preserve%27%3E%0A%09%3Ccircle%20id%3D%27Oval%27%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20cx%3D%2714%27%20cy%3D%2714%27%20r%3D%2714%27/%3E%0A%09%3Cg%3E%3Cpath%20id%3D%27bgr%27%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23007AFF%22%20d%3D%27M14%2C2c6.6%2C0%2C12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S2%2C20.6%2C2%2C14S7.4%2C2%2C14%2C2z%27/%3E%3C/g%3E%0A%09%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%27M14%2C11.1c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8v5.8h1.5c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8s-0.3%2C0.8-0.8%2C0.8h-4.5c-0.4%2C0-0.8-0.3-0.8-0.8%20s0.3-0.8%2C0.8-0.8h1.5v-5h-1c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8H14z%20M13.5%2C6.9c0.7%2C0%2C1.2%2C0.6%2C1.2%2C1.2s-0.6%2C1.2-1.2%2C1.2%20s-1.2-0.6-1.2-1.2S12.8%2C6.9%2C13.5%2C6.9z%27/%3E%3C/g%3E%0A%3C/svg%3E);
  mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2028%2028%27%20style%3D%27enable-background%3Anew%200%200%2028%2028%3B%27%20xml%3Aspace%3D%27preserve%27%3E%0A%09%3Ccircle%20id%3D%27Oval%27%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20cx%3D%2714%27%20cy%3D%2714%27%20r%3D%2714%27/%3E%0A%09%3Cg%3E%3Cpath%20id%3D%27bgr%27%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23007AFF%22%20d%3D%27M14%2C2c6.6%2C0%2C12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S2%2C20.6%2C2%2C14S7.4%2C2%2C14%2C2z%27/%3E%3C/g%3E%0A%09%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%27M14%2C11.1c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8v5.8h1.5c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8s-0.3%2C0.8-0.8%2C0.8h-4.5c-0.4%2C0-0.8-0.3-0.8-0.8%20s0.3-0.8%2C0.8-0.8h1.5v-5h-1c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8H14z%20M13.5%2C6.9c0.7%2C0%2C1.2%2C0.6%2C1.2%2C1.2s-0.6%2C1.2-1.2%2C1.2%20s-1.2-0.6-1.2-1.2S12.8%2C6.9%2C13.5%2C6.9z%27/%3E%3C/g%3E%0A%3C/svg%3E);
}
.ehr-form .icon.info:not(.masked) {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2028%2028%27%20style%3D%27enable-background%3Anew%200%200%2028%2028%3B%27%20xml%3Aspace%3D%27preserve%27%3E%0A%09%3Ccircle%20id%3D%27Oval%27%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20cx%3D%2714%27%20cy%3D%2714%27%20r%3D%2714%27/%3E%0A%09%3Cg%3E%3Cpath%20id%3D%27bgr%27%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23007AFF%22%20d%3D%27M14%2C2c6.6%2C0%2C12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S2%2C20.6%2C2%2C14S7.4%2C2%2C14%2C2z%27/%3E%3C/g%3E%0A%09%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%27M14%2C11.1c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8v5.8h1.5c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8s-0.3%2C0.8-0.8%2C0.8h-4.5c-0.4%2C0-0.8-0.3-0.8-0.8%20s0.3-0.8%2C0.8-0.8h1.5v-5h-1c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8H14z%20M13.5%2C6.9c0.7%2C0%2C1.2%2C0.6%2C1.2%2C1.2s-0.6%2C1.2-1.2%2C1.2%20s-1.2-0.6-1.2-1.2S12.8%2C6.9%2C13.5%2C6.9z%27/%3E%3C/g%3E%0A%3C/svg%3E);
}
.ehr-form .icon.sort.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Sort / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -888.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 888.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Sort-/-Default' transform='translate(6.000000, 6.000000)' stroke='%23494E54' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Group-24-Copy' transform='translate(2.000000, 2.000000)'%3E%3Cg id='Group-16-Copy' stroke-width='2'%3E%3Cpath d='M12,1 L0,1' id='Path-7'%3E%3C/path%3E%3Cpath d='M12,6 L4,6' id='Path-7'%3E%3C/path%3E%3Cpath d='M12,11 L9,11' id='Path-7'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Sort / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -888.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 888.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Sort-/-Default' transform='translate(6.000000, 6.000000)' stroke='%23494E54' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Group-24-Copy' transform='translate(2.000000, 2.000000)'%3E%3Cg id='Group-16-Copy' stroke-width='2'%3E%3Cpath d='M12,1 L0,1' id='Path-7'%3E%3C/path%3E%3Cpath d='M12,6 L4,6' id='Path-7'%3E%3C/path%3E%3Cpath d='M12,11 L9,11' id='Path-7'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.sort:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Sort / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -888.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 888.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Sort-/-Default' transform='translate(6.000000, 6.000000)' stroke='%23494E54' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Group-24-Copy' transform='translate(2.000000, 2.000000)'%3E%3Cg id='Group-16-Copy' stroke-width='2'%3E%3Cpath d='M12,1 L0,1' id='Path-7'%3E%3C/path%3E%3Cpath d='M12,6 L4,6' id='Path-7'%3E%3C/path%3E%3Cpath d='M12,11 L9,11' id='Path-7'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.calendar.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon / Form Fields / Calendar / Disabled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-640.000000, -3321.000000)'%3E%3Cg id='Icon-/-Form-Fields-/-Calendar-/-Disabled' transform='translate(640.000000, 3321.000000)'%3E%3Cg id='calendar-copy'%3E%3Crect id='Rectangle-4-Copy-17' fill='%23F1F3F4' x='0' y='0' width='32' height='32' rx='6'%3E%3C/rect%3E%3Cpath d='M21,8 C22.6568542,8 24,9.34314575 24,11 L24,21 C24,22.5976809 22.75108,23.9036609 21.1762728,23.9949073 L21,24 L11,24 C9.34314575,24 8,22.6568542 8,21 L8,11 C8,9.34314575 9.34314575,8 11,8 L21,8 Z M21,12 L11,12 C10.4871642,12 10.0644928,12.3860402 10.0067277,12.8833789 L10,13 L10,21 C10,21.5128358 10.3860402,21.9355072 10.8833789,21.9932723 L11,22 L21,22 C21.5128358,22 21.9355072,21.6139598 21.9932723,21.1166211 L22,21 L22,13 C22,12.4871642 21.6139598,12.0644928 21.1166211,12.0067277 L21,12 Z M14,19 L14,21 L12,21 L12,19 L14,19 Z M17,19 L17,21 L15,21 L15,19 L17,19 Z M14,16 L14,18 L12,18 L12,16 L14,16 Z M17,16 L17,18 L15,18 L15,16 L17,16 Z M20,16 L20,18 L18,18 L18,16 L20,16 Z M17,13 L17,15 L15,15 L15,13 L17,13 Z M20,13 L20,15 L18,15 L18,13 L20,13 Z' id='Shape' fill='%23A1AAAE' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon / Form Fields / Calendar / Disabled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-640.000000, -3321.000000)'%3E%3Cg id='Icon-/-Form-Fields-/-Calendar-/-Disabled' transform='translate(640.000000, 3321.000000)'%3E%3Cg id='calendar-copy'%3E%3Crect id='Rectangle-4-Copy-17' fill='%23F1F3F4' x='0' y='0' width='32' height='32' rx='6'%3E%3C/rect%3E%3Cpath d='M21,8 C22.6568542,8 24,9.34314575 24,11 L24,21 C24,22.5976809 22.75108,23.9036609 21.1762728,23.9949073 L21,24 L11,24 C9.34314575,24 8,22.6568542 8,21 L8,11 C8,9.34314575 9.34314575,8 11,8 L21,8 Z M21,12 L11,12 C10.4871642,12 10.0644928,12.3860402 10.0067277,12.8833789 L10,13 L10,21 C10,21.5128358 10.3860402,21.9355072 10.8833789,21.9932723 L11,22 L21,22 C21.5128358,22 21.9355072,21.6139598 21.9932723,21.1166211 L22,21 L22,13 C22,12.4871642 21.6139598,12.0644928 21.1166211,12.0067277 L21,12 Z M14,19 L14,21 L12,21 L12,19 L14,19 Z M17,19 L17,21 L15,21 L15,19 L17,19 Z M14,16 L14,18 L12,18 L12,16 L14,16 Z M17,16 L17,18 L15,18 L15,16 L17,16 Z M20,16 L20,18 L18,18 L18,16 L20,16 Z M17,13 L17,15 L15,15 L15,13 L17,13 Z M20,13 L20,15 L18,15 L18,13 L20,13 Z' id='Shape' fill='%23A1AAAE' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.calendar:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon / Form Fields / Calendar / Disabled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-640.000000, -3321.000000)'%3E%3Cg id='Icon-/-Form-Fields-/-Calendar-/-Disabled' transform='translate(640.000000, 3321.000000)'%3E%3Cg id='calendar-copy'%3E%3Crect id='Rectangle-4-Copy-17' fill='%23F1F3F4' x='0' y='0' width='32' height='32' rx='6'%3E%3C/rect%3E%3Cpath d='M21,8 C22.6568542,8 24,9.34314575 24,11 L24,21 C24,22.5976809 22.75108,23.9036609 21.1762728,23.9949073 L21,24 L11,24 C9.34314575,24 8,22.6568542 8,21 L8,11 C8,9.34314575 9.34314575,8 11,8 L21,8 Z M21,12 L11,12 C10.4871642,12 10.0644928,12.3860402 10.0067277,12.8833789 L10,13 L10,21 C10,21.5128358 10.3860402,21.9355072 10.8833789,21.9932723 L11,22 L21,22 C21.5128358,22 21.9355072,21.6139598 21.9932723,21.1166211 L22,21 L22,13 C22,12.4871642 21.6139598,12.0644928 21.1166211,12.0067277 L21,12 Z M14,19 L14,21 L12,21 L12,19 L14,19 Z M17,19 L17,21 L15,21 L15,19 L17,19 Z M14,16 L14,18 L12,18 L12,16 L14,16 Z M17,16 L17,18 L15,18 L15,16 L17,16 Z M20,16 L20,18 L18,18 L18,16 L20,16 Z M17,13 L17,15 L15,15 L15,13 L17,13 Z M20,13 L20,15 L18,15 L18,13 L20,13 Z' id='Shape' fill='%23A1AAAE' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.calendar-active.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon / Form Fields / Calendar / Active%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-486.000000, -3321.000000)'%3E%3Cg id='Icon-/-Form-Fields-/-Calendar-/-Active' transform='translate(486.000000, 3321.000000)'%3E%3Cg id='calendar-copy' transform='translate(0.000000, 1.000000)'%3E%3Crect id='Rectangle-4-Copy-17' fill='%23F1F3F4' x='0' y='-1' width='32' height='32' rx='6'%3E%3C/rect%3E%3Cpath d='M21,7 C22.6568542,7 24,8.34314575 24,10 L24,20 C24,21.5976809 22.75108,22.9036609 21.1762728,22.9949073 L21,23 L11,23 C9.34314575,23 8,21.6568542 8,20 L8,10 C8,8.34314575 9.34314575,7 11,7 L21,7 Z M21,11 L11,11 C10.4871642,11 10.0644928,11.3860402 10.0067277,11.8833789 L10,12 L10,20 C10,20.5128358 10.3860402,20.9355072 10.8833789,20.9932723 L11,21 L21,21 C21.5128358,21 21.9355072,20.6139598 21.9932723,20.1166211 L22,20 L22,12 C22,11.4871642 21.6139598,11.0644928 21.1166211,11.0067277 L21,11 Z M14,18 L14,20 L12,20 L12,18 L14,18 Z M17,18 L17,20 L15,20 L15,18 L17,18 Z M14,15 L14,17 L12,17 L12,15 L14,15 Z M17,15 L17,17 L15,17 L15,15 L17,15 Z M20,15 L20,17 L18,17 L18,15 L20,15 Z M17,12 L17,14 L15,14 L15,12 L17,12 Z M20,12 L20,14 L18,14 L18,12 L20,12 Z' id='Shape' fill='%2349A9FF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon / Form Fields / Calendar / Active%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-486.000000, -3321.000000)'%3E%3Cg id='Icon-/-Form-Fields-/-Calendar-/-Active' transform='translate(486.000000, 3321.000000)'%3E%3Cg id='calendar-copy' transform='translate(0.000000, 1.000000)'%3E%3Crect id='Rectangle-4-Copy-17' fill='%23F1F3F4' x='0' y='-1' width='32' height='32' rx='6'%3E%3C/rect%3E%3Cpath d='M21,7 C22.6568542,7 24,8.34314575 24,10 L24,20 C24,21.5976809 22.75108,22.9036609 21.1762728,22.9949073 L21,23 L11,23 C9.34314575,23 8,21.6568542 8,20 L8,10 C8,8.34314575 9.34314575,7 11,7 L21,7 Z M21,11 L11,11 C10.4871642,11 10.0644928,11.3860402 10.0067277,11.8833789 L10,12 L10,20 C10,20.5128358 10.3860402,20.9355072 10.8833789,20.9932723 L11,21 L21,21 C21.5128358,21 21.9355072,20.6139598 21.9932723,20.1166211 L22,20 L22,12 C22,11.4871642 21.6139598,11.0644928 21.1166211,11.0067277 L21,11 Z M14,18 L14,20 L12,20 L12,18 L14,18 Z M17,18 L17,20 L15,20 L15,18 L17,18 Z M14,15 L14,17 L12,17 L12,15 L14,15 Z M17,15 L17,17 L15,17 L15,15 L17,15 Z M20,15 L20,17 L18,17 L18,15 L20,15 Z M17,12 L17,14 L15,14 L15,12 L17,12 Z M20,12 L20,14 L18,14 L18,12 L20,12 Z' id='Shape' fill='%2349A9FF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.calendar-active:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon / Form Fields / Calendar / Active%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons' transform='translate(-486.000000, -3321.000000)'%3E%3Cg id='Icon-/-Form-Fields-/-Calendar-/-Active' transform='translate(486.000000, 3321.000000)'%3E%3Cg id='calendar-copy' transform='translate(0.000000, 1.000000)'%3E%3Crect id='Rectangle-4-Copy-17' fill='%23F1F3F4' x='0' y='-1' width='32' height='32' rx='6'%3E%3C/rect%3E%3Cpath d='M21,7 C22.6568542,7 24,8.34314575 24,10 L24,20 C24,21.5976809 22.75108,22.9036609 21.1762728,22.9949073 L21,23 L11,23 C9.34314575,23 8,21.6568542 8,20 L8,10 C8,8.34314575 9.34314575,7 11,7 L21,7 Z M21,11 L11,11 C10.4871642,11 10.0644928,11.3860402 10.0067277,11.8833789 L10,12 L10,20 C10,20.5128358 10.3860402,20.9355072 10.8833789,20.9932723 L11,21 L21,21 C21.5128358,21 21.9355072,20.6139598 21.9932723,20.1166211 L22,20 L22,12 C22,11.4871642 21.6139598,11.0644928 21.1166211,11.0067277 L21,11 Z M14,18 L14,20 L12,20 L12,18 L14,18 Z M17,18 L17,20 L15,20 L15,18 L17,18 Z M14,15 L14,17 L12,17 L12,15 L14,15 Z M17,15 L17,17 L15,17 L15,15 L17,15 Z M20,15 L20,17 L18,17 L18,15 L20,15 Z M17,12 L17,14 L15,14 L15,12 L17,12 Z M20,12 L20,14 L18,14 L18,12 L20,12 Z' id='Shape' fill='%2349A9FF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.ekg.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5'%3E%3Crect width='18.5' height='20.5' x='10.75' y='9.75' rx='4'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.591 20.848h2.263l2.004-5.665 2.88 9.664 2.682-6.37 1.11 2.37h1.695'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5'%3E%3Crect width='18.5' height='20.5' x='10.75' y='9.75' rx='4'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.591 20.848h2.263l2.004-5.665 2.88 9.664 2.682-6.37 1.11 2.37h1.695'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.ekg:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5'%3E%3Crect width='18.5' height='20.5' x='10.75' y='9.75' rx='4'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.591 20.848h2.263l2.004-5.665 2.88 9.664 2.682-6.37 1.11 2.37h1.695'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.bp.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M14.667 22.525c.738 2.121 2.21 3.89 4.392 4.492M20.156 9a34.431 34.431 0 0 1 4.32 3.61c2.214 2.2 4.853 5.546 4.853 8.993 0 5.179-4.111 9.392-9.164 9.392-5.054 0-9.165-4.213-9.165-9.392C11 15.788 17.881 10.567 20.156 9'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M14.667 22.525c.738 2.121 2.21 3.89 4.392 4.492M20.156 9a34.431 34.431 0 0 1 4.32 3.61c2.214 2.2 4.853 5.546 4.853 8.993 0 5.179-4.111 9.392-9.164 9.392-5.054 0-9.165-4.213-9.165-9.392C11 15.788 17.881 10.567 20.156 9'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.bp:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M14.667 22.525c.738 2.121 2.21 3.89 4.392 4.492M20.156 9a34.431 34.431 0 0 1 4.32 3.61c2.214 2.2 4.853 5.546 4.853 8.993 0 5.179-4.111 9.392-9.164 9.392-5.054 0-9.165-4.213-9.165-9.392C11 15.788 17.881 10.567 20.156 9'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.hr.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M24.433 14.822c-1.726 0-3.249.82-4.17 2.074-.92-1.253-2.444-2.074-4.17-2.074-2.813 0-5.093 2.396-5.093 5.08 0 3.69 5.093 6.937 5.093 6.937l4.17 2.804 4.17-2.804s5.093-3.248 5.093-6.937c0-2.684-2.28-5.08-5.093-5.08zM29.515 12.083C27.93 10.694 26.348 10 24.765 10c-1.735 0-3.561.314-4.487 1.573-.925-1.26-2.67-1.573-4.404-1.573-2.112 0-3.846 1.13-4.766 1.794'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M24.433 14.822c-1.726 0-3.249.82-4.17 2.074-.92-1.253-2.444-2.074-4.17-2.074-2.813 0-5.093 2.396-5.093 5.08 0 3.69 5.093 6.937 5.093 6.937l4.17 2.804 4.17-2.804s5.093-3.248 5.093-6.937c0-2.684-2.28-5.08-5.093-5.08zM29.515 12.083C27.93 10.694 26.348 10 24.765 10c-1.735 0-3.561.314-4.487 1.573-.925-1.26-2.67-1.573-4.404-1.573-2.112 0-3.846 1.13-4.766 1.794'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.hr:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M24.433 14.822c-1.726 0-3.249.82-4.17 2.074-.92-1.253-2.444-2.074-4.17-2.074-2.813 0-5.093 2.396-5.093 5.08 0 3.69 5.093 6.937 5.093 6.937l4.17 2.804 4.17-2.804s5.093-3.248 5.093-6.937c0-2.684-2.28-5.08-5.093-5.08zM29.515 12.083C27.93 10.694 26.348 10 24.765 10c-1.735 0-3.561.314-4.487 1.573-.925-1.26-2.67-1.573-4.404-1.573-2.112 0-3.846 1.13-4.766 1.794'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.min.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M25.027 21.38a1.106 1.106 0 0 1-.12-.34c-.54-3.004-1.075-6.183-1.075-6.183h-.01a2.3 2.3 0 0 0-.19-.53c-.357-.702-1.325-.756-1.85-.172-.626.695-1.565 1.098-2.567.965-2.643-.354-2.721-2.605-2.721-2.605s-.03-.798-.068-1.65c-.046-1.034-1.37-1.468-2.027-.665l-.028.034a.568.568 0 0 0-.09.078l-1.977 2.325a1.12 1.12 0 0 1-.489.333c-.416.146-1.07.462-1.383 1.078-.264.52-.27 1.368.102 1.819.042.05 8.657 9.389 8.941 9.7 3.03 3.314 5.25 4.106 6.649 4.133.104.002.204.002.299-.005.906-.072 1.49-.445 1.882-.837a1.1 1.1 0 0 0 .175-1.323c-.857-1.523-2.967-5.272-3.453-6.155zM13.113 14.79l2.647 2.823'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M25.027 21.38a1.106 1.106 0 0 1-.12-.34c-.54-3.004-1.075-6.183-1.075-6.183h-.01a2.3 2.3 0 0 0-.19-.53c-.357-.702-1.325-.756-1.85-.172-.626.695-1.565 1.098-2.567.965-2.643-.354-2.721-2.605-2.721-2.605s-.03-.798-.068-1.65c-.046-1.034-1.37-1.468-2.027-.665l-.028.034a.568.568 0 0 0-.09.078l-1.977 2.325a1.12 1.12 0 0 1-.489.333c-.416.146-1.07.462-1.383 1.078-.264.52-.27 1.368.102 1.819.042.05 8.657 9.389 8.941 9.7 3.03 3.314 5.25 4.106 6.649 4.133.104.002.204.002.299-.005.906-.072 1.49-.445 1.882-.837a1.1 1.1 0 0 0 .175-1.323c-.857-1.523-2.967-5.272-3.453-6.155zM13.113 14.79l2.647 2.823'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.min:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M25.027 21.38a1.106 1.106 0 0 1-.12-.34c-.54-3.004-1.075-6.183-1.075-6.183h-.01a2.3 2.3 0 0 0-.19-.53c-.357-.702-1.325-.756-1.85-.172-.626.695-1.565 1.098-2.567.965-2.643-.354-2.721-2.605-2.721-2.605s-.03-.798-.068-1.65c-.046-1.034-1.37-1.468-2.027-.665l-.028.034a.568.568 0 0 0-.09.078l-1.977 2.325a1.12 1.12 0 0 1-.489.333c-.416.146-1.07.462-1.383 1.078-.264.52-.27 1.368.102 1.819.042.05 8.657 9.389 8.941 9.7 3.03 3.314 5.25 4.106 6.649 4.133.104.002.204.002.299-.005.906-.072 1.49-.445 1.882-.837a1.1 1.1 0 0 0 .175-1.323c-.857-1.523-2.967-5.272-3.453-6.155zM13.113 14.79l2.647 2.823'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.os.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5' transform='translate(10 9)'%3E%3Ccircle cx='8.949' cy='12.578' r='8.199'/%3E%3Cpath fill='%23FEFEFE' d='M14.767 8.906a4.458 4.458 0 0 1-4.45-4.718 4.456 4.456 0 0 1 4.71-4.18 4.46 4.46 0 0 1 4.18 4.71 4.456 4.456 0 0 1-4.44 4.188'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5' transform='translate(10 9)'%3E%3Ccircle cx='8.949' cy='12.578' r='8.199'/%3E%3Cpath fill='%23FEFEFE' d='M14.767 8.906a4.458 4.458 0 0 1-4.45-4.718 4.456 4.456 0 0 1 4.71-4.18 4.46 4.46 0 0 1 4.18 4.71 4.456 4.456 0 0 1-4.44 4.188'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.os:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5' transform='translate(10 9)'%3E%3Ccircle cx='8.949' cy='12.578' r='8.199'/%3E%3Cpath fill='%23FEFEFE' d='M14.767 8.906a4.458 4.458 0 0 1-4.45-4.718 4.456 4.456 0 0 1 4.71-4.18 4.46 4.46 0 0 1 4.18 4.71 4.456 4.456 0 0 1-4.44 4.188'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.te.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M16.898 23.478V10.945C16.898 9.87 15.98 9 14.849 9c-1.131 0-2.049.87-2.049 1.945v12.533c-1.257.753-2.026 2.173-1.74 3.74.265 1.46 1.484 2.65 3.016 2.932 2.465.455 4.622-1.324 4.622-3.582 0-1.302-.72-2.442-1.8-3.09zM21.73 15.928h7.697M21.73 19.008h7.697M21.73 12.85h7.697'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M16.898 23.478V10.945C16.898 9.87 15.98 9 14.849 9c-1.131 0-2.049.87-2.049 1.945v12.533c-1.257.753-2.026 2.173-1.74 3.74.265 1.46 1.484 2.65 3.016 2.932 2.465.455 4.622-1.324 4.622-3.582 0-1.302-.72-2.442-1.8-3.09zM21.73 15.928h7.697M21.73 19.008h7.697M21.73 12.85h7.697'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.te:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M16.898 23.478V10.945C16.898 9.87 15.98 9 14.849 9c-1.131 0-2.049.87-2.049 1.945v12.533c-1.257.753-2.026 2.173-1.74 3.74.265 1.46 1.484 2.65 3.016 2.932 2.465.455 4.622-1.324 4.622-3.582 0-1.302-.72-2.442-1.8-3.09zM21.73 15.928h7.697M21.73 19.008h7.697M21.73 12.85h7.697'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.we.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5' transform='translate(10 9)'%3E%3Crect width='18.5' height='20.5' x='.75' y='.75' rx='4'/%3E%3Cpath stroke-linecap='round' d='M15.938 8.38S14.16 3.782 9.866 3.782c-2.858 0-5.274 1.936-6.071 4.6M7.733 7.37l2.133 2.484'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5' transform='translate(10 9)'%3E%3Crect width='18.5' height='20.5' x='.75' y='.75' rx='4'/%3E%3Cpath stroke-linecap='round' d='M15.938 8.38S14.16 3.782 9.866 3.782c-2.858 0-5.274 1.936-6.071 4.6M7.733 7.37l2.133 2.484'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.we:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23A5AFB6' stroke-width='1.5' transform='translate(10 9)'%3E%3Crect width='18.5' height='20.5' x='.75' y='.75' rx='4'/%3E%3Cpath stroke-linecap='round' d='M15.938 8.38S14.16 3.782 9.866 3.782c-2.858 0-5.274 1.936-6.071 4.6M7.733 7.37l2.133 2.484'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.deceased.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.174L6.11 16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6.174zm0 2.817V14a2 2 0 0 1-2 2H8.95L14 10.99z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.174L6.11 16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6.174zm0 2.817V14a2 2 0 0 1-2 2H8.95L14 10.99z'/%3E%3C/svg%3E");
}
.ehr-form .icon.deceased:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.174L6.11 16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6.174zm0 2.817V14a2 2 0 0 1-2 2H8.95L14 10.99z'/%3E%3C/svg%3E");
}
.ehr-form .icon.remove-squared.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Alergies' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Allergies---has-allergies---Edit-3' transform='translate(-1060.000000, -255.000000)'%3E%3Cg id='Allergies' transform='translate(429.000000, 0.000000)'%3E%3Cg id='Group-7' transform='translate(29.000000, 248.000000)'%3E%3Cg id='Group-22' transform='translate(602.000000, 7.000000)'%3E%3Crect id='Rectangle-4-Copy-2' fill='%23F3F4F5' x='0' y='0' width='22' height='22' rx='4'%3E%3C/rect%3E%3Cpath d='M12,10 L15,10 C15.5522847,10 16,10.4477153 16,11 C16,11.5522847 15.5522847,12 15,12 L12,12 L12,15 C12,15.5522847 11.5522847,16 11,16 C10.4477153,16 10,15.5522847 10,15 L10,12 L7,12 C6.44771525,12 6,11.5522847 6,11 C6,10.4477153 6.44771525,10 7,10 L10,10 L10,7 C10,6.44771525 10.4477153,6 11,6 C11.5522847,6 12,6.44771525 12,7 L12,10 Z' id='Combined-Shape' fill='%23A9B3BB' transform='translate(11.000000, 11.000000) rotate(45.000000) translate(-11.000000, -11.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Alergies' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Allergies---has-allergies---Edit-3' transform='translate(-1060.000000, -255.000000)'%3E%3Cg id='Allergies' transform='translate(429.000000, 0.000000)'%3E%3Cg id='Group-7' transform='translate(29.000000, 248.000000)'%3E%3Cg id='Group-22' transform='translate(602.000000, 7.000000)'%3E%3Crect id='Rectangle-4-Copy-2' fill='%23F3F4F5' x='0' y='0' width='22' height='22' rx='4'%3E%3C/rect%3E%3Cpath d='M12,10 L15,10 C15.5522847,10 16,10.4477153 16,11 C16,11.5522847 15.5522847,12 15,12 L12,12 L12,15 C12,15.5522847 11.5522847,16 11,16 C10.4477153,16 10,15.5522847 10,15 L10,12 L7,12 C6.44771525,12 6,11.5522847 6,11 C6,10.4477153 6.44771525,10 7,10 L10,10 L10,7 C10,6.44771525 10.4477153,6 11,6 C11.5522847,6 12,6.44771525 12,7 L12,10 Z' id='Combined-Shape' fill='%23A9B3BB' transform='translate(11.000000, 11.000000) rotate(45.000000) translate(-11.000000, -11.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.remove-squared:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Alergies' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Allergies---has-allergies---Edit-3' transform='translate(-1060.000000, -255.000000)'%3E%3Cg id='Allergies' transform='translate(429.000000, 0.000000)'%3E%3Cg id='Group-7' transform='translate(29.000000, 248.000000)'%3E%3Cg id='Group-22' transform='translate(602.000000, 7.000000)'%3E%3Crect id='Rectangle-4-Copy-2' fill='%23F3F4F5' x='0' y='0' width='22' height='22' rx='4'%3E%3C/rect%3E%3Cpath d='M12,10 L15,10 C15.5522847,10 16,10.4477153 16,11 C16,11.5522847 15.5522847,12 15,12 L12,12 L12,15 C12,15.5522847 11.5522847,16 11,16 C10.4477153,16 10,15.5522847 10,15 L10,12 L7,12 C6.44771525,12 6,11.5522847 6,11 C6,10.4477153 6.44771525,10 7,10 L10,10 L10,7 C10,6.44771525 10.4477153,6 11,6 C11.5522847,6 12,6.44771525 12,7 L12,10 Z' id='Combined-Shape' fill='%23A9B3BB' transform='translate(11.000000, 11.000000) rotate(45.000000) translate(-11.000000, -11.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.remove-squared-red.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eremove%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='careplan/create-filled' transform='translate(-28.000000, -608.000000)'%3E%3Cg id='Group-3' transform='translate(28.000000, 493.000000)'%3E%3Cg id='remove' transform='translate(0.000000, 115.000000)'%3E%3Crect id='Rectangle' fill='%23F0F0F2' x='0' y='0' width='16' height='16' rx='2'%3E%3C/rect%3E%3Cpath d='M4.91792011,4.91792011 C5.22220362,4.6136366 5.69978988,4.58827964 6.03295718,4.84184924 L6.12000164,4.91792011 L11.0620868,9.8600053 C11.3940325,10.1919509 11.3940325,10.7301412 11.0620868,11.0620868 C10.7578033,11.3663703 10.2802171,11.3917273 9.94704976,11.1381577 L9.8600053,11.0620868 L4.91792011,6.12000164 C4.58597447,5.78805599 4.58597447,5.24986576 4.91792011,4.91792011 Z' id='Path' fill='%23FA445E' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M4.91792011,4.91792011 C5.22220362,4.6136366 5.69978988,4.58827964 6.03295718,4.84184924 L6.12000164,4.91792011 L11.0620868,9.8600053 C11.3940325,10.1919509 11.3940325,10.7301412 11.0620868,11.0620868 C10.7578033,11.3663703 10.2802171,11.3917273 9.94704976,11.1381577 L9.8600053,11.0620868 L4.91792011,6.12000164 C4.58597447,5.78805599 4.58597447,5.24986576 4.91792011,4.91792011 Z' id='Path' fill='%23FA445E' fill-rule='nonzero' transform='translate(7.990003, 7.990003) scale(-1, 1) translate(-7.990003, -7.990003) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eremove%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='careplan/create-filled' transform='translate(-28.000000, -608.000000)'%3E%3Cg id='Group-3' transform='translate(28.000000, 493.000000)'%3E%3Cg id='remove' transform='translate(0.000000, 115.000000)'%3E%3Crect id='Rectangle' fill='%23F0F0F2' x='0' y='0' width='16' height='16' rx='2'%3E%3C/rect%3E%3Cpath d='M4.91792011,4.91792011 C5.22220362,4.6136366 5.69978988,4.58827964 6.03295718,4.84184924 L6.12000164,4.91792011 L11.0620868,9.8600053 C11.3940325,10.1919509 11.3940325,10.7301412 11.0620868,11.0620868 C10.7578033,11.3663703 10.2802171,11.3917273 9.94704976,11.1381577 L9.8600053,11.0620868 L4.91792011,6.12000164 C4.58597447,5.78805599 4.58597447,5.24986576 4.91792011,4.91792011 Z' id='Path' fill='%23FA445E' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M4.91792011,4.91792011 C5.22220362,4.6136366 5.69978988,4.58827964 6.03295718,4.84184924 L6.12000164,4.91792011 L11.0620868,9.8600053 C11.3940325,10.1919509 11.3940325,10.7301412 11.0620868,11.0620868 C10.7578033,11.3663703 10.2802171,11.3917273 9.94704976,11.1381577 L9.8600053,11.0620868 L4.91792011,6.12000164 C4.58597447,5.78805599 4.58597447,5.24986576 4.91792011,4.91792011 Z' id='Path' fill='%23FA445E' fill-rule='nonzero' transform='translate(7.990003, 7.990003) scale(-1, 1) translate(-7.990003, -7.990003) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.remove-squared-red:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eremove%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='careplan/create-filled' transform='translate(-28.000000, -608.000000)'%3E%3Cg id='Group-3' transform='translate(28.000000, 493.000000)'%3E%3Cg id='remove' transform='translate(0.000000, 115.000000)'%3E%3Crect id='Rectangle' fill='%23F0F0F2' x='0' y='0' width='16' height='16' rx='2'%3E%3C/rect%3E%3Cpath d='M4.91792011,4.91792011 C5.22220362,4.6136366 5.69978988,4.58827964 6.03295718,4.84184924 L6.12000164,4.91792011 L11.0620868,9.8600053 C11.3940325,10.1919509 11.3940325,10.7301412 11.0620868,11.0620868 C10.7578033,11.3663703 10.2802171,11.3917273 9.94704976,11.1381577 L9.8600053,11.0620868 L4.91792011,6.12000164 C4.58597447,5.78805599 4.58597447,5.24986576 4.91792011,4.91792011 Z' id='Path' fill='%23FA445E' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M4.91792011,4.91792011 C5.22220362,4.6136366 5.69978988,4.58827964 6.03295718,4.84184924 L6.12000164,4.91792011 L11.0620868,9.8600053 C11.3940325,10.1919509 11.3940325,10.7301412 11.0620868,11.0620868 C10.7578033,11.3663703 10.2802171,11.3917273 9.94704976,11.1381577 L9.8600053,11.0620868 L4.91792011,6.12000164 C4.58597447,5.78805599 4.58597447,5.24986576 4.91792011,4.91792011 Z' id='Path' fill='%23FA445E' fill-rule='nonzero' transform='translate(7.990003, 7.990003) scale(-1, 1) translate(-7.990003, -7.990003) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.remove-squared-dark.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px' viewBox='0 0 16 16' version='1.1'%3E%3Ctitle%3E1 UI/2 Buttons/23 Delete Input%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='1-UI/2-Buttons/23-Delete-Input' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='bgr' fill='%23E6E6EB' x='0' y='0' width='16' height='16' rx='5'/%3E%3Cg id='icon' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M5.11289944,3.70970461 L5.20710678,3.79289322 L8,6.585 L10.7928932,3.79289322 L10.8871006,3.70970461 C11.2793918,3.40467972 11.8466228,3.43240926 12.2071068,3.79289322 C12.5675907,4.15337718 12.5953203,4.72060824 12.2902954,5.11289944 L12.2071068,5.20710678 L9.415,8 L12.2071068,10.7928932 C12.5976311,11.1834175 12.5976311,11.8165825 12.2071068,12.2071068 C11.8466228,12.5675907 11.2793918,12.5953203 10.8871006,12.2902954 L10.7928932,12.2071068 L8,9.415 L5.20710678,12.2071068 L5.11289944,12.2902954 C4.72060824,12.5953203 4.15337718,12.5675907 3.79289322,12.2071068 C3.43240926,11.8466228 3.40467972,11.2793918 3.70970461,10.8871006 L3.79289322,10.7928932 L6.585,8 L3.79289322,5.20710678 C3.40236893,4.81658249 3.40236893,4.18341751 3.79289322,3.79289322 C4.15337718,3.43240926 4.72060824,3.40467972 5.11289944,3.70970461 Z' id='Path' fill='%23000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px' viewBox='0 0 16 16' version='1.1'%3E%3Ctitle%3E1 UI/2 Buttons/23 Delete Input%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='1-UI/2-Buttons/23-Delete-Input' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='bgr' fill='%23E6E6EB' x='0' y='0' width='16' height='16' rx='5'/%3E%3Cg id='icon' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M5.11289944,3.70970461 L5.20710678,3.79289322 L8,6.585 L10.7928932,3.79289322 L10.8871006,3.70970461 C11.2793918,3.40467972 11.8466228,3.43240926 12.2071068,3.79289322 C12.5675907,4.15337718 12.5953203,4.72060824 12.2902954,5.11289944 L12.2071068,5.20710678 L9.415,8 L12.2071068,10.7928932 C12.5976311,11.1834175 12.5976311,11.8165825 12.2071068,12.2071068 C11.8466228,12.5675907 11.2793918,12.5953203 10.8871006,12.2902954 L10.7928932,12.2071068 L8,9.415 L5.20710678,12.2071068 L5.11289944,12.2902954 C4.72060824,12.5953203 4.15337718,12.5675907 3.79289322,12.2071068 C3.43240926,11.8466228 3.40467972,11.2793918 3.70970461,10.8871006 L3.79289322,10.7928932 L6.585,8 L3.79289322,5.20710678 C3.40236893,4.81658249 3.40236893,4.18341751 3.79289322,3.79289322 C4.15337718,3.43240926 4.72060824,3.40467972 5.11289944,3.70970461 Z' id='Path' fill='%23000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.remove-squared-dark:not(.masked) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px' viewBox='0 0 16 16' version='1.1'%3E%3Ctitle%3E1 UI/2 Buttons/23 Delete Input%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='1-UI/2-Buttons/23-Delete-Input' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='bgr' fill='%23E6E6EB' x='0' y='0' width='16' height='16' rx='5'/%3E%3Cg id='icon' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M5.11289944,3.70970461 L5.20710678,3.79289322 L8,6.585 L10.7928932,3.79289322 L10.8871006,3.70970461 C11.2793918,3.40467972 11.8466228,3.43240926 12.2071068,3.79289322 C12.5675907,4.15337718 12.5953203,4.72060824 12.2902954,5.11289944 L12.2071068,5.20710678 L9.415,8 L12.2071068,10.7928932 C12.5976311,11.1834175 12.5976311,11.8165825 12.2071068,12.2071068 C11.8466228,12.5675907 11.2793918,12.5953203 10.8871006,12.2902954 L10.7928932,12.2071068 L8,9.415 L5.20710678,12.2071068 L5.11289944,12.2902954 C4.72060824,12.5953203 4.15337718,12.5675907 3.79289322,12.2071068 C3.43240926,11.8466228 3.40467972,11.2793918 3.70970461,10.8871006 L3.79289322,10.7928932 L6.585,8 L3.79289322,5.20710678 C3.40236893,4.81658249 3.40236893,4.18341751 3.79289322,3.79289322 C4.15337718,3.43240926 4.72060824,3.40467972 5.11289944,3.70970461 Z' id='Path' fill='%23000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.expand-list-small.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-425.000000, -1339.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(3.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(6.151316, 5.151316) scale(-1, 1) rotate(-225.000000) translate(-6.151316, -5.151316) ' points='8.39128392 2.93465046 8.36366154 7.34493451 3.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-425.000000, -1339.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(3.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(6.151316, 5.151316) scale(-1, 1) rotate(-225.000000) translate(-6.151316, -5.151316) ' points='8.39128392 2.93465046 8.36366154 7.34493451 3.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.expand-list-small:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPanel / Unfold documents / Small / Normal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='14' cy='14' r='14'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-425.000000, -1339.000000)'%3E%3Cg id='Icon-/-Panel-/-Default' transform='translate(416.000000, 1330.000000)'%3E%3Cg id='Icon-/-Panel-/-Picto-/-Unfold-Documents-Small-/-Default' transform='translate(6.000000, 6.000000)'%3E%3Cg id='Group' transform='translate(3.000000, 3.000000)'%3E%3Crect id='Rectangle-16-Copy-5' fill='%23494E54' transform='translate(1.000000, 1.000000) scale(-1, 1) translate(-1.000000, -1.000000) ' x='0' y='0' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-6' fill='%23494E54' transform='translate(1.000000, 5.000000) scale(-1, 1) translate(-1.000000, -5.000000) ' x='0' y='4' width='2' height='2'%3E%3C/rect%3E%3Crect id='Rectangle-16-Copy-7' fill='%23494E54' transform='translate(1.000000, 9.000000) scale(-1, 1) translate(-1.000000, -9.000000) ' x='0' y='8' width='2' height='2'%3E%3C/rect%3E%3Cpolyline id='Rectangle-7-Copy-5' stroke='%23494E54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' transform='translate(6.151316, 5.151316) scale(-1, 1) rotate(-225.000000) translate(-6.151316, -5.151316) ' points='8.39128392 2.93465046 8.36366154 7.34493451 3.91134756 7.36798102'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3Cg id='Color-/-States-/-Grey-/-Hover'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask' opacity='0.26'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.external-link.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPage 1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Artboard' transform='translate(-411.000000, -1473.000000)' stroke='%233C96FF' stroke-width='2'%3E%3Cg id='Page-1' transform='translate(419.000000, 1481.000000)'%3E%3Cpath d='M0,6 L0,1.50013339 C0,0.674966652 0.674865027,0 1.49987145,0 L3,0' id='Stroke-1' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12,5 L11.9957012,0.499999772 C11.9949597,0.224044495 11.7711794,0.000477877607 11.4952235,0 L7,0' id='Stroke-3' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11,1 L5.11125655,7.05898639' id='Line'%3E%3C/path%3E%3Cpath d='M0,6 L0,10.4998666 C0,11.3250333 0.674865027,12 1.49987145,12 L6,12' id='Stroke-5' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12,9 L12,10.4998666 C12,11.3250333 11.3248779,12 10.5001285,12 L6,12 L1.5,12' id='Stroke-7' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPage 1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Artboard' transform='translate(-411.000000, -1473.000000)' stroke='%233C96FF' stroke-width='2'%3E%3Cg id='Page-1' transform='translate(419.000000, 1481.000000)'%3E%3Cpath d='M0,6 L0,1.50013339 C0,0.674966652 0.674865027,0 1.49987145,0 L3,0' id='Stroke-1' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12,5 L11.9957012,0.499999772 C11.9949597,0.224044495 11.7711794,0.000477877607 11.4952235,0 L7,0' id='Stroke-3' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11,1 L5.11125655,7.05898639' id='Line'%3E%3C/path%3E%3Cpath d='M0,6 L0,10.4998666 C0,11.3250333 0.674865027,12 1.49987145,12 L6,12' id='Stroke-5' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12,9 L12,10.4998666 C12,11.3250333 11.3248779,12 10.5001285,12 L6,12 L1.5,12' id='Stroke-7' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.external-link:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EPage 1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Artboard' transform='translate(-411.000000, -1473.000000)' stroke='%233C96FF' stroke-width='2'%3E%3Cg id='Page-1' transform='translate(419.000000, 1481.000000)'%3E%3Cpath d='M0,6 L0,1.50013339 C0,0.674966652 0.674865027,0 1.49987145,0 L3,0' id='Stroke-1' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12,5 L11.9957012,0.499999772 C11.9949597,0.224044495 11.7711794,0.000477877607 11.4952235,0 L7,0' id='Stroke-3' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11,1 L5.11125655,7.05898639' id='Line'%3E%3C/path%3E%3Cpath d='M0,6 L0,10.4998666 C0,11.3250333 0.674865027,12 1.49987145,12 L6,12' id='Stroke-5' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12,9 L12,10.4998666 C12,11.3250333 11.3248779,12 10.5001285,12 L6,12 L1.5,12' id='Stroke-7' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.warning-question.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FBC554' d='M6.103.575L.786 10.53A1 1 0 0 0 1.668 12h11.153a1 1 0 0 0 .863-1.506L7.848.541a1 1 0 0 0-1.745.034z'/%3E%3Cpath stroke='%23FFF' stroke-width='1.5' d='M7 4v3.956M7 10.415V9'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FBC554' d='M6.103.575L.786 10.53A1 1 0 0 0 1.668 12h11.153a1 1 0 0 0 .863-1.506L7.848.541a1 1 0 0 0-1.745.034z'/%3E%3Cpath stroke='%23FFF' stroke-width='1.5' d='M7 4v3.956M7 10.415V9'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ehr-form .icon.warning-question:not(.masked) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FBC554' d='M6.103.575L.786 10.53A1 1 0 0 0 1.668 12h11.153a1 1 0 0 0 .863-1.506L7.848.541a1 1 0 0 0-1.745.034z'/%3E%3Cpath stroke='%23FFF' stroke-width='1.5' d='M7 4v3.956M7 10.415V9'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ehr-form .icon.trend-down.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4747.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Trend-Down-Big' transform='translate(0.000000, 3984.000000)'%3E%3Cg id='ui-icon-trenddownbig-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/29-Trend-Down-News2'%3E%3Cpath d='M4.75215549,5.00215549 C5.33794193,4.41636906 6.2876894,4.41636906 6.87347584,5.00215549 L12.5215132,10.6501929 C13.7051668,11.8338464 14.8290859,13.0757631 15.8890873,14.3713203 L16.6874109,15.3478348 L16.6871843,10.6590097 C16.6871843,9.83058262 17.3587572,9.15900974 18.1871843,9.15900974 C18.9638348,9.15900974 19.602625,9.74925934 19.67944,10.5056435 L19.6871843,10.6590097 L19.6871843,18.4371843 C19.6871843,19.2138348 19.0969347,19.852625 18.3405506,19.92944 L18.1871843,19.9371843 L10.4090097,19.9371843 C9.58058262,19.9371843 8.90900974,19.2656115 8.90900974,18.4371843 C8.90900974,17.6605339 9.49925934,17.0217437 10.2556435,16.9449287 L10.4090097,16.9371843 L15.0964206,16.9374109 L14.1213203,16.1390873 C12.8257631,15.0790859 11.5838464,13.9551668 10.4001929,12.7715132 L4.75215549,7.12347584 C4.16636906,6.5376894 4.16636906,5.58794193 4.75215549,5.00215549 Z' id='icon'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4747.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Trend-Down-Big' transform='translate(0.000000, 3984.000000)'%3E%3Cg id='ui-icon-trenddownbig-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/29-Trend-Down-News2'%3E%3Cpath d='M4.75215549,5.00215549 C5.33794193,4.41636906 6.2876894,4.41636906 6.87347584,5.00215549 L12.5215132,10.6501929 C13.7051668,11.8338464 14.8290859,13.0757631 15.8890873,14.3713203 L16.6874109,15.3478348 L16.6871843,10.6590097 C16.6871843,9.83058262 17.3587572,9.15900974 18.1871843,9.15900974 C18.9638348,9.15900974 19.602625,9.74925934 19.67944,10.5056435 L19.6871843,10.6590097 L19.6871843,18.4371843 C19.6871843,19.2138348 19.0969347,19.852625 18.3405506,19.92944 L18.1871843,19.9371843 L10.4090097,19.9371843 C9.58058262,19.9371843 8.90900974,19.2656115 8.90900974,18.4371843 C8.90900974,17.6605339 9.49925934,17.0217437 10.2556435,16.9449287 L10.4090097,16.9371843 L15.0964206,16.9374109 L14.1213203,16.1390873 C12.8257631,15.0790859 11.5838464,13.9551668 10.4001929,12.7715132 L4.75215549,7.12347584 C4.16636906,6.5376894 4.16636906,5.58794193 4.75215549,5.00215549 Z' id='icon'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.trend-down:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4747.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Trend-Down-Big' transform='translate(0.000000, 3984.000000)'%3E%3Cg id='ui-icon-trenddownbig-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/29-Trend-Down-News2'%3E%3Cpath d='M4.75215549,5.00215549 C5.33794193,4.41636906 6.2876894,4.41636906 6.87347584,5.00215549 L12.5215132,10.6501929 C13.7051668,11.8338464 14.8290859,13.0757631 15.8890873,14.3713203 L16.6874109,15.3478348 L16.6871843,10.6590097 C16.6871843,9.83058262 17.3587572,9.15900974 18.1871843,9.15900974 C18.9638348,9.15900974 19.602625,9.74925934 19.67944,10.5056435 L19.6871843,10.6590097 L19.6871843,18.4371843 C19.6871843,19.2138348 19.0969347,19.852625 18.3405506,19.92944 L18.1871843,19.9371843 L10.4090097,19.9371843 C9.58058262,19.9371843 8.90900974,19.2656115 8.90900974,18.4371843 C8.90900974,17.6605339 9.49925934,17.0217437 10.2556435,16.9449287 L10.4090097,16.9371843 L15.0964206,16.9374109 L14.1213203,16.1390873 C12.8257631,15.0790859 11.5838464,13.9551668 10.4001929,12.7715132 L4.75215549,7.12347584 C4.16636906,6.5376894 4.16636906,5.58794193 4.75215549,5.00215549 Z' id='icon'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.trend-up.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-trendupbig-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4675.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Trend-Up-Big' transform='translate(0.000000, 3912.000000)'%3E%3Cg id='ui-icon-trendupbig-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/28-Trend-Up-News2'%3E%3Cpath d='M4.75215549,19.4978445 C5.33794193,20.0836309 6.2876894,20.0836309 6.87347584,19.4978445 L12.5215132,13.8498071 C13.7051668,12.6661536 14.8290859,11.4242369 15.8890873,10.1286797 L16.6874109,9.15216519 L16.6871843,13.8409903 C16.6871843,14.6694174 17.3587572,15.3409903 18.1871843,15.3409903 C18.9638348,15.3409903 19.602625,14.7507407 19.67944,13.9943565 L19.6871843,13.8409903 L19.6871843,6.06281566 C19.6871843,5.28616524 19.0969347,4.64737499 18.3405506,4.57056 L18.1871843,4.56281566 L10.4090097,4.56281566 C9.58058262,4.56281566 8.90900974,5.23438854 8.90900974,6.06281566 C8.90900974,6.83946609 9.49925934,7.47825634 10.2556435,7.55507133 L10.4090097,7.56281566 L15.0964206,7.56258915 L14.1213203,8.3609127 C12.8257631,9.42091408 11.5838464,10.5448332 10.4001929,11.7284868 L4.75215549,17.3765242 C4.16636906,17.9623106 4.16636906,18.9120581 4.75215549,19.4978445 Z' id='icon'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-trendupbig-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4675.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Trend-Up-Big' transform='translate(0.000000, 3912.000000)'%3E%3Cg id='ui-icon-trendupbig-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/28-Trend-Up-News2'%3E%3Cpath d='M4.75215549,19.4978445 C5.33794193,20.0836309 6.2876894,20.0836309 6.87347584,19.4978445 L12.5215132,13.8498071 C13.7051668,12.6661536 14.8290859,11.4242369 15.8890873,10.1286797 L16.6874109,9.15216519 L16.6871843,13.8409903 C16.6871843,14.6694174 17.3587572,15.3409903 18.1871843,15.3409903 C18.9638348,15.3409903 19.602625,14.7507407 19.67944,13.9943565 L19.6871843,13.8409903 L19.6871843,6.06281566 C19.6871843,5.28616524 19.0969347,4.64737499 18.3405506,4.57056 L18.1871843,4.56281566 L10.4090097,4.56281566 C9.58058262,4.56281566 8.90900974,5.23438854 8.90900974,6.06281566 C8.90900974,6.83946609 9.49925934,7.47825634 10.2556435,7.55507133 L10.4090097,7.56281566 L15.0964206,7.56258915 L14.1213203,8.3609127 C12.8257631,9.42091408 11.5838464,10.5448332 10.4001929,11.7284868 L4.75215549,17.3765242 C4.16636906,17.9623106 4.16636906,18.9120581 4.75215549,19.4978445 Z' id='icon'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.trend-up:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-trendupbig-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4675.000000)' fill='%23000000' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Trend-Up-Big' transform='translate(0.000000, 3912.000000)'%3E%3Cg id='ui-icon-trendupbig-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/28-Trend-Up-News2'%3E%3Cpath d='M4.75215549,19.4978445 C5.33794193,20.0836309 6.2876894,20.0836309 6.87347584,19.4978445 L12.5215132,13.8498071 C13.7051668,12.6661536 14.8290859,11.4242369 15.8890873,10.1286797 L16.6874109,9.15216519 L16.6871843,13.8409903 C16.6871843,14.6694174 17.3587572,15.3409903 18.1871843,15.3409903 C18.9638348,15.3409903 19.602625,14.7507407 19.67944,13.9943565 L19.6871843,13.8409903 L19.6871843,6.06281566 C19.6871843,5.28616524 19.0969347,4.64737499 18.3405506,4.57056 L18.1871843,4.56281566 L10.4090097,4.56281566 C9.58058262,4.56281566 8.90900974,5.23438854 8.90900974,6.06281566 C8.90900974,6.83946609 9.49925934,7.47825634 10.2556435,7.55507133 L10.4090097,7.56281566 L15.0964206,7.56258915 L14.1213203,8.3609127 C12.8257631,9.42091408 11.5838464,10.5448332 10.4001929,11.7284868 L4.75215549,17.3765242 C4.16636906,17.9623106 4.16636906,18.9120581 4.75215549,19.4978445 Z' id='icon'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.expand-squared.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-expandsmall-normal%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3Cfilter id='filter-2'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-566.000000, -3435.000000)' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Buttons' transform='translate(0.000000, 1154.000000)'%3E%3Cg id='Expand-Small' transform='translate(0.000000, 1678.000000)'%3E%3Cg id='ui-button-expandsmall-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/2-Buttons/24-Dropdown'%3E%3Cg filter='url(%23filter-1)' fill='%23E6E6EB' id='x/Backgrounds/CheckboxActive'%3E%3Cg%3E%3Crect id='bgr' fill='%23FFFFFF' x='0' y='0' width='16' height='16' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter-2)' fill='%23000000' id='1-UI/1-Icons/8-Chevron/1-Normal/Down'%3E%3Cg%3E%3Cpath d='M7.27161391,6.29514695 C7.63095403,5.93351254 8.19810373,5.9039831 8.5913633,6.20776946 L8.68583459,6.29066083 L11.7048673,9.29066083 C12.0966245,9.6799483 12.0986266,10.3131101 11.7093392,10.7048673 C11.3499969,11.0664894 10.7828564,11.0960124 10.3896026,10.7922295 L10.2951327,10.7093392 L7.985,8.414 L5.70935336,10.704853 C5.35001835,11.0664823 4.78287841,11.0960168 4.38961854,10.7922418 L4.29514695,10.7093534 C3.93351769,10.3500184 3.90398325,9.78287841 4.20775824,9.38961854 L4.29064664,9.29514695 L7.27161391,6.29514695 Z' id='icon' fill-rule='nonzero' transform='translate(8.000000, 8.500000) scale(-1, -1) translate(-8.000000, -8.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-expandsmall-normal%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3Cfilter id='filter-2'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-566.000000, -3435.000000)' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Buttons' transform='translate(0.000000, 1154.000000)'%3E%3Cg id='Expand-Small' transform='translate(0.000000, 1678.000000)'%3E%3Cg id='ui-button-expandsmall-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/2-Buttons/24-Dropdown'%3E%3Cg filter='url(%23filter-1)' fill='%23E6E6EB' id='x/Backgrounds/CheckboxActive'%3E%3Cg%3E%3Crect id='bgr' fill='%23FFFFFF' x='0' y='0' width='16' height='16' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter-2)' fill='%23000000' id='1-UI/1-Icons/8-Chevron/1-Normal/Down'%3E%3Cg%3E%3Cpath d='M7.27161391,6.29514695 C7.63095403,5.93351254 8.19810373,5.9039831 8.5913633,6.20776946 L8.68583459,6.29066083 L11.7048673,9.29066083 C12.0966245,9.6799483 12.0986266,10.3131101 11.7093392,10.7048673 C11.3499969,11.0664894 10.7828564,11.0960124 10.3896026,10.7922295 L10.2951327,10.7093392 L7.985,8.414 L5.70935336,10.704853 C5.35001835,11.0664823 4.78287841,11.0960168 4.38961854,10.7922418 L4.29514695,10.7093534 C3.93351769,10.3500184 3.90398325,9.78287841 4.20775824,9.38961854 L4.29064664,9.29514695 L7.27161391,6.29514695 Z' id='icon' fill-rule='nonzero' transform='translate(8.000000, 8.500000) scale(-1, -1) translate(-8.000000, -8.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.expand-squared:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-expandsmall-normal%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3Cfilter id='filter-2'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-566.000000, -3435.000000)' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Buttons' transform='translate(0.000000, 1154.000000)'%3E%3Cg id='Expand-Small' transform='translate(0.000000, 1678.000000)'%3E%3Cg id='ui-button-expandsmall-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/2-Buttons/24-Dropdown'%3E%3Cg filter='url(%23filter-1)' fill='%23E6E6EB' id='x/Backgrounds/CheckboxActive'%3E%3Cg%3E%3Crect id='bgr' fill='%23FFFFFF' x='0' y='0' width='16' height='16' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter-2)' fill='%23000000' id='1-UI/1-Icons/8-Chevron/1-Normal/Down'%3E%3Cg%3E%3Cpath d='M7.27161391,6.29514695 C7.63095403,5.93351254 8.19810373,5.9039831 8.5913633,6.20776946 L8.68583459,6.29066083 L11.7048673,9.29066083 C12.0966245,9.6799483 12.0986266,10.3131101 11.7093392,10.7048673 C11.3499969,11.0664894 10.7828564,11.0960124 10.3896026,10.7922295 L10.2951327,10.7093392 L7.985,8.414 L5.70935336,10.704853 C5.35001835,11.0664823 4.78287841,11.0960168 4.38961854,10.7922418 L4.29514695,10.7093534 C3.93351769,10.3500184 3.90398325,9.78287841 4.20775824,9.38961854 L4.29064664,9.29514695 L7.27161391,6.29514695 Z' id='icon' fill-rule='nonzero' transform='translate(8.000000, 8.500000) scale(-1, -1) translate(-8.000000, -8.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.collapse-squared.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-collapsesmall-normal%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3Cfilter id='filter-2'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-566.000000, -3503.000000)' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Buttons' transform='translate(0.000000, 1154.000000)'%3E%3Cg id='Collapse-Small' transform='translate(0.000000, 1746.000000)'%3E%3Cg id='ui-button-collapsesmall-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/2-Buttons/25-Collapse'%3E%3Cg filter='url(%23filter-1)' fill='%23E6E6EB' id='x/Backgrounds/CheckboxActive'%3E%3Cg%3E%3Crect id='bgr' fill='%23FFFFFF' x='0' y='0' width='16' height='16' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter-2)' fill='%23000000' id='1-UI/1-Icons/8-Chevron/1-Normal/Up'%3E%3Cg%3E%3Cpath d='M7.27161391,5.29514695 C7.63095403,4.93351254 8.19810373,4.9039831 8.5913633,5.20776946 L8.68583459,5.29066083 L11.7048673,8.29066083 C12.0966245,8.6799483 12.0986266,9.31311011 11.7093392,9.70486732 C11.3499969,10.0664894 10.7828564,10.0960124 10.3896026,9.79222947 L10.2951327,9.70933917 L7.985,7.414 L5.70935336,9.70485305 C5.35001835,10.0664823 4.78287841,10.0960168 4.38961854,9.79224176 L4.29514695,9.70935336 C3.93351769,9.35001835 3.90398325,8.78287841 4.20775824,8.38961854 L4.29064664,8.29514695 L7.27161391,5.29514695 Z' id='icon' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-collapsesmall-normal%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3Cfilter id='filter-2'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-566.000000, -3503.000000)' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Buttons' transform='translate(0.000000, 1154.000000)'%3E%3Cg id='Collapse-Small' transform='translate(0.000000, 1746.000000)'%3E%3Cg id='ui-button-collapsesmall-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/2-Buttons/25-Collapse'%3E%3Cg filter='url(%23filter-1)' fill='%23E6E6EB' id='x/Backgrounds/CheckboxActive'%3E%3Cg%3E%3Crect id='bgr' fill='%23FFFFFF' x='0' y='0' width='16' height='16' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter-2)' fill='%23000000' id='1-UI/1-Icons/8-Chevron/1-Normal/Up'%3E%3Cg%3E%3Cpath d='M7.27161391,5.29514695 C7.63095403,4.93351254 8.19810373,4.9039831 8.5913633,5.20776946 L8.68583459,5.29066083 L11.7048673,8.29066083 C12.0966245,8.6799483 12.0986266,9.31311011 11.7093392,9.70486732 C11.3499969,10.0664894 10.7828564,10.0960124 10.3896026,9.79222947 L10.2951327,9.70933917 L7.985,7.414 L5.70935336,9.70485305 C5.35001835,10.0664823 4.78287841,10.0960168 4.38961854,9.79224176 L4.29514695,9.70935336 C3.93351769,9.35001835 3.90398325,8.78287841 4.20775824,8.38961854 L4.29064664,8.29514695 L7.27161391,5.29514695 Z' id='icon' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.collapse-squared:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-collapsesmall-normal%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3Cfilter id='filter-2'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-566.000000, -3503.000000)' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Buttons' transform='translate(0.000000, 1154.000000)'%3E%3Cg id='Collapse-Small' transform='translate(0.000000, 1746.000000)'%3E%3Cg id='ui-button-collapsesmall-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/2-Buttons/25-Collapse'%3E%3Cg filter='url(%23filter-1)' fill='%23E6E6EB' id='x/Backgrounds/CheckboxActive'%3E%3Cg%3E%3Crect id='bgr' fill='%23FFFFFF' x='0' y='0' width='16' height='16' rx='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter-2)' fill='%23000000' id='1-UI/1-Icons/8-Chevron/1-Normal/Up'%3E%3Cg%3E%3Cpath d='M7.27161391,5.29514695 C7.63095403,4.93351254 8.19810373,4.9039831 8.5913633,5.20776946 L8.68583459,5.29066083 L11.7048673,8.29066083 C12.0966245,8.6799483 12.0986266,9.31311011 11.7093392,9.70486732 C11.3499969,10.0664894 10.7828564,10.0960124 10.3896026,9.79222947 L10.2951327,9.70933917 L7.985,7.414 L5.70935336,9.70485305 C5.35001835,10.0664823 4.78287841,10.0960168 4.38961854,9.79224176 L4.29514695,9.70935336 C3.93351769,9.35001835 3.90398325,8.78287841 4.20775824,8.38961854 L4.29064664,8.29514695 L7.27161391,5.29514695 Z' id='icon' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.sand-clock.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-olddata-normal copy%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4819.000000)' fill='%23000000' fill-rule='nonzero' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Old-Data' transform='translate(0.000000, 4056.000000)'%3E%3Cg id='ui-icon-olddata-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/33-Hourglass'%3E%3Cpath d='M11,2 C11.5128358,2 11.9355072,2.38604019 11.9932723,2.88337887 L12,3 L12,3.5 C12,4.38655434 11.6749086,5.23959088 11.090741,5.89973497 L10.9393398,6.06066017 L9.35355339,7.64644661 C9.2867408,7.7132592 9.24278939,7.7942759 9.22169915,7.87977631 L9.21000024,7.95082537 L9.21000024,8.05387529 L9.22169915,8.12492435 C9.24278939,8.21042476 9.2867408,8.29144146 9.35355339,8.35825405 L10.9393398,9.94404049 C11.6184691,10.6231698 12,11.5442668 12,12.5047007 L12,13.0047007 C12,13.5569854 11.5522847,14.0047007 11,14.0047007 L5,14.0047007 C4.44771525,14.0047007 4,13.5569854 4,13.0047007 L4,12.5047007 C4,11.5442668 4.38153087,10.6231698 5.06066017,9.94404049 L6.64644661,8.35825405 C6.7132592,8.29144146 6.75721061,8.21042476 6.77830085,8.12492435 L6.79209773,8.02828072 L6.79209773,8.02828072 L6.79210902,7.97664305 L6.79210902,7.97664305 L6.77830085,7.87977631 C6.76424069,7.82277604 6.74002001,7.76776852 6.70563881,7.71763389 L6.64644661,7.64644661 L5.06066017,6.06066017 C4.43377158,5.43377158 4.06045799,4.60070934 4.00673453,3.72084807 L4,3.5 L4,3 C4,2.48716416 4.38604019,2.06449284 4.88337887,2.00672773 L5,2 L11,2 Z M10.5,3.5 L5.5,3.50070882 L5.50821017,3.68869274 C5.54636694,4.12619253 5.71642,4.54151906 5.99523618,4.87817332 L6.12132034,5.01747232 L7.70710678,6.62173034 L7.82393953,6.75042694 L7.92779087,6.8864242 L8,7 L8.07220913,6.8864242 L8.17606047,6.75042694 L8.17606047,6.75042694 L8.29289322,6.62173034 L9.87867966,5.01747232 L10.0047638,4.87817332 C10.28358,4.54151906 10.4536331,4.12619253 10.4917898,3.68869274 L10.5,3.5 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-olddata-normal copy%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4819.000000)' fill='%23000000' fill-rule='nonzero' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Old-Data' transform='translate(0.000000, 4056.000000)'%3E%3Cg id='ui-icon-olddata-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/33-Hourglass'%3E%3Cpath d='M11,2 C11.5128358,2 11.9355072,2.38604019 11.9932723,2.88337887 L12,3 L12,3.5 C12,4.38655434 11.6749086,5.23959088 11.090741,5.89973497 L10.9393398,6.06066017 L9.35355339,7.64644661 C9.2867408,7.7132592 9.24278939,7.7942759 9.22169915,7.87977631 L9.21000024,7.95082537 L9.21000024,8.05387529 L9.22169915,8.12492435 C9.24278939,8.21042476 9.2867408,8.29144146 9.35355339,8.35825405 L10.9393398,9.94404049 C11.6184691,10.6231698 12,11.5442668 12,12.5047007 L12,13.0047007 C12,13.5569854 11.5522847,14.0047007 11,14.0047007 L5,14.0047007 C4.44771525,14.0047007 4,13.5569854 4,13.0047007 L4,12.5047007 C4,11.5442668 4.38153087,10.6231698 5.06066017,9.94404049 L6.64644661,8.35825405 C6.7132592,8.29144146 6.75721061,8.21042476 6.77830085,8.12492435 L6.79209773,8.02828072 L6.79209773,8.02828072 L6.79210902,7.97664305 L6.79210902,7.97664305 L6.77830085,7.87977631 C6.76424069,7.82277604 6.74002001,7.76776852 6.70563881,7.71763389 L6.64644661,7.64644661 L5.06066017,6.06066017 C4.43377158,5.43377158 4.06045799,4.60070934 4.00673453,3.72084807 L4,3.5 L4,3 C4,2.48716416 4.38604019,2.06449284 4.88337887,2.00672773 L5,2 L11,2 Z M10.5,3.5 L5.5,3.50070882 L5.50821017,3.68869274 C5.54636694,4.12619253 5.71642,4.54151906 5.99523618,4.87817332 L6.12132034,5.01747232 L7.70710678,6.62173034 L7.82393953,6.75042694 L7.92779087,6.8864242 L8,7 L8.07220913,6.8864242 L8.17606047,6.75042694 L8.17606047,6.75042694 L8.29289322,6.62173034 L9.87867966,5.01747232 L10.0047638,4.87817332 C10.28358,4.54151906 10.4536331,4.12619253 10.4917898,3.68869274 L10.5,3.5 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.sand-clock:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-icon-olddata-normal copy%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1660.000000, -4819.000000)' fill='%23000000' fill-rule='nonzero' id='User-Interface'%3E%3Cg transform='translate(285.000000, 599.000000)'%3E%3Cg id='Independant-Icons' transform='translate(1094.000000, 160.000000)'%3E%3Cg id='Old-Data' transform='translate(0.000000, 4056.000000)'%3E%3Cg id='ui-icon-olddata-normal_export' transform='translate(281.000000, 4.000000)'%3E%3Cg id='1-UI/1-Icons/33-Hourglass'%3E%3Cpath d='M11,2 C11.5128358,2 11.9355072,2.38604019 11.9932723,2.88337887 L12,3 L12,3.5 C12,4.38655434 11.6749086,5.23959088 11.090741,5.89973497 L10.9393398,6.06066017 L9.35355339,7.64644661 C9.2867408,7.7132592 9.24278939,7.7942759 9.22169915,7.87977631 L9.21000024,7.95082537 L9.21000024,8.05387529 L9.22169915,8.12492435 C9.24278939,8.21042476 9.2867408,8.29144146 9.35355339,8.35825405 L10.9393398,9.94404049 C11.6184691,10.6231698 12,11.5442668 12,12.5047007 L12,13.0047007 C12,13.5569854 11.5522847,14.0047007 11,14.0047007 L5,14.0047007 C4.44771525,14.0047007 4,13.5569854 4,13.0047007 L4,12.5047007 C4,11.5442668 4.38153087,10.6231698 5.06066017,9.94404049 L6.64644661,8.35825405 C6.7132592,8.29144146 6.75721061,8.21042476 6.77830085,8.12492435 L6.79209773,8.02828072 L6.79209773,8.02828072 L6.79210902,7.97664305 L6.79210902,7.97664305 L6.77830085,7.87977631 C6.76424069,7.82277604 6.74002001,7.76776852 6.70563881,7.71763389 L6.64644661,7.64644661 L5.06066017,6.06066017 C4.43377158,5.43377158 4.06045799,4.60070934 4.00673453,3.72084807 L4,3.5 L4,3 C4,2.48716416 4.38604019,2.06449284 4.88337887,2.00672773 L5,2 L11,2 Z M10.5,3.5 L5.5,3.50070882 L5.50821017,3.68869274 C5.54636694,4.12619253 5.71642,4.54151906 5.99523618,4.87817332 L6.12132034,5.01747232 L7.70710678,6.62173034 L7.82393953,6.75042694 L7.92779087,6.8864242 L8,7 L8.07220913,6.8864242 L8.17606047,6.75042694 L8.17606047,6.75042694 L8.29289322,6.62173034 L9.87867966,5.01747232 L10.0047638,4.87817332 C10.28358,4.54151906 10.4536331,4.12619253 10.4917898,3.68869274 L10.5,3.5 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.better.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebranding-better%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-5273.000000, -1149.000000)' fill='%23ffffff' id='Branding'%3E%3Cg transform='translate(4998.000000, 600.000000)'%3E%3Cg id='Logos' transform='translate(0.000000, 160.000000)'%3E%3Cg id='better' transform='translate(0.000000, 389.000000)'%3E%3Cg id='logo' transform='translate(275.000000, 0.000000)'%3E%3Cpath d='M2,29 L7.04950998,1 L17.7620998,1 C25.0364371,1 26.6279905,4.77328 26.6279905,7.9412 C26.6279905,10.864624 24.3628593,13.047784 21.7870528,13.769176 C21.7245259,13.78676 21.7379045,13.759712 21.8070368,13.77584 C26.0870795,14.772752 28,18.228792 28,21.025824 C28,26.22772 23.0831008,29 18.7976283,29 L2,29 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebranding-better%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-5273.000000, -1149.000000)' fill='%23ffffff' id='Branding'%3E%3Cg transform='translate(4998.000000, 600.000000)'%3E%3Cg id='Logos' transform='translate(0.000000, 160.000000)'%3E%3Cg id='better' transform='translate(0.000000, 389.000000)'%3E%3Cg id='logo' transform='translate(275.000000, 0.000000)'%3E%3Cpath d='M2,29 L7.04950998,1 L17.7620998,1 C25.0364371,1 26.6279905,4.77328 26.6279905,7.9412 C26.6279905,10.864624 24.3628593,13.047784 21.7870528,13.769176 C21.7245259,13.78676 21.7379045,13.759712 21.8070368,13.77584 C26.0870795,14.772752 28,18.228792 28,21.025824 C28,26.22772 23.0831008,29 18.7976283,29 L2,29 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.better:not(.masked) {
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebranding-better%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-5273.000000, -1149.000000)' fill='%23ffffff' id='Branding'%3E%3Cg transform='translate(4998.000000, 600.000000)'%3E%3Cg id='Logos' transform='translate(0.000000, 160.000000)'%3E%3Cg id='better' transform='translate(0.000000, 389.000000)'%3E%3Cg id='logo' transform='translate(275.000000, 0.000000)'%3E%3Cpath d='M2,29 L7.04950998,1 L17.7620998,1 C25.0364371,1 26.6279905,4.77328 26.6279905,7.9412 C26.6279905,10.864624 24.3628593,13.047784 21.7870528,13.769176 C21.7245259,13.78676 21.7379045,13.759712 21.8070368,13.77584 C26.0870795,14.772752 28,18.228792 28,21.025824 C28,26.22772 23.0831008,29 18.7976283,29 L2,29 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.comment.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10px' height='11px' viewBox='0 0 10 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecomment%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.533333 0 0 0 0 0.568627 0 0 0 0 0.619608 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='x/timeline/cell-comment' transform='translate(-47.000000, -47.000000)'%3E%3Cg id='more-info' transform='translate(34.000000, 46.000000)'%3E%3Cg id='comment' transform='translate(12.000000, 0.000000)' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M8.25,1.5 C9.49264069,1.5 10.5,2.50735931 10.5,3.75 L10.5,6.75 C10.5,7.99264069 9.49264069,9 8.25,9 L7.125,9 L4.62379107,11.2232968 C4.40708011,11.4159288 4.07524209,11.3964089 3.88261012,11.1796979 C3.79718625,11.0835961 3.75,10.9594868 3.75,10.8309069 L3.75,9 C2.50735931,9 1.5,7.99264069 1.5,6.75 L1.5,3.75 C1.5,2.50735931 2.50735931,1.5 3.75,1.5 L8.25,1.5 Z M7.125,6 L3.375,6 C3.16789322,6 3,6.16789322 3,6.375 C3,6.55909492 3.13265637,6.71220628 3.30759328,6.74395825 L3.375,6.75 L7.125,6.75 C7.33210678,6.75 7.5,6.58210678 7.5,6.375 C7.5,6.19090508 7.36734363,6.03779372 7.19240672,6.00604175 L7.125,6 Z M5.625,4.5 L3.375,4.5 C3.16789322,4.5 3,4.66789322 3,4.875 C3,5.05909492 3.13265637,5.21220628 3.30759328,5.24395825 L3.375,5.25 L5.625,5.25 C5.83210678,5.25 6,5.08210678 6,4.875 C6,4.69090508 5.86734363,4.53779372 5.69240672,4.50604175 L5.625,4.5 Z M8.625,3 L3.375,3 C3.16789322,3 3,3.16789322 3,3.375 C3,3.55909492 3.13265637,3.71220628 3.30759328,3.74395825 L3.375,3.75 L8.625,3.75 C8.83210678,3.75 9,3.58210678 9,3.375 C9,3.19090508 8.86734363,3.03779372 8.69240672,3.00604175 L8.625,3 Z' id='Shape' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='10px' height='11px' viewBox='0 0 10 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecomment%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.533333 0 0 0 0 0.568627 0 0 0 0 0.619608 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='x/timeline/cell-comment' transform='translate(-47.000000, -47.000000)'%3E%3Cg id='more-info' transform='translate(34.000000, 46.000000)'%3E%3Cg id='comment' transform='translate(12.000000, 0.000000)' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M8.25,1.5 C9.49264069,1.5 10.5,2.50735931 10.5,3.75 L10.5,6.75 C10.5,7.99264069 9.49264069,9 8.25,9 L7.125,9 L4.62379107,11.2232968 C4.40708011,11.4159288 4.07524209,11.3964089 3.88261012,11.1796979 C3.79718625,11.0835961 3.75,10.9594868 3.75,10.8309069 L3.75,9 C2.50735931,9 1.5,7.99264069 1.5,6.75 L1.5,3.75 C1.5,2.50735931 2.50735931,1.5 3.75,1.5 L8.25,1.5 Z M7.125,6 L3.375,6 C3.16789322,6 3,6.16789322 3,6.375 C3,6.55909492 3.13265637,6.71220628 3.30759328,6.74395825 L3.375,6.75 L7.125,6.75 C7.33210678,6.75 7.5,6.58210678 7.5,6.375 C7.5,6.19090508 7.36734363,6.03779372 7.19240672,6.00604175 L7.125,6 Z M5.625,4.5 L3.375,4.5 C3.16789322,4.5 3,4.66789322 3,4.875 C3,5.05909492 3.13265637,5.21220628 3.30759328,5.24395825 L3.375,5.25 L5.625,5.25 C5.83210678,5.25 6,5.08210678 6,4.875 C6,4.69090508 5.86734363,4.53779372 5.69240672,4.50604175 L5.625,4.5 Z M8.625,3 L3.375,3 C3.16789322,3 3,3.16789322 3,3.375 C3,3.55909492 3.13265637,3.71220628 3.30759328,3.74395825 L3.375,3.75 L8.625,3.75 C8.83210678,3.75 9,3.58210678 9,3.375 C9,3.19090508 8.86734363,3.03779372 8.69240672,3.00604175 L8.625,3 Z' id='Shape' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.comment:not(.masked) {
  background-image: url("data:image/svg+xml,%3Csvg width='10px' height='11px' viewBox='0 0 10 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecomment%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.533333 0 0 0 0 0.568627 0 0 0 0 0.619608 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='x/timeline/cell-comment' transform='translate(-47.000000, -47.000000)'%3E%3Cg id='more-info' transform='translate(34.000000, 46.000000)'%3E%3Cg id='comment' transform='translate(12.000000, 0.000000)' filter='url(%23filter-1)'%3E%3Cg%3E%3Cpath d='M8.25,1.5 C9.49264069,1.5 10.5,2.50735931 10.5,3.75 L10.5,6.75 C10.5,7.99264069 9.49264069,9 8.25,9 L7.125,9 L4.62379107,11.2232968 C4.40708011,11.4159288 4.07524209,11.3964089 3.88261012,11.1796979 C3.79718625,11.0835961 3.75,10.9594868 3.75,10.8309069 L3.75,9 C2.50735931,9 1.5,7.99264069 1.5,6.75 L1.5,3.75 C1.5,2.50735931 2.50735931,1.5 3.75,1.5 L8.25,1.5 Z M7.125,6 L3.375,6 C3.16789322,6 3,6.16789322 3,6.375 C3,6.55909492 3.13265637,6.71220628 3.30759328,6.74395825 L3.375,6.75 L7.125,6.75 C7.33210678,6.75 7.5,6.58210678 7.5,6.375 C7.5,6.19090508 7.36734363,6.03779372 7.19240672,6.00604175 L7.125,6 Z M5.625,4.5 L3.375,4.5 C3.16789322,4.5 3,4.66789322 3,4.875 C3,5.05909492 3.13265637,5.21220628 3.30759328,5.24395825 L3.375,5.25 L5.625,5.25 C5.83210678,5.25 6,5.08210678 6,4.875 C6,4.69090508 5.86734363,4.53779372 5.69240672,4.50604175 L5.625,4.5 Z M8.625,3 L3.375,3 C3.16789322,3 3,3.16789322 3,3.375 C3,3.55909492 3.13265637,3.71220628 3.30759328,3.74395825 L3.375,3.75 L8.625,3.75 C8.83210678,3.75 9,3.58210678 9,3.375 C9,3.19090508 8.86734363,3.03779372 8.69240672,3.00604175 L8.625,3 Z' id='Shape' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.multi-value.masked {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8'%3E%3Cg fill='%23BBC3C9' fill-rule='evenodd'%3E%3Crect width='2' height='4' x='.5' rx='1'/%3E%3Crect width='2' height='4' x='3.5' y='2' rx='1'/%3E%3Crect width='2' height='4' x='6.5' y='4' rx='1'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8'%3E%3Cg fill='%23BBC3C9' fill-rule='evenodd'%3E%3Crect width='2' height='4' x='.5' rx='1'/%3E%3Crect width='2' height='4' x='3.5' y='2' rx='1'/%3E%3Crect width='2' height='4' x='6.5' y='4' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.multi-value:not(.masked) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8'%3E%3Cg fill='%23BBC3C9' fill-rule='evenodd'%3E%3Crect width='2' height='4' x='.5' rx='1'/%3E%3Crect width='2' height='4' x='3.5' y='2' rx='1'/%3E%3Crect width='2' height='4' x='6.5' y='4' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.crop.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/56 Crop%3C/title%3E%3Cg id='1-UI/1-Icons/56-Crop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5,1 C5.51283584,1 5.93550716,1.38604019 5.99327227,1.88337887 L6,2 L6,4 L11,4 C11.5128358,4 11.9355072,4.38604019 11.9932723,4.88337887 L12,5 L12,10 L14,10 C14.5128358,10 14.9355072,10.3860402 14.9932723,10.8833789 L15,11 C15,11.5128358 14.6139598,11.9355072 14.1166211,11.9932723 L14,12 L12,12 L12,14 C12,14.5522847 11.5522847,15 11,15 C10.4871642,15 10.0644928,14.6139598 10.0067277,14.1166211 L10,14 L10,12 L5,12 C4.48716416,12 4.06449284,11.6139598 4.00672773,11.1166211 L4,11 L4,6 L2,6 C1.48716416,6 1.06449284,5.61395981 1.00672773,5.11662113 L1,5 C1,4.48716416 1.38604019,4.06449284 1.88337887,4.00672773 L2,4 L4,4 L4,2 C4,1.44771525 4.44771525,1 5,1 Z M6,6 L6,10 L10,10 L10,6 L6,6 Z' id='Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/56 Crop%3C/title%3E%3Cg id='1-UI/1-Icons/56-Crop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5,1 C5.51283584,1 5.93550716,1.38604019 5.99327227,1.88337887 L6,2 L6,4 L11,4 C11.5128358,4 11.9355072,4.38604019 11.9932723,4.88337887 L12,5 L12,10 L14,10 C14.5128358,10 14.9355072,10.3860402 14.9932723,10.8833789 L15,11 C15,11.5128358 14.6139598,11.9355072 14.1166211,11.9932723 L14,12 L12,12 L12,14 C12,14.5522847 11.5522847,15 11,15 C10.4871642,15 10.0644928,14.6139598 10.0067277,14.1166211 L10,14 L10,12 L5,12 C4.48716416,12 4.06449284,11.6139598 4.00672773,11.1166211 L4,11 L4,6 L2,6 C1.48716416,6 1.06449284,5.61395981 1.00672773,5.11662113 L1,5 C1,4.48716416 1.38604019,4.06449284 1.88337887,4.00672773 L2,4 L4,4 L4,2 C4,1.44771525 4.44771525,1 5,1 Z M6,6 L6,10 L10,10 L10,6 L6,6 Z' id='Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.crop:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/56 Crop%3C/title%3E%3Cg id='1-UI/1-Icons/56-Crop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5,1 C5.51283584,1 5.93550716,1.38604019 5.99327227,1.88337887 L6,2 L6,4 L11,4 C11.5128358,4 11.9355072,4.38604019 11.9932723,4.88337887 L12,5 L12,10 L14,10 C14.5128358,10 14.9355072,10.3860402 14.9932723,10.8833789 L15,11 C15,11.5128358 14.6139598,11.9355072 14.1166211,11.9932723 L14,12 L12,12 L12,14 C12,14.5522847 11.5522847,15 11,15 C10.4871642,15 10.0644928,14.6139598 10.0067277,14.1166211 L10,14 L10,12 L5,12 C4.48716416,12 4.06449284,11.6139598 4.00672773,11.1166211 L4,11 L4,6 L2,6 C1.48716416,6 1.06449284,5.61395981 1.00672773,5.11662113 L1,5 C1,4.48716416 1.38604019,4.06449284 1.88337887,4.00672773 L2,4 L4,4 L4,2 C4,1.44771525 4.44771525,1 5,1 Z M6,6 L6,10 L10,10 L10,6 L6,6 Z' id='Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.rotate-cw.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/57.1 Rotate CW%3C/title%3E%3Cg id='1-UI/1-Icons/57.1-Rotate-CW' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.458257,0.199673698 L7.73598185,1.88690807 C8.08385255,2.14900273 8.09213519,2.53395426 7.73598185,2.79604892 L5.458257,4.4832833 C4.96129885,4.86004437 4.38151434,4.67166383 4.38151434,4.02461764 L4.38151434,2.976239 L4.05020891,2.976239 C2.4516602,2.976239 1.36663491,4.13928406 1.36663491,5.74461385 C1.36663491,6.66194516 1.68965771,6.97318257 1.69794034,7.37451502 C1.70622298,7.67756197 1.54057026,7.88232342 1.26724328,7.964228 C0.944220483,8.07070396 0.596349778,7.93146617 0.422414426,7.65299059 C0.173935352,7.22708677 0,6.51451691 0,5.74461385 C0,3.35300008 1.69794034,1.70671799 4.06677418,1.70671799 L4.38151434,1.70671799 L4.38151434,0.666529811 C4.38151434,-0.00508775507 4.95301622,-0.185277834 5.458257,0.199673698 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M9.5,6 C10.8807119,6 12,7.11928813 12,8.5 L12,13.5 C12,14.8807119 10.8807119,16 9.5,16 L6.5,16 C5.11928813,16 4,14.8807119 4,13.5 L4,8.5 C4,7.11928813 5.11928813,6 6.5,6 L9.5,6 Z M9.5,8 L6.5,8 C6.25454011,8 6.05039163,8.17687516 6.00805567,8.41012437 L6,8.5 L6,13.5 C6,13.7454599 6.17687516,13.9496084 6.41012437,13.9919443 L6.5,14 L9.5,14 C9.74545989,14 9.94960837,13.8231248 9.99194433,13.5898756 L10,13.5 L10,8.5 C10,8.25454011 9.82312484,8.05039163 9.58987563,8.00805567 L9.5,8 Z' id='Rectangle' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/57.1 Rotate CW%3C/title%3E%3Cg id='1-UI/1-Icons/57.1-Rotate-CW' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.458257,0.199673698 L7.73598185,1.88690807 C8.08385255,2.14900273 8.09213519,2.53395426 7.73598185,2.79604892 L5.458257,4.4832833 C4.96129885,4.86004437 4.38151434,4.67166383 4.38151434,4.02461764 L4.38151434,2.976239 L4.05020891,2.976239 C2.4516602,2.976239 1.36663491,4.13928406 1.36663491,5.74461385 C1.36663491,6.66194516 1.68965771,6.97318257 1.69794034,7.37451502 C1.70622298,7.67756197 1.54057026,7.88232342 1.26724328,7.964228 C0.944220483,8.07070396 0.596349778,7.93146617 0.422414426,7.65299059 C0.173935352,7.22708677 0,6.51451691 0,5.74461385 C0,3.35300008 1.69794034,1.70671799 4.06677418,1.70671799 L4.38151434,1.70671799 L4.38151434,0.666529811 C4.38151434,-0.00508775507 4.95301622,-0.185277834 5.458257,0.199673698 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M9.5,6 C10.8807119,6 12,7.11928813 12,8.5 L12,13.5 C12,14.8807119 10.8807119,16 9.5,16 L6.5,16 C5.11928813,16 4,14.8807119 4,13.5 L4,8.5 C4,7.11928813 5.11928813,6 6.5,6 L9.5,6 Z M9.5,8 L6.5,8 C6.25454011,8 6.05039163,8.17687516 6.00805567,8.41012437 L6,8.5 L6,13.5 C6,13.7454599 6.17687516,13.9496084 6.41012437,13.9919443 L6.5,14 L9.5,14 C9.74545989,14 9.94960837,13.8231248 9.99194433,13.5898756 L10,13.5 L10,8.5 C10,8.25454011 9.82312484,8.05039163 9.58987563,8.00805567 L9.5,8 Z' id='Rectangle' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.rotate-cw:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/57.1 Rotate CW%3C/title%3E%3Cg id='1-UI/1-Icons/57.1-Rotate-CW' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.458257,0.199673698 L7.73598185,1.88690807 C8.08385255,2.14900273 8.09213519,2.53395426 7.73598185,2.79604892 L5.458257,4.4832833 C4.96129885,4.86004437 4.38151434,4.67166383 4.38151434,4.02461764 L4.38151434,2.976239 L4.05020891,2.976239 C2.4516602,2.976239 1.36663491,4.13928406 1.36663491,5.74461385 C1.36663491,6.66194516 1.68965771,6.97318257 1.69794034,7.37451502 C1.70622298,7.67756197 1.54057026,7.88232342 1.26724328,7.964228 C0.944220483,8.07070396 0.596349778,7.93146617 0.422414426,7.65299059 C0.173935352,7.22708677 0,6.51451691 0,5.74461385 C0,3.35300008 1.69794034,1.70671799 4.06677418,1.70671799 L4.38151434,1.70671799 L4.38151434,0.666529811 C4.38151434,-0.00508775507 4.95301622,-0.185277834 5.458257,0.199673698 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M9.5,6 C10.8807119,6 12,7.11928813 12,8.5 L12,13.5 C12,14.8807119 10.8807119,16 9.5,16 L6.5,16 C5.11928813,16 4,14.8807119 4,13.5 L4,8.5 C4,7.11928813 5.11928813,6 6.5,6 L9.5,6 Z M9.5,8 L6.5,8 C6.25454011,8 6.05039163,8.17687516 6.00805567,8.41012437 L6,8.5 L6,13.5 C6,13.7454599 6.17687516,13.9496084 6.41012437,13.9919443 L6.5,14 L9.5,14 C9.74545989,14 9.94960837,13.8231248 9.99194433,13.5898756 L10,13.5 L10,8.5 C10,8.25454011 9.82312484,8.05039163 9.58987563,8.00805567 L9.5,8 Z' id='Rectangle' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.rotate-ccw.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/57.2 Rotate ACW%3C/title%3E%3Cg id='1-UI/1-Icons/57.2-Rotate-ACW' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.541743,0.199673698 L8.26401815,1.88690807 C7.91614745,2.14900273 7.90786481,2.53395426 8.26401815,2.79604892 L10.541743,4.4832833 C11.0387011,4.86004437 11.6184857,4.67166383 11.6184857,4.02461764 L11.6184857,2.976239 L11.9497911,2.976239 C13.5483398,2.976239 14.6333651,4.13928406 14.6333651,5.74461385 C14.6333651,6.66194516 14.3103423,6.97318257 14.3020597,7.37451502 C14.293777,7.67756197 14.4594297,7.88232342 14.7327567,7.964228 C15.0557795,8.07070396 15.4036502,7.93146617 15.5775856,7.65299059 C15.8260646,7.22708677 16,6.51451691 16,5.74461385 C16,3.35300008 14.3020597,1.70671799 11.9332258,1.70671799 L11.6184857,1.70671799 L11.6184857,0.666529811 C11.6184857,-0.00508775507 11.0469838,-0.185277834 10.541743,0.199673698 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M9.5,6 C10.8807119,6 12,7.11928813 12,8.5 L12,13.5 C12,14.8807119 10.8807119,16 9.5,16 L6.5,16 C5.11928813,16 4,14.8807119 4,13.5 L4,8.5 C4,7.11928813 5.11928813,6 6.5,6 L9.5,6 Z M9.5,8 L6.5,8 C6.25454011,8 6.05039163,8.17687516 6.00805567,8.41012437 L6,8.5 L6,13.5 C6,13.7454599 6.17687516,13.9496084 6.41012437,13.9919443 L6.5,14 L9.5,14 C9.74545989,14 9.94960837,13.8231248 9.99194433,13.5898756 L10,13.5 L10,8.5 C10,8.25454011 9.82312484,8.05039163 9.58987563,8.00805567 L9.5,8 Z' id='Rectangle' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/57.2 Rotate ACW%3C/title%3E%3Cg id='1-UI/1-Icons/57.2-Rotate-ACW' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.541743,0.199673698 L8.26401815,1.88690807 C7.91614745,2.14900273 7.90786481,2.53395426 8.26401815,2.79604892 L10.541743,4.4832833 C11.0387011,4.86004437 11.6184857,4.67166383 11.6184857,4.02461764 L11.6184857,2.976239 L11.9497911,2.976239 C13.5483398,2.976239 14.6333651,4.13928406 14.6333651,5.74461385 C14.6333651,6.66194516 14.3103423,6.97318257 14.3020597,7.37451502 C14.293777,7.67756197 14.4594297,7.88232342 14.7327567,7.964228 C15.0557795,8.07070396 15.4036502,7.93146617 15.5775856,7.65299059 C15.8260646,7.22708677 16,6.51451691 16,5.74461385 C16,3.35300008 14.3020597,1.70671799 11.9332258,1.70671799 L11.6184857,1.70671799 L11.6184857,0.666529811 C11.6184857,-0.00508775507 11.0469838,-0.185277834 10.541743,0.199673698 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M9.5,6 C10.8807119,6 12,7.11928813 12,8.5 L12,13.5 C12,14.8807119 10.8807119,16 9.5,16 L6.5,16 C5.11928813,16 4,14.8807119 4,13.5 L4,8.5 C4,7.11928813 5.11928813,6 6.5,6 L9.5,6 Z M9.5,8 L6.5,8 C6.25454011,8 6.05039163,8.17687516 6.00805567,8.41012437 L6,8.5 L6,13.5 C6,13.7454599 6.17687516,13.9496084 6.41012437,13.9919443 L6.5,14 L9.5,14 C9.74545989,14 9.94960837,13.8231248 9.99194433,13.5898756 L10,13.5 L10,8.5 C10,8.25454011 9.82312484,8.05039163 9.58987563,8.00805567 L9.5,8 Z' id='Rectangle' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.rotate-ccw:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/57.2 Rotate ACW%3C/title%3E%3Cg id='1-UI/1-Icons/57.2-Rotate-ACW' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.541743,0.199673698 L8.26401815,1.88690807 C7.91614745,2.14900273 7.90786481,2.53395426 8.26401815,2.79604892 L10.541743,4.4832833 C11.0387011,4.86004437 11.6184857,4.67166383 11.6184857,4.02461764 L11.6184857,2.976239 L11.9497911,2.976239 C13.5483398,2.976239 14.6333651,4.13928406 14.6333651,5.74461385 C14.6333651,6.66194516 14.3103423,6.97318257 14.3020597,7.37451502 C14.293777,7.67756197 14.4594297,7.88232342 14.7327567,7.964228 C15.0557795,8.07070396 15.4036502,7.93146617 15.5775856,7.65299059 C15.8260646,7.22708677 16,6.51451691 16,5.74461385 C16,3.35300008 14.3020597,1.70671799 11.9332258,1.70671799 L11.6184857,1.70671799 L11.6184857,0.666529811 C11.6184857,-0.00508775507 11.0469838,-0.185277834 10.541743,0.199673698 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M9.5,6 C10.8807119,6 12,7.11928813 12,8.5 L12,13.5 C12,14.8807119 10.8807119,16 9.5,16 L6.5,16 C5.11928813,16 4,14.8807119 4,13.5 L4,8.5 C4,7.11928813 5.11928813,6 6.5,6 L9.5,6 Z M9.5,8 L6.5,8 C6.25454011,8 6.05039163,8.17687516 6.00805567,8.41012437 L6,8.5 L6,13.5 C6,13.7454599 6.17687516,13.9496084 6.41012437,13.9919443 L6.5,14 L9.5,14 C9.74545989,14 9.94960837,13.8231248 9.99194433,13.5898756 L10,13.5 L10,8.5 C10,8.25454011 9.82312484,8.05039163 9.58987563,8.00805567 L9.5,8 Z' id='Rectangle' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.bin.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/58 Bin%3C/title%3E%3Cg id='1-UI/1-Icons/58-Bin' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,1 C9.48051499,1 10.7731656,1.80434324 11.4648015,2.99987956 L14,3 C14.5522847,3 15,3.44771525 15,4 C15,4.55228475 14.5522847,5 14,5 L13.833,5 L13.2292386,12.2491364 C13.0996656,13.8040128 11.7998673,15 10.2396014,15 L5.76039864,15 C4.20013273,15 2.9003344,13.8040128 2.77076137,12.2491364 L2.167,5 L2,5 C1.44771525,5 1,4.55228475 1,4 C1,3.44771525 1.44771525,3 2,3 L4.53519846,2.99987956 C5.22683444,1.80434324 6.51948501,1 8,1 Z M11.826,5 L4.173,5 L4.76385289,12.0830455 C4.80372151,12.561469 5.17596182,12.9379595 5.64205745,12.9930502 L5.76039864,13 L10.2396014,13 C10.7196832,13 11.125786,12.6603113 11.2193936,12.2004007 L11.2361471,12.0830455 L11.826,5 Z M10.0303301,6.96966991 C10.2965966,7.23593648 10.3208027,7.65260016 10.1029482,7.94621165 L10.0303301,8.03033009 L9.061,9 L10.0303301,9.96966991 C10.3232233,10.2625631 10.3232233,10.7374369 10.0303301,11.0303301 C9.76406352,11.2965966 9.34739984,11.3208027 9.05378835,11.1029482 L8.96966991,11.0303301 L8,10.061 L7.03033009,11.0303301 L6.94621165,11.1029482 C6.65260016,11.3208027 6.23593648,11.2965966 5.96966991,11.0303301 C5.70340335,10.7640635 5.6791973,10.3473998 5.89705176,10.0537883 L5.96966991,9.96966991 L6.939,9 L5.96966991,8.03033009 C5.6767767,7.73743687 5.6767767,7.26256313 5.96966991,6.96966991 C6.23593648,6.70340335 6.65260016,6.6791973 6.94621165,6.89705176 L7.03033009,6.96966991 L8,7.939 L8.96966991,6.96966991 L9.05378835,6.89705176 C9.34739984,6.6791973 9.76406352,6.70340335 10.0303301,6.96966991 Z' id='Shape' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/58 Bin%3C/title%3E%3Cg id='1-UI/1-Icons/58-Bin' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,1 C9.48051499,1 10.7731656,1.80434324 11.4648015,2.99987956 L14,3 C14.5522847,3 15,3.44771525 15,4 C15,4.55228475 14.5522847,5 14,5 L13.833,5 L13.2292386,12.2491364 C13.0996656,13.8040128 11.7998673,15 10.2396014,15 L5.76039864,15 C4.20013273,15 2.9003344,13.8040128 2.77076137,12.2491364 L2.167,5 L2,5 C1.44771525,5 1,4.55228475 1,4 C1,3.44771525 1.44771525,3 2,3 L4.53519846,2.99987956 C5.22683444,1.80434324 6.51948501,1 8,1 Z M11.826,5 L4.173,5 L4.76385289,12.0830455 C4.80372151,12.561469 5.17596182,12.9379595 5.64205745,12.9930502 L5.76039864,13 L10.2396014,13 C10.7196832,13 11.125786,12.6603113 11.2193936,12.2004007 L11.2361471,12.0830455 L11.826,5 Z M10.0303301,6.96966991 C10.2965966,7.23593648 10.3208027,7.65260016 10.1029482,7.94621165 L10.0303301,8.03033009 L9.061,9 L10.0303301,9.96966991 C10.3232233,10.2625631 10.3232233,10.7374369 10.0303301,11.0303301 C9.76406352,11.2965966 9.34739984,11.3208027 9.05378835,11.1029482 L8.96966991,11.0303301 L8,10.061 L7.03033009,11.0303301 L6.94621165,11.1029482 C6.65260016,11.3208027 6.23593648,11.2965966 5.96966991,11.0303301 C5.70340335,10.7640635 5.6791973,10.3473998 5.89705176,10.0537883 L5.96966991,9.96966991 L6.939,9 L5.96966991,8.03033009 C5.6767767,7.73743687 5.6767767,7.26256313 5.96966991,6.96966991 C6.23593648,6.70340335 6.65260016,6.6791973 6.94621165,6.89705176 L7.03033009,6.96966991 L8,7.939 L8.96966991,6.96966991 L9.05378835,6.89705176 C9.34739984,6.6791973 9.76406352,6.70340335 10.0303301,6.96966991 Z' id='Shape' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.bin:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E1 UI/1 Icons/58 Bin%3C/title%3E%3Cg id='1-UI/1-Icons/58-Bin' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,1 C9.48051499,1 10.7731656,1.80434324 11.4648015,2.99987956 L14,3 C14.5522847,3 15,3.44771525 15,4 C15,4.55228475 14.5522847,5 14,5 L13.833,5 L13.2292386,12.2491364 C13.0996656,13.8040128 11.7998673,15 10.2396014,15 L5.76039864,15 C4.20013273,15 2.9003344,13.8040128 2.77076137,12.2491364 L2.167,5 L2,5 C1.44771525,5 1,4.55228475 1,4 C1,3.44771525 1.44771525,3 2,3 L4.53519846,2.99987956 C5.22683444,1.80434324 6.51948501,1 8,1 Z M11.826,5 L4.173,5 L4.76385289,12.0830455 C4.80372151,12.561469 5.17596182,12.9379595 5.64205745,12.9930502 L5.76039864,13 L10.2396014,13 C10.7196832,13 11.125786,12.6603113 11.2193936,12.2004007 L11.2361471,12.0830455 L11.826,5 Z M10.0303301,6.96966991 C10.2965966,7.23593648 10.3208027,7.65260016 10.1029482,7.94621165 L10.0303301,8.03033009 L9.061,9 L10.0303301,9.96966991 C10.3232233,10.2625631 10.3232233,10.7374369 10.0303301,11.0303301 C9.76406352,11.2965966 9.34739984,11.3208027 9.05378835,11.1029482 L8.96966991,11.0303301 L8,10.061 L7.03033009,11.0303301 L6.94621165,11.1029482 C6.65260016,11.3208027 6.23593648,11.2965966 5.96966991,11.0303301 C5.70340335,10.7640635 5.6791973,10.3473998 5.89705176,10.0537883 L5.96966991,9.96966991 L6.939,9 L5.96966991,8.03033009 C5.6767767,7.73743687 5.6767767,7.26256313 5.96966991,6.96966991 C6.23593648,6.70340335 6.65260016,6.6791973 6.94621165,6.89705176 L7.03033009,6.96966991 L8,7.939 L8.96966991,6.96966991 L9.05378835,6.89705176 C9.34739984,6.6791973 9.76406352,6.70340335 10.0303301,6.96966991 Z' id='Shape' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.more-options.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cfilter id='w7b3ar2u9a'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'/%3E%3C/filter%3E%3Cfilter id='5s25rswqub'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%23w7b3ar2u9a)' transform='translate(-281 -2480) translate(0 1154) translate(0 1322) translate(281 4)'%3E%3Crect width='16' height='16' fill='%23FFF' rx='5'/%3E%3C/g%3E%3Cg filter='url(%235s25rswqub)' transform='translate(-281 -2480) translate(0 1154) translate(0 1322) translate(281 4)'%3E%3Cpath fill='%23000' d='M5 7v2H3V7h2zm4 0v2H7V7h2zm4 0v2h-2V7h2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cfilter id='w7b3ar2u9a'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'/%3E%3C/filter%3E%3Cfilter id='5s25rswqub'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%23w7b3ar2u9a)' transform='translate(-281 -2480) translate(0 1154) translate(0 1322) translate(281 4)'%3E%3Crect width='16' height='16' fill='%23FFF' rx='5'/%3E%3C/g%3E%3Cg filter='url(%235s25rswqub)' transform='translate(-281 -2480) translate(0 1154) translate(0 1322) translate(281 4)'%3E%3Cpath fill='%23000' d='M5 7v2H3V7h2zm4 0v2H7V7h2zm4 0v2h-2V7h2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.ehr-form .icon.more-options:not(.masked) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cfilter id='w7b3ar2u9a'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.921569 0 0 0 1.000000 0'/%3E%3C/filter%3E%3Cfilter id='5s25rswqub'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%23w7b3ar2u9a)' transform='translate(-281 -2480) translate(0 1154) translate(0 1322) translate(281 4)'%3E%3Crect width='16' height='16' fill='%23FFF' rx='5'/%3E%3C/g%3E%3Cg filter='url(%235s25rswqub)' transform='translate(-281 -2480) translate(0 1154) translate(0 1322) translate(281 4)'%3E%3Cpath fill='%23000' d='M5 7v2H3V7h2zm4 0v2H7V7h2zm4 0v2h-2V7h2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.ehr-form .icon.sorting.masked {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-close-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-575.000000, -1922.000000)' fill='%231D1D1D' fill-rule='nonzero' id='Close-Tab'%3E%3Cg transform='translate(300.000000, 1922.000000)'%3E%3Cg id='ui-button-close-normal_export' transform='translate(275.000000, 0.000000)'%3E%3Cpath d='M13,20 C13,21.1 12.1,22 11,22 C9.9,22 9,21.1 9,20 C9,18.9 9.9,18 11,18 C12.1,18 13,18.9 13,20 Z M11,12 C9.9,12 9,12.9 9,14 C9,15.1 9.9,16 11,16 C12.1,16 13,15.1 13,14 C13,12.9 12.1,12 11,12 Z M11,6 C9.9,6 9,6.9 9,8 C9,9.1 9.9,10 11,10 C12.1,10 13,9.1 13,8 C13,6.9 12.1,6 11,6 Z M17,10 C18.1,10 19,9.1 19,8 C19,6.9 18.1,6 17,6 C15.9,6 15,6.9 15,8 C15,9.1 15.9,10 17,10 Z M17,12 C15.9,12 15,12.9 15,14 C15,15.1 15.9,16 17,16 C18.1,16 19,15.1 19,14 C19,12.9 18.1,12 17,12 Z M17,18 C15.9,18 15,18.9 15,20 C15,21.1 15.9,22 17,22 C18.1,22 19,21.1 19,20 C19,18.9 18.1,18 17,18 Z' id='\1f539-Primary-Color'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-close-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-575.000000, -1922.000000)' fill='%231D1D1D' fill-rule='nonzero' id='Close-Tab'%3E%3Cg transform='translate(300.000000, 1922.000000)'%3E%3Cg id='ui-button-close-normal_export' transform='translate(275.000000, 0.000000)'%3E%3Cpath d='M13,20 C13,21.1 12.1,22 11,22 C9.9,22 9,21.1 9,20 C9,18.9 9.9,18 11,18 C12.1,18 13,18.9 13,20 Z M11,12 C9.9,12 9,12.9 9,14 C9,15.1 9.9,16 11,16 C12.1,16 13,15.1 13,14 C13,12.9 12.1,12 11,12 Z M11,6 C9.9,6 9,6.9 9,8 C9,9.1 9.9,10 11,10 C12.1,10 13,9.1 13,8 C13,6.9 12.1,6 11,6 Z M17,10 C18.1,10 19,9.1 19,8 C19,6.9 18.1,6 17,6 C15.9,6 15,6.9 15,8 C15,9.1 15.9,10 17,10 Z M17,12 C15.9,12 15,12.9 15,14 C15,15.1 15.9,16 17,16 C18.1,16 19,15.1 19,14 C19,12.9 18.1,12 17,12 Z M17,18 C15.9,18 15,18.9 15,20 C15,21.1 15.9,22 17,22 C18.1,22 19,21.1 19,20 C19,18.9 18.1,18 17,18 Z' id='\1f539-Primary-Color'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .icon.sorting:not(.masked) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eui-button-close-normal%3C/title%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-575.000000, -1922.000000)' fill='%231D1D1D' fill-rule='nonzero' id='Close-Tab'%3E%3Cg transform='translate(300.000000, 1922.000000)'%3E%3Cg id='ui-button-close-normal_export' transform='translate(275.000000, 0.000000)'%3E%3Cpath d='M13,20 C13,21.1 12.1,22 11,22 C9.9,22 9,21.1 9,20 C9,18.9 9.9,18 11,18 C12.1,18 13,18.9 13,20 Z M11,12 C9.9,12 9,12.9 9,14 C9,15.1 9.9,16 11,16 C12.1,16 13,15.1 13,14 C13,12.9 12.1,12 11,12 Z M11,6 C9.9,6 9,6.9 9,8 C9,9.1 9.9,10 11,10 C12.1,10 13,9.1 13,8 C13,6.9 12.1,6 11,6 Z M17,10 C18.1,10 19,9.1 19,8 C19,6.9 18.1,6 17,6 C15.9,6 15,6.9 15,8 C15,9.1 15.9,10 17,10 Z M17,12 C15.9,12 15,12.9 15,14 C15,15.1 15.9,16 17,16 C18.1,16 19,15.1 19,14 C19,12.9 18.1,12 17,12 Z M17,18 C15.9,18 15,18.9 15,20 C15,21.1 15.9,22 17,22 C18.1,22 19,21.1 19,20 C19,18.9 18.1,18 17,18 Z' id='\1f539-Primary-Color'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ehr-form .b-form-btn {
  background-color: var(--b-button-default-background-color);
  border-color: var(--b-button-default-border-color);
  color: var(--b-button-default-color);
  border-radius: .5em;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: var(--b-labeled-input-font-family);
  font-size: 1em;
  line-height: 1.2;
  margin-right: .25em;
  margin-top: .25em;
  padding: .5em 1em;
  position: relative;
}
.ehr-form .b-form-btn:hover {
  background-color: var(--b-button-default-hover-background-color);
  border-color: var(--b-labeled-input-hover-border-color);
  color: var(--b-button-default-color);
}
.ehr-form .b-form-btn:active:enabled {
  background-color: var(--b-button-default-active-background-color);
  border-color: var(--b-button-default-active-border-color);
  color: var(--b-button-default-active-color);
  box-shadow: none;
}
.ehr-form .b-form-btn:disabled,
.ehr-form .b-form-btn.disabled {
  background-color: var(--b-button-disabled-background-color);
  border-color: var(--b-button-disabled-border-color);
  color: var(--b-button-disabled-color);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.ehr-form .b-form-btn:disabled:hover,
.ehr-form .b-form-btn.disabled:hover {
  background-color: var(--b-button-disabled-hover-background-color);
}
.ehr-form .b-form-btn:focus {
  outline: none;
}
.ehr-form .b-form-btn:focus {
  box-shadow: 0 0 0 2px var(--b-labeled-input-focused-border-color-inner), 0 0 0 4px var(--b-labeled-input-focused-border-color-outer);
  background-color: var(--b-labeled-input-focused-background-color);
  border-color: var(--b-labeled-input-focused-border-color);
}
.ehr-form .b-form-btn:focus .input-group-append > .b-icon {
  color: var(--b-datepicker-toggle-icon-active-color);
}
.ehr-form .b-form-btn.selected {
  background-color: var(--b-button-selected-background-color);
  border-color: var(--b-button-selected-border-color);
  color: var(--b-button-selected-color);
  font-weight: 700;
}
.ehr-form .b-form-btn.selected:disabled,
.ehr-form .b-form-btn.selected.disabled {
  background-color: var(--b-button-selected-disabled-background-color);
  border-color: var(--b-button-selected-disabled-border-color);
  color: var(--b-button-selected-disabled-color);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.ehr-form .b-form-btn.selected:disabled:hover,
.ehr-form .b-form-btn.selected.disabled:hover {
  background-color: var(--b-button-disabled-hover-background-color);
}
.ehr-form .b-form-btn.selected:disabled .b-form-btn--check-icon,
.ehr-form .b-form-btn.selected.disabled .b-form-btn--check-icon {
  color: var(--b-button-selected-disabled-color);
}
.ehr-form .b-form-btn.danger {
  background-color: var(--b-button-danger-background-color);
  border-color: var(--b-button-danger-border-color);
  color: var(--b-button-danger-color);
}
.ehr-form .b-form-btn.danger:hover {
  background-color: var(--b-button-danger-hover-background-color);
  border-color: var(--b-button-danger-border-color);
  color: var(--b-button-danger-border-color);
}
.ehr-form .b-form-btn.danger:active:enabled {
  background-color: var(--b-button-danger-active-background-color);
  border-color: var(--b-button-danger-active-border-color);
  color: var(--b-button-danger-active-color);
  box-shadow: none;
}
.ehr-form .b-form-btn.danger:disabled,
.ehr-form .b-form-btn.danger.disabled {
  background-color: var(--b-button-danger-disabled-background-color);
  border-color: var(--b-button-danger-disabled-border-color);
  color: var(--b-button-danger-disabled-color);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.ehr-form .b-form-btn.danger:disabled:hover,
.ehr-form .b-form-btn.danger.disabled:hover {
  background-color: var(--b-button-danger-disabled-hover-background-color);
}
.ehr-form .b-form-btn.info {
  background-color: var(--b-button-info-background-color);
  border-color: var(--b-button-info-border-color);
  color: var(--b-button-info-color);
}
.ehr-form .b-form-btn.info:hover {
  background-color: var(--b-button-info-hover-background-color);
  border-color: var(--b-button-info-border-color);
  color: var(--b-button-info-border-color);
}
.ehr-form .b-form-btn.info:active:enabled {
  background-color: var(--b-button-info-active-background-color);
  border-color: var(--b-button-info-active-border-color);
  color: var(--b-button-info-active-color);
  box-shadow: none;
}
.ehr-form .b-form-btn.info:disabled,
.ehr-form .b-form-btn.info.disabled {
  background-color: var(--b-button-info-disabled-background-color);
  border-color: var(--b-button-info-disabled-border-color);
  color: var(--b-button-info-disabled-color);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.ehr-form .b-form-btn.info:disabled:hover,
.ehr-form .b-form-btn.info.disabled:hover {
  background-color: var(--b-button-info-disabled-hover-background-color);
}
.ehr-form .b-form-btn.link {
  background-color: var(--b-button-link-background-color);
  border-color: var(--b-button-link-border-color);
  color: var(--b-button-info-color);
}
.ehr-form .b-form-btn.link:hover {
  background-color: var(--b-button-link-background-color);
  border-color: var(--b-button-link-border-color);
  color: var(--b-button-link-hover-color);
}
.ehr-form .b-form-btn.link:active:enabled {
  background-color: var(--b-button-link-background-color);
  border-color: var(--b-button-link-border-color);
  color: var(--b-button-info-active-color);
  box-shadow: none;
}
.ehr-form .b-form-btn.link:disabled,
.ehr-form .b-form-btn.link.disabled {
  background-color: var(--b-button-link-background-color);
  border-color: var(--b-button-link-border-color);
  color: var(--b-button-info-color);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.ehr-form .b-form-btn.link:disabled:hover,
.ehr-form .b-form-btn.link.disabled:hover {
  background-color: var(--b-button-link-background-color);
}
.ehr-form .b-form-btn.link:hover {
  text-decoration: underline;
}
.ehr-form .b-form-btn.link:disabled {
  opacity: .2;
}
.ehr-form .b-form-btn .b-form-btn--check-icon {
  display: inline-block;
  left: .5em;
  margin-top: .1em;
  position: absolute;
}
.ehr-form .b-form-btn .b-form-btn--check-icon + span {
  margin-left: .75em;
}
.ehr-form .ehr-button .b-form-btn {
  margin-bottom: .25em;
}
.ehr-form .ehr-form-root--with-offset > ehr-rows-renderer > div > div > ehr-model-renderer > .ehr-model-renderer > .row:not(ehr-container).no-gutters {
  margin: 0 calc(.25em + 2px);
}
.ehr-form .ehr-form-root--with-offset .ehr-layout-group,
.ehr-form .ehr-form-root--with-offset .ehr-container.card {
  border: 2px solid rgba(0, 0, 0, 0);
}
.ehr-form .ehr-form-root--with-offset .ehr-layout-group.not-bordered,
.ehr-form .ehr-form-root--with-offset .ehr-container.card.not-bordered {
  margin-left: .25em;
  margin-right: .25em;
}
.ehr-form .ehr-form-root--with-offset .card-offset.left-1 {
  margin-left: calc(1*(.25em + 2px));
}
.ehr-form .ehr-form-root--with-offset .card-offset.right-1 {
  margin-right: calc(1*(.25em + 2px));
}
.ehr-form .ehr-form-root--with-offset .card-offset.left-2 {
  margin-left: calc(2*(.25em + 2px));
}
.ehr-form .ehr-form-root--with-offset .card-offset.right-2 {
  margin-right: calc(2*(.25em + 2px));
}
.ehr-form .ehr-form-root--with-offset .card-offset.left-3 {
  margin-left: calc(3*(.25em + 2px));
}
.ehr-form .ehr-form-root--with-offset .card-offset.right-3 {
  margin-right: calc(3*(.25em + 2px));
}
.ehr-form .ehr-form-root--with-offset .card-offset.left-4 {
  margin-left: calc(4*(.25em + 2px));
}
.ehr-form .ehr-form-root--with-offset .card-offset.right-4 {
  margin-right: calc(4*(.25em + 2px));
}
.ehr-form .ehr-layout-group,
.ehr-form .ehr-container.card {
  border-radius: .5rem;
}
.ehr-form .ehr-layout-group.card-bordered,
.ehr-form .ehr-container.card.card-bordered {
  border: 2px solid var(--b-container-border-color);
  margin: .25em;
}
.ehr-form .ehr-container.card {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
}
.ehr-form .ehr-container.card .card-header {
  padding: .25em 0;
  margin-left: .25em;
  margin-right: .25em;
  background-color: var(--b-container-header-background-color);
  border-bottom: none;
}
.ehr-form .ehr-container.card .card-header .title.level-1 {
  color: var(--b-container-header-level1-color);
  font-size: 1.375em;
  font-weight: 700;
}
.ehr-form .ehr-container.card .card-header.collapsible-title {
  cursor: pointer;
}
.ehr-form .ehr-container.card .card-header.collapsible-title .b-icon {
  font-size: 1em;
  margin-right: .25em;
}
.ehr-form .ehr-container.card .card-header .container-button--duplicate,
.ehr-form .ehr-container.card .card-header .container-button--remove {
  background-color: var(--b-card-multiplicity-button-background-color);
  padding: .5em;
}
.ehr-form .ehr-container.card .card-header .container-button--duplicate:disabled,
.ehr-form .ehr-container.card .card-header .container-button--duplicate.disabled,
.ehr-form .ehr-container.card .card-header .container-button--remove:disabled,
.ehr-form .ehr-container.card .card-header .container-button--remove.disabled {
  cursor: not-allowed;
}
.ehr-form .ehr-container.card .card-header .container-button--duplicate > .b-icon {
  color: var(--b-card-multiplicity-add-button-color);
}
.ehr-form .ehr-container.card .card-header .container-button--remove > .b-icon {
  color: var(--b-card-multiplicity-remove-button-color);
}
.ehr-form .ehr-container.card .card-body {
  background-color: var(--b-container-body-background-color);
  padding: 0;
}
.ehr-form .ehr-container.card.card-highlight--info {
  box-shadow: 0 0 0 2px var(--b-card-border-highlight-info-color);
}
.ehr-form .ehr-container.card.card-highlight--danger {
  box-shadow: 0 0 0 2px var(--b-card-border-highlight-danger-color);
}
.ehr-form .form-renderer-select.ng-select,
.ehr-form .ng-dropdown-panel {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
}
.ehr-form .form-renderer-select.ng-select .ng-has-value .ng-placeholder,
.ehr-form .ng-dropdown-panel .ng-has-value .ng-placeholder {
  display: none;
}
.ehr-form .form-renderer-select.ng-select .ng-select-container,
.ehr-form .ng-dropdown-panel .ng-select-container {
  align-items: baseline;
  border-radius: .375em;
  color: var(--b-ng-select-value-badge-color);
  cursor: pointer;
  min-height: 0;
}
.ehr-form .form-renderer-select.ng-select .ng-select-container:after,
.ehr-form .ng-dropdown-panel .ng-select-container:after {
  border-bottom: none;
}
.ehr-form .form-renderer-select.ng-select .ng-select-container .ng-value-container,
.ehr-form .ng-dropdown-panel .ng-select-container .ng-value-container {
  border-top: 0;
  padding: 0;
  height: 100%;
}
.ehr-form .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-placeholder,
.ehr-form .ng-dropdown-panel .ng-select-container .ng-value-container .ng-placeholder {
  color: var(--b-input-placeholder-color);
  font-family: var(--b-input-placeholder-font-family);
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 14px;
}
.ehr-form .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-value,
.ehr-form .ng-dropdown-panel .ng-select-container .ng-value-container .ng-value {
  font-size: 1em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ehr-form .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-input,
.ehr-form .ng-dropdown-panel .ng-select-container .ng-value-container .ng-input {
  bottom: 0;
  left: 0;
  position: absolute;
}
.ehr-form .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-input > input,
.ehr-form .ng-dropdown-panel .ng-select-container .ng-value-container .ng-input > input {
  font-size: 1em;
  font-weight: 700;
  width: 95%;
  height: 100%;
  padding-left: 0;
  padding-top: 0;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel {
  background: var(--b-ng-select-items-background);
  border: none;
  border-radius: .375em;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, .1019607843),
    0 4px 40px rgba(0, 0, 0, .1019607843),
    0 0 2px rgba(0, 0, 0, .1019607843);
  left: -10px;
  position: absolute;
  top: calc(100% + 14px);
  width: calc(100% + 20px);
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel:before,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel:before,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel:before,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel:before {
  display: none;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items {
  border-radius: .375em;
  top: 0;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: var(--b-ng-select-item-background-color);
  color: var(--b-input-value-color);
  display: flex;
  overflow: hidden;
  padding: 1em 2em 1em .5em;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  line-height: inherit;
  min-height: inherit;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  display: flex;
  align-items: center;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon {
  color: var(--b-ng-select-item-icon-selected-color);
  width: 1.5em;
  padding-left: .125em;
  position: relative;
  top: 2px;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon + .ng-option-label,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon + .ng-option-label,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon + .ng-option-label,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-check-icon + .ng-option-label {
  padding-left: 0;
  width: calc(100% - 3.75em);
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover .ng-option-check-icon,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option:hover .ng-option-check-icon,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover .ng-option-check-icon,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option:hover .ng-option-check-icon {
  color: var(--b-ng-select-item-icon-selected-disabled-color);
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: var(--b-ng-select-item-hovered-background-color);
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked .ng-tag-label,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked .ng-tag-label,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked .ng-tag-label,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked .ng-tag-label {
  margin-right: 8px;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: var(--b-ng-select-item-selected-background-color);
  font-weight: 700;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected:hover,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected:hover,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected:hover,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected:hover {
  background: var(--b-ng-select-item-hovered-background-color);
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  background:
    repeating-linear-gradient(
      -45deg,
      var(--b-labeled-input-disabled-hatching-color1) 0,
      var(--b-labeled-input-disabled-hatching-color1) 3px,
      var(--b-labeled-input-disabled-hatching-color2) 4px,
      var(--b-labeled-input-disabled-hatching-color2) 6px);
  color: var(--b-ng-select-item-disabled-color);
  cursor: not-allowed;
}
.ehr-form .form-renderer-select.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child,
.ehr-form .form-renderer-select.ng-select.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child,
.ehr-form .ng-dropdown-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child,
.ehr-form .ng-dropdown-panel.form-renderer-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 2em;
}
.ehr-form .form-renderer-select.ng-select .ng-arrow-wrapper,
.ehr-form .ng-dropdown-panel .ng-arrow-wrapper {
  right: 1em;
  top: .125em;
}
.ehr-form .form-renderer-select.ng-select .ng-arrow-wrapper .ng-arrow,
.ehr-form .ng-dropdown-panel .ng-arrow-wrapper .ng-arrow {
  color: var(--b-ng-select-arrow-focused-color);
  border: none;
}
.ehr-form .form-renderer-select.ng-select .ng-arrow-wrapper .ng-arrow:before,
.ehr-form .ng-dropdown-panel .ng-arrow-wrapper .ng-arrow:before {
  color: var(--b-ng-select-arrow-color);
  content: "\e903";
  font-family: better-icons;
}
.ehr-form .form-renderer-select.ng-select.ng-select-disabled.ng-select-container,
.ehr-form .ng-dropdown-panel.ng-select-disabled.ng-select-container {
  cursor: not-allowed;
}
.ehr-form .form-renderer-select.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper,
.ehr-form .ng-dropdown-panel.ng-select-single .ng-select-container .ng-clear-wrapper {
  bottom: 0;
  color: var(--b-ng-select-clear-icon-color);
  display: none;
  margin-right: .375em;
  right: 1em;
  width: auto;
}
.ehr-form .form-renderer-select.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper:hover,
.ehr-form .ng-dropdown-panel.ng-select-single .ng-select-container .ng-clear-wrapper:hover {
  color: var(--b-ng-select-clear-icon-hover-color);
}
.ehr-form .form-renderer-select.ng-select.ng-select-single .ng-select-container .ng-value,
.ehr-form .ng-dropdown-panel.ng-select-single .ng-select-container .ng-value {
  width: 95%;
  z-index: 2;
}
.ehr-form .form-renderer-select.ng-select.ng-select-single .ng-select-container.ng-has-value .ng-clear-wrapper,
.ehr-form .ng-dropdown-panel.ng-select-single .ng-select-container.ng-has-value .ng-clear-wrapper {
  display: block;
  z-index: 3;
  top: 2px;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container .ng-value-container,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container .ng-value-container {
  min-height: 24px;
  position: relative;
  row-gap: .125em;
  width: 100%;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  align-items: center;
  background-color: var(--b-ng-select-value-badge-background-color);
  border-radius: .375em;
  color: var(--b-ng-select-value-badge-color);
  display: flex;
  font-weight: 700;
  margin-right: .5em;
  padding: .125em .75em;
  white-space: normal;
  word-break: normal;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 1em;
  line-height: 1;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: var(--b-ng-select-value-badge-clear-icon-color);
  display: block !important;
  line-height: 1;
  margin-left: .5em;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: var(--b-ng-select-value-badge-clear-icon-color);
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  position: relative;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container.ng-has-value,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container.ng-has-value {
  align-items: center;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding: 0;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple .ng-select-container .ng-arrow-wrapper,
.ehr-form .ng-dropdown-panel.ng-select-multiple .ng-select-container .ng-arrow-wrapper {
  margin-left: 16px;
}
.ehr-form .form-renderer-select.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value,
.ehr-form .ng-dropdown-panel.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  background-color: var(--b-ng-select-value-badge-disabled-background-background-color);
  color: var(--b-ng-select-value-badge-disabled-background-color);
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-select-container {
  background-color: var(--b-ng-select-value-badge-background-color);
  height: 1.5em;
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-select-container.ng-has-value .ng-clear-wrapper {
  display: none;
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-select-container .ng-value-container {
  position: relative;
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-value {
  height: 100%;
  left: 8px;
  position: relative;
  bottom: 1px;
  padding-right: 14px;
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-value .ng-value-label {
  position: relative;
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-value .stale-item-warning {
  margin-top: 4px;
  margin-right: 4px;
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-select-container .ng-value-container .ng-input > input {
  display: none;
}
.ehr-form mrd-quantity-input .quantity-unit .form-renderer-select.ng-select .ng-arrow-wrapper {
  top: 0;
}
.ehr-form .ng-dropdown-panel.dropdown-is-quantity {
  right: -10px;
  left: auto;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 70vw;
  min-width: 70px;
}
.ehr-form .ng-dropdown-panel.dropdown-is-quantity.ng-select-left {
  left: 0;
  right: auto;
  right: initial;
}
.ehr-form .ng-dropdown-panel.dropdown-is-quantity.ng-select-right {
  right: 0;
  left: auto;
  left: initial;
}
.ehr-form .ng-dropdown-panel.dropdown-is-quantity .ng-dropdown-panel-items .ng-option .ng-option-check-icon + .ng-option-label {
  padding-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.ehr-form .form-renderer-dropdown-panel {
  transform: translate(-10px, 12px);
}
.ehr-form .ehr-notification {
  padding: 3px 0;
  width: 100%;
}
.ehr-form .notification-container {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #8e9099;
  border-radius: 8px;
  padding: 16px;
}
.ehr-form .notification-container .notification-icon {
  border-radius: 50%;
  font-size: 1.5rem;
  color: #919094;
}
.ehr-form .notification-container.notification-error {
  background: #ffe6eb;
  border: 1px solid #ff2d55;
}
.ehr-form .notification-container.notification-error .notification-icon {
  color: #ff2d55;
}
.ehr-form .notification-container.notification-draft {
  background: #fff5e0;
  border: 1px solid #fa0;
}
.ehr-form .notification-container.notification-draft .notification-icon {
  color: #fa0;
}
.ehr-form .notification-container.notification-info {
  background: #ebf5ff;
  border: 1px solid #007aff;
}
.ehr-form .notification-container.notification-info .notification-icon {
  color: #007aff;
}
.ehr-form .ehr-notification .ehr-rich-text > * {
  padding: 0;
}
.ehr-form .notification-text {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.ehr-form .ehr-rich-text {
  color: var(--b-rich-text-color);
  font-family: Roboto, sans-serif;
  font-size: var(--b-ehr-form-font-size);
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  overflow-x: auto;
  word-break: normal;
  white-space: pre-wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.ehr-form .ehr-rich-text:has(*[style*="text-align: center;"]) {
  width: auto;
  width: initial;
}
.ehr-form .ehr-rich-text:not(:has(*:not([style*="text-align: right;"]))):has(*[style*="text-align: right;"]) {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.ehr-form .ehr-rich-text:has(*[style*="text-align: right;"]) {
  width: auto;
  width: initial;
  margin-left: 0;
  margin-left: initial;
}
.ehr-form .ehr-rich-text h1 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33;
}
.ehr-form .ehr-rich-text h2 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}
.ehr-form .ehr-rich-text h3 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}
.ehr-form .ehr-rich-text h4 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: .23px;
  line-height: 1.11;
}
.ehr-form .ehr-rich-text h5 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .7px;
  line-height: 1.25;
  text-transform: uppercase;
}
.ehr-form .ehr-rich-text a {
  color: var(--b-rich-text-anchor-hover-color);
  text-decoration: underline;
}
.ehr-form .ehr-rich-text h1,
.ehr-form .ehr-rich-text h2,
.ehr-form .ehr-rich-text h3,
.ehr-form .ehr-rich-text h4,
.ehr-form .ehr-rich-text h5,
.ehr-form .ehr-rich-text p,
.ehr-form .ehr-rich-text ol,
.ehr-form .ehr-rich-text ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}
.ehr-form .ehr-rich-text ol,
.ehr-form .ehr-rich-text ul {
  padding-left: 1.5em;
}
.ehr-form .ehr-rich-text ol > li,
.ehr-form .ehr-rich-text ul > li {
  list-style-type: none;
}
.ehr-form .ehr-rich-text ul > li:before {
  content: "\2022";
}
.ehr-form .ehr-rich-text ul[data-checked=true],
.ehr-form .ehr-rich-text ul[data-checked=false] {
  pointer-events: none;
}
.ehr-form .ehr-rich-text ul[data-checked=true] > li *,
.ehr-form .ehr-rich-text ul[data-checked=false] > li * {
  pointer-events: all;
}
.ehr-form .ehr-rich-text ul[data-checked=true] > li:before,
.ehr-form .ehr-rich-text ul[data-checked=false] > li:before {
  color: #000 !important;
  cursor: pointer;
  pointer-events: all;
}
.ehr-form .ehr-rich-text ul[data-checked=true] > li:before {
  content: "\2611";
}
.ehr-form .ehr-rich-text ul[data-checked=false] > li:before {
  content: "\2610";
}
.ehr-form .ehr-rich-text li:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ehr-form .ehr-rich-text ol li,
.ehr-form .ehr-rich-text ul li {
  padding-left: 1.5em;
}
.ehr-form .ehr-rich-text ol li {
  counter-increment: list-0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ehr-form .ehr-rich-text ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ehr-form .ehr-rich-text ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ehr-form .ehr-rich-text ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ehr-form .ehr-rich-text ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ehr-form .ehr-rich-text ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ehr-form .ehr-rich-text ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ehr-form .ehr-rich-text ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ehr-form .ehr-rich-text ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ehr-form .ehr-rich-text ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ehr-form .ehr-rich-text ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ehr-form .ehr-rich-text ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ehr-form .ehr-rich-text .ql-indent-1 {
  padding-left: 3em;
}
.ehr-form .ehr-rich-text .ql-indent-1 li {
  padding-left: 4.5em;
}
.ehr-form .ehr-rich-text .ql-indent-2 {
  padding-left: 6em;
}
.ehr-form .ehr-rich-text .ql-indent-2 li {
  padding-left: 7.5em;
}
.ehr-form .ehr-rich-text .ql-indent-3 {
  padding-left: 9em;
}
.ehr-form .ehr-rich-text .ql-indent-3 li {
  padding-left: 10.5em;
}
.ehr-form .ehr-rich-text .ql-indent-4 {
  padding-left: 12em;
}
.ehr-form .ehr-rich-text .ql-indent-4 li {
  padding-left: 13.5em;
}
.ehr-form .ehr-rich-text .ql-indent-5 {
  padding-left: 15em;
}
.ehr-form .ehr-rich-text .ql-indent-5 li {
  padding-left: 16.5em;
}
.ehr-form .ehr-rich-text .ql-indent-6 {
  padding-left: 18em;
}
.ehr-form .ehr-rich-text .ql-indent-6 li {
  padding-left: 19.5em;
}
.ehr-form .ehr-rich-text .ql-indent-7 {
  padding-left: 21em;
}
.ehr-form .ehr-rich-text .ql-indent-7 li {
  padding-left: 22.5em;
}
.ehr-form .ehr-rich-text .ql-indent-8 {
  padding-left: 24em;
}
.ehr-form .ehr-rich-text .ql-indent-8 li {
  padding-left: 25.5em;
}
.ehr-form .ehr-rich-text .ql-indent-9 {
  padding-left: 27em;
}
.ehr-form .ehr-rich-text .ql-indent-9 li {
  padding-left: 28.5em;
}
.ehr-form .labeled-input .ehr-rich-text p {
  color: var(--b-rich-text-color);
  padding-bottom: 0;
}
.ehr-form .labeled-input .ehr-rich-text p:last-of-type {
  padding-bottom: 8px;
}
.ehr-form .labeled-input .ehr-rich-text p:empty {
  padding: 0;
}
.ehr-form .labeled-input .ehr-rich-text p + p {
  padding-top: 0;
}
.ehr-form .ehr-container-label .ehr-rich-field-label p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.3;
}
.ehr-form ui-switch.ehr-switch {
  display: flex;
  line-height: 1;
}
.ehr-form ui-switch.ehr-switch .switch.checked {
  background-color: var(--b-switch-selected-background-color);
  border-color: var(--b-switch-selected-background-color);
}
.ehr-form ui-switch.ehr-switch .switch:focus {
  outline: none !important;
}
.ehr-form .presentation-mode.labeled-input,
.ehr-form .presentation-mode.labeled-input:focus-within {
  background-color: var(--b-labeled-input-presentation-background-color);
  border-color: var(--b-labeled-input-presentation-background-color);
  box-shadow: none;
}
.ehr-form .presentation-mode.labeled-input:hover,
.ehr-form .presentation-mode.labeled-input:hover:not(:focus-within),
.ehr-form .presentation-mode.labeled-input:focus-within:hover,
.ehr-form .presentation-mode.labeled-input:focus-within:hover:not(:focus-within) {
  border-color: var(--b-labeled-input-presentation-background-color);
}
.ehr-form .presentation-mode.labeled-input label.col-form-label,
.ehr-form .presentation-mode.labeled-input:focus-within label.col-form-label {
  font-size: .75em;
  line-height: 1.33;
  letter-spacing: 1px;
  padding-top: .5em;
}
.ehr-form .ehr-container--presentation .presentation-heading.level-1 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0;
}
.ehr-form .ehr-container--presentation .presentation-heading.level-2 {
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 1em;
}
.ehr-form .ehr-container--presentation .presentation-heading.level-3 {
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 1em;
}
.ehr-form .ehr-container--presentation .presentation-heading.level-4 {
  font-size: 1em;
  font-style: italic;
  margin-top: 1em;
}
.ehr-form .ehr-container--presentation .presentation-heading p {
  display: inline-block;
}
.ehr-form ngb-datepicker.dropdown-menu,
.ehr-form .dropdown-menu.ehr-form {
  border-radius: .5em;
  border: none;
  box-shadow:
    0 10px 30px 0 var(--b-datepicker-day-hover-background-color),
    0 4px 40px 0 var(--b-datepicker-day-hover-background-color),
    0 0 2px 0 var(--b-datepicker-day-hover-background-color);
  font-size: .875em;
  left: 24px !important;
  padding: 0;
  top: 7px !important;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-day,
.ehr-form ngb-datepicker.dropdown-menu .btn-light:focus,
.ehr-form ngb-datepicker.dropdown-menu .btn-light.focus,
.ehr-form ngb-datepicker.dropdown-menu .bg-primary:focus,
.ehr-form ngb-datepicker.dropdown-menu .bg-primary.focus,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-day,
.ehr-form .dropdown-menu.ehr-form .btn-light:focus,
.ehr-form .dropdown-menu.ehr-form .btn-light.focus,
.ehr-form .dropdown-menu.ehr-form .bg-primary:focus,
.ehr-form .dropdown-menu.ehr-form .bg-primary.focus {
  outline: none;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header {
  font-size: 1em;
  font-weight: 700;
  padding: 1em 0 .5em;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header ngb-datepicker-navigation,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header ngb-datepicker-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-navigation-select select.custom-select,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-navigation-select select.custom-select {
  height: 2em;
  padding: 0 .5em;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow {
  display: flex;
  justify-content: center;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-navigation-chevron,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-navigation-chevron {
  display: none;
  outline: none;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:before,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:before {
  color: var(--b-datepicker-month-chevron-color);
  content: "\e904";
  font-family: better-icons;
  line-height: 2;
  text-decoration: none;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:hover,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:hover {
  text-decoration: none;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:focus,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:focus {
  outline: none;
  text-decoration: none;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow.right,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow.right {
  transform: rotate(180deg);
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-weekdays,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-weekdays {
  border: none;
  font-size: .9em;
  text-transform: uppercase;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-week-number,
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-weekday,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-week-number,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-weekday {
  color: var(--b-datepicker-weekday-color);
  font-style: normal;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-day > .btn-light,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-day > .btn-light {
  background-color: var(--b-datepicker-day-background-color);
  border-radius: .5em;
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-day > .btn-light:hover,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-day > .btn-light:hover {
  background-color: var(--b-datepicker-day-hover-background-color);
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-day.ngb-dp-today > .btn-light,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-day.ngb-dp-today > .btn-light {
  color: var(--b-datepicker-today-color);
  background-color: var(--b-datepicker-day-background-color);
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-day.ngb-dp-today > .btn-light:hover,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-day.ngb-dp-today > .btn-light:hover {
  background-color: var(--b-datepicker-day-hover-background-color);
}
.ehr-form ngb-datepicker.dropdown-menu .bg-primary,
.ehr-form .dropdown-menu.ehr-form .bg-primary {
  background-color: var(--b-datepicker-day-selected-background-color);
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-weekdays,
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-header,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-weekdays,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-header {
  background-color: var(--b-datepicker-background-color);
}
.ehr-form ngb-datepicker.dropdown-menu .ngb-dp-navigation-select .custom-select + .custom-select,
.ehr-form .dropdown-menu.ehr-form .ngb-dp-navigation-select .custom-select + .custom-select {
  margin-left: .5em;
}
.ehr-form .popover {
  z-index: 2;
}
.ehr-form .popover .arrow {
  position: absolute;
  display: block;
  width: 14px;
  height: 7px;
  margin: 0 6px;
}
.ehr-form .popover .arrow:before,
.ehr-form .popover .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.ehr-form .bs-popover-top,
.ehr-form .bs-popover-auto[x-placement^=top] {
  margin-bottom: 7px;
}
.ehr-form .bs-popover-top > .arrow,
.ehr-form .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -7px;
}
.ehr-form .bs-popover-top > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=top] > .arrow:before {
  bottom: 0;
  border-width: 7px 7px 0;
  border-top-color: rgba(0, 0, 0, 0);
}
.ehr-form .bs-popover-top > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=top] > .arrow:after {
  bottom: 0;
  border-width: 7px 7px 0;
  border-top-color: #fff;
}
.ehr-form .bs-popover-right,
.ehr-form .bs-popover-auto[x-placement^=right] {
  margin-left: 7px;
}
.ehr-form .bs-popover-right > .arrow,
.ehr-form .bs-popover-auto[x-placement^=right] > .arrow {
  left: -7px;
  width: 7px;
  height: 14px;
  margin: 8px 0;
}
.ehr-form .bs-popover-right > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=right] > .arrow:before {
  left: 0;
  border-width: 7px 7px 7px 0;
  border-right-color: rgba(0, 0, 0, 0);
}
.ehr-form .bs-popover-right > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=right] > .arrow:after {
  left: 0;
  border-width: 7px 7px 7px 0;
  border-right-color: #fff;
}
.ehr-form .bs-popover-left,
.ehr-form .bs-popover-auto[x-placement^=left] {
  margin-left: 7px;
}
.ehr-form .bs-popover-left > .arrow,
.ehr-form .bs-popover-auto[x-placement^=left] > .arrow {
  right: -7px;
  left: auto;
  transform: rotate(180deg);
  width: 7px;
  height: 14px;
  margin: 8px 0;
}
.ehr-form .bs-popover-left > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=left] > .arrow:before {
  right: 0;
  border-width: 7px 7px 7px 0;
  border-right-color: #fff;
}
.ehr-form .bs-popover-left > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=left] > .arrow:after {
  right: 0;
  border-width: 7px 7px 7px 0;
  border-right-color: rgba(0, 0, 0, 0);
}
.ehr-form .bs-popover-bottom,
.ehr-form .bs-popover-auto[x-placement^=bottom] {
  margin-top: 7px;
}
.ehr-form .bs-popover-bottom > .arrow,
.ehr-form .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -7px;
}
.ehr-form .bs-popover-bottom > .arrow:before,
.ehr-form .bs-popover-auto[x-placement^=bottom] > .arrow:before {
  top: 0;
  border-width: 0 7px 7px 7px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.ehr-form .bs-popover-bottom > .arrow:after,
.ehr-form .bs-popover-auto[x-placement^=bottom] > .arrow:after {
  top: 0;
  border-width: 0 7px 7px 7px;
  border-bottom-color: #fff;
}
.ehr-form .bs-popover-bottom .popover-header:before,
.ehr-form .bs-popover-auto[x-placement^=bottom] .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 14px;
  margin-left: -7px;
  content: "";
  border-bottom: 0 solid #fff;
}
.ehr-form .provenance-popover {
  max-width: none;
  max-width: initial;
  margin-left: 15px;
}
.ehr-form .provenance-popover.bs-popover-left-top,
.ehr-form .provenance-popover.bs-popover-right-top {
  top: -6px !important;
}
.ehr-form .provenance-popover.bs-popover-left-top .arrow,
.ehr-form .provenance-popover.bs-popover-right-top .arrow {
  top: 18px;
}
.ehr-form .provenance-popover.bs-popover-bottom-right .arrow,
.ehr-form .provenance-popover.bs-popover-top-right .arrow {
  right: 20px;
}
.ehr-form .provenance-popover.bs-popover-bottom-left .arrow,
.ehr-form .provenance-popover.bs-popover-top-left .arrow {
  left: 20px;
}
.ehr-form .provenance-popover.bs-popover-right-bottom,
.ehr-form .provenance-popover.bs-popover-left-bottom {
  top: 15px !important;
}
.ehr-form .provenance-popover .popover-body {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  max-width: 330px;
  padding: 16px 0;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper {
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 16px;
  max-height: 330px;
  max-width: 370px;
  min-width: 300px;
  overflow-y: hidden;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-popover-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 auto;
  color: #5c5c62;
  font-size: .875em;
  margin-bottom: 15px;
  padding: 0 16px;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-popover-header .popover-close-btn {
  font-size: 28px;
  cursor: pointer;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-field-title {
  color: #5c5c62;
  font-size: .875em;
  letter-spacing: .5px;
  line-height: 1.25em;
  margin-bottom: 8px;
  padding: 0 16px;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries {
  overflow-y: auto;
  padding: 0 16px;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries.ie-scrollbar-override {
  height: 258px;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-value {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-value .multimedia-thumbnail {
  margin: 4px 15px 4px 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-value .provenance-empty-text {
  font-weight: 400;
  font-size: .875em;
  color: #88919e;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-committer-data {
  color: #5c5c62;
  font-size: .75em;
  letter-spacing: .17px;
}
.ehr-form .provenance-popover .popover-body .provenance-popover-wrapper .provenance-entries .provenance-entries--entry .provenance-committer-data .provenance-divider {
  margin: 0 .25em;
}
.ehr-form .color-picker-popover .arrow:after {
  border: none;
}
.ehr-form .color-picker-popover .popover-body {
  padding: 0;
}
.ehr-form .ehr-form-tooltip .tooltip-inner {
  white-space: pre-line;
}
.ehr-form .ehr-form--ie-compatibility input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.ehr-form .ehr-form--ie-compatibility .labeled-input:hover {
  border: solid 2px var(--b-labeled-input-hover-border-color);
}
.ehr-form .ehr-form--ie-compatibility .quantity-input .quantity-input--content.no-value > input,
.ehr-form .ehr-form--ie-compatibility .quantity-input .quantity-input--content.no-unit > input {
  flex: 1 0 0%;
}
@font-face {
  .ehr-form {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src:
      local("Roboto-Regular"),
      url("./media/Roboto-Regular-GMKE7L63.woff2") format("woff2"),
      url("./media/Roboto-Regular-VS6LK5OF.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src:
      local("Roboto-Bold"),
      url("./media/Roboto-Bold-HRCILAPB.woff2") format("woff2"),
      url("./media/Roboto-Bold-WYTT5462.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src:
      local("Roboto-RegularItalic"),
      url("./media/Roboto-RegularItalic-LIEPUAIZ.woff2") format("woff2"),
      url("./media/Roboto-RegularItalic-4ENIJVTS.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src:
      local("Roboto-BoldItalic"),
      url("./media/Roboto-BoldItalic-ZIYRS7A2.woff2") format("woff2"),
      url("./media/Roboto-BoldItalic-HPSZKQKB.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    src:
      local("RobotoCondensed-Regular"),
      url("./media/RobotoCondensed-Regular-YYBRBB3F.woff2") format("woff2"),
      url("./media/RobotoCondensed-Regular-26BY76PH.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    src:
      local("RobotoCondensed-Bold"),
      url("./media/RobotoCondensed-Bold-MRW6WQ3H.woff2") format("woff2"),
      url("./media/RobotoCondensed-Bold-YBJUYMIC.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto Condensed;
    font-style: italic;
    font-weight: 400;
    src:
      local("RobotoCondensed-RegularItalic"),
      url("./media/RobotoCondensed-RegularItalic-HPNMQFMM.woff2") format("woff2"),
      url("./media/RobotoCondensed-RegularItalic-OZ64P5TO.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto Condensed;
    font-style: italic;
    font-weight: 700;
    src:
      local("RobotoCondensed-BoldItalic"),
      url("./media/RobotoCondensed-BoldItalic-FALBALK6.woff2") format("woff2"),
      url("./media/RobotoCondensed-BoldItalic-WCB4T7TB.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    src:
      local("RobotoMono-Regular"),
      url("./media/RobotoMono-Regular-OKRWGZOX.woff2") format("woff2"),
      url("./media/RobotoMono-Regular-L25YYWY3.woff") format("woff");
  }
}
@font-face {
  .ehr-form {
    font-family: Roboto Mono;
    font-style: italic;
    font-weight: 400;
    src:
      local("RobotoMono-RegularItalic"),
      url("./media/RobotoMono-RegularItalic-UPQRVZWX.woff2") format("woff2"),
      url("./media/RobotoMono-RegularItalic-3G7XMJ7A.woff") format("woff");
  }
}
.ehr-form form {
  position: relative;
}
.ehr-form .ehr-form--theme {
  background-color: var(--b-ehr-form-background);
  font-size: var(--b-ehr-form-font-size);
  padding-left: 15px;
  padding-right: 15px;
}
.ehr-form .ehr-rich-field-label {
  color: var(--b-label-color);
  font-family: var(--b-labeled-input-font-family);
  overflow: hidden;
  padding: 0;
  text-align: left;
  word-break: normal;
  white-space: pre-wrap;
  font-size: .875em;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .58px;
  line-height: 1.14;
  list-style-position: inside;
  margin: 0;
}
.ehr-form .labeled-input {
  background-color: var(--b-labeled-input-background-color);
  border: solid 2px var(--b-labeled-input-border-color);
  border-radius: .375em;
  color: var(--b-label-color);
  font-family: var(--b-labeled-input-font-family);
  margin: 4px;
}
.ehr-form .labeled-input .required-indicator {
  color: var(--b-invalid-text-color);
  font-size: 1em;
  text-align: center;
}
.ehr-form .labeled-input .no-label-indicator-position {
  align-self: start;
}
.ehr-form .labeled-input:focus-within {
  box-shadow: 0 0 0 2px var(--b-labeled-input-focused-border-color-inner), 0 0 0 4px var(--b-labeled-input-focused-border-color-outer);
  background-color: var(--b-labeled-input-focused-background-color);
  border-color: var(--b-labeled-input-focused-border-color);
}
.ehr-form .labeled-input:focus-within .input-group-append > .b-icon {
  color: var(--b-datepicker-toggle-icon-active-color);
}
.ehr-form .labeled-input:hover:not(:focus-within) {
  border: solid 2px var(--b-labeled-input-hover-border-color);
}
.ehr-form .labeled-input p {
  margin: 0;
}
.ehr-form .labeled-input.no-value:not(.disabled):not(:hover) {
  border-bottom-color: var(--b-labeled-input-no-value-border-color);
}
.ehr-form .labeled-input.type-boolean.no-value,
.ehr-form .labeled-input.type-boolean:hover,
.ehr-form .labeled-input.type-html.no-value,
.ehr-form .labeled-input.type-html:hover,
.ehr-form .labeled-input.type-rich-text.no-value,
.ehr-form .labeled-input.type-rich-text:hover,
.ehr-form .labeled-input.type-canvas.no-value,
.ehr-form .labeled-input.type-canvas:hover {
  border-color: rgba(0, 0, 0, 0) !important;
}
.ehr-form .labeled-input.type-multimedia {
  border: 2px dashed var(--b-upload-border-color);
}
.ehr-form .labeled-input.type-multimedia .labeled-input--label {
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.ehr-form .labeled-input.type-multimedia .labeled-input--label.text-sm-top {
  margin-top: 0;
}
.ehr-form .labeled-input.type-multimedia:hover {
  border: 2px dashed var(--b-upload-border-color);
}
.ehr-form .labeled-input.type-multimedia .b-form-input {
  padding-bottom: 0;
}
.ehr-form .labeled-input.type-multimedia.disabled,
.ehr-form .labeled-input.type-multimedia.disabled:hover {
  border: 2px solid var(--b-upload-disabled-border-color);
}
.ehr-form .labeled-input.type-canvas {
  background-color: var(--b-canvas-background-color);
}
.ehr-form .labeled-input.type-canvas.no-value {
  border-color: var(--b-canvas-background-color);
}
.ehr-form .labeled-input.type-canvas.no-image {
  background-color: var(--b-labeled-input-background-color);
}
.ehr-form .labeled-input.invalid {
  box-shadow: 0 0 0 2px var(--b-labeled-input-invalid-focused-border-color-inner), 0 0 0 4px var(--b-labeled-input-invalid-focused-border-color-outer);
  background-color: var(--b-labeled-input-invalid-background-color);
}
.ehr-form .labeled-input.invalid:hover {
  border-color: var(--b-labeled-input-invalid-hover-border-color);
}
.ehr-form .labeled-input.invalid > label > i.b-icon {
  color: var(--b-label-error-icon-color);
  float: right;
}
.ehr-form .labeled-input.disabled {
  background: var(--b-labeled-input-disabled-background-color);
  border-color: var(--b-labeled-input-disabled-background-color);
  box-shadow: none;
}
.ehr-form .labeled-input.disabled:hover {
  border-color: var(--b-labeled-input-disabled-background-color);
}
.ehr-form .labeled-input.disabled:focus-within {
  box-shadow: none;
}
.ehr-form .labeled-input .form-control {
  background-color: var(--b-input-background-color);
  border: none;
  border-radius: 0;
  caret-color: var(--b-input-caret-color);
  color: var(--b-input-value-color);
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 0;
  line-height: 1.25;
}
.ehr-form .labeled-input .form-control::-moz-placeholder {
  color: var(--b-input-placeholder-color);
  font-family: var(--b-input-placeholder-font-family);
  font-size: 1em;
  font-weight: 400;
}
.ehr-form .labeled-input .form-control::placeholder {
  color: var(--b-input-placeholder-color);
  font-family: var(--b-input-placeholder-font-family);
  font-size: 1em;
  font-weight: 400;
}
.ehr-form .labeled-input .form-control:focus {
  border: none;
  box-shadow: none !important;
  color: var(--b-input-value-focused-color);
}
.ehr-form .labeled-input .form-control[readonly] {
  background-color: var(--b-input-disabled-background-color);
  color: var(--b-input-value-disabled-color);
}
.ehr-form .labeled-input .form-control[readonly]::-moz-placeholder {
  opacity: 0;
}
.ehr-form .labeled-input .form-control[readonly]::placeholder {
  opacity: 0;
}
.ehr-form .labeled-input .form-control:invalid,
.ehr-form .labeled-input .form-control.is-invalid {
  background: none;
  padding: 0 !important;
}
.ehr-form .labeled-input .form-control + .input-actions {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ehr-form .labeled-input .form-control + .input-actions > .clear-icon {
  background-color: var(--b-text-clear-icon-background-color);
  border-radius: .375em;
  cursor: pointer;
  font-size: .625em;
  position: relative;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ehr-form .labeled-input .form-control + .input-actions > .clear-icon > .b-icon {
  color: var(--b-text-clear-icon-color);
}
.ehr-form .labeled-input .text-sm-left .labeled-input--label .ehr-rich-field-label {
  overflow-wrap: break-word;
  word-break: break-word;
}
.ehr-form .labeled-input .labeled-input--label {
  color: var(--b-label-color);
  font-size: .875em;
  font-weight: 400;
  letter-spacing: .58px;
  line-height: 1.14;
  padding: calc(.5em - 2px) .5em 0 .5em;
}
.ehr-form .labeled-input .labeled-input--label .ehr-rich-field-label {
  font-size: 1em;
}
.ehr-form .labeled-input .b-form-input {
  padding: .25em .5em;
}
.ehr-form .labeled-input.invalid .b-form-input,
.ehr-form .labeled-input.invalid .hidden-label-wrapper .b-form-input {
  padding-top: 0;
}
.ehr-form .form-control--error-message {
  color: var(--b-invalid-text-color);
  font-family: var(--b-invalid-text-font-family);
  font-size: .875em;
  font-stretch: condensed;
  font-weight: 400;
  letter-spacing: .58px;
  line-height: 1.14;
  width: 100%;
}
.ehr-form .ngb-timepicker ngb-timepicker {
  font-size: 1em;
}
.ehr-form .ngb-timepicker .ngb-tp-input-container {
  width: 1.625em !important;
}
.ehr-form .ngb-timepicker .ngb-tp-input-container input {
  text-align: start;
  line-height: 1;
}
.ehr-form .ngb-timepicker .ngb-tp-minute {
  margin-left: .125em;
}
.ehr-form .ngb-timepicker .ngb-tp-spacer {
  font-weight: 700;
  margin-right: .25em;
  width: auto;
  line-height: 1;
}
.ehr-form .ehr-duration .labeled-input:focus-within:not(.invalid) {
  box-shadow: none;
}
.ehr-form .ehr-duration .labeled-input.no-value:not(.disabled):not(:hover) {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.ehr-form .ehr-duration .labeled-input .input-wrapper:focus-within {
  box-shadow: 0 0 0 2px var(--b-labeled-input-focused-border-color-inner), 0 0 0 4px var(--b-labeled-input-focused-border-color-outer);
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: .375em;
  width: calc(100% + 1em);
}
.ehr-form .ehr-duration .validation-error--wrapper {
  padding-left: 0 !important;
}
.ehr-form .ehr-text.no-borders .labeled-input.type-coded-text:hover,
.ehr-form .ehr-text.no-borders .labeled-input.type-ordinal:hover,
.ehr-form .ehr-text.no-borders .labeled-input.type-scale:hover,
.ehr-form .ehr-text.no-borders .labeled-input.type-text:hover,
.ehr-form .ehr-coded-text.no-borders .labeled-input.type-coded-text:hover,
.ehr-form .ehr-coded-text.no-borders .labeled-input.type-ordinal:hover,
.ehr-form .ehr-coded-text.no-borders .labeled-input.type-scale:hover,
.ehr-form .ehr-coded-text.no-borders .labeled-input.type-text:hover {
  border-color: rgba(0, 0, 0, 0);
}
.ehr-form .ehr-text.no-borders .labeled-input.no-value,
.ehr-form .ehr-coded-text.no-borders .labeled-input.no-value {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.ehr-form .ehr-boolean .labeled-input--label {
  width: 100%;
}
.ehr-form .ehr-boolean .labeled-input--label.text-sm-left,
.ehr-form .ehr-boolean .labeled-input--label.text-sm-right {
  padding-top: .57em !important;
}
.ehr-form .ehr-boolean .labeled-input--label.text-sm-left .regular-boolean,
.ehr-form .ehr-boolean .labeled-input--label.text-sm-right .regular-boolean {
  margin: 2px 0;
}
.ehr-form .set-today-button--container {
  line-height: 1;
  padding: 6px 0 0 10px;
}
.ehr-form .set-today-button {
  color: var(--b-button-info-color);
  cursor: pointer;
  line-height: 1;
}
.ehr-form .set-today-button.disabled {
  color: var(--b-button-info-disabled-color);
  cursor: not-allowed;
}
.ehr-form .disabled .set-today-button {
  cursor: not-allowed;
}
.ehr-form .input-field {
  height: 2.25rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: inset 0 -1px #c7c6ca;
  border: none;
}
.ehr-form .input-field:focus {
  outline: 0;
  box-shadow: inset 0 -2px #007aff;
}
.ehr-form .presentation-mode label.col-form-label {
  font-size: .75em !important;
  line-height: 1.33;
  letter-spacing: 1px;
}
.ehr-form .presentation-mode .m-title-text,
.ehr-form .presentation-mode .m-heading-text,
.ehr-form .presentation-mode .m-body-text,
.ehr-form .presentation-mode .m-helper-text {
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 0;
}
.ehr-form .presentation-mode .m-title-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.ehr-form .presentation-mode .m-heading-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.ehr-form .presentation-mode .m-body-text {
  font-size: 14px;
  font-weight: 400;
}
ngb-datepicker.dropdown-menu,
.dropdown-menu.ehr-form {
  border-radius: .5em;
  border: none;
  box-shadow:
    0 10px 30px 0 var(--b-datepicker-day-hover-background-color),
    0 4px 40px 0 var(--b-datepicker-day-hover-background-color),
    0 0 2px 0 var(--b-datepicker-day-hover-background-color);
  font-size: .875em;
  left: 24px !important;
  padding: 0;
  top: 7px !important;
}
ngb-datepicker.dropdown-menu .ngb-dp-day,
ngb-datepicker.dropdown-menu .btn-light:focus,
ngb-datepicker.dropdown-menu .btn-light.focus,
ngb-datepicker.dropdown-menu .bg-primary:focus,
ngb-datepicker.dropdown-menu .bg-primary.focus,
.dropdown-menu.ehr-form .ngb-dp-day,
.dropdown-menu.ehr-form .btn-light:focus,
.dropdown-menu.ehr-form .btn-light.focus,
.dropdown-menu.ehr-form .bg-primary:focus,
.dropdown-menu.ehr-form .bg-primary.focus {
  outline: none;
}
ngb-datepicker.dropdown-menu .ngb-dp-header,
.dropdown-menu.ehr-form .ngb-dp-header {
  font-size: 1em;
  font-weight: 700;
  padding: 1em 0 .5em;
}
ngb-datepicker.dropdown-menu .ngb-dp-header ngb-datepicker-navigation,
.dropdown-menu.ehr-form .ngb-dp-header ngb-datepicker-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-navigation-select select.custom-select,
.dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-navigation-select select.custom-select {
  height: 2em;
  padding: 0 .5em;
}
ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow,
.dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow {
  display: flex;
  justify-content: center;
}
ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-navigation-chevron,
.dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-navigation-chevron {
  display: none;
  outline: none;
}
ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn::before,
.dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn::before {
  color: var(--b-datepicker-month-chevron-color);
  content: "\e904";
  font-family: "better-icons";
  line-height: 2;
  text-decoration: none;
}
ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:hover,
.dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:hover {
  text-decoration: none;
}
ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:focus,
.dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow .ngb-dp-arrow-btn:focus {
  outline: none;
  text-decoration: none;
}
ngb-datepicker.dropdown-menu .ngb-dp-header .ngb-dp-arrow.right,
.dropdown-menu.ehr-form .ngb-dp-header .ngb-dp-arrow.right {
  transform: rotate(180deg);
}
ngb-datepicker.dropdown-menu .ngb-dp-weekdays,
.dropdown-menu.ehr-form .ngb-dp-weekdays {
  border: none;
  font-size: .9em;
  text-transform: uppercase;
}
ngb-datepicker.dropdown-menu .ngb-dp-week-number,
ngb-datepicker.dropdown-menu .ngb-dp-weekday,
.dropdown-menu.ehr-form .ngb-dp-week-number,
.dropdown-menu.ehr-form .ngb-dp-weekday {
  color: var(--b-datepicker-weekday-color);
  font-style: normal;
}
ngb-datepicker.dropdown-menu .ngb-dp-day > .btn-light,
.dropdown-menu.ehr-form .ngb-dp-day > .btn-light {
  background-color: var(--b-datepicker-day-background-color);
  border-radius: .5em;
}
ngb-datepicker.dropdown-menu .ngb-dp-day > .btn-light:hover,
.dropdown-menu.ehr-form .ngb-dp-day > .btn-light:hover {
  background-color: var(--b-datepicker-day-hover-background-color);
}
ngb-datepicker.dropdown-menu .ngb-dp-day.ngb-dp-today > .btn-light,
.dropdown-menu.ehr-form .ngb-dp-day.ngb-dp-today > .btn-light {
  color: var(--b-datepicker-today-color);
  background-color: var(--b-datepicker-day-background-color);
}
ngb-datepicker.dropdown-menu .ngb-dp-day.ngb-dp-today > .btn-light:hover,
.dropdown-menu.ehr-form .ngb-dp-day.ngb-dp-today > .btn-light:hover {
  background-color: var(--b-datepicker-day-hover-background-color);
}
ngb-datepicker.dropdown-menu .bg-primary,
.dropdown-menu.ehr-form .bg-primary {
  background-color: var(--b-datepicker-day-selected-background-color);
}
ngb-datepicker.dropdown-menu .ngb-dp-weekdays,
ngb-datepicker.dropdown-menu .ngb-dp-header,
.dropdown-menu.ehr-form .ngb-dp-weekdays,
.dropdown-menu.ehr-form .ngb-dp-header {
  background-color: var(--b-datepicker-background-color);
}
ngb-datepicker.dropdown-menu .ngb-dp-navigation-select .custom-select + .custom-select,
.dropdown-menu.ehr-form .ngb-dp-navigation-select .custom-select + .custom-select {
  margin-left: .5em;
}
.ehr-form.dropdown-menu {
  background-color: #fff;
  font-family: Roboto, sans-serif;
}
.ehr-form-tooltip.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.ehr-form-tooltip.show {
  opacity: .9;
}
.ehr-form-tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.ehr-form-tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.ehr-form-tooltip.bs-tooltip-top {
  padding: .4rem 0;
}
.ehr-form-tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}
.ehr-form-tooltip.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.ehr-form-tooltip.bs-tooltip-bottom {
  padding: .4rem 0;
}
.ehr-form-tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}
.ehr-form-tooltip.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.ehr-form-tooltip.bs-tooltip-left {
  padding: 0 .4rem;
}
.ehr-form-tooltip.bs-tooltip-left .arrow {
  right: 0;
}
.ehr-form-tooltip.bs-tooltip-left .arrow:before {
  right: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.ehr-form-tooltip.bs-tooltip-right {
  padding: 0 .4rem;
}
.ehr-form-tooltip.bs-tooltip-right .arrow {
  left: 0;
}
.ehr-form-tooltip.bs-tooltip-right .arrow:before {
  left: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.ehr-form-tooltip .tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  white-space: pre-line;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-RHJJ5FCB.css.map */
