@charset "UTF-8";
@font-face {
  font-family: "Sofia ExLt";
  src: url("../../assets/fonts/sofia-pro-extralight.woff") format("woff");
}
@font-face {
  font-family: "Sofia UlLt";
  src: url("../../assets/fonts/sofia-pro-ultralight.woff") format("woff");
}
@font-face {
  font-family: "Sofia Lt";
  src: url("../../assets/fonts/sofia-pro-light.woff") format("woff");
}
@font-face {
  font-family: "Sofia Regular";
  src: url("../../assets/fonts/sofia-pro-regular.woff") format("woff");
}
@font-face {
  font-family: "Sofia Medium";
  src: url("../../assets/fonts/sofia-pro-medium.woff") format("woff");
}
@font-face {
  font-family: "Sofia SemiBld";
  src: url("../../assets/fonts/sofia-pro-semibold.woff") format("woff");
}
@font-face {
  font-family: "Sofia Bold";
  src: url("../../assets/fonts/sofia-pro-bold.woff") format("woff");
}
@font-face {
  font-family: "Sofia Black";
  src: url("../../assets/fonts/sofia-pro-black.woff") format("woff");
}
body .page .outer-container .inner-container .headImg {
  margin-left: -110px !important;
}

body:not(.trackboard) .page .outer-container .inner-container {
  padding: 105px 50px 50px !important;
}

:root {
  --white:#fff;
  --black:#000;
  --gray-050-hsl:212,60%,97%;
  --gray-100-hsl:212,50%,93%;
  --gray-200-hsl:212,30%,85%;
  --gray-300-hsl:211,13%,65%;
  --gray-350-hsl:211,11%,59%;
  --gray-400-hsl:210,10%,53%;
  --gray-500-hsl:211,12%,43%;
  --gray-550-hsl:210,13%,40%;
  --gray-600-hsl:209,14%,37%;
  --gray-700-hsl:209,18%,30%;
  --gray-800-hsl:209,20%,25%;
  --gray-900-hsl:210,24%,16%;
  --gray-1000-hsl:210,24%,10%;
  --gray-050:hsl(var(--gray-050-hsl));
  --gray-100:hsl(var(--gray-100-hsl));
  --gray-200:hsl(var(--gray-200-hsl));
  --gray-300:hsl(var(--gray-300-hsl));
  --gray-350:hsl(var(--gray-350-hsl));
  --gray-400:hsl(var(--gray-400-hsl));
  --gray-500:hsl(var(--gray-500-hsl));
  --gray-550:hsl(var(--gray-550-hsl));
  --gray-600:hsl(var(--gray-600-hsl));
  --gray-700:hsl(var(--gray-700-hsl));
  --gray-800:hsl(var(--gray-800-hsl));
  --gray-900:hsl(var(--gray-900-hsl));
  --gray-1000:hsl(var(--gray-1000-hsl));
  --red-050:#ffe3e3;
  --red-100:#ffbdbd;
  --red-200:#ff9b9b;
  --red-300:#f86a6a;
  --red-400:#ef4e4e;
  --red-500:#e12d39;
  --red-600:#cf1124;
  --red-700:#ab091e;
  --red-800:#8a041a;
  --red-900:#610316;
  --orange-050:#fff7ed;
  --orange-100:#ffedd5;
  --orange-200:#fed7aa;
  --orange-300:#fdba74;
  --orange-400:#fb923c;
  --orange-500:#f97316;
  --orange-600:#ea580c;
  --orange-700:#c2410c;
  --orange-800:#9a3412;
  --orange-900:#7c2d12;
  --orange-950:#431407;
  --amber-050:#fffbeb;
  --amber-100:#fef3c7;
  --amber-200:#fde68a;
  --amber-300:#fcd34d;
  --amber-400:#fbbf24;
  --amber-500:#f59e0b;
  --amber-600:#d97706;
  --amber-700:#b45309;
  --amber-800:#92400e;
  --amber-900:#78350f;
  --amber-950:#451a03;
  --yellow-050:#fffbea;
  --yellow-100:#fff3c4;
  --yellow-200:#fce588;
  --yellow-300:#fadb5f;
  --yellow-400:#f7c948;
  --yellow-500:#f0b429;
  --yellow-600:#de911d;
  --yellow-700:#cb6e17;
  --yellow-750:#bd5a14;
  --yellow-800:#b44d12;
  --yellow-900:#8d2b0b;
  --lime-050:#f7fee7;
  --lime-100:#ecfccb;
  --lime-200:#d9f99d;
  --lime-300:#bef264;
  --lime-400:#a3e635;
  --lime-500:#84cc16;
  --lime-600:#65a30d;
  --lime-700:#4d7c0f;
  --lime-800:#3f6212;
  --lime-900:#365314;
  --lime-950:#1a2e05;
  --green-050:#f0fdf4;
  --green-100:#dcfce7;
  --green-200:#bbf7d0;
  --green-300:#86efac;
  --green-400:#4ade80;
  --green-500:#22c55e;
  --green-600:#16a34a;
  --green-700:#15803d;
  --green-800:#166534;
  --green-900:#14532d;
  --green-950:#052e16;
  --emerald-050:#ecfdf5;
  --emerald-100:#d1fae5;
  --emerald-200:#a7f3d0;
  --emerald-300:#6ee7b7;
  --emerald-400:#34d399;
  --emerald-500:#10b981;
  --emerald-600:#059669;
  --emerald-700:#047857;
  --emerald-800:#065f46;
  --emerald-900:#064e3b;
  --emerald-950:#022c22;
  --teal-050:#effcf6;
  --teal-100:#c6f7e2;
  --teal-200:#8eedc7;
  --teal-300:#65d6ad;
  --teal-400:#3ebd93;
  --teal-500:#27ab83;
  --teal-550:#20a07b;
  --teal-600:#199473;
  --teal-700:#147d64;
  --teal-800:#0c6b58;
  --teal-900:#014d40;
  --cyan-050:#e0fcff;
  --cyan-100:#bef8fd;
  --cyan-200:#87eaf2;
  --cyan-300:#54d1db;
  --cyan-400:#38bec9;
  --cyan-500:#2cb1bc;
  --cyan-600:#14919b;
  --cyan-700:#0e7c86;
  --cyan-800:#0a6c74;
  --cyan-900:#044e54;
  --sky-050:#f0f9ff;
  --sky-100:#e0f2fe;
  --sky-200:#bae6fd;
  --sky-300:#7dd3fc;
  --sky-400:#38bdf8;
  --sky-500:#0ea5e9;
  --sky-600:#0284c7;
  --sky-700:#0369a1;
  --sky-800:#075985;
  --sky-900:#0c4a6e;
  --sky-950:#082f49;
  --blue-050:#e3f8ff;
  --blue-100:#b3ecff;
  --blue-200:#81defd;
  --blue-300:#5ed0fa;
  --blue-400:#40c3f7;
  --blue-500:#2bb0ed;
  --blue-600:#1992d4;
  --blue-700:#127fbf;
  --blue-800:#0b69a3;
  --blue-900:#035388;
  --indigo-050:#eef2ff;
  --indigo-100:#e0e7ff;
  --indigo-200:#c7d2fe;
  --indigo-300:#a5b4fc;
  --indigo-400:#818cf8;
  --indigo-500:#6366f1;
  --indigo-600:#4f46e5;
  --indigo-700:#4338ca;
  --indigo-800:#3730a3;
  --indigo-900:#312e81;
  --indigo-950:#1e1b4b;
  --violet-050:#f5f3ff;
  --violet-100:#ede9fe;
  --violet-200:#ddd6fe;
  --violet-300:#c4b5fd;
  --violet-400:#a78bfa;
  --violet-500:#8b5cf6;
  --violet-600:#7c3aed;
  --violet-700:#6d28d9;
  --violet-800:#5b21b6;
  --violet-900:#4c1d95;
  --violet-950:#2e1065;
  --purple-050:#faf5ff;
  --purple-100:#f3e8ff;
  --purple-200:#e9d5ff;
  --purple-300:#d8b4fe;
  --purple-400:#c084fc;
  --purple-500:#a855f7;
  --purple-600:#9333ea;
  --purple-700:#7e22ce;
  --purple-800:#6b21a8;
  --purple-900:#581c87;
  --purple-950:#3b0764;
  --fuchsia-050:#fdf4ff;
  --fuchsia-100:#fae8ff;
  --fuchsia-200:#f5d0fe;
  --fuchsia-300:#f0abfc;
  --fuchsia-400:#e879f9;
  --fuchsia-500:#d946ef;
  --fuchsia-600:#c026d3;
  --fuchsia-700:#a21caf;
  --fuchsia-800:#86198f;
  --fuchsia-900:#701a75;
  --fuchsia-950:#4a044e;
  --pink-050:#ffe3ec;
  --pink-100:#ffb8d2;
  --pink-200:#ff8cba;
  --pink-300:#f364a2;
  --pink-400:#e8368f;
  --pink-500:#da127d;
  --pink-600:#bc0a6f;
  --pink-700:#a30664;
  --pink-800:#870557;
  --pink-900:#620042;
  --rose-050:#fff1f2;
  --rose-100:#ffe4e6;
  --rose-200:#fecdd3;
  --rose-300:#fda4af;
  --rose-400:#fb7185;
  --rose-500:#f43f5e;
  --rose-600:#e11d48;
  --rose-700:#be123c;
  --rose-800:#9f1239;
  --rose-900:#881337;
  --rose-950:#4c0519 ;
}

:root {
  --bg-color:$grey100;
  --bg-color-hsl:212deg,50%,93%;
  --primary-color:var(--red-500);
  --secondary-color:var(--gray-500);
  --input-color:#607d9f;
  --text-color:var(--gray-700);
  --medium-dark-text-color:var(--gray-550);
  --medium-text-color:var(--gray-550);
  --light-text-color:var(--gray-500);
  --link-color:#1f5fea;
  --font-weight-bold:700;
  --menu-option-color:var(--text-color);
  --menu-option-active-color:var(--white);
  --menu-option-active-background-color:var(--dark-sel-color);
  --hairline-color:rgba(51,64,77,.1);
  --medium-hairline-color:rgba(81,95,108,.25);
  --dark-hairline-color:rgba(123,135,147,.5);
  --light-focus-color:var(--blue-300);
  --medium-focus-color:var(--blue-500);
  --dark-focus-color:#0f74b1;
  --light-focus-ring:0 0 0 1px #5ed0fa,0 0 0 3px rgba(94,208,250,.7);
  --medium-focus-ring:0 0 0 1px #2bb0ed,0 0 0 3px rgba(43,176,237,.7);
  --dark-focus-ring:0 0 0 1px #0f74b1,0 0 0 3px rgba(15,116,177,.7);
  --light-sel-color:var(--gray-200);
  --dark-sel-color:var(--gray-500);
  --error-color:#d81e23;
  --warning-color:var(--yellow-800);
  --success-color:var(--teal-700);
  --notice-color:var(--blue-800);
  --enabled-color:var(--teal-550);
  --pending-color:var(--yellow-700);
  --disabled-color:var(--red-600);
  --indicator-border-color:var(--yellow-700);
  --indicator-icon-color:var(--yellow-750);
  --small-border-radius:3px;
  --medium-border-radius:4px;
  --large-border-radius:5px;
  --menu-border-radius:var(--medium-border-radius);
  --checkbox-size:16px;
  --radio-size:16px ;
}

@font-face {
  font-display: block;
  font-family: Craft;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Craft.woff2) format("woff2"), url(../fonts/Craft.woff) format("woff"), url(../fonts/Craft.ttf) format("truetype"), url(../fonts/Craft.svg#Craft) format("svg");
}
:root {
  --ui-control-color:var(--gray-550);
  --ui-control-hover-color:var(--gray-600);
  --ui-control-active-color:var(--gray-700);
  --ui-control-bg-color:rgba(96,125,159,.25);
  --ui-control-hover-bg-color:rgba(96,125,159,.3);
  --ui-control-active-bg-color:rgba(96,125,159,.5);
  --ui-control-border-radius:var(--large-border-radius);
  --ui-control-height:2.125rem;
  --icon-opacity:0.8;
  --light-focus-hsl:196.1538461538deg,93.9759036145%,67.4509803922%;
  --medium-focus-hsl:198.8659793814deg,84.347826087%,54.9019607843%;
  --dark-focus-hsl:202.5925925926deg,84.375%,37.6470588235%;
  --focus-ring:0 0 0 1px hsl(var(--dark-focus-hsl)),0 0 0 3px hsla(var(--dark-focus-hsl),0.8);
  --inner-focus-ring:inset 0 0 0 1px hsl(var(--dark-focus-hsl)),inset 0 0 0 3px hsla(var(--dark-focus-hsl),0.7);
  --touch-target-size:24px;
  --elements-busy-top-position:calc(50% - var(--size, 20px)/2) ;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

label {
  font-weight: bold;
}

input {
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  margin: 8px 0;
  padding: 12px 20px;
  width: 60%;
}

#alert-notice {
  border-bottom: 1px dashed #00205b;
}

#edition-logo {
  border: 1px solid #ffffff;
  border-radius: 3px;
  box-sizing: content-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 8px;
  padding: 6px 5px 6px 7px;
  position: relative;
  text-transform: uppercase;
  top: -1px;
  -webkit-user-select: none;
  user-select: none;
}

.linear-gradient {
  background-image: linear-gradient(to right, #F7BCB7, #FCF8E5);
  margin-bottom: 35px;
}

#mini_calendar td.today div, #mini_calendar td.today div a {
  background-color: #F7BCB7 !important;
}

#month_calendar #days_of_week th {
  background-color: #F7BCB7 !important;
  color: #00205b !important;
}

.freq-list input[type=checkbox] + label {
  background: #F7BCB7 !important;
}

.freq-list input[type=checkbox]:checked + label {
  background: #00205b !important;
}

.input-invalid {
  border: 2px solid #BF0D3E !important;
}

.text-color-red {
  color: #BF0D3E;
}

.text-color-blue {
  color: #00205b;
}

.remove-input-arrows {
  /* Chrome, Safari, Edge, Opera */
}
.remove-input-arrows input::-webkit-outer-spin-button,
.remove-input-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.remove-input-arrows {
  /* Firefox */
}
.remove-input-arrows input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.avatar {
  margin-right: 8px;
  border-radius: 50%;
}
.avatar .elementthumb, .avatar .thumb {
  display: inline;
}
.avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  max-width: none;
  box-shadow: 0 0 0 1px rgba(31, 41, 51, 0.05), 0 0 0 rgba(31, 41, 51, 0);
  -o-transition: box-shadow linear 150ms;
  transition: box-shadow linear 150ms;
}
.avatar svg {
  width: 40px;
  height: 40px;
  max-width: none;
  box-shadow: 0 0 0 1px rgba(31, 41, 51, 0.05), 0 0 0 rgba(31, 41, 51, 0);
  -o-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
  background-color: #ffffff;
  border-radius: 50% !important;
}

/* For CKEditor Image styling */
figure.image {
  clear: both;
  display: table;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
}
figure.image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}
figure.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
figure.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
figure {
  /* Centered image */
}
figure.image-style-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
figure.image-style-align-center img {
  display: inline-block;
}
figure {
  /* Left/right float Wrap Text */
}
figure.image-style-align-left {
  clear: none;
  float: left;
  margin-right: 1em;
}
figure.image-style-align-right {
  clear: none;
  float: right;
  margin-left: 1em;
}

/* For CKEditor Image styling end */
body {
  font-family: "Sofia Regular";
}

a {
  font-family: "Sofia Regular";
  font-weight: normal;
}

p {
  font-family: "Sofia Regular";
  font-weight: normal;
}

input {
  font-family: "Sofia Regular";
}

select {
  font-family: "Sofia Regular";
}

.btn {
  font-family: "Sofia Regular";
}

.btn-fin img {
  max-width: 32px;
}

#addChild {
  background-color: #F7BCB7 !important;
  border: none;
  color: #00205b !important;
  cursor: pointer;
  font-weight: bold;
}

.loginButton {
  margin: 0;
  position: relative;
}

.removeChild {
  background-color: #BF0D3E;
  margin: 0 0 0 10px;
  position: absolute;
  right: 15px;
  top: 65px;
  transform: translateY(-70%);
  -ms-transform: translateY(-70%);
}
@media (max-width: 475px) {
  .removeChild {
    right: -9px;
  }
}
@media (max-width: 435px) {
  .removeChild {
    right: 0px;
  }
}
@media (max-width: 307px) {
  .removeChild {
    top: 89px;
  }
}

.center-text {
  display: inline-flex;
  justify-content: center; /* center the content horizontally */
  align-items: center; /* center the content vertically */
}

.warning-button {
  background-color: #BF0D3E !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1) !important;
  color: #ffffff !important;
}
.warning-button:hover {
  filter: brightness(75%);
  color: #ffffff !important;
}
.warning-button:active {
  box-shadow: none !important;
  transform: translateY(1px);
}

.blue-button {
  background-color: #00205b !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1) !important;
  color: #ffffff;
}
.blue-button:hover {
  color: #ffffff !important;
}
.blue-button:hover:enabled, .blue-button:hover:not([disabled]) {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
}
.blue-button:active:enabled, .blue-button:active:not([disabled]) {
  box-shadow: none !important;
  transform: translateY(1px);
}

.green-button,
.accent-button,
.file-btn,
.gray-button {
  background-color: #F7BCB7 !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1) !important;
  color: #00205b !important;
}
.green-button:hover,
.accent-button:hover,
.file-btn:hover,
.gray-button:hover {
  filter: brightness(85%);
  color: #00205b !important;
}
.green-button:active,
.accent-button:active,
.file-btn:active,
.gray-button:active {
  box-shadow: none !important;
  transform: translateY(1px);
}

.shortcut-button {
  border: 1px solid rgba(0, 32, 91, 0.1);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 15px 5px 0 !important;
  padding: 10px;
  transition: color 0.3s ease;
}

.accent-button {
  background-color: #FCF8E5 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  width: 100px;
}

.file-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.resource-container .res-remove-btn,
.resource-container .res-add-btn,
.resource-container .res-download-btn {
  background-color: #BF0D3E !important;
  color: #ffffff;
  float: left;
  position: relative;
  margin-top: 2%;
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
  padding: 0.25rem 0.25rem;
}
.resource-container .res-remove-btn svg,
.resource-container .res-add-btn svg,
.resource-container .res-download-btn svg {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .resource-container .res-remove-btn svg,
  .resource-container .res-add-btn svg,
  .resource-container .res-download-btn svg {
    vertical-align: middle;
  }
}
.resource-container .res-remove-btn:hover,
.resource-container .res-add-btn:hover,
.resource-container .res-download-btn:hover {
  filter: brightness(85%);
}
.resource-container .res-add-btn {
  background-color: #00205b !important;
}
.resource-container .res-add-btn:hover {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
}
.resource-container .res-download-btn {
  background-color: #F7BCB7 !important;
  color: #00205b;
  margin-left: 0.5rem;
}
.resource-container .res-download-btn:hover {
  filter: brightness(85%);
}

