﻿/* Hide all affiliate content by default. We use an !important modifier because longer selector paths later in this file could override this. */
.Affiliate {
  display: none;
}

div.Affiliate.KSC {
  display: block;
}

span.Affiliate.KSC {
  display: inline;
}

p.Affiliate.KSC {
  display: block;
}

li.Affiliate.KSC {
  display: list-item;
}

/* BEGIN OVERRIDE WHAT'S NEW IMAGES */
.component .news .newscard {
  width: 48.5%;
}

.component .news .newscard.OnDemandTelehealth {
  background-image: url("../images/quicklinks/video_visit.png");
  min-height: 195px;
  background-size: 4rem;
}

.component .news .newscard.fastpass {
  background-image: url("../images/fast_pass.png");
  min-height: 195px;
  background-size: 4rem;
}

.component .news .newscard.avs {
  background-image: url(../images/consent_form.png);
  background-size: auto;
  min-height: 195px;
}

.component .news .newscard.mobileApps {
  background-image: url("../images/mobile_tile.png");
  min-height: 195px;
}

.component .news .newscard.shew {
  background-image: url("../images/share_everywhere_patient.png");
  min-height: 195px;
}

.component .news .newscard.appleWatch {
  background-image: url("../images/apple_watch.png");
  background-size: auto;
  min-height: 195px;
}

.component .news .newscard.touchID {
  background-image: url("../images/touchID_icon.png");
  background-size: auto;
  min-height: 195px;
}

.component .news .newscard.evisits {
  background-image: url("../images/quicklinks/evisit.png");
  background-size: auto;
  min-height: 195px;
}

.component .news .newscard.insurance {
  background-image: url("../images/PersonalInformation/personal_details.png");
  background-size: auto;
  min-height: 195px;
}

.component .news .newscard.shew {
  background-image: url("../images/share_everywhere_patient.png");
  background-size: 6.5rem auto;
  min-height: 195px;
}

.component .news .newscard.premium-billing {
  background-image: url("../images/billing/account_summary/KCA-5Star-logo.png");
  background-size: 6.5rem auto;
  min-height: 195px;
}

/* END OVERRIDE WHAT'S NEW IMAGES */
/* BEGIN OVERRIDE SETTINGS MENU ICON */
#menu .menuicon.settings:before {
  background-image: url("../images/menus/settings.png");
}

/* END OVERRIDE SETTINGS MENU ICON */
.servername {
  color: transparent;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.servername:hover {
  color: #368ab5;
  text-decoration: underline;
}

/* BEGIN OVERRIDE LOGIN PRETEXT */
body.md_login_login p.pretext {
  text-align: center;
  margin: 1rem;
}

body.md_login_login .pretext img {
  display: block;
  height: 2.5rem;
  margin: 0 auto;
  width: 2.5rem;
}

/* END OVERRIDE LOGIN PRETEXT */
/* BEGIN HIDE UNREAD MESSAGE ICON */
body.md_review_index ul.MessageList .MessageSummary span.UnreadMessage {
  display: none;
}

/* END HIDE UNREAD MESSAGE ICON */
/* BEGIN HIDE RELATED LINKS */
body.md_caredecision_index #related-links-container, body.md_coveragecard_index #related-links-container {
  display: none;
}

/* END HIDE RELATED LINKS */
/* BEGIN REQUEST REFILLS ALIGN LEFT */
body.md_medications_list .pretext-button-group .buttonList, body.md_snapshot .pretext-button-group .buttonList {
  float: left;
}

/* END REQUEST REFILLS ALIGN LEFT */
/* BEGIN HIDE SCHEDULING ZIP CODE SELECTION */
body.md_scheduling_index div.locationStepHeader div.chipContainer div.chip:nth-child(3) {
  display: none;
}

/* END HIDE SCHEDULING ZIP CODE SELECTION */
/* BEGIN HIDE GREEN EARMARK */
body.md_summary_index span.ba_card_header_paperless {
  border-top-color: transparent;
}

body.md_summary_index img.ba_card_header_paperless_icon {
  display: none;
}

