/* BUTTON STYLE START */
@font-face {
    font-family: ir-font;
    src: url(/../assets/fonts/iran_sans_regular.ttf);
}

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


.azmo-button1 {
    background-color: transparent !important;
    border-color: transparent !important;
    color: rgba(0, 0, 0, .56) !important;
}

.azmo-button1:hover {
    background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    color: rgba(0, 0, 0, .87) !important;
}

.azmo-button2 {
    background-color: #a62626 !important;
    border-color: #a62626;
}

.azmo-button2:hover {
    background-color: #a62626 !important;
    border-color: #a62626;
    color: #FFF !important;
}

.bg-red {
    background-color: #a62626 !important;
}

.azmo-button3 {
    background-color: transparent !important;
    border-color: #E2E2E2 !important;

}

.azmo-button3:hover {
    background-color: #a62626 !important;
    border-color: #a62626 !important;
    color: #FFF !important;
}

.tag-button:hover {
    color: #a62626 !important;
}

.tag-link-button {
    color: #a62626 !important;
}


.tag-link-button:hover {
    color: #a62626 !important;
}

.azmo-button4 {
    background-color: #F0F0F0 !important;
    border-color: #F0F0F0 !important;
}

.azmo-button4:hover {
    background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    color: rgba(0, 0, 0, .87);
}

.button-wide {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.button-loading {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
}



/* Slider Image Button */
.azmo-button5 {
    background-color: transparent !important;
    border-color: transparent !important;
}

.azmo-button5:hover {
    /* background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    color: rgba(0, 0, 0, .87); */
}

.azmo-button6 {
    background-color: #FbF5F5;
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 15px;
    border-color: #DEADAD;
    color: #a62626 !important;
    align-items: center;
}


.azmo-button7 {
    background-color: #FFF !important;
    border-color: #E2E2E2 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.azmo-button8 {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .12);
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 15px;
    align-items: center;
}

.azmo-button9 {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .12);
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 15px;
    align-items: center;
}


.azmo-button9:hover {
    color: white !important;
}

option:hover {
    background-color: yellow;
}

select.form-control option:hover {
    background-color: red !important;
}


.azmo-button7:hover {
    background-color: #FFF !important;
    border-color: #E2E2E2 !important;
    display: flex;
    justify-content: space-between;
}

.row-flex-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

a:hover {
    color: rgba(0, 0, 0, .87) !important;
}


.modal-checkbox {
    display: inline !important;
    float: left !important;
    margin-left: 0px !important;
}

.c-p {
    cursor: pointer;
}

/* BUTTON STYLE END */


/* NAVBAR STYLE START */
.sidebar-border {
    border-right: 3px solid #E0E0E0;
}

.sidebar-border-active {
    border-right: 3px solid #a62626;
}

.fixed-navbar {
    position: fixed !important;
    top: 0 !important;
    z-index: 99 !important;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: fill-available !important;
    height: 65px !important;
    background-color: #FFF !important;
    border-bottom: 2px solid #e7eaec !important;
    align-items: center !important;
}

.right-navbar-container {
    min-width: 16rem;
    width: 18rem;
}

.right-navbar-container-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.right-navbar-container-wrapper-link {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}

.right-navbar-container-wrapper-img {
    width: 50px;
    height: 50px;
    vertical-align: unset;
}

.right-navbar-container-wrapper-divider {
    margin: 0 8px;
    display: inline-block;
    height: 1.5rem;
    width: 1px;
    background-color: rgba(0, 0, 0, .12);
    border: none;
    box-sizing: border-box;
}



.modal-navbar .fa-chevron-left {
    font-size: 10px;
    margin-right: 4px;
}

.public-search::placeholder {
    font-size: 12px !important;
    color: #A6A6A6 !important;
}


.placeholder-background {
    color: #EBEBEB !important;
    background-color: #EBEBEB !important;
    border-radius: 4px !important;
}

.search-dropdown {
    position: absolute !important;
    z-index: 333333333;
    max-height: 400px;
    overflow-y: scroll;
    width: 100%;
    padding-left: 0px !important;
}

