.loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9995; } .loading .content { color: rgba(255, 255, 255, 0.6); margin-top: 4rem; text-align: center; font-size: 0.3rem; } .lockScroll { overflow: hidden; } .dialog-alert { top: 50%; transform: translateY(-50%); left: 1.2rem; right: 1.2rem; z-index: 9998; position: fixed; animation: frames-top-center-01 300ms; border-radius: 0.1rem; min-height: auto; height: auto; background: white; color: black; } .dialog-alert h1 { font-size: 0.36rem; font-weight: bold; text-align: center; margin-top: 0.5rem; } .dialog-alert .content { min-height: 0.8rem; margin: 0.2rem 0.6rem; display: flex; align-items: center; justify-content: center; font-size: 0.3rem; } .dialog-alert .actions { height: 1rem; display: flex; justify-content: center; } .dialog-alert .actions .btn { color: white; font-size: 0.36rem; background: linear-gradient(-90deg, #fa382f, #ff7453); height: 0.7rem; display: flex; align-items: center; justify-content: center; width: 2rem; border-radius: 0.4rem; padding: 0; margin: 0; } @keyframes frames-top-center-01 { 0% { top: -10%; } 100% { top: 50%; } } @keyframes frames-top-center-02 { 0% { top: 0%; } 92% { top: 50%; } 100% { top: 40%; } } @keyframes capauth-zoom-in { 0% { opacity: 0; } 80% { opacity: 0; } 100% { opacity: 1; } } .overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9990; background-color: rgba(0, 0, 0, 0.7); min-height: 6.5rem; } .overlaysa { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9990; background-color: none; min-height: 6.5rem; } .overlay-alert { z-index: 9995; } .overlay-loading { z-index: 9995; } #uniauthframe { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; margin: 0px; padding: 0px; border: 0px; animation: capauth-zoom-in 600ms; z-index: 9990; } /* .dialog-alert .content { min-height: 1.2rem; margin: 0.2rem 0.6rem; display: flex; align-items: center; justify-content: center; } .actions { height: 1rem; display: flex; justify-content: center; .btn { background: red; height: 0.7rem; display: flex; align-items: center; justify-content: center; width: 2rem; border-radius: 0.4rem; } } */ /*# sourceMappingURL=unicom.css.map */