/* =========================================================
   pelayanan_satpam.css - Desain Portal Satuan Keamanan
   ========================================================= */

body { 
    font-family: 'Nunito', sans-serif; 
    background-color: #f8f9fc; 
}

.card-portal { 
    border-radius: 1rem; 
    border: none; 
}

.card-header-custom { 
    background-color: #36b9cc; 
    color: white; 
    border-radius: 1rem 1rem 0 0 !important; 
    padding: 1.5rem;
    position: relative;
}

.logo-rw { 
    width: 80px; 
    height: auto; 
}

.btn-verify { 
    border-radius: 10rem; 
    padding: 0.75rem 1rem; 
    font-weight: bold; 
    transition: 0.3s; 
}

.btn-verify:hover { 
    background-color: #2c9faf; 
    transform: scale(1.02); 
}

.badge-top-right {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    text-transform: uppercase;
}