/* @media(max-width: 4000px) {
    .search-width {
        width: 400px !important;
    }
}

@media(max-width: 2000px) {
    .search-width {
        width: 250px !important;
    }
}

@media(max-width: 1320px) {
    .search-width {
        width: 280px !important;
    }
}

@media(max-width: 1230px) {
    .search-width {
        width: 250px !important;
    }
}

@media(max-width: 1180px) {
    .search-width {
        width: 200px !important;
    }
}

@media(max-width: 1160px) {
    .search-width {
        width: 180px !important;
    }
}

@media(max-width: 1140px) {
    .search-width {
        width: 200px !important;
    }
}

@media(max-width: 1060px) {
    .search-width {
        width: 140px !important;
    }
}

@media(max-width: 1010px) {
    .search-width {
        width: 130px !important;
    }
}

@media(max-width: 990px) {
    .search-width {
        width: 400px !important;
    }
}


@media(max-width: 600px) {
    .search-width {
        width: 300px !important;
    }
}

@media(max-width: 500px) {
    .search-width {
        width: 250px !important;
    }
}

@media(max-width: 400px) {
    .search-width {
        width: 210px !important;
    }
}

@media(max-width: 360px) {
    .search-width {
        width: 200px !important;
    }
}

@media(max-width: 350px) {
    .search-width {
        width: 200px !important;
    }
}

@media(max-width: 320px) {
    .search-width {
        width: 180px !important;
    }
} */

/* .form-inline {
    width: 35% !important;
} */

@media(max-width:4000px) {
    .form-width {
        width: 35% !important;
    }
}

