﻿.file-drop-area {
    position: relative;
    padding: 2rem 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 2px dashed #dae1e7;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.file-drop-area .file-drop-icon {
    display: block;
    margin-bottom: 0.75rem;
    color: #aeb4be;
    font-size: 1.625rem;
}
.file-drop-area .file-drop-message {
    display: block;
    font-size: .875rem;
    margin-bottom: 1.25rem;
}
.file-drop-area .file-drop-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: 2;
}
.file-drop-area .btn {
    position: relative;
    z-index: 3;
}
.file-drop-area .file-drop-preview {
    max-width: 16rem;
    margin-right: auto;
    margin-bottom: 0.75rem;
    margin-left: auto;
}
.mb-hide{
    display:none!important;
}
#user_map_city{
    position: absolute;
    z-index: 1000;
    top:5px;
    right:10px;
    width:200px;
}

.BoxOverlay {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.5) !important;
        display: none;
        backdrop-filter: blur(2px);
        top: 0;
        left: 0;
}

.preloader {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
        background: white;
        border-radius: 100%;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1);
}

.preloader span {
        color: #797979;
        font-size: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
}

#loader {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #4cd137cc;
        -webkit-animation: spinLoader 2s linear infinite;
        animation: spinLoader 2s linear infinite;
}

#loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color:#ff4757cc;
        -webkit-animation: spinLoader 3s linear infinite;
        animation: spinLoader 3s linear infinite;
}


#loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color:#6f26e0cc;
        -webkit-animation: spinLoader 1.5s linear infinite;
        animation: spinLoader 1.5s linear infinite;
}

@-webkit-keyframes spinLoader {
        0% {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        }
        100% {
                -webkit-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                transform: rotate(360deg);
        }
}

@keyframes spinLoader {
        0% {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        }
        100% {
                -webkit-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                transform: rotate(360deg);
        }
}

.hadiranmap7{
 height:200px; width: 100%; float: right; display: block; position: relative; outline: none;
}
.mapCopyright {
        font-size: 10px;
        color: #797979 !important;
        text-decoration: none;
}

.mapCopyright:hover {
        text-decoration: none !important;
}


.pin-wrap {
        position: absolute;
        width: 50px;
        height: 50px;
        margin-top: -60px;
        margin-left: -50px;
        transform-origin: 50% 120.7106781187% 0;
}

.pin {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        transform-origin: 50% 120.7106781187% 0;
}

.pin::after {
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        content: "";
        transform: rotateZ(-45deg);
        border: 12px solid #f93c11;
        border-radius: 50% 50% 50% 50%;
}

.pin::before {
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        content: "";
        transform: rotateZ(-45deg);
        border: 10px solid #d22b05;
        border-radius: 50% 50% 50% 0;
}

.shadow {
        position: absolute;
        margin-left: -15px;
        left: 0;
}

.shadow::after {
        position: absolute;
        left: -125px;
        display: block;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        content: "";
        transform: rotateX(55deg);
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.4) 100px 0 20px;
}

.pulse {
        position: absolute;
        margin-top: -25px;
        margin-left: -25px;
        transform: rotateX(55deg);
}
.ha-captcha-area{
        position: relative;
}
.ha-captcha-load{
        background:rgba(255, 255, 255, 0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        z-index: 9;
        opacity: 1;
}
#ha-captcha-loader {
        width: 80px;
        height:34px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}

.ha-captcha-area,#in-captcha{
        height:35px;
}

