#kt_aside .custom-list:hover {
    background-color: #F3F6F9;
}

#kt_aside .custom-list:hover .custom-list-title {
    color: #009EF7 !important;
}

table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 15px;
}

.form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: #c9c9c9 !important;
}

@media (min-width: 992px) {
    .hover-scroll-y:hover {
        overflow-y: scroll;
        border-left: 0.4rem solid transparent;
    }
}

@media (max-width: 767px) {
    .modal-dialog-centered {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-dialog-centered .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .aside .aside-secondary .aside-workspace {
        width: 100% !important;
    }

    .aside .aside-primary {
        width: 100px !important;
    }
}

.hover-scroll-y {
    overflow: auto;
    /* או scroll */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer / Edge ישן */
}

.hover-scroll-y::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}