@media(max-width: 991.5px) {
    .form-width {
        width: 100% !important;
    }

    .rtl .custom-mr-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media(max-width: 505.5px) {
    .form-width {
        width: 100% !important;
    }

    .rtl .custom-mr-auto {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

@media(max-width: 400.5px) {
    .form-width {
        width: 100% !important;
    }

    .rtl .custom-mr-auto {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

@media(max-width: 360.5px) {
    .form-width {
        width: 100% !important;
    }

    .rtl .custom-mr-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


.text-align {
    text-align: right !important;
}

/* @media(max-width: 4000px) {
    .search-icon-loading {
        margin-right: -10%;
    }
}

@media(max-width: 1400px) {
    .search-icon-loading {
        margin-right: -11%;
    }
}

@media(max-width: 1300px) {
    .search-icon-loading {
        margin-right: -12%;
    }
}

@media(max-width: 1200px) {
    .search-icon-loading {
        margin-right: -15%;
    }
}

@media(max-width: 1000px) {
    .search-icon-loading {
        margin-right: -13%;
    }
}

@media(max-width: 990px) {
    .search-icon-loading {
        margin-right: -10%;
    }
}

@media(max-width: 900px) {
    .search-icon-loading {
        margin-right: -11%;
    }
}

@media(max-width: 600px) {
    .search-icon-loading {
        margin-right: -10%;
    }
}


@media(max-width: 400px) {
    .search-icon-loading {
        margin-right: -12%;
    }
}


@media(max-width: 350px) {
    .search-icon-loading {
        margin-right: -10%;
    }
}

@media(max-width: 300px) {
    .search-icon-loading {
        margin-right: -13%;
    }
} */




.modal-category-two .nav-link {
    padding-bottom: 2px !important;
}

.notification-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.notification-wrapper:hover {
    background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    color: rgba(0, 0, 0, .87) !important;
    cursor: pointer;
}

.notification-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.notification-item-message {
    display: flex;
    flex-direction: column;
}

@media(max-width: 1320px) {
    .nav-tab-name {
        display: none !important;
    }
}


/* NAVBAR STYLE END */


/* SCROLLBAR STYLE START */

/* width */
::-webkit-scrollbar {
    /* width: 4.5px; */
    width: 0px;
    height: 0px;
    border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 20px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ADB5BD;
    border-radius: 20px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.horizontal-scroll {
    margin: 4px, 4px;
    padding: 4px;
    /* background-color: #08c708; */
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.x-icon {
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 9px;
}

.x-icon:hover {
    background-color: #E8D5D5 !important;
}

.input-radius{
    border-radius: 20px !important;
}

.input-font::-webkit-input-placeholder {
    font-family: 'ir-font', Arial, Helvetica, sans-serif;
    font-size: 10px;

}

.input-font:-ms-input-placeholder {
    font-family: 'ir-font', Arial, Helvetica, sans-serif;
    font-size: 10px;

}

.input-font:-moz-placeholder {
    font-family: 'ir-font', Arial, Helvetica, sans-serif;
    font-size: 10px;

}

.input-font::-moz-placeholder {
    font-family: 'ir-font', Arial, Helvetica, sans-serif;
    font-size: 10px;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* SCROLLBAR STYLE END */


/* CARD STYLE START */
.azmo-cards .col-xl-3,
.azmo-cards .col-lg-4,
.azmo-cards .col-md-4,
.azmo-cards .col-sm-4 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

@media(max-width: 576.5px) {

    .azmo-cards .col-xl-3,
    .azmo-cards .col-lg-4,
    .azmo-cards .col-md-4,
    .azmo-cards .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}


.card-body {
    padding: 1rem !important;
    padding-bottom: 0px !important;
}

.card-body-padding {
    padding: 0rem !important;
}

@media(min-width: 440.8px) {
    .mobile-card-responsive {
        display: none !important;
    }
}

@media(max-width: 440.8px) {
    .desktop-card-responsive {
        display: none !important;
    }
}


.az-card-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.az-card-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.az-card-avatar {
    width: 45%;
}

.az-card-footer {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

/* CARD STYLE END */




/* MAIN CONTENT START */
.tb-p-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.main-content {
    background-color: #FFF !important;
    margin-bottom: 70px !important;
}

.main-content-post-add {
    margin-left: 0;
    /* overflow: hidden; */
    padding: 1.2rem;
    padding-top: 4rem;
    min-height: 100vh;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
}

/* MAIN CONTENT END */


/* FIRST PAGE LOCATION TABS */
.location-tabs .nav-link:hover,
.location-tabs .nav-link:focus {

    border-color: transparent !important;
}

.location-tabs .nav-link {

    font-weight: 500 !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}


@media(max-width: 4000px) {
    .location-tab-width {
        width: 40% !important;
    }
}

@media(max-width: 992px) {
    .location-tab-width {
        width: 60% !important;
    }
}

@media(max-width: 700px) {
    .location-tab-width {
        width: 90% !important;
    }
}

@media(max-width: 700px) {
    .most-viewed-location {
        display: none !important;
    }
}


/* Admin Style */

/* Card Style */
.card-link:hover {
    text-decoration: none !important;
    color: rgba(0, 0, 0, .87) !important;
}

.card-link {
    color: rgba(0, 0, 0, .56) !important;
}

a:hover {
    text-decoration: none !important;
}

.icon-button {
    margin: 0 auto;
    color: #FFF;
    line-height: 1;
}

/* ‌BreadCrumb Icon Style */
.bread-icon {
    display: inline;
    font-size: 9px;
}

.loading-icon {
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 8px;
}

.alert {
    padding: 0.4rem 1.25rem !important;
}

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

.t-l {
    text-align: left !important;
}

.t-r {
    text-align: right !important;
}

.s-inline {
    display: inline;
}

.add-img-margin {
    margin-right: -24px !important;
    margin-left: -24px !important;
}

@media(min-width: 991.8px) {
    .m-responsive {
        display: none !important;
    }

    .m-margin-top {
        margin-top: 8px !important;
    }

    .m1-margin-top {
        margin-top: 8px !important;
    }


}

@media(max-width: 991.8px) {
    .d-responsive {
        display: none !important;
    }

    .m-margin-top {
        margin-top: 8px !important;
    }

    .m1-margin-top {
        margin-top: 60px !important;
    }

    .slider-px {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .m-full {
        width: 100% !important;
    }
}

.justify-center{
    justify-content: center !important;
}

@media(min-width: 1399.8px) {
    .mm-responsive {
        display: none !important;
    }
}

@media(max-width: 1399.8px) {
    .dd-responsive {
        display: none !important;
    }
}


@media(min-width: 992px) {
    .mobile-footer {
        display: none !important;
    }
}

@media(max-width: 992px) {
    .mobile-footer {
        /* margin-top: 100px; */
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #FFF;
        border-top: 1px solid #e7eaec !important;
        color: white;
        text-align: center;
        z-index: 9999999;
    }
}

/* Spinner start */
.content-data {
    display: none;
}

/* .papa {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
} */



@media(min-width: 991.8px) {
    .spinner {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 3rem;
        height: 3rem;
        background-color: #a62626;
    }
}

@media(max-width: 991.8px) {
    .spinner {
        position: fixed;
        top: 50%;
        left: 45%;
        width: 3rem;
        height: 3rem;
        background-color: #a62626;
    }
}


.m-label {
    color: #EEAA28;
}

/* Spinner end */



/* FILE UPLOAD START */

.choose-file {
    border-radius: 0.2rem;
    text-align: center;
    float: right;
    cursor: pointer;
}

.choose-file-area {
    width: 100px;
    height: 100px;
    position: relative;
}

.choose-file:hover {
    color: #a62626;
}

.choose-file:hover img {
    opacity: .5 !important;

}

.choose-image {
    border-radius: 0.2rem;
    text-align: center;
    float: right;
    cursor: pointer;
}

.choose-image-area {
    width: 100px;
    height: 100px;
    position: relative;
}

.choose-image:hover {
    color: #a62626;
}

.choose-image:hover img {
    opacity: .8 !important;

}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}

@media (max-width: 991.98px) {
    .table {
        display: block;
        overflow-x: auto;
    }
}

.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

.hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: .875rem;
    width: 100%;
}

.upload-img {
    width: 100px;
    height: 100px;
    -webkit-user-drag: none;
    opacity: .24;
    transition: opacity .36s ease
}

.delete-upload-img {
    width: 100px;
    height: 100px;
    -webkit-user-drag: none;
    opacity: .7;
    transition: opacity .36s ease
}

.company-list-img {
    width: 100px;
    height: 100px;
    -webkit-user-drag: none;
    opacity: 1;
    transition: opacity .36s ease
}

.upload-icon {
    position: absolute;
    right: 38px;
    top: 38px;
}

.upload-icon-img {
    position: absolute;
    right: 38px;
    top: 40px;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}



.post-photo {
    height: 100px;
    border-color: rgba(0, 0, 0, .24);
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    z-index: 10;
}

@media(max-width: 1100px) {
    .desktop-post-photo {
        display: none !important;
    }
}

@media(min-width: 1100px) {
    .mobile-post-photo {
        display: none !important;
    }
}

/* FILE UPLOAD END */

.azmo-link:hover{
    color:#a62626 !important;
}


.cart-badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F70000;
    font-size: 12px;
    padding-top: 3px;
    /* padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px; */
    height: 19px;
    color: #FFF;
    width: 19px;
    border-radius: 50%;
    top: -6px;
    right: 0px;
}

.cart-badge-mobile {
    position: absolute;
    background-color: #F70000;
    font-size: 9px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    height: 14px;
    color: #FFF;
    width: 15px;
    border-radius: 50%;
    top: 0px;
    right: 15px;
}

/* .navbar-tab li .nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: large;
    border-radius: 20px;
}

.navbar-tab li .nav-icon:hover {
    border-radius: 20 !important;
} */

.navbar-tab li .nav-icon-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: large;
    border-radius: 50%;
}

.nav-icon-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: large;
    border-radius: 50%;
}


.navbar-tab li .nav-icon-plus:hover {
    border-radius: 20 !important;
    background-color: #ce1010 !important;
    border-color: #ce1010 !important;
    color: #FFF !important;
}

.expired-opacity {
    opacity: 0.5;
}

.valid-opacity {
    opacity: 1;
}


.expired-color {
    color: #C7C7C7
}

.valid-color {
    color: rgba(0, 0, 0, .56) !important;
}

#backdrop1 {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    background-color: rgba(93, 93, 93, 0.5);
    z-index: 1000 !important;
}

#showDiv1 {
    display: none;
    position: absolute;
    top: 35px;
    right: 40px;
    border-radius: 4px;
    width: 90%;
    color: #000;

    /* transform: translate(10%, 0%); */
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001 !important;
}


#backdrop2 {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    background-color: rgba(93, 93, 93, 0.5);
    z-index: 1000 !important;
}

#showDiv2 {
    display: none;
    position: absolute;
    top: 55px;
    /* right: 40px; */
    /* right: 30px;
    left: 40px; */
    margin-left: auto;
    margin-right: auto;

    border-radius: 4px;
    width: 92%;
    color: #000;

    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001 !important;
}


.hidden {
    display: none;
}

.cc {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: flex-start;
}

.link-hover:hover {
    color: #a62626 !important;
}


.progress-bar-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #a62626, #a62626);
    z-index: 9999;
    animation: progress-bar-top 1.5s linear infinite;
}

@keyframes progress-bar-top {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}


.store-margin-top {
    margin-top: 15px;
}

.store-dashboard-margin-top {
    margin-top: 15px;
}

@media (max-width: 991.5px) {
    .store-margin-top {
        margin-top: 60px;
    }

    .store-dashboard-margin-top {
        margin-top: 70px;
    }

}


.az-header-wrapper {
    width: 100%;
    padding: 16px 0px 4px 0px;
}

@media (max-width: 550px) {
    .az-header-wrapper {
        width: 100%;
        padding: 4px 0px 4px 0px;
    }

}


@media (max-width: 550px) {
    .az-bread-crumb-hide {
        display: none !important;
    }

}

.az-header-wrapper2 {
    width: 100%;
    padding: 8px 0px 4px 0px;
}

.az-header-container {
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.az-header-avatar {
    padding-top: 25px;
    width: 135;
    height: 160px;
    margin: 0 0px 0px 24px;
    flex: none;
    border-radius: 50%;
    background-color: transparent;
}

.az-header-avatar2 {
    width: 50px;
    height: 50px;
    margin: 0 0px 0px 10px;
    flex: none;
    border-radius: 50%;
    background-color: transparent;
}


.az-header-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #F0F0F0;
}

.az-header-avatar2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #F0F0F0;
}

