#authorsMenu {
    max-height: 400px;
    overflow-x: auto;
}
.dropdown-menu {
    font-size: 14px !important;
    cursor: pointer;
}
.dropdown-menu li {
    position: relative;
    display: flex;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.nsa-badge {
    font-size: 12px !important;
}
.nsa-button {
    font-size: 16px !important;
}
.nsa-button-sm {
    font-size: 14px !important;
}
#fileList {
    max-height: 500px;
    max-width: unset;
    overflow-x: auto;
    cursor: pointer;
}