﻿

.form-select {
    background-position: left 1rem center !important;
}

.disable-box {
    pointer-events: none;
}

.blur-1 {
    filter: blur(1px);
}

.blur-2 {
    filter: blur(2px);
}

.blur-3 {
    filter: blur(3px);
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7); /* White background with opacity */
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.vpd-content {
    width: 100% !important;
}

.vpd-week {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vpd-days .vpd-clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vpd-input-group label {
    border-radius: 0.475rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


@media (max-width: 576px) {
    .index-datepicker .vpd-week {
        font-size: 12px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 10px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }

    .index-datepicker .vpd-next svg {
        width: 10px;
    }

    .index-datepicker .vpd-days {
        font-size: 12px !important;
    }
}

@media (min-width: 576px) {
    .index-datepicker .vpd-week {
        font-size: 12px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 10px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }

    .index-datepicker .vpd-next svg {
        width: 10px;
    }

    .index-datepicker .vpd-days {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    .index-datepicker .vpd-week {
        margin: 30px 0 !important;
        font-size: 25px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 50px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }


    .index-datepicker .vpd-next svg {
        width: 50px;
    }

    .index-datepicker .vpd-days .vpd-clearfix {
        margin: 20px 0 !important;
    }

    .index-datepicker .vpd-days {
        height: 400px !important;
        font-size: 25px !important;
    }
}

@media (min-width: 992px) {
    .index-datepicker .vpd-week {
        margin: 30px 0 !important;
        font-size: 25px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 50px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }


    .index-datepicker .vpd-next svg {
        width: 50px;
    }

    .index-datepicker .vpd-days .vpd-clearfix {
        margin: 20px 0 !important;
    }

    .index-datepicker .vpd-days {
        height: 400px !important;
        font-size: 25px !important;
    }
}

@media (min-width: 1200px) {
    .index-datepicker .vpd-week {
        margin: 30px 0 !important;
        font-size: 25px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 50px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }


    .index-datepicker .vpd-next svg {
        width: 50px;
    }

    .index-datepicker .vpd-days .vpd-clearfix {
        margin: 20px 0 !important;
    }

    .index-datepicker .vpd-days {
        height: 400px !important;
        font-size: 25px !important;
    }
}

.menu-item .menu-link .menu-arrow:after {
    transform: rotate(180deg);
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.table:not(.table-bordered) tr, .table:not(.table-bordered) th, .table:not(.table-bordered) td {
    font-size: 14px !important;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 2rem
}

@media (min-width: 768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dashed #3b82f6;
        width: 4rem;
        position: absolute;
        right: 7.85rem;
        top: 1.5rem
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dashed #3b82f6;
        width: 4rem;
        position: absolute;
        left: 7.85rem;
        top: 1.5rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 2.2rem;
    width: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #AAA;
}

.timeline-steps .timeline-step.active .timeline-content .inner-circle {
    background-color: #50cd89
}

.select-item {
    cursor: pointer;
}

.cat-item {
    transition: all 0.3s;
}

.cat-item:hover {
    background-color: #F00 !important;
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle:after {
    content: "";
    background-color: #AAA;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-steps .timeline-step.active .timeline-content .inner-circle:after {
    background-color: #50cd89;
}


.file-disable {
    pointer-events: none;
    opacity: 0.4;
}

.multiselect-tag {
    padding: 0 8px 0 0 !important;
    background: #222 !important;
}

.multiselect-tag i:before {
    color: #DDD !important;
}

.file-item {
    height: 92px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.file-item .remove {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.2s;
    opacity: 0;
}

.file-item:hover .remove {
    opacity: 1;
}

.menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-right: inherit !important;
}

.form-check {
    padding-left: inherit !important;
    padding-right: 2.25rem !important;
}

.form-check .form-check-input {
    float: right !important;
    margin-left: inherit !important;
    margin-right: -2.25rem !important;
}

.main-table .table thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}

.main-table .table tfoot {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 1;
}

/*.table-responsive.main-table {*/
/*    height: 600px;*/
/*    overflow-y: scroll;*/
/*}*/

.table-responsive {
    overflow: visible !important;
}

.product-image .preview-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transition: all .3s;
    cursor: pointer;
}

.product-image:hover > .preview-image {
    visibility: visible;
}

.h-accordion-item {
    border: 2px solid #dc8217;
    margin: 10px 0;
    border-radius: .5rem;
}

.h-accordion-header {
    width: 100%;
    background: #FFF;
    font-weight: bold;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: .5rem .5rem 0 0;
}

.h-accordion-content {
    padding: 0 15px; /* تنظیم فضای داخلی */
    background: #fff;
    border-radius: .5rem;
}

.pagination {
    padding-left: 0.75rem !important;
}

.dropdown-toggle::after {
    margin-left: 0 !important;
    margin-right: 0.255em !important;
    vertical-align: 0.155em !important;
    border-top: 0.4em solid !important;
    border-right: 0.4em solid transparent !important;
    border-left: 0.4em solid transparent !important;
}

.wallet-balance-circle {
    position: relative;
    width: 200px;
    height: 200px;
}

.circle-progress {
    position: relative;
    width: 100%;
    height: 100%;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring-circle {
    transition: stroke-dashoffset 0.5s ease;
}

.progress-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.balance-label {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.balance-amount {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #4e54c8;
}

.balance-amount small {
    font-size: 14px;
    color: #888;
}

.filter-btn .filter-icon-open {
    display: inline-block;
}

.filter-btn .filter-icon-close {
    display: none;
}

.filter-btn:not(.collapsed) .filter-icon-open {
    display: none;
}

.filter-btn:not(.collapsed) .filter-icon-close {
    display: inline-block;
}

.apexcharts-text tspan {
    font-family: IRANSans !important;
}
.sim-irancell {
    background-color: #FED50A;
}

.sim-hamrah {
    background-color: #47BAC8;
}

.sim-rightel {
    background-color: #982474;
}