.main-logo {
    max-height: 100px;
}
.logo-wrapper img {
    max-height: 75px;
}
.form-check-input:checked {
    background-color: #355e3b;
    border-color: #355e3b;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #355e3b;
    border-color: #777E49;
}   
.page-link {
    z-index: 2;
    color: #355e3b;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #355e3b;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.menu-list-table tbody tr td.menu-status span.info {
    background-color: rgba(0, 123, 255, 0.1); /* Light blue background */
    color: #007bff; /* Blue color for info status */
}

.card .custom-card {
    padding: 30px 40px;
    background-color: #eff2f7;
    border-radius: 10px;
}
.table-enabled,
.table-activated {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-disabled, .table-suspended {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

