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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e22454;
    border-color: #ef3f3e ;
}   
.page-link {
    z-index: 2;
    color: #e22454;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #e22454;
    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;
}

.mobile-poster {
    border-bottom: none !important;
    margin: 0 !important;
    position: fixed;
    bottom: 0;
    padding: 20px !important;
    background-color: #262932;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a#installApp {
    color: #ffffff;
}
.text-primary {
    color: #e22454 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
    color: #2b2b2b;
}