.users-filter-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
.users-filter-box input[type=text], .users-filter-box button, .users-filter-box select {
    height: 38px;
}
.users-filter-box .search-input {
    flex: 1;
    min-width: 210px;
}
.users-filter-box .select2-box {
    width: 250px !important;
}
.select2 {
    width: 100% !important;
}
.users-filter-box button.btn-light:hover {
    /*color: #fff;*/
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background-color: #dce0e5 !important;*/
}

.bd-callout-danger {
    background-color: #fccfcf;
    padding: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: #000;
    border-left: 0.25rem solid #f99e9e;
}
.bd-callout-danger ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.vertical-form-flex {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.filemanager-box {
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;

    .fm-actions {
        background-color: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        padding: 3px 24px;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        height: 40px;

        .left-side {
            .dir-actions {
                display: flex;
                align-items: center;
                gap: 14px;
                height: 40px;
            }
            .file-actions {
                display: flex;
                align-items: center;
                gap: 14px;
                height: 40px;
            }
        }

        .right-side {
            .search {

            }
        }

        a {
            display: inline-flex;
            gap: 5px;
            align-items: center;
            text-decoration: none;
            color: #000;
            border-radius: 5px;
            padding: 2px 5px;
            font-weight: 300;
            font-size: 13px;

            svg {
                width: 22px;
                height: 22px;

                path {
                    transition: 0.1s;
                }
            }

            transition: 0.1s;
        }

        a:not(.disabled):hover {
            background-color: #414141;
            color: #fff;

            svg {
                width: 22px;
                height: 22px;
                path {
                    color: #fff;
                    fill: #fff;
                }
            }
        }
    }

    .fm-box {
        display: flex;

        .directories-box {
            width: 420px;
            overflow-x: auto;
            /*padding: 3px 8px;*/
        }

        .content-box {
            flex: 1;
            padding: 0;
            border-left: 3px solid #dee2e6;
        }
    }

    a.disabled {
        opacity: 0.2 !important;

        cursor: not-allowed;
    }

}

.jstree-default .jstree-wholerow-clicked {
    background: #1d6efd !important;
    color: #fff !important;


}
.jstree-clicked {
    color: #fff !important;
}
.jstree-node {
    height: auto !important;
    /*display: flex !important;*/
    /*align-items: center;*/
    flex-wrap: wrap;
    min-height: auto !important;
}
.jstree-wholerow {
    /*height: auto !important;*/
    /*height: 40px !important;*/
    /*display: inline-flex;*/
    /*align-items: center;*/
}
.jstree-anchor {
    /*padding-top: 5px !important;*/
    /*padding-bottom: 5px !important;*/
    /*max-width: 100% !important;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    font-size: 13px;
}
/*.jstree-children {*/
/*    max-width: 100% !important;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
.files-list {
    font-size: 13px;
    thead {
        th {
            background-color: rgb(248, 249, 250);
            height: 32px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            color: rgb(33, 37, 41);
            border-bottom: 1px solid #dee2e6;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .first-head-row th {
            height: 32px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            font-weight: 400;
            background-color: #fff;
        }
    }
}
.hidden-elem {
    display: none !important;
}
.jstree-themeicon-custom {
    background-size: 20px !important;
}
.jstree-default-large .jstree-icon:empty {
    width: 32px !important;
    height: 32px;
    line-height: 32px;
}
.jstree-default-large .jstree-node {
    /*margin-left: 12px !important;*/
}
.file-name {
    display: flex;
    gap: 5px;
    align-items: center;

    img {
        width: 18px;
    }
}
.active-row td, .active-row th {
    background-color: #f3f3f3 !important;
}
.rename-input {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}
.ui-sortable-helper {
    border-radius: 9px !important;
    display: block !important;
}
.ui-state-hover {
    background-color: #0c51c9 !important;
    border: 0 !important;
    color: #fff !important;
    /*background-color: yellow !important;*/
}
