:root{
    --color-black : #000;
    --color-suren-black-light : #2c2c2c ;
    --color-suren-primary : #7162AB ;
    --color-suren-white : #f1f1f1 ;
    --color-suren-gray : #F8FAFD ;
    --color-suren-gray-tranparent : #f8fafd7e ;
    --color-suren-red: #ff6464;
    --color-suren-gray-hover : #E9EEF6 ;
    --color-suren-blue : #C2E7FF ;
    --color-suren-green : #10B981 ;
    --color-suren-yellow : #F59E0B ;
}
@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-DemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IranSans/IRANSansX-UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
*,body,html{
  font-family: "IRANSansX" !important;
}
.modal{
    overflow-y: hidden !important;
    
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  padding: 0;
}
h1, .h1 {
  font-size: 2rem;    /* 40px (16 * 2.5) */
  font-weight: 700;     /* Bold */
}

h2, .h2 {
  font-size: 1.75rem;      /* 32px */
  font-weight: 600;     /* Semi-bold */
}

h3, .h3 {
  font-size: 1.5rem;   /* 28px */
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.25rem;    /* 24px */
  font-weight: 500;     /* Medium */
}

h5, .h5 {
  font-size: 1rem;   /* 20px */
  font-weight: 500;
}

h6, .h6 , span {
  font-size: .75rem !important;      /* 16px */
  font-weight: 400;

}

input , select , textarea , option{
    text-indent: 8px;
}
label{
    color: var(--color-suren-black-light) !important;
}
jdp-container{
    z-index: 1065 !important;
}

.success{
    background-color: var(--color-suren-green) !important;
}
.danger{
    background-color: var(--color-suren-red) !important;
}
.warning{
    background-color: var(--color-suren-yellow) !important;
}
/* =========================================== */
.select2-container--default .select2-selection--single {
    height: 30px !important;
    padding: 0.25rem 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px !important;
    top: 1px !important;
    right: 5px !important;
}

/* مولتی سلکت */
.select2-container--default .select2-selection--multiple {
    min-height: 30px !important;
    padding: 0 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.875rem !important;
}

/* آیتم های انتخاب شده در مولتی */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.2rem !important;
    padding: 0.125rem 0.5rem !important;
    margin-top: 0.25rem !important;
    font-size: 0.75rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #6c757d !important;
    margin-right: 0.25rem !important;
}

/* فوکوس */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    outline: 0 !important;
}

/* دراپ داون */
.select2-dropdown {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    z-index: 1060 !important;
}

/* آیتم ها */
.select2-container--default .select2-results__option {
    padding: 0.25rem 0.75rem !important;
    font-size: 0.875rem !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: var(--color-suren-blue) !important;
    z-index: 999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--color-suren-blue) !important;
}
/* =================================== */

* {
    color: var(--color-black) !important;
    padding: 0 ;
    margin: 0 ;
    text-decoration: none !important;
    border: none;
    background-color: transparent;
    transition: ease-in-out 250ms;
}
body{
    background-color: var(--color-suren-gray);
    background-position: center ;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: hidden;
    background-attachment: fixed;
}
.w-20{
    width: 20% !important;
}
.pointer{
    cursor: pointer;
}
.page-table , .page-edit{
    overflow: hidden;
}
.nav-link{
    padding: 8px 12px !important;
}
.selected-row{
    background-color: var(--color-suren-blue) !important;
}
.primary-btn{

    background-color: var(--color-suren-primary);
    color: var(--color-suren-white) !important ;
    padding: 8px 24px;
    border-radius: 8px;
    border: 2px solid var(--color-suren-primary);
    i{
        color: var(--color-suren-white) !important;
    }
    &:hover{
        background-color: transparent;
        color: var(--color-suren-primary) !important;
        transform: translateY(5px);
        i {
            color: var(--color-suren-primary) !important;
        }

    }
    &:disabled{
        background-color: var(--color-suren-gray) !important;
        color: var(--color-suren-black-light) !important;
        cursor: not-allowed;
    }
}
.re-btn{
    background-color: transparent !important;
    color: var(--color-suren-red) !important ;
    padding: 8px 24px;
    border-radius: 8px;
    border: 2px solid var(--color-suren-red);
    i{
        color: var(--color-suren-red) !important;
    }
    &:hover{
        background-color: var(--color-suren-red) !important;
        color: var(--color-suren-white) !important;
        transform: translateY(5px);
        i {
            color: var(--color-suren-white) !important;
        }

    }
    &:disabled{
        background-color: var(--color-suren-gray) !important;
        color: var(--color-suren-black-light) !important;
        cursor: not-allowed;
    }
}





