
@import url('base/variables.css');

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../../Imagenes/preloader.gif') no-repeat center center;
}

.swal2-footer {
    background-color: #161465;
    margin-top: 32px;
    border-top: 1px solid#E9EEF1;
    overflow: hidden;
    padding-bottom: 32px;
     
}


.modal--registro {
    padding: 0px !important;
}

/*div:where(.swal2-container) button:where(.swal2-styled){
    padding:0px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    background-color: transparent !important;
}

div:where(.swal2-container) div:where(.swal2-actions){
    margin:0px !important;
}*/
.textoModal--pequeno {
    font-size: var(--font-sm);
    margin-bottom: 5px;
}

.textoModal--mediano {
    font-size: var(--font-md);
    margin-bottom: 5px;
}

.textoModal--grande {
    font-size: var(--font-lg);
}
.swal2-container {
    z-index: 20000 !important;
}

 .modal__offscreen, .ajax__modal_popup {
    z-index: 10000 !important;
}