@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.dd,.admin-panel {
    color:#ffffff;
}
.brio{
    color:#5391fa;
}
.navbar{
    background-color: rgb(219, 219, 219);
    height: 75px;
    font-family: "Inter";
}
.user-navbar{
    background-color: rgb(44, 44, 44);
    height: 75px;
    font-family: "Inter";
    font-weight: 500;
}
.sidebar {
    min-height: 100vh;
    margin-top: 75px;
    background-color: #999999;
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.sidebar .nav-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 20px;
    margin: 2px 0;
    border-radius: 0;
    transition: all 0.2s;
}

.sidebar .nav-link:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar .nav-link.active {
    color: white;
    background-color: #0d6efd;
}

.sidebar .nav-link i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.sidebar-header {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

.content {
    margin-left: 250px;
    padding: 20px;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
}
.users-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin: 2rem auto;
    overflow: hidden;
}

.table-hover tbody tr:hover {
    background-color: rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
    transition: all 0.3s ease;
}

.btn-delete {
    transition: all 0.3s ease;
}

.btn-delete:hover {
    transform: scale(1.1);
}

.loading-spinner {
    display: none;
}

.empty-state {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

.empty-state i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/*Футер*/
 .footer {
    background-color: #313233;
    border-top: 1px solid #5d949b;
    color: #fff;
    padding: 2rem 0;
    margin-top: 3rem;
}

.logo-text {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
}

.copyright {
    color: #ffffff;
    font-size: 0.9rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 1rem;
}

.footer-links a:hover {
    color: #007bff;
        }
.rules{
    margin-top: 25px;
}