.side-btn{
    width: 48px;
    aspect-ratio: 1;
    border-radius: 12px;
    &:hover{
        background-color: var(--color-suren-gray-hover);
    }
    
}
.header-logo{
    padding: 5px;
    border-radius: 5px;
    img{
        width: 50px;
    }
    span {
        color: var(--color-suren-primary);
    }
    &:hover{
        background-color: var(--color-suren-gray-hover);
    }
}
.profile-img{
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
    width: 50px;
    cursor: pointer;
}
.hover-gray:hover{
    background-color: var(--color-suren-gray-hover);
}
.bg-gray{
    background-color: var(--color-suren-gray-hover);
}
footer{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    a{
        color: var(--color-suren-primary) !important;
        font-weight: 900;
    }
}





.modal{
    backdrop-filter: blur(5px);
}

/* استایل‌های دستی برای سامرنوت */
.note-editor {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.note-toolbar {
    background: #f8f9fa !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 8px 8px 0 0 !important;
    padding: 8px !important;
}

.note-btn-group .note-btn {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
}

.note-btn-group .note-btn:hover {
    background: #e9ecef !important;
    border-color: #adb5bd !important;
}

.note-editable {
    min-height: 400px !important;
    background: #fff !important;
    color: #333 !important;
    font-family: inherit !important;
    line-height: 1.6 !important;
}

.note-dropdown-menu {
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
}

.note-modal {
    z-index: 9999 !important;
}

/* برای حالت RTL فارسی */
.note-editable[dir=rtl] {
    text-align: right !important;
}


.sidebar {
    background-color: var(--color-suren-gray);
    width: 60px;
    min-width: 60px;
    z-index: 1;
    transition: width 0.3s ease;
    max-height: 85vh;
    overflow-y: scroll;
    scrollbar-width: none;
    
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }


    
    &:hover , &.active-side {
        width: 150px;
        min-width: 125px;
        padding-left: .5rem;
        
        .item {
            border-radius: 15px 0 0 15px;
            
            .text {
                display: flex;
            }
        }
        .item:hover{
            background-color: var(--color-suren-blue);
        }
        
        .item.active {
            background-color: var(--color-suren-blue);
        }
    }
   
    
    .item {
        padding: .25rem .75rem ;
        
        .icon {
            display: flex;
            justify-content: center;
            align-items: center;
            
            i {
                aspect-ratio: 1;
                font-size: 1rem;
                padding: 8px;  /* افزایش padding برای ایجاد دایره بزرگتر */
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 100;
                transition: all 0.3s ease;
            }
        }
        
        .text {
            display: none;
        }
    }
    
    .item.active {
        i {
            background-color: var(--color-suren-blue);
            border-radius: 50%;
        }
    }
}

.sidebar.transparent{
    background-color: rgba(0, 0, 0, 0);
}
.sidebar-left{
    width: 60px;
    background-color: var(--color-suren-gray) !important;
    height: 100vh;
    padding-top: .5rem;
    position: relative;
    padding-left: .5rem;
    .item{
        display: flex;
        aspect-ratio: 1;
        border-radius: 50%;
        justify-content: center;
        width: 35px;
        margin: .5rem auto !important;
        i{
            font-size: 1rem;
        }
    }
    &.transparent{
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .item:hover{
        background-color: var(--color-suren-blue);
    }
    
    .item.active {
        background-color: var(--color-suren-blue);
    }
}
#openSideBarLeftBtn{
    position: absolute;
    bottom: 30px;
    display: flex;
    left: 0;
    z-index: 1;
    color: var(--color-suren-gray);
}
.main{
    background-color: var(--color-suren-white);
    width: calc(100%    );
    height: 87.5vh;
    border-radius: 15px;
    &.transparent{
        background-color: rgba(255, 255, 255, 0.9) !important;
    }
}

























