.body-bg {
    background-color: #f7f7f7;
}

button {
    outline: none !important;
}

.btn-outline-primary {
    border-color: var(--charcoal-black);
}

.step-progress {
    height: 4px;
    background-color: rgba(246, 221, 223, 1);
}

.signup-box .btn.focus,
.signup-box .btn:focus {
    outline: 0;
    box-shadow: none;
}

.step-progress .progress-bar {
    background-color: var(--dark-pink);
}

.signup-box {
    flex-direction: column;
    width: 100%;
    margin: auto;
    flex: 1 0 auto;
    max-width: 680px;
    display: flex;
}

.insurance-card-box {
    max-width: 600px;
}

.care-experience-section .question-box {
    display: none;
}

.hs-reason-item {
    display: flex;
    flex-basis: 100%;
    background-color: #BDC3FF;
    padding: 10px 10px 10px 10px;
    position: relative;
    margin-bottom: 15px;
}

.hs-reason-item .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fe4d93;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 11;
}

.hs-reason-item:first-child .btn-close {
    display: none;
}

.hs-reason-item label {
    padding: 0;
}

.hs-reason-item > div.col-info {
    padding-right: 10px;
    flex-grow: 1;
}

.hs-reason-item div.col-info:last-child {
    padding-right: 0;
}

.yes_condition_wrap {
    display: none;
    padding: 5px;
    width: 100%;
}


#disclaimer-modal .modal-body p {
    font-size: 18px;
    line-height: 26px;
}

#disclaimer-modal .modal-body .btn {
    min-width: 200px;
    margin-top: 20px;
}

.skip-step a {
    text-decoration: underline;
    font-weight: 700;
}

.service-intake-section .q-option {
    margin-bottom: 12px;
}

.service-intake-section .child-q-box {
    display: none;
}

.q-option.is-invalid {
    border-color: #dc3545;
}

.service-intake-section .invalid-feedback {
    padding-bottom: 6px;
}

.height-wrapper {
    display: flex;
}

.height-wrapper .height-item {
    width: 100px;
}

.height-wrapper .height-item:first-child {
    margin-right: 8px;

}

.appointment-success-section {
    padding-bottom: 0px;
}

.ple-howitswork-section {
    background: #BDC3FF;
    padding: 80px 0;
}

.howitswork-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px;
}

.howitswork-box .step-circle {
    width: 40px;
    height: 40px;
    background-color: #3568FF !important;
    border-color: #3568FF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px;
}

.howitswork-box .step-circle-wrap {
    padding-right: 15px;
}

.howitswork-box .step-line {
    width: 2px;
    background-color: #3568FF !important;
}

.howitswork-box .step-item {
    display: flex;
    justify-content: center;

}

.howitswork-box .step-item:last-child .step-line {
    display: none;
}

.howitswork-box .step-item p.step-info {
    font-size: 18px;
    line-height: 31px;
    color: #231F20;
    padding-bottom: 40px;
}

.howitswork-box .step-item h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.card-toggle {
    border: 1px solid #dee2e6;
    border-radius: 0;
}

.card-toggle .card-header {
    border-radius: 0;
    border-color: #dee2e6;
}

.card-toggle .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

[aria-expanded="false"] .fa-chevron-up {
    display: none;
}

[aria-expanded="false"] .fa-chevron-down {
    display: block;
}

[aria-expanded="true"] .fa-chevron-up {
    display: block;
}

[aria-expanded="true"] .fa-chevron-down {
    display: none;
}


.card-toggle .collapse {
    padding: 0;
}

.card-toggle .q-title h5 {
    font-size: 16px;
    color: #fff;
}

.card-toggle {
    margin-bottom: 20px;
    box-shadow: 4px 16px 24px rgba(23, 45, 47, 0.04) !important;
    border-color: #DFD8CA;
    border-radius: 6px;
}

.card-toggle .card-header {
    color: #000;
    background-color: transparent;
}

.card-toggle .q-title h5 {
    font-size: 16px;
    color: #000;
}

