@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

/* standard css settings for templates */
table.tpl-data thead {
  font-weight: bold;
  background-color: #ccc;
}

table.tpl-data tfoot {
  font-style: italic;
}

table.tpl-data td {
  padding: 2px 5px 2px 10px;
  border: 1px solid #ccc;
}

.tpl-doc {
  padding: 1em 4em 1em 1em;
  line-height: 140%;
}

.tpl-doc ul,
.tpl-doc p,
.tpl-doc h1,
.tpl-doc h2,
.tpl-doc h3 {
  padding: 1em 0 1em 0;
}

.tpl-doc ul {
  padding-left: 1em;
  list-style: disc inside;
}

.tpl-doc ol {
  padding-left: 1em;
  list-style: decimal inside;
}

.tpl-doc dd {
  padding-left: 1em;
}

.tpl-doc li {
  padding-bottom: 0.5em;
}

img.link {
  text-decoration: none;
}

/* placeholders appear lighter in firefox because they have an
opacity set by default;
see https://css-tricks.com/almanac/selectors/p/placeholder/#firefox-placeholder-color */
::-moz-placeholder {
  opacity: 1;
}

/* end of standard css settings for templates */
/* fix faded placeholder text in firefox */
::-moz-placeholder {
  opacity: 1;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/AvenirLTStd-Light.otf) format("opentype");
}
@font-face {
  font-family: Avenir;
  src: url(../fonts/AvenirLTStd-Medium.otf) format("opentype");
  font-weight: bold;
}
.fw--bold {
  font-weight: bold;
}

.fc--grey {
  color: #ababab;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  max-width: 500px;
  border: none;
}
.btn--disabled {
  background: #787878 !important;
  color: #ababab !important;
  pointer-events: none;
}
.btn--icon-only {
  display: flex;
  background-color: transparent;
  align-items: center;
  border: none;
}
.btn--text-only {
  background-color: transparent !important;
  border: none !important;
}

.btn.btn-no-max-width {
  max-width: unset;
  width: max-content !important;
}

.btn.green {
  color: #ffffff;
  background-color: #4bb094;
}

.btn.green:hover {
  background-color: rgb(59.7609561753, 140.2390438247, 117.9282868526);
}

.btn.green:active {
  background-color: rgb(44.5219123506, 104.4780876494, 87.8565737052);
}

.btn.red {
  color: #ffffff;
  background-color: #d23030;
}

.btn.red:hover {
  background-color: rgb(170.0357142857, 36.9642857143, 36.9642857143);
}

.btn.red:active {
  background-color: rgb(128.1428571429, 27.8571428571, 27.8571428571);
}

.btn.blue {
  color: #ffffff;
  background-color: #3b73ba;
}

.btn.blue:hover {
  background-color: rgb(46.7183673469, 91.0612244898, 147.2816326531);
}

.btn.blue:active {
  background-color: rgb(34.4367346939, 67.1224489796, 108.5632653061);
}

.btn.blue-grey {
  color: #ffffff;
  background-color: #787878;
}

.btn.blue-grey:hover {
  background-color: rgb(145.5, 145.5, 145.5);
}

.btn.blue-grey:active {
  background-color: #787878;
}

.btn.light {
  color: #4d4e54;
}

#oscar-master-dropdown-btn {
  height: auto;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.dob-widget,
.dob-widget-label {
  max-width: 443px;
  margin: 0 auto !important;
}

.dob-widget-label {
  display: block;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}

.dob-widget {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  padding-top: 0rem !important;
}
.dob-widget .dob-field label {
  /* [SY] css specificity wars caused by #msform rules elsewhere in the styles */
  display: block !important;
  width: initial !important;
  padding-bottom: 0;
  font-size: 0.9rem;
}
.dob-widget .dob-field input,
.dob-widget .dob-field select {
  width: 100%;
  margin: 4px 0;
}
.dob-widget .dob-field.dob-year {
  flex: 3;
}
.dob-widget .dob-field.dob-month {
  flex: 5;
  padding-left: 0.4rem;
}
.dob-widget .dob-field.dob-month select {
  height: 35px;
}
.dob-widget .dob-field.dob-day {
  flex: 2;
  padding-left: 0.4rem;
}

.reason-char-count {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #e8e8e8;
}