.button-load {
  background: repeating-linear-gradient(90deg, #00205b, #00205b, #9bd9c5 5%, #00205b, #00205b 50%);
  background-size: 400% 100%;
  animation: gradient 5s linear infinite;
}
@keyframes gradient {
  0% {
    background-position: 33% 50%;
  }
  100% {
    background-position: -33% 50%;
  }
}
.button-load:disabled {
  opacity: 1 !important;
}

.searching {
  background: repeating-linear-gradient(90deg, #FCF8E5, #FCF8E5, #F7BCB7 5%, #FCF8E5, #FCF8E5 50%);
  border: 2px solid #F7BCB7 !important;
  background-size: 400% 100%;
  animation: gradient 5s linear infinite;
}
@keyframes gradient {
  0% {
    background-position: 33% 50%;
  }
  100% {
    background-position: -33% 50%;
  }
}
.searching:disabled {
  opacity: 1 !important;
}

.fin-search {
  border: none;
  border-radius: 5px;
  height: calc(100% - 16px);
  padding: 0 25px;
  font-size: 20px;
  cursor: pointer;
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fin-search:active {
  box-shadow: none !important;
  transform: translateY(-50%);
}

.attendee-search {
  border: none;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
  float: right;
  font-size: 18px;
  padding: 0 5px;
}
.attendee-search:active {
  box-shadow: none !important;
}

.add-guardian {
  float: right;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .add-guardian {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (hover: none) and (pointer: coarse) {
  .add-guardian {
    margin-right: 15px;
  }
}

.dropdown.show #readByButton {
  background-color: #00205b !important;
  color: #ffffff;
}
.dropdown.show #readByButton:hover {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
  color: #ffffff;
}

#readByButton {
  border-color: #00205b;
  color: #00205b;
  margin: 0 0 15px 10px;
}
#readByButton:hover {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
  color: #ffffff;
}

html.head-v1 {
  background-color: #FCF8E5;
  background-image: url("../../assets/picu-images/PICU-Background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #00205b;
  min-height: 100vh;
  padding-top: 0.1px;
}

.head-v1 body {
  background-color: #FCF8E5;
  background-image: url("../../assets/picu-images/PICU-Background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #00205b;
  min-height: 100vh;
  padding-top: 0.1px;
}
.head-v1 nav.head-layout-1 .link {
  font-family: "Sofia Regular";
}
.head-v1 .btn-success:active:focus {
  border-color: #494F57 !important;
  color: #ffffff !important;
}
.head-v1 .dropdown-menu {
  padding: 0 !important;
}
.head-v1 .dropdown-menu .dropdown-item-text {
  background-color: #F7BCB7 !important;
  font-weight: bold;
}
.head-v1 .dropdown-menu .dropdown-item {
  color: #00205b !important;
}
.head-v1 .dropdown-menu .dropdown-item:hover {
  background-color: #F7BCB7 !important;
}
.head-v1 .top-divider {
  margin: 0 !important;
}
.head-v1 .topImage {
  background-size: 100%;
  background-image: url("../assets/images/sea-turtle.png");
  background-position: top-left;
  background-repeat: no-repeat;
  margin-top: -3%;
  padding-top: 10%;
  position: relative;
  width: 15%;
}
.head-v1 .usalog {
  background-image: url("../assets/images/USAH-NICU-logo.png");
  background-position: top-left;
  background-repeat: no-repeat;
  height: 100px;
  position: relative;
  width: 100%;
}
.head-v1 .leftHalf {
  background-color: #00205b;
  color: #ffffff;
  float: left;
  height: 80vh;
  width: 40%;
}
.head-v1 .rightHalf {
  background-color: #FCF8E5;
  float: left;
  height: 80vh;
  width: 60%;
}
.head-v1 .loginButton {
  margin: 0;
  position: relative;
}
.head-v1 .contact-active {
  border-bottom: 4px solid #00205b;
}
.head-v1 label {
  font-weight: bold;
}
.head-v1 input {
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  margin: 8px 0;
  padding: 12px 20px;
  width: 60%;
}
.head-v1 input[type=submit]:hover {
  background-color: #00205b;
}
.head-v1 button[type=submit] {
  background-color: #00205b;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  margin: 8px 0;
  padding: 14px 20px;
  width: 60%;
}
.head-v1 .body-text {
  font-size: 20px;
  font-weight: 600;
  padding: 35px;
}
.head-v1 .body-text p {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .head-v1 .body-text .error-page {
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 398px) {
  .head-v1 .body-text .error-page {
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .head-v1 .body-text .error-page {
    font-size: 12px;
  }
}
@media only screen and (max-width: 868px) {
  .head-v1 .body-text {
    padding: 15px;
  }
}
.head-v1 .transparentArticleCard {
  border: none;
  display: block !important;
  font-size: 24px;
  margin: 20px 20%;
  position: relative;
}
.head-v1 .upperInnerCard {
  align-items: center;
  background-color: #ffffff;
  display: block !important;
  border: 1px solid #b7dfce;
  position: relative;
  text-align: center;
  width: 40%;
}
.head-v1 .innerCard {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #b7dfce;
  display: block !important;
  position: relative;
  text-align: center;
}
.head-v1 .topInnerCard {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #b7dfce;
  display: block !important;
  position: relative;
  text-align: center;
  width: 30%;
}
.head-v1 .innerContainter {
  align-items: center;
  display: flex;
  justify-content: center;
}
.head-v1 .innerRightContainter {
  display: flex;
  text-align: right;
  float: right;
}
.head-v1 .innerLeftContainter {
  align-items: left;
  display: flex;
  justify-content: left;
}
.head-v1 .flex-container {
  display: flex;
}
.head-v1 .flex-child {
  flex: 1;
}
.head-v1 .bottomContainter {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 50%;
}
.head-v1 .dropdown {
  color: #00205b !important;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  position: relative;
}
.head-v1 .dropdown-AboutUs {
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  margin-top: 30px;
  min-width: 80px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
}
.head-v1 .dropdown-text {
  font-size: 20px;
  color: #00205b !important;
}
.head-v1 .dropdown-Content {
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  margin-left: 200px;
  margin-top: 10px;
  min-width: 110px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
}
.head-v1 .dropdown:hover .dropdown-AboutUs {
  display: inline;
}
.head-v1 .dropdown:hover .dropdown-Content {
  display: inline;
}
.head-v1 .articleCard {
  background-color: #FCF8E5;
  border: 0px solid red;
  display: block !important;
  margin: 0 20% 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.head-v1 .grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 33% 33% 33%;
}
.head-v1 .item {
  border: 0px solid black;
}
.head-v1 .innerGrid {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 33% 33% 33%;
}
.head-v1 .link:hover {
  color: #00205b;
  text-decoration: underline;
}
.head-v1 .color-blue {
  color: #00205b;
}
.head-v1 .color-white {
  color: #ffffff;
}
.head-v1 .img-mobile-icon {
  bottom: -35px;
  height: 110px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}
.head-v1 .mobile {
  display: none;
}
.head-v1 .desktop {
  display: inline;
}
.head-v1 .title-header {
  background-color: #FCF8E5;
}
.head-v1 .navImage {
  height: 60px;
}
.head-v1 .bg-color-blue {
  background-color: #00205b !important;
}
.head-v1 .NICU-text {
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .head-v1 .desktop {
    display: none;
  }
  .head-v1 .mobile {
    display: inline;
  }
  .head-v1 .articleCard {
    height: calc(100vh - 161px);
    margin: unset !important;
  }
  .head-v1 .articleCard .card-body {
    padding: 0px !important;
  }
  .head-v1 .usalogMobile {
    height: 30px;
  }
}
@media only screen and (max-width: 319px) {
  .head-v1 .usalogMobile {
    height: 25px;
  }
}

html.head-v2 {
  background-color: #FCF8E5;
  background-image: url("../assets/images/NICUBackground.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #00205b;
  min-height: 100vh;
  height: initial;
  padding: 0.1px;
}

.head-v2 body {
  background-color: #FCF8E5;
  background-image: url("../assets/images/NICUBackground.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #00205b;
  min-height: 100vh;
  height: initial;
  padding: 0.1px;
}
@media (max-width: 768px) {
  .head-v2 body {
    height: 100%;
  }
}
.head-v2 .articleCard {
  background-color: #FCF8E5;
  border: 3px solid #F7BCB7;
  display: block !important;
  margin: 5% 20%;
  position: relative;
}
.head-v2 .bg-color-blue {
  background-color: #00205b !important;
}
.head-v2 .color-blue {
  color: #00205b;
}
.head-v2 .color-white {
  color: #ffffff;
}
.head-v2 .col-description {
  background-color: #00205b;
  color: #FCF8E5;
}
.head-v2 .description p {
  font-family: "Sofia Lt";
  font-size: 24px;
  text-align: center;
}
.head-v2 .img-mobile-icon {
  bottom: 0;
  height: 70px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}
.head-v2 .innerContainter {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
}
.head-v2 .mobile {
  display: none;
}
.head-v2 .navImage {
  height: 60px;
}
.head-v2 .NICU-text {
  font-weight: bold;
  padding-top: 0px;
  text-align: center;
}
.head-v2 .title-header {
  background-color: #FCF8E5;
}
.head-v2 .topImage {
  display: block;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  max-width: 75%;
}
.head-v2 .usalog {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 75px;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .head-v2 .col-description {
    margin: 0 13px;
  }
}
@media only screen and (max-width: 48em) {
  .head-v2 .articleCard {
    border: none;
    margin: unset;
    min-height: calc(100vh - 162px);
  }
  .head-v2 .col-description {
    color: #00205b;
    background-color: unset;
  }
  .head-v2 .mobile {
    display: inline;
  }
  .head-v2 .topImage {
    display: none;
  }
  .head-v2 .usalog {
    display: none !important;
  }
}

html.user-head #notification-dropdown-menu .dropdown-toggle::after {
  display: none;
}
html.user-head label {
  font-weight: 600;
}
html.user-head .logo {
  display: flex;
  flex: 1 1 0px;
  height: 100%;
  align-items: center;
  justify-content: start;
}
html.user-head .nomination-btn {
  display: inline-block;
  flex: 1 1 0px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #FCF8E5 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
html.user-head .nomination-btn:hover {
  text-decoration: none;
}
html.user-head .menu {
  flex: 1 1 0px;
}
html.user-head .ui-widget-header {
  background: none !important;
  background-color: #F7BCB7 !important;
}
html.user-head .form-group .form-control::placeholder {
  color: #F7BCB7;
}
html.user-head .form-group .icon {
  position: absolute;
  top: 50px;
  right: 30px;
}
html.user-head .form-group input:invalid {
  border: 2px solid #BF0D3E;
}
html.user-head .form-group .DOB-invalid {
  border: 2px solid #BF0D3E;
}
html.user-head .hbg-primary {
  background-color: #F7BCB7;
}
html.user-head .hbg-secondary {
  background-color: #FCF8E5;
}
html.user-head .hbg-success {
  background-color: #00205b;
}
html.user-head .hbg-light {
  background-color: #ffffff;
}
html.user-head .h-color-black {
  color: black;
}
html.user-head .h-color-primary {
  color: #F7BCB7;
}
html.user-head .h-color-secondary {
  color: #FCF8E5;
}
html.user-head .h-color-success {
  color: #00205b;
}
html.user-head .h-color-warning {
  color: #BF0D3E;
}
html.user-head .h-color-light {
  color: #ffffff;
}
html.user-head .dropdown-toggle::after {
  border-bottom: 0 !important;
  border-left: 0.8em solid transparent !important;
  border-right: 0.8em solid transparent !important;
  border-top: 0.6em solid !important;
  vertical-align: -0.1em;
}
html.user-head .dropdown-item {
  font-size: 20px;
}
html.user-head .user-header {
  background-color: #00205b;
  height: 110px;
  padding: 0 calc(7% + 4px) 0 calc(7% + 5px) !important;
}
@media (max-width: 1360px) {
  html.user-head .user-header {
    padding: 0 35px !important;
  }
  html.user-head .user-header .nomination-container .nomination-btn {
    line-height: 20px;
  }
  html.user-head .user-header .nomination-container img {
    width: 40px;
  }
  html.user-head .user-header .nomination-container .desktop {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  html.user-head .user-header .nomination-container {
    flex: 1;
    text-align: center;
  }
  html.user-head .user-header .nomination-container .nomination-btn {
    line-height: 20px;
  }
  html.user-head .user-header .nomination-container img {
    width: 20px;
  }
  html.user-head .user-header .nomination-container .mobile {
    font-size: 12px;
    display: inline !important;
  }
  html.user-head .user-header .nomination-container .desktop {
    display: none !important;
  }
}
html.user-head .addChild {
  vertical-align: middle;
}
html.user-head .avatar {
  border-radius: 50%;
  height: 50px;
  margin-right: 5px;
  padding: 3px;
  width: 50px;
}
@media (max-width: 1199px) {
  html.user-head .avatar {
    width: 45px;
    height: 45px;
  }
}
html.user-head .nav-item a.nav-link {
  color: #ffffff;
  padding-right: 0;
}
@media (max-width: 1199px) {
  html.user-head .alert-icon {
    width: 29px;
    height: 32px;
  }
}
html.user-head .userName {
  font-size: 25px;
  vertical-align: middle;
}
html.user-head .patient-dropdown {
  font-size: 16px;
  text-decoration: underline;
}
html.user-head .notification {
  position: relative;
}
html.user-head .notification .badge-pill {
  margin-left: -15px;
  margin-top: -10px;
  position: absolute;
}
html.user-head .mobile {
  display: none !important;
}
html.user-head .desktop {
  display: inline !important;
}
@media (max-width: 1000px) {
  html.user-head .logo-desktop {
    height: 60px;
  }
}
html.user-head .logo {
  max-height: 60px;
}
html.user-head .nav-header-custom .nav-item .dropdown-menu {
  padding: 0;
}
html.user-head .nav-header-custom .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #F7BCB7;
}
html.user-head .nav-header-custom .nav-item .dropdown-menu .dropdown-item:hover:nth-of-type(1) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
html.user-head .nav-header-custom .nav-item .dropdown-menu .dropdown-divider {
  margin: 0;
}
html.user-head .nav-header-custom .nav-item .dropdown-menu .dropdown-divider-2 {
  border-top: 3px solid #F7BCB7;
  margin: 0;
}
@media only screen and (max-width: 48em) {
  html.user-head .user-header {
    padding: 0 10px !important;
  }
  html.user-head .desktop {
    display: none !important;
  }
  html.user-head .mobile {
    display: inline !important;
  }
  html.user-head .avatar {
    height: 24px;
    margin-right: 0;
    width: 24px;
  }
  html.user-head .user-header {
    height: 56px;
    padding: 0;
  }
  html.user-head .logo {
    max-height: 60%;
  }
  html.user-head .nav-header-custom .nav-item .nav-link {
    padding: 5px 10px;
  }
  html.user-head .nav-header-custom .nav-item .dropdown-toggle::after {
    content: unset;
  }
}
@media only screen and (max-width: 425px) {
  html.user-head .logo {
    max-height: 50%;
  }
}
@media only screen and (max-width: 375px) {
  html.user-head .logo {
    max-height: 40%;
  }
}
@media only screen and (max-width: 325px) {
  html.user-head .logo {
    max-height: 30%;
  }
}

html.admin-head .h-color-warning {
  color: #BF0D3E;
}
html.admin-head .ui-widget-header {
  background: none !important;
  background-color: #F7BCB7 !important;
}
html.admin-head .mobile {
  display: none !important;
}
@media only screen and (max-width: 48em) {
  html.admin-head .mobile {
    display: inline-flex !important;
  }
}
html.admin-head .desktop {
  display: inline-flex !important;
  vertical-align: middle;
}
@media only screen and (max-width: 48em) {
  html.admin-head .desktop {
    display: none !important;
  }
}
html.admin-head .form-group input:invalid {
  border: 2px solid #BF0D3E;
}
html.admin-head nav .logo {
  max-height: 60px;
}
html.admin-head nav .userName {
  font-size: 25px;
  vertical-align: middle;
}
html.admin-head nav .nav-item a.nav-link {
  color: #ffffff;
  padding-right: 0;
}
html.admin-head nav .nav-item .nav-link.disabled {
  color: #6c757d;
}
html.admin-head nav .dropdown-toggle::after {
  border-bottom: 0 !important;
  border-left: 0.8em solid transparent !important;
  border-right: 0.8em solid transparent !important;
  border-top: 0.6em solid !important;
  vertical-align: -0.1em;
}
html.admin-head nav .dropdown-menu {
  max-width: calc(100vw - 20px);
  padding: 0;
}
html.admin-head nav .dropdown-menu .dropdown-item {
  font-size: 20px;
}
html.admin-head nav .dropdown-menu .dropdown-item:hover {
  background-color: #F7BCB7;
}
html.admin-head nav .dropdown-menu .dropdown-item:hover:nth-of-type(1) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media (max-width: 350px) {
  html.admin-head nav .dropdown-menu .dropdown-item {
    padding: 4px 10px;
  }
}
@media (max-width: 319px) {
  html.admin-head nav .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}
@media only screen and (max-width: 48em) {
  html.admin-head nav .avatar {
    height: 24px;
    margin-right: 0;
    width: 24px;
  }
  html.admin-head nav .user-header {
    height: 56px;
    padding: 0;
  }
  html.admin-head nav .logo {
    max-height: 60%;
  }
  html.admin-head nav .nav-header-custom .nav-item .nav-link {
    padding: 5px 10px;
  }
  html.admin-head nav .nav-header-custom .nav-item .dropdown-toggle::after {
    content: unset;
  }
}
@media only screen and (max-width: 425px) {
  html.admin-head nav .logo {
    max-height: 50%;
  }
}
@media only screen and (max-width: 375px) {
  html.admin-head nav .logo {
    max-height: 40%;
  }
}
@media only screen and (max-width: 325px) {
  html.admin-head nav .logo {
    max-height: 30%;
  }
}
html.admin-head nav.admin-header {
  background-color: #00205b;
  height: auto;
  padding: 0 7%;
}
@media (max-width: 991px) {
  html.admin-head nav.admin-header {
    padding: 0 4%;
  }
}
html.admin-head nav.admin-header > .container {
  display: inline-block;
}
html.admin-head nav.admin-header .navbar-brand {
  padding: 20px 0;
}
html.admin-head nav.admin-header .navbar-brand img {
  cursor: default;
  height: auto;
  max-width: 375px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  html.admin-head nav.admin-header .navbar-brand img {
    height: 65px;
  }
}
@media (max-width: 576px) {
  html.admin-head nav.admin-header .navbar-brand {
    width: 50%;
  }
  html.admin-head nav.admin-header .navbar-brand img {
    height: auto;
    max-height: 80%;
  }
}
@media (max-width: 425px) {
  html.admin-head nav.admin-header .navbar-brand img {
    max-height: 60%;
  }
}
@media (max-width: 325px) {
  html.admin-head nav.admin-header .navbar-brand img {
    max-height: 50%;
  }
}
html.admin-head nav.admin-header a.nav-link b {
  font-size: 25px;
}

body.enter-pin .input-group,
body.resetpassword .input-group,
body.setpassword .input-group {
  position: relative;
  display: inline-block;
}
body.enter-pin .input-group-text,
body.resetpassword .input-group-text,
body.setpassword .input-group-text {
  position: absolute;
  right: 0;
  top: 6px;
  background-color: white;
  border: none;
}
body.enter-pin .input-group-text button,
body.resetpassword .input-group-text button,
body.setpassword .input-group-text button {
  background-color: white;
  border: none;
  cursor: pointer;
}
body.enter-pin .input-group-text button:focus,
body.resetpassword .input-group-text button:focus,
body.setpassword .input-group-text button:focus {
  outline: none;
}
body.enter-pin nav,
body.resetpassword nav,
body.setpassword nav {
  display: none;
}
body.enter-pin .NICU-text,
body.resetpassword .NICU-text,
body.setpassword .NICU-text {
  display: none;
}
@media (max-width: 768px) {
  body.enter-pin img,
  body.resetpassword img,
  body.setpassword img {
    height: 50px;
    margin-top: 10%;
  }
}
body.enter-pin .articleCard,
body.resetpassword .articleCard,
body.setpassword .articleCard {
  margin: 10% 30% 20px;
}
@media (max-width: 1450px) {
  body.enter-pin .articleCard,
  body.resetpassword .articleCard,
  body.setpassword .articleCard {
    margin: 10% 25% 20px;
  }
}
@media (max-width: 1150px) {
  body.enter-pin .articleCard,
  body.resetpassword .articleCard,
  body.setpassword .articleCard {
    margin: 10% 20% 20px;
  }
}
@media (max-width: 768px) {
  body.enter-pin .articleCard,
  body.resetpassword .articleCard,
  body.setpassword .articleCard {
    height: 100vh;
  }
}
body.enter-pin .forgot-container,
body.resetpassword .forgot-container,
body.setpassword .forgot-container {
  margin: 0 14%;
}
body.enter-pin .forgot-container .title,
body.resetpassword .forgot-container .title,
body.setpassword .forgot-container .title {
  font-size: 26px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
body.enter-pin .forgot-container .form-group label,
body.resetpassword .forgot-container .form-group label,
body.setpassword .forgot-container .form-group label {
  font-size: 24px;
  font-weight: bold;
}
body.enter-pin .forgot-container .form-group input,
body.resetpassword .forgot-container .form-group input,
body.setpassword .forgot-container .form-group input {
  font-size: 18px;
  margin: 0 0 8px;
  padding: 12px 20px;
  width: 100%;
}
body.enter-pin .forgot-container .form-group input::placeholder,
body.resetpassword .forgot-container .form-group input::placeholder,
body.setpassword .forgot-container .form-group input::placeholder {
  color: #F7BCB7;
  font-size: 16px;
}
body.enter-pin .forgot-container .cancel,
body.resetpassword .forgot-container .cancel,
body.setpassword .forgot-container .cancel {
  font-size: 18px;
  margin: 3rem 0;
}
body.enter-pin .forgot-container .cancel a,
body.resetpassword .forgot-container .cancel a,
body.setpassword .forgot-container .cancel a {
  color: #00205b;
}
body.enter-pin .forgot-container .blue-button,
body.resetpassword .forgot-container .blue-button,
body.setpassword .forgot-container .blue-button {
  font-size: 18px;
}

body.enter-pin .articleCard {
  margin: 10% 25% 20px;
}
body.enter-pin .articleCard .verification-container {
  margin: 5px 16px;
}
body.enter-pin .articleCard #resentPinBtn {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #00205b;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
body.enter-pin .articleCard .cancel-btn,
body.enter-pin .articleCard .alert-btn {
  width: 135px !important;
}
body.enter-pin .articleCard .cancel-btn,
body.enter-pin .articleCard .alert-btn {
  float: right !important;
  margin-right: 1em;
}
@media (max-width: 768px) {
  body.enter-pin .articleCard .cancel-btn,
  body.enter-pin .articleCard .alert-btn {
    width: 100px !important;
  }
}
body.enter-pin .articleCard .alert-btn {
  padding: 0.375rem 0.75rem !important;
  color: #ffffff;
}
body.enter-pin .articleCard .cancel-btn {
  background-color: #dbe3e6 !important;
  border: rgba(0, 32, 91, 0.1) 1px solid;
  color: #00205b;
}

body.registration .leftHalf {
  background-color: #00205b;
  color: #ffffff;
  float: left;
  height: 80vh;
  width: 40%;
}
body.registration .rightHalf {
  background-color: #FCF8E5;
  float: left;
  height: 80vh;
  width: 60%;
}
body.registration .loginButton {
  margin: 0;
  position: relative;
}
body.registration .ui-widget-header {
  background: none !important;
  background-color: #F7BCB7 !important;
}
body.registration .form-group label {
  font-size: 24px;
  font-weight: bold;
}
body.registration .form-group input {
  font-size: 18px;
  margin: 0 0 8px;
  padding: 12px 20px;
}
body.registration .form-group input:invalid {
  border: 2px solid #BF0D3E;
}
body.registration .form-group input::placeholder {
  color: #F7BCB7;
  font-size: 16px;
}
body.registration .form-group #phoneNumber:hover {
  font-size: 18px !important;
}
body.registration .form-group .DOB {
  cursor: pointer;
}
body.registration .form-group .DOB-invalid {
  border: 2px solid #BF0D3E;
}
body.registration .form-group .icon {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
body.registration .form-group .input-group {
  position: relative;
  display: inline-block;
}
body.registration .form-group .input-group .form-control {
  width: inherit;
  position: initial;
}
body.registration .form-group .input-group-text {
  position: absolute;
  padding: 0;
  right: 1px;
  top: 5px;
  background-color: white;
  border: none;
}
body.registration .form-group .input-group-text button {
  background-color: white;
  border: none;
  cursor: pointer;
}
body.registration .form-group .input-group-text button:focus {
  outline: none;
}
body.registration input[type=submit]:hover {
  background-color: #00205b;
}
body.registration button[type=submit] {
  background-color: #00205b !important;
  cursor: pointer;
  display: block;
  width: 100%;
}
body.registration .alert-btn {
  background-color: #00205b !important;
  cursor: pointer;
  width: 100px;
}
body.registration .swal2-popup {
  background: #FCF8E5;
  border: solid 15px #F7BCB7;
  color: #00205b;
  font-size: 1rem;
}
body.registration .swal2-title {
  color: #00205b;
  font-size: 1.875em;
  font-weight: 600;
}
body.registration .swal2-icon.swal2-error {
  border-color: #BF0D3E;
  color: #BF0D3E;
}
body.registration .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #BF0D3E;
  border-radius: 0.3em;
  height: 0.5em;
}
body.registration .swal2-icon {
  border: 0.5em solid transparent;
}
body.registration .innerContainter {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
}
body.registration .color-blue {
  color: #00205b;
}
body.registration .col-description {
  background-color: #00205b;
  color: #FCF8E5;
}
body.registration .description p {
  text-align: left !important;
}
body.registration .img-mobile-icon {
  bottom: 0;
  height: 70px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}
body.registration .mobile {
  display: none;
}
body.registration .title-header {
  background-color: #FCF8E5;
}
body.registration .navImage {
  height: 60px;
}
body.registration .bg-color-blue {
  background-color: #00205b !important;
}
body.registration .color-white {
  color: #ffffff;
}
body.registration .NICU-text {
  font-weight: bold;
  padding-top: 0px;
  text-align: center;
}
body.registration .spacer {
  height: 1px;
  padding-top: 5%;
}
body.registration #addChild {
  background-color: #F7BCB7 !important;
  border: none;
  color: #00205b !important;
  cursor: pointer;
  font-weight: bold;
}
body.registration .addChild {
  vertical-align: middle;
}
body.registration .removeChild {
  background-color: #BF0D3E;
  margin: 0 0 0 10px;
  position: absolute;
  right: 15px;
  top: 70%;
  transform: translateY(-70%);
  -ms-transform: translateY(-70%);
}
body.registration .removeChild-container {
  padding: 0;
}
body.registration .short-text {
  display: none;
}
@media only screen and (max-width: 1485px) and (min-width: 1200px) {
  body.registration .short-text {
    display: inline-block;
  }
  body.registration .full-text {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  body.registration .childBox {
    padding-right: 15px !important;
  }
  body.registration .removeChild {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 71%;
  }
  body.registration .removeChild-container {
    padding: 0 15px 0 0;
  }
}
@media only screen and (max-width: 48em) {
  body.registration .col-description {
    background-color: unset;
    color: #00205b;
  }
  body.registration .articleCard {
    border: none;
    margin: unset;
  }
  body.registration .topImage {
    display: none;
  }
  body.registration .mobile {
    display: inline;
  }
  body.registration .spacer {
    display: none;
  }
}

html.login {
  background-color: #FCF8E5;
  background-image: url("../../assets/picu-images/PICU-Background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #00205b;
  min-height: 100vh;
}
html.login body {
  background-color: #FCF8E5;
  background-image: url("../../assets/picu-images/PICU-Background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #00205b;
  min-height: 100vh;
  overflow-x: hidden;
}
html.login .swal2-popup {
  width: 900px !important;
}
html.login .swal2-html-container {
  color: #00205b !important;
  text-align: left !important;
}
html.login .swal2-footer {
  color: #BF0D3E;
  margin: 0 !important;
}
html.login #resentPinBtn {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #00205b;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
html.login .swal2-actions {
  display: inline !important;
  margin: 1.25em 2em 0 !important;
}
html.login .swal2-cancel-btn,
html.login .swal2-deny-btn,
html.login .swal2-alert-btn {
  width: 135px !important;
}
html.login .swal2-cancel-btn,
html.login .swal2-alert-btn {
  float: right !important;
  margin-right: 1em;
}
@media (max-width: 768px) {
  html.login .swal2-cancel-btn,
  html.login .swal2-alert-btn {
    width: 100px !important;
  }
}
html.login .swal2-cancel-btn {
  background-color: #dbe3e6 !important;
  border: rgba(0, 32, 91, 0.1) 1px solid;
  color: #00205b;
}
html.login .swal2-input {
  width: 50% !important;
  margin-bottom: 1em;
}
html.login .swal2-input::placeholder {
  color: #F7BCB7;
}
@media (max-width: 768px) {
  html.login .swal2-input {
    width: 75% !important;
  }
}
html.login .verification-container {
  margin: 0 1em;
}
html.login .support-email {
  overflow-wrap: anywhere;
}
html.login .form-group label {
  font-size: 24px;
}
html.login .form-group input {
  color: #00205b;
  font-size: 18px;
}
html.login .form-group input::placeholder {
  color: #F7BCB7;
}
html.login .button-load {
  background: repeating-linear-gradient(90deg, #00205b, #00205b, #9bd9c5 5%, #00205b, #00205b 50%);
  background-size: 400% 100%;
  animation: gradient 5s linear infinite;
}
@keyframes gradient {
  0% {
    background-position: 33% 50%;
  }
  100% {
    background-position: -33% 50%;
  }
}
html.login .loading-img {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 350px;
}
html.login .reset {
  margin-bottom: 15%;
}
html.login .create {
  font-size: 18px;
}
html.login .body-text {
  font-size: 20px;
  font-weight: 400;
}
html.login .dropdown-item-text {
  background-color: #F7BCB7 !important;
  color: #ffffff;
  font-weight: bold;
}
html.login .top-divider {
  margin: 0 !important;
}
html.login .dropdown-menu {
  padding: 0 !important;
}
html.login .dropdown-item:hover {
  background-color: #F7BCB7 !important;
}
html.login .nav-link {
  font-size: 26px;
  font-weight: 600;
}
html.login .nav-link:hover {
  color: #00205b;
  text-decoration: underline;
}
html.login .padding {
  padding: 2rem 0 1rem 0 !important;
}
html.login .text-header {
  font-size: 28px;
  font-weight: bold;
  padding: 10% 0 30px;
}
html.login .topImage {
  background-image: url(../assets/images/sea-turtle.png);
  background-position: top-left;
  background-repeat: no-repeat;
  margin-left: 150px;
  padding-bottom: 150px;
  padding-left: 150px;
  position: relative;
}
html.login .color-red {
  color: #BF0D3E;
}
html.login .color-blue {
  color: #00205b;
}
html.login .color-white {
  color: #ffffff;
}
html.login .bg-color-red {
  background-color: #BF0D3E !important;
}
html.login a.disabled {
  background-color: #9c9c9c !important;
  text-decoration: line-through;
}
html.login .bg-color-blue {
  background-color: #00205b !important;
}
html.login .desktop {
  display: inline;
}
html.login .mobile {
  display: none;
}
html.login #description-container {
  background-color: #FCF8E5;
}
html.login .title-header {
  background-color: #FCF8E5;
}
html.login .navImage {
  height: 100px;
}
html.login .usalog {
  display: block;
  height: 100px;
  margin-bottom: 20%;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
html.login .full-w {
  min-height: 100vh !important;
}
html.login .img-mobile-icon {
  bottom: 0;
  height: 70px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: auto;
}
html.login .dropdown-text {
  font-size: 20px;
}
html.login .mobile-padding {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
@media only screen and (max-width: 1225px) {
  html.login .usalog {
    height: 60px;
  }
}
@media only screen and (max-width: 992px) {
  html.login .desktop {
    display: none;
  }
  html.login .mobile {
    display: inline;
  }
  html.login #login-container {
    background-color: #FCF8E5;
  }
  html.login .full-w {
    min-height: unset !important;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  html.login #description-container {
    padding-top: 5px !important;
  }
  html.login #description-container .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  html.login .reset {
    margin-bottom: 10%;
  }
  html.login #login-container {
    height: calc(100vh - 158px);
    padding-left: 20px;
    padding-right: 20px;
  }
  html.login #loginButton {
    margin: 0 !important;
  }
  html.login #backButton {
    margin: 1.5rem 0 !important;
  }
  html.login .mobile-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html.login .form-group label {
    font-size: 20px;
  }
  html.login .form-group input {
    font-size: 16px;
  }
  html.login .usalog {
    height: 65px;
  }
  html.login .usalogMobile {
    height: 30px;
  }
  html.login .text-header {
    text-align: center;
    font-size: 18px;
    padding: 0 0 15px;
  }
  html.login .body-text {
    font-size: 16px;
    font-weight: 400;
  }
  html.login .desktop-rev {
    display: inline;
  }
  html.login .mobile-rev {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 319px) {
  html.login .usalogMobile {
    height: 25px;
  }
}

.devmode {
  color: #ffffff;
  position: absolute;
  left: calc(50% - 80px);
}

.required-field::before {
  content: "*";
  color: #BF0D3E;
}

.form-group .input-group {
  position: relative;
  display: inline-block;
}
.form-group .input-group .form-control {
  width: inherit;
  position: initial;
}
.form-group .input-group-text {
  position: absolute;
  padding: 0;
  right: 1px;
  top: 13px;
  background-color: white;
  border: none;
}
.form-group .input-group-text button {
  background-color: white;
  border: none;
  cursor: pointer;
}
.form-group .input-group-text button:focus {
  outline: none;
}

.form-control {
  box-shadow: none !important;
  color: #00205b;
}
.form-control:focus {
  border-color: #00205b;
}

#api-unavailable {
  font-size: 16px;
  margin: 3px 0;
}
@media (max-width: 521px) {
  #api-unavailable {
    float: left !important;
    margin: 0 10px 0 0;
  }
}

.data-updated {
  font-size: 16px;
}
@media (max-width: 521px) {
  .data-updated {
    float: left !important;
    margin: 0 10px 0 0;
  }
}

.card-border {
  padding: 3rem;
}
@media (max-width: 768px) {
  .card-border {
    padding: 10px;
  }
}

.popover {
  background: #F7BCB7 !important;
  border-radius: 1rem;
  max-width: 40%;
  text-align: center;
}
@media (max-width: 1199px) {
  .popover {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .popover {
    max-width: 40%;
  }
}

.med-popover {
  max-width: 20%;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .med-popover {
    max-width: 40% !important;
  }
}
@media (max-width: 768px) {
  .med-popover {
    max-width: 75% !important;
  }
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
  border-right-color: #F7BCB7;
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  border-top-color: #F7BCB7;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  border-bottom-color: #F7BCB7;
}

.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
  border-left-color: #F7BCB7;
}

.popover-close-btn {
  position: absolute;
  top: 0;
  right: -5px;
  display: none;
}
@media (max-width: 992px) {
  .popover-close-btn {
    display: initial;
  }
}

.popover-header {
  background: #F7BCB7 !important;
  border-bottom: none;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #00205b;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 811px) {
  .popover-header {
    margin-right: 3rem !important;
  }
}

.popover-body {
  background: #F7BCB7;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #00205b;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 500px) {
  .popover-body {
    font-size: 16px;
  }
}

.popover-body li {
  text-align: left;
}

.hover-img, .med-hover-img {
  color: #00205b;
  cursor: help;
}

.med-hover-img {
  vertical-align: initial;
}

.upper-d-card {
  padding: 0 5px 0;
}

.d-card {
  padding: 10px 5px 0 !important;
}

.summary-card {
  height: 100%;
}

.message-heading {
  padding: 0 5px;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

div::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border: 1px;
  border-bottom-right-radius: 0.25rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
div::-webkit-scrollbar {
  background-color: #F5F5F5;
  border-bottom-right-radius: 0.25rem;
  height: 14px;
  width: 14px;
}
div::-webkit-scrollbar-thumb {
  background-color: #F7BCB7;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.max-height {
  height: 30em;
}
@media (max-width: 1555px) {
  .max-height {
    height: 36em;
  }
}
@media (max-width: 768px) {
  .max-height {
    height: auto;
  }
}

.height100-header {
  height: calc(100% - 45px);
}

.height100-header-em {
  height: calc(100% - 4em);
}

.ajustable-header-height {
  height: 100%;
}

.padding-L20 {
  padding-left: 20px;
}

#steps {
  margin-left: 15px;
}

.custom-checkbox {
  padding-left: 3rem !important;
}

.custom-control-label {
  padding-left: 5px;
}

.custom-control-label::before {
  background-color: #ffffff !important;
  background-size: 80% 80% !important;
  border: #000000 solid 1px;
  border-color: #00205b !important;
  border-radius: 0.25rem;
  height: 20px !important;
  top: 0.15rem !important;
  width: 20px !important;
}
.custom-control-label::after {
  background-size: 80% 80% !important;
  border: #000000 solid 1px;
  border-color: #00205b !important;
  border-radius: 0.25rem;
  height: 20px !important;
  top: 0.15rem !important;
  width: 20px !important;
}

.blue-checkbox:focus ~ .custom-control-label::before {
  border-color: #F7BCB7 !important;
  box-shadow: 0 0 0 0.2rem rgba(155, 217, 197, 0.25) !important;
}

.blue-checkbox:checked ~ .custom-control-label::before {
  background-color: #F7BCB7 !important;
  border-color: #00205b !important;
}

.blue-checkbox:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2c3c58 !important;
}

.blue-checkbox:not(:disabled):active ~ .custom-control-label::before {
  background-color: #d6f5dd !important;
  border-color: #00205b !important;
}

@media (max-width: 475px) {
  .M-lastname {
    max-width: 85%;
  }
}
@media (max-width: 369px) {
  .M-lastname {
    max-width: 85%;
  }
}

.removeChild-container {
  padding: 0;
}

.hbg-primary {
  background-color: #F7BCB7;
}

.hbg-secondary {
  background-color: #FCF8E5 !important;
}

.hbg-calendar {
  background-color: #f2f2f2;
}

.hbg-success {
  background-color: #00205b !important;
}

.hbg-light {
  background-color: #ffffff;
}

.card {
  border: none !important;
}
.card p {
  margin-bottom: 0;
}

.component-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 #dbe3e6;
}
.component-card .component-card-header {
  background-color: #F7BCB7 !important;
  color: #00205b !important;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 20px;
}
.component-card .component-card-body {
  padding: 10px 10px;
}

.message-card-body {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hide {
  display: none !important;
  height: 0px;
  width: 0px;
}

.card-body {
  padding: 15px;
}

.cal-card {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 767.9px) {
  .cal-card {
    padding-bottom: 5px !important;
    padding-right: 0 !important;
  }
}

.contact-info {
  font-size: 15px;
  padding: 0 10px;
  margin: 2rem 0;
}
@media (max-width: 1199px) {
  .contact-info {
    margin: 0;
  }
}

.striped {
  background-color: #FCF8E5;
}

.striped-white {
  background-color: #ffffff;
}

.border_bottom {
  background-color: #FCF8E5;
  border-bottom: 2px solid #D2D6D7;
  margin: auto;
  padding: 5px 35px;
  width: calc(100% - 70px);
}

.vert-btn-img {
  height: 40px;
  padding: 5px;
  margin: auto;
  width: 28px;
}

.align-vertical {
  display: flex;
  flex-direction: column;
}

.steps-text {
  background-color: #FCF8E5;
}

.step-btn {
  background-color: #F7BCB7;
  border-radius: 0.3rem !important;
  font-size: small;
  padding: 0;
  width: 45px;
}
.step-btn:focus {
  background-color: #F7BCB7;
}
.step-btn:hover {
  background-color: #d6f5dd !important;
  border-color: #F7BCB7 !important;
}
.step-btn:hover .steps-text {
  background-color: #ffffff;
}

.btn:focus {
  box-shadow: none;
  outline: none !important;
}

.modal-open {
  padding-right: 0px !important;
}

.modal-card {
  background-color: #FCF8E5;
  border: none;
  display: block !important;
}

.modal-card-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

.modal-url-body,
.modal-editurl-body {
  background-color: #FCF8E5;
}

.modal-card-body,
.modal-url-body {
  border-color: #FCF8E5;
  color: #00205b;
  padding: 0 15px 0 !important;
}
.modal-card-body .location-modal-card .image,
.modal-url-body .location-modal-card .image {
  width: 100%;
}
.modal-card-body .location-modal-card .body-text,
.modal-url-body .location-modal-card .body-text {
  font-size: 20px;
}

#StepCard .modal-card-body {
  padding: 0 0 0 !important;
}

.modal-body {
  padding: 0 !important;
}

.close-btn {
  padding: 0.5rem 0.5rem 0;
}

.close-text {
  color: #00205b;
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
  padding-right: 5px;
  padding-top: 5px;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 425px) {
  .close-text {
    font-size: 18px;
    margin-right: 0;
  }
}

.modal-lg {
  max-width: 1000px;
}

.modal-xl {
  max-width: 1500px;
}

.modal-content {
  background-color: #F7BCB7;
  max-height: 800px;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

.alert-btn {
  background-color: #00205b !important;
  cursor: pointer;
  width: 100px;
}

.swal2-html-container {
  font-size: 20px;
  font-weight: bold;
}

.swal2-popup {
  background: #FCF8E5 !important;
  border: solid 15px #F7BCB7 !important;
  color: #00205b !important;
  font-size: 1rem !important;
}

.swal2-title {
  color: #00205b;
  font-size: 1.875em;
  font-weight: 600;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.swal2-icon {
  border: 0.5em solid transparent;
}
.swal2-icon.swal2-success {
  border-color: #F7BCB7;
  color: #F7BCB7;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.5em solid #F7BCB7;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #F7BCB7;
  height: 0.5em;
}
.swal2-icon.swal2-error {
  border-color: #BF0D3E;
  color: #BF0D3E;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #BF0D3E;
  border-radius: 0.3em;
  height: 0.5em;
}

.swal2-alert-link {
  background: none !important;
  text-decoration: underline;
  transition: color 0.3s ease !important;
}
.swal2-alert-link:hover {
  background: none !important;
  color: #9bd9c5 !important;
}

.swal2-alert-btn {
  background-color: #00205b !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1) !important;
  width: 150px;
}
.swal2-alert-btn:hover {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
}
.swal2-alert-btn:active:enabled {
  box-shadow: none !important;
  transform: translateY(1px);
}

.swal2-cancel-btn {
  background-color: #BF0D3E !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1) !important;
  width: 150px;
}
.swal2-cancel-btn:hover {
  filter: brightness(85%);
}
.swal2-cancel-btn:active:enabled {
  box-shadow: none !important;
  transform: translateY(1px);
}

.swal2-deny-btn {
  background-color: #F7BCB7 !important;
  border: #00205b 1px solid !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1) !important;
  color: #00205b !important;
  width: 150px;
}
.swal2-deny-btn:hover {
  background-color: rgb(210.4347826087, 238.0652173913, 229.152173913) !important;
}
.swal2-deny-btn:active:enabled {
  box-shadow: none !important;
  transform: translateY(1px);
}

.submit {
  width: 30%;
}
@media (max-width: 475px) {
  .submit {
    width: 55%;
  }
}

.NICU-link {
  color: #00205b !important;
  font-weight: bold;
}

#addChild {
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.modal-card-padding {
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.gray {
  background-color: #dbe3e6 !important;
}

.white {
  background-color: #ffffff !important;
}

.lightgray {
  background-color: #E9ECEF !important;
}

@media only screen and (max-width: 1199px) {
  .upper-d-card {
    padding: 10px 5px 0 5px;
  }
  .bottom-card {
    padding: 10px 5px 30px !important;
    height: 500px !important;
  }
  .message-heading {
    padding: 5px 0;
  }
  .box-shrink {
    min-height: 500px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .width-divider {
    display: none;
  }
  .ajustable-header-height {
    height: calc(100vh - 275px);
  }
  .popover {
    max-width: 100%;
  }
  .modal-dialog {
    margin: 0;
  }
  .contact-info {
    margin: 1rem 0;
  }
  .resources {
    font-size: 18px;
  }
}
body.about .articleMenuContainer div {
  min-width: 250px;
}
body.about .meet {
  font-size: 26px;
  margin: 20px;
}
body.about .body-text {
  font-size: 20px;
  padding: 0 35px;
}

body.providers-resources .safty-tips-mini-card {
  font-size: 0.8rem;
}
body.providers-resources .safty-tips-mini-card .mini-card-header,
body.providers-resources .safty-tips-mini-card .mini-card-header-sm {
  font-size: 18px;
  font-weight: 600;
  height: auto;
  padding: 20px 15px;
  text-decoration: underline;
  text-align: center;
}
body.providers-resources .safty-tips-mini-card .mini-card-header-sm {
  height: 40%;
  padding: 5px 5px;
  text-decoration: none;
}
body.providers-resources .safty-tips-mini-card .mini-card-body,
body.providers-resources .safty-tips-mini-card .mini-card-body-sm {
  font-size: 16px;
  line-height: 0.5rem;
  padding: 0 10px;
}
body.providers-resources .safty-tips-mini-card .mini-card-body::-webkit-scrollbar-track,
body.providers-resources .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar-track {
  border-bottom-right-radius: 0.5rem;
}
body.providers-resources .safty-tips-mini-card .mini-card-body::-webkit-scrollbar,
body.providers-resources .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar {
  border-bottom-right-radius: 0.5rem;
}
body.providers-resources .safty-tips-mini-card .mini-card-body::-webkit-scrollbar-thumb,
body.providers-resources .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
body.providers-resources .safty-tips-mini-card .mini-card-body-height {
  height: calc(100% - 67px);
  padding-bottom: 20px;
}
body.providers-resources #Manage-Announcements hr {
  border-top: 2px solid #F7BCB7 !important;
  width: 100%;
}
@media (max-width: 576px) {
  body.providers-resources #Manage-Announcements #linksPOST h1 {
    font-size: 30px;
  }
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity {
  background-color: #F7BCB7;
  margin: 10px 7% 20px;
  padding: 1rem;
}
@media (max-width: 576px) {
  body.providers-resources #Manage-Announcements #linksPOST .card-entity {
    margin: 10px 0 20px;
  }
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row {
  display: flex;
  margin: 0;
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .link-remove-btn {
  background-color: #BF0D3E !important;
  color: #ffffff;
  width: 38px;
  height: 38px;
  padding: 0;
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .link-remove-btn:hover {
  filter: brightness(75%);
}
@media (max-width: 992px) {
  body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .link-remove-btn {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .link-remove-btn {
    width: 30px;
    height: 30px;
  }
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .input-container {
  display: flex;
  margin: 0;
  padding-left: 5px;
  width: calc(100% - 38px);
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .input-container .form-group {
  padding: 0 5px;
  width: 50%;
  margin-bottom: 0;
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .input-container .form-group label {
  display: inline-block;
  margin-bottom: 0;
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .input-container .form-group input {
  width: 100%;
  margin: 0 0 10px;
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .input-container .form-group .small-label {
  display: none !important;
}
@media (max-width: 992px) {
  body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row .input-container .form-group .small-label {
    display: inline-block !important;
  }
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row hr {
  display: none !important;
  border-top: 2px solid #FCF8E5 !important;
  width: 100%;
}
@media (max-width: 992px) {
  body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row hr {
    display: block !important;
  }
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-row-header {
  margin-left: 48px;
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-group-label {
  padding-left: 5px;
  margin-bottom: 0;
  width: 50%;
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-group-label label {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  body.providers-resources #Manage-Announcements #linksPOST .card-entity .form-group-label {
    display: none !important;
  }
}
body.providers-resources #Manage-Announcements #linksPOST .card-entity #addLink {
  margin: 1rem 0.25rem 0 0;
  width: 150px;
}
body.providers-resources #Manage-Announcements #linksPOST #submitLinks {
  float: right;
  margin-right: 7%;
}
@media (max-width: 576px) {
  body.providers-resources #Manage-Announcements #linksPOST #submitLinks {
    margin-right: 0;
  }
}

body.analytics-report .report-container {
  position: relative;
  width: 100%;
  overflow: auto;
}
body.analytics-report .report-container .report-inner-container {
  padding: 15px;
  /* Shared chart base */
}
body.analytics-report .report-container .report-inner-container .chart-canvas {
  width: 100%;
  height: auto !important; /* important: allow aspect ratio to control height */
}
body.analytics-report .report-container .report-inner-container {
  /* Specifically for donut-type charts */
}
body.analytics-report .report-container .report-inner-container #patientMembersChart {
  max-width: 60%; /* makes it smaller inside the column */
  margin: 0 auto; /* centers it */
}
body.analytics-report .report-container .report-inner-container .loading-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50px);
  right: 0;
  padding: 15% 0;
  margin: 30px;
}
body.analytics-report .report-container .report-inner-container .loading-donut-spinner {
  left: calc(50% - 80px);
}
body.analytics-report .report-container .report-inner-container .toggle {
  position: absolute;
  left: 30px;
  display: none;
}
body.analytics-report .report-container .report-inner-container .reset {
  position: absolute;
  right: 30px;
  display: none;
}
body.analytics-report .report-container .report-inner-container .chart-canvas {
  margin: auto;
  width: 100%;
}
body.analytics-report .report-container .report-inner-container .active-container {
  font-weight: bold;
  display: flex;
  align-items: stretch;
}
body.analytics-report .report-container .report-inner-container .active-container .active-text-outer-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
body.analytics-report .report-container .report-inner-container .active-container .active-text-outer-container .active-text-inner-container {
  flex: 1;
  display: flex;
}
body.analytics-report .report-container .report-inner-container .active-container .active-text-outer-container .active-text-inner-container .active-text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15% 0;
  margin: 30px;
}
body.analytics-report .report-container .report-inner-container .active-container .active-text-outer-container .active-text-inner-container .active-text-container .active-count {
  font-size: 30px;
  padding: 22px 0;
}
body.analytics-report .report-container .report-inner-container .active-container .active-text-outer-container .active-text-inner-container .active-text-container .active-label {
  color: #12239E;
  font-size: 25px;
}
body.analytics-report .report-container .report-inner-container .active-container .active-text-outer-container .active-text-inner-container .active-text-container.accent-background-color {
  background-color: #FCF8E5;
}
@media (max-width: 400px) {
  body.analytics-report .report-container .report-inner-container .active-container .active-text-outer-container .active-text-inner-container .active-text-container {
    margin: 10px;
  }
}

body.audit-log div::-webkit-scrollbar-track {
  border-bottom-right-radius: 0;
}
body.audit-log div::-webkit-scrollbar {
  border-bottom-right-radius: 0;
}
body.audit-log div::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
body.audit-log .export {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px 24px 20px;
  width: 50%;
}
body.audit-log #log-event-data {
  padding: 0 20px 20px;
}
body.audit-log .log-event-table {
  border: 2px solid rgba(0, 32, 91, 0.5);
  font-size: 18px;
  margin: auto;
}
body.audit-log .log-event-table th {
  padding: 5px;
}
body.audit-log .log-event-table td {
  vertical-align: top;
  padding: 5px;
}
body.audit-log .log-event-table td pre {
  color: #00205b;
  white-space: pre-line;
}
body.audit-log .audit-page .callout-inner {
  padding: 30px 30px 50px;
}
@media (max-width: 768px) {
  body.audit-log .audit-page .callout-inner {
    padding: 20px 0 30px;
  }
}
@media (max-width: 768px) {
  body.audit-log .audit-page .callout-inner .buttonBox {
    display: flex;
    justify-content: center;
  }
}
body.audit-log .audit-page .callout-inner .audit-button {
  float: right;
  margin: 0 20px 24px 20px;
  position: relative;
  width: 15%;
}
@media (max-width: 768px) {
  body.audit-log .audit-page .callout-inner .audit-button {
    width: fit-content;
    margin: 0 10px 24px;
  }
}
body.audit-log .audit-page .callout-inner .expand-button {
  border: 2px solid rgba(0, 32, 91, 0.2);
  border-radius: 0.25rem;
  background-color: #F7BCB7;
  cursor: pointer;
  padding-top: 5px;
}
body.audit-log .audit-page .callout-inner .expand-button i {
  display: block !important;
}
body.audit-log .audit-page .callout-inner .expand-button-collapse {
  border: 2px solid rgba(0, 32, 91, 0.4);
  border-radius: 0.25rem;
  background-color: #FCF8E5;
  cursor: pointer;
  width: 18px;
}
body.audit-log .audit-page .callout-inner .expand-button-collapse i {
  padding: 0 5.5px;
}
body.audit-log .audit-page .callout-inner .sep hr {
  border-width: 2px;
  margin: 50px 30px;
}
body.audit-log .audit-page .callout-inner .admin-link {
  padding: 0 20px;
}
body.audit-log .audit-page .callout-inner .admin-link a {
  color: #00205b;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-decoration: underline;
  transition: color 0.3s ease;
}
body.audit-log .audit-page .callout-inner .admin-link a:hover {
  color: #F7BCB7;
}
body.audit-log .audit-page .callout-inner .ag-root-wrapper {
  border-radius: 0.25rem;
}
body.audit-log .audit-page .callout-inner .ag-header {
  background-color: #F7BCB7;
}
body.audit-log .audit-page .callout-inner .ag-header .ag-header-cell-text {
  color: #00205b;
  font-size: 16px;
  font-weight: 600;
}
body.audit-log .audit-page .callout-inner .ag-header .ag-header-cell-resize {
  background-color: #F7BCB7;
}
body.audit-log .audit-page .callout-inner .ag-header .ag-header-cell-resize:after {
  background-color: #00205b;
}
body.audit-log .audit-page .callout-inner .ag-header .ag-header-icon {
  color: #00205b;
}
body.audit-log .audit-page .callout-inner .ag-row-even {
  background-color: #FCF8E5;
}
body.audit-log .audit-page .callout-inner .ag-cell {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  color: #00205b;
  font-size: 16px;
  font-weight: 600;
  min-height: 41px;
}
body.audit-log .audit-page .callout-inner .ag-standard-button {
  background-color: #FCF8E5;
  border-color: #00205b;
  color: #00205b;
}
body.audit-log .audit-page .callout-inner .ag-theme-alpine .ag-filter-select .ag-picker-field-wrapper {
  border-color: #00205b;
  color: #00205b;
}
body.audit-log .audit-page .callout-inner .ag-theme-alpine .ag-filter-select .ag-picker-field-wrapper:focus {
  box-shadow: 0 0 2px 0.1rem rgba(0, 32, 91, 0.4);
}
body.audit-log .audit-page .callout-inner .ag-theme-alpine input[class^=ag-][type=text] {
  border-color: #00205b;
  color: #00205b;
}
body.audit-log .audit-page .callout-inner .ag-theme-alpine input[class^=ag-][type=text]::placeholder {
  color: #F7BCB7;
}
body.audit-log .audit-page .callout-inner .ag-theme-alpine input[class^=ag-][type=text]:focus {
  box-shadow: 0 0 2px 0.1rem rgba(0, 32, 91, 0.4);
}
body.audit-log .audit-page .callout-inner .ag-theme-alpine .ag-radio-button-input-wrapper.ag-checked::after {
  color: #BF0D3E;
}
body.audit-log .audit-page .callout-inner .ag-theme-alpine .ag-ltr .ag-label-align-right .ag-label {
  color: #00205b;
}

body.dashboard .refresh-icon, body.lookup-results .refresh-icon {
  position: absolute;
  top: -15px;
  right: -15px;
}
@media (max-width: 1360px) {
  body.dashboard .refresh-icon, body.lookup-results .refresh-icon {
    top: 0px;
    right: 0px;
    width: 20px;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.dashboard .refresh-icon, body.lookup-results .refresh-icon {
    top: 3px;
    right: 3px;
    width: 15px;
    height: auto;
  }
}
body.dashboard .box-shrink, body.lookup-results .box-shrink {
  flex: 0 1 auto;
  min-height: 75%;
}
body.dashboard .box-grow, body.lookup-results .box-grow {
  flex: 1 1 auto;
  min-height: 25%;
}
body.dashboard .padding-top-10, body.lookup-results .padding-top-10 {
  padding: 10px 0 0;
}
body.dashboard .padding-top-15, body.lookup-results .padding-top-15 {
  padding: 15px 0 0;
}
body.dashboard .padding-right-10, body.lookup-results .padding-right-10 {
  padding: 0 10px 0 0;
}
body.dashboard .padding-l-r-10, body.lookup-results .padding-l-r-10 {
  padding: 0 10px;
}
body.dashboard .br-right-color, body.lookup-results .br-right-color {
  border-right: 2px solid #9c9c9c;
}
@media (max-width: 1199px) {
  body.dashboard .med-scrollbox, body.lookup-results .med-scrollbox {
    max-height: 500px;
  }
}
body.dashboard .med-scrollbox .row, body.lookup-results .med-scrollbox .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body.dashboard .med-summary, body.lookup-results .med-summary {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
body.dashboard .med-content, body.lookup-results .med-content {
  display: inline-block;
  font-size: 18px;
  padding: 8px 0 5px 20px;
}
body.dashboard .med-content-all, body.lookup-results .med-content-all {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
}
body.dashboard .med-btn, body.lookup-results .med-btn {
  background-color: #ffffff !important;
  color: #000000;
  padding: 0;
  padding-top: 6px;
}
body.dashboard .med-img, body.lookup-results .med-img {
  height: auto;
  margin: auto;
  max-width: 75%;
}
body.dashboard .med-count, body.lookup-results .med-count {
  color: #00205b;
  font-size: 28px;
  font-weight: bold;
  text-align: start;
}
body.dashboard .med-title, body.lookup-results .med-title {
  background-color: #FCF8E5;
}
body.dashboard .taking, body.lookup-results .taking {
  font-size: 18px;
  padding-top: 5px;
}
body.dashboard .viewAll, body.lookup-results .viewAll {
  font-size: 18px;
}
body.dashboard .dashboard-top, body.lookup-results .dashboard-top {
  height: 25%;
}
body.dashboard .dashboard-bottom, body.lookup-results .dashboard-bottom {
  height: 75%;
}
@media (max-width: 1199px) {
  body.dashboard .dashboard-bottom, body.lookup-results .dashboard-bottom {
    height: fit-content;
  }
}
body.dashboard .dashboard .max-height, body.lookup-results .dashboard .max-height {
  height: 32.2em;
}
@media (max-height: 936px) {
  body.dashboard .dashboard .max-height, body.lookup-results .dashboard .max-height {
    height: auto;
    max-height: 550px;
    padding-bottom: 10px;
  }
}
@media (max-height: 936px) and (max-width: 768px) {
  body.dashboard .dashboard .max-height, body.lookup-results .dashboard .max-height {
    height: fit-content;
  }
}
body.dashboard .dashboard .mobile-padding-0, body.lookup-results .dashboard .mobile-padding-0 {
  padding: 0;
}
body.dashboard .dashboard .row, body.lookup-results .dashboard .row {
  margin: 0;
}
body.dashboard .mini-card, body.lookup-results .mini-card {
  border: 1px solid #9c9c9c;
  border-radius: 0.5rem;
  font-size: 0.8rem;
}
body.dashboard .mini-card hr, body.lookup-results .mini-card hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
body.dashboard .mini-card .mini-card-header,
body.dashboard .mini-card .mini-card-header-sm, body.lookup-results .mini-card .mini-card-header,
body.lookup-results .mini-card .mini-card-header-sm {
  background-color: #FCF8E5;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  padding: 8px 15px;
  text-decoration: underline;
}
body.dashboard .mini-card .mini-card-header-sm, body.lookup-results .mini-card .mini-card-header-sm {
  height: 40%;
  padding: 5px 5px;
  text-decoration: none;
  text-align: center;
}
body.dashboard .mini-card .mini-card-body,
body.dashboard .mini-card .mini-card-body-sm, body.lookup-results .mini-card .mini-card-body,
body.lookup-results .mini-card .mini-card-body-sm {
  border-top: 1px solid #9c9c9c;
  font-size: 16px;
  line-height: 0.5rem;
  padding: 10px;
}
body.dashboard .mini-card .mini-card-body::-webkit-scrollbar-track,
body.dashboard .mini-card .mini-card-body-sm::-webkit-scrollbar-track, body.lookup-results .mini-card .mini-card-body::-webkit-scrollbar-track,
body.lookup-results .mini-card .mini-card-body-sm::-webkit-scrollbar-track {
  border-bottom-right-radius: 0.5rem;
}
body.dashboard .mini-card .mini-card-body::-webkit-scrollbar,
body.dashboard .mini-card .mini-card-body-sm::-webkit-scrollbar, body.lookup-results .mini-card .mini-card-body::-webkit-scrollbar,
body.lookup-results .mini-card .mini-card-body-sm::-webkit-scrollbar {
  border-bottom-right-radius: 0.5rem;
}
body.dashboard .mini-card .mini-card-body::-webkit-scrollbar-thumb,
body.dashboard .mini-card .mini-card-body-sm::-webkit-scrollbar-thumb, body.lookup-results .mini-card .mini-card-body::-webkit-scrollbar-thumb,
body.lookup-results .mini-card .mini-card-body-sm::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
body.dashboard .mini-card .mini-card-body-height, body.lookup-results .mini-card .mini-card-body-height {
  height: calc(100% - 43px);
}
body.dashboard .safty-tips-mini-card, body.lookup-results .safty-tips-mini-card {
  font-size: 0.8rem;
}
body.dashboard .safty-tips-mini-card .mini-card-header,
body.dashboard .safty-tips-mini-card .mini-card-header-sm, body.lookup-results .safty-tips-mini-card .mini-card-header,
body.lookup-results .safty-tips-mini-card .mini-card-header-sm {
  font-size: 18px;
  font-weight: 600;
  height: auto;
  padding: 20px 15px;
  text-decoration: underline;
  text-align: center;
}
body.dashboard .safty-tips-mini-card .mini-card-header-sm, body.lookup-results .safty-tips-mini-card .mini-card-header-sm {
  height: 40%;
  padding: 5px 5px;
  text-decoration: none;
}
body.dashboard .safty-tips-mini-card .mini-card-body,
body.dashboard .safty-tips-mini-card .mini-card-body-sm, body.lookup-results .safty-tips-mini-card .mini-card-body,
body.lookup-results .safty-tips-mini-card .mini-card-body-sm {
  font-size: 16px;
  line-height: 0.5rem;
  padding: 0 10px;
}
body.dashboard .safty-tips-mini-card .mini-card-body::-webkit-scrollbar-track,
body.dashboard .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar-track, body.lookup-results .safty-tips-mini-card .mini-card-body::-webkit-scrollbar-track,
body.lookup-results .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar-track {
  border-bottom-right-radius: 0.5rem;
}
body.dashboard .safty-tips-mini-card .mini-card-body::-webkit-scrollbar,
body.dashboard .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar, body.lookup-results .safty-tips-mini-card .mini-card-body::-webkit-scrollbar,
body.lookup-results .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar {
  border-bottom-right-radius: 0.5rem;
}
body.dashboard .safty-tips-mini-card .mini-card-body::-webkit-scrollbar-thumb,
body.dashboard .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar-thumb, body.lookup-results .safty-tips-mini-card .mini-card-body::-webkit-scrollbar-thumb,
body.lookup-results .safty-tips-mini-card .mini-card-body-sm::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
body.dashboard .safty-tips-mini-card .mini-card-body-height, body.lookup-results .safty-tips-mini-card .mini-card-body-height {
  height: calc(100% - 67px);
}
body.dashboard .scroll-border-bottom-right::-webkit-scrollbar-thumb, body.lookup-results .scroll-border-bottom-right::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border-bottom-right-radius: 0.5rem;
}
body.dashboard .mini-card-body ul, body.lookup-results .mini-card-body ul {
  line-height: 1.6;
  list-style-type: none;
  padding-left: 0;
}
body.dashboard .mini-card-body-sm, body.lookup-results .mini-card-body-sm {
  height: 60%;
  padding: 10px;
  text-align: center;
}
body.dashboard .outer-mini-container, body.lookup-results .outer-mini-container {
  height: 100%;
  padding: 0.8rem 0;
  margin: 0;
}
body.dashboard .outer-mini-container a, body.lookup-results .outer-mini-container a {
  color: #007bff !important;
  cursor: help;
}
@media (max-width: 1199px) {
  body.dashboard .outer-mini-container, body.lookup-results .outer-mini-container {
    height: initial;
  }
}
@media (max-width: 767px) {
  body.dashboard .outer-mini-container, body.lookup-results .outer-mini-container {
    height: 100%;
  }
}
body.dashboard .inner-mini-container, body.lookup-results .inner-mini-container {
  padding: 5px;
}
body.dashboard .half-line-br, body.lookup-results .half-line-br {
  margin-bottom: 10px;
}
body.dashboard .growth-chart, body.lookup-results .growth-chart {
  background-color: #ffffff;
  border-color: #00205b;
  color: #000000;
  width: 100%;
}
body.dashboard .growth-chart .gender, body.lookup-results .growth-chart .gender {
  position: relative;
  right: -11%;
  border-right: none;
}
body.dashboard .growth-chart th, body.lookup-results .growth-chart th {
  padding: 0 5px;
}
body.dashboard .med-info-description, body.lookup-results .med-info-description {
  display: block;
  text-indent: -21px;
  padding-left: 21px;
}
body.dashboard .med-info-details, body.lookup-results .med-info-details {
  display: block;
  text-indent: -30px;
  padding-left: 60px;
}
body.dashboard .med-info, body.lookup-results .med-info {
  display: block;
  padding-left: 30px;
}
body.dashboard .lab-work, body.lookup-results .lab-work {
  padding: 0 15px !important;
}
body.dashboard .milk-text-card, body.lookup-results .milk-text-card {
  text-align: left;
  font-size: 0.7rem;
}
body.dashboard .col-30.col-4, body.lookup-results .col-30.col-4 {
  max-width: 30%;
}
body.dashboard .col-40.col-5, body.lookup-results .col-40.col-5 {
  max-width: 40%;
}
@media only screen and (max-height: 625px) {
  body.dashboard .box-shrink, body.lookup-results .box-shrink {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  body.dashboard .box-shrink, body.lookup-results .box-shrink {
    height: calc(100vh - 510px);
  }
  body.dashboard .outer-mini-container, body.lookup-results .outer-mini-container {
    padding: 5px;
  }
}

#Discharge-Timeline .interactfalse {
  pointer-events: none;
}
#Discharge-Timeline .step-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#Discharge-Timeline .step-card .card-header {
  background-color: #FCF8E5 !important;
}
#Discharge-Timeline .progress {
  background-color: #FCF8E5 !important;
  border-radius: 2rem !important;
  height: 3rem !important;
  padding: 0.5rem !important;
}
#Discharge-Timeline .progress .progress-bar {
  background: linear-gradient(#f3d8d6, #F7BCB7);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 0.5rem;
  color: #000000;
  text-align: right;
}
#Discharge-Timeline .progress-text,
#Discharge-Timeline .progress-text-0 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 5px;
}
#Discharge-Timeline .mobile-progress-6 {
  position: absolute;
  padding-left: 5px;
}
@media (max-width: 420px) {
  #Discharge-Timeline .mobile-progress-12 {
    position: absolute;
  }
}
#Discharge-Timeline .progress-text-0 {
  padding-top: 15px;
  padding-left: 5px;
}
#Discharge-Timeline .center-in-row {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  #Discharge-Timeline .center-in-row {
    padding: 10px 15px;
  }
}
#Discharge-Timeline div.progress {
  margin: 0;
}
#Discharge-Timeline .form-check {
  padding-left: 25px !important;
}
#Discharge-Timeline .step-label {
  font-size: 16px;
  line-height: 25px;
  margin-left: 15px;
}
#Discharge-Timeline .step-checkbox {
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
#Discharge-Timeline .step-title {
  background-color: #FCF8E5;
  margin-bottom: 25px;
}
#Discharge-Timeline .step-row {
  line-height: 30px;
  padding-bottom: 25px;
}

