a.sec-btn {
    padding: 10px 50px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: rgb(12, 12, 12);
    background-color: #d9d9d9;
    border: none;
    border-radius: 15px;
    box-shadow: 5px #999;
    width: 500px;
    font-family: "Montserrat", sans-serif;
}

a.sec-btn:hover {
    color: #fff;
    background-color: #7f170f;
}

#bgDelapan h2  {
    font-family: Montserrat, sans-serif;
    font-size: 22px;

}

ul.point {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
}

button.sec-lan {
    padding: 10px 50px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #7f170f;
    border: none;
    border-radius: 15px;
    box-shadow: 5px #999;
    width: 200px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}

button.sec-lan:hover {
    color: #000000;
    background-color: #fcd412;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

#bg-materi ol li {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
}

.form-check-input {
    margin-top: 4px;
}

.form-check-label {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
}

.swal2-title {
    color: #ffffff !important; /* putih */
    font-size: 32px !important;
    font-weight: 700 !important;
    text-shadow: 0 3px 8px rgba(0,0,0,0.8);
}

.swal2-popup {
    font-family: 'Poppins', sans-serif !important;
    backdrop-filter: blur(2px);
    padding-top: 20px !important;
}

.custom-swal-bg {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 15px;
}

.swal2-image {
    margin: 0 auto 10px auto !important;
}

.btn-tutup-custom {
    border-radius: 15px !important;
    padding: 10px 35px;
    font-weight: 600;
    background: #fcd412 !important;
    color: #000 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.4);
}

.btn-tutup-custom:hover {
    background: #D9D9D9 !important;
}

.swal2-icon {
    display: none !important;
}

.swal-logo {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

.swal-logo img {
    position: relative;
    top: -10px;
}