.feedback-widget {
  height: 44px;
  width: 160px;
  position: fixed;
  right: -65px;
  top: 40%;
  z-index: 999;
  transform: rotate(-90deg);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.feedback-widget a {
  display: block;
  background: #FFF;
  height: 40px;
  width: 160px;
  padding: 12px 16px;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
}

.feedback-widget a:hover {
  background: #fbb03b;
  color: #000;
  box-shadow: none;
}

@media screen and (max-width: 800px) {
  .feedback-widget {
    right: -55px;
    top: 30%;
  }
}
@media screen and (max-width: 600px) {
  .feedback-widget {
    height: 30px;
    width: 140px;
    right: -54px;
    top: 23%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .feedback-widget a {
    font-size: 15px;
    padding: 8px 12px;
    width: 140px;
  }
}
@media screen and (max-width: 320px) {
  .feedback-widget {
    top: 35%;
    right: -45px;
  }
  .feedback-widget a {
    font-size: 14px;
    padding: 5px 12px;
  }
}
.form-section-light {
  background-color: #edeefe;
  padding: 1rem;
  margin-bottom: 1rem;
}

.form-field-light {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.form-field-light label,
.form-field-light legend,
.form-field-light span.label {
  background: none;
  font-weight: 500;
  margin: 0.5rem 0;
}
.form-field-light input[type=text],
.form-field-light input[type=password],
.form-field-light input[type=email] {
  max-width: 30rem;
}
.form-field-light textarea {
  max-width: 30rem;
}
.form-field-light select {
  align-self: flex-start;
}

.form-fieldset-light {
  background-color: #e5e6ee;
  /*background-color: darken($app-light-bluegrey, 5%);*/
  /*background-color: $app-homepage-light-blue;*/
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.form-fieldset-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.base-light form button,
.base-light form input[type=submit] {
  background-color: #4b54f6;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 1rem 0.5rem 1rem 0;
}
.base-light form button.btn-grey,
.base-light form input[type=submit].btn-grey {
  background-color: #ababab;
  color: #222222;
}

.ie11-notice {
  position: fixed !important;
}

#ie11-notice {
  display: none;
}

ul.messagelist {
  padding: 0;
  margin: 0 auto;
}
ul.messagelist li {
  font-size: 18px;
  display: block;
  padding: 5px 5px 4px 25px;
  border-bottom: 1px solid #e8e8e8;
  color: #222222;
  background: rgb(180.6733067729, 223.3266932271, 211.5019920319);
  margin: 20px auto;
  width: 80%;
  text-align: center;
  padding: 1rem;
  border-radius: 5px;
}
ul.messagelist li.error {
  background: #e8e8e8;
  border-bottom: 1px solid #ff5d5d;
  color: #ff5d5d;
  margin: 20px auto;
  width: 80%;
}
ul.messagelist li.warning {
  background: rgb(252.7419354839, 217.064516129, 173.2580645161);
  padding: 1rem;
  font-size: 1.1rem;
  border-radius: 5px;
}

/* AF refactor: use classes below to match styleguide https://xd.adobe.com/view/3aefe99f-d1df-4bae-5dd1-42c73c1886c1-4cde/screen/1ea6129d-4d5c-417a-89f3-c86a67657a4c/specs/ */
.banner {
  font-size: 16px;
  margin: 0;
  width: max-content;
  border-radius: 3px;
}
.banner li {
  padding: 5px 8px;
  margin: 0;
}
.banner li.warning {
  background: #fae5ab;
  color: #4d3e13;
}
.banner li.error {
  background: #fde7e1;
  color: #cc2700;
}
.banner li.success {
  background: #cbffef;
  color: #00615e;
}
.banner li.info {
  background: #e8effe;
  color: #0051f4;
}

.video-call-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  align-items: center;
  display: grid;
  grid-template-columns: 0fr 1fr 0fr;
  justify-content: space-between;
  padding: 1em;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.video-call-subheader {
  margin-left: 1em;
}

.video-call-nav-left {
  align-items: center;
}

.video-call-subheader p {
  padding: 0;
  margin: 0;
}

.video-call-subheader p:first-of-type {
  margin-bottom: 0.2em;
}

.video-call-logo {
  height: 45px !important;
}

.cortico-trademark-icon {
  height: 20px;
  vertical-align: middle;
  margin: 0 0.5em;
}

.cortico-trademark-text {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 13px;
}

@font-face {
  font-family: "alarmclock";
  src: url("/static/fonts/alarmclock.eot"); /* IE9 Compat Modes */
  src: url("/static/fonts/alarmclock.eot?#iefix") format("embedded-opentype"), url("/static/fonts/alarmclock.otf") format("opentype"), url("/static/fonts/alarmclock.svg") format("svg"), url("/static/fonts/alarmclock.ttf") format("truetype"), url("/static/fonts/alarmclock.woff") format("woff"), url("/static/fonts/alarmclock.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.bs-card-container {
  display: grid;
  grid-template-columns: repeat(3, 325px);
  justify-content: center;
  gap: 0.75em 1.5em;
  margin: 0 1em;
}

.booking-option-card {
  margin-bottom: 2rem;
}

section.booking-flow-header {
  background-color: white;
  width: 100%;
}

section.booking-flow-section {
  padding: 0 3em !important;
  background-color: white;
  width: 100%;
}

section.booking-flow-section.terminal {
  padding: 0 !important;
}

.intro-clinic-logo {
  max-height: 40px;
}

.standalone-page-logo {
  max-width: 100%;
  max-height: 100px;
}

.main-nav-schedule-button {
  margin: 0;
  margin-right: 0.5em;
}

.specialist-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
  align-items: flex-end;
}

.specialist-section > div {
  margin-bottom: 1.5em;
}

.post-book-button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  align-items: center;
}

.specialist-title-one {
  font-size: 16px;
}

.main-wrapper {
  background-color: #f3f3f6;
}

.intro-section {
  position: relative;
  margin-bottom: 3em;
  min-height: 478px;
}

.intro-heading {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.intro-heading img {
  margin-right: 1em;
}

.intro-subheading {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.intro-splash {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  max-width: 480px;
}

.intro-splash p {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  max-width: 480px;
}

.intro-subheading a {
  color: inherit !important;
}

.cursor-pointer {
  cursor: pointer;
}

.change-location {
  color: #5c70ff !important;
  font-weight: 300;
  display: block;
  margin-bottom: 0.8em;
}

.wr-break-word--important {
  word-wrap: break-word !important;
  word-break: break-word !important;
  white-space: normal !important;
}

/* AF Refactor in progress: use this to add wrapper to each page. ".main-section" class has too many clashes regarding padding/margin/positioning */
.app-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
}

/* Important: ensure that clicked element's dataset comes from button and not FontAwesome tag */
.clinic-settings i {
  pointer-events: none;
  outline: none;
}

.main-section {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(73deg, rgba(255, 255, 255, 0.9) 0%, rgb(253, 255, 253) 50%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.main-section-content {
  padding: 0em 5.5em;
}

.book-section .main-section-content,
.page-light-section .main-section-content {
  padding: 2em 5.5em;
}

.generic-page-section {
  min-height: 100%;
}

.booking-section .column {
  align-self: flex-end;
}

.main-section section {
  margin: 3em 0;
}

.th-section h6 {
  padding: 0;
  margin: 0;
  margin-left: 0.5em;
  font-size: 16px;
  display: inline-block;
}

.th-section {
  display: flex;
  align-items: center;
}

section.clinic-info-section {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2em 0;
  margin-bottom: 0;
  background-color: white;
}

section.index-location-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}

a.btn.book-now-btn {
  margin: 0;
  margin-top: 2em;
  line-height: 2.2rem;
}

.index-page {
  height: 100%;
}

.index-page {
  display: flex;
  flex-direction: column;
}

.main-wrapper {
  flex: 1 0 auto;
}

.footer-wrapper {
  flex-shrink: 0;
}

.main-section,
.base-new-content section.page-light-section {
  padding: 5em 0;
  padding-bottom: 2.5em;
}

.d-inline-block {
  display: inline-block;
}

.base-new-html,
.base-new-body {
  height: 100%;
}

.base-new-body,
.base-new-standalone {
  width: 100vw;
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f6;
  /* counter-act missing navbar height */
  padding-top: 80px;
}

.base-new-content {
  flex: 1 0 auto;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.base-new-footer {
  flex-shrink: 0;
}

.base-new-standalone {
  padding-top: 0;
}

.apt-post-section {
  background-color: white;
}

.base-new-content section {
  padding: 3em;
}

.main-section-content section {
  padding: 0;
}

.location-main-section {
  padding-bottom: 5em;
}

.location-main-section .main-section-content {
  margin-bottom: 0;
}

.btn.btn-success:hover {
  color: #4b54f6;
}

.d-inline-block {
  display: inline-block;
}

.book-section-header {
  padding: 2em 5.5em 1em 5.5em;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-normal {
  font-weight: 100;
}

hr {
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.reset-margin {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.mt-3 {
  margin-top: 1em;
}

.mt-4 {
  margin-top: 1.5em;
}

.mt-5 {
  margin-top: 2em;
}

.mt-6 {
  margin-top: 3em;
}

.mt-7 {
  margin-top: 4em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 0.5em;
}

.mb-3 {
  margin-bottom: 1em;
}

.mb-4 {
  margin-bottom: 1.5em;
}

.mb-5 {
  margin-bottom: 2em;
}

.mb-6 {
  margin-bottom: 3em;
}

.ml-2 {
  margin-left: 0.5em;
}

.mr-2 {
  margin-right: 0.5em;
}

.mr-3 {
  margin-right: 1em;
}

.mr-4 {
  margin-right: 1.5em;
}

.index-location-title {
  margin-bottom: 1.5em;
}

.messages {
  display: inline-block;
  margin: 4px 0;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 16px;
}
.messages.success, .messages--success {
  background: #cbffef;
  color: #01615e;
}
.messages.error, .messages--error {
  background: #fde7e1;
  color: #cc2702;
}

.hidden-txt {
  display: none;
}

.--error-field {
  border: 1px solid #f77354 !important;
}
.--error-field-span {
  display: block;
  font-size: 14px;
  color: #f77354;
}

.--error-form-group input,
.--error-form-group select {
  border: 1px solid #f77354 !important;
}
.--error-form-group span {
  display: block;
  font-size: 14px;
  color: #f77354;
}

ul.errorlist {
  color: red;
  list-style-type: "✕ ";
}

.d-flex.--gap {
  gap: 1em;
}
.d-flex.--column {
  flex-direction: column;
}
.d-flex.vert-center {
  align-items: center;
}
.d-flex.vert-baseline {
  align-items: baseline;
}
.d-flex.justify-between {
  justify-content: space-between;
}
.d-flex > .--js-left {
  justify-self: left;
}
.d-flex > .--js-right {
  justify-self: right;
}

.input--readonly {
  border: none;
  width: max-content;
  background: transparent;
}

select.input--readonly {
  /* remove dropdown arrow */
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
}
select.input--readonly::-ms-expand {
  display: none;
}

.--highlight-border {
  border: 1px solid #faab4a !important;
}

/* Chrome, Safari, Edge, Opera */
input.input--readonly::-webkit-outer-spin-button,
input.input--readonly::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number].input--readonly {
  -moz-appearance: textfield !important;
}

.custom-nav-row {
  display: flex;
  margin-right: 5px;
}

.set-lang-form {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.set-lang {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
}

.required::after {
  content: " *";
  color: red;
}

.booking-header {
  text-align: center;
}

.booking-description {
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .set-lang-form {
    position: absolute;
    right: 8px;
    top: 90px;
  }
  .set-lang {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
    font-size: 70% !important;
    height: 1.8rem !important;
    width: 75px !important;
  }
}
@media screen and (max-width: 1000px) {
  .index-section .main-section-content,
  .book-section .main-section-content,
  .page-light-section .main-section-content {
    padding: 2em 2em;
  }
  .index-section .intro-section {
    margin-top: 0.5em;
  }
  .intro-heading {
    margin-bottom: 1.5em;
    padding: 0em 0.5em;
  }
  .book-section-header {
    padding-left: 2em;
    padding-right: 2em;
  }
  .intro-splash {
    position: initial;
    margin: 0 auto;
  }
  .base-new-content section {
    padding: 1em;
  }
}
@media screen and (max-width: 1100px) {
  .app-wrapper {
    width: 100vw;
    box-shadow: none;
  }
  .bs-card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 850px) {
  section.index-location-section,
  .bs-card-container,
  .specialist-section {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 660px) {
  .main-nav-schedule-button {
    display: none !important;
  }
  section.index-location-section,
  .bs-card-container,
  .specialist-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .bs-card-container > div,
  .specialist-section > booking-card {
    margin-bottom: 1em;
  }
  .book-section-header {
    padding-left: 1em;
    padding-right: 1em;
  }
  .intro-splash img {
    width: 100%;
    height: auto;
  }
  .intro-section {
    min-height: auto;
  }
}
@media screen and (max-width: 580px) {
  section.booking-flow-section {
    padding: 0 1em !important;
  }
  section.booking-flow-section.terminal {
    padding: 0 !important;
  }
  .apt-post-section {
    padding: 3em 1em;
  }
  .post-book-button-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 559px) {
  .main-section-content {
    padding: 1em 0;
  }
}
@media screen and (max-width: 482px) {
  .index-section .main-section-content,
  .book-section .main-section-content,
  .page-light-section .main-section-content {
    padding: 2em 1em;
  }
  .bs-card-container,
  .specialist-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 360px) {
  section.index-location-section,
  .bs-card-container,
  .specialist-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
html,
body {
  font-family: "Avenir", sans-serif;
  position: relative;
  overflow-x: unset !important;
  min-height: 100%;
}

/* Shimmer Loading */
.shimmer-loading {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, rgba(239, 241, 243, 0.7725490196) 4%, rgba(226, 226, 226, 0.7725490196) 25%, rgba(239, 241, 243, 0.7725490196) 36%);
  background-size: 1000px 100%;
  border-radius: 5px;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-moz-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.bracket-arrow {
  background-image: url(../img/bracket-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: relative;
  cursor: pointer;
}

.bracket-arrow.left {
  transform: scaleX(-1);
  padding-right: 15px;
}

.bracket-arrow.right {
  padding-left: 15px;
}

.bracket-arrow:hover {
  opacity: 0.7;
}

.logo-banner-light {
  width: 100%;
  background-color: white;
  margin-bottom: 2rem;
}
.logo-banner-light .powered-by-wrapper {
  justify-content: center;
  margin-bottom: 1rem;
}
.logo-banner-light .powered-by {
  font-size: 1rem;
  color: #222;
  font-weight: bold;
  padding-left: 0;
}

.powered-by-wrapper {
  display: flex;
  flex: 100%;
}

.powered-by {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  opacity: 0.8;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .powered-by {
    opacity: 0.4;
  }
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.idle-warning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1005;
}
.idle-warning .warning {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 350px;
  max-width: 400px;
  font-size: 14px;
  color: black;
  background-color: transparent;
}
.idle-warning .warning .warning-control {
  display: flex;
  padding: 1em;
  font-weight: bold;
  background-color: #ff5d5d;
  overflow: hidden;
}
.idle-warning .warning .warning-control .warning-title {
  flex: 1;
  color: white;
}
.idle-warning .warning .warning-control .fas {
  font-size: 1.25em;
  color: white;
  cursor: pointer;
}
.idle-warning .warning .dialog-control {
  display: flex;
  padding: 1.2em;
  font-weight: bold;
  background-color: white;
  overflow: hidden;
}
.idle-warning .warning .dialog-control .dialog-title {
  flex: 1;
  color: #3b73ba;
  font-size: 1.3em;
}
.idle-warning .warning .dialog-control .fas {
  font-size: 1.25em;
  color: #3b73ba;
  cursor: pointer;
}
.idle-warning .warning .dialog-form-hint {
  font-weight: normal;
  margin-top: 0.8rem;
  margin-left: 0.2rem;
}
.idle-warning .warning .warning-text {
  flex: 1;
  padding: 2em 1em;
  background-color: white;
  font-weight: bold;
}
.idle-warning .warning .warning-text .countdown {
  margin-top: 0.5em;
  font-weight: normal;
}
.idle-warning .warning .warning-text label {
  font-size: 1em;
  margin-left: 0.2rem;
}
.idle-warning .warning .warning-action {
  display: flex;
  justify-content: flex-end;
  background-color: white;
  padding: 0 1em 1em 1em;
  flex-wrap: wrap;
}
.idle-warning .warning .warning-action button {
  margin-left: 0.5em;
  border: 1px solid #cdcdcd;
}
@media screen and (max-width: 700px) {
  .idle-warning .warning {
    min-width: 80%;
    padding: 0 1em;
  }
  .idle-warning .warning-action {
    flex-direction: column-reverse;
    font-size: 0.8em;
  }
}

/* this class with avoid text highlighting */
/* https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently upported by Chrome, Edge, Opera and Firefox */
}

/*DESKTOP ONLY CODE*/
@media screen and (min-width: 700px) {
  .powered-by {
    padding-left: 8.6rem;
    justify-content: flex-start;
  }
}
/*MOBILE ONLY CODE*/
@media screen and (max-width: 700px) {
  .powered-by {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
main {
  flex: 100%;
  margin: 0 1em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-self: end;
  min-height: 70vh;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  main {
    margin: 0;
  }
}

.cortico-disclaimer {
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  padding: 2rem;
  box-sizing: border-box;
  max-width: 80vw;
}

/*MOBILE ONLY CODE*/
@media screen and (max-width: 700px) {
  .cortico-disclaimer {
    padding: 0;
    margin-top: 1rem;
  }
}
pre code {
  white-space: pre-wrap;
}

.navigation-bar {
  background: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  position: relative;
  letter-spacing: 0;
}
.navigation-bar .wrapper {
  width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.7rem 0;
  display: flex;
}
.navigation-bar .wrapper .logo {
  width: auto;
  width: 50%;
}
.navigation-bar .wrapper .logo.mobile {
  display: none;
}
.navigation-bar .wrapper .navbar-clinic-logo {
  height: 65px;
}
.navigation-bar .wrapper .right-header {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin-top: 15px;
  position: relative;
}
.navigation-bar .wrapper a.menu-icon {
  margin-left: 20px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.navigation-bar .wrapper a.book-btn {
  background: #4d4e54;
  width: 161px;
  height: 48px;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-dropdown {
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.1490196078);
  width: 15rem;
  position: absolute;
  right: 2rem;
  display: none;
  z-index: 1;
  padding-top: 1.25rem;
}
.navigation-dropdown .navigation-section {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}
.navigation-dropdown ul {
  list-style: none;
}
.navigation-dropdown ul:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.navigation-dropdown li {
  font-size: 1rem;
}
.navigation-dropdown li img {
  vertical-align: middle;
  padding-right: 0.5rem;
}
.navigation-dropdown li.user-info {
  padding: 0 0 1rem;
  font-weight: 500;
}
.navigation-dropdown a {
  padding: 0 0 1rem;
  color: #5b5b5b;
  text-decoration: none;
  display: block; /* make link fill the parent li */
}
.navigation-dropdown a:hover {
  color: #444444;
}

@media screen and (max-width: 1400px) {
  .navigation-bar .wrapper {
    width: 1300px;
  }
}
@media screen and (max-width: 1350px) {
  .navigation-bar .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .navigation-bar .wrapper {
    padding: 12px 0;
    width: 95%;
  }
  .navigation-bar .wrapper a.menu-icon {
    margin-left: 0;
  }
  .navigation-bar .wrapper .logo.desktop {
    display: none;
  }
  .navigation-bar .wrapper .logo.mobile {
    display: flex;
    align-items: center;
    width: 33.3%;
  }
  .navigation-bar .wrapper .right-header {
    width: 67.6%;
    text-align: center;
    margin-top: 8px;
  }
  .navigation-bar .wrapper .navbar-clinic-logo {
    height: 32px;
  }
}
@media screen and (max-width: 414px) {
  .navigation-dropdown {
    width: 100%;
    right: 0;
    border-top: 1px solid #cdcdcd;
  }
}
@media screen and (max-width: 375px) {
  .navigation-bar .wrapper .navbar-clinic-logo {
    height: 25px;
  }
}
@media screen and (max-width: 360px) {
  .navigation-bar .wrapper .navbar-clinic-logo {
    display: none;
  }
}
/* IE 10+ =========================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #index_content_container,
  .tabs-container,
  .post-booking-form {
    margin: 0 !important;
  }
}
/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  #msform {
    margin: 0;
  }
}
.datepicker-panel > ul > li {
  color: black;
}

.loader {
  height: 60px;
  width: 60px;
  border: 3px solid transparent;
  border-top-color: #4bb094;
  /* margin: -30px; */
  margin: 3rem;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.loader.confirmation-loader {
  margin: 3rem auto;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
}

.loader:before {
  border-top-color: #3b73ba;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  animation: spin 3s linear infinite;
}

.loader:after {
  border-top-color: #fffbfe;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.--hide {
  display: none;
  opacity: 0;
  transition: all 0.6s;
}
.--hide--show-expandHeight, .--hide--show-fadeIn {
  display: unset;
}
.--hide--show-expandHeight {
  animation: animateHeightOnMount 0.6s;
}
.--hide--show-fadeIn {
  animation: animateOpacityOnMount 0.6s;
}

@keyframes animateHeightOnMount {
  0% {
    opacity: 0;
    max-height: 1px;
  }
  100% {
    opacity: 1;
    max-height: 100vh;
  }
}
@keyframes animateOpacityOnMount {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateToZeroWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.take-a-number-wrapper {
  position: relative;
}

.take-a-number {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.take-a-number .bg {
  position: absolute;
  width: 100vw;
  height: auto;
}
.take-a-number .take-a-number-logo {
  position: absolute;
  left: 4vw;
  top: 4vw;
  width: 25vw;
}
.take-a-number .clinic-website {
  position: absolute;
  top: 25vw;
  left: 4vw;
  width: 25vw;
  color: white;
  line-height: 1.25;
  font-size: 1.5rem;
}
.take-a-number .counter-wrapper {
  position: absolute;
  left: 42vw;
  margin-left: 3vw;
  top: 18vw;
  font-size: 10vw;
  width: 21vw;
  height: 13vw;
  text-align: center;
  color: #faab4a;
  background: #222222; /* now-serving */
}
.take-a-number .counter-wrapper-0 {
  top: 39vw;
  color: #e8e8e8;
  background: #4bb094;
}
.take-a-number .counter-wrapper-2 {
  left: 65vw;
}
.take-a-number .counter-wrapper-2::after {
  content: "(giving out, hidden)";
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 16px;
}
.take-a-number .counter-id {
  display: none;
}
.take-a-number .ward-display {
  font-size: 40px;
  display: none;
}
.take-a-number .current-number {
  line-height: 14vw;
  font-size: 10vw;
}
.take-a-number .closed {
  display: none;
  line-height: 14vw;
  font-size: 3vw;
}
.take-a-number .close_queue {
  display: block;
  line-height: 14vw;
  font-size: 3vw;
  color: #e8e8e8;
}
.take-a-number button {
  border: 3px solid #000000;
  border-radius: 12px;
  padding: 10px;
  font-size: 20px;
  background-color: #3b73ba;
  color: #000000;
  cursor: pointer;
}
.take-a-number button.increment,
.take-a-number button.decrement {
  background-color: #3b73ba;
}
.take-a-number button.increment:hover,
.take-a-number button.decrement:hover {
  background-color: rgb(34.4367346939, 67.1224489796, 108.5632653061);
}
.take-a-number button.reset,
.take-a-number button.close-ward {
  background-color: #ff5d5d;
}
.take-a-number button.reset:hover,
.take-a-number button.close-ward:hover {
  background-color: #900000;
}
.take-a-number button:hover {
  color: #3b73ba;
}
.take-a-number .btn-group {
  margin-top: -13vw;
  font-size: 12px;
}

.video-box-wrapper {
  overflow-y: auto;
}

.btn.btn-error.btn-help {
  background-color: #dc2e6d;
  color: white;
}

.body-appointment-videocall {
  height: 100%;
  background: white !important;
}

.video-appointment-header {
  flex: 1 1 2rem;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-appointment-header img {
  max-height: 2.5rem;
}

.video-call-nav {
  background-color: #fff;
}

.video-call-nav-right .btn {
  color: #f77354 !important;
}

.video-preview-body {
  text-align: center;
  overflow: auto;
}
.video-preview-body .video-preview-cta {
  display: flex;
  flex-direction: column;
}
.video-preview-body .video-preview-cta .row {
  flex: 1;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .video-preview-body .video-preview-cta {
    flex-direction: column-reverse;
  }
}

.video-side-bar {
  top: 57px;
  left: 50%;
  bottom: 0;
  right: 0;
}

.video-chat-container {
  width: 100%;
  position: relative;
}
.video-chat-container.doctor {
  width: 50%;
}

.local-video {
  position: absolute;
  top: 0;
  right: 0;
}

.local-video video,
.local-video {
  width: 20vmin;
  height: auto;
}

.videocall-content-wrapper {
  padding-top: 80px;
  overflow: hidden;
}

.video-call-sidebar {
  background-color: #f0f0f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.sidebar-data {
  overflow-y: auto;
  padding: 1em 0;
  background: white;
}

.sidebar-data table {
  font-size: 18px;
  width: 100%;
}

.sidebar-data table td:first-of-type {
  font-size: 15px;
  font-weight: 500;
  padding-right: 1em;
  padding-left: 3em;
}

.sidebar-data table td {
  padding: 0.5em 0;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.8;
}

.video-call-header-text {
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.video-call-header-subtext {
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.videocall-content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 100%;
}

.video-box-wrapper {
  display: grid;
  grid-template-rows: 2fr 1fr;
}

.video-box-container {
  position: relative;
  min-height: 640px;
  overflow: initial !important;
}

@media only screen and (max-width: 767px) {
  .video-box-container {
    min-height: 500px;
  }
}
.sidebar-header {
  padding: 1em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}

.sidebar-header-left {
  align-items: center;
}

.sidebar-header-left > div {
  padding-left: 1em;
}

.sidebar-header-title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.sidebar-header-subtitle {
  margin-top: 0.5em;
  opacity: 0.8;
  font-size: 14px;
}

.video-side-bar {
  flex: 1 1 0;
}

.remote-video {
  background-color: #f0f0f6;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box-container {
  background-color: #f0f0f6;
}

#remote-video {
  --width: 75%;
  width: var(--width);
  height: calc(var(--width) * 0.75);
}

.video-box-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 500px) {
  .video-box-container {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  #remote-video {
    --width: 100%;
    width: var(--width);
    height: calc(var(--width) * 0.75);
  }
  .remote-video {
    height: auto;
  }
  .video-box-container {
    padding-top: 115px;
  }
  .video-box-container p {
    font-size: 90%;
  }
}
.remote-video-overlay {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.remote-video .disconnected-icon {
  width: 400px;
  display: inline-block;
}

.local-video {
  background-color: #e8e8e8;
}

.h-100 {
  height: 100%;
}

.appointment-videocall {
  height: 100%;
  /* VIDEO PREVIW STYLES */
  /*MOBILE ONLY CODE*/
}
.appointment-videocall *,
.appointment-videocall *::after,
.appointment-videocall *::before {
  box-sizing: border-box;
}
.appointment-videocall [type=submit] {
  font-size: 0.8rem;
  width: 166px;
}
.appointment-videocall .onscreen-btn-container {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.appointment-videocall .onscreen-btn {
  background: white;
  border: none;
  font-size: 14px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  margin: 0 10px 10px 0;
  padding: 0;
}
.appointment-videocall .mute-btn,
.appointment-videocall .video-btn {
  position: relative;
  overflow: hidden;
  height: 45px;
  width: 45px;
}
.appointment-videocall .mute-btn.--muted:before,
.appointment-videocall .video-btn.--muted:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #141e55;
  transform: rotate(-45deg) translateX(20%);
  transform-origin: 0 0;
  border-radius: 999px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 55;
}
.appointment-videocall .btn-icon {
  height: 40px;
  vertical-align: middle;
}
.appointment-videocall .btn-icon--muted {
  background: #ead6d0 !important;
}
.appointment-videocall .video-screen-msg {
  color: #222222;
  text-align: center;
}
.appointment-videocall .video-doctor-msg {
  color: #222222;
  text-align: center;
  width: auto;
  max-width: 450px;
  margin: auto;
  padding: 15px;
}
.appointment-videocall .onscreen-btn {
  border: 1px solid #333333;
  border-radius: 5px;
  font-size: 0.8rem;
  margin: 0.3rem;
}
.appointment-videocall .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.2s;
  width: 50%;
}
.appointment-videocall .tab button:hover {
  background: #e8e8e8;
}
.appointment-videocall .tab button.active {
  background: #ffffff;
}
.appointment-videocall .tab-content {
  display: none;
  height: 100%;
}
.appointment-videocall .end-appointment-btn {
  float: right;
  background-color: #d23030;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
}
.appointment-videocall .telehealth-checkin-instructions {
  margin: 2px 5px;
  font-size: 14px;
}
.appointment-videocall #preview-container h1 {
  font-size: 1.8em;
  text-align: center;
}
.appointment-videocall #preview-container p {
  margin-top: 0;
  font-size: 1.2em;
  margin-top: 1rem;
}
.appointment-videocall #preview-container video {
  max-width: 500px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.appointment-videocall #preview-container input {
  margin-top: 23px;
  width: 200px;
  height: 38px;
  font-size: 16px;
}
.appointment-videocall .upload-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.appointment-videocall .upload-errors,
.appointment-videocall .upload-success {
  display: block;
  margin-top: 5px;
  padding: 6px 12px;
  border-radius: 4px;
}
.appointment-videocall .upload-errors {
  background-color: rgb(214.5535714286, 68.9464285714, 68.9464285714);
}
.appointment-videocall .prescription-icon {
  padding-right: 0.25rem;
}
.appointment-videocall .video-chat-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
  background: #ffffff;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.appointment-videocall .chat-box-options {
  align-items: center;
  justify-content: center;
}
.appointment-videocall .chat-box-options .chat-box-embed {
  flex: 0.5 1 0;
  padding: 0 0.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.appointment-videocall .chat-box-options .chat-box-prescription {
  flex: 2 1 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.5em;
}
.appointment-videocall .chat-box-options .chat-box-prescription img {
  margin-right: 0.5em;
}
.appointment-videocall .chat-box-options .chat-box-file {
  flex: 3 1 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.5em;
}
.appointment-videocall .chat-box-options .chat-box-file img {
  margin-right: 0.5em;
}
.appointment-videocall .chat-box-options div {
  flex: 1 1 0;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  padding: 0.75em 0.5;
}
.appointment-videocall .chat-messages-box {
  flex: 10 1 auto;
  overflow-y: auto;
  padding: 15px 20px 9px;
}
@media (max-width: 600px) {
  .appointment-videocall .chat-messages-box {
    min-height: 100%;
    max-height: 5rem;
  }
}
.appointment-videocall .chat-messages-heading {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  margin: 11px;
  color: #000000;
  letter-spacing: 3.4px;
}
.appointment-videocall .hide {
  display: none;
}
.appointment-videocall .chat-message.received-chat-message {
  text-align: left;
  float: none;
}
.appointment-videocall .chat-message.received-chat-message .message-date {
  text-align: left;
}
.appointment-videocall .chat-message.received-chat-message .message-content {
  background-color: white;
}
.appointment-videocall .chat-message.received-chat-message .sent-content {
  float: right;
  background-color: #f0f0f6;
  margin-bottom: 0.5rem;
}
.appointment-videocall .chat-message {
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  float: right;
  clear: both;
  text-align: right;
}
.appointment-videocall .chat-message ul {
  list-style: initial;
  margin-left: 1rem;
}
.appointment-videocall .chat-message .message-sender {
  font-weight: bold;
}
.appointment-videocall .chat-message .message-content {
  display: inline-block;
  padding: 0.75em;
  max-width: 500px;
  border: 1px solid #eae9f3;
  border-radius: 0.25em;
  word-break: break-word;
  background-color: #f0f0f6;
  font-size: 14px;
}
.appointment-videocall .chat-message .message-date {
  display: block;
  font-size: 10px;
  margin-top: 0.5rem;
  color: #9599b3;
  text-align: right;
}
.appointment-videocall .chat-message .message-info {
  display: block;
}
.appointment-videocall .chat-input-box {
  display: flex;
  padding: 0;
  margin: 0;
}
.appointment-videocall #message-input {
  width: 100%;
  flex-grow: 2;
  background-color: #ffffff;
  border-radius: 4px 0 0 0;
  padding: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  height: 50px;
  background: #fafafd;
}
.appointment-videocall #message-input::placeholder {
  color: #585f87;
}
.appointment-videocall .send-message-btn-patient {
  margin: 0;
  height: 50px;
  font-size: 18px;
  border-radius: 0;
}
.appointment-videocall .send-message-btn {
  cursor: pointer;
  margin: 0;
  width: 100px;
  border-radius: 5px;
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fafafd;
  height: 50px;
}
.appointment-videocall .send-message-btn > img {
  transform: scale(0.65);
}
.appointment-videocall .send-message-btn:link,
.appointment-videocall .send-message-btn:visited,
.appointment-videocall .send-message-btn:hover,
.appointment-videocall .send-message-btn:active {
  background: transparent !important;
  background-color: transparent !important;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.appointment-videocall .footer-txt {
  color: #131d55;
  font-weight: 300;
}
.appointment-videocall .footer-txt-icon {
  color: #131d55;
  font-size: 20px;
  transform: rotateY(180deg);
  position: relative;
}
.appointment-videocall .footer-txt-icon:after {
  content: "M";
  color: white;
  position: absolute;
  left: 35%;
  top: 40%;
  font-size: 8px;
  font-weight: 250;
  font-family: "Rubik";
}
.appointment-videocall .prescriptions {
  font-size: 16px;
}
.appointment-videocall .prescriptions ul {
  list-style: none;
  margin: 0.8rem 0 0.8rem;
}
.appointment-videocall .received-prescription {
  float: none;
  text-align: left;
}
.appointment-videocall .received-prescription .message-date {
  text-align: left;
  margin-bottom: 0.5rem;
}
.appointment-videocall .prescription-notice {
  background-color: #f0f0f6;
  font-size: 16px;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid #eae9f3;
  border-radius: 0.25em;
  word-break: break-word;
}
.appointment-videocall .prescription-notice p {
  margin: 0 0 0.1em;
}
.appointment-videocall .prescription-message {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
}
.appointment-videocall .prescription-message .email-wrapper {
  margin: 1rem;
  background-color: #e8e8e8;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  padding: 0.5rem;
}
.appointment-videocall .prescription-message .email-wrapper .success,
.appointment-videocall .prescription-message .email-wrapper .error {
  display: block;
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 3px;
  color: #ffffff;
}
.appointment-videocall .prescription-message .email-wrapper .success {
  background-color: #4bb094;
}
.appointment-videocall .prescription-message .email-wrapper .error {
  background-color: #d23030;
}
.appointment-videocall .prescription-message .email-wrapper button[disabled],
.appointment-videocall .prescription-message .email-wrapper button[disabled]:hover {
  background-color: #cdcdcd;
  color: #222222;
  cursor: default;
}
.appointment-videocall .chat-messages-heading {
  display: none;
}
.appointment-videocall .sidebar-data-mobile {
  display: block;
}
.appointment-videocall .sidebar-container {
  background-color: #f0f0f6;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .appointment-videocall .chat-box-options {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1100px) {
  .appointment-videocall .videocall-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  }
  .appointment-videocall .video-chat-box {
    max-height: 9rem;
  }
  .appointment-videocall .video-box-wrapper {
    flex: 3;
  }
  .appointment-videocall .sidebar-container {
    flex: none;
  }
  .appointment-videocall .video-box-container {
    flex: none;
    background-color: #f0f0f6;
  }
  .appointment-videocall .sidebar-data-mobile {
    display: block;
  }
  .appointment-videocall .sidebar-data {
    display: none;
  }
  .appointment-videocall .sidebar-data-mobile .sidebar-data {
    display: block;
  }
  .appointment-videocall .sidebar-data-mobile .accordion-header {
    font-size: 16px;
    text-align: left;
    padding: 16px !important;
  }
}
@media screen and (max-width: 700px) {
  .appointment-videocall .remote-video video {
    width: 100%;
    height: 100%;
  }
  .appointment-videocall .sidebar-header {
    padding: 0.5em;
  }
  .appointment-videocall .sidebar-header .avatar {
    display: none;
  }
  .appointment-videocall .sidebar-header > div {
    padding-left: 0;
  }
  .appointment-videocall .sidebar-header-subtitle span {
    display: block;
  }
  .appointment-videocall .local-video video,
  .appointment-videocall .local-video {
    width: 30vmin;
  }
  .appointment-videocall .onscreen-btn-container {
    position: fixed;
    top: 80px;
    left: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 574px) {
  .appointment-videocall .videocall-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .appointment-videocall .video-chat-box {
    height: 11rem;
  }
  .appointment-videocall .appointment-videocall .video-chat-box {
    display: block;
  }
  .appointment-videocall .videocall-content-wrapper {
    overflow: auto;
  }
  .appointment-videocall .appointment-videocall .btn-icon {
    height: 30px;
  }
  .appointment-videocall .video-call-subheader {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .appointment-videocall .video-call-subheader h6 {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 10px;
  }
  .appointment-videocall .video-call-subheader span {
    font-size: 10px;
  }
  .appointment-videocall .video-call-nav {
    padding: 0.25em;
    grid-template-columns: 1fr 0fr;
    align-items: self-start;
  }
  .appointment-videocall .sidebar-header-title {
    font-size: 14px;
  }
  .appointment-videocall .sidebar-header-subtitle {
    font-size: 12px;
  }
  .appointment-videocall .sidebar-data table td:first-of-type {
    font-size: 14px;
    padding-left: 1em;
  }
  .appointment-videocall .sidebar-data table td {
    font-size: 14px;
  }
  .appointment-videocall .sidebar-data {
    padding: 0 1em;
  }
  .appointment-videocall .accordion-header {
    padding: 0.4em 0 !important;
  }
  .appointment-videocall .remote-video .disconnected-icon {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .appointment-videocall .appointments-btn-container {
    flex-direction: column;
  }
}

.index-page {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.banner-area {
  background: #fafaff;
  margin-top: -7px;
  padding-bottom: 50px;
}
.banner-area .wrapper {
  width: 1380px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.clinic-info-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.clinic-logo-wrapper {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.clinic-logo-wrapper .clinic-logo {
  width: 60%;
}
.clinic-logo-wrapper img {
  max-width: 100%;
}
.clinic-logo-wrapper .clinic-logo.dark {
  background-color: #222222;
  padding: 1rem;
}

.clinic-info {
  width: 50%;
  text-align: left;
  overflow-wrap: break-word;
  line-height: 1.5;
  padding: 0.5rem;
}
.clinic-info .clinic-name {
  font-weight: 500;
  font-size: 1.5rem;
}
.clinic-info p {
  font-size: 1.15rem;
}
.clinic-info p a {
  text-decoration: underline;
  color: #5b5b5b;
}

.now-serving {
  width: 100%;
  padding: 30px;
  background: #edeefe;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}

#now-registering-subtitle {
  width: 100%;
  font-size: 15px;
  margin-bottom: 25px;
  display: none;
}

.now-serving-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  padding: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1019607843);
  background: #4b54f6;
  color: #ffffff;
}
.now-serving-block h3 {
  font-size: 2.25rem;
  font-weight: 400;
}
.now-serving-block span {
  font-size: 5rem;
  display: flex;
}
.now-serving-block .now-serving-closed {
  font-size: 1.5rem;
}

.booking-option {
  background: #edeefe;
  padding: 40px 30px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.booking-option h3 {
  font-size: 1.5rem;
  color: #4b54f6;
  font-weight: 500;
  margin-bottom: 30px;
  width: 100%;
}
.booking-option .booking-inner-main {
  width: 33.3%;
  padding: 0 15px;
  margin: 20px 0;
  box-sizing: border-box;
}
.booking-option .booking-inner-main a {
  text-decoration: none;
  color: #5b5b5b;
}
.booking-option .booking-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 25px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.booking-option .booking-inner .th-note {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #4b54f6;
}
.booking-option .booking-inner img {
  margin-right: 2rem;
}
.booking-option .booking-inner span {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.booking-option.highlight {
  background-color: #ffc;
  transition: background 0.25s linear;
}

.expanded-footer {
  background-color: #ffffff;
  color: #5b5b5b;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}
.expanded-footer .wrapper {
  width: 1380px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 35px 0 50px;
}

.footer-clinic-graphic {
  width: 28%;
}

.about-cortico {
  box-sizing: border-box;
  width: 50%;
}
.about-cortico h4 {
  padding: 15px 0 0 0;
  color: #444444;
  font-size: 1.25rem;
  font-weight: 400;
}
.about-cortico .address-bottom {
  display: flex;
  padding-top: 2rem;
}
.about-cortico .address-bottom .left-info {
  width: 50%;
  text-align: left;
}
.about-cortico .address-bottom .left-info h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-cortico .address-bottom .left-info p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.about-cortico .address-bottom .left-info a {
  color: #5b5b5b;
}
.about-cortico .address-bottom .left-info .book-demo-cta {
  background: #4d4e54;
  padding: 0.75rem 1rem;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.about-cortico .copyright-attribution-text {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  color: #444444;
  padding-top: 70px;
}

@media screen and (max-width: 1400px) {
  .banner-area .wrapper {
    width: 1300px;
  }
  .expanded-footer .wrapper {
    width: 1300px;
  }
}
@media screen and (max-width: 1350px) {
  .banner-area .wrapper {
    width: 95%;
  }
  .expanded-footer .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .booking-option .booking-inner img {
    margin-right: 15px;
  }
  .booking-option .booking-inner span {
    font-size: 1.188rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .clinic-logo-wrapper {
    width: 100%;
    text-align: center;
  }
  .clinic-logo-wrapper img {
    width: auto;
  }
  .clinic-info {
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  .clinic-info p {
    color: #5b5b5b;
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
  .now-serving {
    background: #edeefe;
    padding: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .now-serving .now-serving-block {
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0px 15px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1019607843);
  }
  .now-serving .now-serving-block h3 {
    font-size: 1.25rem;
  }
  .now-serving .now-serving-block span {
    font-size: 2.5rem;
  }
  .booking-option {
    background: #edeefe;
    padding: 10px 20px 10px;
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
  }
  .booking-option .booking-inner-main {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .booking-option .booking-inner span {
    font-size: 1.125rem;
  }
  .booking-option .booking-inner img {
    margin-right: 23px;
    width: 60px;
  }
  .footer-clinic-graphic {
    display: none;
  }
  .expanded-footer .wrapper {
    padding: 30px 15px 30px;
  }
  .about-cortico {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .clinic-logo-wrapper .clinic-logo {
    width: 100%;
  }
}
.doctor-schedule {
  background-color: #3b73ba !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  /*DESKTOP ONLY CODE*/
  /*DESKTOP ONLY CODE*/
  /*MOBILE ONLY CODE*/
  /* Schedules title and tabs */
  /*MOBILE ONLY CODE*/
  /*MOBILE ONLY CODE*/
  /*MOBILE ONLY CODE*/
  /* Month chooser */
  /* Calendar container */
  /* Main calendar */
  /*MOBILE ONLY CODE*/
  /* Admin signin form */
  /* Schedule detailed view page */
  /* Small calendar */
  /*MOBILE ONLY CODE*/
  /* Marks days in the calendar as either in or out of the month*/
  /* Shift timeline */
  /* History view page */
}
.doctor-schedule p {
  margin-top: 4px;
}
.doctor-schedule br.clear {
  display: block;
  clear: both;
}
.doctor-schedule .hidden {
  display: none;
}
.doctor-schedule header ul li a {
  display: block;
}
.doctor-schedule header .logo {
  height: 85px;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .doctor-schedule header .logo {
    height: 80px;
  }
}
.doctor-schedule header .index-powered-by {
  text-align: left;
  color: #ffffff;
  font-size: 0.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  .doctor-schedule header .index-powered-by {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 700px) {
  .doctor-schedule .kmc-logo-link {
    padding: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .doctor-schedule header .kmc-logo-link {
    padding-top: 3.7rem;
  }
  .doctor-schedule header .logo {
    display: block;
    width: 50%;
    box-sizing: border-box;
    object-fit: contain;
    padding: 0.6rem;
  }
  .doctor-schedule header .index-powered-by {
    text-align: center;
  }
}
.doctor-schedule header {
  position: relative;
  flex: 100%;
  padding: 1rem 2rem;
}
.doctor-schedule header .menu-options-header {
  padding: 1rem 2rem;
}
.doctor-schedule header ul {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.doctor-schedule header ul li {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.doctor-schedule header ul li a {
  padding: 23px 10px 17px 10px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
  border-bottom: 4px solid transparent;
  transition: all 0.2s ease-in;
}
.doctor-schedule header ul li a:hover {
  color: #faab4a;
}
.doctor-schedule .schedules {
  background-color: #3b73ba;
  /* padding-top: 70px; */
  flex: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 1200px) {
  .doctor-schedule .schedules {
    padding-top: 20px;
  }
}
.doctor-schedule .schedules h1 {
  text-align: center;
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 8px;
}
.doctor-schedule .schedules h2 {
  color: #e8e8e8;
  text-align: center;
  margin-bottom: 25px;
}
.doctor-schedule .schedules .tabs-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.doctor-schedule .schedules #tabs {
  display: flex;
  flex-wrap: wrap;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .doctor-schedule .schedules #tabs {
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 700px) {
  .doctor-schedule .schedules #tabs li {
    flex: 100%;
    margin-left: 0 !important;
  }
}
.doctor-schedule .schedules #tabs li {
  text-align: center;
}
.doctor-schedule .schedules #tabs li {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid transparent;
  background-color: #e8e8e8;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.9;
  margin-left: 10px;
  padding: 6px;
  cursor: pointer;
  list-style: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.doctor-schedule .schedules #tabs li:not(.active) {
  opacity: 0.6;
}
@media screen and (max-width: 700px) {
  .doctor-schedule .schedules #tabs li {
    font-size: 10px;
  }
}
.doctor-schedule .schedules #tabs li.active,
.doctor-schedule .schedules #tabs li:hover {
  box-shadow: 1px -2px 10px 0px #000000;
  opacity: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.doctor-schedule .schedules #tabs li:nth-child(1) {
  background: #4bb094;
}
.doctor-schedule .schedules #tabs li:nth-child(2) {
  background: #faab4a;
}
.doctor-schedule .schedules #tabs li:nth-child(3) {
  background: #ababab;
}
.doctor-schedule .schedules #tabs li:nth-child(4) {
  background: #faab4a;
}
.doctor-schedule .schedules #tabs li:nth-child(5) {
  background: #4bb094;
}
.doctor-schedule #index_content_container {
  width: 95vw;
  max-width: 989px;
  margin: 0 !important;
  background-color: #ffffff;
  border-radius: 4px;
  min-height: 80vh;
  margin-bottom: 3rem;
}
.doctor-schedule #month_chooser {
  display: flex;
  background: #ffffff;
  justify-content: center;
  padding: 13px 0 9px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.doctor-schedule #month_chooser .chooser_btn {
  width: 35px;
  cursor: pointer;
}
.doctor-schedule #month_chooser .chooser_btn:hover img {
  width: 101%;
}
.doctor-schedule #month_chooser .chooser_month {
  width: 145px;
  margin: 0 15px;
  text-align: center;
  line-height: 25px;
  font-size: 1.2em;
}
.doctor-schedule #calendar {
  display: flex;
  justify-content: center;
}
.doctor-schedule .calendar p.day_view {
  font-weight: 700;
}
.doctor-schedule .calendar th {
  font-size: 14px;
  background-color: #e8e8e8;
  border-right: 1px solid rgb(206.5, 206.5, 206.5);
}
@media screen and (max-width: 700px) {
  .doctor-schedule .calendar th {
    font-size: 10px;
  }
}
.doctor-schedule #calendar > table > tbody {
  border: none;
}
.doctor-schedule #signin_form {
  width: 400px;
  height: 120px;
  margin-top: 21px;
}
.doctor-schedule #signin_form input {
  margin-left: 6px;
}
.doctor-schedule #signin_form fieldset {
  border: 1px solid #e8e8e8;
  margin: 5px;
  padding: 5px;
  padding-top: 23px;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -saf-border-radius: 5px;
}
.doctor-schedule #signin_form fieldset table.layout tr td {
  padding: 2px 2px 2px 2px;
  border-right: 0px none transparent !important;
}
.doctor-schedule #signin_form fieldset table.layout {
  border-right: 0px none transparent !important;
}
.doctor-schedule #signin_form fieldset legend {
  color: #ababab;
  font-family: sans-serif;
  font-size: 80%;
  position: absolute;
  top: 0;
  margin-top: 25px;
}
.doctor-schedule #fancybox-outer {
  background-color: #e8e8e8;
}
.doctor-schedule div.block {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 10px auto;
  background-color: #e8e8e8;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.doctor-schedule table.calendar {
  background-color: #ffffff;
  border-style: none;
  width: 100%;
}
.doctor-schedule table.calendar p:hover,
.doctor-schedule div.shift-display:hover {
  color: #3b73ba;
  text-decoration: underline;
  cursor: pointer;
}
.doctor-schedule table.calendar td {
  vertical-align: top;
  font-size: 11px;
  text-align: center;
  padding: 0;
  border: 1px solid #e8e8e8;
}
.doctor-schedule table.calendar td p.shift_view {
  font-size: 12px;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 6px;
}
@media screen and (max-width: 700px) {
  .doctor-schedule table.calendar td p.shift_view {
    font-size: 10px;
    text-align: center;
    /* margin-left: 25px; */
    margin-left: 0;
    margin-bottom: 6px;
  }
}
.doctor-schedule table.calendar td p.day_view {
  font-size: 14px;
}
.doctor-schedule table.mini {
  float: left;
}
.doctor-schedule table.mini td {
  width: 25px;
  height: 25px;
}
.doctor-schedule table.mini td,
.doctor-schedule table.mini th {
  font-size: 10px;
}
.doctor-schedule table.full td {
  width: 140px;
  height: 120px;
}
.doctor-schedule .out-of-month {
  border: 0px none transparent !important;
  height: 0px !important;
}
.doctor-schedule div#shift_list {
  background: url(../img/grid_line.png);
  width: 750px;
  margin: 0 6px 6px 6px;
  clear: both;
}
.doctor-schedule div#timeline {
  padding-left: 6px;
}
.doctor-schedule div#timeline div {
  width: 30px;
  height: 15px;
  float: left;
  text-align: left;
  border-left: 0px solid rgb(92.5346938776, 141.4489795918, 203.4653061224);
  font-size: 12px;
  color: #ababab;
}
.doctor-schedule div.shift-display {
  cursor: pointer;
  background-color: rgb(111.893877551, 154.9795918367, 209.606122449);
  color: #ababab;
  border: 1px solid #e8e8e8;
  margin: 3px;
  padding: 3px;
}
.doctor-schedule div.shift-display-selected {
  background-color: rgb(127.03187251, 200.46812749, 180.109561753) !important;
  color: #000000 !important;
}
.doctor-schedule div.fieldWrapper {
  padding-top: 10px;
}
.doctor-schedule div.labelWrapper {
  float: left;
  width: 100px;
}
.doctor-schedule div.inputWrapper {
  float: left;
  width: 500px;
}
.doctor-schedule #shift_table td {
  padding: 5px;
}
.doctor-schedule .time-input input {
  width: 15px;
  margin: 3px;
}
.doctor-schedule .time-input,
.doctor-schedule .date-input {
  padding: 0 3px 3px 3px;
  margin: 3px;
}
.doctor-schedule .date-input input {
  width: 30px;
  margin: 3px;
}
.doctor-schedule form textarea {
  width: 350px;
  height: 50px;
}
.doctor-schedule table.history_list {
  font-size: 12px;
}
.doctor-schedule table.history_list td {
  padding: 5px;
  border: 1px groove #e8e8e8;
}