#discharge #Discharge-Timeline .step-card .card-header {
  background-color: #FCF8E5 !important;
}
#discharge #Discharge-Timeline .progress {
  background-color: #FCF8E5 !important;
  border-radius: 2rem !important;
  border: rgba(0, 0, 0, 0.125) solid 1px;
  height: 3rem !important;
  padding: 0.5rem !important;
}
#discharge #Discharge-Timeline .progress .progress-bar {
  background: linear-gradient(#FCF8E5, #F7BCB7);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 0.5rem;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
#discharge #Discharge-Timeline .progress-text-0 {
  padding-top: 9px;
}
#discharge #Discharge-Timeline .step-card {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
#discharge #Discharge-Timeline .step-card .card-header {
  background-color: #FCF8E5 !important;
  font-weight: 600;
}
#discharge #Discharge-Timeline .custom-control-label {
  font-size: 18px;
}
#discharge #Discharge-Timeline .custom-control-label::before,
#discharge #Discharge-Timeline .custom-control-label::after {
  top: 0.6rem;
  cursor: pointer;
}
#discharge #Discharge-Timeline .form-check {
  padding-left: 25px !important;
}
#discharge #Discharge-Timeline .step-label {
  font-size: 16px;
  margin-left: 15px;
  line-height: 25px;
}
#discharge #Discharge-Timeline .step-checkbox {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
#discharge #Discharge-Timeline .step-title {
  background-color: #FCF8E5;
  margin-bottom: 25px;
}
#discharge #Discharge-Timeline .step-row {
  padding-bottom: 25px;
}

