.mbsc-calendar-row {
    background: #f0f4f8 !important;
}

#signIn_blade #recaptcha-container {
    display: flex;
    justify-content: center;
}

#signIn_blade .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
    margin-bottom: 2em;
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 0.1rem;

    top: -4px;
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 0.3rem;
    padding-top: 8px;
    margin-right: 1em;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #14a1a79e !important;
    border-color: #14a1a79e !important;

}

.select2-container--classic .select2-results__option[aria-selected='true'],
.select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #14a1a79e !important;
}

.select2-container--classic .select2-results__option[aria-selected='true'],
.select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #14a1a79e !important;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #14a1a79e !important;
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
    background-color: #daf0f19e !important;
    color: #14a1a79e !important;
}

.testmode_cls {
    position: absolute;
    right: 0;
    top: 0px;
}

.button-enabled {
    background-color: #00B5C1;
    /* Original button color */
    color: white;
    /* Original text color */
    cursor: pointer;
}

.button-disabled {
    background-color: #c7acc9;
    color: white;
    /* Disabled text color */
    cursor: progress !important;
}

/* home page banner height fixed (1920*1080 )*/
.banner-img img {
    width: 1920px;
    height: 800px;
}

.help-text small {
    color: #e66525 !important
        /* Adjust the color as needed */
}

.upload_btn_set {
    position: absolute;
    left: 10%;
    top: 20%;
}

.contact_map_set {
    border: 0;
    position: relative;
    top: -97px;
    margin-bottom: -100px;
}

/* website setting tooltip for url */
.tooltip-icon {
    position: absolute;
    cursor: pointer;
    margin-left: 14px;
    padding-top: 5px;
    top: 40px;
    color: #434950;
    font-size: 15px;
    vertical-align: middle;
}

.addproduct {
    border-color: #00B5C1 1px solid !important;
    border: 1px solid #e8e2e8 !important;
}

.addproduct :hover {
    background-color: #06283d;
}

.downloadapp-content-btn-new a img {
    height: 70px;
    width: 220px;
    object-fit: contain;
}

.upload-image-preview-cls-btn {
    width: 150px;
    cursor: pointer;
}

/* General styling for the image preview */
img.image-preview-cls {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* Apply specific styles when the image source contains "no-image.png" or "no-image.jpg" */
img.image-preview-cls[src*="no-image.png"],
img.image-preview-cls[src*="no-image.jpg"] {
    object-fit: contain;
    border: 1px dotted;
}

.img-footer {
    margin-top: 5px;
}

p.img-label {
    margin-top: 10px;
    margin-bottom: 0px;
}


img.user-avatar {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

img.user-avatar[src*="no-image.png"] {
    object-fit: contain;
    border: 1px dotted;
}



small#help-text,
small#testmode-help-text,
small#firebase-help-text,
small#twilio-help-text,
small#fast2sms-help-text,
small#Factor2-help-text {
    color: #9e4716 !important;
    font-weight: 800;
}


/*=====================================Pwn==========================================*/
input#phone {
    color: black;
}

.owl-dot {
    outline: none !important;
}

.inner-heading img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}

.yourordr a {
    color: black;
}

.award-logo img {
    max-height: 200px;
    width: 100%;
    object-fit: contain;
}

#owl-carousel2 .owl-dots {
    display: none;
}

h4.text-align-left {
    margin-left: 18px;
}

.iti {
    width: 100%;
}

.navbar-brand {
    margin-right: 0rem;
}


.mbsc-calendar.mbsc-font.mbsc-ios.mbsc-ltr.mbsc-calendar-height-sm.mbsc-calendar-width-sm.mbsc-calendar-inline {
    background: #f0f4f8;
    !important;
}

@media (min-width: 1024px) {
    a.navbar-brand {
        margin-left: 15px;
    }

    .award-logo {
        height: 200px;
        width: 200px;
    }
}

@media (min-width: 1024px) {
    a.navbar-brand {
        margin-left: 15px;
    }

    .award-logo {
        height: 200px;
        width: 200px;
    }
}

@media (min-width: 1920px) {
    a.navbar-brand {
        margin-left: 15px;
    }

    .award-logo {
        height: 200px;
        width: 200px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
    }
}

@media only screen and (min-width: 769px) {
    .login-register-tab {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .banner-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .carousel-inner {
        height: auto;
    }

    #local_video {
        width: 100%;
        height: 580px;
    }

    .top-four-image-dimentions {
        height: 200px;
        width: 100%;
        object-fit: contain;
    }

    .submit-btn {
        width: 50%;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-img img {
        width: 100%;
        height: 450px;
        object-fit: fill;
    }

    .carousel-inner {
        height: 450px;
    }

    .healthlylife-content-heading {
        text-align: left;
    }

    #local_video {
        width: 100%;
        height: auto;
    }

    .savebtn {
        padding-left: 0px;
    }

    .modal-content {
        border-radius: 2.5rem;
        overflow: visible;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 5px;
        width: 100% !important;
    }

    .modal-body {
        overflow: scroll;
        direction: ltr;
    }

    .calenderbg-outer {
        width: 400px;
    }

    .tablehead {
        width: 100%;
        float: left;
    }

    .top-four-image-dimentions {
        height: 85px;
        width: 100%;
        object-fit: none;
    }

    .downloadapp-content-btn-new a img {
        height: 70px;
        width: 130px;
        object-fit: contain;
    }

    .downloadapp-content-btn-new.mt-5 {
        gap: 20px;
    }

    .phone-no h4 {
        font-size: 20px;
    }

    .phone-no {
        width: calc(90% - 85px);
    }

    .footer-description {
        margin-left: 20px;
    }

    .partner-logo {
        width: 60px;
        height: 60px;
    }

    .login-register-tab {
        display: block;
    }

    .swal2-modal {
        width: 400px !important;
    }

    .submit-btn {
        width: 70%;
        margin-top: 7px;
    }

    .award-logo {
        width: 100%;
    }

    .itemno-details-right p {
        color: #06283d;
        font-size: 8px;
    }

    .inner-heading {
        font-size: 35px;
    }

}


/* Customization: added by user */

#youtube_video {
    width: 85% !important;
    border-radius: 10px !important;
    height: 580px !important;
}

.healthlylife-bg {
    padding: 0 !important;
}

.inner-heading {
    padding: 30px 0 30px 0 !important;
}