diagnostic-system {
  --box-border-radius: 1px;
}

.diagnostic-system-container {
  background-color: #fff;
  padding: 20px 0;
  border-radius: var(--box-border-radius);
}

.diagnostic-answers-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.btn.diagnostic-choice {
  max-width: none;
  margin: 5px;
  flex-grow: 1;
  min-height: 2.25rem;
  height: auto;
  white-space: break-spaces;
}

.btn.btn-success.diagnostic-choice.chosen {
  background-color: #13cae6;
  color: #fff;
}

.diagnostic-form-progress .progress {
  height: 0.7rem !important;
}

.diagnostic-form-progress .progress-text {
  width: 20%;
  text-align: center;
}

.booking-flow .diagnostic-form-progress {
  font-size: 0.8rem;
  margin-bottom: 0rem;
}

.booking-flow .diagnostic-form-progress .progress-text {
  width: 25%;
}

@media (max-width: 480px) {
  .diagnostic-form-progress {
    flex-direction: column;
  }
  .diagnostic-form-progress .progress {
    margin-right: 0;
  }
  .progress-text {
    width: auto !important;
    margin-top: 0.5rem;
  }
}
.appointment-booking {
  display: flex;
  align-content: baseline;
  background-color: white;
  /* General styles*/
  /*DESKTOP ONLY CODE*/
  /*MOBILE ONLY CODE*/
  /*DESKTOP ONLY CODE*/
  /* Calendar icon heading */
  /*MOBILE ONLY CODE*/
  /*MOBILE ONLY CODE*/
  /*progressbar*/
  /*MOBILE ONLY CODE*/
  /* STEP 1: PHN lookup form */
  /*MOBILE ONLY CODE*/
  /*MOBILE ONLY CODE*/
  /* Step 2: date and time */
  /*MOBILE ONLY CODE*/
  /* Step 3: summary */
  /*MOBILE ONLY CODE*/
  /* ANIMATIONS */
}
.appointment-booking input[type=number]::-webkit-inner-spin-button,
.appointment-booking input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.appointment-booking * {
  box-sizing: border-box;
}
.appointment-booking .appointment-disclaimer {
  font-size: 0.95rem;
  padding: 1.2rem 2rem;
  color: #ffffff;
  background: #000000;
  opacity: 0.85;
  /*margin: 1rem 7%;*/
  border-radius: 18px;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .appointment-booking .appointment-disclaimer {
    text-align: center;
  }
}
.appointment-booking .patient-information * {
  color: #ffffff;
}
.appointment-booking table {
  color: #ffffff;
}
.appointment-booking .loading-place {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.appointment-booking #msform label {
  display: flex;
  flex-wrap: wrap;
  max-width: 443px;
  margin: 0 auto;
  justify-content: center;
  align-items: baseline;
}
.appointment-booking #msform label span {
  flex: 100%;
  font-size: 0.9rem;
  text-align: left;
  padding-bottom: 0.4rem;
}
.appointment-booking #msform label .form-input {
  flex: 100%;
}
.appointment-booking body,
.appointment-booking html {
  color: #ffffff;
}
.appointment-booking a {
  color: rgb(92.5346938776, 141.4489795918, 203.4653061224);
  text-decoration: none;
}
.appointment-booking em {
  display: block;
  color: #e8e8e8;
  font-size: 0.8em;
}
.appointment-booking h1 {
  font-size: 2rem;
  color: #ffffff;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .appointment-booking h1 {
    font-size: 1.8rem;
  }
}
.appointment-booking input[type=submit]:disabled,
.appointment-booking input[type=submit][disabled] {
  background-color: #e8e8e8;
  color: #ababab;
}
.appointment-booking #msform {
  text-align: center;
  max-width: 776px;
  background-color: #000000;
  border-radius: 18px;
  box-sizing: border-box;
  margin: 0 auto;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .appointment-booking #msform {
    /*margin: 1.1rem;*/
  }
}
.appointment-booking #msform fieldset {
  color: #ffffff;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.appointment-booking #msform fieldset:not(:first-of-type) {
  /*Hide all except first fieldset*/
  display: none;
}
.appointment-booking .fs-title {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 10px;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 700px) {
  .appointment-booking .fs-title {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
.appointment-booking .fs-error {
  font-size: 16px;
  display: none;
  color: #ff5d5d;
  margin-bottom: 6px;
}
@media screen and (max-width: 700px) {
  .appointment-booking .fs-error {
    font-size: 0.8rem;
  }
}
.appointment-booking .invalid {
  outline: 2px solid #ff5d5d;
}
.appointment-booking .hidden {
  display: none;
}
.appointment-booking a.white-underline-link {
  color: #ffffff;
  text-decoration: underline;
}
.appointment-booking .first-name,
.appointment-booking .last-name {
  text-transform: capitalize;
}
.appointment-booking .next,
.appointment-booking .previous,
.appointment-booking .submit {
  /* width: 20%; */
  /* margin: 15px; */
}
@media screen and (min-width: 700px) {
  .appointment-booking .calendar-block {
    padding-top: 4rem;
  }
}
.appointment-booking .calendar-block {
  flex: 1 1 100%;
  padding-top: 2rem;
  margin-bottom: 1rem;
}
.appointment-booking .calendar_heading {
  width: 70%;
  font-size: 4em;
  text-align: center;
  margin: auto;
  transform: translateY(-25px);
}
.appointment-booking .book-an-appointment {
  flex: 100%;
}
@media screen and (max-width: 700px) {
  .appointment-booking .calendar_heading {
    display: none;
  }
}
.appointment-booking .calendar_heading i {
  margin: 4px;
  color: #ffffff;
}
.appointment-booking .calendar_heading .line {
  width: 39%;
  display: inline-block;
  height: 18px;
  border-top: 3px solid #ffffff;
}
.appointment-booking .confirm-cancel {
  margin: 10vh auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  text-align: center;
  /* Desktop Only ==============================*/
  padding: 1rem;
  border-radius: 5px;
}
.appointment-booking .confirm-cancel .post-title {
  margin-bottom: 0.25em;
}
.appointment-booking .confirm-cancel .post-subtitle {
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  font-size: 18px;
  max-width: 450px;
}
.appointment-booking .confirm-cancel .post-review-img {
  width: 200px;
  margin-bottom: 0.5em;
}
.appointment-booking .confirm-cancel .btn {
  min-width: 250px;
}
@media (min-width: 700px) {
  .appointment-booking .confirm-cancel {
    width: 60%;
  }
}
.appointment-booking .confirm-cancel i {
  font-size: 5rem;
  text-align: center;
}
.appointment-booking .btn-green {
  color: #ffffff;
  background-color: #4bb094;
}
.appointment-booking .btn-green:hover {
  background-color: rgb(59.7609561753, 140.2390438247, 117.9282868526);
}
.appointment-booking .appointment-confirmation {
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (max-width: 700px) {
  .appointment-booking .appointment-page-title {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
.appointment-booking .booking-step {
  color: #ffffff;
}
.appointment-booking .booking-step-title {
  font-weight: bolder;
}
.appointment-booking #progressbar {
  position: relative;
  display: block;
  border: 0px solid #e8e8e8 !important;
  list-style: none;
  width: 80%;
  max-width: 776px;
  margin: auto;
  height: 77px;
  z-index: 0;
  background-color: #000000;
  border-radius: 18px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .appointment-booking #progressbar {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 700px) {
  .appointment-booking #progressbar {
    width: 90%;
  }
}
.appointment-booking #progressbar:before {
  content: " ";
  position: absolute;
  top: 47px;
  left: 0;
  width: 80%;
  height: 5px;
  margin-left: 10%;
  background-color: #ababab;
  border-radius: 3px;
  z-index: 95;
}
.appointment-booking #progressbar li {
  text-transform: uppercase;
  font-size: 11px;
  width: 33.3%;
  float: left;
  position: relative;
  display: block;
  border: none;
}
.appointment-booking #progressbar a {
  /* color: #d4d4d4; */
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  border: none;
  text-decoration: none;
  outline-style: none;
  z-index: 96;
  display: block;
  padding: 10px 5px;
}
.appointment-booking #progressbar a:before {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 42%;
  margin-top: 10px;
  display: block;
  border-radius: 50%;
  color: #3b73ba;
  background: #ababab;
  border: none;
  width: 30px;
  height: 30px;
  text-decoration: none;
  z-index: 98;
}
.appointment-booking #progressbar a::after {
  content: " ";
  position: relative;
  left: 42.4%;
  margin-left: 6px;
  margin-top: 10px;
  display: block;
  width: 14px;
  height: 14px;
  background: #ababab;
  border-radius: 50%;
  z-index: 99;
  -moz-box-shadow: inset 0 0 1px #000000;
  -webkit-box-shadow: inset 0 0 1px #000000;
  box-shadow: inset 0 0 1px #000000;
  background-color: transparent;
  -webkit-animation: pulse 2s linear 1s infinite;
}
.appointment-booking #progressbar li.active a:after {
  background: rgb(208.6897959184, 222.6326530612, 240.3102040816);
}
.appointment-booking .ui-priority-secondary {
  visibility: hidden;
}
.appointment-booking #id_phn,
.appointment-booking #id_date_of_birth,
.appointment-booking .datepicker,
.appointment-booking #id_reason,
.appointment-booking .reason-for-visit,
.appointment-booking .text-field,
.appointment-booking .form-note,
.appointment-booking .claim-number,
.appointment-booking #id_email {
  padding-left: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 70%;
  box-sizing: border-box;
  color: #000000;
  height: 35px;
  font-size: 0.9rem;
}
.appointment-booking .form-note {
  width: 65%;
  margin: 8px 8px 15px 8px;
  padding-left: 5px;
}
.appointment-booking pharmacy-picker {
  position: relative;
}
.appointment-booking .list-container {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}
.appointment-booking #pharmacy-error {
  margin-top: 10px;
}
.appointment-booking #pharmacy-name {
  margin-bottom: 30px;
}
.appointment-booking #pharmacy-list {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 15px;
  margin: 0 8px;
  text-align: left;
  border: 1px solid #787878;
  max-height: 250px;
  overflow-y: scroll;
}
.appointment-booking #pharmacy-list #pharmacy,
.appointment-booking #pharmacy-list #pharmacy-not-found,
.appointment-booking #pharmacy-list #pharmacy-show-more {
  padding: 5px 8px;
}
.appointment-booking #pharmacy-list #pharmacy,
.appointment-booking #pharmacy-list #pharmacy-show-more {
  cursor: pointer;
}
.appointment-booking #pharmacy-list #pharmacy #pharmacy-address,
.appointment-booking #pharmacy-list #pharmacy-show-more #pharmacy-address {
  color: #787878;
  font-size: 14px;
}
.appointment-booking #pharmacy-list #pharmacy:hover,
.appointment-booking #pharmacy-list #pharmacy-show-more:hover {
  color: #ffffff;
  background-color: #3b73ba;
}
.appointment-booking #pharmacy-list #pharmacy:hover #pharmacy-address,
.appointment-booking #pharmacy-list #pharmacy-show-more:hover #pharmacy-address {
  color: #e8e8e8;
}
.appointment-booking #pharmacy-list #pharmacy-not-found {
  background-color: #e8e8e8;
}
.appointment-booking .telehealth-rfv {
  margin-top: 10px;
  color: red;
  font-size: 0.95rem;
  line-height: 18px;
}
.appointment-booking .telehealth-rfv ul li {
  list-style: inside circle;
}
.appointment-booking textarea#id_reason {
  padding: 10px;
  font-family: Arial;
  height: 70px;
}
@media screen and (max-width: 700px) {
  .appointment-booking #id_phn,
  .appointment-booking #id_date_of_birth,
  .appointment-booking #id_reason,
  .appointment-booking .reason-for-visit,
  .appointment-booking .claim-number {
    width: 100%;
  }
  .appointment-booking #pharmacy-list {
    width: 95%;
  }
}
.appointment-booking #id_phn::placeholder,
.appointment-booking #id_reason::placeholder,
.appointment-booking .datepicker::placeholder,
.appointment-booking #id_date_of_birth::placeholder,
.appointment-booking .reason-for-visit::placeholder,
.appointment-booking .text-field::placeholder {
  color: #ababab;
  font-size: 0.9rem !important;
}
.appointment-booking #patient-lookup {
  width: 30%;
  padding: 0.5rem;
}
@media screen and (max-width: 700px) {
  .appointment-booking #patient-lookup {
    padding: 0.5rem;
  }
  .appointment-booking #id_phn {
    height: 35px;
  }
  .appointment-booking #id_phn {
    font-size: 0.9rem;
  }
}
.appointment-booking .inline-checkbox input,
.appointment-booking .inline-checkbox label {
  display: inline !important;
}
.appointment-booking .no-record {
  margin-top: 14px;
  color: #ffffff;
  background-color: #000000;
  max-width: 490px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.appointment-booking .no-record-try-again {
  width: 200px;
  font-size: 0.8rem;
}
.appointment-booking .patient-info-form h2 {
  font-size: 130%;
  text-decoration: underline;
  margin-bottom: 8px;
  margin-top: 13px;
}
.appointment-booking .patient-confirmation {
  margin: auto;
  text-align: left;
}
.appointment-booking .form-input table {
  border-collapse: collapse;
  margin-bottom: 0px;
}
.appointment-booking .form-input td {
  padding: 2px 3px 4px;
}
.appointment-booking #id_reason,
.appointment-booking .reason-for-visit,
.appointment-booking .text-field,
.appointment-booking .claim-number {
  margin: 8px;
  width: 65%;
  padding-left: 10px;
}
.appointment-booking .claim-number {
  margin-bottom: 15px;
}
.appointment-booking .patient-info-form .next {
  visibility: hidden;
  width: 50%;
}
.appointment-booking #phone-number-notice {
  font-size: 13px;
  margin: 10px 0;
}
.appointment-booking .fs-subtitle {
  margin-bottom: 25px;
  padding-top: 1rem;
}
.appointment-booking #appointment-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.appointment-booking #appointment-wrapper > * {
  margin: 0 35px;
}
.appointment-booking #datepicker {
  width: 200px;
  padding: 5;
  margin-bottom: 10px;
  font-size: 13px;
  border-radius: 3px;
}
.appointment-booking .current-calendar {
  text-align: center;
  width: 200px;
  margin: auto;
}
.appointment-booking .current-month {
  height: 50px;
  background: #3b73ba;
  border-radius: 8px 8px 0 0;
  line-height: 55px;
  font-size: 25px;
}
.appointment-booking .current-day {
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  background: #ffffff;
  color: black;
  border-radius: 0 0 8px 8px;
  border: 1px solid gray;
}
.appointment-booking .available-slots {
  width: 200px;
  font-size: 0.9rem;
}
@media screen and (max-width: 700px) {
  .appointment-booking .available-slots h3 {
    padding-top: 2rem;
  }
}
.appointment-booking #appointment-timeslot {
  margin-top: 0.5rem;
  height: 250px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