body.emailverification .bodyText {
  padding: 50px 50px 0px 50px;
}
@media (max-width: 768px) {
  body.emailverification .bodyText {
    padding: 0 50px 0px 50px;
  }
}
body.emailverification .card-text {
  font-size: 18px;
}
body.emailverification .image {
  padding: 10vh;
}
@media only screen and (max-width: 768px) {
  body.emailverification .desktop {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (hover: none) and (pointer: coarse) {
  body.parent-education .upper-d-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (hover: none) and (pointer: coarse) {
  body.parent-education #upcoming-classes-card {
    padding-top: 0;
  }
}
body.parent-education .schedule-tab {
  width: 50%;
  color: black !important;
  background-color: #FCF8E5;
  text-align: center;
}
body.parent-education .tab-content {
  height: calc(100% - 42px);
}
body.parent-education #register_message {
  color: #000000;
}
body.parent-education #calendar-card .card-body {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body.parent-education .schedule-item {
  border-bottom: 0.5px solid #D2D6D7;
}
body.parent-education .schedule-item .text-content .time {
  color: #00205b;
  font-size: 14px;
}
body.parent-education .schedule-item .text-content .text {
  font-size: 16px;
  font-weight: 600;
}
body.parent-education .vl,
body.parent-education .vl-1 {
  align-self: normal;
  border-left: 0.5px solid #D2D6D7;
  display: inline;
}
body.parent-education .vl-1 {
  margin: 0 15px;
}
body.parent-education .vl-2 {
  border-left: 2px solid #D2D6D7;
  display: inline;
  height: 80px;
  margin: 0 20px 0 10px;
}
body.parent-education .vl-3 {
  border-left: 2px solid #D2D6D7;
  display: inline;
  height: 30px;
  margin: 0 20px 0 10px;
}
body.parent-education .divider {
  border-left: 0.5px solid #D2D6D7;
  bottom: 1px;
  left: 50%;
  position: absolute;
  top: 1px;
}
body.parent-education .class {
  font-size: 16px;
  min-width: fit-content;
  padding-right: 20px;
  width: 15%;
}
@media (max-width: 768px) {
  body.parent-education .class {
    padding-right: 0;
  }
}
body.parent-education .top {
  background-color: #FCF8E5;
}
body.parent-education .reg-card-body {
  padding: 20px 35px;
}
@media (max-width: 768px) {
  body.parent-education .reg-card-body {
    padding: 20px 10px;
  }
}
body.parent-education .reg-title {
  font-size: 18px;
  font-weight: 600;
}
body.parent-education .reg-select {
  margin: 8px 0;
}
body.parent-education .eventLink {
  color: #000000;
  cursor: pointer;
  font-weight: 600;
}
body.parent-education .btn.disabled {
  padding: 2px 8px !important;
}
body.parent-education .watched {
  filter: brightness(90%);
}
body.parent-education .btn-register,
body.parent-education .btn-register-event {
  background-color: #FCF8E5;
  border: 1px solid #D2D6D7;
  color: #00205b;
  font-size: 14px;
  min-width: 88.26px;
  padding: 2px 15px !important;
}
body.parent-education .btn-register:hover,
body.parent-education .btn-register-event:hover {
  filter: brightness(85%);
}
body.parent-education .btn-register:hover:disabled,
body.parent-education .btn-register-event:hover:disabled {
  filter: none;
}
body.parent-education .btn-register-event {
  background-color: #F7BCB7;
  color: #000000;
}
body.parent-education .item-classes {
  border-bottom: 0.5px solid #D2D6D7;
  font-size: 16px;
  padding: 5px 5px;
}
body.parent-education .registered,
body.parent-education .registered a.eventLink {
  color: #9c9c9c;
}
body.parent-education .sn-h-100 {
  height: 100% !important;
}
body.parent-education .height-contact {
  height: calc(100% - 350px);
  padding-bottom: 0;
}
@media (max-width: 991.9px) {
  body.parent-education .height-contact {
    height: auto !important;
    padding-bottom: 10px;
  }
}
body.parent-education .fixed-height {
  height: 350px;
  padding-bottom: 10px;
}
body.parent-education .flex-height {
  height: 100%;
  max-height: 100%;
}
@media (max-width: 991.9px) {
  body.parent-education .flex-height {
    height: 580px;
    padding-top: 0;
  }
}
body.parent-education .eventbtn:hover {
  background-color: #F7BCB7;
  box-shadow: 0 0 10px #F7BCB7;
  cursor: pointer;
  filter: opacity(60%);
}
body.parent-education .date {
  padding-left: 3.5vw;
}
@media only screen and (max-height: 625px) {
  body.parent-education .fixed-height {
    height: 300px;
  }
  body.parent-education .flex-height {
    height: 605px;
    padding-bottom: 5px;
  }
  body.parent-education .height-contact {
    height: auto;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  body.parent-education .height-contact {
    padding-top: 5px;
    height: calc(100% - 360px);
  }
}
@media only screen and (max-width: 1199px) and (hover: none) and (pointer: coarse) {
  body.parent-education .height-contact {
    height: auto;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 768px) {
  body.parent-education .sn-h-100 {
    height: unset !important;
  }
  body.parent-education .height-contact {
    height: auto !important;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  body.parent-education .flex-height {
    height: auto;
    max-height: 350px;
  }
  body.parent-education .date {
    text-align: left;
  }
  body.parent-education .divider {
    display: none;
  }
}

body.lactation-faqs ul.card-group,
body.faqs ul.card-group {
  background-color: #FCF8E5;
}
body.lactation-faqs .card.card-group,
body.faqs .card.card-group {
  min-height: 300px;
}
body.lactation-faqs select.card-group,
body.faqs select.card-group {
  border-radius: 5px;
  width: 100%;
}
body.lactation-faqs .que-card,
body.faqs .que-card {
  border: 1px solid #FCF8E5;
}
body.lactation-faqs .que-card .card-header,
body.faqs .que-card .card-header {
  background-color: #00205b;
  color: #ffffff;
  font-size: 22px;
  margin: 0px -1px;
  padding: 5px 10px !important;
  text-decoration: #ffffff;
}
body.lactation-faqs .accordion-header,
body.faqs .accordion-header {
  font-size: 20px;
}
body.lactation-faqs .btn-que,
body.faqs .btn-que {
  color: #000000 !important;
  display: contents;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 10px;
  white-space: normal;
}
body.lactation-faqs .contact-info,
body.faqs .contact-info {
  font-size: 15px;
  padding: 0 10px;
}
body.lactation-faqs .topic,
body.faqs .topic {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 600;
}
body.lactation-faqs .topic-group,
body.faqs .topic-group {
  padding-left: 3rem !important;
}
@media (max-width: 1199px) {
  body.lactation-faqs .topic-group,
  body.faqs .topic-group {
    padding-left: 20px !important;
  }
}
body.lactation-faqs .tab-content,
body.faqs .tab-content {
  border: 1px solid #dbe3e6;
  border-radius: 0.4rem;
}
body.lactation-faqs .tab-content::-webkit-scrollbar-track,
body.faqs .tab-content::-webkit-scrollbar-track {
  border-top-right-radius: 0.25rem;
}
@media (max-height: 625px) {
  body.lactation-faqs .tab-content,
  body.faqs .tab-content {
    max-height: 500px;
  }
}
body.lactation-faqs .faqs-hr,
body.faqs .faqs-hr {
  border-top: 3px solid #dbe3e6;
}
body.lactation-faqs .active-child,
body.faqs .active-child {
  border-bottom: 4px solid #00205b;
}
body.lactation-faqs .list-group-flush > .list-group-item:last-child,
body.faqs .list-group-flush > .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
body.lactation-faqs .answer table tr td,
body.faqs .answer table tr td {
  border: 1px solid #9c9c9c;
}
body.lactation-faqs .answer td,
body.faqs .answer td {
  width: fit-content;
}
body.lactation-faqs .answer tr p,
body.faqs .answer tr p {
  margin-bottom: 0.5rem;
  padding: 5px;
}
body.lactation-faqs .faq-container,
body.faqs .faq-container {
  height: calc(100vh - 100px);
  padding: 25px 50px;
}
@media only screen and (max-width: 768px) {
  body.lactation-faqs .topic-group,
  body.faqs .topic-group {
    padding: 0 !important;
  }
  body.lactation-faqs .answer table,
  body.lactation-faqs .answer thead,
  body.lactation-faqs .answer tbody,
  body.lactation-faqs .answer th,
  body.lactation-faqs .answer td,
  body.lactation-faqs .answer tr,
  body.faqs .answer table,
  body.faqs .answer thead,
  body.faqs .answer tbody,
  body.faqs .answer th,
  body.faqs .answer td,
  body.faqs .answer tr {
    display: block;
    font-size: 15px;
  }
  body.lactation-faqs .answer table tr:first-child,
  body.faqs .answer table tr:first-child {
    display: none;
  }
  body.lactation-faqs .answer tr,
  body.faqs .answer tr {
    border: 2px solid #000000;
  }
  body.lactation-faqs .answer table tr td,
  body.faqs .answer table tr td {
    border: none;
    border-bottom: 1px solid #9c9c9c;
    padding-left: 50%;
    position: relative;
    width: auto;
  }
  body.lactation-faqs .answer td:before,
  body.faqs .answer td:before {
    border-right: 1px solid #9c9c9c;
    font-weight: bold;
    left: 3px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 49%;
  }
  body.lactation-faqs .answer td:nth-of-type(1):before,
  body.faqs .answer td:nth-of-type(1):before {
    content: "Storage Breastmilk";
  }
  body.lactation-faqs .answer td:nth-of-type(2):before,
  body.faqs .answer td:nth-of-type(2):before {
    content: "Room Temperature";
  }
  body.lactation-faqs .answer td:nth-of-type(3):before,
  body.faqs .answer td:nth-of-type(3):before {
    content: "Refrigerator";
  }
  body.lactation-faqs .answer td:nth-of-type(4):before,
  body.faqs .answer td:nth-of-type(4):before {
    content: "Home Freezer";
  }
  body.lactation-faqs .answer td:nth-of-type(5):before,
  body.faqs .answer td:nth-of-type(5):before {
    content: "Deep Freezer";
  }
}

.loading-img {
  left: calc(50% - 100px);
  position: fixed;
  top: calc(50% - 100px);
  z-index: 9999;
}

.loader-background {
  display: block;
  background-color: #dbe3e6;
  height: 75%;
  left: 0px;
  opacity: 0.8;
  position: absolute;
  top: 280px;
  width: 100%;
  z-index: 9995;
}
@media (max-width: 1235px) {
  .loader-background {
    top: 325px;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .loader-background {
    top: 240px;
  }
}
@media (max-width: 806px) {
  .loader-background {
    top: 260px;
  }
}
@media (max-width: 768px) {
  .loader-background {
    top: 165px;
  }
}

body.dashboard, body.message-center, body.parent-education, body.faqs {
  background-color: #dbe3e6;
  font-family: "Sofia Regular";
  height: 100%;
}
body.dashboard .warning-banner, body.message-center .warning-banner, body.parent-education .warning-banner, body.faqs .warning-banner {
  background-color: #BF0D3E;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
}
body.dashboard .tab-menu-container, body.message-center .tab-menu-container, body.parent-education .tab-menu-container, body.faqs .tab-menu-container {
  background-color: #dbe3e6;
  padding: 0 7%;
  position: relative;
}
body.dashboard .tab-selection-container, body.message-center .tab-selection-container, body.parent-education .tab-selection-container, body.faqs .tab-selection-container {
  height: calc(100vh - 285.7px);
  background-color: #dbe3e6;
  margin-top: 0;
  padding: 0 7%;
}
@media (max-width: 1360px) {
  body.dashboard .tab-selection-container, body.message-center .tab-selection-container, body.parent-education .tab-selection-container, body.faqs .tab-selection-container {
    height: calc(100vh - 248.2px);
  }
}
body.dashboard .tab, body.message-center .tab, body.parent-education .tab, body.faqs .tab {
  padding-bottom: 1rem;
  padding-top: 1.2rem;
}
body.dashboard .tab .tab-menu, body.message-center .tab .tab-menu, body.parent-education .tab .tab-menu, body.faqs .tab .tab-menu {
  background-color: #FCF8E5;
  border-radius: 5px;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
  color: #00205b;
  flex-grow: 1;
  margin-left: 5px;
  margin-right: 5px;
  padding: 25px;
  width: 25%;
}
@media (max-width: 1360px) {
  body.dashboard .tab .tab-menu, body.message-center .tab .tab-menu, body.parent-education .tab .tab-menu, body.faqs .tab .tab-menu {
    padding: 10px;
  }
}
body.dashboard .tab .tab-menu .tab-image, body.message-center .tab .tab-menu .tab-image, body.parent-education .tab .tab-menu .tab-image, body.faqs .tab .tab-menu .tab-image {
  position: relative;
}
body.dashboard .tab .tab-menu .tab-image .badge, body.message-center .tab .tab-menu .tab-image .badge, body.parent-education .tab .tab-menu .tab-image .badge, body.faqs .tab .tab-menu .tab-image .badge {
  margin-left: 45px;
  margin-top: -10px;
  position: absolute;
}
body.dashboard .tab .tab-menu .tab-image img, body.message-center .tab .tab-menu .tab-image img, body.parent-education .tab .tab-menu .tab-image img, body.faqs .tab .tab-menu .tab-image img {
  background-color: unset;
}
@media (max-width: 1199px) {
  body.dashboard .tab .tab-menu .tab-image img, body.message-center .tab .tab-menu .tab-image img, body.parent-education .tab .tab-menu .tab-image img, body.faqs .tab .tab-menu .tab-image img {
    width: 35px;
    height: 35px;
  }
}
body.dashboard .tab .tab-menu .tab-image .img-w, body.message-center .tab .tab-menu .tab-image .img-w, body.parent-education .tab .tab-menu .tab-image .img-w, body.faqs .tab .tab-menu .tab-image .img-w {
  display: none;
}
body.dashboard .tab .tab-menu .tab-image .img-b, body.message-center .tab .tab-menu .tab-image .img-b, body.parent-education .tab .tab-menu .tab-image .img-b, body.faqs .tab .tab-menu .tab-image .img-b {
  display: block;
}
body.dashboard .tab .tab-menu .title, body.message-center .tab .tab-menu .title, body.parent-education .tab .tab-menu .title, body.faqs .tab .tab-menu .title {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-top: 3px;
  text-align: center;
}
@media (max-width: 1360px) {
  body.dashboard .tab .tab-menu .title, body.message-center .tab .tab-menu .title, body.parent-education .tab .tab-menu .title, body.faqs .tab .tab-menu .title {
    font-size: 20px;
  }
}
body.dashboard .tab .active, body.message-center .tab .active, body.parent-education .tab .active, body.faqs .tab .active {
  color: #FCF8E5;
}
body.dashboard .tab .active .tab-image .img-w, body.message-center .tab .active .tab-image .img-w, body.parent-education .tab .active .tab-image .img-w, body.faqs .tab .active .tab-image .img-w {
  display: block !important;
}
body.dashboard .tab .active .tab-image .img-b, body.message-center .tab .active .tab-image .img-b, body.parent-education .tab .active .tab-image .img-b, body.faqs .tab .active .tab-image .img-b {
  display: none !important;
}
body.dashboard .tab-menu-selection, body.dashboard .dashTab-menu-selection, body.message-center .tab-menu-selection, body.message-center .dashTab-menu-selection, body.parent-education .tab-menu-selection, body.parent-education .dashTab-menu-selection, body.faqs .tab-menu-selection, body.faqs .dashTab-menu-selection {
  height: 100%;
}
@media (max-width: 768px) {
  body.dashboard .dashTab-menu-selection, body.message-center .dashTab-menu-selection, body.parent-education .dashTab-menu-selection, body.faqs .dashTab-menu-selection {
    height: calc(100vh - 260px);
  }
}
@media only screen and (max-height: 625px) {
  body.dashboard .tab-menu-selection, body.message-center .tab-menu-selection, body.parent-education .tab-menu-selection, body.faqs .tab-menu-selection {
    height: auto;
  }
  body.dashboard .tab-menu-container, body.message-center .tab-menu-container, body.parent-education .tab-menu-container, body.faqs .tab-menu-container {
    padding: 0 5%;
  }
  body.dashboard .tab-selection-container, body.message-center .tab-selection-container, body.parent-education .tab-selection-container, body.faqs .tab-selection-container {
    padding: 0 5% 10px;
  }
}
@media only screen and (max-width: 1360px) {
  body.dashboard .tab-menu-container, body.message-center .tab-menu-container, body.parent-education .tab-menu-container, body.faqs .tab-menu-container {
    padding: 0 30px;
  }
  body.dashboard .tab-selection-container, body.message-center .tab-selection-container, body.parent-education .tab-selection-container, body.faqs .tab-selection-container {
    padding: 0 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.dashboard .tab-menu-container, body.message-center .tab-menu-container, body.parent-education .tab-menu-container, body.faqs .tab-menu-container {
    padding: 0;
  }
  body.dashboard .tab-menu-selection, body.message-center .tab-menu-selection, body.parent-education .tab-menu-selection, body.faqs .tab-menu-selection {
    height: calc(100vh - 50px);
  }
  body.dashboard .tab-selection-container, body.message-center .tab-selection-container, body.parent-education .tab-selection-container, body.faqs .tab-selection-container {
    padding: 10px 10px;
  }
  body.dashboard .tab, body.message-center .tab, body.parent-education .tab, body.faqs .tab {
    background-color: #FCF8E5;
    padding: 1rem 0.5rem 0.5rem;
  }
  body.dashboard .tab .tab-menu, body.message-center .tab .tab-menu, body.parent-education .tab .tab-menu, body.faqs .tab .tab-menu {
    background-color: unset;
    box-shadow: unset;
    color: #00205b;
    flex-grow: 1;
    margin: 0px;
    padding: 0px 5px;
  }
  body.dashboard .tab .tab-menu .tab-image, body.message-center .tab .tab-menu .tab-image, body.parent-education .tab .tab-menu .tab-image, body.faqs .tab .tab-menu .tab-image {
    background-color: #F7BCB7;
    border-radius: 5px;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
    color: #00205b;
    margin-bottom: 5px;
    padding: 15px 10px;
    position: relative;
  }
  body.dashboard .tab .tab-menu .tab-image img, body.message-center .tab .tab-menu .tab-image img, body.parent-education .tab .tab-menu .tab-image img, body.faqs .tab .tab-menu .tab-image img {
    width: 24px;
    height: 24px;
  }
  body.dashboard .tab .tab-menu .title, body.message-center .tab .tab-menu .title, body.parent-education .tab .tab-menu .title, body.faqs .tab .tab-menu .title {
    font-size: 10px;
  }
  body.dashboard .tab .active, body.message-center .tab .active, body.parent-education .tab .active, body.faqs .tab .active {
    color: #00205b;
  }
  body.dashboard .tab .active .tab-image, body.message-center .tab .active .tab-image, body.parent-education .tab .active .tab-image, body.faqs .tab .active .tab-image {
    background-color: #F7BCB7;
    color: #ffffff;
  }
}

body.contact .contacts {
  padding-top: 15px;
}
body.contact .contacts .card p {
  font-size: 18px;
  margin-bottom: 0;
}
body.contact .contacts .info {
  font-size: 17px;
  text-align: center;
}

body.providers-resources .custom-control {
  margin-bottom: 10px;
}
body.providers-resources .custom-control-label {
  width: 100%;
}
body.providers-resources .custom-control-label::before {
  top: 0.55rem !important;
  left: -2rem !important;
}
body.providers-resources .custom-control-label::after {
  top: 0.55rem !important;
  left: -2rem !important;
}
body.providers-resources .blue-checkbox:checked ~ .custom-control-label::before {
  background-color: #BF0D3E !important;
}
body.providers-resources .component-card .item-classes {
  border-bottom: 0.5px solid #D2D6D7;
  font-size: 16px;
  padding: 5px 5px;
}
body.providers-resources .component-card .vl {
  align-self: normal;
  border-left: 0.5px solid #D2D6D7;
  display: inline;
}
body.providers-resources .component-card .btn-register {
  background-color: #FCF8E5;
  border: 1px solid #D2D6D7;
  color: #00205b;
  font-size: 14px;
  min-width: 84.06px;
  padding: 2px 15px !important;
}
body.providers-resources .progress-box {
  min-height: 35px;
  margin: 0 0 0.5rem auto;
}
body.providers-resources .progress-box .progress {
  background-color: #FCF8E5 !important;
  border-radius: 0.25rem !important;
  height: 100% !important;
  padding: 0.5rem !important;
}
body.providers-resources .progress-box .progress .progress-bar {
  background: #F7BCB7;
  color: #000000;
  text-align: right;
}
body.providers-resources .tabDisabled {
  color: #6c757d !important;
}
body.providers-resources .tabDisabled:hover {
  background-color: #F7BCB7 !important;
  color: #6c757d !important;
}
body.providers-resources .persion-tabs {
  justify-content: center;
  border-bottom: none !important;
  flex-wrap: wrap; /* allow wrapping */
  gap: 10px 0;
}
body.providers-resources .persion-tabs .persion-tab {
  color: #000000;
  background-color: #F7BCB7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 50px;
  padding: 10px 10px 5px 10px;
  text-decoration: none;
}
body.providers-resources .persion-tabs .persion-tab:hover {
  background-color: #00205b;
  color: white;
}
@media (max-width: 1100px) {
  body.providers-resources .persion-tabs .persion-tab {
    text-align: center;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  body.providers-resources .persion-tabs .persion-tab {
    text-align: center;
    width: 75%;
    margin: 0 0 10px 0;
  }
}
body.providers-resources .persion-tabs .active {
  border: 1px solid #00205b;
  border-bottom: 4px solid #00205b;
}
body.providers-resources .form-control {
  margin: 0;
}
body.providers-resources .pro-btn {
  margin: auto 1rem 10px;
}
body.providers-resources .articleMenuContainer div {
  min-width: 250px;
}
body.providers-resources .publish-btn {
  width: 100px;
  border-width: thin;
}
body.providers-resources .resource-container .res-img {
  float: left;
}

body.providers-resources table,
#Provider-Card table {
  border: none;
  margin-bottom: 20px;
}
body.providers-resources table tr td,
#Provider-Card table tr td {
  border: none;
  padding: 0;
  vertical-align: top;
}
body.providers-resources ul,
#Provider-Card ul {
  list-style-type: none;
}
body.providers-resources ul li,
#Provider-Card ul li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
body.providers-resources .card-entity,
#Provider-Card .card-entity {
  background-color: #F7BCB7;
}

body.providers-resources .resources,
#Resources-Card .resources {
  border: 2px solid #F7BCB7;
  border-radius: 0.25rem;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 768px) {
  body.providers-resources .resources,
  #Resources-Card .resources {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.providers-resources .resource-mobile,
  #Resources-Card .resource-mobile {
    padding: 0 !important;
  }
}

