/* booking-pharmacy.css
 * Legacy pharmacy-booking layout primitives that the unified theme builds on.
 * Loaded between brandingPalette.css and unified-booking.css. The unified file
 * intentionally overrides several rules here (search "Override the legacy ..."
 * comments inside unified-booking.css). New booking styles go in
 * unified-booking.css, not here.
 */

[data-href] {
    cursor: pointer;
}

.variableBreak {
    background-color: var(--cwh-yellow);
}

.availableTimeSlots {
    padding: 10px;
    display: contents;
}

.availableTimeSlots>span {
    background: var(--cwh-success);
    padding: 10px;
    border-radius: 20px;
    color: var(--cwh-white);
    display: inline-block;
    margin-bottom: 8px;
    width: 100px;
    cursor: pointer;
    text-align: center;
}

.availableTimeSlots>span:hover {
    opacity: 0.8;
}

.activeslot {
    opacity: 0.8;
}

.consent-question {
    float: left;
    width: 70%;
}

.confirm_UL {
    display: inline-grid !important;
    list-style: disc !important;
    padding-left: 28px;
    line-height: 26px;
}

.confirm_UL_count {
    display: inline-grid !important;
    list-style: decimal !important;
    padding-left: 28px;
    line-height: 26px;
}

.confirm_UL li,
.confirm_UL_count li {
    font-weight: normal;
    text-transform: none;
    padding-left: 0px !important;
}

.consent-question-buttom .custom-select {
    width: 30% !important;
}

.bookingContact {
    float: right;
    font-size: 25px;
    padding-top: 21px;
}

/* 7. Waves */

@media print {
    .left-side-menu,
    .page-title-box,
    .navbar-header,
    .footer,
    .cwh-shared-footer {
        display: none !important;
    }
    .card-body,
    .page-content,
    body {
        padding: 0 !important;
        margin: 0;
    }
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.form-upload {
    padding: 0.199rem;
}

.form-textarea {
    min-height: 100px !important;
}

.mandatory-fields {
    border: 1px solid var(--cwh-border);
}

.mandatory-fields td,
.mandatory-fields th {
    padding: 7px 9px !important;
}

.mandatory-fields span {
    margin-right: 10px !important;
}

.mandatory-fields input[type="radio"] {
    margin-right: 5px !important;
}

.editIconBooking {
    font-size: 22px;
    color: var(--cwh-success);
    cursor: pointer;
}

#bookingDescriptionDiv h4 {
    color: var(--cwh-dark-blue);
}

.MobileHidden,
.HeadingHidden,
.SubHeadingHidden,
.DescriptionHidden,
.bookingtab,
.LocationHeadingHidden,
.PersonalDetailHidden,
.AirHidden,
.consentHeadingHidden,
.confirmHeadingHidden,
.termsAndConditionHidden,
.AirDescriptionHidden,
.BackgroundColorHidden,
.BackgroundTabColorHidden,
.consentSubHeadingHidden,
.FooterContentHidden,
.confirmPaymentHidden,
.paymentDescriptionHidden,
.confirmBookingHeadingHidden,
.confirmBookingSubHeadingHidden,
.confirmVoucherHeadingHidden,
.confirmVoucherSubHeadingHidden {
    display: none;
}

.ck.ck-balloon-panel {
    z-index: 999999 !important;
}

.classDisplayNone {
    display: none;
}

.classDisplay {
    display: block !important;
}

.image-upload>input {
    visibility: hidden;
    width: 0;
    height: 0
}

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cwh-middle-blue);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: var(--cwh-white);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--cwh-middle-blue);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--cwh-middle-blue);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-control.is-required-field {
    border-color: var(--cwh-danger);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/*  Ticket Merch 2 Starts Ram 12 May 2022 */

#walking_manual_pay_section {
    display: none;
}


/*  Ticket Merch 2 Ends Ram 12 May 2022 */


/* PHAR 11 Ram 25 July 2022*/

.pharmacy_add_user {
    margin-top: -9px;
}

