/* CSS Document */
body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 21px;
  color: #2c2c2c;
  background-color: #ffffff;
  line-height: 1.23;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004b87;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.bold-sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.25px;
  padding: 0 0.5rem;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}

.button-column {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding: 0.5rem 4rem;
}

.rowGap-1 {
  row-gap: 0.5rem;
}

.rowGap-2 {
  row-gap: 1.5rem;
}

.columnGap-1 {
  column-gap: 8px !important;
}

.columnGap-2 {
  column-gap: 12px !important;
}

.columnGap-3 {
  column-gap: 2rem !important;
}

.columnGap-4 {
  column-gap: 4rem !important;
}

.error-box {
  background-color: #fae6e8;
  padding: 8px 8px 10px;

  margin-left: -8px;
  margin-right: -8px;
}

.check-box-error {
  background-color: #fae6e8;
}

.large-heading {
  color: #333338;
  text-align: center;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
}

.bottom-text {
  color: #737373;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.shake {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.1s;
  color: #ac0015 !important;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

.loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #004b87; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes shake {
  0% {
    transform: translate(2px, 0);
  }
  33% {
    transform: translate(-2px, 0);
  }
  66% {
    transform: translate(2px, 0);
  }
  100% {
    transform: translate(2px, 0);
  }
}

.main-header {
  margin-top: 18px;
  padding-bottom: 10px;
  display: flex;
  width: 100%;
}

.success-box {
  background-color: rgba(8, 136, 52, 0.12);
  padding: 12px 8px;
  border-radius: 4px;
  margin-bottom: 16px;
  flex-direction: row;

  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.input-label-error {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ac0015;
  padding-left: 16px;
}

.wt-room-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: #004b87;
  text-align: center;
  padding-bottom: 16px;
}

.inline-information {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}

.sub-heading {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #737373;
  margin-bottom: 4px;
}

.wt-room-sub-heading {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #737373;
  margin-bottom: 0;
  padding-right: 5px;
}

.summary-information {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #333338;
}

.wt-room-information-thin {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333338;
  margin-left: 5px;
}

.card-expiry {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.light-content-box {
  background-color: #f6f8f8;
  margin-top: 16px;
  border-radius: 4px;
  padding: 12px;
  display: inline-flex;
  text-align: left;
  width: 100%;
}

.dark-content-box {
  background-color: #f0f0ec;
  border-radius: 4px;
  padding: 16px;
  display: inline-flex;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
}

.light-content-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}

.bold-ct {
  font-weight: 600;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.content-box {
  background-color: #f0f0ec;
  border-radius: 4px;
  padding: 16px;
}

.small-modal-padding {
  padding: 30px 20px 32px 20px !important;
}

.radio-indent {
  display: flex;
  margin-bottom: 24px;
  margin-left: 8px;
}

.blue-content-box-extra-padding {
  display: flex;
  width: 100%;
  padding: 20px 12px 20px 12px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: rgba(0, 75, 135, 0.1);
  gap: 16px;
}

.blue-content-box {
  background-color: rgba(39, 95, 238, 0.1);
  border-radius: 4px;
  padding: 12px 8px;
  align-items: center;
  display: inline-flex;
}

.warning-box {
  background-color: rgba(39, 95, 238, 0.12);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.8);
  padding: 12px 8px 12px 11px;
  margin-top: 24px;
  align-items: center;
}

.description {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #737373;
  margin-left: 30px;
}

.subtext {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #737373;
  margin-left: 16px;
  margin-top: 0;
  padding-bottom: 18px;
}

.link-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #004b87;
}

.text-link {
  text-decoration-line: underline;
  color: #0030aa;
}

.cursor-pointer {
  cursor: pointer;
}

.cs-form-progress-indicator {
  display: flex;
  flex-direction: row;
  height: 0.4rem;
  width: 100%;
}