.appointment-booking #appointment-datepicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.appointment-booking #appointment-timeslot h3 {
  text-decoration: underline;
  padding-bottom: 0.5rem;
}
.appointment-booking #appointment-timeslot input {
  width: 25px;
}
.appointment-booking #appointment-timeslot > p {
  margin: 8px 0;
  text-align: left;
  margin-left: 10px;
  line-height: 18px;
}
.appointment-booking .summary > div > table > tbody > tr > td {
  padding-left: 20px;
}
.appointment-booking .summary .inline-checkbox label {
  font-size: 120%;
  font-weight: bold;
}
.appointment-booking .summary .confirm_text {
  margin: 4px;
}
.appointment-booking #msform #confirm_form {
  margin: 12px;
}
.appointment-booking .popup_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 2;
}
.appointment-booking .confirm_popup,
.appointment-booking .pre_popup {
  background: #ffffff;
  color: black;
  padding: 22px 0;
  position: absolute;
  z-index: 99;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 750px;
  border-radius: 2px;
}
.appointment-booking .confirm_popup .popup_notice,
.appointment-booking .pre_popup .popup_notice {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  padding: 13px;
  color: #d23030;
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  margin-bottom: 1rem;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .appointment-booking .confirm_popup .popup_notice,
  .appointment-booking .pre_popup .popup_notice {
    width: 100%;
  }
}
.appointment-booking .confirm_popup p,
.appointment-booking .pre_popup p {
  text-align: left;
}
.appointment-booking .confirm_popup .btn,
.appointment-booking .pre_popup .btn {
  width: auto;
}
.appointment-booking .confirm_popup .popup_immediacy,
.appointment-booking .pre_popup .popup_immediacy {
  font-size: 1rem;
  color: #ababab;
}
.appointment-booking .confirm_popup ul,
.appointment-booking .pre_popup ul {
  width: 80%;
  margin: auto;
  text-align: left;
  list-style-type: disc;
  padding-left: 35px;
  padding-top: 1.5rem;
}
.appointment-booking .confirm_popup ul li,
.appointment-booking .pre_popup ul li {
  padding: 14px 0;
  font-size: 17px;
}
.appointment-booking .confirm_popup ul li strong,
.appointment-booking .pre_popup ul li strong {
  color: #d23030;
  text-decoration: underline;
}
.appointment-booking .confirm_popup ol,
.appointment-booking .pre_popup ol {
  text-align: left;
  list-style-type: decimal;
  padding: 0 20px;
}
.appointment-booking .confirm_popup ol li,
.appointment-booking .pre_popup ol li {
  padding: 14px 0;
}
.appointment-booking .pre_popup {
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1.5;
  top: 10%;
}
.appointment-booking .pre_popup .popup_notice {
  color: black;
}
.appointment-booking .pre_popup ul {
  padding-bottom: 1.5rem;
  width: 100%;
}
.appointment-booking .pre_popup ul li {
  padding: 0;
}
.appointment-booking .pre_popup .warning {
  color: red;
  font-weight: bold;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.appointment-booking .duplicate-appointment {
  display: none;
}
.appointment-booking .duplicate-appointment .confirm_popup {
  position: fixed;
}
.appointment-booking .try-test-appointment {
  font-size: 0.8rem;
  font-weight: bold;
}
.appointment-booking [name=next] {
  width: 200px;
}
@media screen and (max-width: 700px) {
  .appointment-booking .countable-headline {
    font-size: 0.8rem;
    padding-top: 1.5rem;
  }
}
.appointment-booking .countable-headline {
  display: block;
  text-align: center;
  color: #ffffff;
  padding-top: 1.5rem;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 8px rgb(92.5346938776, 141.4489795918, 203.4653061224), inset 0 0 8px rgb(92.5346938776, 141.4489795918, 203.4653061224);
  }
  50% {
    box-shadow: 0 0 16px rgb(92.5346938776, 141.4489795918, 203.4653061224), inset 0 0 14px rgb(92.5346938776, 141.4489795918, 203.4653061224);
  }
  100% {
    box-shadow: 0 0 8px rgb(92.5346938776, 141.4489795918, 203.4653061224), inset 0 0 8px rgb(92.5346938776, 141.4489795918, 203.4653061224);
  }
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
}

input[type=checkbox].hcn-check,
input[type=checkbox].prescription-check {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
}

.view-agreement {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.patient-agreement-popup {
  display: none;
  color: black;
  position: fixed;
  background: white;
  z-index: 100;
  top: 5px;
  left: 5px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
.patient-agreement-popup .close {
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 25px;
  border: 2px solid red;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.patient-agreement-inset {
  height: 300px;
  margin: 15px 0;
  color: rgb(178.5, 178.5, 178.5);
}
.patient-agreement-inset ul, .patient-agreement-inset li {
  color: white;
}

.patient-agreement-inset, .patient-agreement-popup {
  overflow-y: scroll;
  line-height: 1.3;
  text-align: left;
}
.patient-agreement-inset p, .patient-agreement-popup p {
  margin-bottom: 10px;
}
.patient-agreement-inset ul, .patient-agreement-popup ul {
  list-style-type: disc;
  list-style-position: inside;
}

#kmc-step-1-popup .pre_popup {
  top: 220px;
}
#kmc-step-1-popup ul {
  padding-top: 0;
}
#kmc-step-1-popup #emergency-title {
  text-align: center;
}

.inactive-note {
  display: none;
}
.inactive-note p {
  margin: 1rem 0;
}

.booking-validation-error {
  display: block;
  color: #d23030;
  font-weight: bold;
  margin-bottom: 5px;
}

.patient-field-readonly {
  margin: 0.5rem 0 1rem;
  display: block;
}

.edit-patient-field {
  cursor: pointer;
}

.patient-lookup-mode {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.booking-flow-label {
  justify-content: flex-start !important;
}

.hcn-option-container,
.prescription-option-container {
  cursor: pointer;
}
.hcn-option-container.toggled,
.prescription-option-container.toggled {
  border: 1px solid #4b54f6 !important;
}
.hcn-option-container .prescription-label,
.prescription-option-container .prescription-label {
  margin: 0;
}
.hcn-option-container .hcn-label:hover,
.hcn-option-container .prescription-label:hover,
.prescription-option-container .hcn-label:hover,
.prescription-option-container .prescription-label:hover {
  color: #131d55;
}
.hcn-option-container .label-light,
.prescription-option-container .label-light {
  color: #585f87;
}
@media (max-width: 480px) {
  .hcn-option-container.mb-2-xs,
  .prescription-option-container.mb-2-xs {
    margin-bottom: 0.5em;
  }
}

.hcn-option-container:hover {
  border: 1px solid #4b54f6 !important;
}

.post-review-container {
  margin: 10vh auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  text-align: center;
  flex-direction: column;
}
.post-review-container .feedback-title {
  margin-bottom: 0.25em;
}
.post-review-container .feedback-subtitle {
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  font-size: 18px;
  max-width: 475px;
}
.post-review-container .feedback-subtitle-long {
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  font-size: 18px;
  max-width: 625px;
}
.post-review-container .post-review-img {
  width: 250px;
  margin-bottom: 0.5em;
}
.post-review-container .btn {
  width: 250px;
}

/*********** NEW PHARMACY SELECTION UI ***********/
.dropdown-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 0.5em;
  margin: 1.25em 0;
}

.hide-dropdown-content {
  visibility: hidden;
  height: 0;
  padding: 0 !important;
}

.is-form-error {
  background: #fffaf7 !important;
  border-color: #e85600 !important;
}

.is-form-error > .dropdown-header {
  /* Your styles here */
  color: #e85600;
  font-weight: bold;
  background: #fffaf7;
}

.dropdown-header {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
  background: #fff;
  border-radius: 0.5em;
  padding: 0.75em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #4B5563;
  position: relative;
  cursor: pointer;
}

.dropdown-title {
  font-weight: 500;
}

.dropdown-subtitle {
  color: #9CA3AF;
  font-size: 14px;
  text-transform: capitalize;
  width: 80%;
  line-height: 1.5;
}

.dropdown-subtitle img {
  margin-left: 0.5em;
}

.dropdown-active {
  background: #F3F4F6;
  color: #000;
  padding: 1em 0.75em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dropdown-content {
  background: #fff;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  padding: 1em;
}

.dropdown-icon {
  position: absolute;
  top: 40%;
  right: 0;
  margin-right: 1em;
}

.disabled-container {
  opacity: 0.5;
  pointer-events: none;
}

.pharmacy-search-input {
  position: relative;
}

.search-popup-container {
  position: absolute;
  margin-top: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.search-popup-container > * {
  display: flex;
  align-items: center;
  color: #6B7280;
  width: 100%;
  padding: 0.75em 0;
  gap: 0 1em;
}

.doctor-booking-page .loading-place {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.doctor-booking-page .warning-container {
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
  margin: 1rem;
  border: 1px solid rgb(158.25, 158.25, 158.25);
  max-width: 420px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .doctor-booking-page .warning-container {
    font-size: 0.8rem;
  }
}
.doctor-booking-page #msform {
  padding-bottom: 1rem;
}
.doctor-booking-page #msform .fs-title {
  margin-top: unset;
  margin-bottom: 1.5rem;
}
.doctor-booking-page #msform label {
  display: flex;
  flex-wrap: wrap;
  max-width: 443px;
  margin: 0 auto;
}
.doctor-booking-page #msform label span {
  flex: 100%;
  font-size: 0.9rem;
  text-align: left;
  padding-bottom: 0.4rem;
}
.doctor-booking-page #msform label .form-input {
  flex: 100%;
}
.doctor-booking-page .current-calendar {
  flex: 0 0 170px;
}
.doctor-booking-page .doctor-schedule-loading {
  margin: 1rem;
}
.doctor-booking-page #appointment-wrapper > * {
  margin: unset;
}
.doctor-booking-page .doctor-name {
  color: rgb(131.2530612245, 168.5102040816, 215.7469387755);
}