.card-toggle .card-header a[aria-expanded="true"] {
    color: #3568FF;
}

.card-toggle .card-header a[aria-expanded="false"],
.card-toggle .card-header a[aria-expanded="false"]:focus {
    color: #000;
}

.card-toggle .card-header a:hover {
    text-decoration: none;
}

.faq-section {
    background: #F5F2EC;
    padding: 80px 0;
    min-height: calc(100vh - 134px);
}

.faq-section .card-toggle,
.faq-section .card-toggle .card-header {
    border: none;
}

.section-title > a {
    font-size: 16px;
}

.faq-section .card-body {
    font-size: 16px;
    line-height: 22px;
}

.schedule-card {
    border: 1px solid rgb(35 31 32 / 50%);
}

.schedule-card .card-header {
    background-color: var(--light-blue);
    border-color: rgb(35 31 32 / 50%);
}

.schedule-card .card-header::after {
    content: "";
    background-image: url("/static/images/patterns/Holistic_Pattern_White.ffb20c91b5ff.png");
}

.schedule-calendar-wrap {
    display: flex;
    justify-content: space-around;
}

.schedule-calendar .datepicker {
    max-width: 320px;
    width: fit-content;
    padding: 10px 0;
    margin: auto;
}

.schedule-calendar table {
    border-spacing: 3px;
    border-collapse: separate;
    width: 100%;
}

.schedule-calendar .datepicker table tr td,
.schedule-calendar .datepicker table tr th {
    width: 45px;
    height: 40px;
    font-size: 16px;
    color: #231F20;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #bdbdcd;
    cursor: default;
}

.schedule-timezone {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.schedule-btn-wrapper {
    padding-left: 20px;
}

.schedule-time {
    padding-top: 20px;
    padding-bottom: 20px;
}

.schedule-time ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.schedule-time li {
    padding-right: 10px;
    display: inline-block;
}

.schedule-time label.time_slot {
    background: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    padding: 8px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    width: 85px;
    text-align: center;
}

.schedule-time .form-check-option:checked + label,
.schedule-time li.scheduled label {
    background-color: #231F20;
    color: #fff;
    font-weight: 700;
}

.schedule-time input[type="radio"],
.schedule-time input[type="checkbox"] {
    display: none;
}

.schedule-time .calendar-date {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    background-color: #3568FF;
    border-color: #3568FF;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background-color: #3568FF;
    border-color: #3568FF;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #3568FF;
    border-color: #3568FF;
}

.datepicker--cell-day.active-schedule {
    background-color: transparent;
    color: #231F20;
    font-weight: 700;
}

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: var(--dark-blue);
}

.cam-video-wrapper {
    margin-bottom: 20px;
}

.btn-modal-take-photo {
    line-height: inherit;
}

.nav-wizards-container {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.nav-wizards-container .nav-item {
    padding: 0;
}

.nav-wizards-container a.nav-link {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px none;
}

.nav-wizards-container a.nav-link .nav-text {
    font-size: 16px;
    font-weight: 600 !important;
    text-align: center;
    color: #231F20;
}

.nav-wizards-container .nav-item .nav-link:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 9px;
    left: -12px;
    color: #231F20;
}

.nav-wizards-container .nav-item:first-child .nav-link:before {
    display: none;
}

.nav-wizards-container .nav-tabs {
    border: 1px none;
}

.nav-wizards-container .nav-tabs .nav-item.show .nav-link,
.nav-wizards-container .nav-tabs .nav-link.active,
.nav-wizards-container .nav-tabs .nav-link:hover {
    background-color: transparent;
    border: 1px none;

}

.nav-wizards-container a.nav-link.active .nav-text,
.nav-wizards-container .nav-tabs .nav-link:hover .nav-text {
    color: #3568FF;
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 600;
}

.frmuserinsurance .form-check-label {
    font-size: 16px;
    line-height: 16px;
    display: flex;
}

.frmuserinsurance .check-input {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.appointment-type-box {
    background-color: #EAEDF5;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4px;
    margin-bottom: 30px;
}

.appointment-type-box h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
}

