/* /JradComponents/CheckboxTree.razor.rz.scp.css */
.checkbox-tree[b-uq72olf9qn] {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 14px;
    color: #222;
}

.ct-node-row[b-uq72olf9qn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ct-expander[b-uq72olf9qn] {
    width: 28px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    line-height: 1;
}

.ct-expander-placeholder[b-uq72olf9qn] {
    width: 28px;
    display: inline-block;
}

.ct-children[b-uq72olf9qn] {
    margin-left: 16px;
}

/* RTL */
.checkbox-tree.rtl .ct-node-row[b-uq72olf9qn] {
    flex-direction: row-reverse;
}

.checkbox-tree.rtl .ct-children[b-uq72olf9qn] {
    margin-left: 0;
    margin-right: 16px;
}
/* /JradComponents/JRadGridX.razor.rz.scp.css */
.JRadGridX[b-a0bzk5tlrf] {
    display: flex;
    flex-direction: column;
/*    border: 1px solid #ccc;*/
/*    border-radius: 8px;*/
    overflow: hidden;
}

.Rad-Context-header[b-a0bzk5tlrf] {
    background-color: #eee;
}

.data-panel-Static[b-a0bzk5tlrf] {
    overflow-y: hidden;
    height: 209px;
    padding-bottom: 100px;
    background-color: #eee;
/*    background-color: #cac4f2;*/
}

.header-panel-Static[b-a0bzk5tlrf], .data-panel-Static[b-a0bzk5tlrf] {
    flex-shrink: 0;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.header-panel-Static[b-a0bzk5tlrf] {
    border-bottom: 1px solid #ddd;
}

.header-panel-overflow[b-a0bzk5tlrf] {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.data-panel-overflow[b-a0bzk5tlrf] {
    overflow-x: auto !important;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
    padding-left: 30px;
}

.data-panel-overflow[b-a0bzk5tlrf] {
    background-color: #fff;
    padding-right: 12px;
    overflow: scroll;
}


.header-panel-dynamic[b-a0bzk5tlrf], .data-panel-dynamic .row[b-a0bzk5tlrf] {
    display: flex;
    min-width: max-content;
}

.header-panel-dynamic[b-a0bzk5tlrf] {
    padding-left: 15px;
}




.data-panel-dynamic[b-a0bzk5tlrf] {
    display: flex;
    flex-direction: column;
}

.Rad-Context-data[b-a0bzk5tlrf] {
    /*            overflow-y: auto;*/
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
}

.data-panel-Static div[b-a0bzk5tlrf] {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    user-select: none;
}
.data-panel-Static > div[b-a0bzk5tlrf],
.data-panel-dynamic > div[b-a0bzk5tlrf] {
    height: 31px;
}
.data-panel-dynamic .row > div[b-a0bzk5tlrf] {
    box-sizing: border-box;
    padding: 3px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap; /* متن در یک خط بماند */
    overflow: hidden; /* متن اضافی مخفی شود */
    text-overflow: ellipsis; /* در صورت نیاز سه نقطه نشان دهد */
}

.row[b-a0bzk5tlrf] {
    user-select: none;
}

    .row.selected div[b-a0bzk5tlrf] {
        background-color: #cac4f2;
    }

.Column-handle[b-a0bzk5tlrf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px;
    min-width: 60px; /* حداقل عرض ستون */
    position: relative; /* برای اینکه handle داخل این ستون قرار بگیرد */
}

.resize-handle[b-a0bzk5tlrf] {
    cursor: col-resize;
    z-index: 10; /* همیشه بالای ستون */
    user-select: none;
    margin: 0;
    padding: 0;
    width: 2px;
    cursor: col-resize;
}

.data-panel-dynamic .row[b-a0bzk5tlrf] {
    display: flex; /* هر ردیف یک flex container باشد */
    flex-direction: row; /* ستون‌ها در یک ردیف قرار بگیرند */
}
/* /JradComponents/JRadPersianDatePicker.razor.rz.scp.css */

/* ==========================
       Container کلی تقویم
    ========================== */
.jrad-persian-datepicker .calendar-popup[b-15t1wodq5v] {
    position: absolute;
    top: 100%; /* دقیقاً زیر input */
    left: 0; /* یا right:0 برای RTL */
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    min-width: 220px;
}

.jrad-persian-datepicker[b-15t1wodq5v] {
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none; /* استاندارد */
}

/* موقعیت بر اساس جهت صفحه */
    .jrad-persian-datepicker .calendar-popup.ltr[b-15t1wodq5v] {
        right: 0;
        left: auto;
    }

    .jrad-persian-datepicker .calendar-popup.rtl[b-15t1wodq5v] {
        right: 0;
        left: auto;

    }

    .jrad-persian-datepicker .calendar-popup.ltr table[b-15t1wodq5v] {
        direction: ltr;
        text-align: left;
    }

    .jrad-persian-datepicker .calendar-popup.rtl table[b-15t1wodq5v] {
        direction: rtl;
        text-align: right;
    }


/* جدول تقویم */
.jrad-persian-datepicker .calendar-popup table[b-15t1wodq5v] {
    border-collapse: collapse;
    width: 100%;
}

.jrad-persian-datepicker .calendar-popup th[b-15t1wodq5v],
.jrad-persian-datepicker .calendar-popup td[b-15t1wodq5v] {
    text-align: center;
    padding: 2px;
}

.jrad-persian-datepicker .calendar-popup tbody tr[b-15t1wodq5v] {
    height: 28px;
}

/* دکمه روزها */
.jrad-persian-datepicker .day-btn[b-15t1wodq5v] {
    width: 25px;
    height: 25px;
    margin: 1px;
    padding: 0;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.7rem;
    line-height: 1.1;
    transition: all 0.2s;
}

    .jrad-persian-datepicker .day-btn:hover[b-15t1wodq5v] {
        background-color: #e0e0e0;
    }

    .jrad-persian-datepicker .day-btn.selected[b-15t1wodq5v] {
        background-color: #007bff;
        color: white;
        font-weight: bold;
    }

/* تب‌ها */
.jrad-persian-datepicker .nav-tabs .nav-link[b-15t1wodq5v] {
    font-size: 0.75rem;
    padding: 3px 6px;
}

/* دکمه ناوبری ماه */
.jrad-persian-datepicker .calendar-popup th button[b-15t1wodq5v] {
    font-size: 0.75rem;
    padding: 1px 4px;
    margin: 0 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    cursor: pointer;
}

    .jrad-persian-datepicker .calendar-popup th button:hover[b-15t1wodq5v] {
        background-color: #e0e0e0;
    }

/* Input تقویم */
.jrad-persian-datepicker input.form-control[b-15t1wodq5v] {
    font-size: 0.8rem;
    padding: 4px 6px;
}

.day-btn.today[b-15t1wodq5v] {
    border: 1px solid #007bff;
    border-radius: 50%;
    color: #007bff;
    font-weight: bold;
}



.day-btn.selected[b-15t1wodq5v] {
    font-weight: bold;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
}

.calendar-icon[b-15t1wodq5v] {
    position: absolute;
    right: 30px;
    top: 34px;
}
/* /JradComponents/JRadSelector - Copy.razor.rz.scp.css */
.RadPanel[b-ifd9t294vj] {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    width: 170%;
    max-height: 300px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
}

    .RadPanel .head[b-ifd9t294vj] {
        flex: 0 0 auto;
        margin-bottom: 5px;
    }

    .RadPanel .context[b-ifd9t294vj] {
        flex: 1 1 auto;
        overflow-y: auto;
    }

.dynamic-table[b-ifd9t294vj] {
    border-collapse: collapse;
    width: 100%;
}

    .dynamic-table th[b-ifd9t294vj], .dynamic-table td[b-ifd9t294vj] {
        border: 1px solid #ddd;
        padding: 4px;
        text-align: center;
    }

    .dynamic-table th[b-ifd9t294vj] {
        background-color: #f2f2f2;
        font-weight: bold;
        font-size: 0.7rem;
    }

    .dynamic-table tr:hover[b-ifd9t294vj] {
        background-color: #f1f1f1;
    }

.head input[b-ifd9t294vj] {
    width: 100%;
    font-size: 0.75rem;
}
/* /JradComponents/JRadSelector.razor.rz.scp.css */
.RadPanel[b-z5aedya0i5] {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
}

    .RadPanel .head[b-z5aedya0i5] {
        flex: 0 0 auto;
        margin-bottom: 5px;
    }

    .RadPanel .context[b-z5aedya0i5] {
        flex: 1 1 auto;
        overflow-y: auto;
    }

.dynamic-table[b-z5aedya0i5] {
    border-collapse: collapse;
    width: 100%;
}

    .dynamic-table th[b-z5aedya0i5], .dynamic-table td[b-z5aedya0i5] {
        border: 1px solid #ddd;
        padding: 4px;
        text-align: center;
    }

    .dynamic-table th[b-z5aedya0i5] {
        background-color: #f2f2f2;
        font-weight: bold;
        font-size: 0.7rem;
    }

    .dynamic-table tr:hover[b-z5aedya0i5] {
        background-color: #f1f1f1;
    }

.head input[b-z5aedya0i5] {
    width: 100%;
    font-size: 0.75rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
تنظیمات اسکرول برای مرورگرهای مبتنی بر Webkit مانند Chrome[b-nakvoanlyf],
Safari [b-nakvoanlyf]::-webkit-scrollbar {
  width: 8px;
  /* عرض اسکرول بار عمودی */
  height: 8px;
  /* عرض اسکرول بار افقی */
}

[b-nakvoanlyf]::-webkit-scrollbar-thumb {
  background-color: darkgray;
  /* رنگ بخش قابل کشیدن اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای thumb */
}

[b-nakvoanlyf]::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* رنگ پس‌زمینه ریل اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای track */
}

/* اگر نیاز دارید اسکرول‌بار را در هنگام هاور تغییر دهید */
[b-nakvoanlyf]::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* تغییر رنگ در هنگام هاور */
}






html[b-nakvoanlyf],
body[b-nakvoanlyf] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  direction: rtl;
}

.header[b-nakvoanlyf] {
  background: linear-gradient(270deg, #200202, #c2185b);
  color: white;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.header h1[b-nakvoanlyf] {
  margin: 0;
  font-size: 18px;
}

.header .custom-controls-r[b-nakvoanlyf] {
  padding: 35px;
}

.header .custom-controls-l[b-nakvoanlyf] {
  display: flex;
  align-items: center;
}
.header .custom-controls-l div[b-nakvoanlyf] {
  margin: 5px;
}

.header .logout-btn[b-nakvoanlyf] {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 10px;
}

.header .logout-btn:hover[b-nakvoanlyf] {
  background-color: #c0392b;
}

.radSidebarL[b-nakvoanlyf] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  background-color: #e7e7e7;
  color: white;
  padding-top: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 100000;
  direction: ltr;
}

/* .radSidebarL.open {
    right: 1366px;
} */

.radSidebar[b-nakvoanlyf] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  color: white;
  padding-top: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 100000;
}

.radSidebar.open[b-nakvoanlyf] {
  right: 0;
}

.radSidebar .menu-item[b-nakvoanlyf] {
  padding: 10px;
  text-align: right;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.radSidebar .menu-item:hover[b-nakvoanlyf] {
  background-color: #b71c1c;
  border-radius: 5px;
}

.radSidebar .submenupanel[b-nakvoanlyf] {
  display: none;
  padding-right: 10px;
  background-color: #c2185b;
  height: 300px;
  overflow-y: auto;
}

.radSidebar .submenupanel a[b-nakvoanlyf] {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #bdc3c7;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.radSidebar .submenupanel a:hover[b-nakvoanlyf] {
  color: #ffffff;
  background-color: #d32f2f;
  border-radius: 5px;
}

.radSidebar .submenupanel a i[b-nakvoanlyf] {
  margin-left: 10px;
  font-size: 18px;
}

.menu-item i[b-nakvoanlyf] {
  /* margin-right: 10px; */
  font-size: 20px;
}

.toggle-btn-R[b-nakvoanlyf] {
  position: fixed;
  top: 2px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-R.hide[b-nakvoanlyf] {
  display: none;
}

.toggle-btn-L[b-nakvoanlyf] {
  /* position: fixed; */
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-L.hide[b-nakvoanlyf] {
  display: none;
}

.footer[b-nakvoanlyf] {
  background: linear-gradient(92deg, #200202, #c2185b);
  color: white;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  font-size: small;

  /* padding: 5px 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .custom-controls-l[b-nakvoanlyf] {
  display: flex;
  align-items: center;
}

.footer .custom-controls-r[b-nakvoanlyf] {
  padding: 5px;
}

.Container[b-nakvoanlyf] {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: right;
}

.profile-img-container[b-nakvoanlyf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.profile-img[b-nakvoanlyf] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-bottom: 10px;
}

.profile-name[b-nakvoanlyf],
.profile-phone[b-nakvoanlyf] {
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
  text-align: center;
}
.head[b-nakvoanlyf] {
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------- */

/* حالت دارک */
.dark-mode[b-nakvoanlyf] {
  background-color: #121212;
  color: #ffffff;
}

.dark-mode .header[b-nakvoanlyf] {
  background: linear-gradient(270deg, #333333, #444444);
}

.dark-mode .footer[b-nakvoanlyf] {
  background: linear-gradient(92deg, #333333, #444444);
}

.dark-mode .radSidebar[b-nakvoanlyf] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebar .menu-item:hover[b-nakvoanlyf] {
  background-color: #666666;
}

.dark-mode .radSidebar .submenupanel[b-nakvoanlyf] {
  background-color: #444444;
}

.dark-mode .radSidebar .submenupanel a:hover[b-nakvoanlyf] {
  background-color: #555555;
}

/* ---------------- */

.dark-mode .radSidebarL[b-nakvoanlyf] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebarL .menu-item:hover[b-nakvoanlyf] {
  background-color: #666666;
}

.dark-mode .radSidebarL .submenupanel[b-nakvoanlyf] {
  background-color: #444444;
}

.dark-mode .radSidebarL .submenupanel a:hover[b-nakvoanlyf] {
  background-color: #555555;
}

.dark-mode .header .logout-btn[b-nakvoanlyf]{
  background-color: #555555;
}
/* /Shared/NavMenu.razor.rz.scp.css */
#SetingMenuOpenL[b-8in9dpzkau]{
    width: inherit;
    background-color: blue;
    margin: 8px;
    margin-top:50px;
}

.btn-light[b-8in9dpzkau]{
    background-color: transparent !important;
    color: white;
}
/* /Shared/RadMenu.razor.rz.scp.css */
       
       [b-ubemxlgec0]::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }

        [b-ubemxlgec0]::-webkit-scrollbar-thumb {
            background-color: darkgray;
            border-radius: 10px;
        }

        [b-ubemxlgec0]::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        [b-ubemxlgec0]::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }



        .accordion[b-ubemxlgec0] {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            direction: rtl;
            text-align: right;
        }

        .accordion-item[b-ubemxlgec0] {
            border: 1px solid #ccc;
            margin-bottom: 5px;
            border-radius: 5px;
            overflow: hidden;
            margin: 5px;
        }

        .accordion-header[b-ubemxlgec0] {
            background: linear-gradient(92deg, #200202, #C2185B);
            padding: 10px;
            width: 100%;
            text-align: right;
            cursor: pointer;
            font-size: 16px;
            border: none;
            outline: none;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            transition: background-color 0.3s ease;
            border-radius: 5px;
            margin: 2px;
            color: white;
        }

        .accordion-header:hover[b-ubemxlgec0] {
            /* background: linear-gradient(92deg, #200202, #C2185B); */
            background: linear-gradient(181deg, #a51a1a, #C2185B);
        }

        .accordion-header i[b-ubemxlgec0] {
            margin-right: 10px;
            transition: transform 0.3s ease;
        }

        .accordion-header:hover i[b-ubemxlgec0] {
            transform: rotate(90deg);
        }

        .accordion-content[b-ubemxlgec0] {
            padding: 0 5px;
            display: none;
            overflow-y: auto;
            background: linear-gradient(92deg, #200202, #C2185B);
            height: 150px;
        }

        .accordion-content ul[b-ubemxlgec0] {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .accordion-content li[b-ubemxlgec0] {
            padding: 8px;
            border-bottom: 1px solid #ddd;
            font-size: 14px;
            background: linear-gradient(92deg, #200202, #C2185B);
        }

        .accordion-content.show[b-ubemxlgec0] {
            display: block;
        }

        .accordion-content li:hover[b-ubemxlgec0] {
            background: linear-gradient(92deg, #200202, #C2185B);
            cursor: pointer;
        }

        .accordion-content ul li button span[b-ubemxlgec0] {

            margin-right: 8px;
        }


/* ------------------------------------------------------------------------------------------- */

/* حالت دارک */

  .dark-mode .accordion-header[b-ubemxlgec0] {
    background: linear-gradient(92deg, #200202, #747472);
    /* padding: 10px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    margin: 2px; */
    color: white;
}

.dark-mode .accordion-content[b-ubemxlgec0]{
    background: linear-gradient(92deg, #200202, #756c6f);
}


.dark-mode  .accordion-content li[b-ubemxlgec0] {
    background: linear-gradient(92deg, #200202, #756c6f);
}

 .accordion-content[b-ubemxlgec0]{
    background-color: black !important;
}








        