#appointment-datepicker {
  margin: 2rem;
  flex: 0 0 250px;
}
#appointment-datepicker .doctor-datepicker {
  margin: 2rem 2rem 0.5rem 2rem;
}

.doctor-datepicker-loading-message {
  font-size: 0.8rem;
}

.booking-page-select {
  padding: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  border-radius: 3px;
  flex: auto;
  max-width: 280px;
  text-align: center;
}

.doctor-appointment-datepicker-bottom {
  flex: 1;
  margin: unset;
  flex: 0 0 250px;
  margin: 2rem;
  margin-left: 0;
  overflow-y: auto;
  overflow-x: unset;
}

.appointment-post-booking {
  margin-top: 1rem;
  /* Add to Calendar button */
}
.appointment-post-booking form {
  flex: 100%;
}
.appointment-post-booking .feedback-form {
  flex: 100%;
}
.appointment-post-booking p {
  margin: 10px 0;
}
.appointment-post-booking .info {
  text-align: left;
  margin-top: 30px;
}
.appointment-post-booking .info p,
.appointment-post-booking em {
  margin: 8px 0;
}
.appointment-post-booking .info b {
  width: 70px;
  display: inline-block;
}
.appointment-post-booking .post_booking .btn {
  margin-top: 15px;
  width: auto;
  max-width: 450px;
  font-size: 100%;
}
.appointment-post-booking .addeventatc {
  margin: 0;
  padding: 0;
}
.appointment-post-booking .addeventatc label,
.appointment-post-booking .addeventatc .add-to-calendar-dropdown a {
  color: #ababab;
}

.add-to-calendar-dropdown {
  width: 190px;
}

.add-to-calendar-dropdown {
  width: 190px;
}

.feedback .customdiv {
  width: 80%;
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  position: relative;
  z-index: 9;
  margin-bottom: 8rem;
}
.feedback .customdiv .btn[type=submit] {
  display: block;
  margin: 15px auto 0;
  width: 200px;
}
.feedback .customdiv label {
  font-size: 15px;
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 1.1px;
}
.feedback .customdiv input {
  width: 100%;
  padding: 5px 10px;
  border: 0px;
  background: #ffffff;
  line-height: 32px;
  min-height: 40px;
  box-shadow: none;
  margin-bottom: 10px;
}
.feedback .customdiv input:focus,
.feedback .customdiv textarea:focus {
  outline: 0px;
  box-shadow: none;
  border: 0px solid #e8e8e8;
  background: #ffffff;
}
.feedback .customdiv textarea {
  width: 100%;
  background: #ffffff;
  resize: none;
  min-height: 75px;
  border: 1px solid #ffffff;
  box-shadow: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.feedback .txtarea {
  position: relative;
}
.feedback .txtarea .input-group-addon {
  border: 0px solid #e8e8e8;
  background: #e8e8e8;
  padding: 0px;
  position: relative;
}
.feedback .txtarea .input-group-addon i {
  color: #4bb094;
  font-size: 22px;
}
.feedback .txtarea .input-group-addon a {
  display: block;
  padding: 6px 20px;
  text-decoration: none;
}
.feedback .sendbtn {
  color: #e8e8e8;
  position: absolute;
}
.feedback .form-header {
  background: #e8e8e8;
  position: relative;
  height: 50px;
}
.feedback .form-header h1 {
  margin-top: 10px;
  color: #ababab;
}
.feedback #reviewForm {
  margin-top: 25px;
}
.feedback .iconbg {
  display: inline-block;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.feedback .postlist {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.feedback .postlist li {
  /* Post on ~xyz "buttons" */
}
.feedback .postlist li a {
  display: inline-block;
  padding: 10px;
  background: #3b73ba;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  border-radius: 2px;
  letter-spacing: 1px;
  border: 1px solid #3b73ba;
  color: #ffffff;
}
.feedback .postlist li a:hover {
  transition: all ease-in 0.2s;
  background: #faab4a;
  border: 1px solid #faab4a;
}

/* parent container */
.review {
  max-width: 500px;
  margin: 2em auto;
  /* label + input grouping */
  /* error msges under each input */
  /* input field styles */
  /* textarea styles */
}
.review__form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.review__form-group-label {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 1.1px;
}
.review .errorlist {
  margin: 0;
}
.review .errorlist li {
  font-size: 14px;
  color: #F77354;
  list-style: none;
  width: 100%;
  margin-bottom: 14px;
}
.review #id_email,
.review #id_phone,
.review #id_comments {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #d1d6df;
  border-radius: 5px;
  line-height: 32px;
  min-height: 40px;
}
.review #id_comments {
  resize: none;
  height: 60px;
}
@media screen and (max-width: 560px) {
  .review {
    width: 90%;
    margin: 1em auto;
  }
}

.import-patients-from-oscar {
  display: grid;
  justify-content: flex-start;
  padding: 2em 5em;
  width: 100%;
}
.import-patients-from-oscar .subtitle {
  font-size: 16px;
  font-weight: 400;
}
.import-patients-from-oscar .results-table {
  margin-top: 3rem;
  white-space: nowrap;
}
.import-patients-from-oscar .results-table td {
  vertical-align: baseline;
}
.import-patients-from-oscar select {
  padding: 0.3rem;
  border-radius: 3px;
  color: #000000;
  font-size: 0.9rem;
}
.import-patients-from-oscar #get_patient_from_oscar_form {
  max-width: 414px;
}
.import-patients-from-oscar #get_patient_from_oscar_form .or-divider {
  width: min-content;
  text-align: left;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .import-patients-from-oscar .scroll-overflow {
    overflow-x: auto;
  }
}
.import-patients-from-oscar .form-input {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: black;
  height: 35px;
  font-size: 0.9rem;
}
.import-patients-from-oscar__button-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.import-patients-from-oscar__button-container .back-btn {
  color: #4b54f6;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 500px) {
  .import-patients-from-oscar {
    display: flex;
    padding: 1em;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
  }
  .import-patients-from-oscar h1,
  .import-patients-from-oscar p {
    text-align: left;
  }
}

.base {
  background-image: url(../img/doctor_background.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  /*DESKTOP ONLY CODE*/
  /*MOBILE ONLY CODE*/
}
.base h1 {
  text-align: center;
  text-transform: capitalize !important;
}
.base .kmc-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin-left: 2rem;
}
.base .kmc-logo {
  height: 70px;
  margin: 1rem auto;
  display: block;
  padding: 0.4rem;
  box-sizing: border-box;
  object-fit: scale-down;
  max-width: 100%;
}
@media screen and (min-width: 700px) {
  .base .kmc-logo {
    height: 100px;
    margin: 15px 15px 15px 15px;
  }
}
@media screen and (max-width: 700px) {
  .base .booking-powered-by {
    text-align: center;
  }
  .base .kmc-logo-link {
    flex: 100%;
    max-width: initial;
    margin-left: 0;
  }
}
.base .errorlist {
  color: red;
  margin: 0;
}
.base ul.messagelist {
  padding: 0;
  margin: 0 auto;
}
.base ul.messagelist li {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 5px 5px 4px 25px;
  border-bottom: 1px solid #e8e8e8;
  color: #ababab;
  background: rgb(180.6733067729, 223.3266932271, 211.5019920319);
  margin: 20px auto;
  width: 80%;
  text-align: center;
  padding: 1rem;
  border-radius: 5px;
}
.base ul.messagelist li.error {
  background: #e8e8e8;
  border-bottom: 1px solid #ff5d5d;
  color: #ff5d5d;
  margin: 20px auto;
  width: 80%;
}
.base ul.messagelist li.warning {
  background: rgb(252.7419354839, 217.064516129, 173.2580645161);
  padding: 1rem;
  font-size: 1.1rem;
  border-radius: 5px;
}
.base input {
  border: none;
}
.base .set-lang-form {
  display: inline-block;
}
.base .set-lang {
  margin: 10px;
  display: flex;
  overflow: hidden;
  font-size: 12px;
  border: 1px solid #4bb094;
  border-radius: 3px;
}
.base .set-lang input {
  position: absolute;
  display: none;
}
.base .set-lang label {
  background-color: #e8e8e8;
  color: #ababab;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease-in;
}
.base .set-lang label:hover {
  cursor: pointer;
  background-color: #e8e8e8;
  transition: all 0.2s ease-out;
}
.base .set-lang input:checked + label {
  background-color: #4bb094;
  box-shadow: inset 0 0 7px 0 #ababab;
  color: white !important;
}
.base .set-lang label:first-of-type {
  border-radius: 3px 0 0 3px;
}
.base .set-lang label:last-of-type {
  border-radius: 0 3px 3px 0;
}

.base-nav-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .base-nav-container {
    display: flex;
    justify-content: center;
  }
}
.agree-label a {
  color: #4F61E0;
}

.change-service a {
  color: #4F61E0 !important;
}

footer {
  flex-direction: column;
  background-color: #141517;
  display: flex !important; /* bootstrap causing problems on patient registration page */
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-wrap: wrap;
  flex: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  max-width: 420px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
footer ul li {
  flex: auto;
  padding: 1rem;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.368627451);
  text-decoration: none;
  transition: all 1s;
  /*MOBILE ONLY CODE*/
}
@media screen and (max-width: 700px) {
  footer ul li a {
    font-size: 0.8rem;
  }
}
footer ul li:hover {
  color: #ffffff;
}

.staff-help h1 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.staff-help p {
  color: #ffffff;
  text-align: center;
}
.staff-help a {
  cursor: pointer;
  text-decoration: none;
}
.staff-help .btn {
  width: 300px;
  display: block;
  margin: auto;
  margin-top: 18px;
}
.staff-help h1,
.staff-help p {
  flex: 100%;
}
.staff-help .powered-by {
  display: none;
}
.staff-help .staff-help-btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.staff-help .staff-help-btns-wrapper a {
  flex: 0 0 300px;
}

.patient-appointment-lookup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2em 5em;
}
@media (max-width: 500px) {
  .patient-appointment-lookup {
    padding: 1em;
  }
}
.patient-appointment-lookup .powered-by {
  display: none;
}
.patient-appointment-lookup h1 {
  font-size: 2rem;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .patient-appointment-lookup h1 {
    font-size: 1.8rem;
  }
}
.patient-appointment-lookup form {
  max-width: 510px;
}
.patient-appointment-lookup form input::placeholder {
  color: #ababab;
  font-size: 0.9rem;
  padding-bottom: 0.4rem;
}
.patient-appointment-lookup form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.patient-appointment-lookup form p input {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 22px;
  border-radius: 3px;
  border: 1px solid #C9CBDD;
  padding-left: 0.8rem;
}
.patient-appointment-lookup form .submit {
  display: block;
  margin: 20px 0;
  width: 250px;
}
.patient-appointment-lookup form .ui-priority-secondary {
  visibility: hidden;
}
.patient-appointment-lookup form .form-input {
  background: #fff;
}

.virtual-portal {
  font-family: "Avenir", sans-serif;
  background: #3b73ba !important;
  width: 95%;
  margin: 2em auto;
  color: black;
  padding: 3em;
}
.virtual-portal .virtual-appointment-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.virtual-portal .virtual-appointment-link {
  text-decoration: none;
  color: #ffffff;
}
.virtual-portal .kmc-logo {
  height: 85px;
  padding: 10px;
}
.virtual-portal .doctor-name {
  color: #ffffff;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.virtual-portal__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.virtual-portal #show_calendar {
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
}
.virtual-portal #show_calendar i {
  padding-right: 0.3rem;
}
.virtual-portal .header {
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.virtual-portal .header p {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #000000;
  padding: 1rem;
  border-radius: 5px;
}
.virtual-portal #datepicker {
  font-size: 1.5em !important;
}
.virtual-portal .header #datepicker {
  font-family: "Avenir" !important;
  color: #ababab;
  background-color: #e8e8e8;
  border: none;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
}
.virtual-portal .header #datepicker:focus {
  outline: none;
}
.virtual-portal #ui-datepicker-div {
  transform: translate(83px, 39px);
}
.virtual-portal .date_controller {
  display: flex;
  align-items: center;
}
.virtual-portal .doctor-list {
  width: 35%;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .virtual-portal {
    width: 100%;
    padding: 1em;
  }
  .virtual-portal .doctor-list {
    width: 100%;
  }
}
.virtual-portal table,
.virtual-portal th,
.virtual-portal td {
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  white-space: pre;
  font-size: 16px;
  text-align: center;
  min-width: 120px;
}
.virtual-portal tbody {
  font-size: 0.8rem;
}
.virtual-portal .virtual-table {
  width: 100%;
  overflow-x: auto;
}
.virtual-portal .virtual-table td {
  padding: 10px;
  /* Link/Phone column */
}
.virtual-portal .virtual-table td a,
.virtual-portal .virtual-table td button {
  transform: scale(0.9);
  margin: 0;
}
.virtual-portal .virtual-table__mobile-wrapper {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 600px) {
  .virtual-portal .virtual-table__mobile-wrapper .wr-break-word {
    word-wrap: unset !important;
    word-break: unset !important;
    white-space: normal !important;
  }
}
.virtual-portal .virtual-table th {
  background-color: #e8e8e8;
  padding: 10px;
  font-weight: bold;
}
.virtual-portal .virtual-table tr {
  background-color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
}
.virtual-portal .virtual-span {
  color: #3b73ba;
  font-weight: 900;
}
.virtual-portal #appointment-status-here {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4bb094;
}

.no_apt,
#virt_loading {
  color: #ffffff;
  margin-top: 30px;
}

#virt_loading {
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.5;
}

@keyframes pulsate {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}
.walk-in-appointment-scheduled .powered-by {
  display: none;
}
.walk-in-appointment-scheduled h1 {
  color: #ffffff;
  font-size: 2em;
  margin: 26px auto;
}
.walk-in-appointment-scheduled .queue-information {
  font-size: 24px;
  background: white;
  font-weight: 500;
  text-align: center;
  color: black;
}
.walk-in-appointment-scheduled .take-a-number-link {
  margin-top: 40px;
}
.walk-in-appointment-scheduled .box {
  margin: 22px auto;
  width: 300px;
}
.walk-in-appointment-scheduled .number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 30px 0;
  text-align: center;
  font-size: 150px;
  font-weight: 900;
}
.walk-in-appointment-scheduled .patient-number {
  background-color: #4b54f6;
  color: #ffffff;
}
.walk-in-appointment-scheduled .toast-content {
  font-size: 16px;
}

.patient-appointments {
  text-align: center;
}
.patient-appointments .appointment-list {
  max-height: 12rem;
  overflow-y: auto;
  max-width: 300px;
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 15px;
  box-shadow: inset 0 0 2px black;
}
.patient-appointments .appointment-list label {
  font-size: 0.9rem;
  flex: 100%;
  text-align: left;
}
.patient-appointments .no-appointments {
  display: flex;
  flex-wrap: wrap;
  height: 30rem;
}
.patient-appointments .no-appointments h1,
.patient-appointments .no-appointments p {
  flex: 100%;
}
.patient-appointments .no-appointments p + .btn {
  height: 35px;
  width: 177px;
  margin: 3rem auto;
  display: block;
}
.patient-appointments .no-appointments * {
  box-sizing: border-box;
}
.patient-appointments h1,
.patient-appointments form, .patient-appointments #cancelAppointmentForm {
  flex: 100%;
}
.patient-appointments h1 {
  margin-top: 3rem;
  font-size: 2rem;
  margin-bottom: 20px;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .patient-appointments h1 {
    font-size: 1.8rem;
  }
}
.patient-appointments p {
  font-size: 1rem;
  text-align: center;
  /* Mobile Only ==============================*/
}
@media (max-width: 700px) {
  .patient-appointments p {
    font-size: 0.95rem;
  }
}
.patient-appointments form, .patient-appointments #cancelAppointmentForm {
  margin-top: 0;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 24rem;
}
.patient-appointments form label, .patient-appointments #cancelAppointmentForm label {
  margin: 8px 0;
  font-size: 18px;
}
.patient-appointments form .btn, .patient-appointments #cancelAppointmentForm .btn {
  width: 200px;
  margin: 10px auto;
  font-size: 16px;
  height: 40px;
}
.patient-appointments label.disabled {
  color: rgb(193.75, 193.75, 193.75);
}
.patient-appointments label.confirmed {
  color: #4bb094;
}
.patient-appointments .send.btn {
  width: 250px;
  text-align: center;
}

.error-container {
  width: 100%;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2em 5em;
}
.error-container h2 {
  text-transform: capitalize;
}
@media (max-width: 500px) {
  .error-container {
    padding: 1em;
  }
}
.error-msg {
  line-height: 1.5;
}

.help-container {
  padding: 2em 5em;
  align-self: flex-start;
  height: 100%;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
}
.help-container h1 {
  margin-bottom: 20px;
  font-size: 2rem;
}
.help-container ul {
  list-style: none;
}
.help-container ul li {
  margin-top: 10px;
  margin-left: 10px;
  text-decoration: underline;
}
.help-container ul li a:visited {
  /* Adrian TODO: Ask Valentina what color for visited links */
  color: #5D6FFE;
}

.set-up-roster {
  width: 100%;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2em 5em;
}
@media (max-width: 500px) {
  .set-up-roster {
    padding: 1em;
  }
}
.set-up-roster h1 {
  font-size: 2rem;
}
.set-up-roster .subtitle {
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.set-up-roster .step {
  display: block;
  margin-bottom: 30px;
}
.set-up-roster .step h2,
.set-up-roster h4 {
  line-height: 200%;
}
.set-up-roster .step img {
  margin: 0 10px;
  max-width: 700px;
}
.set-up-roster .form-input {
  padding-left: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 70%;
  box-sizing: border-box;
  color: black;
  height: 45px;
  font-size: 0.9rem;
  flex: 100%;
}
.set-up-roster .btn {
  display: block;
  width: 200px;
}
.set-up-roster label {
  display: flex;
  flex-wrap: wrap;
  max-width: 443px;
}
.set-up-roster span {
  flex: 100%;
  font-size: 0.9rem;
  text-align: left;
  padding-bottom: 0.4rem;
}
.set-up-roster .hidden {
  display: none;
}
.set-up-roster table {
  text-align: center;
}
.set-up-roster table td {
  padding: 5px;
}
.set-up-roster .error {
  background-color: #e8e8e8;
  border: 1px solid #d23030;
  color: #d23030;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}
.set-up-roster__table td {
  text-align: left;
}

.patients #phn-confirmation {
  color: white;
  text-align: center;
  margin-top: 5em;
}
.patients #phn-confirmation h2 {
  font-weight: normal;
  font-size: 1.3em;
  line-height: 120%;
}

#patients-check {
  margin: 20px auto;
  max-width: 500px;
}
#patients-check .btn {
  max-width: none;
  padding: 10px 0;
  font-size: 150%;
}

.appointment-post-videocall {
  min-height: initial;
  padding: 2em 5em;
  display: grid;
  justify-content: flex-start;
  width: 100% !important;
}

@media (max-width: 500px) {
  .appointment-post-videocall {
    padding: 1em;
  }
}
.virtual-appointment {
  margin-top: 1.5rem;
}

.location-tabs {
  display: flex;
  margin-top: 1rem;
}

.location-tab {
  background-color: #cdcdcd;
  color: #000000;
  padding: 1rem;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}
.location-tab.selected {
  background-color: #ffffff;
  border-bottom: none;
}

.location-tabs-content {
  background-color: #ffffff;
  color: #000000;
  border-radius: 0 5px 5px 5px;
  padding: 1rem;
}

.available-days {
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  background-color: #d23030;
  padding: 7px;
  font-weight: bold;
  box-shadow: 0 2px 5px 0 #787878;
}

.appointment-not-found .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.clinic-settings-form {
  margin-bottom: 2rem;
  /* Fix for /settings general tab (clinic-settings-general.tag) not adhering to app wrapper and responsiveness. */
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .clinic-settings-form {
    max-width: none;
  }
}

