.site-navbar {
    background-color: #ffffff;
    }
    
    .page {
    background: #efefef;
    }
    
    .page-content {
    border-radius: 5px;
    }
    
    .card-shadow {
    border-radius: 15px;
    }
    
    .navbar-inverse {
        padding: 8px 13px; /* Adjust this for height */
    }
    
    
    .navbar-inverse .navbar-toolbar .nav-link {
        color: #292929;
    }
    
    .nav-link .hamburger::before {
        background: #292929;
    }
    .nav-link .hamburger::after {
        background: #292929;
    }
    .nav-link .hamburger .hamburger-bar {
        background: #292929;
    }
      
    
    
    .dashboardcode-bsmultiselect .dropdown-menu {
        overflow-y: auto;
        max-height: 300px;
        column-count: unset !important;
    }
    
    .clockpicker-popover {
        z-index: 99999;
    }
    
    .aspectRatioCon label {
        margin-bottom: 5px;
        margin-top: 0px;
    }
    
    
    /* table formatting */
    thead {
        background-color: #89d0bb;
    }
    
    tr.odd {
        background-color: #ffffff !important;
    }
    
    tr.even {
        background-color: #e7f5f1 !important;
    }
    
    .table {
        color:#292929;
    }
    
    thead .form-control {
        background-color: transparent !important;
        color:#292929;
        border-color: transparent !important;
    }
    
    thead .form-control::placeholder {
        color:#292929;
    }
      
    
    td {
        vertical-align: middle !important;
        text-align: center;
    }
    
    
    @media only screen and (max-width: 768px) {
        .page-login-main.animation-slide-right {
            animation: none; /* Remove animation for mobile */
        }
    }