@charset "UTF-8";
/* CSS Document */
/* #sticky{
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    padding-bottom: 0;
} */
/* dashboard */
/* .small-box {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.125), 0 0px 0px rgba(0, 0, 0, 0.2) !important;
} */

.nav-section {
    color: #d0d4db;
    overflow: hidden;
    text-overflow: clip;
    background: inherit;
    padding: 1rem 1rem 0.5rem;
    border-bottom: 1px solid #979899;
    margin-bottom: 5px;
}
.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}
.multiselect.is-invalid .multiselect__tags {
    border-color: #dc3545 !important;
}
.compact-table th,
.compact-table td {
    padding: 2px 4px !important; /* reduce inner space */
    font-size: 14px !important; /* smaller text */
    white-space: nowrap; /* prevent multi-line */
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}