.az-header-title {
    max-height: unset;
    flex-basis: unset;
    width: 100%;
}

@media (max-width: 550px) {
    .az-header-avatar {
        display: none;
    }

    .az-header-avatar2 {
        display: none;
    }

    .az-header-title {
        padding-right: 5px;
    }

    .store-search {
        display: none !important;
    }

}



.az-tab-font {
    font-size: 14px;
}

.az-span-font {
    font-size: 10px;
}

@media (max-width: 1240px) {

    .az-tab-font {
        font-size: 12px;
    }

}

@media (max-width: 355px) {
    .az-tab-icon {
        display: none !important;
    }
}


/* @media (min-width: 991.5px) {
    .left-right-padding{
        padding-left: -15px !important;
        padding-right: -15px !important;
    }

}


@media (max-width: 991.5px) {
    .left-right-padding{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

} */

.az-report-button {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 20px;
    gap: 3px;
    align-items: center;
    display: inline-flex;
}

.az-default-button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 20px;
    display: inline-flex;
}


.az-comment-button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 20px;
    display: inline-flex;
}


.az-purchase-button {
    width: 100%;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    display: inline-flex;
}

.az-purchase2-button {
    width: 50%;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    display: inline-flex;
}

.az-send-button {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    display: inline-flex;
}

