@font-face {
  font-family: "InterMedium";
  src: url("fonts/Inter/Inter-Medium.ttf");
}
@font-face {
  font-family: "InterBold";
  src: url("fonts/Inter/Inter-Bold.ttf");
}
@font-face {
  font-family: "InterExtraBold";
  src: url("fonts/Inter/Inter-ExtraBold.ttf");
}
@font-face {
  font-family: "InterBlack";
  src: url("fonts/Inter/Inter-Black.ttf");
}
@font-face {
  font-family: "InterSemiBold";
  src: url("fonts/Inter/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "InterRegular";
  src: url("fonts/Inter/Inter-Regular.ttf");
}
@font-face {
  font-family: "MonumentExtendedRegular";
  src: url("fonts/MonumentExtended/MonumentExtended-Regular.otf");
}
@font-face {
  font-family: "OpenSansBold";
  src: url("fonts/OpenSans/OpenSans-Bold.ttf");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in all browsers.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
  margin: 0;
}

@supports (-moz-appearance: none) {
  [type=number] {
    -moz-appearance: textfield;
  }
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Remove border on focus
 */
*:focus {
  border: none;
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: "InterMedium";
  color: #2E3040;
  scrollbar-width: thin;
  scrollbar-color: #D9D9D9 transparent;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 7px;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #D9D9D9;
}

* {
  box-sizing: inherit;
  scrollbar-width: inherit;
  scrollbar-color: inherit;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #D9D9D9;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal;
}

a:link {
  color: #2199F2;
}

a:visited {
  color: #2199F2;
}

a:hover {
  color: #158DE6;
}

a:active {
  color: #2199F2;
}

#loginPage {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 87px 510px 72px 30px;
  grid-template-areas: "loginTitle" "loginBody" "loginIcons" "buildInfo";
  justify-content: center;
  background-color: #F2F2F2;
  padding-top: 50px;
}
#loginPage .loginPageUnsupportedResolution {
  margin-top: 20px;
}

#clinicianPage {
  min-width: 100%;
  width: max-content;
  min-height: 100%;
  height: auto;
  display: grid;
  background-color: #F2F2F2;
  grid-template-columns: 1fr;
  grid-template-rows: 50px 45px auto 1fr;
  grid-template-areas: "header" "navbar" "action" "main";
}

#adminPage {
  min-width: 100%;
  width: max-content;
  min-height: 100%;
  height: auto;
  overflow-y: auto;
  display: grid;
  background-color: #F2F2F2;
  grid-template-columns: 1fr;
  grid-template-rows: 50px 45px auto 1fr;
  grid-template-areas: "header" "navbar" "action" "main";
}

.swal-overlay {
  background-color: rgba(67, 72, 87, 0.5019607843);
}

.swal-modal {
  width: 437px;
  min-height: 191px;
  text-align: left;
  padding: 26px 21px 18px 26px;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(67, 72, 87, 0.1019607843);
}