#Provider-Card .card1 {
  margin: 1rem 1rem 3rem 1rem;
  padding: 0.5rem;
}
@media (max-width: 992px) {
  #Provider-Card .card1 {
    margin: 0 0 1.5rem 0;
  }
}
#Provider-Card .card2 {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  #Provider-Card .card2 {
    margin-left: 0;
  }
}
#Provider-Card .card3 {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  #Provider-Card .card3 {
    margin-right: 0;
  }
}
@media (max-width: 539px) {
  #Provider-Card .card3 table {
    display: block;
  }
  #Provider-Card .card3 table tbody {
    display: block;
  }
  #Provider-Card .card3 table tbody tr {
    display: block;
  }
  #Provider-Card .card3 table tbody tr td {
    display: block;
    position: relative;
    width: auto;
  }
  #Provider-Card .card3 table tbody tr td :before {
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 45%;
  }
  #Provider-Card .card3 table tbody tr td ul {
    margin-bottom: 0;
  }
}

#Manage-Providers .loading-img,
#Manage-Resources .loading-img,
#Manage-Videos .loading-img {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
}

#providersPOST ul {
  margin: 0;
  padding: 0 0 3px 1rem;
}
#providersPOST ul .form-control {
  color: #00205b;
  display: inline-block;
  height: 2em;
}
#providersPOST .provider-card-header {
  margin: 0 1rem;
  padding: 1rem 0;
}
#providersPOST .provider-card-header input {
  color: #00205b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
#providersPOST .publish-btn {
  margin: 0 30px 20px;
  border-width: thin;
}
#providersPOST #provider-table-1 {
  margin: 0 auto 20px auto;
  width: 75%;
}
#providersPOST #provider-table-1 .form-control {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
#providersPOST #card2 #provider-table-2 .form-control {
  width: calc(100% - 1rem);
}
#providersPOST #card2 #provider-loading-img {
  bottom: 0;
}
#providersPOST #card2 .grabbable {
  cursor: grab;
}
#providersPOST #card2 .grabbable:active {
  cursor: grabbing;
}
#providersPOST #card2 .pro-btn {
  width: calc(100% - 35px);
}
@media (max-width: 768px) {
  #providersPOST #card2 .pro-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#providersPOST #card3 #provider-table-3 .form-control {
  width: calc(100% - 1rem);
}
#providersPOST #card3 .pro-btn {
  width: calc(100% - 35px);
}
@media (max-width: 768px) {
  #providersPOST #card3 .pro-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #providersPOST #card3 table {
    display: block;
  }
  #providersPOST #card3 table tbody {
    display: block;
  }
  #providersPOST #card3 table tbody tr {
    display: block;
  }
  #providersPOST #card3 table tbody tr td {
    display: block;
    position: relative;
    width: auto;
  }
  #providersPOST #card3 table tbody tr td :before {
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 45%;
  }
}