.appointment-type-box p {
    margin-bottom: 0px;
}

.appointment-type-box p.symptoms,
.schedule-card p.symptoms {
    color: #3568FF;
    font-size: 16px;
    margin-bottom: 6px;
}

span.status {
    background: #C8F5FF;
    border-radius: 4px;
    padding: 6px 12px;
    color: #3568FF;
}

span.confirmed {
    background: var(--dark-blue);
    border-radius: 4px;
    padding: 6px 12px;
    color: var(--cream);
}

span.cancelled {
    background: #F9A6C1;
    border-radius: 4px;
    padding: 6px 12px;
    color: #000;
}

.pharmacy-type-card {
    margin-bottom: 25px;
    border: none;
}

.pharmacy-type-card .card-header,
.pharmacy-type-card .card-body {
    background: #F7F7F7;
    border: none;
}

.pharmacy-type-card .card-header label {
    display: flex;
    align-items: start;
}

.pharmacy-type-card .card-header {
    padding: 12px;
}

.pharmacy-type-card .card-body {
    padding: 12px 25px;
}

.p-type-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
}

.pharmacy-type-card svg.feather-plus {
    display: none;
}

.pharmacy-type-card svg.feather-minus {
    display: block;
}

.pharmacy-type-card .collapsed svg.feather-plus {
    display: block;
}

.pharmacy-type-card .collapsed svg.feather-minus {
    display: none;
}

.pharmacy-type-card .card-header img.icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
    margin-left: 4px;
}

div.status {
    background: #C8F5FF;
    border-radius: 4px;
    padding: 5px 8px;
    color: #3568FF;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}

.skip-step {
    text-align: left;
}

.frmuserinsurance p.hint {
    font-size: 14px;
    color: #3568FF;
    opacity: 0.8;
    padding-top: 7px;
}

.pharmacy-type-card li {
    margin-bottom: 12px;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: var(--charcoal-black);
    background-color: transparent;
}

.nav-modal-header {
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.nav-modal-header .title {
    font-family: var(--body-font-bold);
    color: var(--black);
    font-weight: 350;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nav-modal-header .btn-close-back-link {
    color: #3568FF;
    font-size: 14px;
    background-color: transparent;
    border: none;
    box-sizing: content-box;
}

.schedule-nav-wrapper {
    position: relative;
}

.schedule-nav-wrapper a.btn-back-calendar {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.schedule-item-wrapper .schedule-item:last-child {
    margin-bottom: 10px;
}


.register-step-notes-wrapper,
.mev-expect-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
}

.register-step-notes-wrapper .back-to-dash p {
    font-size: 18px;
    line-height: 24px;
    color: rgb(35 31 32 / 80%);
}

ul.register-steps li {
    padding-bottom: 50px;
    display: flex;
    padding-left: 70px;
    position: relative;
}

.mev-expect-wrapper li {
    padding-bottom: 50px;
    display: flex;
    position: relative;
    align-items: center;
}

.mev-expect-wrapper li div.icon {
    width: 80px;
    text-align: center;
    margin-right: 10px;

}

ul.register-steps li:last-child,
ul.mev-expect-steps li:last-child {
    padding-bottom: 30px;
}

ul.register-steps li:after {
    content: '';
    position: absolute;
    left: 26px;
    height: 100%;
    width: 1px;
    background-color: rgb(186 91 54 / 20%);
    top: 8px;
    z-index: 1;
}

ul.register-steps li:last-child:after {
    display: none;
}

ul.register-steps li div.number {
    background-color: #BA5B36;
    width: 52px;
    height: 52px;
    position: absolute;
    border-radius: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

ul.register-steps li div.info,
.mev-expect-wrapper li div.info {
    width: 100%;
}

ul.register-steps li p,
.mev-expect-wrapper li p {
    font-size: 18px;
    line-height: 24px;
    color: rgb(35 31 32 / 80%);
    margin-bottom: 0;
}

ul.register-steps li p strong,
.mev-expect-wrapper li p strong {
    color: rgb(35 31 32 / 90%);
}

.insurance-note {
    font-size: 18px;
    line-height: 24px;
    color: rgb(35 31 32 / 80%);
}

.midi-payment-steps .q-option {
    padding: 15px 16px;
}

.midi-plan-box {
    background: #F7F7F7;
    border: none;
    border-radius: 8px;
    margin-bottom: 25px;
}

.midi-plan-box .card-body {
    padding: 0px;
}

.carrier-img-wrapper {
    margin-bottom: 20px;
}

.link-other-insurance {
    text-decoration: underline;
}

.care-contact-info {
    background-color: #C8F5FF;
    padding: 18px;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}

.care-contact-info p {
    margin-bottom: 0;
    font-weight: 350;
    font-size: 18px;
    line-height: 24px;
    color: rgb(35 31 32 / 80%);
}

.care-contact-info p a {
    text-decoration: underline;
}

.referred-by-toggle {
    width: 100%;
    border: 1px solid rgba(35, 31, 32, 0.65);
    padding: 14px 12px;
    font-size: 16px;
    height: 48px;
    border-radius: 4px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    color: rgba(35, 31, 32, 0.65);

}

.referred-by-toggle.selected {
    color: rgba(35, 31, 32, 1);
}

.referred-by-toggle.dropdown-toggle::after {
    position: absolute;
    content: "\e842";
    right: 5px;
    font-family: 'feather' !important;
    border: none;
    font-size: 25px;
}

.referred-by-dropdown-menu {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    height: 230px;
    max-height: 230px;
    overflow-y: scroll;
}

.referred-by-dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    transform: none !important;
    -webkit-appearance: none;
}

.referred-by-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(35, 31, 32, 0.65);
    border-radius: 8px;
}

.referred-by-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(35, 31, 32, 0.75);
}

.referred-by-dropdown-menu::-webkit-scrollbar-thumb:active {
    background-color: rgba(35, 31, 32, 0.85);
}

.referred-by-dropdown-menu .dropdown-item.active,
.referred-by-dropdown-menu .dropdown-item:active,
.referred-by-dropdown-menu .dropdown-item:focus {
    background: rgb(53 104 255 / 20%);
    color: #231F20;
}

#referred_by_other_text {
    height: auto;
}