.cs-form-progress-indicator-bar {
  height: inherit;
  width: 8.5%;
  background-color: rgba(107, 206, 245, 0.24);
}

.cs-form-progress-indicator-bar.active {
  background-color: #6bcef5;
}

/* Check box */
/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 7px;
  left: 3px;
  height: 18px;
  width: 18px;
  border: 2px solid #737373;
  background-color: transparent;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  height: 18px;
  width: 18px;
  border: none;
  background-color: #004b87;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6.5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* End checkbox */

.content {
  width: 100%;
}

.wrapper {
  background-color: #fbfbfb;
}

.form-heading {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #333338;
}

.body-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.center-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.body-text-off-black {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.75rem;
}

.container-checkedin,
.cs-chkin-form-progress-indicator:first-child:after,
.cs-chkin-form-cancel,
.cncl-active,
.cs-chkin-form-cancelled,
.cs-chkin-form-cancel-wt-rm,
.cs-chkin-form-thankyou {
  display: none;
}

.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 32px;
  border: 1px solid #888;
  width: 480px;
}

.modal-heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #333338;
}

.modal-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333338;
}

.modal-btn-solid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 80px;

  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #ffffff;
}

.modal-btn-outline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #004b87;
  background: transparent;
  border-radius: 80px;

  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #004b87;
}

.modal-btn-thin-outline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #004b87;
  background: transparent;
  border-radius: 80px;

  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #004b87;
}

.btn-thin {
  padding: 8px 12px;
}

.cs-chkin-form-progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-top: 10px;
}

.cs-chkin-form-step-heading {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.cs-chkin-form-step-heading.bold,
.cs-chkin-form-step-heading > .bold {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.container {
  width: 100%;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.inner-container {
  flex-grow: 1;
}

.cs-chkin-form-progress-indicator {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
}

@media (min-width: 500px) {
  .cs-chkin-form-progress-indicator {
    text-indent: 0;
  }
}

.cs-chkin-form-progress-indicator:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #7fadcb;
  box-sizing: border-box;
  z-index: 3;
}

.cs-chkin-form-progress-indicator:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: transparent;
  z-index: 1;
}

.cs-chkin-form-progress-indicator.js-active,
.glyphicon {
  color: #004069;
}

.cs-chkin-form-progress-indicator.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.cs-chkin-form-panel {
  width: 100%;
  padding-top: 28px;
  /* opacity: 0;
  	display: none;
	visibility: hidden; */
  justify-content: center;
  align-items: center;
}

.cs-chkin-form-content {
  max-width: 375px;
  padding: 0;
}

.cs-chkin-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100% !important;
}

/*Return*/
.cs-chkin-form-panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  background-color: #fbfbfb;
  align-self: center;
  display: flex;
  margin-bottom: 48px;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}

.waiting-time-desktop,
.waiting-time-mobile {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 255, 0, 0.05);
  display: flex;
  padding-top: 81px;
}

.waiting-time-desktop {
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 1rem;
}

.unavailable {
  background-color: rgba(255, 0, 0, 0.05);
}

.inner-waiting-time,
.inner-wait-mobile {
  padding: 1.5rem 2.5rem;
  max-width: 576px;
  flex-direction: row;
  display: flex;
  column-gap: 4px;
}

.inner-waiting-time {
  text-align: left;
  align-items: center;
}

.wait_icon {
  align-self: flex-start;
}

.blueBackground {
  background-color: rgba(39, 95, 238, 0.12);
}

.watermark {
  position: fixed;
  bottom: 0;
  right: 0;
}

.top {
  z-index: 999;
}

@supports (position: sticky) {
  .sticky {
    position: sticky;
    top: 90px;
    z-index: 1020;
    background-color: #d5e3ff;
  }
}

