
.btn-red {
    background-color: #EE3339 !important;
    border-color: #EE3339 !important;
    color: white; /* Agar teks tombol tetap terlihat jelas */
}
.btn-red-dark {
    background-color: #9D3234 !important;
    border-color: #9D3234 !important;
    color: white; /* Agar teks tombol tetap terlihat jelas */
}

.text-white-custom {
    color: white;
}

/* Memastikan tombol selalu berada di pojok kanan */
.container-fluid .row .col-sm-6.text-right {
    justify-content: flex-end;
}
.small-text {
    font-size: 20px; /* Sesuaikan ukuran font sesuai kebutuhan */
}



