﻿.admin-background {
    background-image: url('/images/admin-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.admin-background .container {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 1rem; /* 👈 Add this */
    padding: 2rem; /* Optional: gives content breathing room */
}

.pagination-container {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    max-width: 100%;
}

.pagination-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 0.5rem;
}

.pagination {
    flex-wrap: nowrap;
}

.login-background {
    background-image: url('/images/466045276_Edited.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 1.5rem; /* matches your rounded-5 */
}

.bg-transparent {
    background-color: transparent !important;
}

.card {
    border-radius: 0.75rem;
}

.card-narrow {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