.customTable {
    background: transparent;
    border-radius: 16px;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    width: calc(100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* margin: 2rem 0; */

  }
  
  /* هدر جدول */
  .tableHeader {
    border-bottom: 2px solid var(--color-black);
    width: calc(100% - 2rem);
    margin: 0 auto !important;
  }
  
  .tableHeaderRow {
    display: flex;
    padding: 0 20px;
  }
  
  .tableHeaderRow span {
    flex: 1;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    color: transparent;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
  }
  
  /* بدنه جدول */
  .tableBody {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;

    overflow-y: visible;
  }
  
  .rowItemTable {
    width: calc(100% - 2rem);
    margin: 0 auto !important;

    display: flex;
    align-items: center;
    padding: 4px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid var(--color-black);
  }
  
  .rowItemTable:hover {
    background: var(--color-suren-gray-hover);
    transform: translateX(5px);
  }
  
  .rowItemTable span {
    flex: 1;
    padding: 0 8px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    position: relative;
  }
  
  /* ردیف‌های یک در میان */
  .rowEven {
    background-color: transparent;
  }
  
  .rowOdd {
    background-color: var(--color-suren-gray-hover);
  }
  
  /* استایل ویژه برای ستون عکس */
  .imageTableUser img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #667eea;
  }
  
  .dataPkTable {
    font-weight: 700;
    color: #667eea !important;
    font-size: 13px;
  }
  
  /* وضعیت هشدار */
  .bg-warning {
    background: linear-gradient(90deg, #fff8e7 0%, #fff3d6 100%);
    border-right: 4px solid #ff9800;
  }
  
  /* منطقه پگینیشن */
  .paginationArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: transparent;
    border-top: 1px solid #e9ecef;
  }
  
  .paginationInfo {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
  }
  
  .paginationControls {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  
  .paginationBtn {
    padding: 8px 20px;
    background: var(--color-suren-primary);
    border: none;
    border-radius: 8px;
    color: var(--color-suren-white) !important;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .paginationBtn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  }
  
  .paginationBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
  }
  
  .paginationList {
    display: flex;
    list-style: none;
    gap: 6px;
    margin: 0;
    padding: 0;
  }
  
  .pageBtn {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #495057;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
  }
  
  .pageBtn:hover {
    background: #f8f9fa;
    border-color: #667eea;
    color: #667eea;
  }
  
  .pageBtn.active {
    background-color: var(--color-suren-primary) !important;
    border-color: transparent;
    color: var(--color-suren-white) !important;
  }
  
  .dots {
    padding: 0 6px;
    color: #adb5bd;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  
  /* اسکرول بار خوشگل */
  .tableBody::-webkit-scrollbar {
    width: 8px;
  }
  
  .tableBody::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .tableBody::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
  }


  /* کلاس کاستوم برای فلوتینگ با سایز کوچک */
.custom-floating {
    position: relative;
}

/* استایل برای input و select */
.custom-floating input,
.custom-floating textarea,

.custom-floating select {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: all 0.2s;
    width: 100%;
    background: white;
}

.custom-floating input:focus,
.custom-floating textarea:focus,

.custom-floating select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* برای select هم padding عوض بشه */
.custom-floating select:focus,
.custom-floating select:not([value=""]),
.custom-floating select:valid {
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
}

/* استایل label برای input و select */
.custom-floating label {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0 0.25rem;
    color: #6c757d;
    pointer-events: none;
    transition: all 0.2s;
    margin: 0;
}

/* حرکت label به بالا برای select هم */
.custom-floating select:focus ~ label,
.custom-floating select:not([value=""]) ~ label,
.custom-floating select:valid ~ label {
    top: -0.5rem;
    transform: translateY(0);
    font-size: 0.7rem;
    color: #0d6efd;
    background: white;
    right: 0.5rem;
}

/* برای input همون قبلی */
.custom-floating input:focus ~ label,
.custom-floating input:not(:placeholder-shown) ~ label {
    top: -0.5rem;
    transform: translateY(0);
    font-size: 0.7rem;
    color: #0d6efd;
    background: white;
    right: 0.5rem;
}

.custom-floating input::placeholder {
    opacity: 0;
}

/* رفع مشکل multiple select */
.custom-floating select[multiple] {
    padding: 0.375rem 0.75rem;
    min-height: 60px;
}

.custom-floating select[multiple] ~ label {
    top: 0.75rem;
    transform: translateY(0);
}

.custom-floating select[multiple]:focus ~ label,
.custom-floating select[multiple]:not([value=""]) ~ label {
    top: -0.5rem;
    font-size: 0.7rem;
}
.size-box{
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid var(--color-suren-primary);
    
}
ol , ul  , li{
    padding: 0;
    margin: 0;
}
li.red::marker{
    color: red;
}
li.green::marker{
    color: green;
}

