﻿.modal-rom {
    max-width: 100vw;
    max-height: 100vh;
    position: relative;
    left: 0;
    top: 0;
    /*background-color: white;*/
    /*display: block;*/
    /*opacity: 0 !important;*/
}
#modal_rom {
    /*opacity: 0.5 !important;*/
}

#modal_rom .text-modal-rom-process {
    font-weight: bold;
}
#modal_rom .text-modal-rom-process::after {
    color: #233672 !important;
    content: "Procesando...";
}