.multiselectButton .btn-group {
    background-color: var(--cwh-white);
    border: 1px solid var(--cwh-mid-grey) !important;
    border-radius: 25px 25px 25px 25px;
    /* font-family: "Montserrat", Sans-serif; */
    font-size: 16px;
    font-weight: 400;
    color: var(--cwh-mid-grey);
    min-height: 47px;
    padding: 6px 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
}

.multiselectButton .btn-group ul.multiselect-container {
    width: 100%;
    top: 103% !important;
}

.multiselectButton .btn-group>.btn {
    width: 100%;
    text-align: left;
}

.mousehoverPointer {
    padding: 3px 5px 0px;
    cursor: pointer;
    float: left;
}

.mousehoverPointer:hover {
    background-color: var(--cwh-border);
}

#commonEditor {
    max-height: 500px;
    overflow: scroll;
}

.pharmacyNav .nav-item p {
    margin-bottom: 0px !important;
}

.left-inner-addon-payment {
    position: relative;
}

.left-inner-addon-payment input {
    padding-left: 22px;
}

.left-inner-addon-payment span {
    position: absolute;
    padding: 7px 12px;
    pointer-events: none;
}

.percentSign {
    position: absolute;
    left: 45px;
    pointer-events: none;
}

.card-title-info {
    margin-bottom: 35px !important;
}

.loading {
    background-color: var(--cwh-white);
    background-image: url("../images/loadingIcon.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.available {
    background-color: var(--cwh-white);
    background-image: url("../images/available.png");
    background-size: 33px;
    background-position: right center;
    background-repeat: no-repeat;
}

.page-content {
    /* max-width: 1440px;
    margin: 0 auto; */

}

.table {
    border: 1px solid var(--cwh-border);
}

.disabledField {
    background-color: #482d2d24 !important;
}


/* header {
display: flex !important;
} */

.custom-sortby {
    width: 81%;
}

#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--cwh-white);
    z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    color: White;
    top: 30%;
    left: 49%;
}


body {
    background: transparent;
    font-size: .875rem !important;
    font-weight: 400 !important;
}

/* header image width */

.header-image-width {
    max-width: 200px;
    /* max-height: 220px; */
}

#page-one {
    width: 100%;
    height: 100%;
}


/*form styles*/

#msform {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

#msform .tab-content {
    min-height: 450px;
}

#msform label {
    text-align: left;
    font-weight: 500;
}

#msform fieldset {
    border: 0 none;
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input[type=text],
#msform input[type=email],
#msform input[type=date],
#msform textarea,
#msform select {
    background-color: var(--cwh-white);
    border: 1px solid var(--cwh-mid-grey);
    border-radius: 25px 25px 25px 25px;
    /* font-family: "Montserrat", Sans-serif; */
    font-size: 16px;
    font-weight: 400;
    color: var(--cwh-mid-grey);
    min-height: 47px;
    padding: 6px 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#msform select {
    background-color: var(--cwh-white);
    -webkit-appearance: none;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--cwh-success);
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

.button-container {
    text-align: right;
}


/*next buttons*/

#msform .action-button {
    background: var(--cwh-success);
    font-weight: 800;
    font-size: 15px;
    color: var(--cwh-white);
    border-color: var(--cwh-success);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 13px 28px;
}

#msform .action-button:not([disabled]):hover,
#msform .action-button:not([disabled]):focus {
    color: var(--cwh-success);
    background: var(--cwh-white);
    border-color: var(--cwh-success);
}

#msform .action-button-previous {
    float: left;
    background: var(--cwh-border);
    font-weight: 800;
    font-size: 15px;
    color: var(--cwh-black);
    border-style: solid;
    border-color: var(--cwh-border);
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 2px 8px 0px var(--cwh-border);
    cursor: pointer;
    padding: 13px 30px 13px 30px;
}

#msform .action-button-previous:not([disabled]):hover,
#msform .action-button-previous:not([disabled]):focus {
    color: var(--cwh-black);
    background: var(--cwh-white);
    border-color: var(--cwh-black);
}


/*headings*/

#msform .fs-title {
    font-size: 18px;
    color: var(--cwh-mid-grey);
    margin-bottom: 10px;
    font-weight: bold;
}

#msform .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: var(--cwh-mid-grey);
    margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
}


/* list */

#progressbar {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

