.body-login {
    background-color: gray;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

.login-container {
    max-width: 400px;
    margin: 100px auto;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.alert {
    margin-bottom: 20px;
}

.footer-custom {
    background-color: #f8f9fa;
    border-top: 3px solid #0d6efd;
    padding: 2rem 0;
    margin-top: 3rem;
}

.footer-custom p {
    color: #212529;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.footer-custom .text-muted {
    color: #6c757d !important;
    font-size: 0.875rem;
}

.footer-logo {
    max-width: 120px;
    opacity: 0.9;
}

.footer-logo:hover {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    #navbarNav .d-flex {
        justify-content: center !important;
        margin-top: 1rem;
    }
}
.btn-close-menu {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    color: #000;
    cursor: pointer;
}
        
.btn-close-menu:hover {
    opacity: 0.7;
}

/* Estilos do Painel de Administrador */
.admin-body {
    background-color: #cff4fc;
    min-height: 100vh;
    padding: 20px 0;
}

.admin-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.2);
}

.admin-header h1 {
    background: linear-gradient(135deg, #1e3c72 0%, #7e22ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 5px;
}

.user-table {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
}

.status-badge {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.status-ativo {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.status-pendente {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.status-desativado {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.table thead {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);
    color: white;
}

.table thead th {
    border: none;
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.table tbody tr:hover {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.action-btn {
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 500;
}

.action-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.card {
    transition: all 0.3s ease;
    border-radius: 15px;
    border: none;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.2) !important;
}

.card-body i {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.btn-group .btn {
    transition: all 0.3s ease;
    border-radius: 8px;
}

.btn-group .btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

@media (max-width: 767px) {
    .admin-header h1 {
        font-size: 1.5rem;
    }
    
    .admin-header p {
        font-size: 0.9rem;
    }
    
    .user-table h4 {
        font-size: 1.1rem;
    }
    
    .btn-sm {
        font-size: 0.85rem;
        padding: 0.4rem 0.5rem;
    }
}

.recuperar-password-container {
    max-width: 450px;
    margin: 100px auto;
    padding: 35px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

.recuperar-password-container h2 {
    color: #0d6efd;
    font-weight: 600;
}

.recuperar-password-container .text-muted {
    font-size: 0.9rem;
}

.recuperar-password-container .input-group-text {
    background-color: #f8f9fa;
    border-right: none;
}

.recuperar-password-container .form-control {
    border-left: none;
}

.recuperar-password-container .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.redefinir-password-container {
    max-width: 500px;
    margin: 80px auto;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

.redefinir-password-container h2 {
    color: #0d6efd;
    font-weight: 600;
}

.redefinir-password-container .text-muted {
    font-size: 0.9rem;
}

.redefinir-password-container .input-group-text {
    background-color: #f8f9fa;
    border-right: none;
}

.redefinir-password-container .form-control {
    border-left: none;
}

.redefinir-password-container .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.redefinir-password-container #codigo {
    text-align: center;
}

@media (max-width: 576px) {
    .recuperar-password-container,
    .redefinir-password-container {
        margin: 50px auto;
        padding: 25px;
    }
}