
.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: #af7ab3; /* 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 {
    width: 100%;
    overflow: hidden;
    max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-img img {
    max-height: 700px !important;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 1920px) {
    .banner-img img {
        max-width: 1920px;
        width: 100%;
    }
}

/* Product cards improvements - одинаковый размер всех карточек */
#owl-carousel .item {
    height: 100%;
    display: flex;
    min-height: 420px; /* Обеспечиваем одинаковую минимальную высоту */
}

#owl-carousel .owl-stage {
    display: flex;
    align-items: stretch; /* Растягиваем элементы на всю высоту */
}

#owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.populargoods-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px; /* Минимальная высота для всех карточек */
    width: 100%;
}

.populargoods-img {
    flex-shrink: 0;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Квадратное соотношение 1:1 */
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.populargoods-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Заполняет весь квадрат */
    border-radius: 8px;
}

.populargoods-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 5px;
    min-height: 120px; /* Минимальная высота для контента */
}

.populargoods-content h6 {
    color: #06283d;
    font-size: 18px;
    font-family: Helvetica-Bold, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    text-align: left;
    min-height: 54px; /* Фиксированная высота для названия */
    max-height: 54px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-info-item {
    margin-bottom: 5px;
    min-height: 20px; /* Минимальная высота для информации */
}

.product-info-item small {
    font-size: 13px;
}

.product-price-wrapper {
    margin: 10px 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-height: 30px; /* Минимальная высота для цены */
}

.product-price-wrapper .discount-price {
    color: #e66525;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.product-price-wrapper .original-price {
    color: #999;
    font-size: 18px;
    text-decoration: line-through;
    margin: 0;
    font-weight: normal;
}

.product-price-wrapper .regular-price {
    color: #06283d;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.product-deposit {
    margin-top: 5px;
    min-height: 20px; /* Минимальная высота для депозита */
}

.product-deposit small {
    font-size: 13px;
    color: #748a9d;
}

.product-deposit strong {
    color: #06283d;
}

.product-action {
    margin-top: auto;
    padding-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px; /* Минимальная высота для кнопки */
}

.product-action .addproduct {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #06283d;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.product-action .addproduct:hover:not(:disabled) {
    background: #af7ab3;
    transform: scale(1.1);
}

.product-action .addproduct:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.product-action .addproduct img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.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: #af7ab3 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;
    }
    .company-title{
        margin-top: 20px;
    }

}

