.aside-menu .menu>.menu-item>.menu-link .menu-icon i {
    color: var(--bs-theme-secoundary-color);
}

.btn-check:active+.btn.btn-active-color-primary i,
.btn-check:checked+.btn.btn-active-color-primary i,
.btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-color-primary i {
    color: var(--bs-theme-hover-color);
}

.aside-footer i {
    color: var(--bs-theme-secoundary-color);
}

.logo-text {
    padding-left: 0px;
    font-size: 30px;
    font-weight: bold;
    color: var(--bs-theme-color);
}

.toast {
    opacity: 1 !important;
}

@media (max-width: 992px) {
    .header-tablet-and-mobile-fixed .header {
        background-color: #16304a;
    }

    .logo-text {
        color: var(--bs-theme-secoundary-color);
        padding-left: 10px;
        font-size: 28px;
    }
}

.aside .aside-logo {
    height: 75px;
}

.aside-menu .menu>.menu-item>.menu-link {
    height: 50px;
}

.aside {
    width: 85px !important;
}

@media (min-width: 992px) {
    .aside-enabled.aside-fixed.header-fixed .header {
        left: 85px;
    }
}

@media (min-width: 992px) {
    .aside-enabled.aside-fixed .wrapper {
        padding-left: 90px;
    }

    .aside-enabled.aside-fixed .wrapper.run-payroll {
        padding-left: 0px !important;
    }
}

@media (min-width: 992px) {
    .header-fixed.toolbar-fixed .wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 991.98px) {
    .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .content {
        padding-top: 20px;
    }
}


.table thead {
    border-color: #eaecef;
    border-style: solid;
    border-width: 2px;
    background-color: #f2f2f3;
}

.table thead th:first-child,
.table tbody td:first-child {
    padding-left: 9px;
}

.table thead th {
    font-size: 14px;
    color: var(--bs-theme-color);
}

.table thead th,
.table tbody td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.table thead th:last-child,
.table tbody td:last-child {
    padding-right: 30px;
}

.table tbody td,
.table thead th {
    border-right: 2px solid #eaecef;
}

.table tbody td:first-child {
    border-left: 2px solid #eaecef;
}

.table tbody tr:last-child td {
    border-bottom: 2px solid #eaecef !important;
}

.stepper .stepper-content .completed {
    display: none !important;
}

.badge-pending {
    background-color: #6de4ea;
    color: #000;
}

.badge-progress {
    background-color: #85d4ff;
    color: #000;
}

.badge-progress {
    background-color: #f79d9d;
    color: #000;
}