/* END HIDE GREEN EARMARK */
/* BEGIN HIDE REQUEST APPT BUTTON */
body.md_healthadvisories_index input.btnRequestAppt {
  display: none;
}

/* END HIDE REQUEST APPT BUTTON */
span.Connect_by {
  display: none;
}

span.VIDEO.VISIT span.Connect_by {
  display: inline;
}

span.VIDEO.VISIT span.Arrive_by {
  display: none;
}

/* BEGIN Scheduling landing page styles */
/* This is the RFV description text */
body.md_scheduling_index #providerworkflow .card .subtle,
body.md_scheduling_index #reasonforvisitworkflow .card .subtle,
body.md_scheduling_index .reasonforvisitstep .card .subtle,
#evisit-workflow a.card .subtle {
  font-size: 0.64rem !important;
  line-height: 1.2 !important;
  color: #666;
}

/* This is for <p class="large"> in the RFV description */
body.md_scheduling_index #providerworkflow .card .large,
body.md_scheduling_index #reasonforvisitworkflow .card .large,
body.md_scheduling_index .reasonforvisitstep .card .large,
#evisit-workflow a.card .large {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #666;
}

/* This is for <p class="strong"> in the RFV description */
body.md_scheduling_index #providerworkflow .card .strong,
body.md_scheduling_index #reasonforvisitworkflow .card .strong,
body.md_scheduling_index .reasonforvisitstep .card .strong,
#evisit-workflow a.card .strong {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #464646;
  font-weight: bold;
}

/* These two are for bulleted lists in the RFV description */
body.md_scheduling_index #providerworkflow .card ul,
body.md_scheduling_index #reasonforvisitworkflow .card ul,
body.md_scheduling_index .reasonforvisitstep .card ul,
#evisit-workflow a.card ul {
  list-style-type: disc;
  margin: 0 -3rem 0 1rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: bold;
  max-width: none;
}

body.md_scheduling_index #providerworkflow .card ul li,
body.md_scheduling_index #reasonforvisitworkflow .card ul li,
body.md_scheduling_index .reasonforvisitstep .card ul li,
#evisit-workflow a.card ul li {
  padding-top: 0.4rem;
}

/* END Scheduling landing page styles */
/* BEGIN infobox */
div.infobox {
  display: inline-block;
  width: auto;
  max-width: 80%;
  border-radius: 6px;
  background: #f0f7fb url("../images/info_themed.svg") 5px 5px/30px no-repeat;
  border: solid 1px #3498db;
  overflow: hidden;
  padding: 10px 40px;
  margin: 5px;
  font-size: 1rem;
  color: #000;
  line-height: 1.2;
}

div.infobox ul {
  list-style-type: disc;
  padding-left: 15px;
}

div.infobox ul li {
  padding-top: 0.4rem;
  text-align: left;
}

div.infobox.warning {
  background-color: #fffbea;
  background-image: url("../images/icon_yield.png");
  border: solid 1px #f1c40f;
}

div.infobox.alert {
  background-color: #ffebeb;
  background-image: url("../images/circle_error_icon.svg");
  border: solid 1px #b31313;
  color: #b31313;
  font-weight: bold;
}

div.infobox.question {
  background-color: #dceaf4;
  background-image: url("../images/questionmark_themed.svg");
  border: solid 1px #368ab5;
}

div.infobox.messageWarning {
  max-width: 100%;
  padding: 5px;
  font-size: 0.8rem;
  margin: 0;
  background-size: 1.5rem;
}

div.infobox.messageWarning h2 {
  padding: 0 0 0 30px;
  font-size: 1.25rem;
}

div.infobox.messageWarning p {
  margin: 0.25rem 0;
}

@media only screen and (max-width: 1300px) {
  div.infobox {
    max-width: 100%;
  }
}
/* END infobox */
span.nowrap {
  white-space: nowrap;
}

/* BEGIN Custom questionnaire styling */
div.covidscreen {
  width: auto;
  max-width: 80%;
  overflow: hidden;
  margin: auto;
}

div.covidscreen h3 {
  color: #c00;
  padding-bottom: 0;
  font-weight: bold;
}

