.custom-toolbar {
    font-size: small;
    border: none;
    border-radius: 4px;
    padding: 2px 6px;
    transition: all 0.3s ease;
    background: #82d616;
}
.custom-toolbar:hover {
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    background: #79bf1e;
}
.custom-toolbar.category {
    background: #17c1e8;
}
.custom-toolbar.category:hover {
    background: #18abcd;
}
.custom-toolbar.upload {
    background: #7928ca;
    color: white;
}
.custom-toolbar.upload:hover {
    background: #8e41dc;
}
.toobar-menu {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 4px 2px;
    background: #fbfbfb;
}

.title-category {
    background: #e7e7e7;
    font-size: small;
    font-weight: bold;
    line-height: normal;
    color: black;
}
.item-category {
    background: #eff8ff;
    transition: all 0.3s ease;
}
.item-category:hover {
    background: #ffffff;
    /* border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7; */
}
.item-body-category {
    padding-left: 0px;
    font-size: small;
    line-height: normal;
}
.secription-category {
    font-style: italic;
    font-weight: 500;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}
.files-category {
    line-height: 20px;
    max-height: 430px;
    overflow: auto;
    padding-right: 10px;
}
.files-category ol {
    margin: 0px;
    padding: 0px;
    padding-left: 14px;
    padding-bottom: 16px;
}
.files-category ol li {
    width: 100%;
    transition: all 0.3s ease;
}
.files-category ol li .metafile {
    text-wrap: nowrap;
    font-size: x-small;
}
.files-category ol li:hover {
    background: #dbffad;
}
.files-category ol li img {
    margin-right: 6px;
}
/* .files-category .file-token {
    width: 90px;
}
.files-category .file-size {
    width: 50px;
}
.files-category .file-type {
    width: 50px;
}
.files-category .file-update {
    width: 96px;
} */
.custom-btn-option-file {
    font-size: x-small;
    padding: 0;
    border: none;
    background: none;
    transition: all 0.3s ease;
}
.custom-btn-option-file.edit {
    color: blue;
}
.custom-btn-option-file.remove {
    color: red;
}
.form-for-link {
    border-top: 1px black solid;
    border-right: 1px black solid;
}
.form-for-link .input {
    border: none;
    border-left: 1px black solid;
    border-bottom: 1px black solid;
    margin: 0;
    padding: 0px 2px;
    outline: none;
}
.form-for-link .namefile {
    display: flex;
}
.form-for-link .namefile .link {
    width: 75%;
}
.form-for-link .namefile .type {
    width: 25%;
}
.form-for-link .sizefile {
    display: flex;
}
.form-for-link .sizefile .size {
    width: 70%;
}
.form-for-link .sizefile .unit {
    width: 30%;
}

/* tablefiles */
table.tableFiles {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    min-width: 555px !important;
}
table.tableFiles td,
table.tableFiles th {
    border: 0px solid #ffffff;
}
table.tableFiles tbody td {
    font-size: 11px;
}
table.tableFiles td:nth-child(even) {
    background: #f4f4f4;
}
table.tableFiles th:nth-child(even) {
    background: #f4f4f4;
}
table.tableFiles thead {
    background: #ffffff;
}
table.tableFiles thead th {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
table.tableFiles tbody tr:hover td {
    background: #b3f4e7;
    cursor: pointer;
}
table.tableFiles * {
    text-wrap: nowrap;
}
/* ent tablefiles */
