.max-vh-100 {
    max-height: 100vh;
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.kanban-item {
    min-width: 350px;
}

textarea {
    resize: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


html[data-theme=dark]  .table>:not(caption)>*>* {
    background: var(--neutral-200);
    color: var(--text-secondary-light);
}

.table-wd-190 {
    width: 190px;
}


.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    border: 5px solid #ffff;
    border-color: #ffff transparent #ffff transparent;
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scroll-x-sm::-webkit-scrollbar,
.note-editable::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
    border-radius: 40px;
}
.scroll-x-sm::-webkit-scrollbar-thumb,
.note-editable::-webkit-scrollbar-thumb {
    background-color: #b1b3b8;
    border-radius: 40px;
}
.scroll-x-sm::-webkit-scrollbar-thumb:hover,
.note-editable::-webkit-scrollbar-thumb:hover {
    background-color: #939393;
}

.note-editable::-webkit-scrollbar-track {
    background-color: #d6d9de;
    border-radius: 40px;
}

.fs-20 {
    font-size: 20px !important;
}

.tx-danger {
    color: #ff0000;
}

.note-editing-area ol {
    list-style: decimal !important;
}
.note-editing-area ul {
    list-style: disc !important;
}

.note-editing-area u {
    all: revert;
}

#sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