@media only screen and (max-width: 1300px) {
  div.covidscreen {
    max-width: 100%;
  }
}
div.covidscreen .question-prompt, div.covidscreen p.notice, div.customQuestionWorkflow .question-prompt, div.customQuestionWorkflow p.notice {
  font-weight: bold;
}

div.customAnswers {
  font-family: Source Sans Pro, Calibri, Arial, sans-serif;
  font-size: 13pt;
  color: #363636;
  line-height: 1.25rem;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  margin: 0.5rem 0 0 2rem;
  width: auto;
}

.mobile div.customAnswers {
  margin: 0;
}

div.customAnswers label.togglebutton {
  font-family: Source Sans Pro, Calibri, Arial, sans-serif;
  font-size: 13pt;
  box-sizing: border-box;
  max-width: 100%;
  color: #565656;
  border-radius: 0.125rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 1.5rem;
  position: relative;
  padding: 0.25rem 0.75rem;
  vertical-align: top;
  transition-duration: 0.1s;
  transition-property: top, box-shadow;
  min-width: 2.75rem;
  text-align: center;
  width: auto;
  background-color: #ffffff;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-user-select: none;
  margin: 0 0.25rem 0.25rem 0;
}

.mobile div.customAnswers label.togglebutton, .mobile div.customAnswers label.togglebutton {
  margin: 0 0.2rem 0.2rem 0;
  width: 100%;
  line-height: 2.5rem;
}

.mobile div.customAnswers .tbContainer {
  display: inline-flex;
  margin-left: 0.2rem;
  margin-right: 0;
  width: calc(50% - 0.2rem);
  flex-grow: 1;
}

div.customAnswers label.togglebutton span.togglebuttontext {
  font-family: Source Sans Pro, Calibri, Arial, sans-serif;
  font-size: 13pt;
  cursor: pointer;
  line-height: 1.5rem;
  text-align: center;
  color: #000000;
  word-break: break-word;
  -webkit-user-select: none;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

div.customAnswers label.togglebutton.checked {
  text-decoration: underline;
  background-color: #bfe1ff;
  color: #000000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

div.customQuestionWorkflow {
  margin: 1rem 0;
}

/* END Custom questionnaire styling */
/* BEGIN Custom form styling */
form#ProxyGrant table {
  width: auto;
}

form#ProxyGrant table tr {
  background: none;
}

form#ProxyGrant table th {
  vertical-align: middle;
  text-align: right;
}

form#ProxyGrant table input {
  margin: 0;
}

form#ProxyGrant {
  margin-bottom: 100px;
}

/* END Custom form styling */
/* BEGIN E-Visit styling */
body.md_evisit_index p.emphasis, body.md_evisit_landingpage p.emphasis {
  color: #d00;
  font-weight: bold;
}

body.md_evisit_landingpage p.cardline.subtler {
  font-size: 0.7rem;
}

/* END E-Visit styling */
/* BEGIN MKO Help Line Banner */
div.helpLineBanner {
  position: absolute;
  top: -0.5em;
  right: 0;
  text-align: right;
  font-size: 12pt;
  line-height: 12pt;
}

/* END MKO Help Line Banner */
/* BEGIN Scheduling Condition Selection */
/* This formats the condition selection question so that it matches the VVN look & feel */
.section.questionsContainer fieldset.customConditionSelection .answers {
  margin: 0;
}

fieldset.customConditionSelection .answers .tbContainer {
  max-width: 100%;
  display: inline-block;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0;
  margin-bottom: 12px;
  box-sizing: border-box;
  width: calc(33.33333% - 12px);
  padding-left: 0;
  min-height: 5rem;
  position: relative;
}

fieldset.customConditionSelection .answers .tbContainer label.togglebutton {
  font-family: Source Sans Pro, Calibri, Arial, sans-serif;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  min-height: 5rem;
  letter-spacing: 0px;
  line-height: 1.25rem;
  padding: 0.5rem;
  cursor: pointer;
  vertical-align: top;
  font-size: 1rem;
  color: #363636;
  text-align: left;
}

fieldset.customConditionSelection .answers .tbContainer label.togglebutton:hover {
  background-color: rgb(238, 245, 249);
}

