#table-container {
    max-width: 400px;
    padding: 5px;
    margin: 0 auto;
    }
    #main-table {
    width: 50%;
    color: white;
    margin-top:10px; 
    margin-left:10px; 
    }
    #main-table th {
    background: #27afd8;
    padding: 7px;
    }
    #main-table td {
    background: #4a9eb8;
    text-align: center;
    padding: 7px;
    }
    th, td {  
    border: 1px solid #ddd;  
    padding: 8px;  
    text-align: center;  
    }  
      
    th {  
    background-color: #4CAF50;  
    color: red;  
    }  

*,
::after,
::before {
    box-sizing: border-box;
}



h3 {
    font-size: 1.2375rem;
    color: #FFF;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
}

/* Layout skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
    z-index: 1111;
}

/* Sidebar collapse */

#sidebar.collapsed {
    margin-left: -264px;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo {
    padding: 1.15rem 1.5rem;
}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.25rem;
    font-weight: 600;
}

.sidebar-nav {
    padding: 0;
}

.sidebar-header {
    color: #e9ecef;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #e9ecef;
    position: relative;
    display: block;
    font-size: 1rem;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}
.logout{
    color: red; 
}

/* Responsive */

@media (min-width:768px) {
    .content {
        width: auto;
    }
    .navbar .container-fluid, .navbar-expand-sm .navbar-collapse, .navbar-expand-sm .navbar-nav{
        flex-direction: column;
        align-items: flex-start;
    }
}

/* .navbar{
    max-width: 400px;
    width: 50%;
     margin-top:10px; 
    margin-left:10px; 
    padding: 5px;
    align-items: flex-start;
} */
.mnubtn{
    padding: 5px;
    margin: 6px;
}

.crib{
    color: red; 
}
.footer{
    position: fixed;
    text-align: center;
    bottom: opx;
    width: 100px;
}