.has-error input {
    border: 1px solid red;
}

.captcha-error{
    border: 1px solid red;
}

#myModal {
    z-index: 10000;
    border-radius: 1.35rem !important;
    /* Pastikan modal berada di atas overlay */
}

.text-danger {
    color: rgb(196, 10, 10);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Warna hitam dengan transparansi 50% */
    z-index: 9999;
    /* Pastikan overlay berada di atas konten lainnya */
    display: none;
    /* Sembunyikan overlay secara default */
}

ol {
    list-style-type: decimal;
    margin-left: 1rem;
}

.conts{
    max-height: 41rem;
    overflow-y: auto !important;
}
