body {
    background-color: #fff;
}

.navbar-brand {
    letter-spacing: .2px;
}

.list-group-item .h6 {
    margin-bottom: 0.25rem;
}

.card + .card {
    margin-top: 1rem;
}


/* Banners */
.banner-card {
    aspect-ratio: 16 / 9;
    background: #111;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: transform .4s ease, opacity .4s ease;
}

.banner-card:hover .banner-img {
    transform: scale(1.04);
    opacity: 1;
}

.banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 80%);
    color: #fff;
}
.carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 1rem;
    border-radius: .5rem;
}

.banner-img {
    height: 400px;
    object-fit: cover;
}
/* Sidebar layout */
#wrapper {
    transition: all 0.3s ease;
    position: relative;
}

#sidebar-wrapper {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    z-index: 1040;
    transition: all 0.3s ease;
}

#page-content-wrapper {
    margin-left: 250px;
    width: 100%;
    transition: all 0.3s ease;
}

/* Collapsed sidebar */
#wrapper.toggled #sidebar-wrapper {
    margin-left: -250px;
}

#wrapper.toggled #page-content-wrapper {
    margin-left: 0;
}

/* Backdrop overlay */
#sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1030;
    display: none;
    transition: opacity 0.3s ease;
}

    #sidebar-backdrop.active {
        display: block;
    }

/* Responsive behavior */
@media (max-width: 768px) {
    #sidebar-wrapper {
        margin-left: -250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        margin-left: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        margin-left: 0;
    }
}

/* Hover effect */
.list-group-item:hover {
    background-color: #343a40;
    color: #fff;
}

/* Collapse transition */
.collapse {
    transition: all 0.3s ease;
}

.report-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

    .report-container h2 {
        font-weight: 600;
        color: #333;
    }

.table th, .table td {
    vertical-align: middle;
}

.pagination .page-link {
    color: #333;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.dashboard-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem;
}

    .dashboard-container h2 {
        font-weight: 600;
        color: #333;
    }

.card-title {
    font-weight: 500;
    color: #555;
}

.list-group-item {
    font-size: 0.95rem;
}

.report-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

    .report-container h2 {
        font-weight: 600;
        color: #333;
    }

.table th, .table td {
    vertical-align: middle;
}

.modal-content {
    border-radius: 0.5rem;
}

.modal-footer .btn {
    min-width: 100px;
}
.logo-img {
    height: 45px;
    max-height: 50px;
    width: auto;
}
.sidebar-heading .logo-img {
    height: 64px;
}