.file-upload-wrapper .drag-text svg {
    stroke: #3568FF;
}

.cadence-employer-popup {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
}

.cadence-employer-popup .modal-content {
    background: #FDF8EC;
    border-radius: 9px;
    -webkit-border-radius: 9px;
}

.cadence-employer-popup .modal-header {
    border: none;
    padding-bottom: 40px;
}

.cadence-employer-popup .modal-header h5 {
    text-align: center !important;
    font-family: var(--midi-heading-font);
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #231F20;
    position: relative;
    top: 40px;
    width: 100%;
}

.cadence-employer-popup .modal-body {
    font-family: var(--body-font);
}

.cadence-employer-popup .modal-body {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #231F20;
    padding: 0px 45px 20px;

}

.cadence-employer-popup .modal-footer {
    text-align: center;
    border: none;
    justify-content: space-around;
}

.cadence-employer-popup .modal-footer button {
    width: 250px;
    text-transform: uppercase;
    font-family: var(--body-font-bold);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.08em;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    margin-bottom: 30px;
}

.referred-by-dropdown-menu .ps__rail-y {
    opacity: 1;
    width: 6px;
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: rgba(35, 31, 32, 0.85);
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: transparent;
    opacity: 1;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
    background-color: rgba(35, 31, 32, 0.75);
    width: 6px;
}

.employer-not-found li p {
    font-size: 18px;
    line-height: 24px;
    color: rgb(35 31 32 / 80%);
    margin-bottom: 0;
}

.payment-icon {
  transition: border 0.3s ease;
}

.payment-icon.highlighted {
  border: 1px solid #3568FF;
  border-radius: 5px;
}