.appointment-mediums {
  flex: 0 1 20rem;
  padding-left: 5px;
}
.appointment-mediums label {
  font-weight: 400;
  margin: 0;
}

.appointment-medium-fieldset {
  background-color: #ffffff;
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.advanced-settings-toggle {
  display: inline-block;
  padding-top: 1rem;
}

.form-field-light.username {
  width: 10rem;
}

.ClinicSettingsUsers__doctor-info {
  display: grid;
  grid-template-columns: 20% 20% 20% 30% 10%;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.ClinicSettingsUsers__doctor-info:hover {
  background: #e8e8e8;
}
.ClinicSettingsUsers__doctor-info .js-left {
  justify-self: flex-start;
}
.ClinicSettingsUsers__doctor-info .js-center {
  justify-self: center;
}
.ClinicSettingsUsers__doctor-info .js-right {
  justify-self: flex-end;
}
.ClinicSettingsUsers__username {
  color: #787878;
  font-size: 15px;
  padding-right: 5px;
}
.ClinicSettingsUsers__specialization-count {
  border: 1px solid black;
  border-radius: 999px;
  padding: 0 6px;
  min-width: 50%;
  text-align: center;
}

.EditProviderModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  /* vert+horiz center wrapper */
  display: grid;
  justify-content: center;
  align-items: center;
  /* SECTION: Provider Details */
  /* SECTION: Specializations list */
  /* SECTION: Modal control buttons */
}
.EditProviderModal section {
  padding: 5px 2%;
}
.EditProviderModal__wrapper {
  background: white;
  max-height: 90vh;
  width: 80vw;
  padding: 20px 20px 10px 20px;
  overflow-y: scroll;
  border-radius: 5px;
  position: relative;
  display: grid;
  grid-template-columns: 28% 72%;
  grid-template-rows: auto auto;
  grid-template-areas: "provider-details specialization-form" "provider-details specialization-list" "control-buttons control-buttons";
  grid-column-gap: 10px;
}
.EditProviderModal__wrapper > section {
  display: flex;
  flex-direction: column;
}
.EditProviderModal__provider-details {
  grid-area: provider-details;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.EditProviderModal__provider-details label {
  font-weight: 500;
}
.EditProviderModal__provider-details div {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.EditProviderModal__specialization-form {
  grid-area: specialization-form;
}
.EditProviderModal__specialization-list {
  grid-area: specialization-list;
  gap: 10px;
}
.EditProviderModal__specialization-plus-btn {
  transform-origin: center;
  transform: scale(0.75);
}
.EditProviderModal__btns {
  grid-area: control-buttons;
  position: sticky;
  bottom: 0;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 2px black;
  padding: 5px;
  background: white;
  display: flex;
  column-gap: 10px;
}
.EditProviderModal__btns.btn {
  margin: 0;
}
.EditProviderModal__btns-delete {
  margin-left: auto;
}
.EditProviderModal__warning-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}

.WorkflowCard {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.WorkflowCard label {
  margin: 0;
  font-weight: 500;
  min-width: 65px;
}
.WorkflowCard .mt-10 {
  margin-top: 10px;
}
.WorkflowCard .mb-10 {
  margin-bottom: 10px;
}
.WorkflowCard__wrapper {
  background: white;
  height: max-content;
  width: 55vw;
  padding: 20px 30px;
  border-radius: 5px;
  overflow-y: auto;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.WorkflowCard__wrapper__group {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  flex-direction: row;
}
.WorkflowCard__wrapper__item {
  flex-direction: row;
}
.WorkflowCard__wrapper__item--wide {
  width: 70%;
}
.WorkflowCard__wrapper__item--wide button.--btn-icon {
  height: 1.6rem;
  padding: 0 0.6rem;
  margin-top: 0;
}
.WorkflowCard__wrapper__item--wide input[type=text]:read-only {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}
.WorkflowCard__wrapper__item--wide input[type=text]:read-only.--wide {
  width: 80%;
}
.WorkflowCard__wrapper__list {
  margin-top: 0;
  margin-bottom: 0.4rem;
}
.WorkflowCard__default-codes {
  gap: 20px;
  width: 100%;
}
.WorkflowCard__default-codes label {
  width: unset;
}
.WorkflowCard__default-codes input {
  width: 60px;
  align-self: center;
}
.WorkflowCard__controls {
  width: 100%;
  position: relative;
}
.WorkflowCard__controls button {
  width: max-content;
}
.WorkflowCard__controls button.--pos-right {
  position: absolute;
  right: 0;
}
.WorkflowCard__text--red {
  color: red;
}
@media screen and (max-width: 1024px) {
  .WorkflowCard__wrapper {
    width: 80vw;
    padding: 20px;
  }
  .WorkflowCard__wrapper .ml-3,
  .WorkflowCard__wrapper .ml-2 {
    margin-left: 0.4rem !important;
  }
  .WorkflowCard__wrapper__group {
    flex-direction: column;
    width: 100%;
    margin-left: 0.4rem;
  }
  .WorkflowCard__wrapper__item {
    width: 100%;
  }
  .WorkflowCard__wrapper__item input[type=text],
  .WorkflowCard__wrapper__item select {
    width: 98%;
  }
  .WorkflowCard__wrapper__item--wide {
    width: 100%;
    justify-content: space-between;
  }
  .WorkflowCard__wrapper__item--wide input[type=text]:read-only.--wide {
    width: 80%;
  }
  .WorkflowCard ul {
    margin-left: 0;
  }
  .WorkflowCard__controls {
    flex-direction: column;
  }
  .WorkflowCard__controls__group {
    align-self: flex-start;
    justify-content: flex-start;
  }
  .WorkflowCard__controls button.--pos-right {
    position: relative;
    margin-top: 1.5em;
    align-self: flex-end;
  }
}
@media screen and (max-width: 760px) {
  .WorkflowCard__wrapper {
    max-height: 90vh;
  }
}
@media screen and (max-width: 480px) {
  .WorkflowCard input[type=text]:read-only.--wide {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .WorkflowCard__fields {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .WorkflowCard__fields .info-column {
    width: 60%;
  }
  .WorkflowCard__fields .codes-column {
    width: 40%;
  }
}

.SpecializationForm {
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  /* remove dropdown arrow */
  /* For IE10 */
}
.SpecializationForm label {
  font-weight: 500;
}
.SpecializationForm__codes-section, .SpecializationForm__codes-section div {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
.SpecializationForm__codes-section > input, .SpecializationForm__codes-section div > input {
  max-width: 50px;
}
.SpecializationForm__adv-settings {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 25px;
}
.SpecializationForm__adv-settings label {
  padding: 0;
  margin: 0;
}
.SpecializationForm__adv-settings-form-group {
  display: flex;
  flex-direction: column;
  background: #ababab;
  border: 2px solid #ababab;
  text-align: center;
  margin: 0 3px;
  width: 60px;
  position: relative;
  top: -25px;
}
.SpecializationForm__adv-settings-btn {
  display: block;
  font-size: 0.85em;
  color: blue !important;
  cursor: pointer;
}
.SpecializationForm__label {
  font-size: 1.2em;
  font-weight: 500;
  margin-left: -5px;
  text-decoration: underline;
}
.SpecializationForm__controls {
  float: right;
  display: inline-flex;
  width: max-content;
  justify-content: flex-end;
}
.SpecializationForm__controls button {
  position: relative;
  right: -5px;
  top: -5px;
  margin: 0;
  transform: scale(0.8);
}
.SpecializationForm.--uneditable input, .SpecializationForm.--uneditable select {
  padding: 0 5px;
  border: none;
  pointer-events: none !important;
  cursor: not-allowed !important;
  -moz-user-focus: none !important;
  -webkit-user-focus: none !important;
  -ms-user-focus: none !important;
  -moz-user-modify: read-only !important;
  -webkit-user-modify: read-only !important;
  -ms-user-modify: read-only !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.SpecializationForm.--uneditable .SpecializationForm__adv-settings-container * {
  background: rgb(166.25, 166.25, 166.25);
}
.SpecializationForm.--uneditable select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.SpecializationForm.--uneditable select::-ms-expand {
  display: none;
}

.new-patient-check h3 {
  color: #ffffff;
  margin: 10px 0;
  font-weight: bold;
  display: block;
}
.new-patient-check p {
  color: #ffffff;
  font-size: 0.9rem;
  padding-bottom: 0.4rem;
  margin: 0;
}
.new-patient-check .new-patient-check-row {
  display: flex;
  flex-wrap: wrap;
}
.new-patient-check .new-patient-check-row input {
  width: 100%;
  padding-left: 15px;
}
.new-patient-check .new-patient-check-row select {
  padding-left: 10px;
}
.new-patient-check .new-patient-check-row .field {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 35px;
  font-size: 0.9rem;
  margin: 0 5px;
}
.new-patient-check .new-patient-check-row .field:first-child {
  margin-left: 0;
}
.new-patient-check .new-patient-check-row .field:last-child {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .new-patient-check .new-patient-check-row input {
    min-width: 100%;
  }
  .new-patient-check .new-patient-check-row .field {
    margin: 5px 0;
  }
}

.hidden {
  display: none;
}

.TagsInput__container {
  position: relative;
  width: 100%;
  display: flex;
  /* OVERRIDE: parent "column" constraint */
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  border: 1px solid #ababab;
  border-radius: 3px;
}
.TagsInput__container input {
  flex: 1;
  display: inline;
  min-width: 50px;
  border: none;
}
.TagsInput__tag {
  display: inline-flex;
  align-items: center;
  height: max-content;
  width: max-content;
  max-width: 100%;
  padding: 0 0 0 10px;
  border-radius: 999px;
  box-shadow: 0 0 2px 1px #faab4a;
  flex: auto 10%;
}
.TagsInput__tag button {
  background: transparent;
  border: none;
  height: 30px;
  width: 30px;
  float: right;
  outline: none;
  opacity: 0.7;
}
.TagsInput__search-suggestions {
  display: flex;
  list-style: none;
  flex-direction: column;
  background: white;
  box-shadow: 0 0 2px #ababab;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 30;
}
.TagsInput__search-suggestions li {
  cursor: pointer;
  padding: 0 4px;
  margin: 0;
}
.TagsInput__search-suggestions li:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.TagsInput__search-suggestions li.--checked::after {
  content: "✓";
}
.TagsInput__search-suggestions li.--highlighted {
  background: grey;
}

.ProviderCard {
  display: flex;
  align-items: center;
  min-height: 50px;
  height: max-content;
  width: 100%;
  padding: 2px 5px !important;
  margin: 0 !important;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}
.ProviderCard--inactive {
  background: rgba(128, 128, 128, 0.086);
  opacity: 0.4;
}
.ProviderCard--inactive:hover {
  border: 1px solid #cdcdcd !important;
}
.ProviderCard:hover {
  border: 1px solid #4b54f6;
}
.ProviderCard--new {
  border: 1px solid #faab4a;
}
.ProviderCard__name {
  width: 215px;
}
.ProviderCard__provider_no {
  width: 120px;
}
.ProviderCard__specializations {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.ProviderCard__specializations-pill {
  border: 1px solid grey;
  border-radius: 999px;
  padding: 1px 6px;
  font-size: 14px;
  width: max-content;
  overflow: ellipsis;
  margin-left: auto;
  margin-right: 4px;
  background: #585f87;
  color: white;
  margin-bottom: 0.25em;
}
.ProviderCard__edit-btn.btn {
  color: #5d70ff;
  font-size: 14px;
}

.pill-inactive {
  opacity: 0.5;
}

.ProviderCardModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProviderCardModal__content {
  background: white;
  height: 85vh;
  width: 80vw;
  border-radius: 5px;
  overflow-y: scroll;
  padding: 12px;
  position: relative;
  display: grid;
  grid-template-columns: 34% 66%;
  grid-template-rows: auto 60px;
  grid-template-areas: "details specializations" "controls specializations";
}
.ProviderCardModal section {
  padding: 0;
}
.ProviderCardModal label {
  font-weight: bold;
  margin: 0;
}
.ProviderCardModal__section {
  width: 95%;
  margin: 0 auto;
}
.ProviderCardModal__section.--details {
  grid-area: details;
  display: flex;
  flex-direction: column;
}
.ProviderCardModal__section.--details > div {
  display: flex;
  flex-direction: column;
}
.ProviderCardModal__section.--details > div > label {
  margin: 5px 0;
}
.ProviderCardModal__section.--specializations {
  grid-area: specializations;
  padding-bottom: 50px;
}
.ProviderCardModal__section.--controls {
  grid-area: controls;
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  width: max-content;
  top: 83vh;
  z-index: 25;
  border-radius: 4px;
  padding: 4px 10px;
  background: white;
  border: 1px solid #e8e8e8;
}
.ProviderCardModal.--loading {
  background: red;
}

.UserCard {
  position: relative;
  box-shadow: 0 0 1px grey;
  border: 1px solid rgba(128, 128, 128, 0.422);
  border-radius: 3px;
  padding: 10px !important;
  margin: 0 0 15px 0 !important;
  min-height: 50px;
}
.UserCard__fields-container {
  display: flex;
  align-items: center;
  gap: 1em;
}
.UserCard__fields-container.--edit-mode {
  display: flex !important;
}
.UserCard__fields-container.--edit-mode label {
  margin: 0;
  font-weight: bold;
}
.UserCard__fields-container.--edit-mode .form-group {
  display: flex;
  flex-direction: column;
}
.UserCard__fields-container.--edit-mode .form-group-note {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.UserCard__fields-container.--edit-mode div,
.UserCard__fields-container.--edit-mode input,
.UserCard__fields-container.--edit-mode select {
  width: auto;
  display: inline-flex;
}
.UserCard__fields-container.--edit-mode select {
  height: 30px;
}
.UserCard__fields-container-name {
  width: 210px;
}
.UserCard__fields-container-controls {
  margin-left: auto;
  display: flex;
  gap: 3px;
}
.UserCard__edit-btn {
  background-color: transparent;
  border: none;
}
.UserCard__save-btn {
  transform: scale(0.65) translateX(-10%);
}
.UserCard__cancel-btn {
  transform: scale(0.65) translateX(-55%);
}
.UserCard__user-icon {
  color: grey;
  font-size: 12px;
  transform: translateX(75%);
}
.UserCard .role-pills {
  position: absolute;
  right: 40px;
  top: 9px;
  padding: 0;
}
.UserCard__role-span {
  align-self: center;
  padding: 1px 6px;
  font-size: 14px;
  opacity: 0.8;
  color: white;
  border-radius: 999px;
  margin-left: 4px;
  margin-right: auto;
}
.UserCard__role-span.--doctor {
  background: #02a8ba;
}
.UserCard__role-span.--terminal {
  background: #141e55;
}
.UserCard__role-span.--noAccess {
  background: #f77354;
}
.UserCard__role-span.--moa {
  background: #ff3271;
}
.UserCard__role-span.--billing {
  background: #078e65;
}
.UserCard__role-span.--full-time {
  background: #5755d9;
}
.UserCard__role-span.--part-time {
  background: #2faa3f;
}
.UserCard__role-span.--three-tenths {
  background: #d467d8;
}
.UserCard__role-span.--non-billed {
  background: #f78355;
}
.UserCard__role-span.--reminder-only {
  background: #d6b14b;
}
.UserCard__role-span.--pending-setup {
  background: #ffb6c1;
}
.UserCard__role-span.--duplicate {
  background: #242424;
}
.UserCard__role-span.--covering-locum {
  background: #9370db;
}
.UserCard__role-span.--terminal {
  background: #bb4141;
}
.UserCard__role-span.--inactive {
  background: #585f87;
  opacity: 0.4;
}
.UserCard__email.input--readonly {
  color: #787878;
}
.UserCard__note {
  color: #CB8F00;
  display: inline;
}
.UserCard__providers-section {
  height: min-content;
}
.UserCard__providers-section ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.UserCard__providers-section li {
  list-style: none;
  transform: all 0.5s;
}
.UserCard__add-user-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  margin: 5px 0 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #3b73ba;
  cursor: pointer;
}
.UserCard__add-user-btn > .fa-plus {
  font-size: 10px;
  transform: translateY(-15%);
}
.UserCard__add-user-btn :hover {
  color: rgb(247.4081632653, 249.693877551, 252.5918367347);
}
.UserCard--disabled {
  color: #ababab;
  pointer-events: none;
  cursor: not-allowed;
}

.SpecializationCard {
  position: relative;
  border: 1px solid grey;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.SpecializationCard--inactive {
  background: rgba(128, 128, 128, 0.086);
  opacity: 0.4;
}
.SpecializationCard--inactive:hover {
  opacity: 1;
}
.SpecializationCard section {
  margin-bottom: 8px;
}
.SpecializationCard:hover {
  background: rgb(244.75, 244.75, 244.75);
}
.SpecializationCard__title {
  height: 35px;
}
.SpecializationCard__title.input--readonly {
  font-size: 1.2em;
  color: inherit;
  opacity: 1;
  font-weight: 500;
  text-decoration: underline;
}
.SpecializationCard__codes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px 0;
}
.SpecializationCard__codes > div {
  display: flex;
  flex: 1 1 300px;
  align-items: center;
  gap: 8px;
}
.SpecializationCard__codes > div > label:first-child {
  width: 80px;
  flex-shrink: 0;
}
.SpecializationCard__codes > div > virtual {
  flex-shrink: 0;
}
.SpecializationCard__code {
  flex: 1;
  min-width: 100px;
  max-width: 200px;
}
.SpecializationCard__advanced-section-btn {
  font-size: 0.85em;
  color: blue !important;
  cursor: pointer;
}
.SpecializationCard__controls {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
}
.SpecializationCard__controls > button {
  transform: scale(0.7, 0.8);
}
.SpecializationCard__edit-btn {
  position: absolute;
  top: 2px;
  right: 10px;
}
.SpecializationCard:hover .SpecializationCard__controls, .SpecializationCard.--highlight-border .SpecializationCard__controls {
  opacity: 1;
  pointer-events: unset;
}
.SpecializationCard__error-span {
  position: absolute;
  bottom: 10px;
  left: 25%;
}

.ToastMessage {
  border-radius: 3px;
  font-size: 16px !important;
  padding: 5px 0 5px 10px;
  position: fixed;
  top: 14vh;
  right: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1002;
}
.ToastMessage--success {
  background: #cbffef;
  color: #01615e;
}
.ToastMessage--success:after {
  background: rgb(0.4795918367, 46.5204081633, 45.0816326531);
}
.ToastMessage--error {
  background: #fde7e1;
  color: #cc2702;
}
.ToastMessage--error:after {
  background: rgb(153.4951456311, 29.3446601942, 1.5048543689);
}
.ToastMessage__close-icon {
  opacity: 0.5;
}

#patientPortal {
  background-color: white;
}

.PatientPortal {
  width: 100%;
  min-height: 100vh;
  background-color: white;
  overflow-y: hidden;
}
.PatientPortal .d-flex.header-block {
  justify-content: space-between;
  width: 100%;
}
.PatientPortal .d-flex.button-block-container {
  justify-content: space-between;
  margin-top: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .PatientPortal .d-flex.button-block-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
  }
}
.PatientPortal .virtual-appointment-details p {
  padding-left: 0.6em;
  font-size: 0.75rem;
}
.PatientPortal .caption {
  margin-top: 5px;
}
.PatientPortal .pr-leave {
  padding-right: 30px;
}
.PatientPortal .subscription-controls {
  display: flex;
  margin: 8px 5px;
}
.PatientPortal .subscription-option {
  display: flex;
  align-items: center;
}
.PatientPortal .subscription-option label {
  margin-left: 8px;
  margin-right: 8px;
}
.PatientPortal__navbar {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.PatientPortal__header {
  margin: 5px;
}
.PatientPortal__header .logo-column {
  display: flex;
  justify-content: center;
  margin: 0 5px;
}
.PatientPortal__header .logo-img {
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
  text-align: center;
  font-size: 0.9em;
}
.PatientPortal__header .toggle-column {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.PatientPortal__header .left-column {
  width: 70vw;
}
.PatientPortal__header .cortico-trademark-icon {
  opacity: 0.5;
}
.PatientPortal__header p {
  font-weight: 300;
  margin-bottom: 1px;
  color: #131D55;
}
.PatientPortal__header .toggle-link {
  color: #131D55;
  font-size: 0.8em;
  padding-right: 5px;
}
.PatientPortal__header .toggle-link:hover {
  cursor: pointer;
}
.PatientPortal__header .toggle-link:focus {
  box-shadow: none !important;
}
.PatientPortal__header .header-buttons-container {
  display: flex;
}
.PatientPortal__header .header-button-container {
  margin-top: 15px;
}
.PatientPortal__header .cancel-button {
  font-size: 0.9em;
}
.PatientPortal__header .leave-link-desktop {
  display: block;
}
.PatientPortal__header .leave-link-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .PatientPortal__header .d-none-mobile,
  .PatientPortal__header .leave-link-desktop {
    display: none;
  }
  .PatientPortal__header .leave-link-mobile {
    display: block;
  }
}
.PatientPortal__title {
  font-size: 1.15em !important;
}
.PatientPortal__subtitle,
.PatientPortal .cortico-trademark-text {
  font-size: 0.8em;
}
.PatientPortal__steps {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #656C91;
}
.PatientPortal__steps-container {
  width: 95%;
  margin: 15px auto;
}
.PatientPortal__steps-container .step .step-item a {
  color: #bcc3ce;
  padding: 40px 10px 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.PatientPortal__steps-container .step .step-item.active a {
  color: white;
}
.PatientPortal__steps-container .step .step-item:not(:first-child)::before {
  width: 69%;
  height: 0.12rem;
  content: "";
  position: absolute;
  background: #B0B3C9 !important;
  top: 10px;
  left: -50%;
  margin-left: 15%;
  z-index: 0 !important;
}
.PatientPortal__steps-container .step .step-item.active:not(:first-child)::before {
  background: #00D89A !important;
}
.PatientPortal__steps-container .step .step-item a::before {
  background: #656C91 !important;
  border: 0.1rem solid #B0B3C9 !important;
  height: 1.2rem;
  width: 1.2rem;
  top: 0;
  padding-top: 5px;
  font-size: 0.8em;
  color: #B0B3C9 !important;
}
.PatientPortal__steps-container .step .step-item a::before:hover {
  cursor: pointer;
}
.PatientPortal__steps-container .step .step-item.active a::before {
  color: white !important;
  border: 0.1rem solid #00D89A !important;
}
.PatientPortal__steps-container .step-item:first-child a::before {
  content: "1";
}
.PatientPortal__steps-container .step-item:nth-child(2) a::before {
  content: "2";
}
.PatientPortal__steps-container .step-item:nth-child(3) a::before {
  content: "3";
}
.PatientPortal__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  position: relative;
}
.PatientPortal__timeline {
  color: #656C91;
  margin: 30px 10px;
  padding-bottom: 2.5em;
}
.PatientPortal__timeline .timeline-icon {
  background: #656c91 !important;
}
.PatientPortal__timeline .timeline-item::before {
  background: #656c91 !important;
}
.PatientPortal__timeline p {
  margin-bottom: 9px;
  font-size: 1.15em;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
  .PatientPortal__timeline p {
    font-size: 1.1em;
  }
}
.PatientPortal__timeline .phone-no-text {
  font-size: 1.3em;
  font-weight: 500;
}
.PatientPortal__countdown {
  width: 95%;
  color: #656C91;
}
.PatientPortal__countdown .time-text {
  font-size: 1.3em;
  font-weight: 500;
}
.PatientPortal__upload-photo-modal, .PatientPortal__diagnostic-system-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PatientPortal__upload-photo-modal__content, .PatientPortal__diagnostic-system-modal__content {
  background: white;
  height: max-content;
  max-height: 90vh;
  overflow-y: auto;
  width: 40vw;
  border-radius: 5px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  color: #141e55;
}
@media screen and (max-width: 1080px) {
  .PatientPortal__upload-photo-modal__content, .PatientPortal__diagnostic-system-modal__content {
    width: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .PatientPortal__upload-photo-modal__content, .PatientPortal__diagnostic-system-modal__content {
    width: 90vw;
    max-height: 90vh;
    padding: 1.5em 1em;
  }
}
.PatientPortal__upload-photo-modal #testBtnContainer, .PatientPortal__diagnostic-system-modal #testBtnContainer {
  justify-content: center;
}
.PatientPortal__upload-photo-modal a:hover, .PatientPortal__diagnostic-system-modal a:hover {
  text-decoration: none;
}
.PatientPortal__upload-photo-modal .thumbnail, .PatientPortal__diagnostic-system-modal .thumbnail {
  background-color: white;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  border-radius: 0.3rem;
}
.PatientPortal__upload-photo-modal .thumbnail:hover, .PatientPortal__diagnostic-system-modal .thumbnail:hover {
  border-color: #4B54F6;
}
@media screen and (max-width: 1080px) {
  .PatientPortal__diagnostic-system-modal__content {
    width: 70vw;
  }
}
.PatientPortal .idle-warning .warning .warning-control .warning-title,
.PatientPortal .idle-warning .warning .warning-text {
  font-weight: normal;
  font-size: 1.2em;
}
.PatientPortal .idle-warning .warning .warning-control.confirm-control {
  background-color: #4b54f6 !important;
}
.PatientPortal .modal-content-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 10px 5px 0;
}
.PatientPortal .action-container {
  margin-top: 1.5em !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.PatientPortal .modal-close-btn {
  margin-top: 2em !important;
  align-self: flex-start;
}
.PatientPortal #upload-photo-box {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .PatientPortal #upload-photo-box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .PatientPortal .appointments-btn-container {
    flex-direction: column;
  }
}
.PatientPortal__see-doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 50vh;
  text-align: center;
  color: #B0B3C9;
}
.PatientPortal__see-doctor p {
  margin-bottom: 9px;
  font-size: 1.15em;
  letter-spacing: 0.5px;
}
.PatientPortal__see-doctor .appointment-icon {
  height: 60px;
  margin-bottom: 1em;
}
.PatientPortal__see-doctor .appointment-icon.--video {
  height: 55px;
}
.PatientPortal__see-doctor .error-message {
  color: #656C91;
}
.PatientPortal__see-doctor .PatientPortal__countdown {
  width: 100%;
}
.PatientPortal__see-doctor .PatientPortal__countdown .time-text {
  color: #9599B3;
}
.PatientPortal .local-video {
  display: flex;
  position: relative;
  margin-top: 10px;
  width: 30vmin;
  height: auto;
  background: transparent;
  justify-content: flex-end;
}
.PatientPortal .onscreen-btn {
  background: white;
  border: none;
  font-size: 14px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  margin: 0 10px 10px 0;
  padding: 0;
}
.PatientPortal .mute-btn,
.PatientPortal .video-btn {
  position: relative;
  overflow: hidden;
  height: 45px;
  width: 45px;
}
.PatientPortal .mute-btn.--muted:before,
.PatientPortal .video-btn.--muted:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #141e55;
  transform: rotate(-45deg) translateX(20%);
  transform-origin: 0 0;
  border-radius: 999px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 55;
}
.PatientPortal .btn-icon {
  height: 35px;
  vertical-align: middle;
}
.PatientPortal .btn-icon--muted {
  background: #ead6d0 !important;
}
.PatientPortal .body-button {
  margin-left: 0;
  margin-top: 0;
  color: #4B54F6 !important;
}
.PatientPortal .body-button.back-link {
  max-width: 70%;
  white-space: normal;
  height: max-content;
  padding: 0.9em;
}
.PatientPortal .body-button.loading {
  color: white !important;
}
.PatientPortal .mt-4 {
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  .PatientPortal .left-column {
    width: 80vw;
  }
  .PatientPortal .justify-bottom {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 960px) {
  .PatientPortal__body {
    width: 50%;
    margin: 0 auto;
  }
  .PatientPortal .wider {
    width: 100%;
  }
  .PatientPortal__header {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .PatientPortal__header .detail-column {
    display: flex;
    flex-direction: row;
    min-width: 75%;
    flex-wrap: nowrap;
  }
  .PatientPortal__header .toggle-column {
    display: none;
  }
  .PatientPortal__header .header-buttons-container {
    display: flex;
  }
  .PatientPortal__header .header-button-container {
    display: flex;
    margin-top: 15px;
  }
  .PatientPortal__header .cancel-button {
    font-size: 1em;
  }
  .PatientPortal__header p {
    font-size: 1.15em;
    margin-bottom: 1.5px;
  }
  .PatientPortal .left-column {
    width: 0px;
  }
  .PatientPortal .button-column {
    justify-content: flex-start;
  }
  .PatientPortal__title {
    font-size: 1.3em !important;
  }
  .PatientPortal__subtitle,
  .PatientPortal .cortico-trademark-text {
    font-size: 0.8em !important;
  }
  .PatientPortal__subtitle {
    margin-bottom: 1em !important;
  }
  .PatientPortal__steps-container {
    width: 70%;
  }
}
.PatientPortal .patient-agreement {
  position: absolute;
  bottom: 2%;
  text-align: center;
  width: 100%;
}
.PatientPortal .doctor-message-btn-container {
  position: absolute;
  top: 5%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 360px) {
  .PatientPortal .doctor-message-btn-container {
    top: 3%;
  }
  .PatientPortal .doctor-message-btn-container .btn {
    font-size: 0.6rem;
    height: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .PatientPortal__steps-container {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .PatientPortal .desktop-only-cancel-btn-text {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .PatientPortal .mt-3-md {
    margin-top: 1em;
  }
}
@media screen and (min-width: 960px) {
  .PatientPortal .chat-column {
    flex: none;
    width: 25%;
  }
  .PatientPortal .chat-toggle {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .PatientPortal .chat-column {
    display: none;
    flex: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 54;
  }
  .PatientPortal .chat-bg-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 53;
  }
  .PatientPortal .show {
    display: flex;
  }
  .PatientPortal .chat-toggle {
    display: flex;
    position: absolute;
    bottom: 3%;
    right: 5%;
    z-index: 55;
    background: #4B54F6;
    border-radius: 50%;
    box-shadow: 0.15em 0.15em 0 0 rgba(15, 28, 63, 0.125);
    height: 5em;
    width: 5em;
    justify-content: center;
    align-items: center;
  }
  .PatientPortal .chat-toggle--close {
    bottom: 77%;
  }
  .PatientPortal .chat-toggle-link {
    position: relative;
  }
  .PatientPortal .chat-toggle-icon {
    height: 2.5em;
  }
}
@media screen and (max-width: 360px) {
  .PatientPortal .chat-toggle {
    right: 4%;
    height: 4.3em;
    width: 4.3em;
  }
  .PatientPortal .chat-toggle--close {
    bottom: 78%;
  }
  .PatientPortal .chat-toggle-icon {
    height: 2em;
  }
}
.PatientPortal .video-info-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.PatientPortal .video-chat-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: black;
  background: white;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.PatientPortal .chat-box-options {
  align-items: center;
  justify-content: center;
}
.PatientPortal .chat-box-options .chat-box-embed {
  flex: 0.5 1 0;
  padding: 0 0.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.PatientPortal .chat-box-options .chat-box-prescription {
  flex: 2 1 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.5em;
}
.PatientPortal .chat-box-options .chat-box-prescription img {
  margin-right: 0.5em;
}
.PatientPortal .chat-box-options .chat-box-file {
  flex: 3 1 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.5em;
}
.PatientPortal .chat-box-options .chat-box-file img {
  margin-right: 0.5em;
}
.PatientPortal .chat-box-options div {
  flex: 1 1 0;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  padding: 0.75em 0.5;
}
.PatientPortal .chat-messages-box {
  height: calc(100vh - 50px);
  overflow-y: auto;
  padding: 20px 20px 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .PatientPortal .chat-messages-box {
    max-height: 75vh;
    padding-top: 30px;
  }
}
.PatientPortal .chat-messages-heading {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  margin: 11px;
  color: black;
  letter-spacing: 3.4px;
}
.PatientPortal .inherit-height {
  height: inherit;
}
.PatientPortal .hide {
  display: none;
}
.PatientPortal .chat-placeholder-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98%;
  font-style: italic;
  color: #9599B3;
}
.PatientPortal .chat-message.received-chat-message {
  text-align: left;
  float: none;
}
.PatientPortal .chat-message.received-chat-message .message-date {
  text-align: left;
}
.PatientPortal .chat-message.received-chat-message .message-content {
  background-color: white;
}
.PatientPortal .chat-message.received-chat-message .sent-content {
  float: right;
  background-color: #f0f0f6;
  margin-bottom: 0.5rem;
}
.PatientPortal .chat-message {
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  float: right;
  clear: both;
  text-align: right;
}
.PatientPortal .chat-message ul {
  list-style: initial;
  margin-left: 1rem;
}
.PatientPortal .chat-message .message-sender {
  font-weight: bold;
}
.PatientPortal .chat-message .message-content {
  display: inline-block;
  padding: 0.75em;
  max-width: 500px;
  border: 1px solid #eae9f3;
  border-radius: 0.25em;
  word-break: break-word;
  background-color: #f0f0f6;
  font-size: 14px;
}
.PatientPortal .chat-message .message-date {
  display: block;
  font-size: 10px;
  margin-top: 0.5rem;
  color: #9599b3;
  text-align: right;
}
.PatientPortal .chat-message .message-info {
  display: block;
}
.PatientPortal .chat-input-box {
  display: flex;
  padding: 0;
  margin: 0;
}
.PatientPortal #message-input {
  width: 100%;
  flex-grow: 2;
  background-color: white;
  border-radius: 4px 0 0 0;
  padding: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  height: 50px;
  background: #fafafd;
}
.PatientPortal #message-input::placeholder {
  color: #585f87;
}
.PatientPortal .send-message-btn {
  cursor: pointer;
  margin: 0;
  width: 90px;
  border-radius: 5px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fafafd;
  height: 50px;
}
.PatientPortal .send-message-btn > img {
  transform: scale(0.65);
}
.PatientPortal .send-message-btn:link,
.PatientPortal .send-message-btn:visited,
.PatientPortal .send-message-btn:hover,
.PatientPortal .send-message-btn:active {
  background: transparent !important;
  background-color: transparent !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.PatientPortal .footer-txt {
  color: #131d55;
  font-weight: 300;
}
.PatientPortal .footer-txt-icon {
  color: #131d55;
  font-size: 20px;
  transform: rotateY(180deg);
  position: relative;
}
.PatientPortal .footer-txt-icon:after {
  content: "M";
  color: white;
  position: absolute;
  left: 35%;
  top: 40%;
  font-size: 8px;
  font-weight: 250;
  font-family: "Rubik";
}
.PatientPortal .prescriptions {
  font-size: 16px;
  float: none;
  text-align: left;
}
.PatientPortal .prescriptions .message-date {
  text-align: left;
  margin-bottom: 0.5rem;
}
.PatientPortal .prescriptions ul {
  list-style: none;
  margin: 0.8rem 0 0.8rem;
}
.PatientPortal .prescription-notice {
  background-color: #f0f0f6;
  font-size: 16px;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid #eae9f3;
  border-radius: 0.25em;
  word-break: break-word;
}
.PatientPortal .prescription-notice p {
  margin: 0 0 0.1em;
}
.PatientPortal .prescription-message {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
}
.PatientPortal .prescription-message .email-wrapper {
  margin: 1rem;
  background-color: #f0f0f6;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  padding: 0.5rem;
}
.PatientPortal .prescription-message .email-wrapper .success,
.PatientPortal .prescription-message .email-wrapper .error {
  display: block;
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 3px;
  color: white;
}
.PatientPortal .prescription-message .email-wrapper .success {
  background-color: #4bb094;
}
.PatientPortal .prescription-message .email-wrapper .error {
  background-color: #d23030;
}
.PatientPortal .prescription-message .email-wrapper button[disabled],
.PatientPortal .prescription-message .email-wrapper button[disabled]:hover {
  background-color: #cdcdcd;
  color: #222222;
  cursor: default;
}
.PatientPortal .chat-messages-heading {
  display: none;
}
@media screen and (max-width: 960px) {
  .PatientPortal .overflow-mobile {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 960px) {
  .PatientPortal .overflow-desktop {
    overflow-y: auto;
  }
}

.staff-content-wrap {
  padding-left: 250px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}
.staff-content-wrap main {
  padding: 1.5em 0.75em 0 0.75em;
}
@media only screen and (max-width: 1100px) {
  .staff-content-wrap {
    padding-top: 55px;
    padding-left: 0;
    width: 100%;
  }
}

.virtual-main-container {
  width: 100%;
  height: calc(100vh - 1.5em);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #131D55 !important;
  background-color: white;
}
.virtual-main-container .virtual-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #131D55 !important;
}
.virtual-main-container .appointment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 800;
  padding-top: 2em;
}
.virtual-main-container .virtual-portal-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0em 0.25em 1.5em 0.25em;
}
.virtual-main-container .virtual-portal-container {
  width: 100%;
  flex-wrap: wrap;
  padding-top: 1em;
  display: flex;
  font-family: "Rubik";
}
.virtual-main-container .virtual-portal-container .virtual-calendar-container {
  flex: 1 1 50%;
  padding-right: 1em;
}
.virtual-main-container .virtual-portal-container .virtual-details-container {
  flex: 1 1 40%;
  padding: 1em 1.5em;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(19, 29, 85, 0.1607843137);
  border: 1px solid #EAE9F3;
  border-radius: 8px;
  padding: 1em;
  height: fit-content;
  position: sticky;
  top: 0;
}
.virtual-main-container .virtual-portal-container .details-summary {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: 1px solid #B0B3C9;
}
.virtual-main-container .virtual-portal-container .contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid #B0B3C9;
}
.virtual-main-container .virtual-portal-container .contact-details > * {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.virtual-main-container .virtual-portal-container .contact-details > *:hover {
  transform: scale(1.1);
}
.virtual-main-container .virtual-portal-container .icon-list-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.virtual-main-container .virtual-portal-container .bg-container {
  padding: 1em;
  border-radius: 0.5em;
  background-color: #F3F4F7;
  position: relative;
  margin: 0.5em 0;
}
.virtual-main-container .virtual-portal-container .patient-task {
  display: flex;
  justify-content: space-between;
}
.virtual-main-container .virtual-portal-container .task-container {
  display: flex;
  flex-direction: column;
  border-radius: 0.25em;
  background-color: white;
  padding: 0.5em;
  height: fit-content;
}
.virtual-main-container .virtual-portal-container .task-container li {
  margin: 0.25em 0;
}
.virtual-main-container .virtual-portal-container bold {
  font-weight: 800;
}
.virtual-main-container .virtual-portal-container .file-upload {
  font-style: italic;
}
.virtual-main-container .virtual-portal-container .success {
  color: #00CE8E;
}
.virtual-main-container .virtual-portal-container .error {
  color: #707070;
}
.virtual-main-container .virtual-portal-container .italic {
  font-style: italic;
}
.virtual-main-container .virtual-portal-container .detail-label {
  margin: 0.5em 0;
}
.virtual-main-container .virtual-portal-container .paid-fees {
  white-space: pre-line;
}
.virtual-main-container .virtual-portal-container .upload-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1em 0;
  font-style: italic;
  cursor: pointer;
}
.virtual-main-container .virtual-portal-container .upload-container img {
  width: 17px;
  height: 17px;
}
.virtual-main-container .virtual-portal-container .upload-container > * {
  margin: 0 0.25em;
}
.virtual-main-container .virtual-portal-container .pharmacy-container {
  display: flex;
  flex-direction: column;
}
.virtual-main-container .virtual-portal-container .alert-btn {
  position: absolute;
  background-color: #00CE8E;
  color: white;
  padding: 0.5em 1em;
  border-radius: 1em;
  font-style: italic;
  right: 1em;
  top: 1em;
}
.virtual-main-container .virtual-portal-container .appointment-btn {
  max-width: initial;
}
.virtual-main-container .virtual-portal-container .action-btn {
  display: inline;
  position: relative;
  background-color: #F1F5FE;
  border-radius: 0.5em;
  padding: 0.8em;
  margin-right: 1em;
  cursor: pointer;
}
.virtual-main-container .virtual-portal-container .type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1em;
  border-radius: 1em;
  width: 50px;
  height: 50px;
}
.virtual-main-container .virtual-portal-container .active-status {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  border-radius: 3em;
}
.virtual-main-container .virtual-portal-container .appointment-icon {
  width: 20px;
  height: 20px;
}
.virtual-main-container .virtual-portal-container .appointment-user {
  display: flex;
  align-items: center;
}
.virtual-main-container .virtual-portal-container .patient-name {
  font-weight: 800;
  font-size: 20px;
}
.virtual-main-container .virtual-portal-container .appointment-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  .virtual-main-container {
    top: 55px;
    left: 0;
    width: 100%;
  }
  .virtual-main-container .virtual-calendar-container {
    flex: 1 1 100% !important;
    padding-right: 0 !important;
  }
  .virtual-main-container .virtual-details-container {
    flex: 1 1 100% !important;
    padding: 1em 1.5em;
    display: flex;
    flex-direction: column;
  }
  .virtual-main-container .calendar-appointment-container {
    align-self: center;
  }
}
@media only screen and (max-width: 600px) {
  .virtual-main-container .contact-details span {
    flex: 1 1 auto;
    margin-bottom: 0.5em;
  }
}

.message-toast {
  position: fixed;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show_toast 1s ease forwards;
  background: #f6fff5;
  border: 1px solid rgba(0, 204, 136, 0.2117647059);
  border-left: 10px solid #4cb748;
  padding: 1em;
  font-weight: 600;
  list-style: none;
  font-size: 16px;
  z-index: 1000;
}

.error-toast {
  border-left: 10px solid #721c24 !important;
}

@keyframes show_toast {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(10%);
  }
  80%, 100% {
    transform: translateX(-50%);
  }
}
@keyframes hide_toast {
  0% {
    transform: translateX(20px);
  }
  40% {
    transform: translateX(10%);
  }
  80%, 100% {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
  }
}
.wrapper.hide {
  animation: hide_toast 1s ease forwards;
}

.appointment-item-container {
  border-radius: 0.25em;
  padding: 0.5em 0;
  box-shadow: 0px 3px 6px rgba(19, 29, 85, 0.1607843137);
  cursor: pointer;
  margin-bottom: 0.5em;
  border: 2px solid transparent;
}
.appointment-item-container .calendar-sm-inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2em;
}
.appointment-item-container .calendar-lg-inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1em;
}
.appointment-item-container .schedule-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 1em;
}
.appointment-item-container .type-icon {
  padding: 1em;
  border-radius: 1em;
  width: 50px;
  height: 50px;
}
.appointment-item-container .action-btn {
  background: initial;
  border-radius: 0em !important;
  padding: 0.5em !important;
  background-color: initial !important;
}
.appointment-item-container .select-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  border-radius: 0.8em;
  background-color: #5C70FF;
  height: fit-content;
  margin: auto;
}
.appointment-item-container .select-btn img {
  width: 20px;
}
.appointment-item-container .select-btn:hover {
  background-color: #98A5FB;
}
.appointment-item-container .action-btn img {
  width: 20px;
}
.appointment-item-container .is-hidden {
  display: none;
}
.appointment-item-container .schedule-cause {
  font-style: italic;
  font-size: 20px;
  color: #B0B3C9;
}
.appointment-item-container .patient-name {
  font-weight: bold;
}
.appointment-item-container .calendar-lg-inner-container .patient-name {
  font-size: 18px;
}
.appointment-item-container .calendar-sm-inner-container {
  transition: all 0.25s ease-in;
}
.appointment-item-container .calendar-sm-inner-container .active-status {
  top: -0.25em;
  right: -0.25em;
}
.appointment-item-container .calendar-sm-inner-container .type-icon {
  border-radius: 0.5em;
  width: 25px;
  height: 25px;
}
.appointment-item-container .calendar-sm-inner-container .active-status {
  width: 12.5px;
  height: 12.5px;
}
.appointment-item-container:hover {
  border: 2px solid #5C70FF;
}
.appointment-item-container:hover .select-btn {
  background-color: #98A5FB;
  transform: scale(1.01);
}
.appointment-item-container:hover .calendar-sm-inner-container {
  padding: 1em;
  border-left: 10px solid #FF91C4;
}
.appointment-item-container:hover .calendar-sm-inner-container .type-icon {
  border-radius: 1em;
  width: 50px;
  height: 50px;
}
.appointment-item-container:hover .calendar-sm-inner-container .active-status {
  top: -0.5em;
  right: -0.5em;
  width: 20px;
  height: 20px;
}
.appointment-item-container:hover .calendar-sm-inner-container .is-hidden {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .appointment-item-container .calendar-lg-inner-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .appointment-item-container .action-container {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  .appointment-item-container .type-icon {
    border-radius: 8px !important;
    width: 35px !important;
    height: 35px !important;
  }
  .appointment-item-container .patient-name, .appointment-item-container .schedule-cause {
    font-size: 16px;
  }
  .appointment-item-container .header-title {
    display: none;
  }
}

.is-clinic-inner {
  border-left: 6px solid #FF91C4;
}

.is-phone-inner {
  border-left: 6px solid #74D3F9;
}

.is-virtual-inner {
  border-left: 6px solid #FED37F;
}

.is-home-visit-inner {
  border-left: 6px solid #95ec64;
}

.is-clinic-bg {
  background-color: #FF91C4;
}

.is-phone-bg {
  background-color: #74D3F9;
}

.is-virtual-bg {
  background-color: #FED37F;
}

.is-home-visit-bg {
  background-color: #95ec64;
}

.appointment-item-container {
  margin-left: 0;
  transition: margin-left 0.1s ease-in;
}

.selected-appointment .appointment-item-container {
  border: 2px solid #5C70FF;
  margin-left: 5px;
}
.selected-appointment .appointment-item-container .select-btn {
  background-color: #98A5FB;
  transform: scale(1.01);
}

.sidebar-navigation-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100vh;
  background-color: #4a5bd5;
  z-index: 1000;
  color: white;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  transition: all 1s ease-in;
}
.sidebar-navigation-container .bottom-nav-container {
  margin-top: auto;
  border-top: 1px solid white;
}
.sidebar-navigation-container .bottom-nav-list {
  margin-top: auto;
}
.sidebar-navigation-container .close-btn {
  position: absolute;
  right: 1em;
  top: 1em;
  width: fit-content;
  display: none;
  font-weight: 800;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.sidebar-navigation-container .sidebar-nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  overflow: auto;
  scrollbar-color: #5D71FF transparent;
  scrollbar-width: thin;
}
.sidebar-navigation-container .sidebar-nav-list::-webkit-scrollbar {
  width: 0.5em;
}
.sidebar-navigation-container .sidebar-nav-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  user-select: none;
}
.sidebar-navigation-container .sidebar-nav-item:hover {
  background-color: #5c70ff !important;
}
.sidebar-navigation-container .nav-section-heading {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  padding: 0.55em 1em;
  width: 100%;
  margin-top: 0.5rem;
}
.sidebar-navigation-container .nav-item-link {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  text-decoration: none;
  color: white;
  cursor: pointer;
  padding: 0.55em 1em;
  width: 100%;
}
.sidebar-navigation-container .nav-item-link img {
  max-width: 50%;
  height: 22px;
  display: block;
}
.sidebar-navigation-container .plus-button {
  margin-right: 0.5rem;
}
.sidebar-navigation-container .nav-item-link span {
  margin-left: 1rem;
}
.sidebar-navigation-container .sidebar-nav-item.is-nav-selected {
  background-color: #5c70ff !important;
  border-left: 2px solid white;
}
@media only screen and (max-width: 1100px) {
  .sidebar-navigation-container {
    display: none;
  }
  .sidebar-navigation-container .close-btn {
    display: block;
  }
}