#progressbar li {
    list-style: none;
    font-size: 14px;
    /* width: 24%; */
    float: left;
    position: relative;
    color: var(--cwh-black);
    background: var(--cwh-border);
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 2px var(--cwh-border);
    /* padding: 8px; */
    text-align: center;
    margin-right: 6px;
    float: left;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}


/* icons for each progress bar */

#progressbar #booking_info:before {
    content: "\eda7";
}

#progressbar #booking_participant:before {
    content: "\eb5a";
}

#progressbar #booking_store:before {
    content: "	\edbe";
}

#progressbar #booking_personal:before {
    content: "\ee92";
}

#progressbar #booking_consent:before {
    content: "\ea16";
}

#progressbar #booking_confirm:before {
    content: "\ece5";
}

#progressbar li:before {
    /* font-family: 'boxicons' !important; */
    font-size: 15px !important;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* small screens */

/* Legacy #progressbar li.active grey-background rules removed — the unified
 * booking theme owns the step-indicator styling in unified-booking.css and
 * the old `color: white !important` was leaking through to the active label. */

#progressbar p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

#msform .verification-input {
    border-radius: 25px 0px 0px 25px !important;
}

#msform .verification-button {
    background-color: var(--cwh-border);
    border: 1px solid var(--cwh-border);
    border-color: var(--cwh-mid-grey);
    -webkit-appearance: none;
    border-radius: 0px 25px 25px 0px;
    font-size: 14px;
    font-weight: 600;
    color: var(--cwh-black);
    min-height: 47px;
    padding: 6px 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#msform .verification-button:not([disabled]):hover,
#msform .verification-button:not([disabled]):focus {
    border-color: var(--cwh-black);
    background-color: var(--cwh-white);
}

#msform .border-otp-block {
    border: 1px solid var(--cwh-border);
    border-color: var(--cwh-mid-grey);
    -webkit-appearance: none;
    border-radius: 25px 25px 25px 25px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

#msform .form-control:disabled,
#msform .form-control[readonly] {
    background-color: var(--cwh-border);
}

#msform .user_exists_notifictaion {
    color: var(--cwh-danger)
}

#msform .success-button {
    font-size: 5rem;
    color: var(--cwh-success);
}

#msform .glow-on-hover {
    border-color: var(--cwh-danger);
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

#msform .submit-information {
    font-size: 0.825rem;
}

#msform .is-invalid-signup {
    border-bottom: 2px solid var(--cwh-danger) !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#msform .invalid-feedback-signup {
    display: none;
    width: 100%;
    font-size: 80%;
    color: var(--cwh-danger);
    margin-left: 1rem;
}

#msform .is-invalid-signup~.invalid-feedback-signup {
    display: block;
}

#msform .is-valid-signup {
    border-bottom: 2px solid var(--cwh-success) !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-radius: 25px !important;
}

#errorMessage {
    border: 1px solid var(--cwh-danger);
    color: var(--cwh-danger);
    padding: 10px;
    width: 80%;
    float: left;
    display: none;
}

.verifyNextButton {
    margin-top: 15px;
}

#msform .verification-button-left {
    border-radius: 0;
    margin-right: -4px;
}

#errorPasswordMessage {
    border: 1px solid var(--cwh-danger);
    color: var(--cwh-danger);
    padding: 10px;
    width: 60%;
    float: left;
    display: none;
}

.nav-tabs {
    border-bottom: none;
}

#progressbar li a,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    /* font-family: Montserrat, sans-serif; */
    /* font-size: 13px !important; */
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: none;
}

.swal2-actions button {
    border-radius: 25px !important;
    padding: 13px 30px 13px 30px !important;
}

.managebooking_container ul {
    list-style: none;
}

.mobileVerification,
.emailVerification {
    text-align: right;
    right: 13px;
    top: 30px;
    position: absolute;
    background: var(--cwh-success);
    border: 0px solid var(--cwh-success);
    padding: 11.2px 10px 13.2px;
    color: var(--cwh-white);
    line-height: inherit;
    border-radius: 0px 25px 25px 0px;
    display: none;
}