.p-captcha{
        border-bottom: 0.25rem solid #f1f3f5;
        margin: 14px 0px;
        font-weight:300;
}
.captcha-refresh-icon{
        font-size:18px;
}
.ha-hide{
        display:none!important;
}
.ha-show{
        display: block;
}
.required {
        color:#f2426e;
}
.form-group-errors .error{
        color: #F2426E;
        font-size: 11px;
        font-style: italic;
}
.form-group-errors .select2-container--default .select2-selection--single {
        border-color: #F2426E;
        border-radius: 6px;
}
.ha-resend-code{
        cursor: pointer;
}
#ha-mobile-show,#ha_mobile_code_time{
    color: #F2426E;
}
.page-link.current{
    color:#f2426e;
}
.mb_btn_icon {
    margin-left: 10px;
}
.mb-area-btn{
margin-top:1.9rem;
}
.ov-h{
    overflow:hidden;
}
.mb-list-block li{
    display: block;
}
@media (max-width: 575px) {
    .mt-sm1 {
       margin-top: 0.375rem !important;
    }
    .mb-ware-js{
        justify-content: flex-end;
    }
  .mb-ware-report-tbl td:first-child,.mb-ware-report-tbl th:first-child {
    padding-right:0px;
}
#mb-release-pro-tbl .child{
position: relative;
}
#mb-release-pro-tbl .mb-release-pro-remove{
top: 0;
left: 0px;
position: absolute;
}
#mb-release-pro-tbl .mb-release-pro-act{
    display: none;
}
#mb-release-pro-tbl .mb-select-num{
    width: 50%;
    display:inline-block;
}

}
@media (max-width: 767px) {
   .mb-ware-report-tbl .tb-tnx-action:last-child{
        padding-right: 0;
        padding-left: 0;
        justify-content: flex-end;
    }
}
.mb-ware-dimen-box{
  display: flex;
  align-items: center;
  margin-bottom:5px;
}

.mb-ware-dimen{
border-radius: 50%;
    height:20px;
    width:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #8E61EE;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
    margin-left:8px;
}
.mb-list-opt {
    display: flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    font-size: 12px;
    font-weight: 500;
    color: #526484;
    transition: all 0.4s;
    line-height: 1.3rem;
    position: relative;
    cursor: pointer;
}
.mb-list-opt:hover {
    color: #733AEA;
    background: #f5f6fa;
}
.mb-list-opt .icon {
    font-size: 1.125rem;
    width: 1.75rem;
    opacity: 0.8;
}
.mb-list-opt span{
    padding-top:5px;
}
.mb-ware-new-list{
 columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;

}
.mb-ware-box1{
    display: flex;
    justify-content: space-between;
}
.mb-justify-between{
    justify-content: space-between;
}
.mb-ware-report-tbl tr{
    padding:5px;
}
label.error{
    color:#be2626;
    font-size:12;
    margin-top:5px;
}

/*.progress {
    display: none;
    position: relative;
    margin: 20px;
    width:100%;
    height:30px;
    background-color: #ddd;
    border: 1px solid blue;
    padding: 1px;
    left: 15px;
    border-radius: 3px;
}

.progress-bar {
    background-color: green;
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}*/

.percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
}
.label-page-tl{
    margin-left:4px;
}
.mb-tbl-bage .badge{
    width:100%;
    justify-content: center;
    margin-bottom:4px;
}
.mb-tb-pro-title{
    max-width: 200px;
}
.mb-nk-tb-opa{
 opacity:0!important;
}
.mb-ware-rel-title{
   text-wrap: wrap;
}
.mb-btn-order-width {
    width:164px;
   justify-content: center;
   padding: 0.4375rem 0.4rem;
}
.mb-btn-order-width .accordion-icon{
    color: inherit;

}

.order-cont{
    border: 1px solid #e0e0e2;
    border-radius: 8px;
}
.text-body-2-c {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.34;
}
.text-body-1 {
    font-size: .8rem;
    font-weight: 400;
    line-height: 2.15;
}
.ItemOrder {
    border-left: 1px solid #e0e0e2;
    flex:1;
    flex-direction: column;
}
.mb-btn-order-width .icon+span{
    padding-right: 0px!important;
    margin-right: 0rem;
}

