html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    min-height: 100vh;
}

.login-brand-image {
    max-width: 360px;
    width: 100%;
    height: auto;
}

.sidebar-brand-image {
    max-width: 190px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.login-page {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(37, 99, 235, 0.08)),
        #eef2f7;
}

.app-sidebar .nav-link p {
    white-space: normal;
}

.app-sidebar .sidebar-menu .nav-link {
    color: #fff;
    font-weight: 700;
}

.app-sidebar .sidebar-menu .nav-link .nav-icon,
.app-sidebar .sidebar-menu .nav-link p {
    color: #fff;
    font-weight: 700;
}

.app-sidebar .sidebar-menu .nav-link:hover,
.app-sidebar .sidebar-menu .nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.14);
}

.app-sidebar .nav-treeview {
    margin-top: 0.15rem;
    margin-bottom: 0.25rem;
    padding-left: 1rem;
}

.app-sidebar .nav-treeview .nav-link {
    min-height: 2rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    border-left: 2px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    font-size: 0.92rem;
}

.app-sidebar .nav-treeview .nav-link .nav-icon,
.app-sidebar .nav-treeview .nav-link p {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.84);
}

.app-sidebar .sidebar-menu .nav-header {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
}

.app-sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.app-sidebar .sidebar-wrapper {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.sidebar-admin-menu {
    flex: 0 0 auto;
    max-height: 42vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    scrollbar-width: thin;
}

.company-switch-form {
    width: 100%;
}

.company-switch-select {
    font-weight: 700;
}

.admin-param-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f766e;
    color: #fff;
    font-size: 1.35rem;
    flex: 0 0 auto;
}

.param-card-disabled {
    opacity: 0.68;
}
.table-sort-button {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    text-align: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: .35rem;
    white-space: nowrap;
}

.table-sort-button i {
    color: var(--bs-secondary-color);
    font-size: .9rem;
}

.table-column-filter-row th {
    padding-top: .35rem;
    padding-bottom: .45rem;
    background: var(--bs-tertiary-bg);
}

.table-column-filter {
    min-width: 90px;
}
