.btn-open-popup2 {
    width: 63%;
    left:0;
    right:0;
    margin-inline: 18.4%;
    position: absolute;
    display: block;
    padding: 12px 24px;
    font-size: 18px;
    background-color: #4b4848;
    box-shadow: -4px 4px 4px #020201;
    color: #fff;
    border: solid 2px #000000a1;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-open-popup2:hover {
background-color: #000;
box-shadow: -3px 3px 3px #5b5b5b94;
}

.overlay-container2 {
    display: none;
    position: fixed;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    justify-self: center;
    align-self: center; 
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    flex-direction: column;
    gap: 12px;
    z-index:777;
}

.popup-box2 {
overflow-y: scroll;
position: fixed;
width: 360px;
max-height: 680px;
background: #000000d9;
padding: 10px;
border-radius: 12px;
box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.4);
text-align: center;
opacity: 0;
transform: scale(0.8);
animation: fadeInUp 0.5s ease-out forwards;
border: solid 2px #0000004f;
}

.form-container2 {
display: flex;
flex-direction: column;
}

.btn-close-popup2 {
padding: 12px 24px;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-close-popup2 {
    margin-top: 12px;
    background-color: #161616b8;
    color: #fff;
    border: solid 2px #705b0ca3;
}

.btn-close-popup2:hover {
background-color: #000;
color: #00ff16;
}

/* Keyframes for fadeInUp animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation for popup */
.overlay-container2.show {
display: flex;
opacity: 1;
}


/* Alert - Status Kehadiran - Start */
.alert-info {
color: #ffa700;
background: #000000bd;
padding: 5px 8px 5px 8px;
border-color: #bee5eb;
margin-bottom: 2px;
}
/* Alert - Status Kehadiran - End */


/* Border / Frame List Ucapan - Start */
.border-list-ucapan {
border: solid 3px #000000b0;
background: 100% 100%;
border-radius: 8px;
padding: 5px;
margin: 10px;
max-width: 100%;
word-wrap: anywhere;
object-fit: contain;
background: #c3c6c7;
}
/* Border / Frame List Ucapan - End */