.accordion-order-details .accordion-inner{
    border-top:0!important;
    padding:0!important;
}
.accordion-order-details .accordion-body {
    padding: 1px;
}
.mb-btn-order-width .accordion-icon{
        left: 0.2rem;
}
.order-details-post-desc{
    text-align: justify;
    line-height:30px;
    font-weight:bold;
    font-size: 13px;
}
.mb-card-driver .card-head {
    margin:10px;
}
.mb-dr-items-bar{
    margin: 0!important;
}
.mb-card-driver .card-inner-group {
    border-bottom: 1px solid #dbdfea;
}
.mb-login-toggle.bg-lighter{
background-color: #710014 !important;
}
.mb-login-toggle p{
    font-size:14px;
}
.mb_btn_all_login,#mb_btn_register{
 background-color: #e5b302;
 border-color: #e7b502;
 color:#fff;
}
#mb_verify_code{
    background-color: #455a64;
    border-color: #455a64;
}
.nk-notification-content {
    overflow: hidden;
}

.nk-notification-text a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
img.notif-img-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 1rem;
}
.tk-file-input {
    position: relative;
    display: flex;
    padding: 0;
}
@media (min-width: 1024px) {
    .breakpoint .text-body-1 {
        font-size: .875rem;
        font-weight: 400;
        line-height: 2.15;
    }
}
@media (min-width: 1024px) {
    .breakpoint .text-body-2-c {
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.34;
    }
}
@media (min-width: 992px) {
.mbware-product-tr .nk-tb-col-tools {
    max-width: 4rem;
    padding: .5rem 0rem;
}
}
@media (max-width:992px) {
.ItemOrder {
    border-bottom: 1px solid #e0e0e2;
    justify-content: space-between;
    flex-direction: row;
    border-left:0;
 }
 .order-cont{
     flex-direction: column;
 }


}
@media (min-width: 768px) {
.mb-ware-rel-title{
  max-width:220px;
}
.mb-dr-items .data-value {
    width: 100%;
}
.nk-ticket-box .chat-content{
    max-width: 65%;
}
.nk-ticket-box ..chat-msg {
      max-width: 65%;  
}


}
@media (max-width: 768px) {
 .order-details-post-li{
   justify-content: space-between;
 }
 .btn-digi-cr{
     padding: 0.4375rem 0.4rem 0.4375rem 0.4rem;
    font-size: 12px;
 }
  .btn-digi-cr em{
      display: none;
  }
  #add-file-input{
      margin-top:8px;
      width:100%;
  }

}


@media (max-width:576px) {
.mb-tb-pro-title {
max-width: 100px;
}
}
.pr-1 {
    padding:0.5rem 1rem 0px!important;
}
.ml-2 {
 padding-left: .7rem;
}
@media (max-width:767.98px) {
.mb-dr-items .data-col ,.mb-dr-items-bar .data-col{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}
.mb-dr-items-bar .data-label {
    width:60%;
    flex-shrink: initial;
}
.mb-dr-items .data-label {
    flex-shrink: initial;
}
.mb-dr-items .data-value {
       width:100%;   
}

}
.timeline-date.notif-date{
    width: 110px;
}