.az-code-button {
    width: 100%;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    display: inline-flex;
}

.az-store-tab-wrapper {
    display: flex;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    border-bottom: 2px solid #E5E5E5;
    /* width: 100%;
    gap: 10px; */
}

.az-store-tab {
    padding-bottom: 9px;
}

.az-store-active-tab {
    border-bottom: 3px solid #a62626;
}

.az-store-tab-icon {
    font-size: 22px;
    margin-bottom: 5px;
    cursor: pointer;
}

.az-tab-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 3px solid #a62626;
}

.az-tab-input {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 2px;
}




/* .az-subscribe-button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 20px;
    display: inline-flex;
} */

@media (min-width: 550.1px) {
    .az-subscribe-button {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 20px;
        display: inline-flex;
        gap: 5px;

    }    

}

@media (max-width: 550px) {
    .az-subscribe-button {
        width: 100%;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px;
        border-radius: 20px;
        display: inline-flex;
    }    

}


/* rating */
.rating-css div {
    color: #a62626;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 800;
    /* text-align: center; */
    text-transform: uppercase;
    padding: 10px 0;
}

.rating-css input {
    display: none;
}

.rating-css input+label {
    font-size: 20px;
    text-shadow: 1px 1px 0 #ce9797;
    cursor: pointer;
}

