body {
    background-color: #e3edf2;
    color: #cccccc;
    height: 100%;
    width: 100%;
}

.navbar {
    max-width: 100%; /* Prevent overflow */
    left: 0; /* Ensure it starts from the left */
    right: 0; /* Ensure it extends to the right */
    position: fixed;
    height: 60px;
}


.navbar-light .navbar-nav .nav-link {
    color: #2d3748;
    font-size: 1.2rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2d3748;

}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: #000;
    border-radius: 0;
}

.adminContent {
    width: 100%;
    height: 100vh;
}

h1 {
    color: #333;
}
/* Dropdown background and text color */
.navbar-collapse {
    background-color: #ffffff !important; /* or #f8f9fa for Bootstrap's light gray */
    border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
    .navbar .navbar-fluid {
        width: 200% !important;
    }
}