/*table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: -0.5em;
    content: "↓";
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: -1em;
    content: "↑";
}  */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: #ffffff !important; /* پس‌زمینه سفید */
    box-shadow: 0 0 0px 1000px #ffffff inset !important; /* اطمینان از پس‌زمینه سفید */
    transition: background-color 5000s ease-in-out 0s;
}
.plate-number-section__plate-div{
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.plate-number{
    border: 2px solid #60615f;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 62px;
    max-height: 62px;
    padding-left: 36px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.car-plate:before, .motorcycle-plate:before {
    background: url(../images/plate-number-bg.svg) no-repeat;
    background-size: cover;
    border-bottom-left-radius: 5.5px;
    border-top-left-radius: 5.5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 58px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
}
.plate-section {
    border: rgba(0, 0, 0, 0);
    border-radius: 8px;
    box-shadow: none !important;
    color: #1f1f1e;
    direction: ltr;
    display: block;
    float: left;
    font-size: 32px;
    font-weight: 600;
    height: 58px;
    line-height: 40px;
    max-height: 58px;
    position: relative;
    text-align: center;
    -moz-transition: background-color, box-shadow, border-color .2s ease-in-out;
    transition: background-color, box-shadow, border-color .2sease-in-out;
    z-index: 2;
}
.plate-input-reset{
    padding-left: 0 !important;
}
.car-plate .plate-section-1{
    letter-spacing: 4px;
    width: 25%;
}
.car-plate .plate-section-2 {
    border-radius: 0;
    direction: rtl;
    padding-top: 0;
    width: 20%;
}
.car-plate .plate-section-3 {
    border-radius: 0;
    letter-spacing: 4px;
    width: 35%;
}
.car-plate .plate-section-4{
    letter-spacing: 4px;
    padding-top: 25px;
    width: 20%;
}
.plate-country {
    background: url(../images/plate-country-iran.svg) no-repeat 50%;
    background-size: contain;
    color: #373737;
    display: block;
    height: 9.9px;
    position: absolute;
    right: 4.5%;
    top: 8px;
    width: 40px;
    z-index: 3;
}
.car-plate .last-section-line[data-v-0b4354db] {
    background-color: #60615f;
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 20%;
    top: 0;
    width: 2px;
    z-index: 3;
}
.car-plate button,.car-plate  input,.car-plate select,.car-plate textarea {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
}
.plate-section::-webkit-input-placeholder {
                color: #a9a9a7;
                font-size: 25px;
                font-weight: 700;
                letter-spacing: 2px
            }

            .plate-section::-moz-placeholder {
                color: #a9a9a7;
                font-size: 25px;
                font-weight: 700;
                letter-spacing: 2px
            }

            .plate-section:-ms-input-placeholder {
                color: #a9a9a7;
                font-size: 25px;
                font-weight: 700;
                letter-spacing: 2px
            }

            .plate-section:-ms-input-placeholder {
                color: #a9a9a7;
                font-size: 25px;
                font-weight: 700;
                letter-spacing: 2px
            }

            .plate-section::placeholder {
                color: #a9a9a7;
                font-size: 25px;
                font-weight: 700;
                letter-spacing: 2px;}
@media (min-width: 1540px) {
    .nk-split .nk-auth-body, .nk-split .nk-auth-footer {
        margin-left: auto;
    }
}
.mb-login-toggle{
    background: #fff;
}
.nk-sidebar-element.nk-sidebar-head{
    justify-content: center;
}
.diagonal-strike {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%!important; /* کل عرض سلول */
    height: 100%; /* کل ارتفاع سلول */
    color: #bec6cc!important;
}

.diagonal-strike::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    top: 10px;
    background-color:red;
    transform: rotate(-45deg);
    pointer-events: none;
    opacity: 0.7;
}
#available_times_buttons {
    display: flex;
    flex-wrap: wrap;
    min-height:5px;
    gap: 10px;
}

.time-btn {
    min-width:100px;
    height: 50px; /* ارتفاع یکسان برای همه دکمه‌ها */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    white-space: nowrap;
}

.special-btn {
    height: 50px; /* یکسان با دکمه‌های دیگر */
}
.mb-hide{
 display:none!important;
}
.mb-nowrap{
    flex-wrap: nowrap;
}

#plan-box {
    position: relative; /* برای قرارگیری لایه پوششی به صورت مطلق داخل آن */
}