fieldset.customConditionSelection .answers .tbContainer label.togglebutton .togglebuttontext {
  font-weight: normal;
  color: #368ab5;
  font-size: 1.1rem;
  line-height: 1.25rem;
}

fieldset.customConditionSelection input:focus + label.togglebutton[for],
fieldset.customConditionSelection input + label.togglebutton[for]:hover {
  text-decoration: none;
}

fieldset.customConditionSelection input:checked + label.togglebutton[for],
fieldset.customConditionSelection input.buttoncheck:checked + label.buttoncheck {
  background-color: rgb(238, 245, 249);
}

fieldset.customConditionSelection input:checked + label.togglebutton[for]:before,
fieldset.customConditionSelection input.buttoncheck:checked + label.buttoncheck:before {
  background-color: #368ab5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.3rem;
  z-index: 1;
}

fieldset.customConditionSelection .answers .tbContainer label.togglebutton .subtle {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #464646;
  font-weight: bold;
}

/* END Scheduling Condition Selection */
/* BEGIN Embiggen Tempus iFrame */
#extPmtPageFrame {
  height: 32rem;
}

#extPmtPageFrame.mobileExtPmtPage {
  height: 35rem;
}

#guestPay-content #extPmtPageFrame {
  height: 35rem;
}

/* END Embiggen Tempus iFrame */
/* BEGIN KSC Behavioral Contact List */
#KSCBehavioralContactList table {
  margin-top: 1rem;
}

#KSCBehavioralContactList table th {
  vertical-align: middle;
  text-align: right;
}

/* END KSC Behavioral Contact List */
/* BEGIN fix modal overlay not working because community.css is not loaded on the login page */
body.md_login_login .lb_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.4);
}

/* END modal fix */
.card .name .subheader {
  /*font-weight:bold;
  /*font-size:0.8rem;*/
}

.card .name .subheader img {
  height: 1rem;
  vertical-align: text-bottom;
}

/* BEGIN E-Visit Overview Styles */
/* correct extra spacing between the Overview and the Continue/Cancel buttons*/
.newEVisit.terms {
  max-height: none;
  overflow-y: auto;
}

.mobile #evisit .newEVisit.terms {
  margin: 0;
}

.mobile #evisit .formbuttons {
  margin: 0;
}

.newEVisit.terms p.evisitHeader {
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0;
}

.newEVisit.terms .button {
  text-transform: uppercase;
  font-weight: bold;
}

#evisitInfo {
  /*display:none;*/
  margin-top: 1rem;
}

.newEVisit.terms .evinfo {
  padding-bottom: 1rem;
}

.newEVisit.terms .evinfo strong {
  color: #000;
}

.newEVisit.terms .evinfo div {
  display: inline-block;
  width: calc(100% - 9rem);
  vertical-align: top;
}

.newEVisit.terms .evinfo .header {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0.25rem;
  margin: 0;
  color: #246fb5;
}

.newEVisit.terms .evinfo .evinfoImage {
  background: transparent none no-repeat scroll center top/auto 80%;
  width: 6rem;
  height: 6rem;
}

.newEVisit.terms .evinfoImage.questionMark {
  background-image: url(../images/evisit/question-mark.svg);
}

.newEVisit.terms .evinfoImage.evisitLogo {
  background-image: url(../images/evisit/e-visit-logo-black.svg);
}

.newEVisit.terms .evinfoImage.benefits {
  background-image: url(../images/evisit/e-visits-benefits.svg);
}

.newEVisit.terms .evinfoImage.prescription {
  background-image: url(../images/evisit/prescription.svg);
}

.newEVisit.terms .evinfoImage.covidResults {
  background-image: url(../images/evisit/covid-results.svg);
}

.newEVisit.terms .evisitButtonDescription {
  min-height: 4rem;
  padding-left: 4rem;
  cursor: pointer;
  background: transparent url(../images/evisit/question-mark.svg) no-repeat scroll left top/auto 3rem;
}

.newEVisit.terms .evisitButtonDescription p, .newEVisit.terms .evinfo p {
  margin: 0;
}