#myTabContent2 .bs-popover-auto[x-placement^=right] .arrow::after,
#myTabContent2 .bs-popover-right .arrow::after {
  border-right-color: #00205b;
}
#myTabContent2 .bs-popover-auto[x-placement^=top] > .arrow::after,
#myTabContent2 .bs-popover-top > .arrow::after {
  border-top-color: #00205b;
}
#myTabContent2 .bs-popover-auto[x-placement^=bottom] > .arrow::after,
#myTabContent2 .bs-popover-bottom > .arrow::after {
  border-bottom-color: #00205b;
}
#myTabContent2 .bs-popover-auto[x-placement^=left] > .arrow::after,
#myTabContent2 .bs-popover-left > .arrow::after {
  border-left-color: #00205b;
}
#myTabContent2 .popover-header {
  background: #00205b !important;
  border-bottom: none;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  padding: 5px;
}
#myTabContent2 .popover-body {
  display: none;
}

#Manage-Resources hr, #Manage-Videos hr {
  border-top: 2px solid #F7BCB7 !important;
  width: 100%;
}
#Manage-Resources .res-btn-clone, #Manage-Videos .res-btn-clone {
  background-color: #F7BCB7 !important;
  color: #00205b !important;
  cursor: default;
}
#Manage-Resources .remove-res-btn, #Manage-Videos .remove-res-btn {
  background-color: #BF0D3E !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1) !important;
  color: #ffffff;
}
#Manage-Resources .remove-res-btn:hover, #Manage-Videos .remove-res-btn:hover {
  filter: brightness(85%);
  border-color: #00205b;
}
#Manage-Resources .remove-res-btn:active, #Manage-Videos .remove-res-btn:active {
  box-shadow: none !important;
  transform: translateY(1px);
}

#Manage-Goals ul {
  list-style-type: disc !important;
}
#Manage-Goals ul ul {
  list-style-type: circle !important;
}
#Manage-Goals li {
  display: list-item !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
}
#Manage-Goals .two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  position: relative;
}
@media (max-width: 900px) {
  #Manage-Goals .two-column-layout {
    grid-template-columns: 1fr; /* 1 column */
  }
  #Manage-Goals .two-column-layout::before {
    display: none;
  }
}
#Manage-Goals .drag-handle {
  cursor: grab;
  font-size: 18px;
  margin-left: 8px;
  user-select: none;
  flex-shrink: 0; /* don’t let it shrink */
}
#Manage-Goals .drag-handle:active {
  cursor: grabbing;
}
#Manage-Goals .toggle {
  background-color: #ffffff;
  margin-left: 10px;
  height: 100% !important;
}
#Manage-Goals .btn-outline-success {
  color: #00205b;
  border-color: #00205b;
}
#Manage-Goals .toggle.btn-outline-success .toggle-handle {
  background-color: #00205b;
  border-color: #00205b;
}
#Manage-Goals .btn-outline-danger {
  color: #BF0D3E;
  border-color: #BF0D3E;
}
#Manage-Goals .toggle.btn-outline-danger .toggle-handle {
  background-color: #BF0D3E;
  border-color: #BF0D3E;
}
#Manage-Goals .instructions-collapsed {
  max-height: 95px;
  overflow: hidden;
  position: relative;
}
#Manage-Goals .instructions-collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, #ffffff);
}
@media (max-width: 1320px) {
  #Manage-Goals .instructions-collapsed {
    max-height: 115px;
  }
}
@media (max-width: 1105px) {
  #Manage-Goals .instructions-collapsed {
    max-height: 145px;
  }
}
@media (max-width: 590px) {
  #Manage-Goals .instructions-collapsed {
    max-height: 170px;
  }
}
@media (max-width: 520px) {
  #Manage-Goals .instructions-collapsed {
    max-height: 185px;
  }
}
@media (max-width: 460px) {
  #Manage-Goals .instructions-collapsed {
    max-height: 210px;
  }
}
@media (max-width: 385px) {
  #Manage-Goals .instructions-collapsed {
    max-height: 240px;
  }
}
#Manage-Goals .showMore {
  font-weight: bold;
  font-size: 18px;
  color: #00205b;
}
#Manage-Goals .dragging {
  border: 2px dashed #00205b;
  border-radius: 4px;
}
#Manage-Goals .dragging .form-control {
  border-top: 2px dashed #00205b;
  border-bottom: 2px dashed #00205b;
}

body.location .card-entity {
  background-color: #F7BCB7;
}
body.location .location-card .image,
body.location .location-modal-card .image {
  width: 100%;
}
body.location .location-card .body-text,
body.location .location-modal-card .body-text {
  font-size: 20px;
}
@media only screen and (max-width: 1643px) and (min-width: 991px) {
  body.location .location-card .imagediv {
    position: relative;
  }
  body.location .location-card .imagediv .image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 96% !important;
  }
}
@media only screen and (max-width: 990px) {
  body.location .imagediv {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  body.location .image {
    height: 90% !important;
    width: 90% !important;
  }
}

.center {
  display: block;
  height: 60px;
  margin: 15px auto;
  width: auto;
}

.flex-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.flex-container:hover .deleteButton {
  display: inline;
  justify-content: align-right;
}
.flex-container .deleteButton {
  display: none;
  justify-content: align-right;
}
.flex-container .deleteButton Button {
  background-color: #BF0D3E;
  color: #ffffff;
  padding: 0.375rem !important;
}

@media (max-width: 1199px) {
  #message-card {
    max-height: 28%;
    min-height: 20%;
  }
}
@media (max-width: 768px) {
  #message-card {
    max-height: 175px;
    min-height: 20%;
  }
}

body.lookup-results .inbox-left {
  min-height: 361px !important;
}
body.lookup-results .message-list {
  max-height: 361px !important;
}

body.mass-messaging #Message-Center {
  padding: 25px;
}
body.mass-messaging .compose-container {
  background-color: #FCF8E5;
  padding: 5px 0 5px 32px;
}
body.mass-messaging .compose-container .compose-warning {
  color: #BF0D3E;
  display: contents;
}
body.mass-messaging .inbox-left {
  min-height: 361px !important;
}
body.mass-messaging .message-list {
  max-height: 361px !important;
}
body.mass-messaging .all-recipients {
  border: 1px solid #9c9c9c;
  border-radius: 0.25rem;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  min-height: 0;
  padding: 6.5px;
  width: 60%;
}
body.mass-messaging .bs-popover-auto[x-placement^=right] .arrow::after,
body.mass-messaging .bs-popover-right .arrow::after {
  border-right-color: #00205b;
}
body.mass-messaging .bs-popover-auto[x-placement^=top] > .arrow::after,
body.mass-messaging .bs-popover-top > .arrow::after {
  border-top-color: #00205b;
}
body.mass-messaging .bs-popover-auto[x-placement^=bottom] > .arrow::after,
body.mass-messaging .bs-popover-bottom > .arrow::after {
  border-bottom-color: #00205b;
}
body.mass-messaging .bs-popover-auto[x-placement^=left] > .arrow::after,
body.mass-messaging .bs-popover-left > .arrow::after {
  border-left-color: #00205b;
}
body.mass-messaging .popover-header {
  background: #00205b !important;
  border-bottom: none;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  padding: 5px;
}
body.mass-messaging .popover-body {
  display: none;
}

body.message-center .message-card-body {
  padding-left: 3rem;
  padding-right: 3rem;
}
body.message-center .message-card-body .loading-img {
  position: absolute;
  left: calc(50% - 50px);
  bottom: -25px;
}

body.dashboard .inbox-message-list .message-list {
  max-height: 100% !important;
}
body.dashboard .inbox-message-list .message-list .inbox-message {
  padding: 3px 30px 3px 40px !important;
}

.message {
  color: #F7BCB7;
  font-size: 18px;
}

.inbox-message-list {
  height: 100%;
  margin-bottom: 0.5px;
}
.inbox-message-list .message-list {
  max-height: calc(100% - 44px);
}
.inbox-message-list .message-list hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 90%;
  margin-left: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.inbox-message-list .message-list .inbox-message {
  padding: 7px 30px 7px 40px;
}
@media (max-width: 1000px) {
  .inbox-message-list .message-list .inbox-message .circle-container {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .inbox-message-list .message-list .inbox-message .circle-container {
    padding-left: 15px;
  }
}
@media (max-width: 450px) {
  .inbox-message-list .message-list .inbox-message .circle-container {
    padding-left: 0;
  }
}
.inbox-message-list .message-list .inbox-message .circle-container .circle {
  background-color: #d21848;
  border-radius: 50%;
  height: 12px;
  margin: 9px 15px 5px 0;
  width: 12px;
}
.inbox-message-list .message-list .inbox-message .section1 {
  font-size: 16px;
}
.inbox-message-list .message-list .inbox-message .section1 .subject {
  font-size: 20px !important;
  font-weight: 500;
  padding-right: 10px;
}
.inbox-message-list .message-list .inbox-message .section1 .time {
  text-align: right;
  color: #9c9c9c;
  margin-top: auto;
}
@media (max-width: 768px) {
  .inbox-message-list .message-list .inbox-message .section1 .time {
    margin-top: 3px;
  }
}
.inbox-message-list .message-list .inbox-message .attachment-icon {
  text-align: right;
  float: right;
  margin-top: auto;
}
@media (max-width: 768px) {
  .inbox-message-list .message-list .inbox-message .attachment-icon {
    margin-top: 3px;
  }
}
.inbox-message-list .message-list .inbox-message:hover {
  background-color: #FCF8E5;
  cursor: pointer;
}
@media (max-height: 625px) {
  .inbox-message-list .message-list {
    max-height: 506px;
  }
}

#Message-Center .search-input {
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: 0 0 10px #000000;
  outline: none !important;
  padding: 5px 5px 5px 40px;
  width: 100%;
}
#Message-Center .search-input:focus {
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: 0 0 10px #000000;
  outline: none !important;
}
#Message-Center .inbox-left {
  flex: 1;
  height: auto;
  padding: 0 5px 0 15px;
}
@media (max-height: 625px) {
  #Message-Center .inbox-left {
    height: 550px;
  }
}
@media (max-width: 768px) {
  #Message-Center .inbox-left {
    flex: 0 0 100%;
    height: 550px;
    padding: 5px 15px 0;
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  #Message-Center .inbox-left {
    padding: 0 15px;
    max-height: 500px;
  }
}
#Message-Center .inbox-right {
  flex: 1;
  padding: 0 15px 0 5px;
}
#Message-Center .inbox-right .time {
  color: #9c9c9c;
  font-size: 16px;
  margin-top: auto;
}
#Message-Center .inbox-right .mobile {
  display: none !important;
}
#Message-Center .inbox-right .desktop {
  display: inline !important;
}
#Message-Center .inbox-right .attachment-title {
  vertical-align: sub;
}
#Message-Center .inbox-right .attachment-title:hover {
  filter: brightness(85%);
  cursor: pointer;
}
@media (max-width: 768px) {
  #Message-Center .inbox-right .mobile {
    display: inline !important;
  }
  #Message-Center .inbox-right .desktop {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #Message-Center .inbox-right {
    flex: 0 0 100%;
    padding: 10px 15px;
    max-width: 100% !important;
  }
}
#Message-Center .inbox-right #details {
  height: 100%;
  padding: 0;
}
#Message-Center .inbox-right #details .sprig-component {
  height: 100%;
}
#Message-Center .inbox-right #details .sprig-component #body-detail {
  white-space: pre-wrap;
}
#Message-Center .inbox-right #details .sprig-component .wasRead {
  padding: 2px 3rem;
  color: #9c9c9c;
}
#Message-Center .inbox-right #details .sprig-component .wasRead::before {
  color: #BF0D3E;
  font-size: 20px;
  margin-right: 5px;
  content: "*";
}
@media (max-width: 991px) {
  #Message-Center .inbox-right #details .sprig-component .wasRead {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media print {
  #Message-Center .inbox-right #details .message {
    color: #F7BCB7 !important;
    -webkit-print-color-adjust: exact;
  }
}
#Message-Center .inbox-right #compose .message {
  color: #00205b !important;
  min-height: 40px;
}
#Message-Center .inbox-right #compose .message label {
  margin: 0;
}
#Message-Center .inbox-right #compose .compose-upper {
  align-items: flex-start;
  border-bottom: 1px solid #9c9c9c;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#Message-Center .inbox-right #compose .compose-upper .subject-wrap {
  flex-grow: 1;
}
#Message-Center .inbox-right #compose .compose-upper .subject-wrap .compose-input {
  border: 1px solid #9c9c9c;
  border-radius: 0.25rem;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  min-height: 0;
  padding: 5px;
}
#Message-Center .inbox-right #compose .compose-upper .subject-wrap .compose-input:focus {
  outline: none;
}
#Message-Center .inbox-right #compose .compose-upper .subject-wrap .compose-input::placeholder {
  color: #F7BCB7;
  opacity: 1;
}
#Message-Center .inbox-right #compose #body {
  border: none;
  border-radius: 0.25rem;
  color: #000000;
  margin-top: 0;
  padding: 8px 0;
  resize: none;
  width: 100%;
}
#Message-Center .inbox-right #compose #body:focus {
  outline: none;
}
#Message-Center .inbox-right #compose #body::placeholder {
  color: #F7BCB7;
  opacity: 1;
}
#Message-Center .inbox-right #compose .quickPhrase {
  background-color: #FCF8E5 !important;
  border-radius: 2px;
  color: #00205b;
  font-size: 14px;
  margin: 4px;
  padding: 0px 5px 0px 5px;
}
#Message-Center .inbox-right #compose .quickPhrase:first-of-type {
  margin-left: 0;
}
#Message-Center .inbox-right #compose .quickPhrase:hover {
  cursor: pointer;
}
#Message-Center .inbox-right #compose .upload-wrap {
  display: flex;
}
#Message-Center .inbox-right #compose .upload-wrap .uploads {
  flex-basis: 75%;
}
@media (max-width: 768px) {
  #Message-Center .inbox-right #compose .upload-wrap .uploads {
    flex-basis: 100% !important;
    padding-right: 15px !important;
  }
}
#Message-Center .inbox-right #compose .upload-wrap .divider {
  background-color: #9c9c9c;
  height: auto;
  margin: 10px 0;
  width: 1px;
}
#Message-Center .inbox-right #compose .upload-wrap .compose-buttons {
  align-items: center;
  display: flex;
}
#Message-Center .inbox-right #compose .upload-wrap .compose-buttons #cancel {
  color: #00205b;
  font-size: 16px;
  margin: 0;
}
#Message-Center .inbox-right #compose .upload-wrap .compose-buttons #cancel:hover {
  color: #9bd9c5;
  transition: color 0.3s ease;
}
#Message-Center .inbox-right #compose .upload-wrap .compose-buttons #send {
  font-size: 16px;
  line-height: 1;
  margin-top: 0 !important;
  padding: 7px 30px;
  width: 100%;
}
@media (max-width: 768px) {
  #Message-Center .inbox-right #compose .upload-wrap .compose-buttons {
    padding-left: 15px !important;
  }
}
#Message-Center .inbox-right #compose hr {
  border-color: #9c9c9c;
  margin: 15px 0;
}

body.providers-resources .resources,
#messageIdDiv .resources {
  border: 2px solid #F7BCB7;
  border-radius: 0.25rem;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 768px) {
  body.providers-resources .resources,
  #messageIdDiv .resources {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.providers-resources .resource-mobile,
  #messageIdDiv .resource-mobile {
    padding: 0 !important;
  }
}

.tooltip-inner {
  background-color: #0c205b;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #0c205b !important;
}

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #0c205b !important;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #0c205b !important;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #0c205b !important;
}

body.lookup-results .notes-card .notes-card-header {
  font-size: 22px;
  padding: 5px 28px;
}
body.lookup-results .notes-card .notes-card-body {
  font-size: 18px;
  line-height: 50px;
  padding: 5px 10px 11px;
}
body.lookup-results .notes-btn {
  align-items: center;
  padding-top: 10px;
}
body.lookup-results #saveNote {
  padding: 0.25rem 1.5rem;
}
body.lookup-results #notes-details {
  background-image: -webkit-linear-gradient(left, #ffffff 10px, transparent 10px), -webkit-linear-gradient(right, #ffffff 10px, transparent 10px), -webkit-linear-gradient(#ffffff 30px, #E9ECEF 30px, #E9ECEF 31px, #ffffff 31px);
  background-image: -moz-linear-gradient(left, #ffffff 10px, transparent 10px), -moz-linear-gradient(right, #ffffff 10px, transparent 10px), -moz-linear-gradient(#ffffff 30px, #E9ECEF 30px, #E9ECEF 31px, #ffffff 31px);
  background-image: -ms-linear-gradient(left, #ffffff 10px, transparent 10px), -ms-linear-gradient(right, #ffffff 10px, transparent 10px), -ms-linear-gradient(#ffffff 30px, #E9ECEF 30px, #E9ECEF 31px, #ffffff 31px);
  background-image: -o-linear-gradient(left, #ffffff 10px, transparent 10px), -o-linear-gradient(right, #ffffff 10px, transparent 10px), -o-linear-gradient(#ffffff 30px, #E9ECEF 30px, #E9ECEF 31px, #ffffff 31px);
  background-image: linear-gradient(left, #ffffff 10px, transparent 10px), linear-gradient(right, #ffffff 10px, transparent 10px), linear-gradient(#ffffff 30px, #E9ECEF 30px, #E9ECEF 31px, #ffffff 31px);
  background-size: 100% 100%, 100% 100%, 100% 31px;
  border-radius: 8px;
  border: 0px solid #00FFFF;
  font-family: Arial, Helvetica, Sans-serif;
  line-height: 31px;
  padding: 8px;
  width: 100%;
}
body.lookup-results #notes-details:focus {
  outline: none;
}
body.lookup-results #notes-details .card-header {
  line-height: 1.5;
}
body.lookup-results #notes-cancel {
  color: #00205b;
  font-size: 16px;
  margin: 0;
}
body.lookup-results #notes-cancel:hover {
  color: #9bd9c5;
  transition: color 0.3s ease;
}

body.hours .card-entity,
#hours .card-entity {
  background-color: #F7BCB7;
}
body.hours .card-time-container,
#hours .card-time-container {
  flex-direction: row !important;
}
body.hours .card-time,
#hours .card-time {
  border-radius: 50%;
  height: 250px;
  text-align: center;
  width: 250px;
}
body.hours .card-time .card-body img,
#hours .card-time .card-body img {
  width: 55px;
  padding-bottom: 15px;
}
body.hours .card-time .card-body p,
#hours .card-time .card-body p {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
body.hours .card-time .card-body p:nth-child(2),
#hours .card-time .card-body p:nth-child(2) {
  font-size: 22px;
}
body.hours .card-time .card-body p:nth-child(3),
#hours .card-time .card-body p:nth-child(3) {
  font-size: 22px;
  padding-bottom: 10px;
}
body.hours .card-time .card-body p:nth-child(4),
#hours .card-time .card-body p:nth-child(4) {
  font-size: 18px;
}
body.hours .articleMenuContainer div,
#hours .articleMenuContainer div {
  min-width: 250px;
}
body.hours .articleMenuContainer .image,
#hours .articleMenuContainer .image {
  height: 35px;
  margin: 0 10px;
}
body.hours .time,
#hours .time {
  font-size: 20px;
}
body.hours .hours-card p,
#hours .hours-card p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1350px) {
  body.hours .hours-card,
  #hours .hours-card {
    padding: 0;
  }
  body.hours .card-time .card-body img,
  #hours .card-time .card-body img {
    width: 45px;
  }
  body.hours .card-time .card-body p:nth-child(2),
  #hours .card-time .card-body p:nth-child(2) {
    font-size: 20px;
  }
  body.hours .card-time .card-body p:nth-child(3),
  #hours .card-time .card-body p:nth-child(3) {
    font-size: 20px;
  }
  body.hours .card-time .card-body p:nth-child(4),
  #hours .card-time .card-body p:nth-child(4) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  body.hours .body-text h3,
  #hours .body-text h3 {
    font-size: 20px;
    padding: 10px;
  }
  body.hours .body-text p,
  #hours .body-text p {
    font-size: 16px;
    padding: 10px;
  }
  body.hours .card-time .card-body img,
  #hours .card-time .card-body img {
    width: 35px;
  }
  body.hours .card-time .card-body p:nth-child(2),
  #hours .card-time .card-body p:nth-child(2) {
    font-size: 18px;
  }
  body.hours .card-time .card-body p:nth-child(3),
  #hours .card-time .card-body p:nth-child(3) {
    font-size: 18px;
  }
  body.hours .card-time .card-body p:nth-child(4),
  #hours .card-time .card-body p:nth-child(4) {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body.hours .card-time-container,
  #hours .card-time-container {
    flex-direction: column !important;
  }
  body.hours .body-text h3,
  #hours .body-text h3 {
    font-size: 20px;
    padding: 10px;
  }
  body.hours .body-text p,
  #hours .body-text p {
    font-size: 16px;
    padding: 10px;
  }
  body.hours .card-time .card-body img,
  #hours .card-time .card-body img {
    width: 45px;
  }
  body.hours .card-time .card-body p:nth-child(2),
  #hours .card-time .card-body p:nth-child(2) {
    font-size: 20px;
  }
  body.hours .card-time .card-body p:nth-child(3),
  #hours .card-time .card-body p:nth-child(3) {
    font-size: 20px;
  }
  body.hours .card-time .card-body p:nth-child(4),
  #hours .card-time .card-body p:nth-child(4) {
    font-size: 16px;
  }
}