.mobileVerificationLoading {
    right: 12px;
    top: 30px;
    position: absolute;
    height: 45px;
    width: 56px;
    background-size: 33px;
    display: none;
}

#msform button {
    border-radius: 25px;
}

.locationPin {
    width: 40px;
    float: left;
    margin-right: 9px;
}

.mb-30 {
    margin-bottom: 30px;
}


/* .newTimeSlot {
    margin-top: 25px;
} */

.modal-loading,
.modal-loading-wait {
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(215 215 215 / 58%) url('../images/loading-new.gif') 50% 50% no-repeat;
    overflow: hidden;
    background-size: 60px;
}

.modal-heading {
    position: fixed;
    z-index: 1000;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bookingContainer {
    min-height: 700px;
}

.tab-pane.active {
    margin-bottom: 150px;
}

.participantJobDuration {
    text-align: right;
    padding-top: 30px;
    padding-right: 11px;
}

#jobDuration {
    padding: 10px 20px;
    background: var(--cwh-border);
    border-radius: 26px;
}

.no-result {
    text-align: center;
    margin-top: 15%;
}

.changeTime {
    margin-top: 14px;
}

.validation-timer {
    display: flex;
    margin-bottom: 19px;
}

.validation-timer-message {
    width: 50%;
    float: left;
    text-align: right;
    color: var(--cwh-black);
    display: none;
    padding-right: 14px;
}

.mandatoryFieldsMessage {
    width: 50%;
    float: left;
}

#BookingTimer {
    color: var(--cwh-danger);
}

.headingBookingPhone {
    text-align: right;
    padding-right: 23px;
}

select {
    border-radius: 25px !important;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .76562rem;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;
    /* Firefox 1-3.6 */
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.btn-primary,
.swal2-confirm {
    font-weight: 800;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 13px 30px 13px 30px;
}

.btn-secondary,
.btn-success {
    font-weight: 800;
    font-size: 15px;
    color: var(--cwh-white);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 13px 28px;
}

.manageBookingLayout #msform {
    margin-top: 50px;
}

#enable_verify_text_voucher {
    color: var(--cwh-white);
}

.confirmButton {
    padding-left: 0px !important;
}

#storeLocation_TB {
    min-height: 400px;
}

.pharmacy .consent-question-buttom {
    width: 100%;
}

.consent-question {
    width: 70%;
    display: -webkit-box;
    float: left;
    margin-bottom: 20px;
    font-size: 17px;
}

.consent-question-buttom {
    float: right;
    width: 16%;
    margin-bottom: 20px;
}

.order-summary td,
.order-summary th {
    padding: 10px;
}

.multiselect {
    overflow: hidden;
}

button#submitBooking:disabled {
    background: var(--cwh-success);
    border: 1px solid var(--cwh-success);
}


#termsAndConditions ul li {
    font-weight: 400 !important;
}

.consent-question-buttom {
    float: right;
    width: 22%;
    margin-bottom: 20px;
}

.consent-question-buttom input[type="text"],
.consent-question-buttom select,
.consent-question-buttom textarea {
    width: 100%;
}

.btn-danger {
    font-weight: 800;
    font-size: 15px;
    color: var(--cwh-white);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 13px 21px 13px 21px;
}

.rescheduleBookingConfirm {
    float: right;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.newStore {
    margin: 35px 0px;
    border-radius: 25px;
    border: 1px solid var(--cwh-mid-grey);
    padding: 22px;
}

.mobileIcon {
    content: "\eb5a";
}

.customDateSelection a:not([href]):hover {
    border-radius: 25px;
    background: var(--cwh-border);
}

.customDateSelection a {
    padding: 9px 22px;
}

.customDateSelection {
    border-radius: 25px;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background: var(--cwh-success);
    font-family: var(--cwh-font-family);
    font-weight: 800;
    font-size: 15px;
    color: var(--cwh-white);
    border-color: var(--cwh-success);
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-radius: 100px 100px 100px 100px !important;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08)!important;
    cursor: pointer!important;
    padding: 13px 30px 13px 30px;
}

.swal2-popup .swal2-styled.swal2-cancel {
    font-family: var(--cwh-font-family);
    font-weight: 800;
    font-size: 15px;
    color: var(--cwh-white);
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-radius: 100px 100px 100px 100px !important;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08)!important;
    cursor: pointer!important;
    padding: 13px 30px 13px 30px;
}