@media only screen and (max-height: 500px) {
  .sidebar-navigation-container {
    flex-wrap: nowrap;
  }
}
.mobile-header {
  width: 100vw;
  position: fixed;
  top: 0;
  height: 55px;
  padding: 0 0.5em;
  z-index: 1005;
  display: none;
  background-color: #fff;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
}
.mobile-header .clinic-header-container {
  display: flex;
  align-items: center;
}
.mobile-header .clinic-header-container .header-logo {
  width: 50px;
}
.mobile-header .clinic-header-container .header-title {
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .mobile-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .hamburger-menu {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-header .header-title {
    display: none;
  }
}

.sidebar-navigation-container .side-navigation-open {
  transition: all 1s ease-in;
}

.side-navigation-open {
  display: flex;
  width: 100%;
  z-index: 9999;
  top: 0;
  align-items: center;
  height: 100vh;
}
.side-navigation-open .bottom-nav-list {
  margin-top: 0;
}
.side-navigation-open .sidebar-nav-list {
  margin-top: 3em;
}
.side-navigation-open > * {
  width: 100%;
}

.tool {
  cursor: help;
  position: relative;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}

/*== pointer tip ==*/
.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #031D55 transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
  transform: scale(0.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}

/*== speech bubble ==*/
.tool::after {
  background: #031D55;
  border-radius: 0.25em;
  bottom: 125%;
  color: #EDEFF0;
  content: attr(data-tip);
  margin-left: -5.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 12.5em;
  text-align: center;
  font-size: 10px;
}

.tool:hover::after,
.tool:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

@media (max-width: 760px) {
  .tool::after {
    font-size: 0.75em;
    margin-left: -5em;
    width: 10em;
  }
}
.BookingRange {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.BookingRange .range-wrapper {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.BookingRange .unit-container {
  text-align: center;
  width: 62px;
  background: rgb(244.75, 244.75, 244.75);
  padding: 1px;
}
.BookingRange .unit-container > input {
  width: 100%;
  text-align: center;
}
.BookingRange .unit-container > input::-webkit-outer-spin-button, .BookingRange .unit-container > input::-webkit-inner-spin-button {
  opacity: 1;
}
.BookingRange .unit-container > input.input--readonly {
  background: white;
}
.BookingRange label {
  min-width: min-content;
}
@media screen and (max-width: 760px) {
  .BookingRange {
    flex-direction: column;
    align-items: flex-start;
  }
}

.specialist-booking {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.specialist-booking .header, .specialist-booking .content {
  margin: 0px;
}
.specialist-booking .btn {
  margin: 0;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.1rem;
}
.specialist-booking .table-container .columns .column {
  text-align: center;
}
.specialist-booking .table-header {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #dddddd;
}
.specialist-booking .bookings {
  text-align: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
  position: relative;
}
.specialist-booking .bookings .actions {
  text-align: center;
}
.specialist-booking .bookings .actions button:first-child {
  margin-top: 0;
}
.specialist-booking .bookings .actions button:last-child {
  margin-bottom: 0;
}
.specialist-booking .bookings .anchor {
  display: block;
  margin-top: -100px;
  position: absolute;
}

.invite-patient-booking .btn {
  font-size: 16px;
}
.invite-patient-booking .modal-container {
  padding: 20px;
}
.invite-patient-booking .patient-card {
  padding: 15px 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 0;
}
.invite-patient-booking .patient-card .demo-no {
  color: #aaaaaa;
}
.invite-patient-booking .patient-card .remove-btn {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invite-patient-booking .form-group .form-label {
  font-weight: 700;
  display: inline-block;
}
.invite-patient-booking .form-group .form-label .tooltip {
  font-weight: 400;
  text-align: center;
  z-index: 9999;
}
.invite-patient-booking .form-group .has-icon-right {
  cursor: pointer;
}
.invite-patient-booking .form-group .has-icon-right .form-icon {
  margin-top: -2px;
  margin-right: 20px;
}
.invite-patient-booking .form-group .required:after {
  content: "*";
  color: #cc0000;
  margin-left: 5px;
}

.main-navigation-container {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 75px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.main-navigation-container {
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.main-nav {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  padding: 0 0em;
}

.main-nav-one {
  display: flex;
  align-items: center;
}

.main-nav-one h5,
.main-nav-one h6 {
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  font-size: 16px;
}

.main-nav-one > div {
  margin-left: 1em;
}

.main-nav-one h5 {
  font-weight: 500;
}

.main-nav-one h6 {
  font-weight: 300;
}

.clinic-subheader-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

.menu-caret {
  display: inline-block;
  vertical-align: middle;
}

.menu-title {
  display: inline-block;
  font-weight: 500;
}

.main-nav-two {
  cursor: pointer;
  position: relative;
}

.menu-open .main-nav-dropdown {
  display: block;
}

.main-nav-dropdown {
  white-space: nowrap;
  display: none;
  position: absolute;
  margin-top: 20px;
  right: 0;
  background-color: white;
  background-color: white;
  padding: 1em 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  z-index: 50;
}

.main-nav-dropdown-item {
  padding: 0.5em 1em;
}

.main-nav-dropdown-item.patient-user {
  display: flex;
}
.main-nav-dropdown-item.patient-user div {
  margin-left: 2px;
  padding-top: 3px;
}
.main-nav-dropdown-item.patient-user div span {
  max-width: 3rem;
}
.main-nav-dropdown-item.patient-user .sign-out {
  margin-left: 2px;
  color: #5C70FF !important;
}

.main-nav-dropdown a {
  color: inherit !important;
  display: block;
}

.hamburger-container {
  display: flex;
  align-items: center;
  gap: 0.25em;
}

.hamburger-menu {
  display: none;
  transform: scale(1.2);
  margin-left: 5px;
  width: 30px;
  height: 15px;
  flex-direction: column;
  justify-content: space-between;
  z-index: 30;
}

.hamburger-top {
  border: 1px solid rgb(0, 0, 0);
  height: 1px;
  width: 20px;
}

.hamburger-middle {
  border: 1px solid rgb(0, 0, 0);
  height: 1px;
  width: 13px;
}

.hamburger-bottom {
  border: 1px solid rgb(0, 0, 0);
  height: 1px;
  width: 7px;
}

.user-icon {
  display: inline-block;
  vertical-align: middle;
}

.main-nav-divider {
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0.5em 0;
}

.main-nav-dropdown .doctor-schedule-button {
  color: white !important;
}

.main-nav-logo-img {
  max-height: 50px;
  max-width: 240px;
}

@media only screen and (max-width: 1100px) {
  .main-nav {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav-title,
  .main-nav-subtitle {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main-nav {
    padding: 0 1em;
    height: 60px;
  }
  .hamburger-menu {
    display: flex;
  }
  .menu-caret, .menu-title {
    display: none;
  }
  .main-nav-subtitle {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0.35em !important;
  }
  .main-nav-two {
    vertical-align: middle;
  }
}
.feature-setup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1100px) {
  .feature-setup {
    height: auto;
    margin-top: 3em;
  }
}

.feature-setup-description {
  border-bottom: 1px solid #B0B3C9;
  width: 100%;
  max-width: 550px;
  z-index: 10;
  margin-bottom: 1.5em;
}

.feature-setup-description p {
  line-height: 1.3;
}

.feature-setup a {
  font-weight: bold;
}

.refer-colleague {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.refer-colleague .refer-colleague-container {
  width: 100%;
  max-width: 650px;
  box-sizing: content-box;
  z-index: 10;
  margin-bottom: 1.5em;
  border-radius: 8px;
  border: 2px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 2em 2.5em;
  background: transparent;
}
.refer-colleague .refer-colleague-container img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 1em;
}
.refer-colleague .refer-description {
  color: #6B7280;
  line-height: 1.5;
}
.refer-colleague .referral-toast {
  width: 90%;
  margin: 1em auto 0;
}
.refer-colleague .copy-link-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.refer-colleague .copy-link-container input {
  width: 100%;
  outline: none;
  background-color: transparent;
  padding: 0.75em 1em;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #D1D5DB;
  background: #F9FAFB;
  overflow: hidden;
  color: #6B7280;
  text-overflow: ellipsis;
}
.refer-colleague .copy-link-container button {
  border-radius: 0px 8px 8px 0px;
  background: #5C70FF;
  color: #fff;
  margin: 0;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .refer-colleague .refer-colleague-container {
    box-shadow: none;
    border: 0;
  }
}

.feature-setup-description img {
  width: 150px;
  margin-bottom: 1em;
}

.analytics-page p {
  font-size: 16px;
  color: #585F87;
  font-weight: 400;
  line-height: 20px;
}
.analytics-page .card {
  border-radius: 16px;
  box-shadow: rgba(10, 22, 70, 0.1) 0px 3px 3px -1px, rgba(10, 22, 70, 0.06) 0px 0px 1px 0px;
  margin-bottom: 25px;
}
.analytics-page .card .card-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.analytics-page .card .card-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #585F87;
}
.analytics-page .card .card-body {
  font-size: 16px;
}
.analytics-page .card .date-input {
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 1rem;
  border: 1px solid #D2D0E6;
  cursor: pointer;
}
.analytics-page .card p {
  margin-bottom: 0;
}
.analytics-page .card .instruction-move-chart {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
}
.analytics-page .status-block .metric-display {
  font-size: 46px;
  font-weight: 500;
  color: #5C70FF;
}
.analytics-page .accordion {
  margin-bottom: 2rem;
}
.analytics-page .accordion .accordion-header {
  background-color: #5C70FF;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.analytics-page .accordion .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.analytics-page .dc-data-table thead {
  background-color: #8897ff; /* For example, a light grey background */
  color: #fff;
  /* ... any other styles you want ... */
}
.analytics-page #patient_sources_other_table thead th:first-child {
  width: 55.7%;
}
.analytics-page #patient-reviews-table .card-body {
  margin-top: 24px;
}
.analytics-page #patient-reviews-table .card-body .review-total-container {
  margin-bottom: 24px;
}
.analytics-page #patient-reviews-table .card-body .review-total-container .review-icon {
  font-size: 46px;
}
.analytics-page #patient-reviews-table .card-body .review-total-container .metric-display {
  font-size: 46px;
  font-weight: 500;
  color: #5C70FF;
  margin: 0;
}
.analytics-page #patient-reviews-table .card-body .review-total-container .review-status {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .analytics-page .column {
    min-width: 100%;
  }
  .analytics-page .columns .column.col-3 {
    min-width: 50%;
  }
  .analytics-page .card .date-input {
    width: 47%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .analytics-page .card.booking-by-day-card .card-body {
    overflow-x: auto;
  }
  .analytics-page #patient-reviews-table .card-body .review-total-container .review-status {
    margin-top: 0;
  }
}
.patient-navigation {
  border-bottom-width: 1px;
  background-color: #F9FAFB;
}
.patient-navigation-box {
  display: none;
  max-width: 1280px;
}
.patient-navigation-box .patient-ul-container {
  align-items: center;
}
.patient-navigation-box .patient-ul-container .navigation-list {
  display: flex;
  flex-direction: column;
  line-height: 1.25rem;
  font-weight: 500;
  list-style-type: none;
}
.patient-navigation-box .patient-ul-container .navigation-list li {
  margin-top: 0;
  margin-right: 2rem;
  border-bottom-width: 1px;
  border-color: #111827;
}
.patient-navigation-box .patient-ul-container .navigation-list .navigation-link {
  color: #111827 !important;
}
.patient-navigation-box .patient-ul-container .navigation-list .navigation-link:hover {
  text-decoration: underline;
}
.patient-navigation-box .patient-ul-container .navigation-list .navigation-link[aria-current=page] {
  color: #2943ff !important;
}
.patient-navigation #toggleMobileMenuButton {
  padding: 0.5rem;
  align-items: center;
  border-radius: 0.5rem;
  color: #6B7280;
  cursor: pointer;
  margin-left: 0.8rem;
  border: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.patient-navigation #toggleMobileMenuButton:hover {
  color: #111827;
}
.patient-navigation .navigation-mobile {
  width: 20px;
}
@media (min-width: 1024px) {
  .patient-navigation .patient-navigation-box {
    display: block;
  }
  .patient-navigation .patient-navigation-box .navigation-list {
    flex-direction: row;
  }
  .patient-navigation .patient-navigation-box .navigation-list li {
    border-bottom-width: 0;
  }
  .patient-navigation #toggleMobileMenuButton {
    display: none;
  }
}

.menu.oscar-inverted {
  top: -55% !important;
  left: none !important;
  width: 100% !important;
}

.dropdown-toggle.tooltip.oscar-video-select {
  max-width: 100%;
  font-size: 2.5em;
}

/*# sourceMappingURL=style.css.map */