@media (max-height: 720px) {
  body.trackboard .page {
    height: 900px;
  }
}
@media (max-width: 768px) {
  body.trackboard .page .hide-mobile {
    display: none;
  }
}
body.trackboard .page .shortcut-container .desktop-pc {
  display: block;
}
@media only screen and (max-width: 992px) {
  body.trackboard .page .shortcut-container .desktop-pc {
    display: none;
  }
}
body.trackboard .page .shortcut-container .handheld {
  display: none;
}
@media only screen and (max-width: 992px) {
  body.trackboard .page .shortcut-container .handheld {
    display: block;
  }
}
body.trackboard .page .shortcut-container .handheld .dropdown .dropdown-toggle {
  color: #00205b;
  font-size: 22px;
  font-weight: bold;
}
body.trackboard .page .shortcut-container .handheld .dropdown .dropdown-toggle::after {
  border-bottom: 0 !important;
  border-left: 0.5em solid transparent !important;
  border-right: 0.5em solid transparent !important;
  border-top: 0.6em solid !important;
  vertical-align: 0;
}
body.trackboard .page .shortcut-container .handheld .dropdown .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  border: none;
  background-color: #dbe3e6;
  padding: 0 25px 10px;
}
body.trackboard .page .outer-container {
  height: calc(100% - 69px);
  padding: 80px 7% 25px !important;
}
@media (max-width: 1080px) {
  body.trackboard .page .outer-container {
    padding: 80px 3% 25px !important;
  }
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container {
    padding-top: 20px !important;
    height: calc(100% - 125px);
  }
}
body.trackboard .page .outer-container .inner-container {
  padding: 20px 30px 15px;
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container {
    padding-top: 0 !important;
  }
}
body.trackboard .page .outer-container .inner-container #discharge-notice {
  color: #BF0D3E;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  body.trackboard .page .outer-container .inner-container #discharge-notice {
    display: block;
  }
}
body.trackboard .page .outer-container .inner-container .headImg {
  top: -60px;
}
body.trackboard .page .outer-container .inner-container .headImg img {
  height: auto;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1150px) {
  body.trackboard .page .outer-container .inner-container .headImg {
    top: -55px;
  }
  body.trackboard .page .outer-container .inner-container .headImg img {
    height: auto;
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
body.trackboard .page .outer-container .inner-container .find {
  color: #00205b;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}
body.trackboard .page .outer-container .inner-container .spacer {
  height: 15px;
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .spacer {
    height: 40px;
  }
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .spacer .mobile-divider {
    padding: 0px !important;
    margin: 20px 0px 0 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.15);
  }
}
body.trackboard .page .outer-container .inner-container .scan-patient {
  width: 25%;
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .scan-patient {
    padding: 0 15px !important;
  }
}
body.trackboard .page .outer-container .inner-container .scan-patient .btn-scan {
  background-color: white;
  border: 1px solid #E9ECEF;
  border-radius: 5px;
  color: #00205b;
  cursor: alias;
  display: block;
  font-family: "Sofia Regular";
  font-size: 18px;
  font-weight: 400;
  max-height: 50px;
  line-height: 1;
  padding: 7px 20px;
  transition: background 0.3s ease, border 0.3s ease;
  white-space: nowrap;
}
body.trackboard .page .outer-container .inner-container .scan-patient .btn-scan img {
  height: 25px !important;
  margin-right: 30px;
  max-height: 100%;
  width: auto;
}
@media (max-width: 575px) {
  body.trackboard .page .outer-container .inner-container .scan-patient .btn-scan {
    font-size: 18px;
    padding: 10px;
  }
  body.trackboard .page .outer-container .inner-container .scan-patient .btn-scan img {
    margin-right: 15px;
  }
}
body.trackboard .page .outer-container .inner-container .search-patient {
  position: relative;
  width: 25%;
}
body.trackboard .page .outer-container .inner-container .search-patient .btn-fin {
  left: 20px;
  position: absolute;
  top: calc(50% - 15px);
}
body.trackboard .page .outer-container .inner-container .search-patient .patient-input {
  height: 100%;
  margin: 0;
  border: 1px solid #E9ECEF;
  border-radius: 5px;
  box-shadow: none;
  color: #00205b;
  display: block;
  font-size: 18px;
  line-height: 1;
  outline: none;
  padding: 5px 5px 5px 70px;
  width: 100%;
}
body.trackboard .page .outer-container .inner-container .search-patient .patient-input::placeholder {
  opacity: 1;
}
body.trackboard .page .outer-container .inner-container .search-patient .patient-input:focus {
  border-color: #00205b;
}
@media (max-width: 575px) {
  body.trackboard .page .outer-container .inner-container .search-patient .patient-input {
    font-size: 18px;
    padding: 12px 5px 12px 15px;
  }
}
body.trackboard .page .outer-container .inner-container .search-patient .fin-search {
  align-items: center;
  border: none;
  border-radius: 5px;
  height: 95%;
  padding: 0 25px;
  font-size: 18px;
  cursor: pointer;
  right: 0.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.trackboard .page .outer-container .inner-container .search-patient .fin-search:active {
  box-shadow: none !important;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .search-patient .fin-search {
    right: 15.5px;
  }
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .search-patient {
    font-size: 18px;
    padding: 0 15px !important;
  }
}
body.trackboard .page .outer-container .inner-container .callout-inner {
  height: 100%;
  padding: 10px 20px 30px;
}
body.trackboard .page .outer-container .inner-container .callout-inner .buttonBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
body.trackboard .page .outer-container .inner-container .callout-inner .buttonBox .data-type-select {
  text-align: center;
}
body.trackboard .page .outer-container .inner-container .callout-inner .buttonBox .data-type-select .selected {
  border: 1px solid #F7BCB7;
  transition-duration: 1s;
  opacity: 1;
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .callout-inner .show-header {
    margin-top: auto;
    margin-bottom: 24px;
  }
}
body.trackboard .page .outer-container .inner-container .callout-inner .status-button {
  width: 170px;
  height: 34px;
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .callout-inner .status-button {
    width: fit-content;
    min-width: 130px;
    margin: 0 10px 24px;
  }
}
body.trackboard .page .outer-container .inner-container .callout-inner .reset-button {
  width: 170px;
  height: 34px;
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .callout-inner .reset-button {
    width: fit-content;
    margin: auto 0 24px 10px;
    height: auto;
  }
}
body.trackboard .page .outer-container .inner-container .callout-inner .gridContainer {
  position: relative;
  height: calc(100% - 49px);
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.trackboard .page .outer-container .inner-container .callout-inner .gridContainer {
    height: calc(100% - 115px);
  }
}
body.trackboard .page .outer-container .inner-container .callout-inner .user-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: unset;
  margin-left: calc(50% - 15px);
  opacity: 1;
}
body.trackboard .page .outer-container .inner-container .callout-inner .user-btn .user-check-icon {
  width: 20px;
  height: 20px;
}
body.trackboard .page .outer-container .inner-container .callout-inner .user-btn i {
  color: #00205b;
}
body.trackboard .page .outer-container .inner-container .callout-inner .user-slash i {
  color: #9c9c9c !important;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-root-wrapper {
  border-radius: 0.25rem;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-header {
  background-color: #F7BCB7;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-header .ag-header-cell {
  padding-left: 10px;
  padding-right: 10px;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-header .ag-header-cell-text {
  font-size: 16px;
  font-weight: bold;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-header .ag-header-cell-resize {
  background-color: #F7BCB7;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-header .ag-header-cell-resize:after {
  background-color: #00205b;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-header .ag-header-icon {
  color: #00205b;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-row-even {
  background-color: #FCF8E5;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-cell {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  color: #00205b;
  font-size: 16px;
  font-weight: 600;
  min-height: 41px;
  padding-left: 10px;
  padding-right: 10px;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-standard-button {
  background-color: #FCF8E5;
  border-color: #00205b;
  color: #00205b;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-theme-alpine .ag-filter-select .ag-picker-field-wrapper {
  border-color: #00205b;
  color: #00205b;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-theme-alpine .ag-filter-select .ag-picker-field-wrapper:focus {
  box-shadow: 0 0 2px 0.1rem rgba(0, 32, 91, 0.4);
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-theme-alpine input[class^=ag-][type=text] {
  border-color: #00205b;
  color: #00205b;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-theme-alpine input[class^=ag-][type=text]::placeholder {
  color: #F7BCB7;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-theme-alpine input[class^=ag-][type=text]:focus {
  box-shadow: 0 0 2px 0.1rem rgba(0, 32, 91, 0.4);
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-theme-alpine .ag-radio-button-input-wrapper.ag-checked::after {
  color: #BF0D3E;
}
body.trackboard .page .outer-container .inner-container .callout-inner .ag-theme-alpine .ag-ltr .ag-label-align-right .ag-label {
  color: #00205b;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FCF8E5;
  font-size: 16px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice button {
  color: #BF0D3E;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F7BCB7;
  color: #00205b;
}
body .select2-container--default .select2-results__option--selected {
  background-color: #FCF8E5;
  color: #00205b;
}
body .select2-container--default .select2-results__option .select2-results__option {
  color: #00205b;
}
body .select2-container--default .select2-results__group {
  background-color: #00205b;
  color: #ffffff;
  font-weight: 500;
}
body [aria-label^="Doesn't Have Access Rights"] li {
  color: #BF0D3E !important;
}
body .page {
  background-color: #dbe3e6;
  height: calc(100vh - 122px);
}
body .page .fade-in {
  opacity: 0;
}
body .page .warning-banner {
  background-color: #BF0D3E;
  border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0.5rem 1.25rem;
  text-align: center;
}
body .page .admin-link a {
  color: #00205b;
  line-height: 1;
  margin: 0;
  text-decoration: underline;
  transition: color 0.3s ease;
}
body .page .admin-link a:hover {
  color: #F7BCB7;
}
@media (max-width: 992px) {
  body .page .admin-link a {
    padding-bottom: 20px;
  }
}
body .page #lookup-results .desktop-pc {
  display: block;
}
@media only screen and (max-width: 992px) {
  body .page #lookup-results .desktop-pc {
    display: none !important;
  }
}
body .page #lookup-results .handheld {
  display: none;
}
@media only screen and (max-width: 992px) {
  body .page #lookup-results .handheld {
    display: block;
  }
}
body .page #lookup-results .handheld .dropdown .dropdown-toggle {
  color: #00205b;
  font-size: 22px;
  font-weight: bold;
}
body .page #lookup-results .handheld .dropdown .dropdown-toggle::after {
  border-bottom: 0 !important;
  border-left: 0.5em solid transparent !important;
  border-right: 0.5em solid transparent !important;
  border-top: 0.6em solid !important;
  vertical-align: 0;
}
body .page #lookup-results .handheld .dropdown .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  border: none;
  background-color: #dbe3e6;
  padding: 0 25px 10px;
}
body .page #lookup-results .main-card {
  background-color: #FCF8E5 !important;
  min-height: calc(100vh - 200px);
}
body .page #lookup-results .main-card .card-header {
  background-color: unset;
}
body .page #lookup-results .main-card .card-body {
  border-radius: 0.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  body .page #lookup-results .main-card .card-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (min-width: 992px) and (hover: none) and (pointer: coarse) {
  body .page #lookup-results .main-card .card-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