.swal2-popup {
    width: 41em !important;
    border-radius: 25px !important;
}

.groupDetails {
    padding: 10px 0px 10px 8px;
}

.custom-jobDate {
    background-color: var(--cwh-white);
    border-color: var(--cwh-mid-grey);
    border-radius: 25px 25px 25px 25px;
    font-family: var(--cwh-font-family);
    font-size: 16px;
    font-weight: 400;
    color: var(--cwh-mid-grey);
    min-height: 47px;
    padding: 6px 16px;
    box-sizing: border-box;
}

.storeSelected {
    background: var(--cwh-border);
}

.searchFilterList {
    text-align: right;
}

.displayFlex {
    display: flex;
}

.patientDetailSection {
    border-top: 1px solid var(--cwh-light-grey);
    border-left: 1px solid var(--cwh-light-grey);
    border-bottom: 1px solid var(--cwh-light-grey);
    padding: 1%;
    border-radius: 25px 0px 0px 25px;
}

.patientDetailButtonSection {
    border-top: 1px solid var(--cwh-light-grey);
    border-right: 1px solid var(--cwh-light-grey);
    border-bottom: 1px solid var(--cwh-light-grey);
    padding: 2%;
    border-radius: 0px 25px 25px 0px;
}

.locationImage {
    background: url(../images/location-icon.png) 28% 20% no-repeat;
    /* right: 180px; */
    top: 6px;
    position: absolute;
    height: 45px;
    width: 56px;
    background-size: 27px;
    float: left;
}

@media (max-width: 1470px) {
    /* #progressbar {
        justify-content: normal !important;
    } */
    #progressbar li {
        margin-right: 2px !important;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        max-width: 92%;
    }
}

@media (max-width: 1200px) {
    #progressbar li {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 13px;
    }
    .bookingformHeader {
        border: 0.5px solid var(--cwh-success);
        margin-bottom: 18px;
    }
}

@media(max-width:1111px) {
    #progressbar li {
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media (max-width: 1080px) {
    .productInformationDiv {
        max-height: 300px;
        overflow: scroll;
    }
    #progressbar {
        margin-top: 15px;
    }
    .bookingTabs.active,
    .active.patientNavigation,
    .active.patientConsentNavigation {
        display: block;
    }
    .bookingTabs,
    .patientNavigation,
    .patientConsentNavigation {
        display: none;
    }
    #progressbar li {
        padding-left: 23px;
        padding-right: 23px;
        width: 100%;
    }
    .headingbooking,
    .headingBookingPhone {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .validation-timer {
        margin-bottom: 0px;
    }
    #msform {
        margin-top: 0px;
    }
    li.active a .mdi {
        color: var(--cwh-white);
    }
    .locationMap iframe {
        width: 100% !important;
    }
    .consent-question-buttom {
        width: 35%;
    }
    .consent-question {
        width: 60%;
    }
    .col-5-ipad-view,
    .col-7-ipad-view {
        width: 100%;
        display: contents;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #userCardDetails {
        width: 100%;
        background: #0000220f;
    }
    .manageBooking ul li {
        text-transform: none;
    }
    .manageBooking {
        text-align: left;
        padding: 18px 0px;
    }
    .managebooking_container ul {
        list-style: none;
    }
    .manageBooking ul {
        list-style: none;
    }
    .managebooking_container label {
        font-weight: bold;
    }
    .managebooking_container li {
        margin-top: .1em;
    }
    .cancelledBooking ul {
        padding: 0px;
    }
    .patientDetailSection {
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .patientDetailSection {
        border-top: 1px solid var(--cwh-light-grey);
        border-left: 1px solid var(--cwh-light-grey);
        border-right: 1px solid var(--cwh-light-grey);
        border-bottom: none;
        padding: 1%;
        border-radius: 25px 25px 0px 0px;
    }
    .ipad-col-5 {
        max-width: 100%;
        width: 100%;
        flex: auto;
        padding: 0px;
    }
    .patientDetailButtonSection {
        border-top: none;
        border-right: 1px solid var(--cwh-light-grey);
        border-left: 1px solid var(--cwh-light-grey);
        border-bottom: 1px solid var(--cwh-light-grey);
        padding: 2%;
        flex: 100%;
        border-radius: 0px 0px 25px 25px;
        text-align: right;
        position: relative !important;
        width: 100% !important;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {

    .ipad-dob select {
        font-size: 13.5px !important;
        padding-left: 6px !important;
    }
    .searchPostCode {
        max-width: 50% !important;
        float: left !important;
        flex: 0 0 40% !important;
    }
    .searchRange {
        max-width: 53% !important;
        text-align: right;
    }
    .validation-timer-message {
        width: 47%;
    }
    .mandatoryFieldsMessage {
        width: 53%;
    }
    .header-Logo {
        width: 70%;
    }
    .header-signup {
        width: 30%;
        justify-content: right;
    }
}

@media (max-width:700px) {
    #msform {
        width: 100%;
    }
    /* .header-image-width {
        padding-top: 20px !important;
        max-width: 63%;
    } */

    .header-image-width {
        padding-top: 0px !important;
        max-width: 33%;
    }
    .notifcation_resend {
        font-size: 10px;
    }
    .verification-button {
        font-size: 8px !important;
        padding: 6px 2px !important;
    }
    .border-otp-block {
        padding: 5px !important;
        ;
    }
    .user_exists_notifictaion {
        font-size: 11px;
    }
    #progressbar #booking_info:after {
        content: "  Info";
    }
    #progressbar #booking_participant:after {
        content: "  Participant Details";
    }
    #progressbar #booking_store:after {
        content: "  Store & Time";
    }
    #progressbar #booking_personal:after {
        content: "  Personal Details";
    }
    #progressbar #booking_consent:after {
        content: "  Consents";
    }
    #progressbar #booking_confirm:after {
        content: "  Confirm Booking";
    }
    #progressbar li:after {
        /* font-family: Montserrat, sans-serif; */
        font-size: 13px !important;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
    }
}

