/* ===============================
MODALES REDONDEADOS
================================ */

.modal-rounded .modal-content{
border-radius:15px !important;
overflow:hidden;
}

.modal-rounded .modal-header{
border-top-left-radius:15px !important;
border-top-right-radius:15px !important;
}

.modal-rounded .modal-footer{
border-bottom-left-radius:15px !important;
border-bottom-right-radius:15px !important;
}

/* opcional: mejora visual */
.modal-rounded .modal-content{
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.modal-body {
    overflow-y: auto !important;
}

body.modal-open {
    overflow: hidden !important;
}