/**/

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    letter-spacing: .03em;
    background-image: url("../images/hero-shot.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#axion_formframe_sw_checkout .card {
    background-color: rgba(255, 255, 255, 0.87);
    /* bottom: -55px; */
    /* width: 23rem; */
    /* right: 3rem; */
    width: 100%;
    margin: 0 auto;
    border-radius: 40px 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 20px 15;

}

.card {
    background-color: rgba(255, 255, 255, 0.87);
    /* bottom: -55px; */
    /* width: 23rem; */
    /* right: 3rem; */
    width: 100%;
    margin: 0 auto;
    border-radius: 40px 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 24px 15px;
    max-height:80vh;
    overflow-y:auto;

}

.card-header {
    padding: .75rem .5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .00);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: var(--primary-color, #E51318);
    font-weight: normal !important;
    word-wrap: normal !important;

}

.card-header h2 {

    font-weight: normal !important;
    font-size: 1.7em !important;
    word-wrap: normal !important;

}

.card-header h6 {


    font-size: .8em !important;
    line-height: 1.5em;

}

.card-header h4 {
    font-size: .9em !important;
    color: black;
}

#_formspec_sw_journey_overall h4 {
    color: var(--primary-color, #E51318);
    color: var(--primary-color, #E51318);
    font-size: 1.7em !important;
    font-weight: normal !important;
}

#_formspec_sw_checkout_overall h4 {
    color: var(--primary-color, #E51318);
    color: var(--primary-color, #E51318);
    font-size: 1.2em !important;
    font-weight: normal !important;
}

#_form_billingpreferencegroup h4 {
    color: var(--primary-color, #E51318);
    color: var(--primary-color, #E51318);
    font-size: 1.4em !important;
    font-weight: normal !important;
}

#_form_billingpreferencelabel h6 {
    font-size: 1em !important;
}

.card-header p,
h6 {

    color: #000000 !important;

}

.card .form-group {

    font-size: .8em !important;
}

p.mb-0 {
    color: black;
}

@media (min-width: 1000px) {
    .card {
        width: 25% !important;
        right: 0px !important;
    }
}

.scrollable-section {
    display: block;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollable-section::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.SumoSelect {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #999696;
}


.SumoSelect>.CaptionCont {
    border: none !important;
    background-color: #dee2e6 !important;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #000 !important;
    opacity: 0.5;
}

.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont,
.SumoSelect.open>.CaptionCont {
    box-shadow: none !important;
}

/* Style buttons */
.btn-primary {
    background-color: var(--primary-color, #E51318);
    color: #ffffff;
    border-color: var(--primary-color, #E51318);
    transition: background-color 0.3s ease;
}


.btn-primary:hover {
    background-color: var(--primary-color-hover, #F2494D);
    /* Lighter blue on hover */
    border-color: var(--primary-color-hover, #F2494D);
}

.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-color-hover, #F2494D);
    border-color: var(--primary-color-hover, #F2494D);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--primary-color, #E51318) 50%, transparent);
}

.btn-success {
    color: #fff;
    background-color: #31bfbd;
    border-color: #31bfbd;
}

.btn-success:hover {
    color: #fff;
    background-color: #109183;
    border-color: #109183;
}

.user-info btn-success {
    color: var(--primary-color, #E51318) !important;
}

.spinner-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px !important;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;

}



.spinner-text h1 {
    font-size: 28px !important;
    color: #6a6a6a;

    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--primary-color, #E51318) !important;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}


/* Media Query for Tablets (e.g., 768px width) */
@media (min-width: 200px) and (max-width: 600px) {
    .scrollable-section {
        max-height: 300px;
    }
}

/* Media Query for Desktops (e.g., 1024px and above) */
@media (min-width: 1025px) {
    .card {
        right: -27rem;
    }
}

.health {
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px 0px;
}

.health img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 100% !important;
    width: 100% !important;
    /* border-radius: 20px 0px; */
}

#_formspec_sw_booking_alter_overall h4 {
    color: var(--primary-color, #E51318);
    padding-left: 20px;
    font-weight: normal;
}

#_formspec_sw_booking_add_category_overall h4 {
    color: var(--primary-color, #E51318);
    padding-left: 20px;
    font-weight: normal;
}


#_formspec_sw_booking_add_overall h4 {
    color: var(--primary-color, #E51318);
    padding-left: 20px;
    font-weight: normal;
}


.SumoSelect > .optWrapper > .options li label {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
    display: block !important;
    max-width: 100% !important;
    line-height: 1.4em !important;
    font-size: 1.1em !important;
    padding: 8px 10px !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    hyphens: auto !important;
}

.abc-checkbox label {
    position: absolute !important;
}

.daterangepicker select.ampmselect {
    width: 68px !important;
    margin-bottom: 0;
}

.daterangepicker select.hourselect {
    width: 63px !important;
    margin-bottom: 0;
}

.daterangepicker select.minuteselect {
    width: 67px !important;
    margin-bottom: 0;
}

.container {
    width: 30%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
select, input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
}
.card-body {
    padding:0.5rem!important;
}

#passwordToggle {
    font-size: 12.8px;
    display: table;
    margin: 0 auto;
}