/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 29/01/2024, 10:29:09 AM
    Author     : bromero
*/

.error-boxDesc{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgb(255 0 0 / .85);color:#fff;padding:10px 20px;border-radius:25px;box-shadow:0 0 10px rgb(0 0 0 / .2);font-weight:700;z-index:1000;animation:fadeIn 0.5s ease-in-out;text-align:center;max-width:80%;word-wrap:break-word}@keyframes fadeIn{from{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}#loadingOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);display:flex;justify-content:center;align-items:center;z-index:1000;display:none}.spinner{border:6px solid rgb(255 255 255 / .3);border-top:6px solid #fff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}