body .page #lookup-results .main-card .person-image {
  height: 30px !important;
  margin-left: 35px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  body .page #lookup-results .main-card .person-image {
    margin-left: 0;
    margin-right: 10px;
  }
}
body .page #lookup-results .main-card .patient-name {
  font-size: 28px;
}
body .page #lookup-results .main-card .patient-info-headers {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0.5rem 10px;
}
body .page #lookup-results .main-card .patient-info-headers.text-center {
  padding: 0 0 0.5rem;
}
body .page #lookup-results .main-card .admin-link {
  margin: 0;
  padding: 0;
}
body .page #lookup-results .main-card .admin-link a {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  body .page #lookup-results .main-card .step-container {
    margin-top: 35px !important;
  }
}
body .page #lookup-results .main-card .step-img {
  height: 60px !important;
}
body .page #lookup-results .main-card .step-percent-container {
  margin-left: 1.5rem;
}
body .page #lookup-results .main-card .step-percent-container #stepPercent {
  font-size: 28px;
}
@media (max-width: 1250px) and (min-width: 991px) {
  body .page #lookup-results .main-card .step-img {
    height: 50px !important;
  }
  body .page #lookup-results .main-card .step-percent-container {
    margin-left: 0.7rem;
  }
  body .page #lookup-results .main-card .step-percent-container #stepPercent {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body .page #lookup-results .main-card {
    background-color: #FCF8E5 !important;
    height: auto;
    padding: 5px;
  }
}
body .page .shortcut-container {
  background-color: #dbe3e6;
  padding: 15px 7% 0 7% !important;
}
body .page .outer-container {
  background-color: #dbe3e6;
  padding: 100px 7% !important;
}
@media (max-width: 991px) {
  body .page .outer-container {
    padding: 75px 4% !important;
  }
}
@media (max-width: 768px) {
  body .page .outer-container {
    padding: 0 !important;
  }
}
body .page .outer-container .inner-container {
  background-color: #FCF8E5 !important;
  padding: 90px 50px 50px;
  position: relative !important;
}
@media (max-width: 991px) {
  body .page .outer-container .inner-container {
    padding: 80px 35px 35px !important;
  }
}
@media (max-width: 768px) {
  body .page .outer-container .inner-container {
    padding: 44px 0 0 !important;
  }
}
body .page .outer-container .inner-container #freq-selector {
  margin: 8px 0;
}
body .page .outer-container .inner-container .component-card-header {
  font-size: 28px;
}
body .page .outer-container .inner-container .headImg {
  left: 50%;
  margin: 0;
  margin-left: -155px;
  position: absolute;
  top: -65px;
}
@media (max-width: 991px) {
  body .page .outer-container .inner-container .headImg {
    top: -55px;
  }
  body .page .outer-container .inner-container .headImg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  body .page .outer-container .inner-container .headImg {
    display: none;
  }
}
body .page .outer-container .inner-container .closing {
  background-color: #FCF8E5;
  margin: 25px 38px 0 -150px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  body .page .outer-container .inner-container .closing {
    margin: 0;
    right: calc(7% - 6px);
  }
}
body .page .row.m-0.pt-2 {
  padding: 0.5rem;
  padding-top: 0.5rem;
}
body .page .divider {
  background-color: #FCF8E5;
  height: 2px;
  margin: 0 -10px;
}
body #myTabContent {
  position: relative;
  min-height: calc(100vh - 530px) !important;
}
body #myTabContent .messages-pane .message-heading {
  padding: 0;
}
body #myTabContent .messages-pane .message-box {
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  body #myTabContent .messages-pane {
    position: initial;
  }
}
@media (max-width: 768px) {
  body #myTabContent {
    position: initial;
  }
}
body .lookup-page {
  background-color: #dbe3e6;
  padding: 100px 15px 0;
}
body .lookup-page .lookup-container {
  background-color: #FCF8E5 !important;
  padding: 100px;
  position: relative !important;
}
body .lookup-page .lookup-wrap {
  background-color: #FCF8E5;
  border-radius: 5px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.36);
  padding: 60px;
}
body .lookup-page .lookup-wrap .lookup-content .top-img {
  margin-top: -150px;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.36);
  margin-bottom: 20px;
  text-align: left;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-header {
  background-color: #F7BCB7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px 5px 0 0;
  padding: 10px 30px;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-header h4 {
  color: #00205b;
  font-family: "Sofia SemiBld";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner {
  padding: 30px 30px 50px;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .btn-scan {
  border: 1px solid #E9ECEF;
  border-radius: 5px;
  color: #00205b;
  cursor: alias;
  display: block;
  font-family: "Sofia Regular";
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  line-height: 1;
  padding: 10px 20px;
  transition: background 0.3s ease, border 0.3s ease;
  white-space: nowrap;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .btn-scan:hover {
  background-color: #e7f4ef;
  border-color: #e7f4ef;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .btn-scan img {
  margin-right: 30px;
  max-height: 100%;
  width: auto;
}
@media (max-width: 575px) {
  body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .btn-scan {
    font-size: 18px;
    padding: 10px;
  }
  body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .btn-scan img {
    margin-right: 15px;
  }
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .search-patient {
  position: relative;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .search-patient .btn-fin {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .search-patient .patient-input {
  border: 1px solid #E9ECEF;
  border-radius: 5px;
  box-shadow: none;
  color: #00205b;
  display: block;
  font-size: 20px;
  line-height: 1;
  outline: none;
  padding: 12px 5px 12px 87px;
  width: 100%;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .search-patient .patient-input::placeholder {
  opacity: 1;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .search-patient .patient-input:focus {
  border-color: #00205b;
}
@media (max-width: 575px) {
  body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .search-patient .patient-input {
    font-size: 18px;
    padding: 12px 5px 12px 15px;
  }
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .sep hr {
  border-width: 2px;
  margin: 50px 30px;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .admin-link {
  padding: 0 20px;
}
body .lookup-page .lookup-wrap .lookup-content .callout-wrap .callout-inner .admin-link a {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 575px) {
  body .lookup-page .lookup-wrap {
    padding: 45px 20px;
  }
}
body .patient-page {
  background-color: #dbe3e6;
  padding: 30px 7% 20px !important;
  min-height: calc(100vh - 122px);
}
@media (max-width: 991px) {
  body .patient-page {
    padding: 0 !important;
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  body .patient-page .max-height {
    max-height: initial;
  }
}
body .patient-page .summary-card {
  padding: 0 5px 0 0 !important;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  body .patient-page .summary-card {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  body .patient-page .summary-card {
    /*col-lg-7 */
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media only screen and (min-width: 992px) and (hover: none) and (pointer: coarse) {
  body .patient-page .summary-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .patient-page .meds-card {
  padding: 0 0 0 5px !important;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  body .patient-page .meds-card {
    padding: 10px 0 !important;
  }
}
@media (min-width: 992px) {
  body .patient-page .meds-card {
    /*col-lg-5 */
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media only screen and (min-width: 992px) and (hover: none) and (pointer: coarse) {
  body .patient-page .meds-card {
    padding: 10px 0 0 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .patient-page #guardian .component-card {
  min-height: 479.5px;
}
@media (max-height: 625px) {
  body .patient-page #guardian .component-card {
    min-height: fit-content;
  }
}
body .patient-page #guardian .card-body {
  padding: 20px 3rem;
}
body .patient-page #guardian table {
  width: 100%;
  table-layout: fixed;
}
body .patient-page #guardian table tr:nth-of-type(2) td:first-child {
  border-top-left-radius: 0.25rem;
}
body .patient-page #guardian table tr:nth-of-type(2) td:last-child {
  border-top-right-radius: 0.25rem;
}
body .patient-page #guardian table tr:last-child td:first-child {
  border-bottom-left-radius: 0.25rem;
}
body .patient-page #guardian table tr:last-child td:last-child {
  border-bottom-right-radius: 0.25rem;
}
body .patient-page #guardian table th {
  color: #00205b;
  font-size: 18px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  body .patient-page #guardian table th {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (hover: none) and (pointer: coarse) {
  body .patient-page #guardian table th {
    font-size: 16px;
  }
}
body .patient-page #guardian table td {
  height: 45px;
  line-height: 45px;
}
@media (max-width: 991px) {
  body .patient-page #guardian table td {
    line-height: 25px;
  }
}
body .patient-page #guardian table .access-button {
  width: 55px;
}
@media (max-width: 991px) {
  body .patient-page #guardian table .access-button {
    width: 50px;
  }
}
@media (max-width: 991px) {
  body .patient-page #guardian table .par-gar {
    width: 160px;
  }
}
@media (max-width: 991px) {
  body .patient-page #guardian table .status {
    width: 120px;
  }
}
body .patient-page #guardian .watch-history {
  min-width: 50%;
}
body .patient-page #guardian .watch-history .watch-history-title {
  font-size: 18px;
  color: #00205b;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
body .patient-page #guardian .watch-history .watch-history-body {
  font-size: 14px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  body .patient-page #guardian {
    position: relative;
  }
}
@media (max-width: 539px) {
  body .patient-page #guardian .guardian-table-container {
    display: none;
    background-color: red;
  }
  body .patient-page #guardian table {
    width: 100%;
    display: block;
  }
  body .patient-page #guardian table tbody {
    display: block;
  }
  body .patient-page #guardian table tbody tr {
    display: block;
  }
  body .patient-page #guardian table tbody tr th {
    display: none;
  }
  body .patient-page #guardian table tbody tr td {
    display: block;
    border: none;
    border-bottom: 0.5px dotted #9c9c9c;
    height: 60px;
    padding-left: 45%;
    position: relative;
    width: auto;
  }
  body .patient-page #guardian table tbody tr td .unreg-btn {
    margin-left: calc(50% - 20px);
  }
  body .patient-page #guardian table tbody tr td:before {
    border-right: 1px solid #9c9c9c;
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: pre;
    width: 40%;
  }
  body .patient-page #guardian table tbody tr td:nth-of-type(1):before {
    content: "Access";
  }
  body .patient-page #guardian table tbody tr td:nth-of-type(2):before {
    content: "Guardian";
  }
  body .patient-page #guardian table tbody tr td:nth-of-type(3):before {
    content: "Number";
  }
  body .patient-page #guardian table tbody tr td:nth-of-type(4):before {
    content: "Status";
  }
  body .patient-page #guardian table tbody tr td:nth-of-type(5):before {
    content: "Last Login";
  }
  body .patient-page #guardian table tbody tr td:nth-of-type(6):before {
    content: "Registered On";
  }
}
body .patient-page .bs-popover-auto[x-placement^=right] .arrow::after,
body .patient-page .bs-popover-right .arrow::after {
  border-right-color: #00205b;
}
body .patient-page .bs-popover-auto[x-placement^=top] > .arrow::after,
body .patient-page .bs-popover-top > .arrow::after {
  border-top-color: #00205b;
}
body .patient-page .bs-popover-auto[x-placement^=bottom] > .arrow::after,
body .patient-page .bs-popover-bottom > .arrow::after {
  border-bottom-color: #00205b;
}
body .patient-page .bs-popover-auto[x-placement^=left] > .arrow::after,
body .patient-page .bs-popover-left > .arrow::after {
  border-left-color: #00205b;
}
body .patient-page .popover-header {
  background: #00205b !important;
  border-bottom: none;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  padding: 5px;
}
body .patient-page .popover-body {
  display: none;
}
body .patient-page .step-btn.btn.btn-sm.btn-light {
  display: none;
}
body .patient-page .card-header.component-card-header {
  background: #F7BCB7;
  color: #00205b;
  font-family: "Sofia Medium";
  padding: 5px 28px;
}
body .patient-page .step-card .card-header {
  font-family: "Sofia Medium";
  font-size: 16px;
}
body .patient-page .compose-wrap {
  padding: 15px 20px;
}
body .patient-page .compose-wrap a {
  background: #00205b;
  border-radius: 6px;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Sofia Regular";
  font-size: 14px;
  line-height: 1;
  padding: 3px 10px;
}
body .patient-page .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  border: none;
  background-color: #dbe3e6;
  padding: 0 25px 10px;
  width: 75%;
}
body .patient-page .dropdown-menu a {
  width: 100%;
  margin: 0 !important;
}
body .patient-page .tab-content .card-header.component-card-header {
  font-size: 22px;
}
body .patient-page .persion-tabs {
  border-bottom: none !important;
}
body .patient-page .persion-tabs .persion-tab {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-right: 50px;
  padding-bottom: 5px;
  padding-top: 10px;
  text-decoration: none;
}
body .patient-page .persion-tabs .persion-tab:hover {
  border-bottom: 4px solid #00205b;
}
body .patient-page .persion-tabs .active {
  border-bottom: 4px solid #00205b;
}
@media (max-width: 992px) {
  body .patient-page .persion-tabs .active {
    background-color: rgb(254.65, 252.06875, 251.85) !important;
  }
}
body .patient-page .btn-link {
  margin-right: 32px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  body .patient-page .btn-link {
    margin-right: 0;
  }
}
body .patient-page .btn-link:hover {
  opacity: 0.8;
}
@media (max-width: 991px) and (min-width: 768px) {
  body .patient-page .patient-info-container {
    padding-right: 0;
  }
}
body .patient-page .patient-info {
  border-radius: 0.25rem;
  font-size: 16px;
  height: 100%;
}
body .patient-page .patient-info .row {
  padding: 0.5rem 0.5rem 0.5rem 10px;
}
body .patient-page .patient-info-item {
  color: #00205b;
}
body .patient-page .compose-container {
  background-color: #FCF8E5;
  padding: 5px 0 5px 32px;
}
body .patient-page .compose-container .compose-warning {
  color: #BF0D3E;
  display: contents;
}
body .patient-page .message-list {
  list-style: none;
  margin: 0;
}
body .patient-page .message-list hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 90%;
  margin-left: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
}
body .patient-page .message-list > li {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
}
body .patient-page .message-list > li .left {
  display: flex;
  flex-direction: column;
}
body .patient-page .message-list > li .left span {
  color: #F7BCB7;
  font-family: "Sofia Regular";
  font-size: 14px;
}
body .patient-page .message-list > li .left span:first-of-type {
  color: #00205b;
  font-size: 16px;
  text-transform: uppercase;
}
body .patient-page .message-list > li .right span {
  color: #E9ECEF;
  font-family: "Sofia Regular";
  font-size: 12px;
}
body .patient-page .message-list > li:nth-of-type(even) {
  background: #FCF8E5;
}
body .patient-page .patient-info-wrap {
  background-color: #FCF8E5;
  border-radius: 5px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.36);
  height: 100%;
}
body .patient-page .patient-info-wrap .patient-top {
  border-bottom: 1px solid #F7BCB7;
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
}
body .patient-page .patient-info-wrap .patient-top .patient-name {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
body .patient-page .patient-info-wrap .patient-top .patient-name img {
  margin-right: 30px;
  width: 25px;
}
body .patient-page .patient-info-wrap .patient-top .patient-name h1 {
  color: #000000;
  font-family: "Sofia SemiBld";
  font-size: 22px;
  text-transform: capitalize;
}
body .patient-page .patient-info-wrap .patient-top .close span {
  font-family: "Sofia Medium";
  font-size: 18px;
}
body .patient-page .patient-info-wrap .patient-top .close span:first-of-type {
  padding-right: 10px;
}
body .patient-page .patient-info-wrap .patient-top .close span:last-of-type {
  border: 2px solid #000000;
  border-radius: 50%;
  padding: 2px 6px;
}
body .patient-page .patient-info-wrap .patient-body {
  padding: 30px 60px;
}
body .patient-page .patient-info-wrap .patient-body .info-callout {
  background-color: #ffffff;
}
body .patient-page .patient-info-wrap .patient-body .info-callout .callout-top {
  border-bottom: 1px solid #F7BCB7;
  padding: 10px 15px;
}
body .patient-page .patient-info-wrap .patient-body .info-callout .callout-top h5 {
  color: #000000;
  font-family: "Sofia Medium";
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
body .patient-page .patient-info-wrap .patient-body .info-callout .callout-content .name {
  text-transform: capitalize;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.patient .callout-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.patient .callout-content p {
  flex-basis: 50%;
  font-family: "Sofia Medium";
  font-size: 13px;
  line-height: 1.15;
  margin: 0 0 3px;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.patient .callout-content p span {
  color: #00205b;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.patient .callout-content p a {
  color: #00205b;
  transition: color 0.3s ease;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.patient .callout-content p a:hover {
  color: #1c4c7c;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.discharge {
  height: 100%;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.discharge .callout-top {
  text-align: center;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.discharge .callout-content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.discharge .callout-content img {
  margin: 0 10px;
}
body .patient-page .patient-info-wrap .patient-body .info-callout.discharge .callout-content h3 {
  border-bottom: 2px solid #007bff;
  color: #007bff;
  font-size: 28px;
  margin: 0 10px;
}
body .patient-page .patient-info-wrap .patient-body .btn-edit {
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.36);
  color: #00205b;
  cursor: pointer;
  display: flex;
  float: right;
  font-family: "Sofia Medium";
  font-size: 14px;
  padding: 5px 10px;
  transition: background 0.3s ease;
  width: 124px;
}
body .patient-page .patient-info-wrap .patient-body .btn-edit img {
  margin-right: 5px;
  margin-top: -4px;
}
body .patient-page .patient-info-wrap .patient-body .btn-edit:hover {
  background: #F7BCB7;
}
body .patient-page .patient-info-wrap .patient-body .patient-tab-wrap {
  padding-top: 30px;
}
body .patient-page .patient-info-wrap .patient-body .patient-tab-wrap .nav-pills {
  margin-bottom: 20px;
}
body .patient-page .patient-info-wrap .patient-body .patient-tab-wrap .nav-pills .nav-link {
  background: none;
  border-radius: 0;
  color: #000000;
  font-family: "Sofia Medium";
  margin: 0 60px 0 0;
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase;
}
body .patient-page .patient-info-wrap .patient-body .patient-tab-wrap .nav-pills .nav-link.active::after {
  background: #00205b;
  border-radius: 50vh;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}
body .patient-page .patient-info-wrap .patient-body .tab-content .messaging-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
body .patient-page .patient-info-wrap .patient-body .tab-content .messaging-wrap .content-box {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.36);
  flex-grow: 1;
  margin: 0 5px 20px;
  text-align: left;
}
body .patient-page .patient-info-wrap .patient-body .tab-content .messaging-wrap .content-box .content-header {
  background-color: #F7BCB7;
  border-radius: 5px 5px 0 0;
  padding: 10px 15px;
}
body .patient-page .patient-info-wrap .patient-body .tab-content .messaging-wrap .content-box .content-header h5 {
  color: #00205b;
  font-family: "Sofia SemiBld";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
body .patient-page .patient-info-wrap .patient-body .tab-content .messaging-wrap .content-box.inbox {
  flex-basis: 25%;
}
body .patient-page .isRegistered-warning {
  color: #ffffff;
  background-color: #BF0D3E !important;
}
body .patient-page .isRegistered-confirmed {
  color: #00205b;
  background-color: #F7BCB7 !important;
}
body .patient-page .rights-btn {
  background-color: #BF0D3E !important;
  color: #ffffff;
  float: left;
  position: relative;
  margin-top: 2%;
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
  padding: 0.25rem 0.25rem;
}
body .patient-page .rights-btn svg {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
}
@media (max-width: 991px) {
  body .patient-page .rights-btn {
    margin-right: 5px !important;
  }
}
body .patient-page .rights-btn-warning {
  color: #ffffff;
  background-color: #BF0D3E !important;
}
body .patient-page .rights-btn-warning:hover:enabled {
  filter: brightness(85%);
  color: #ffffff;
}
body .patient-page .rights-btn-confirmed {
  color: #00205b;
  background-color: #F7BCB7 !important;
}
body .patient-page .rights-btn-confirmed:hover:enabled {
  filter: brightness(85%);
  color: #00205b;
}

@media only screen and (max-width: 974px) {
  body .page {
    height: 100vh;
  }
  body .page img {
    height: auto;
    max-width: 80%;
  }
}
body.class-attendees #urlModal-admin img,
body.new #urlModal-admin img {
  height: 30px;
}
body.class-attendees .inner-container .class-header,
body.new .inner-container .class-header {
  border-bottom: none;
}
body.class-attendees .inner-container .dropdown-toggle:after,
body.new .inner-container .dropdown-toggle:after {
  float: right;
  margin: 5px 0;
  vertical-align: 0.5px;
  border-top: 0.7em solid !important;
  border-right: 0.5em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.5em solid transparent !important;
}
body.class-attendees .inner-container .selectClass,
body.new .inner-container .selectClass {
  margin-right: 15px;
}
body.class-attendees .inner-container .selectClass #dropdownMenuButton,
body.new .inner-container .selectClass #dropdownMenuButton {
  background-color: #ffffff;
  color: #00205b;
  width: 100%;
}
body.class-attendees .inner-container .selectClass .dropdown-toggle,
body.new .inner-container .selectClass .dropdown-toggle {
  border: none;
  text-align: left;
}
body.class-attendees .inner-container .selectClass .dropdown-divider-2,
body.new .inner-container .selectClass .dropdown-divider-2 {
  border-top: 3px solid #F7BCB7;
  margin: 0;
}
body.class-attendees .inner-container .selectClass .dropdown-item,
body.new .inner-container .selectClass .dropdown-item {
  color: #00205b;
}
body.class-attendees .inner-container .selectClass .dropdown-item:hover,
body.new .inner-container .selectClass .dropdown-item:hover {
  background-color: #F7BCB7;
}
@media (max-width: 1199px) {
  body.class-attendees .inner-container .selectClass,
  body.new .inner-container .selectClass {
    margin-right: 0;
  }
}
body.class-attendees .inner-container .select-options,
body.new .inner-container .select-options {
  display: inline;
  margin: auto;
  width: 100% !important;
}
body.class-attendees .inner-container .select-options .dropdown-toggle,
body.new .inner-container .select-options .dropdown-toggle {
  border-radius: 100%;
  cursor: pointer;
  height: 38px;
  margin-left: calc(50% - 22px);
  width: 38px;
}
body.class-attendees .inner-container .select-options .dropdown-toggle:hover,
body.new .inner-container .select-options .dropdown-toggle:hover {
  background-color: #F7BCB7;
}
body.class-attendees .inner-container .select-options .dropdown-toggle img,
body.new .inner-container .select-options .dropdown-toggle img {
  height: 20px !important;
  margin-bottom: 4px;
}
body.class-attendees .inner-container .select-options .dropdown-toggle:after,
body.new .inner-container .select-options .dropdown-toggle:after {
  display: none;
}
body.class-attendees .inner-container .select-options .dropdown-menu,
body.new .inner-container .select-options .dropdown-menu {
  background-color: #F7BCB7;
  border: none;
}
@media (max-width: 539px) {
  body.class-attendees .inner-container .select-options .dropdown-menu,
  body.new .inner-container .select-options .dropdown-menu {
    background-color: #FCF8E5;
  }
}
@media (max-width: 768px) {
  body.class-attendees .inner-container,
  body.new .inner-container {
    padding: 50px 5px !important;
  }
}
body.class-attendees #eventList .reg-card-body,
body.new #eventList .reg-card-body {
  padding: 20px 35px;
}
body.class-attendees #eventList .reg-title,
body.new #eventList .reg-title {
  font-size: 18px;
  font-weight: 600;
}
body.class-attendees #eventList .class,
body.new #eventList .class {
  font-size: 16px;
  min-width: fit-content;
  padding-right: 20px;
  width: 15%;
}
body.class-attendees #eventList .vl-2,
body.new #eventList .vl-2 {
  border-left: 2px solid #D2D6D7;
  display: inline;
  height: 80px;
  margin: 0 20px 0 10px;
}
body.class-attendees #eventList .form-group input:invalid,
body.new #eventList .form-group input:invalid {
  border: 2px solid #D21848;
}
@media (max-width: 768px) {
  body.class-attendees #eventList .schedule-item,
  body.new #eventList .schedule-item {
    padding: 0.5rem 1rem !important;
  }
}
body.class-attendees .attendeeTable,
body.new .attendeeTable {
  padding: 15px 0 15px 0;
}
body.class-attendees .attendeeTable table,
body.new .attendeeTable table {
  border: 1px solid #D2D6D7;
  width: 100%;
}
body.class-attendees .attendeeTable table th,
body.new .attendeeTable table th {
  background-color: #F7BCB7;
  color: #00205b;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media print {
  body.class-attendees .attendeeTable table th,
  body.new .attendeeTable table th {
    background-color: #F7BCB7 !important;
    -webkit-print-color-adjust: exact;
  }
}
body.class-attendees .attendeeTable table tr td,
body.new .attendeeTable table tr td {
  border: 0.5px dotted #D2D6D7;
  border-bottom: 1px solid #D2D6D7;
  font-size: 16px;
  padding: 5px 0 5px 15px;
}
body.class-attendees .attendeeTable table tr td .btn:hover,
body.new .attendeeTable table tr td .btn:hover {
  filter: brightness(85%);
  color: #ffffff;
  border-color: #00205b;
}
body.class-attendees .attendeeTable table tr td .custom-checkbox,
body.new .attendeeTable table tr td .custom-checkbox {
  margin-left: calc(50% - (3rem - 8px));
}
body.class-attendees .attendeeTable table tr th,
body.new .attendeeTable table tr th {
  border: 1px solid #D2D6D7;
  padding-left: 15px;
}
@media (max-width: 539px) {
  body.class-attendees .attendeeTable table,
  body.new .attendeeTable table {
    display: block;
  }
  body.class-attendees .attendeeTable table tbody,
  body.new .attendeeTable table tbody {
    display: block;
  }
  body.class-attendees .attendeeTable table tbody tr,
  body.new .attendeeTable table tbody tr {
    display: block;
  }
  body.class-attendees .attendeeTable table tbody tr th,
  body.new .attendeeTable table tbody tr th {
    display: none;
  }
  body.class-attendees .attendeeTable table tbody tr td,
  body.new .attendeeTable table tbody tr td {
    display: block;
    border: none;
    border-bottom: 0.5px dotted #9c9c9c;
    padding-left: 45%;
    position: relative;
    width: auto;
  }
  body.class-attendees .attendeeTable table tbody tr td .unreg-btn,
  body.new .attendeeTable table tbody tr td .unreg-btn {
    margin-left: calc(50% - 20px);
  }
  body.class-attendees .attendeeTable table tbody tr td:before,
  body.new .attendeeTable table tbody tr td:before {
    border-right: 1px solid #9c9c9c;
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 40%;
  }
  body.class-attendees .attendeeTable table tbody tr td:nth-of-type(1):before,
  body.new .attendeeTable table tbody tr td:nth-of-type(1):before {
    content: "Completed";
  }
  body.class-attendees .attendeeTable table tbody tr td:nth-of-type(2):before,
  body.new .attendeeTable table tbody tr td:nth-of-type(2):before {
    content: "User Id";
  }
  body.class-attendees .attendeeTable table tbody tr td:nth-of-type(3):before,
  body.new .attendeeTable table tbody tr td:nth-of-type(3):before {
    content: "Attendee Name";
  }
  body.class-attendees .attendeeTable table tbody tr td:nth-of-type(4):before,
  body.new .attendeeTable table tbody tr td:nth-of-type(4):before {
    content: "Child Name";
  }
  body.class-attendees .attendeeTable table tbody tr td:nth-of-type(5):before,
  body.new .attendeeTable table tbody tr td:nth-of-type(5):before {
    content: "Phone Number";
  }
  body.class-attendees .attendeeTable table tbody tr td:nth-of-type(6):before,
  body.new .attendeeTable table tbody tr td:nth-of-type(6):before {
    content: "Email";
  }
  body.class-attendees .attendeeTable table tbody tr td:nth-of-type(7):before,
  body.new .attendeeTable table tbody tr td:nth-of-type(7):before {
    content: "Unregister";
  }
}
body.class-attendees .title,
body.new .title {
  font-size: 22px;
  font-weight: 600;
}
body.class-attendees .eventLink,
body.new .eventLink {
  color: #000000;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
}
body.class-attendees .AfterTime,
body.new .AfterTime {
  color: #9c9c9c !important;
}
body.class-attendees .class-time,
body.new .class-time {
  color: #00205b;
  font-size: 18px;
  padding-top: 5px;
}
body.class-attendees .completed,
body.new .completed {
  padding-right: 15px;
}
body.class-attendees .user-id,
body.new .user-id {
  width: 10%;
}
body.class-attendees .attendee-name,
body.new .attendee-name {
  width: 20%;
}
body.class-attendees .child-name,
body.new .child-name {
  width: 20%;
}
body.class-attendees .phone-number,
body.new .phone-number {
  width: 15%;
}
body.class-attendees .email,
body.new .email {
  width: 25%;
}
@media (max-width: 1170px) {
  body.class-attendees .email-text,
  body.new .email-text {
    word-break: break-word;
  }
}
body.class-attendees .unreg-text,
body.new .unreg-text {
  padding-left: 0;
  text-align: center;
  width: 10%;
}
body.class-attendees #edit-btn, body.class-attendees #cancel-btn,
body.new #edit-btn,
body.new #cancel-btn {
  background-color: #00205b !important;
  color: #ffffff;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1);
}
body.class-attendees #edit-btn:hover, body.class-attendees #cancel-btn:hover,
body.new #edit-btn:hover,
body.new #cancel-btn:hover {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
  color: #ffffff;
}
body.class-attendees #edit-btn:active, body.class-attendees #cancel-btn:active,
body.new #edit-btn:active,
body.new #cancel-btn:active {
  box-shadow: none;
  transform: translateY(1px);
}
body.class-attendees #cancel-btn,
body.new #cancel-btn {
  background-color: #BF0D3E !important;
}
body.class-attendees #cancel-btn:hover,
body.new #cancel-btn:hover {
  filter: brightness(65%);
  background-color: #BF0D3E !important;
  color: #ffffff;
}
body.class-attendees .hide-for-search,
body.new .hide-for-search {
  display: none;
}
body.class-attendees .user-label,
body.new .user-label {
  height: 38px;
}
body.class-attendees .add-attendee-input,
body.new .add-attendee-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.class-attendees .form-group,
body.new .form-group {
  color: #00205b;
  font-size: 18px;
  font-weight: 600;
}
body.class-attendees .form-group .form-control,
body.new .form-group .form-control {
  margin: 0;
  cursor: pointer;
}
body.class-attendees .form-group .form-control:focus,
body.new .form-group .form-control:focus {
  border-color: #00205b;
}
body.class-attendees .form-group .icon,
body.new .form-group .icon {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
@media (max-width: 1199px) {
  body.class-attendees .class-attendees-button,
  body.new .class-attendees-button {
    margin-left: 10px !important;
  }
}
body.class-attendees #search,
body.new #search {
  background-color: #00205b !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 33px;
  width: 100%;
}
body.class-attendees #search:hover:enabled,
body.new #search:hover:enabled {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
  color: #ffffff;
}
body.class-attendees #search:active:enabled,
body.new #search:active:enabled {
  box-shadow: none;
  transform: translateY(1px);
}
body.class-attendees .range-container,
body.new .range-container {
  background-color: #F7BCB7 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1rem;
  padding-top: 10px;
}
body.class-attendees .range-container .loading-img,
body.new .range-container .loading-img {
  position: absolute;
  left: calc(50% - 50px);
  top: -15px;
}
@media (max-width: 1199px) {
  body.class-attendees .range-container .pl-0,
  body.new .range-container .pl-0 {
    padding-right: 0 !important;
  }
  body.class-attendees .range-container .pr-0,
  body.new .range-container .pr-0 {
    padding-left: 0 !important;
  }
  body.class-attendees .range-container #search,
  body.new .range-container #search {
    margin-top: 0 !important;
  }
  body.class-attendees .range-container .create-btn,
  body.new .range-container .create-btn {
    margin-top: 10px;
  }
  body.class-attendees .range-container .schedule-item,
  body.new .range-container .schedule-item {
    padding: 0.5rem 1rem;
  }
}
body.class-attendees .create-btn,
body.new .create-btn {
  background-color: #00205b !important;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 33px;
  width: 100%;
}
body.class-attendees .create-btn:hover,
body.new .create-btn:hover {
  background-color: rgb(0, 58.9010989011, 167.5) !important;
  color: #ffffff;
}
body.class-attendees .create-btn:active,
body.new .create-btn:active {
  box-shadow: none;
  transform: translateY(1px);
}
@media (max-width: 539px) {
  body.class-attendees .create-btn,
  body.new .create-btn {
    padding-left: 0;
  }
}
body.class-attendees .btn-container,
body.new .btn-container {
  padding-left: 0;
}
body.class-attendees .unreg-btn,
body.new .unreg-btn {
  align-items: center;
  background-color: #BF0D3E !important;
  color: #ffffff !important;
  display: flex !important;
  font-weight: 900 !important;
  height: 28px !important;
  justify-content: center;
  margin-left: calc(50% - 20px);
  padding: 5px !important;
  width: 28px !important;
}
body.class-attendees .btn-register,
body.class-attendees .btn-unregister,
body.new .btn-register,
body.new .btn-unregister {
  background-color: #FCF8E5;
  border: 1px solid #D2D6D7 !important;
  color: #00205b;
  font-size: 18px !important;
  margin: 0 25px;
  width: 10rem;
}
@media (max-width: 539px) {
  body.class-attendees .btn-register,
  body.class-attendees .btn-unregister,
  body.new .btn-register,
  body.new .btn-unregister {
    margin: 0 25px 10px;
  }
}
body.class-attendees .btn-unregister,
body.new .btn-unregister {
  background-color: #BF0D3E;
  color: #ffffff;
}
body.class-attendees .btn-center,
body.new .btn-center {
  padding: 30px 0 35px 0;
  text-align: center;
}

#edit-page .lead {
  color: #00205b;
  font-size: 22px;
  font-weight: 500;
}
#edit-page .form-group {
  color: #00205b;
  font-size: 18px;
  font-weight: 500;
}
#edit-page .form-group .form-control {
  color: #00205b;
}
#edit-page .toggle-btns .toggle-handle {
  background-color: #00205b;
}
#edit-page .toggle-btns .btn-light {
  border-color: #00205b;
}
#edit-page .toggle-btns .btn-success {
  background-color: #F7BCB7;
  color: #00205b;
  border-color: #F7BCB7;
}
#edit-page .toggle-btns .btn-success:hover {
  filter: brightness(85%);
  background-color: #F7BCB7;
  color: #00205b;
}
#edit-page .toggle-btns .btn-success:focus {
  background-color: #F7BCB7;
  color: #00205b;
  border-color: #F7BCB7;
}
#edit-page .toggle-btns .btn-success:active {
  background-color: #F7BCB7 !important;
  border-color: #F7BCB7 !important;
  color: #00205b !important;
}
#edit-page .toggle-btns .btn-danger {
  background-color: #BF0D3E;
  border-color: #BF0D3E;
}
#edit-page .toggle-btns .btn-danger:hover {
  filter: brightness(85%);
  background-color: #BF0D3E;
  border-color: #F7BCB7;
}
#edit-page .toggle-btns .btn-danger:focus {
  background-color: #00205b;
}
#edit-page .toggle-btns .btn-danger:active {
  background-color: #00205b !important;
  border-color: #00205b !important;
}
#edit-page .submit-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  width: 30%;
}
#edit-page .loading-img {
  position: absolute;
  left: calc(50% - 50px);
  bottom: -25px;
}

/*# sourceMappingURL=picu-styles.css.map */