/* First E-Visit expectation styles */
#evisitExpect {
  /*display:none;*/
}

#evisitNextSteps {
  padding: 0 1rem 0 2rem;
}

.stepList {
  /*padding-bottom:1rem;*/
  font-size: 1rem;
}

.stepList .step div {
  display: inline-block;
  width: calc(100% - 3.5rem);
  vertical-align: middle;
}

.stepList .header, #evisitVideo .header {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #246fb5;
}

.stepList .step div p {
  margin: 0;
  line-height: 1rem;
}

.stepList .step div p.subtle {
  font-size: 0.66rem;
}

.stepList .step .stepNumber {
  width: 3rem;
  text-align: right;
  font-size: 4rem;
  line-height: 3.75rem;
  font-weight: bold;
  color: #246fb5;
  padding-right: 0.5rem;
}

.stepList .step:nth-of-type(2) .stepNumber {
  opacity: 0.85;
}

.stepList .step:nth-of-type(3) .stepNumber {
  opacity: 0.7;
}

.stepList .step:nth-of-type(4) .stepNumber {
  opacity: 0.55;
}

.stepList .step:nth-of-type(5) .stepNumber {
  opacity: 0.4;
}

.stepList .step:nth-of-type(6) .stepNumber {
  opacity: 0.25;
}

.mobile .newEVisit.terms #evisitDownButton,
.newEVisit.terms #evisitDownButton {
  position: fixed;
  bottom: 0;
  left: 50%;
  background: rgba(0, 145, 234, 0.9) url(../images/evisit/down_chevron_white.svg) no-repeat scroll center bottom 0.3rem/auto 1rem;
  animation: arrow-pulse 0.5s infinite;
  padding: 0.3rem 0.3rem 1.5rem;
  text-transform: none;
}

/* flash the symptom questions */
#evisit #eVisitCustomQuestion .question-prompt,
#VVNCustomQuestion .question-prompt {
  animation: question-flash 0.6s 200ms ease-in 3;
}

@media only screen and (min-width: 1300px) {
  .newEVisit.terms #evisitDownButton {
    width: 2rem;
    height: 1.25rem;
    padding: 0;
    background: transparent url(../images/evisit/down_chevron_blue.svg) no-repeat scroll center bottom/auto 1rem;
    box-shadow: none;
  }
  .newEVisit.terms #evisitDownButton:focus {
    outline: none;
  }
}
@media only screen and (max-width: 768px) {
  .newEVisit.terms .header {
    margin: 0 0 -1rem;
  }
  #evisitExpect .step .stepNumber {
    line-height: 5.75rem;
  }
  .newEVisit.terms #evisitDownButton {
    width: 95%;
  }
  #evisit .formbuttons #terms-accept.float {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 95%;
  }
  #evisit .formbuttons.float {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 95%;
  }
}
@keyframes arrow-pulse {
  0%, 100% {
    background-size: auto 0.9rem;
  }
  50% {
    background-size: auto 1.1rem;
  }
}
@keyframes question-flash {
  0% {
    background-color: rgba(255, 0, 0, 0.5);
  }
  100% {
    background-color: transparent;
  }
}
/* Nav/scroll bar */
#evisitNav {
  list-style: none;
  position: fixed;
  top: 0;
  right: 0.7rem;
  margin-top: 9rem;
  z-index: 50;
}

#evisitNav li {
  margin: 0 0 1rem;
}

#evisitNav li a {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.3rem;
  background-color: #000;
}

/* END E-Visit Overview Styles */
/* BEGIN Medical Question Warning */
.medicalQuestionWarning.withButtonColumn {
  flex-direction: column;
}

.medicalQuestionWarning.withButtonColumn .contentColumn {
  width: 100%;
}

.medicalQuestionWarning.withButtonColumn .buttonColumn {
  flex-direction: row;
  min-width: calc(100% + 2.5rem);
  margin-left: -2.5rem;
  justify-content: center;
}

.medicalQuestionWarning.withButtonColumn .buttonColumn .button {
  width: auto;
}

