/** dashboard.js override */
@media (max-width: 767.98px) {
    .sidebar {
        top: 0;
    }

    .sidebar .dropdown .w-100 {
        width: unset !important;
    }
}

.navbar-brand {
    font-size: 1.4rem;
}

.navbar .navbar-toggler {
    top: .58rem;
}

.sidebar-heading {
    font-size: 1rem;
    text-transform: unset;
}


/** addings */
.variation-pos {
    color: green;
}

.variation-neg {
    color: red;
}

.notification-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    border: none;
    font-size: 1rem;
}

.notification-dot {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: var(--bs-info);
}

.badge.user-type-client {
    background-color: #e6f4ff;
    color: #1d4ed8;
    border: 1px solid #93c5fd;
}

.user-type-internal {
    background-color: #ede9fe;
    color: #5b21b6;
    border: 1px solid #c4b5fd;
}


/** others */
.saira-semi-condensed-black {
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

th {
    min-width: 6rem;
}

tr {
    vertical-align: middle;
}

h1 {
    margin: 0.5rem 0.5rem 0.5rem 0;
}

h3 {
    font-weight: unset;
}

.nav-pills .nav-link.active {
    background-color: #ddd;
    color: #333;
}

.nav-pills .nav-link:hover {
    background-color: #eee;
    color: #333;
}

.nav-pills .nav-link {
    color: #333;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.btn-sm .badge {
    display: inline;
    border-radius: inherit;
}

.list-section, .form-section {
    margin: 1rem 0;
}

/*.form-section fieldset {*/
/*    margin-bottom: 0 !important;*/
/*}*/

.form-section legend {
    padding-top: 0;
}

.ts-control input::placeholder {
    color: var(--bs-body-color) !important;
    opacity: 1
}

.list-pagination .dropdown-menu {
    min-width: 3rem;
    max-height: calc(10 * 2.5rem);
    overflow-y: auto;"
}

.list-pagination .dropdown button {
    min-width: 3rem;
    background-color: transparent !important;
    border: 0;
}

.list-pagination .pagination .page-item .page-link {
    border: none;
}

.list-pagination .pagination .page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.list-pagination .pagination .page-item.disabled .page-link {
    background-color: transparent;
}