a{
    padding: 0;
    margin: 0;
}


.chatActionsContainer{
    position: absolute;
    
    z-index: 2;
    bottom: 0;
    .primary-btn{
        border-radius: 50% ;
        aspect-ratio: 1;
        width: 30px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #uploadFileEditBtn{
        position: absolute;
        left: 5px;
        top: 5px;
    }
}
.chatMesssageContainer{
    overflow-y: scroll;
    margin-bottom: 3rem;
    height: 40vh;
}

.time-seen{
    margin-top: 5px;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent !important;
    p , div {
        background-color: transparent !important;
    }
}
.chat-conteiner:not(.other):last-of-type .seenImages {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.chat-conteiner:not(.other):last-of-type .seenImages img {
    width: 30px;
    padding: 2px    ;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
}

.seenImages{
    display: none;
}
.red-dot::after{
    position: absolute;
    left: 5px;
    content: "";
    width: 5px ;
    height: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.8);
}


.send-message-container{
    position: sticky;
    bottom: 0;
    width: calc(100% - 2rem);
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    div{
        position: relative;
        width: 100%;
        textarea{
            min-height: 5vh;
        }
        button{
            position: absolute;
            left: 5px;
            bottom: 17px;
            border: none;
            background-color: transparent;
            width: 25px;
        }
    }
}