.overlay {
    display: none; /* کاملاً مخفی از ابتدا */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* رنگ نیمه‌شفاف برای پس‌زمینه */
    z-index: 999; /* اطمینان از نمایش روی فرم‌ها */
    /* مرکز‌چینی اسپینر داخل لایه */
    justify-content: center;
    align-items: center;
}
.datepicker-plot-area {
        width: 240px;
        min-width: 240px;
        padding: 10px;
        font-family:inherit!important;
        font-size: 16px;
            -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        /* font: 12px tahoma; */
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
        background-color: #733AEA;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: #733AEA;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev ,.datepicker-plot-area .datepicker-navigator .pwt-btn-next{
        font-size: 16px;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev{

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}
.datepicker-plot-area .datepicker-day-view .table-days td span{
 -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}
.datepicker-plot-area .datepicker-day-view .table-days td span:hover{
        background: #ebeef2;
        cursor: pointer;
        color: #333;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover{
            background: #ebeef2;
}
.datepicker-plot-area {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable, .datepicker-plot-area .datepicker-month-view .month-item-disable {
       /* background-color:#fff; */
}
.table-days td.disabled {
    position: relative;
    background-color: #f5f5f5 !important;
    color: #ccc !important;
    pointer-events: none;
    overflow: hidden;
}
@media (min-width: 768px) {
 .accordion-order-details   .accordion-icon {
        left: 0rem;
    }
}
 .accordion-order-details .accordion-icon {
    color:inherit;
}
.reserve-date-span{
    direction: ltr;
    text-align: right;
}
.accordion-order-details .badge {
    font-size:0.8rem;
}
.mb_btn_register_blue{
    background-color: #058efc!important;
    border-color: #058efc!important;
}
.mb_btn_register_yellow{
background-color: #e5b302;
border-color: #e7b502;
color:#fff;
}
p.text-soft{
    text-align: center;
    font-size:14px;
}
    .same-height-box {
        height: 48px;
        gap: 6px; /* فاصله بین تصویر و دکمه کمتر شده */
    }

    .captcha-img {
        height: 100%;
        width: auto;
        object-fit: contain;
        padding: 2px 4px;
    }

    .captcha-refresh-btn {
        height: 100%;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 18px;
    }

    .same-height {
        height: 48px !important;
    }

    @media (max-width: 768px) {
        .same-height-box {
            justify-content: space-between;
        }
    }
.ag-info-row.ag-full-width {
    flex: 1 1 100%;
}
.ag-info-row.ag-half-width{
    ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

}
/* عمومی */
.bg-tr,
.user-point-bg {
    background: transparent !important;
}

.user-point-bg {
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.user-card-point {
    border-radius: 8px;
    background: #f5f6fa;
    padding: 8px;
}

/* انیمیشن */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.fade-up {
    animation: fadeUp .9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fade-up-delay {
    animation: fadeUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.menu-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
}

.menu-item {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 6px;
    text-align:center;
}

.menu-item.active {
    color: var(--bs-primary);
    font-weight: 600;
}
/* Divider منو */
.menu-divider {
    width: 1px;
    background-color: #ccc;
    height: 16px;
    align-self: center;
    margin: 0 0.5rem;
}

/* بنر امتیازات */
.points-banner {
    position: relative;
    min-height: 250px;
}

.points-banner img.bg-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
}

.points-text {
    position: absolute;
    top: 30%;
    right: 8.5%;
    width: 80%;
    transform: translateY(-50%);
    text-align: center;
}

@media (min-width: 768px) {
    .points-text { text-align: start; }
}

.points-text h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.points-text p {
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

/* امتیاز موبایل و دسکتاپ */
.points-mobile-score,
.points-desktop-score {
    position: absolute;
    display: flex;
    align-items: center;
}

.points-mobile-score {
    top: 12%;
    width: 100%;
    justify-content: center;
}

.points-desktop-score {
    top: 10%;
    left: 7.5%;
    display: none;
}

@media (min-width: 768px) {
    .points-mobile-score { display: none; }
    .points-desktop-score { display: flex; }
}

/* کارت جوایز */
.card-inner img.reward-img,
.reward-img {
    width: 100%;
    aspect-ratio: 168/110;
    object-fit: cover;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.reward-title {
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: right;
}

.reward-points {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-primary);
}

/* progress */
.progress-wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.progress-container {
    width: 100%;
    height: 35px;
    border-radius: 12px;
    background: #e9ecef;
    position: relative;
    overflow: hidden;
    direction: ltr;
}

.progress-bar {
    height: 100%;
    background-color: var(--bs-primary);
    transition: width 0.3s;
}

.progress-text {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
}

/* دکمه دریافت جایزه */
.btn-reward {
    width: auto;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* بدون نتیجه */
#no-results {
    display: none;
    text-align: center;
}

/* فاصله بین کارت‌ها */
.row.g-gs {
    gap: 1.5rem;
}
.user-points-bx span{
 font-size:14px;
}
.user-points-bx p{
 font-size:13px;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .menu-divider { display: none; }
    #points-text-one { top: 15%; }
}
@media (max-width: 576px) {
    .point-sr-block-tools {
        width: 100%;
        display: block;
    }

    .point-sr-block-tools li {
        width: 100%;
    }

    .point-sr-block-tools .form-control-wrap {
        width: 100%;
    }

    .point-sr-block-tools .form-control-wrap .form-control {
        width: 100% !important;
    }
    .reward-title {
    text-align: center;
    font-size: 15px;
   }
   .progress-wrapper {
    width:55%;
   }
   .btn-reward {
    width:80%;
   }
}

@media (max-width: 450px) {
    #points-banner-area { min-height: 300px !important; }
    #points-text-one { top: 35% !important; }
}
.logo-as{
    width: 168px;
    max-height: 70px;
    padding-top: 5px;
}
.dark-mode .user-card-point
 {
 background-color: #101924 !important;
}
label.text-danger {
    margin-top: 5px;
}
.wc-cat-tree {
    margin: 0;
    padding-left: 15px;
    list-style: none;
}

.wc-cat-tree li {
    margin-bottom: 4px;
}

.wc-cat-tree input[type="checkbox"] {
    margin-left: 6px;
    position: relative;
    top: 2px;
}

.mb-media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
}

.mb-media-item {
    border: 2px solid #e5e9f2;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.mb-media-item.selected {
    border-color: #1e88e5;
}

.mb-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Delete Button */
.mb-delete-btn{
    position:absolute;
    top:5px;
    right:5px;
    width:26px;
    height:26px;
    background:#e53935;
    border:none;
    color:#fff;
    border-radius:50%;
    font-weight:bold;
    cursor:pointer;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mb-delete-btn:hover{
    background:#c62828;
}

.mb-media-item.uploading {
    width: 110px;
    height: 110px;
    background: #f2f2f2;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.mb-upload-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #ddd;
}

.mb-upload-bar {
    width: 0%;
    height: 100%;
    background: #3b7ddd;
    transition: width 0.2s ease;
}

/* آیتم‌های مدیا */
.mb-media-item {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #eee;
}
.mb-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mb-media-item.selected {
    outline: 3px solid #3b7bff;
}

/* گالری محصول */
.gallery-thumb {
    width: 85px;
    height: 85px;
    position: relative;
    margin: 5px;
    border-radius: 6px;
    overflow: hidden;
    cursor: move;
}
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumb .remove-gallery {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ff3a3a;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:14px;
}

/* دکمه Replace */
.replace-gallery {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: #3b7bff;
    color:white;
    border:none;
    border-radius:4px;
    padding:2px 6px;
    font-size:11px;
    cursor:pointer;
    opacity:.9;
}
.replace-gallery:hover {
    opacity:1;
}
/* هایلایت آبی اطراف آیتم تازه */
.media-item.highlighted {
    outline: 3px solid #0d6efd;
    outline-offset: -3px;
    border-radius: 6px;
    animation: highlightPulse 1.6s ease-out 1;
}

@keyframes highlightPulse {
    0%   { outline-color: rgba(13,110,253,0); }
    25%  { outline-color: rgba(13,110,253,0.8); }
    100% { outline-color: rgba(13,110,253,1); }
}

.mb-media-item {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
}
.mb-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bounce animation for cart icon */
@keyframes mbCartBounce {
    0%   { transform: scale(1); }
    20%  { transform: scale(1.18); }
    40%  { transform: scale(0.92); }
    60%  { transform: scale(1.10); }
    80%  { transform: scale(0.97); }
    100% { transform: scale(1); }
}

.mini-cart-bounce {
    animation: mbCartBounce 0.6s ease;
}

/* Skeleton loader */
.mini-cart-skeleton {
    padding: 12px;
}

.mini-cart-skeleton-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 4px;
}

.mini-cart-skeleton-thumb {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background: #e9ecef;
    flex-shrink: 0;
}

.mini-cart-skeleton-lines {
    flex: 1;
}

.mini-cart-skeleton-line {
    height: 10px;
    border-radius: 6px;
    background: #e9ecef;
    margin-bottom: 8px;
}

.mini-cart-skeleton-line.w-80 { width: 80%; }
.mini-cart-skeleton-line.w-60 { width: 60%; }
.mini-cart-skeleton-line.w-40 { width: 40%; }

.mini-cart-skeleton-line:last-child {
    margin-bottom: 0;
}

.mini-cart-skeleton,
.mini-cart-skeleton-thumb,
.mini-cart-skeleton-line {
    position: relative;
    overflow: hidden;
}

.mini-cart-skeleton-thumb::after,
.mini-cart-skeleton-line::after {
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
    animation: mbSkeletonLoading 1.1s infinite;
}

@keyframes mbSkeletonLoading {
    0% { right: -150px; }
    100% { right: 100%; }
}

.cart-table-wrapper{
position:relative;
}

.cart-loading{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(255,255,255,0.7);
display:flex;
align-items:center;
justify-content:center;
z-index:5;
display:none;
}

.coupon-box{
    border:1px solid #e6e6e6;
    border-radius:12px;
    padding:18px;
    background:#fff;
}

.coupon-header{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    font-size:15px;
}

.coupon-icon{
    font-size:18px;
}

.coupon-divider{
    height:1px;
    background:#eee;
    margin:14px 0;
}

.active-coupon-label{
    font-size:13px;
    color:#666;
    margin-bottom:8px;
}

.coupon-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:16px;
}

.coupon-chip{
    display:flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border-radius:8px;
    background:#e8f7ee;
    border:1px solid #bfe8ce;
    font-size:13px;
    color:#0f7b3f;
    font-weight:600;
}

.coupon-chip .code{
    direction:ltr;
    font-family:monospace;
}

.remove-btn{
    border:none;
    background:#0f7b3f;
    color:white;
    width:18px;
    height:18px;
    border-radius:50%;
    font-size:12px;
    line-height:18px;
    cursor:pointer;
}

.remove-btn:hover{
    background:#095a2e;
}

/* فرم */

.coupon-form{
    display:flex;
    gap:8px;
}

.coupon-input{
    flex:1;
    height:42px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 10px;
    font-size:14px;
}

.coupon-input:focus{
    border-color:#0f7b3f;
    outline:none;
}

.coupon-btn{
    background:#0f7b3f;
    border:none;
    color:white;
    padding:0 18px;
    border-radius:8px;
    font-size:14px;
    cursor:pointer;
}

.coupon-btn:hover{
    background:#0b5c2f;
}


/* موبایل */

@media (max-width:576px){

    .coupon-form{
        flex-direction:column;
    }

    .coupon-btn{
        height:42px;
        width:100%;
    }

}
.product-card .product-thumb,.product-card .product-thumb img{
height:200px;
}
 /* استایل اختصاصی فیلد شبا */
    .shaba-input-field {
        direction: ltr !important;
        text-align: left !important;
        padding-left: 45px !important; /* فاصله برای قرارگیری IR در سمت چپ */
        padding-right: 12px !important;
        letter-spacing: 2px;
        font-family: 'Courier New', Courier, monospace; /* فونت ثابت برای تراز بودن ارقام */
        font-weight: bold;
    }

    /* تنظیم جایگاه کلمه IR در فیلد سمت چپ */
    #cash-fields .form-text-hint {
        left: 1px !important;
        right: auto !important;
        background: #f5f6fa;
        border-radius: 4px 0 0 4px;
        height: calc(60% - 2px);
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
.rewards-card {
    position: relative;
}

.reward-level-badge{
    position: absolute;
    top: 12px;
    right: 12px;           /* اگر RTL داری و می‌خواهی سمت چپ باشد: left:12px; right:auto; */
    z-index: 2;
    background: #0d6efd;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}