/* END Medical Question Warning */
/* BEGIN Override icon for notes on the slots step */
body.md_scheduling_index .slotsstep .schedulinginstructions .helptip, .confirmationstep .schedulinginstructions .helptip {
  background-image: url("../images/icon_yield.png");
}

/* END Override icon for notes on the slots step */
#scheduling-workflow div.step-header > h2.header > div.subtext {
  font-size: 1rem;
}

#evisitVideo div.evisitVideoWrap {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #evisitVideo div.evisitVideoWrap {
    width: 100%;
  }
}
/* BEGIN Hide County Field on signup page */
body.md_standalone_signup #SignupDemographic_Form .row .county {
  display: none;
}

/* END Hide County Field on signup page */
.LandingPageReact .SchedulingOption p.cardline {
  margin: 0;
}

/* BEGIN format banner added to page header strings */
h1 div.standardBanner {
  color: #363636;
}

/* END format banner added to page header strings */
/* BEGIN format estimated VVN wait time */
/* Scheduling tile */
.VVNTileWaitTime {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  background-color: #003a4b;
  color: #fff;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 2px 5px;
}

.VVNTileWaitTime .waittime_icon {
  width: 0.8rem;
  height: 0.8rem;
  fill: #fff;
}

.disabled .VVNTileWaitTime {
  background-color: #f6ca5d;
  color: #000;
}

/* VVN workflow */
.md_scheduling_ondemandtelehealth .vvn_wait_time.wait_time_top {
  background-color: rgba(54, 138, 181, 0.1);
  max-width: none;
  width: calc(100% + 2.6rem);
  margin-left: -1.3rem;
  padding: 0.3rem 0 0.3rem 1.3rem;
}

.md_scheduling_ondemandtelehealth .stepcontainer .vvn_wait_time .waittime_icon {
  width: 0.8rem;
  height: 0.8rem;
  fill: #5B525B;
}

.mobile .md_scheduling_ondemandtelehealth .vvn_wait_time.wait_time_top {
  background-color: #e0f1ff;
  border: 1px solid #dbdbdb;
  border-radius: 0.3rem;
  width: 100%;
  margin-left: 0;
}

/* END format estimated VVN wait time */
/* BEGIN VVN specialty disabled */
#VVNSpecialtySelect a.card.disabled, div.CustomSchedulingOption.disabled .action {
  background-color: #DEE3E5;
}

/* END VVN specialty disabled */
/*@media only screen and (max-width: 600px) {*/
.CustomSchedulingOption[data-pool] .iconAndText {
  margin-top: 1.2rem;
}

#VVNSpecialtySelect a.card h3.header {
  margin-top: 1.4rem;
}

/*}*/
/* BEGIN Barcode formatting for self-arrival workflow */
.SelfArrivalWorkflow .barcode, .echeckinbanner .barcode {
  image-rendering: pixelated;
  margin-top: 1rem;
  border: 4px solid white;
  border-radius: 3px;
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .SelfArrivalWorkflow .barcode {
    margin: 0.5rem 0;
  }
}
/* END Barcode formatting for self-arrival workflow */
div.TermsAndConditions ol {
  margin-left: 2rem;
}

div.TermsAndConditions li, div.TermsAndConditions p {
  margin: 1rem 0;
}

.shortcutButtons .shortcutButtonList .shortcutButton a[aria-label=VideoVisitNOW] {
  padding-left: 0;
  padding-right: 0;
}

/*
.cardContent.vvn-closed {
    opacity: 0.9;
    filter: grayscale(40%);
}
*/
.cardContent.vvn-closed .QueueingContent, .zeroStateText .QueueingContent {
  background-color: #dbdbdb;
}

/* Make the wait time container use the same grid layout as estimated cost */
.estimatedWaitTime {
  display: grid;
  grid-template-areas: "waitIcon waitText";
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: center;
}

/* Icon positioning */
.estimatedWaitIcon {
  grid-area: waitIcon;
}

/* Text positioning and alignment */
.estimatedWaitText {
  grid-area: waitText;
  align-self: center;
}

.OnDemandOptionCard .OnDemandOptionCardContent .zeroStateText {
  padding: 0;
}
