/* @tailwind base;
@tailwind components;
@tailwind utilities; */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.logo-ct {
    width: 195px;
    /* margin-right: 10px; */
}

.sortable {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;

}

.sortable-th {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sortable i {
    margin-left: 4px;
    color: #aaa;
}

.sortable i.fa-sort-up,
.sortable i.fa-sort-down {
    color: #0d6efd;
    /* màu khi active */
}

/* .file-item,
.folder-item {
    cursor: pointer;
    transition: all 0.2s;
}

.file-item:hover,
.folder-item:hover {
    background-color: #f8f9fa;
} */

/* .action-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
} */

.context-menu-show {
    display: block;
}

.breadcrumb {
    background-color: transparent;
    padding: 0.5rem 0;
}

@media(min-width: 1900px) {
    table .dropdown-menu {
        transform: translate3d(-140.5px, 22px, 0px) !important;
    }
}


