.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.modal-content:hover {
    box-shadow: 0px 0px 20px rgba(0, 123, 255, 0.5); /* Efek glow */
}

.modal-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-footer {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}