/* Desktop */
@media (min-width: 576px) {
  .thank-you-logo {
    visibility: hidden;
    display: none;
  }

  .form-heading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #333338;
  }

  .cs-chkin-form-panel.js-active {
    opacity: 1;
    visibility: visible;
    border-radius: 20px;
    width: 574px;
    align-self: center;
    background-color: #ffffff;
    padding: 48px;
    display: flex;
  }

  .watermark {
    position: absolute;
    bottom: -48px;
    right: -66px;
  }
}

.cs-chkin-form-panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.form-control {
  border-radius: 4px 4px 0 0;
  border: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  outline: none;
  margin: 0;
  background-color: #f0f0ec;
  height: 52px;
  box-shadow: none;
}

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

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.vcode-control {
  border-radius: 4px 4px 0 0;
  border: none;
  display: block;
  border-bottom: 1px solid #c4c4c4;
  outline: none;
  margin: 0;
  background-color: #f0f0ec;
  height: 52px;
  max-width: 52px;
  text-align: center;
  padding-bottom: 20px !important;
}

.float-label-control {
  position: relative;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.float-label-control ::-webkit-input-placeholder {
  color: transparent;
}

.float-label-control :-moz-placeholder {
  color: transparent;
}

.float-label-control ::-moz-placeholder {
  color: transparent;
}

.float-label-control :-ms-input-placeholder {
  color: transparent;
}

/*
.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
*/
.float-label-control input,
.float-label-control textarea,
.float-label-control label,
.float-lable-control select {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-width: 2px;
  padding-bottom: 6px;
  border-bottom-color: #004b87;
  background-color: rgba(107, 206, 245, 0.12);
  color: #000000;
}

.float-label-control select:focus {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-bottom-width: 2px;
  padding-bottom: 6px;
  border-bottom-color: #004b87;
  background-color: rgba(107, 206, 245, 0.12);
  color: #000000;
}

.float-label-control select {
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 7px;
  padding-left: 16px;
  font-size: 14px;
  -webkit-appearance: none;

  /* Change me in release version */
  background-image: url("../images/svg/Icon_drop_down.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}

.float-label-control input,
.float-label-control textarea {
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 7px;
  padding-left: 16px;
  font-size: 14px;
  z-index: 2;
}

.float-label-control label {
  position: absolute;
  font-weight: normal;
  top: 9px;
  padding-left: 16px;
  /*left: 0.08em;*/
  color: #737373;
  z-index: 0;
  line-height: 14px;
  font-size: 11px;
  -moz-animation: float-labels 100ms;
  -webkit-animation: float-labels 100ms;
  -o-animation: float-labels 100ms;
  -ms-animation: float-labels 100ms;
  -khtml-animation: float-labels 100ms;
  animation: float-labels 100ms;
  /* There is a bug sometimes pausing the animation. This avoids that.*/
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}

.float-label-control > div {
  font-weight: normal;
  float: right;
  line-height: 18px;
  font-size: 11px;
  color: #737373;
}

.float-label-control select + label {
  font-size: 14px;
  line-height: 20px;
  top: 16px;
  color: #737373;
  animation: none;
  -webkit-animation: none;
}

.float-label-control.select select + label {
  position: absolute;
  font-weight: normal;
  top: 9px;
  padding-left: 16px;
  color: #737373;
  z-index: 0;
  line-height: 14px;
  font-size: 11px;
  -moz-animation: float-labels 100ms;
  -webkit-animation: float-labels 100ms;
  -o-animation: float-labels 100ms;
  -ms-animation: float-labels 100ms;
  -khtml-animation: float-labels 100ms;
  animation: float-labels 100ms;
  /* There is a bug sometimes pausing the animation. This avoids that.*/
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}

.float-label-control.select select {
  border-bottom-color: #737373;
}

.float-label-control input.empty:not(:focus) + label {
  font-size: 14px;
  line-height: 20px;
  top: 16px;
  color: #737373;
  animation: none;
  -webkit-animation: none;
}

.float-label-control input:not(.empty):not(:focus) {
  border-bottom-color: #737373;
}

.float-label-control textarea:not(.empty):not(:focus) {
  border-bottom-color: #737373;
}

.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label {
  z-index: 1;
}

.float-label-control select:focus + label {
  color: #004b87;
}

.float-label-control input:focus + label {
  color: #004b87;
}

.float-label-control textarea:focus + label {
  color: #004b87;
}

.float-label-control.label-bottom label {
  -moz-animation: float-labels-bottom 300ms none ease-out;
  -webkit-animation: float-labels-bottom 300ms none ease-out;
  -o-animation: float-labels-bottom 300ms none ease-out;
  -ms-animation: float-labels-bottom 300ms none ease-out;
  -khtml-animation: float-labels-bottom 300ms none ease-out;
  animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control .form-control[disabled],
.float-label-control .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgba(0, 0, 0, 0.08);
}

@keyframes float-labels {
  0% {
    opacity: 1;
    color: #004b87;
    font-size: 14px;
    line-height: 20px;
    top: 16px;
  }
  20% {
  }
  30% {
  }
  50% {
  }
  100% {
    top: 9px;
  }
}

@-webkit-keyframes float-labels {
  0% {
    opacity: 1;
    color: #004b87;
    font-size: 14px;
  }
  20% {
  }
  30% {
  }
  50% {
  }
  100% {
    top: 9px;
  }
}

/* Error state for input and associated label */
.float-label-control.error input {
  border-bottom-color: #ac0015 !important;
  background-color: rgba(240, 44, 56, 0.08) !important;
  border-bottom-width: 2px;
  color: #000000;
}

.float-label-control.error select {
  border-bottom-color: #ac0015 !important;
  background-color: rgba(240, 44, 56, 0.08) !important;
  border-bottom-width: 2px;
  color: #000000;
}

#birth_sex_group label.label-control {
  font-weight: 600;
  font-size: 14px;
}

.cs-red {
  color: #ac0015 !important;
}

.grey {
  color: #737373 !important;
}

.dark-grey {
  color: #333338 !important;
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.list-ic a {
  color: #788288;
  text-decoration: none;
}

.list-ic li {
  position: relative;
}

.list-ic li span {
  display: inline-block;
  font-weight: 800;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  border-radius: 0.5em;
  background: #aaa;
  color: white;
  position: relative;
}

.list-dark li span {
  background: #004069;
}

.list-light li span {
  background: #7fadcb;
}

.list-ic li::before {
  content: "";
  position: absolute;
  background: #aaa;
  z-index: -1;
}

.list-ic.vertical {
  padding: 0;
  margin: 0;
}

.list-ic.vertical li {
  list-style-type: none;
  text-align: left;
}

.list-ic.vertical li span {
  margin: 0.6em 0;
}

.list-ic.vertical li::before {
  top: -17.5px;
  left: 8.5px;
  width: 0.1em;
  height: 2em;
}

.list-ic li:first-child::before {
  display: none;
}

.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
button {
  outline: none !important;
}

.btn-lg {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.btn-solid {
  display: flex;
  flex-direction: row;
  justify-content: center;

  background-color: rgba(196, 196, 196, 0.24);
  color: #737373;
  margin-top: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 80px;

  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  box-shadow: none;
}

.btn-solid.active {
  background-color: #6bcef5;
  color: #004b87;
  box-shadow: none;
}

.btn-solid.active:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-text-normal {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.btn-text {
  background-color: transparent;
  color: #004b87;
  white-space: normal !important;
  margin-top: 2px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  opacity: 1;
}

.btn-text:hover,
.btn-text:active {
  background-color: transparent;
  color: rgba(0, 75, 135, 0.75);
  border: none;
  box-shadow: none;
}

.btn-text.fade:hover,
.btn-text.fade:active {
  opacity: 0.75;
  border: none;
  box-shadow: none;
}

.btn-text:active {
  color: rgba(0, 75, 135, 0.75);
}

.landingButtonHeading {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin-bottom: 6px;
  color: #000000;
}

.landingButtonBody {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0 !important;
  color: #737373;
}

/* Style for the spans when the button is focused */
.btn-selection:focus > div > .landingButtonHeading,
.btn-selection:focus > div > .landingButtonBody {
  /* Add your desired text color for the spans when the button is focused */
  color: #004b87;
}

.btn-selection {
  background-color: #ffffff;
  color: #333338;
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: normal !important;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  align-items: center;
  display: flex;
  margin-top: 0 !important;
}

.btn-selection:not(:focus) img {
  visibility: hidden;
}

.btn-selection:focus img {
  visibility: visible;
}

.btn-selection:focus {
  background: linear-gradient(
      0deg,
      rgba(0, 75, 135, 0.12),
      rgba(0, 75, 135, 0.12)
    ),
    #ffffff;
  border: 2px solid rgba(0, 75, 135, 0.25);
  border-radius: 8px;
  color: #004b87 !important;
  padding: 19px 11px;
  white-space: normal !important;
  letter-spacing: -0.25px;
  font-weight: 600;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.btn-empty {
  background-color: transparent;
}

.btn-empty:active {
  box-shadow: 0 0 0 #ffffff;
  opacity: 0.5;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #004b87;
  border-radius: 80px;
  color: #004b87;
  white-space: normal !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
}

.btn-outline.selected {
  background-color: #004b87;
  color: #ffffff;
}

.btn-outline:hover {
  color: #004069;
}

.btn-close,
.btn-prev,
.btn-prev-checkedin {
  background-color: transparent;
  border: 0;
  font-size: 32px;
  color: #004069;
}

.btn-doc-fa,
.btn-doc-any {
  width: 75px;
  margin-right: 20px;
}

.btn-code {
  float: right;
  position: absolute;
  right: 14px;
  top: -23px;
}

.panel-outline {
  background-color: transparent;
  border-radius: 0 !important;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.panel-outline > .panel-heading {
  background-color: transparent;
}

.panel-outline .panel-body {
  background-color: transparent;
  border: 0 !important;
  padding: 10px 15px;
}

.panel-outline .panel-title > a {
  color: #004069 !important;
}

.plus-minus {
  top: 3px;
}

.panel-outline .panel-title > a.collapsed,
.panel-outline .panel-title > a.collapsed .plus-minus {
  color: #aaa !important;
}

#any-doc .avatar {
  position: relative;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 500px;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
}

#any-doc .avatar img {
  border-radius: inherit;
  width: 100%;
}

#any-doc .list,
#fmbs-chkn .list {
  padding-left: 0;
  padding-right: 0;
}

#any-doc .list-item,
#fmbs-chkn .list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  cursor: pointer;
}

#any-doc .list-row .list-item,
#fmbs-chkn .list-row .list-item {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0.625rem;
}

#any-doc .list-row .item-excerpt {
  color: #004b87;
}

#any-doc .list-row .selected .item-excerpt {
  color: #ffffff;
}