.chat-conteiner{
    width: 100%;
    margin: 1.5rem auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    p{
        font-size: 9px;
    }
}
.chat-conteiner.other{
    align-items: flex-end !important;
}
.chat-card{
    width: 60%;
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    .right{
        width: calc(15% - 0.5rem);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 50%;
        aspect-ratio: 1;
        img{
            width: 100%;
            padding: 7px;
            background-color: white;
        }
    }
    .left{
        width: calc(85% - 0.5rem);
        /* border: 1px solid var(--color-black); */
        background-color: var(--color-suren-gray-hover);
        border-radius: 10px 10px 0 10px;
        padding: 0.5rem 1rem;
        font-size: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        p{
            font-size: 12px;
            line-height: 15px;
            text-align: justify;
        }
    }
    .left.other{
        background-color: var(--color-suren-primary) ;
        p , h6{
            color: var(--color-suren-white) !important;

        }
    }
}
.chat-card.other{
    flex-direction: row-reverse !important;
    .left{
        border-radius: 10px 10px 10px 0;

    }
}
.attechment-box {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.attechment-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    background-color: #f1f3f6;
    border-radius: 8px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.attechment-box a:hover {
    background-color: #dce1eb;
    color: #000;
}

.attechment-box a img {
    max-height: 24px;
    margin-right: 6px;
    border-radius: 4px;
}
.user-card{
    display: flex;
    width: calc(100% - 2rem);
    margin: .5rem auto;
    align-items: center;
    justify-content: space-between;
    .right{
        display: flex;
        align-items: center;
        gap: 1rem;
        img{
            width: 50px;
            border-radius: 50%;
            aspect-ratio: 1;
            background-color: #fff;
            padding: 5px;
        }
    }
}



.step {
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    overflow: hidden;
    justify-content: center;
    border: var(--color-suren-gray-tranparent) 2px solid;
    align-items: center;
    width: 30px;
    div{
       color: var(--color-black);
       border-radius: 50%;
       aspect-ratio: 1;
       padding: 7px 5px;
       margin: auto ;
       width: 100%;
       text-align: center;
       background-color: var(--color-suren-gray-tranparent); 
    }


    &.active{
        background-color: var(--color-suren-blue);
    }
    &.done{
        background-color: var(--color-suren-green);
        div{
            color: var(--color-suren-white) !important;
            background-color: var(--color-suren-green);
        }
    }
}
.sample-card{
    border-radius: 8px;
    cursor: pointer;
    img{
        mix-blend-mode: darken;
    }
    &:hover{
        background-color: var(--color-suren-blue);
    }
    .blank-white{
        width: 100%;
        height: fit-content;
    }
}


.left-side-box {
    width: calc(35% - 4rem);
    height: 87.5vh;
    border-radius: 15px;
    margin-right: 1rem;
    margin-left: .5rem;
    background-color: rgba(255, 255, 255, 0.9) !important;
}


/* ===== تنظیمات FullCalendar هماهنگ با طراحی ===== */


/* هدر تقویم */
.fc .fc-toolbar {
    margin-bottom: 15px !important;
    padding: 5px !important;
}

.fc .fc-toolbar-title {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: var(--color-suren-black-light) !important;
}

/* دکمه‌های قبلی و بعدی */
.fc .fc-button {
    background-color: var(--color-suren-primary) !important;
    border: none !important;
    padding: 5px 12px !important;
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    margin: 0 3px !important;
    color: var(--color-suren-white) !important;
}

.fc .fc-button:hover {
    background-color: var(--color-suren-black-light) !important;
    transform: translateY(-2px) !important;
}

.fc .fc-button:active {
    transform: translateY(0) !important;
}

/* محتوای اصلی جدول زمان */
.fc-timeGridDay-view .fc-scrollgrid {
    border: none !important;
}

/* هدر روز */
.fc .fc-col-header-cell {
    background: transparent !important;
    border: none !important;
    padding: 8px !important;
}

.fc .fc-col-header-cell-cushion {
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    color: var(--color-suren-black-light) !important;
    text-decoration: none !important;
}

/* سطرهای ساعت */
.fc .fc-timegrid-slot {
    height: 60px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.fc .fc-timegrid-slot-label {
    background: transparent !important;
    border: none !important;
}

.fc .fc-timegrid-slot-label-cushion {
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
}

/* خط زمان حال */
.fc .fc-timegrid-now-indicator-line {
    border-color: var(--color-suren-red) !important;
    border-width: 2px !important;
}

.fc .fc-timegrid-now-indicator-arrow {
    border-color: var(--color-suren-red) !important;
}

/* اسکرول فقط برای بخش زمان */
.fc .fc-timegrid-body {
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}

.fc .fc-timegrid-body::-webkit-scrollbar {
    width: 6px !important;
}

.fc .fc-timegrid-body::-webkit-scrollbar-track {
    background: var(--color-suren-gray) !important;
    border-radius: 10px !important;
}

.fc .fc-timegrid-body::-webkit-scrollbar-thumb {
    background: var(--color-suren-primary) !important;
    border-radius: 10px !important;
}

/* حذف اسکرول اضافی از کل صفحه */
.fc .fc-scroller-harness {
    overflow: visible !important;
}

/* خطوط عمودی */
.fc .fc-timegrid-col-frame {
    border-left: 1px solid #e5e7eb !important;
}

/* سلول‌های خالی */
.fc .fc-timegrid-bg-harness {
    background: transparent !important;
}

/* رندر کلی */
.fc {
    font-family: 'IRANSansX' !important;
    background: transparent !important;
}

/* حذف اسکرول از کانتینر اصلی */
.fc .fc-scrollgrid-section-body {
    overflow: hidden !important;
    scrollbar-width: none;
    
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

/* استایل برای سلول‌های زمان */
.fc .fc-timegrid-col {
    background: transparent !important;
}

/* نوار بالایی ثابت */
.fc .fc-timegrid-body {
    background: transparent;
    border-radius: 12px;
}
.fc .fc-scrollgrid-section-sticky > *{
    background-color: transparent !important;
    border-bottom: 1px solid var(--color-suren-black-light);
    overflow: hidden ;
}

.fc-scroller-harness > .fc-scroller{
    overflow: scroll !important;
    scrollbar-width: none;
    
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

#calendarSideBox{
    width: calc(100% - 2rem) !important;
    margin: 0 auto;
}

.fc-event-title,.fc-event-time{
    font-size: .75rem !important;
}

.tableScrool {
    overflow-y: auto !important;     /* auto بهتر از scroll است (فقط وقتی لازم باشه اسکرول نشون بده) */
    max-height: 60vh;
    display: block;                  /* خیلی مهم برای جدول div-based */
    overflow-x: hidden;
}
.text-slider{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#bannerText{
    font-size: 20px;
    color: #fff;
}

.banner-logo{
    width:30px;
    height:35px;
}

.glass-banner{
    height: 50px;

    /* display: flex;
    align-items: center; */
    /* gap: 15px; */
    /* padding: 0 16px; */

    /* background: rgba(255,255,255,.12);
    backdrop-filter: blur(15px); */
    border-radius: 18px;
    /* border: 1px solid rgba(255,255,255,.2); */

    animation: moveBanner 8s ease-in-out infinite;
}


.glass-banner:hover{
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes moveBanner{
    0%{
        transform: translateX(-120px);
    }

    50%{
        transform: translateX(120px);
    }

    100%{
        transform: translateX(-120px);
    }
}