.swal-text {
  display: block;
  text-align: left;
  color: #7D8286;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  min-height: 40px;
  max-width: none;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.swal-noicon .swal-title {
  top: 0;
  left: -7px;
}
.swal-noicon .swal-footer {
  margin-top: 17px;
}
.swal-noicon .swal-text {
  margin-top: 17px;
}

.swal-title {
  text-align: left;
  font-size: 20px;
  font-family: "InterExtraBold";
  display: inline;
  color: #2E3040;
  position: relative;
  top: -7px;
  left: -7px;
}

.swal-icon--custom {
  width: 28px;
  height: 28px;
  display: inline;
  margin-left: 8px;
}

.swal-button {
  min-width: 119px;
  width: auto;
  height: 45px;
  display: block;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.swal-button:focus {
  outline: none;
  box-shadow: none;
}

.swal-button--confirm {
  background-color: #2199F2;
  justify-content: center;
  height: 45px;
  display: block;
  border-radius: 10px;
  border: none;
}
.swal-button--confirm:hover {
  background-color: #158DE6 !important;
}

.swal-button--cancel, .swal-button--remainLoggedIn {
  background-color: #EDEFF0;
  color: #2E3040;
  justify-content: center;
  height: 45px;
  display: block;
  border-radius: 10px;
  border: none;
}
.swal-button--cancel:hover, .swal-button--remainLoggedIn:hover {
  background-color: #E5E8EA !important;
}

.swal-footer {
  text-align: right;
  padding: 0;
}

.swal-recalc .swal-icon--custom {
  margin-left: 0;
}
.swal-recalc.swal-modal {
  width: 437px;
  height: 250px;
  padding: 26px 21px 24px 26px;
}
.swal-recalc .swal-text {
  display: block;
  text-align: left;
  color: #7D8286;
  font-size: 15px;
  font-family: "InterMedium";
  letter-spacing: -0.15px;
  padding: 0;
}
.swal-recalc .swal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.swal-recalc .swal-button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swal-recalc .swal-button--all, .swal-recalc .swal-button--futureOnly {
  padding: 0;
  height: 19px;
  font-size: 15px;
  font-family: "InterBold";
  background-color: transparent;
  color: #2199F2;
  display: block;
  border: none;
  text-decoration: underline;
}
.swal-recalc .swal-button--all:hover, .swal-recalc .swal-button--futureOnly:hover {
  color: #158DE6 !important;
  background-color: transparent !important;
}
.swal-recalc .swal-button--cancelUpdate {
  padding: 0;
  height: 19px;
  font-size: 15px;
  font-family: "InterBold";
  background-color: transparent;
  color: #2E3040;
  display: block;
  border: none;
}
.swal-recalc .swal-button--cancelUpdate:hover {
  background-color: transparent !important;
}

.swal-content {
  padding: 0 9px;
  font-size: 15px;
  font-family: "InterMedium";
  letter-spacing: -0.15px;
}

.swal-text-warning {
  color: #2199F2;
  letter-spacing: -0.36px;
  line-height: 22px;
}

button, [type=button], [type=submit] {
  height: 45px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-family: "InterBold";
  letter-spacing: 0px;
  text-align: center;
  background-color: transparent;
}
button:focus, [type=button]:focus, [type=submit]:focus {
  outline: none;
}

[type=text]:-webkit-autofill, [type=text]:-webkit-autofill:hover, [type=text]:-webkit-autofill:focus, [type=text]:-webkit-autofill:active, [type=password]:-webkit-autofill, [type=password]:-webkit-autofill:hover, [type=password]:-webkit-autofill:focus, [type=password]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #EDEFF0 inset;
  -webkit-text-fill-color: #7D8286;
}

p {
  font-size: 15px;
  letter-spacing: -0.15px;
  color: #7D8286;
  text-align: left;
  line-height: 19px;
  font-family: "InterMedium";
}

.icon-barcode-web {
  background: url("../images/barcodes/getHelpBarcode_Web.png") center no-repeat;
  display: inline-block;
  width: 248px;
  height: 60px;
  background-size: contain;
}

.icon-barcode-android {
  background: url("../images/barcodes/getHelpBarcode_Android.png") center no-repeat;
  display: inline-block;
  width: 248px;
  height: 60px;
  background-size: contain;
}

.icon-barcode-iOS {
  background: url("../images/barcodes/getHelpBarcode_iOS.png") center no-repeat;
  display: inline-block;
  width: 248px;
  height: 60px;
  background-size: contain;
}

.link {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.popupBackground {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 72, 87, 0.5019607843);
  opacity: 1;
  display: block;
  z-index: 9;
}
.popupBackground--loader {
  background-color: transparent;
  opacity: 0.8;
  z-index: 100;
}
.popupBackground--over {
  z-index: 10;
}

.loginBox {
  margin: 0 auto;
  padding: 35px 80px 44px 80px;
  width: 503px;
  height: 510px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(67, 72, 87, 0.1019607843);
  border-radius: 10px;
}

.actionbarSection {
  text-align: left;
  padding-left: 21px;
  padding-right: 20px;
  padding-bottom: 17px;
}

.changeLogVersion {
  height: 17px;
  font-size: 14px;
  font-family: "InterBold";
  color: #2E3040;
  letter-spacing: -0.14px;
}
.changeLogVersion + p {
  font-size: 14px;
  margin-top: 15px;
  font-family: "InterRegular";
}

.changeLogBlock > i {
  font-family: "InterMedium";
  font-size: 12px;
  letter-spacing: -0.12px;
  color: #2E3040;
  line-height: 18px;
  height: 59px;
  font-style: normal;
  display: inline-block;
}

.changeLogList {
  padding-left: 0;
  margin-bottom: 0;
}
.changeLogList li {
  font-size: 14px;
}
.changeLogList li::before {
  content: "-";
  margin-right: 5px;
  line-height: 22px;
}
.changeLogList ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

.flexRowSpaceBetwnCenter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flexRowSpaceBetwnEnd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.flexRowSpaceEvenCenter {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.flexRowSpaceBetwnStart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.flexRowStartCenter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flexRowEndCenter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flexRowCenterCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flexRowStart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.flexRowStartStretch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.flexRowReverseStartCenter {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}

.flexRowStartBaseline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}

.flexColCenterStart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flexColSpaceBetwnStart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flexColSpaceBetwnCenter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flexColStartCenter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.flexColStartStart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flexColStart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flexColCenterCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flexReverseColCenterCenter {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.flexColStartEnd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.popupCentered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sectionTitle {
  font-family: "InterExtraBold";
  font-size: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 30px;
  height: 24px;
}

.overflowEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.externalLinks {
  font-size: 15px;
  letter-spacing: -0.15px;
  color: #2199F2;
  text-align: left;
  line-height: 19px;
  font-family: "InterMedium";
}

.onlyFirstLetterCapital {
  text-transform: lowercase;
}
.onlyFirstLetterCapital::first-letter {
  text-transform: uppercase;
}

.button-blue {
  background-color: #2199F2;
  color: white;
}
.button-blue:hover, .button-blue:focus {
  background-color: #158DE6;
}

.button-nav-turquoiseBlue {
  background-color: #00B8B1;
  color: white;
}
.button-nav-turquoiseBlue:hover, .button-nav-turquoiseBlue:focus {
  background-color: #03A49E;
}

.button-white {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  color: #2E3040;
}
.button-white:hover, .button-white:focus {
  background-color: #F2F2F2;
}

.button-white-report {
  background-color: #fff;
}

.button-grey {
  border: none;
  background-color: #EDEFF0;
  color: #2E3040;
}
.button-grey:hover, .button-grey:focus {
  background-color: #F2F2F2;
}

.button-darkGrey {
  border: none;
  background-color: #D9DADB;
  color: #2E3040;
}
.button-darkGrey:hover, .button-darkGrey:focus {
  background-color: #F2F2F2;
}

.button-lightGrey {
  background-color: #D9D9D9;
  color: #2E3040;
}

.button-nav-green {
  border: 0;
  background-color: #C3E2D2;
  color: #00907f;
}
.button-nav-green:hover, .button-nav-green:focus {
  background-color: #B8D8C7;
}

.button-nav-turquoise {
  border: 0;
  background-color: #00B8B1;
  color: #fff;
}
.button-nav-turquoise:hover, .button-nav-turquoise:focus {
  background-color: #03A49E;
}

.button-purple {
  border: 0;
  background-color: #E2DAFC;
  color: #6E51CB;
}
.button-purple:hover, .button-purple:focus {
  background-color: #D7CEF4;
}

.button-nav-blue {
  border: 0;
  background-color: #C0D4E5;
  color: #004B8B;
}
.button-nav-blue:hover, .button-nav-blue:focus {
  background-color: #B7C9D9;
}

.rotate180 {
  transform: rotate(180deg);
}

.flip-enter {
  animation: flip-enter 0.2s linear;
  transform-style: preserve-3d;
}

.flip-exit {
  animation: flip-exit 0.2s linear;
  transform-style: preserve-3d;
}

@keyframes flip-enter {
  0% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip-exit {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-90deg);
  }
}
.animate__fadeInUpBig {
  -webkit-animation: fadeInUpBig 0.4s linear forwards;
  animation: fadeInUpBig 0.4s linear forwards;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation: fadeOutDownBig 0.4s linear forwards;
  animation: fadeOutDownBig 0.4s linear forwards;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation: fadeInRight 0.4s linear forwards;
  animation: fadeInRight 0.4s linear forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeOutRight {
  -webkit-animation: fadeOutRight 0.4s linear forwards;
  animation: fadeOutRight 0.4s linear forwards;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.loader {
  position: fixed !important;
  top: 0;
  left: 0;
  background-color: rgb(157.8685258964, 208.5458167331, 246.1314741036) !important;
  width: 100%;
  z-index: 101 !important;
}
.loader > div {
  background-color: #2199F2;
}

.input {
  margin-top: 10px;
}
.input__textField {
  border-radius: 4px;
  height: 56px;
  padding: 8px 12px 10px 12px;
  background-color: #EDEFF0;
}
.input__textField:focus-within {
  border: 2px solid #2199F2;
}
.input__textField--inner {
  width: 100%;
}
.input__textField--border {
  border: 1px solid #D9DADB;
}
.input__textField--border-error {
  border: 1px solid red;
}
.input__text {
  font-family: "InterMedium";
  font-size: 15px;
  color: #7D8286;
  background-color: transparent;
  border: none;
  height: 19px;
  width: 100%;
  caret-color: #2199F2;
  padding-left: 0;
}
.input__text--editList {
  font-size: 17px;
  height: 20px;
  letter-spacing: -0.41px;
}
.input__text::placeholder {
  opacity: 0.5;
}
.input__text::-ms-reveal {
  display: none;
}
.input__inputs-wrapper {
  width: 100%;
}
.input__eyeButton {
  margin-right: 5px;
  height: 20px;
}
.input__rightSideLabel {
  font-size: 17px;
  margin-right: 5px;
  color: #7D8286;
  letter-spacing: -0.42px;
}
.input__searchList {
  width: 379px;
  max-height: 124px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 15px rgba(67, 72, 87, 0.1019607843);
  border: 1px solid #D9DADB;
  border-radius: 5px;
  overflow-y: scroll;
  position: absolute;
  top: 55px;
  left: 10px;
  z-index: 1;
}
.input__searchList--list {
  padding: 8px 0px 8px 16px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 23px;
  font-family: "InterMedium";
  color: #2E3040;
}
.input--withSearchList {
  position: relative;
}
.input--withSearchList {
  position: relative;
}

.labels {
  margin-bottom: 5px;
  width: 100%;
  height: 17px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.labels__label {
  font-family: "InterSemiBold";
  font-size: 14px;
}
.labels__label--primary {
  color: #2E3040;
}
.labels__label--error {
  color: red;
}
.labels__requiredTag {
  height: 15px;
  font-size: 12px;
  font-family: "InterMedium";
  letter-spacing: 0;
}
.labels__requiredTag__required--primary {
  color: #2199F2;
}
.labels__requiredTag__required--error {
  color: red;
}
.labels__requiredTag--optional {
  color: #7D8286;
}

.optionList {
  position: relative;
}
.optionList__box {
  margin-top: 15px;
  height: 56px;
  width: 100%;
  background-color: #EDEFF0;
  padding: 8px 12px 10px 12px;
  border-radius: 5px;
  text-align: left;
}
.optionList__box:focus-within {
  border: 2px solid #2199F2;
}
.optionList__box--border {
  border: 1px solid #D9DADB;
}
.optionList__box--border-error {
  border: 1px solid red;
}
.optionList__resultSort .optionList__box {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  width: 111px;
  height: 36px;
  padding: 8px 9px 7px 15px;
  margin: 13px 0 8px -25px;
  background-color: white;
}
.optionList__resultSort .optionList__box .optionList__selectedValue--text {
  font-size: 16px;
  font-family: "InterMedium";
  color: #2E3040;
}
.optionList__resultSort .optionList__options {
  border-radius: 4px;
  padding: 6px 15px;
  left: -26px;
  width: 112px;
}
.optionList__dialysisStatus .optionList__box {
  margin-top: 15px;
  border: 1px solid #D9D9D9;
  height: 40px;
  width: 395px;
  background-color: #FFFFFF;
  padding: 10px 11px 10px 24px;
  border-radius: 4px;
  text-align: left;
}
.optionList__dialysisStatus .optionList__box .optionList__selectedValue--text {
  font-size: 17px;
  font-family: "InterMedium";
  color: #2E3040;
}
.optionList__dialysisStatus .optionList__box .optionList__selectedValue--placeholder {
  opacity: 1;
}
.optionList__dialysisStatus .optionList__options {
  border-radius: 2px;
  padding: 4px 15px 6px 0px;
  box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.2588235294);
  font-size: 17px;
  font-family: "InterMedium";
}
.optionList__dialysisStatus .optionList__text {
  color: #2E3040;
}
.optionList__dialysisStatus .optionList__text--selected {
  color: #2E3040;
}
.optionList__dialysisStatus .optionList__text--hovered {
  color: #2199F2;
}
.optionList__dialysisStatus .optionList__item {
  padding: 12px 3px 12px 3px;
}
.optionList__selectedValue {
  width: 100%;
  cursor: pointer;
}
.optionList__selectedValue--text {
  font-family: "InterMedium";
  font-size: 15px;
  color: #7D8286;
  width: 95%;
}
.optionList__selectedValue--placeholder {
  opacity: 0.5;
}
.optionList__options {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "InterMedium";
  font-size: 15px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 5px rgba(67, 72, 87, 0.1019607843);
  padding: 9px 12px 9px 12px;
  width: 100%;
  max-height: 257px;
  overflow-y: auto;
  z-index: 1;
}
.optionList__options--visible {
  display: block;
}
.optionList__item {
  min-height: 27px;
  height: auto;
  cursor: pointer;
  padding: 5px 3px 5px 3px;
}
.optionList__icon {
  min-width: 21px;
  width: 21px;
  height: 100%;
  display: inline-block;
  fill: #2199F2;
}
.optionList__text {
  color: #7D8286;
}
.optionList__text--selected {
  color: #2199F2;
}
.optionList__text--hovered {
  color: #2199F2;
}

.login {
  grid-area: loginBody;
}
.login__titleBox {
  margin-top: 0;
}
.login__forgotPassword {
  display: block;
  margin-top: 10px;
  margin-bottom: 22px;
  width: 185px;
  line-height: 18px;
  align-self: center;
  font-family: "InterMedium";
  font-size: 14px;
  color: #2199F2;
}
.login__btnLogin {
  margin-top: 20px;
  width: 100%;
}
.login__btnSsoLogin {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  line-height: 45px;
  padding-left: 45px;
}
.login__btnSsoLogin__arrow {
  font-family: initial;
  font-size: 30px;
  float: right;
}
.login [type=text]:-webkit-autofill,
.login [type=text]:-webkit-autofill:hover,
.login [type=text]:-webkit-autofill:focus,
.login [type=text]:-webkit-autofill:active,
.login [type=password]:-webkit-autofill,
.login [type=password]:-webkit-autofill:hover,
.login [type=password]:-webkit-autofill:focus,
.login [type=password]:-webkit-autofill:active,
.login input:-internal-autofill-selected {
  -webkit-box-shadow: 0 100px 5px #EDEFF0 inset !important;
  box-shadow: 0 100px 5px #EDEFF0 inset !important;
}

@media screen and (max-width: 1280px) {
  .login__btnSsoLogin {
    padding-left: 20px;
  }
}
.loginTitle {
  grid-area: loginTitle;
  font-family: "InterBlack";
  font-size: 33px;
  margin: 0 auto;
}

.loginIcons {
  grid-area: loginIcons;
  margin: 38px auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sendEmail {
  grid-area: loginBody;
}
.sendEmail__description {
  margin-bottom: 20px;
  height: 51px;
}
.sendEmail__subParagraph {
  margin-top: 34px;
  height: 59px;
}
.sendEmail__submit {
  margin-top: 42px;
  width: 342px;
}
.sendEmail__cancel {
  margin-top: 20px;
  width: 342px;
}

.setMfaCode {
  grid-area: loginBody;
}
.setMfaCode__box {
  grid-area: loginForm;
  margin: 0 auto;
  padding: 86px 80px 44px 80px;
  width: 503px;
  height: 510px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(67, 72, 87, 0.1019607843);
  border-radius: 10px;
}
.setMfaCode__title {
  margin-top: 46px;
  margin-bottom: 7px;
  font-family: "InterExtraBold";
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
}
.setMfaCode__button {
  margin-top: 20px;
  height: 45px;
  width: 100%;
  font-family: "InterBold";
  font-size: 15px;
}

.inputCode {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.inputCode__input {
  color: #2199F2;
  background-color: #EDEFF0;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  padding: 10px 10px;
  text-align: center;
  font-family: "InterMedium";
  font-size: 20px;
}
.inputCode__input:focus-within {
  border: 2px solid #2199F2;
}

.setProviderName {
  grid-area: loginBody;
}
.setProviderName__titleBox {
  margin-top: 0;
}
.setProviderName__descriptionBox {
  margin-bottom: 18px;
  height: 51px;
}
.setProviderName__forgot {
  font-family: "InterMedium";
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.15px;
}
.setProviderName__forgotBox {
  height: 73px;
  margin-top: 36px;
}
.setProviderName__btnLogin {
  width: 100%;
  margin-top: 28px;
}
.setProviderName__btnCancel {
  width: 100%;
  height: 45px;
  margin-top: 20px;
}

.changePassword {
  grid-area: loginBody;
}
.changePassword__box {
  grid-area: loginForm;
  padding: 35px 80px 44px 80px;
  margin: 0 auto;
  width: 503px;
  height: 510px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(67, 72, 87, 0.1019607843);
  border-radius: 10px;
}
.changePassword__form {
  grid-area: loginForm;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.changePassword__title {
  margin-bottom: 12px;
}
.changePassword__emailLabel {
  font-family: "InterBold";
  font-size: 14px;
  color: #2E3040;
}
.changePassword__email {
  font-family: "InterMedium";
  font-size: 14px;
  color: #7D8286;
  height: 19px;
  letter-spacing: -0.15px;
}
.changePassword__button {
  margin-top: 20px;
  height: 45px;
  width: 100%;
  font-family: "InterBold";
  font-size: 15px;
}

.expiringPassword {
  grid-area: loginBody;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expiringPassword__icon {
  margin-top: 43px;
  margin-bottom: 39px;
}
.expiringPassword__title {
  margin-bottom: 22px;
}
.expiringPassword__description {
  height: 40px;
  text-align: center;
  width: 270px;
}
.expiringPassword__resetNow {
  margin-top: 82px;
  width: 342px;
}
.expiringPassword__resetLater {
  margin-top: 20px;
  width: 342px;
}

.passwordPolicy {
  position: relative;
  display: block;
  margin: 13px auto 14px auto;
  width: max-content;
  line-height: 18px;
  align-self: center;
  font-family: "InterBold";
  font-size: 14px;
  color: #2199F2;
  letter-spacing: 0;
}
.passwordPolicy__tooltip {
  position: absolute;
  z-index: 18;
  width: 450px;
  height: auto;
  background-color: white;
  border: 2px solid #D9D9D9;
  box-shadow: 0 5px 15px rgba(67, 72, 87, 0.1019607843);
  margin-top: 0;
  top: -30px;
  left: 120px;
  font-family: "InterMedium";
  font-size: 12px;
  letter-spacing: -0.12px;
  color: #7D8286;
  text-align: left;
  padding: 15px;
  border-radius: 10px;
}
.passwordPolicy__title {
  color: #2E3040;
  font-family: "InterBold";
}

.newPassword {
  grid-area: loginBody;
}
.newPassword__title {
  margin-bottom: 12px;
}
.newPassword__emailLabel {
  font-family: "InterBold";
  height: 17px;
  font-size: 14px;
  letter-spacing: 0;
}
.newPassword__email {
  height: 19px;
  max-width: 340px;
}
.newPassword__submit {
  margin-top: 20px;
  width: 342px;
}
.newPassword__submit--extraSpace {
  margin-top: 96px;
}
.newPassword__cancel {
  margin-top: 20px;
  width: 342px;
}

.threedots {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: #939699;
  cursor: pointer;
}
.threedots > svg {
  display: block;
  margin: auto;
}

.xButton__circle {
  fill: #EAEAEA;
}
.xButton__x {
  fill: #7D8286;
  stroke: #7D8286;
}
.xButton:hover .xButton__circle {
  fill: #F77474;
}
.xButton:hover .xButton__x {
  fill: #fff;
  stroke: #fff;
}
.xButton--no-background__x {
  fill: #F77474;
  stroke: #F77474;
}

.checkBoxIcon {
  margin-left: -1px;
  margin-top: -1px;
}
.checkBoxIcon .a, .checkBoxIcon .d {
  fill: #2199F2;
}
.checkBoxIcon .a {
  stroke-width: 2px;
}
.checkBoxIcon .b {
  fill: #2199F2;
}
.checkBoxIcon .iconWhite {
  fill: #FFFFFF;
}
.checkBoxIcon .c {
  stroke: none;
}

.checkIcon .a {
  fill: #2199F2;
}

.radioIcon {
  margin-left: -2px;
  margin-top: -2px;
}
.radioIcon .a, .radioIcon .d {
  fill: none;
}
.radioIcon .a {
  stroke: #2199F2;
  stroke-width: 2px;
}
.radioIcon .b {
  fill: #2199F2;
}
.radioIcon .c {
  stroke: none;
}

.header {
  width: 100%;
  height: 50px;
  grid-area: header;
  background-color: #004B8B;
  align-items: center;
  grid-template-columns: auto 890px auto;
  grid-template-areas: "ipd central icons";
  z-index: 3;
  overflow-x: hidden;
}
.header__container {
  margin: auto;
  display: flex;
  grid-template-columns: repeat(3, 390px);
  align-items: center;
  width: 1210px;
  height: 100%;
  justify-content: space-between;
}
.header__ipd {
  grid-area: ipd;
  width: 112px;
}
.header__central {
  grid-area: central;
  display: flex;
  align-items: center;
  width: 658px;
}
.header__clinic-name {
  display: inline-block;
  margin-left: 42.25px;
  width: 100%;
  font-family: "InterSemiBold";
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #F2F2F2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 24px;
}
.header__icon-container {
  display: flex;
  cursor: pointer;
}
.header__icon-container:hover {
  opacity: 0.7;
}
.header__loggedUser {
  margin-left: 60px;
  flex-shrink: 0;
  cursor: pointer;
  color: #fff;
  max-width: 190px;
  font-size: 14px;
}
.header__loggedUser--initials {
  background-color: #2199F2;
  font-family: "InterMedium";
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: none;
  border-radius: 32px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 1px;
}
.header__loggedUser--initials:hover {
  background-color: #158DE6;
}
.header__icons {
  display: inline-flex;
  position: relative;
  margin-right: -145px;
  margin-left: auto;
  right: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  grid-area: icons;
  width: 350px;
}
.header__icons--notification {
  margin-left: 2px;
  margin-top: -5px;
}

@media screen and (max-width: 1280px) {
  .header__container {
    width: 954px;
  }
  .header__central {
    width: 417px;
  }
  .header__icons {
    margin-right: -157px;
  }
}
.intermediateLogin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.intermediateLogin .header {
  top: 0;
}

.navbar {
  grid-area: navbar;
  width: 100%;
  background-color: #0C589A;
  border-bottom: 1px solid #D9D9D9;
  height: 45px;
}
.navbar__container {
  margin-right: auto;
  margin-left: auto;
  width: 1210px;
}
.navbar__nav {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.navbar__item {
  display: inline-block;
  cursor: pointer;
  padding: 0 15px 11px;
  height: 45px;
}
.navbar__item.active {
  background-color: #F2F2F2;
  border-radius: 4px 4px 0 0;
  color: #2E3040;
  padding-bottom: 8px;
}
.navbar__item.active:hover {
  opacity: 1;
}
.navbar__item.active::after {
  content: "";
  display: block;
  position: relative;
  top: 8px;
  height: 3px;
  background-color: #2199F2;
  border-radius: 3px;
}
.navbar__item.inactive:hover {
  background-color: rgba(242, 242, 242, 0.2);
  border-radius: 4px 4px 0 0;
}
.navbar__item.inactive:hover > span {
  opacity: 0.5;
}
.navbar__item.inactiveSharedData:hover {
  background-color: rgba(242, 242, 242, 0.2);
  border-radius: 4px 4px 0 0;
}
.navbar__item.inactiveSharedData:hover > span {
  opacity: 0.5;
}
.navbar__item--sharedData {
  position: relative;
}
.navbar__title {
  display: flex;
  margin-top: 13px;
  width: 100%;
  font-family: "InterMedium";
  font-size: 17px;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 20px;
}
.navbar__title.active {
  color: #2E3040;
}

@media screen and (max-width: 1280px) {
  .navbar__container {
    width: 954px;
  }
}
.mfaSetup {
  height: 527px;
  grid-area: loginBody;
}
.mfaSetup__header {
  margin-top: 25px;
  margin-bottom: 32px;
}
.mfaSetup__title {
  margin-top: 21px;
  font-family: "InterExtraBold";
  font-size: 20px;
  letter-spacing: 0;
}
.mfaSetup__paragraph {
  width: 442px;
  height: 113px;
  font-family: "InterRegular";
  margin-bottom: 68px;
}
.mfaSetup__mfaStatus {
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.14px;
  text-align: center;
}
.mfaSetup__mfaStatus--short {
  color: #2199F2;
}
.mfaSetup__mfaStatus--long {
  color: #7D8286;
}
.mfaSetup__btnSubmit {
  width: 100%;
  margin-bottom: 20px;
}
.mfaSetup__btnCancel {
  width: 100%;
}

.authentication {
  height: 527px;
}
.authentication--popup {
  padding-top: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.authentication--page {
  grid-area: loginBody;
}
.authentication__header {
  margin-bottom: 33px;
}
.authentication__title {
  margin-top: 21px;
  font-family: "InterExtraBold";
  font-size: 20px;
  letter-spacing: 0;
}
.authentication__paragraph {
  height: 41px;
  font-family: "InterRegular";
  margin-bottom: 27px;
}
.authentication__paragraph--blue {
  color: #2199F2;
}
.authentication__paragraph--warning {
  display: block;
  width: 100%;
  text-align: center;
}
.authentication__paragraph--userEmail {
  display: block;
  font-family: "InterMedium";
  font-size: 14px;
  color: #2E3040;
  text-align: center;
  letter-spacing: -0.14px;
  margin-top: 5px;
}
.authentication__mfaCode {
  padding-top: 22px;
  height: 101px;
}
.authentication__mfaCodeInput {
  margin-top: 17px;
}
.authentication__buttons {
  margin-top: 36px;
  width: 342px;
}
.authentication__btnSmall {
  width: 119px;
}
.authentication__btnSmall--submit {
  margin-right: 20px;
}
.authentication__btnBig {
  width: 100%;
}
.authentication__btnBig--submit {
  margin-top: 82px;
  margin-bottom: 20px;
}

.mfaActivation {
  height: 527px;
  padding-top: 25px;
  padding-bottom: 24px;
}
.mfaActivation--popup {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.mfaActivation--page {
  grid-area: loginBody;
}
.mfaActivation__header {
  margin-bottom: 14px;
}
.mfaActivation__title {
  margin-top: 21px;
  font-family: "InterExtraBold";
  font-size: 20px;
  letter-spacing: 0;
}
.mfaActivation__qrCodeArea {
  text-align: center;
}
.mfaActivation__qrCodeInfo {
  text-align: center;
  font-family: "InterRegular";
}
.mfaActivation__qrCodeImage {
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 21px;
}
.mfaActivation__secretKey {
  width: 400px;
  text-align: center;
  height: 27px;
  font-family: "InterRegular";
}
.mfaActivation__secretKey--blue {
  color: #2199F2;
  display: block;
  word-wrap: break-word;
  height: 41px;
}
.mfaActivation__form {
  font-family: "InterRegular";
  text-align: center;
  margin-top: 5px;
}
.mfaActivation__info {
  font-family: "InterRegular";
  width: 390px;
  text-align: center;
}
.mfaActivation__submit {
  width: 119px;
  margin-left: 20px;
  margin-top: 27px;
}
.mfaActivation__cancel {
  margin-top: 27px;
  width: 119px;
}
.mfaActivation__inputCode {
  margin-top: 11px;
  padding: 0 30px;
}
.mfaActivation__buttonContainer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.successLogoutPopup {
  position: fixed;
  width: 200px;
  min-height: 200px;
  border-radius: 12px;
  background-color: #C3E2D2;
  color: #00907f;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 5px 10px rgba(67, 72, 87, 0.1019607843);
  padding-top: 16px;
}
.successLogoutPopup__title {
  height: 21px;
  font-family: "InterBold";
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 12px;
  margin-bottom: 9px;
}
.successLogoutPopup__message {
  min-width: 136px;
  min-height: 75px;
  padding-left: 17px;
  padding-right: 16px;
  padding-bottom: 6.19px;
  text-align: center;
  color: #00907f;
}
.successLogoutPopup__button {
  color: #C3E2D2;
  width: 100%;
  background-color: #00907f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ifuIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.ifuIcon__a {
  fill: #0071ce;
}

.ipdIcon {
  display: inline-block;
  width: 186px;
  height: 34px;
}
.ipdIcon__a {
  fill: #0071ce;
}
.ipdIcon__b {
  fill: #2E3040;
}

.thumbsUp {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.thumbsUp .a {
  fill: rgba(0, 0, 0, 0);
}
.thumbsUp .b {
  fill: #00907f;
}

.impedimedHeader {
  display: inline-block;
  width: 112.58px;
  height: 21.55px;
  margin-top: 8px;
}
.impedimedHeader .a {
  fill: #fff;
}

.arrowBig {
  display: inline-block;
  margin-left: 32px;
  width: 28px;
  height: 21px;
  margin-bottom: 9px;
}
.arrowBig .a {
  width: 28px;
  height: 21px;
}
.arrowBig .b {
  fill: #2E3040;
}

.arrowDown {
  display: inline-block;
  width: 14px;
  height: 7px;
  margin-right: 1px;
  margin-top: -8px;
}
.arrowDown .a {
  fill: #7D8286;
}
.arrowDown .blue {
  fill: #2199F2;
}
.arrowDown__top {
  margin-top: 8px;
}

.privacyIcon {
  margin: auto;
  width: 47px;
  height: 56px;
}
.privacyIcon .a {
  fill: #D9D9D9;
}

.unsupportedResolution {
  margin-top: 100px;
}
.unsupportedResolution__title {
  font-family: "InterBold";
  font-size: 31px;
  line-height: 30px;
  color: #000000;
  margin-top: 10px;
}
.unsupportedResolution__text {
  font-family: "InterMedium";
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #7D8286;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  .unsupportedResolution {
    margin-top: 50px;
  }
  .unsupportedResolution__title {
    font-size: 24px;
  }
  .unsupportedResolution__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .unsupportedResolution {
    margin-top: 50px;
  }
  .unsupportedResolution__title {
    font-size: 20px;
  }
  .unsupportedResolution__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .unsupportedResolution {
    margin-top: 50px;
  }
  .unsupportedResolution__title {
    font-size: 16px;
  }
  .unsupportedResolution__text {
    font-size: 10px;
    width: 300px;
  }
}
.unsupportedResolutionImage__svg {
  width: 633px;
  height: 439px;
}

@media only screen and (max-width: 780px) {
  .unsupportedResolutionImage__svg {
    width: 450px;
    height: 400px;
  }
}
@media only screen and (max-width: 650px) {
  .unsupportedResolutionImage__svg {
    width: 300px;
    height: 300px;
  }
}
.exclamationRoundBorderIcon {
  width: 20px;
  height: 20px;
}

.helpIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.helpIcon .a {
  fill: #fff;
}
.helpIcon .b {
  fill: none;
}

.infoIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.infoIcon .a {
  fill: #fff;
}
.infoIcon .b {
  fill: none;
}

.settingsIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.settingsIcon .a {
  fill: #fff;
}
.settingsIcon .b {
  fill: none;
}

.buildInfo {
  grid-area: buildInfo;
}
.buildInfo__label {
  margin-top: 8px;
  font-family: "InterMedium";
  font-size: 13px;
  color: #7D8286;
  letter-spacing: 0;
}

.customPopup {
  position: absolute;
  width: 437px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(67, 72, 87, 0.1019607843);
  padding: 28px 20px 18px 26px;
  z-index: 10;
}
.customPopup__title {
  width: 100%;
  font-family: "InterExtraBold";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  text-transform: capitalize;
}
.customPopup__body {
  margin-top: 12px;
  margin-bottom: 30px;
  width: 100%;
}
.customPopup__defaultButtonsWrapper {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
}
.customPopup__defaultCancel {
  width: 119px;
  height: 45px;
}
.customPopup__defaultSubmit {
  width: 119px;
  height: 45px;
  margin-left: 10px;
}

.updatePopupChain__cancelBtn {
  width: 170px;
}
.updatePopupChain__cancelBtn--small {
  width: 119px;
}
.updatePopupChain__submitBtn {
  width: 170px;
}
.updatePopupChain__submitBtn--small {
  width: 125px;
}
.updatePopupChain__changelog-container {
  width: 503px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.updatePopupChain__changelog-info {
  max-height: 325px;
  overflow-y: auto;
}
.updatePopupChain__changelog-title {
  font-size: 15px;
  font-family: "InterSemiBold";
  color: #2199F2;
  margin-top: 20px;
  margin-bottom: 16px;
}
.updatePopupChain__warningIcon {
  margin-right: 8.7px;
  width: 31px;
  height: 30px;
}

.instructionsIcon {
  width: 38px;
  height: 28px;
}
.instructionsIcon__a {
  width: 38px;
  height: 28px;
  fill: #2E3040;
}
.instructionsIcon__b {
  fill: #2E3040;
}
.instructionsIcon__c {
  fill: #2E3040;
}

.noDisplay {
  display: none;
}

.active {
  color: #fff;
}
.active:hover {
  opacity: 0.7;
}

.inactive {
  color: #fff;
  opacity: 0.5;
}
.inactive:hover {
  opacity: 0.7;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
.disabled:hover {
  cursor: not-allowed;
  opacity: 0.5 !important;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.text-line-through {
  text-decoration: line-through;
  color: #F77474;
}

.text-highlight {
  color: #2199F2;
}

.with-action {
  cursor: pointer;
}

.portal {
  z-index: 10;
}