.rating-css input:checked+label~label {
    /* color: #b4afaf; */
    color: #F0f0f0;

}

.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}

.rating-icon {
    width: 22px;
    height: 22px;
}

.rating-icon2 {
    width: 15px;
    height: 15px;
}

.discount-icon {
    width: 23.5px;
    height: 23.5px;
}

.rating-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.rating-title-icon {
    display: flex;
    gap: 0px;
}

.rating-form {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.rating-comment-title {
    display: flex;
    align-items: center;
}

.rating-comment-description {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.rating-comment-description-icon {
    display: flex;
    gap: 2px;
}

/* End of Star Rating */


/* TOOLTIPS START ---------------------------- */

/* TOOLTIP TOP START */
.tooltip-top {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tooltip-top .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1002;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.tooltip-top:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* TOOLTIP TOP END */


/* TOOLTIP BOTTOM START */
.tooltip-bottom {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tooltip-bottom .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1002;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.tooltip-bottom:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* TOOLTIP BOTTOM END */

/* TOOLTIP RIGHT START */
.tooltip-right {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tooltip-right .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1002;
    left: 125%;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.tooltip-right:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* TOOLTIP RIGHT END */

/* TOOLTIP RIGHT START */
.tooltip-left {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tooltip-left .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1002;
    right: 125%;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.tooltip-left:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* TOOLTIP RIGHT END */

/* TOOLTIPS END ---------------------------- */





.upload-container {
width: 100%;
}

.upload-area {
position: relative;
border: 2px dashed #e0e0e0;
border-radius: 12px;
background: #fafafa;
transition: all 0.3s ease;
cursor: pointer;
overflow: hidden;
}

.upload-area:hover {
border-color: #0d6efd;
background: #f8f9ff;
}

.upload-area.dragover {
border-color: #0d6efd;
background: #e7f1ff;
transform: scale(0.98);
}

.upload-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
z-index: 2;
}

.upload-content {
min-height: 180px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}

.upload-placeholder {
text-align: center;
pointer-events: none;
}

.upload-icon-wrapper {
width: 60px;
height: 60px;
margin: 0 auto 12px;
background: linear-gradient(135deg, #ea6666 0%, #a24b4b 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
animation: float 3s ease-in-out infinite;
}

.upload-icon {
font-size: 28px;
color: white;
}

.upload-text {
font-size: 14px;
color: #333;
margin-bottom: 6px;
font-weight: 500;
}

.upload-hint {
font-size: 11px;
color: #999;
margin: 0;
}

.upload-preview {
position: relative;
width: 100px;
height: 100px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}

.upload-preview:hover .upload-preview-overlay {
opacity: 1;
}

.upload-preview-img {
width: 100%;
height: 100%;
object-fit: cover;
}

.upload-preview-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
color: white;
opacity: 0;
transition: opacity 0.3s ease;
cursor: pointer;
}

.upload-preview-overlay i {
font-size: 20px;
}

.upload-preview-overlay span {
font-size: 11px;
}

.upload-success-badge {
margin-top: 10px;
padding: 8px 12px;
background: #d1e7dd;
border-radius: 8px;
display: flex;
align-items: center;
gap: 8px;
animation: slideDown 0.3s ease;
}

.upload-success-badge i {
color: #198754;
font-size: 16px;
}

.upload-success-badge span {
color: #0f5132;
font-size: 12px;
font-weight: 500;
}

.upload-error {
margin-top: 8px;
padding: 8px 12px;
background: #f8d7da;
border-radius: 8px;
display: flex;
align-items: center;
gap: 8px;
}

.upload-error i {
color: #dc3545;
font-size: 14px;
}

.upload-error span {
color: #842029;
font-size: 12px;
}

@keyframes float {

0%,
100% {
transform: translateY(0);
}

50% {
transform: translateY(-10px);
}
}

@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-10px);
}

to {
opacity: 1;
transform: translateY(0);
}
}