/* Mobile */
@media (min-width: 320px) and (max-width: 480px) {
    .ui.form .field.accept-checkbox > label {
        height: 65px;
        max-height: 65px;
    }

    .ui.modal.gcc-modal > .header .header__logo {
        width: 50%;
    }

    .ui.modal.gcc-modal .header .header__logo .image {
        height: auto;
    }

    .ui.modal.gcc-modal > .header .header__text {
        font-size: 1rem;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .scroll-with-shadow .content::-webkit-scrollbar {
        display: none;
    }

    /*.scroll-with-shadow .content {*/
    /*    -ms-overflow-style: none; !* IE, Edge *!*/
    /*    scrollbar-width: none; !* Firefox *!*/
    /*}*/

    .pager {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .pager div.page-dot-item {
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        vertical-align: middle;
        position: relative;
    }

    .pager div.page-dot {
        width: 5px;
        height: 5px;
        background-color: #c5d0de;
        border-radius: 5px;
        position: absolute;
        top: 25%;
        left: 25%;
    }

    .pager div.page-dot.active {
        width: 8px;
        height: 8px;
        background-color: #2ea2f8;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .booking-form .ui.grid .wide.column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ui.form .form-buttons-container {
        padding: 1.2em 0 1.2em 0;
        height: 10em;
    }

    .ui.modal.gcc-modal > .header {
        display: block;
    }

    .fields-container {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
    }

    .inline-radio-container {
        flex-direction: column !important;
    }

    .fields-container-appointment-type {
        height: 100% !important;
        margin-bottom: 13% !important;
    }

    .card {
        width: 97% !important;
    }

    .ui.button.black.verify-email-btn {
        width: 22% !important;
        left: 73% !important;
        top: 78.2% !important;
        min-width: 23% !important;
    }
}

/* Mobile Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: landscape), only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape), only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: landscape), only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (orientation: landscape) {
    .ui.modal.gcc-modal > .header {
        display: block;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 740px)
and (orientation: landscape), only screen
and (min-device-width: 600px)
and (max-device-width: 603px)
and (orientation: portrait) {
    .field .preview-image-widget-wrapper .ui.dropdown {
        margin: 0 auto;
        width: 50%;
    }
}

.fields-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    /*isolation: isolate;*/
    width: 100%;
    max-width: 1064px;
    height: 150px;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    position: relative;
    min-width: 1064px;
}

.premium-fields-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    isolation: isolate;
    width: 100%;
    max-width: 1064px;
    height: 550px;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    position: relative;
}

.premium-fields-container-appointment-date {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    isolation: isolate;
    width: 100%;
    max-width: 1064px;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    position: relative;
}

.fields-container .ui.header {
    position: absolute;
    top: -12px;
    left: 28px;
    background-color: #fff;
    color: #7E7E7E;
    padding: 0 10px;
    font-weight: bold;
}

.premium-fields-container .ui.header {
    position: absolute;
    top: -12px;
    left: 28px;
    background-color: #fff;
    color: #7E7E7E;
    padding: 0 10px;
    font-weight: bold;
}

.fields-container-appointment-type {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 10px;
    isolation: isolate;
    width: 100%;
    max-width: 1064px;
    height: 240px;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    position: relative;
}

.fields-container-appointment-type .ui.header {
    position: absolute;
    top: -12px;
    left: 28px;
    background-color: #fff;
    color: #7E7E7E;
    padding: 0 10px;
    font-weight: bold;
}

.inline-radio-container {
    display: flex;
    gap: 20px;
}

.card {
    background-color: #fff;
    padding: 23px;
    border-radius: 8px;
    transition: border 0.3s ease;
    /* Shadow */
    box-shadow: 0px 8px 28px -6px rgba(158, 158, 158, 0.12), 0px 18px 88px -4px rgba(158, 158, 158, 0.14);
    width: 49%;
}

/*.ui.radio.checkbox.checked {*/
/*    border: 2px solid #ff69b4; !* Pink border for selected option *!*/
/*}*/

.card .content {
    display: flex;
    align-items: center;
}

.card .content .ui.radio {
    margin-left: 2%;
}

.card .info {
    margin-left: 20px;
}

.card .info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px !important;
}

.card .info p {
    color: #666;
    font-size: 14px;
    margin-bottom: 2% !important;
}

.card .info .price {
    font-size: 24px;
    color: #2ecc71; /* Green color for price */
    font-weight: bold;
}

.mc-details-column {
    left: 10px;
    top: 40px;
}

#examination-price-field {
    padding: 13px 25px;
    width: 285px;
    min-width: 275px;
    height: 48px;
    background: #FCF7DD;
    border-radius: 8px;
}

.email-verify-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    width: 100%; /* Adjust width as needed */
}

.email-input-wrapper .field {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.email-input-wrapper .field input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
}

.verify-email-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.verify-email-btn:hover {
    background-color: #555;
}

.hidden {
    display: none;
}

.otp-hint {
    margin-top: 1rem;
    font-size: 14px;
    color: #666;
}

.otp-hint strong {
    color: #333;
}

