.card-header {
        background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
        border-radius: 5px 5px 0 0 !important;
        padding: 1rem 1rem;

        
        
    }

.judul {
font-size: 30px !important;
font-weight: bold;
color: white;
}
.judul2 {
font-size: 20px !important;

color: white;
}
.edit-btn {
    transition: all 0.2s;
}

.action-btn {
    transition: transform 0.2s ease;
    background: none;
    border: none;
}

.action-btn:hover {
    transform: scale(1.3);
}

.action-btn i {
    vertical-align: middle;
}


