html,body {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
}

.sidebar-theme {
    background: #fff;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    font-weight: 400;
    font-size: 12px;
}

#sidebar ul.menu-categories ul.submenu > li a {
    font-weight: 400;
    font-size: 12px;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background: transparent;
     box-shadow: unset;
}

.modal-body {
    overflow-y: scroll; /* מאפשר גלילה */
    scrollbar-width: none; /* הסתרת סרגל הגלילה בפיירפוקס */
}

.modal-body::-webkit-scrollbar {
    display: none; /* הסתרת סרגל הגלילה בדפדפני Webkit (כרום, ספארי) */
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999; /* כדי לוודא שהאובייקט יהיה מעל כולם */
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}


.toast {
    z-index: 9999 !important; /* לוודא שההודעה מוצגת מעל כל האלמנטים */
}