#any-doc .list-row .selected,
#fmbs-chkn .list-row .selected {
  background-color: #004b87;
  color: #ffffff;
  border-radius: 6px;
}

#any-doc .list-row .list-item > *,
#fmbs-chkn .list-row .list-item > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#any-doc .text-gd {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

#any-doc .text-sm {
  font-size: 0.825rem;
}

#any-doc .h-1x {
  height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#any-doc .w-48,
#fmbs-chkn .w-48 {
  width: 48px !important;
  height: 48px !important;
}

#any-doc .radio-doc,
#fmbs-chkn .radio-doc {
  background-color: #ffffff;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #004b87;
}

#any-doc .list-row .selected .radio-doc,
#fmbs-chkn .list-row .selected .radio-doc {
  background-color: #ffcd00;
  color: #004b87;
}

[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
  border: 2px solid #737373;
  background-color: rgba(0, 0, 0, 0);
}

.icheck-default
  > input:first-child:checked
  + input[type="hidden"]
  + label::before,
.icheck-default > input:first-child:checked + label::before {
  border: 2px solid #004b87;
  background-color: rgba(0, 0, 0, 0);
}

.icheck-default
  > input:first-child:checked
  + input[type="hidden"]
  + label::after,
.icheck-default > input:first-child:checked + label::after {
  border-bottom-color: #004b87;
  border-right-color: #004b87;
}