@media (max-width: 580px) {
    .bookingFormHeading {
        display: block;
        width: 100%;
    }
    .main-content {
        margin-left: 0;
    }
    button,
    [type="button"] {
        margin-bottom: 15px;
    }
    .multiselect {
        margin-bottom: 0px !important;
    }
    #email_resend_button,
    #mobile_resend_button {
        background: var(--cwh-border) !important;
        border: none !important;
        min-height: 0 !important;
    }
    #email_verify_button,
    #mobile_code_verify_button {
        border-radius: 0px 25px 25px 0px !important;
        margin-bottom: -1px !important;
    }
    .headingbooking,
    .headingBookingPhone {
        width: 100% !important;
    }
    .table {
        border: 0px !important;
    }
    .consent-question-buttom .custom-select {
        width: 100% !important;
        margin-top: 5px;
    }
    .consent-question {
        width: 100% !important;
    }
    .bookingContact {
        float: none;
    }
    .initialNextButton {
        margin-top: 32px;
    }
    .grecaptcha-badge {
        display: none;
    }
    .page-content {
        padding: 0px;
    }
    #progressbar li {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
    }
    .bookingTabs.active .mdi::before {
        color: var(--cwh-white) !important;
    }
    .bookingFormTemplateFont span {
        /* font-family: "Montserrat", Sans-serif; */
        font-size: 16px;
        font-weight: 400;
    }
    .multiselectButton .btn-group>.btn {
        width: 100%;
        text-align: left;
        padding-left: 0px;
    }
    .removeRowDesktop {
        display: none;
    }
    .removeRowMobile {
        display: block !important;
        width: 24%;
        float: right;
        height: 25px;
        margin-bottom: 0px;
        padding-top: 1px;
    }
    .ipad-view100 {
        width: 100%;
    }
    /* .addPatientMobile {
        display: block !important;
    } */
    .headingBookingPhone span {
        text-align: center !important;
        margin-top: 0px !important;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        position: relative !important;
        width: 100% !important;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 100% !important;
    }
    #MobileVerification .col-8 {
        flex: 100%;
    }
    .mandatoryFieldsMessage {
        width: 100%;
        display: none;
    }
    .participantJobTime {
        display: none;
    }
    .headingbooking {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .headingBookingPhone {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 0px;
        font-size: 20px;
        font-family: var(--cwh-font-family);
        color: var(--cwh-dark-blue);
    }
    .bookingLogo {
        width: 90%;
        height: auto;
    }
    .consent-question-buttom {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .consent-question {
        width: 100%;
        display: -webkit-box;
        float: left;
        margin-bottom: 10px;
    }
    #medicareNumberDIV,
    #medicareRefDIV {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .dummy-medicare {
        width: 100%;
    }
    .mandatoryFieldsMessage {
        color: var(--cwh-danger);
        margin-bottom: 12px;
    }
    .container {
        padding: 0px;
        margin: 0px
    }
    .col-12,
    .col-8,
    .col-6,
    .col-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .card {
        margin-bottom: 0px;
    }
    .confirmBookingCheckbox {
        padding-left: 0px;
    }
    .managebooking_container ul {
        padding-left: 10px;
    }
    .managebooking_container ul li ul {
        padding-left: 20px;
    }
    .close {
        width: auto !important
    }
    .ipad-view100 {
        width: 100% !important;
    }
    .ipad-view100 .form-group {
        width: 100%!important;
    }
    .card-body {
        padding: 7px;
    }
    .patientDetailMobile {
        border-bottom: 2px solid var(--cwh-border);
        padding: 11px 0px;
        margin-bottom: 18px;
    }
    .mobileVerification,
    .emailVerification {
        right: 0;
        top: 30px;
    }
    input[type="text"],
    select,
    optgroup,
    textarea {
        width: 100% !important
    }
    .validation-timer {
        display: block;
        text-align: center;
    }
    .mandatoryFieldsMessage {
        float: none;
    }
    .validation-timer-message {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 16px;
    }
    .grecaptcha-badge {
        display: none !important;
    }
    .row {
        width: 100%;
    }
    #msform .action-button-previous,
    #msform .action-button {
        width: auto !important;
    }
    #storeRadius {
        width: 100px !important;
    }
    .searchFilterList {
        text-align: center;
    }
    .locationMap,
    .bookingNumbers {
        display: none;
    }
    #msform .action-button {
        font-size: 14px;
    }
    .displayFlex {
        display: block;
    }
    #MobileVerification .btn {
        padding: 11px !important;
        width: auto !important;
    }
    #userCardDetails {
        width: 100%;
        background: #0000220f;
    }
    .bookingContainer {
        min-height: 550px;
    }
    #progressbar {
        padding: 0px 0px 20px;
        justify-content: center !important;
    }
    .searchPostCode {
        max-width: 50% !important;
        float: left !important;
        flex: 0 0 40% !important;
    }
    .searchRange {
        max-width: 59% !important;
        text-align: right;
    }
    /* .locationImage {
        right: 108px;
    } */
    .groupDetails {
        padding: 10px 0px 10px 0px;
    }
    .availableSlotList {
        margin-right: 5px;
    }
    /* .eligibility-answer .custom-select {
        width: 100% !important;
        margin-top: 5px;
    } */
}

.confirmationStep {
    height: auto;
    padding: 10px;
}

.gm-style .place-card-medium {
    display: none !important;
}

.verifyMobile {
    height: 52px;
}

.fa-mobile:before {
    margin-right: 4px;
}

.eligibility-question {
    width: 70%;
    display: -webkit-box;
    float: left;
    margin-bottom: 20px;
    font-size: 17px;
}

.eligibility-answer {
    float: right;
    width: 22%;
    margin-bottom: 20px;
}

.prescreening fieldset {
    background-color: var(--cwh-border);
    margin-bottom: 15px !important;
}

.prescreening legend {
    background-color: var(--cwh-mid-grey);
    color: var(--cwh-white);
    padding: 5px 10px;
}

.dob-section {
    display: flex;
    justify-content: space-between;
}

.dob-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Ensure the wrapper takes up the full width */
}
.confirmButtonBack{margin-top: 3%;}

#body-Booking{    max-width: 1440px;
    margin: 0 auto;}