@charset "UTF-8";

.modal-content {
    background-color: #d7d8d9 !important;
}
body {
background-color: #112855 var(--body-bg) !important;
}

.noSeleccionable {
            user-select: none;
        }