.icheck-round > input:first-child + input[type="hidden"] + label::before,
.icheck-round > input:first-child + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #004b87;
  border-radius: 100%;
  margin-left: -29px;
}

.icheck-round
  > input:first-child:checked
  + input[type="hidden"]
  + label::before,
.icheck-round > input:first-child:checked + label::before {
  background-color: rgba(0, 0, 0, 0);
  border-color: #004b87;
  border-radius: 100%;
}

.icheck-default > input:first-child:checked + label {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.icheck-default > input:first-child:not(:checked) + label {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.check-bx-no-medicare {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.no-medicare {
  direction: flex;
  flex-direction: row;
  align-items: center;
}

.radio-consult-type {
  margin-bottom: 2px;
}

.radio-consult-type > input:first-child:checked + label {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-left: 10px;
}

.radio-consult-type > input:first-child:not(:checked) + label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-left: 10px;
}

.radio-consult-type > input:first-child:hover + label {
  color: #000000;
}

.radio-consult-type label {
  margin-bottom: 0;
}

.radio-default label {
  margin-bottom: 0;
}

.radio-default > input:first-child:checked + label {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 10px;
}

.radio-default > input:first-child:not(:checked) + label {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 10px;
}

.radio-default > input:first-child:hover + label {
  color: #000000;
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  min-width: 20px !important;
  min-height: 20px !important;
  width: 20px;
  height: 20px;
  border: 2px solid #737373;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

input[type="radio"]:hover {
  border: 2px solid #004b87;
}

input[type="radio"]:checked {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 2px solid #004b87;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

input[type="radio"]:focus {
  outline: none;
}

input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #004b87;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}

.cnslt {
  background-color: #004b87;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 26px;
}

.cs-alert-box {
  border: 2px solid #004b87;
  padding: 25px 15px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}

.cs-alert-box .icon {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.notification {
  background-color: #eee;
  text-align: center;
  padding: 20px 10px;
  width: 100%;
  position: relative;
  float: left;
  border-radius: 5px;
  margin-bottom: 20px;
}

.notification .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

#error-msg-top {
  color: #ec1616;
  font-size: 14px;
  text-align: center;
  margin-bottom: 45px;
}

.verify-success {
  position: absolute;
  right: 14px;
  top: -8px;
  font-size: 45px;
  color: #4caf50 !important;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
}

.verify-fail {
  position: absolute;
  right: 14px;
  top: -8px;
  font-size: 45px;
  color: #ec1616 !important;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
}

.inline-edit {
  height: 30px;
  display: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wt-room-itm-1 {
  border-bottom: 1px solid #7fadcb;
  padding-bottom: 15px;
}

.wt-room-itm-1 span.icon {
  border: 2px solid #004069;
  border-radius: 100%;
  padding: 10px;
  margin-right: 10px;
}

.no-padding {
  padding: 0;
}

.summinfo {
  height: 350px;
  overflow-y: scroll;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

.summinfo::-webkit-scrollbar {
  -webkit-appearance: none;
}

.summinfo::-webkit-scrollbar:vertical {
  width: 10px;
}

.summinfo::-webkit-scrollbar:horizontal {
  height: 10px;
}

.summinfo::-webkit-scrollbar-thumb {
  border-radius: 7px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.radio-focus label::before {
  border-color: #66afe9 !important;
  border-width: 2px !important;
}
