/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27 de jan. de 2026, 08:25:02
    Author     : ferna
*/

/* =========================
   UTILITÁRIOS - equenas classes genéricas, usadas em qualquer lugar.
   ========================= */

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* =========================
   OVERLAY / SPINNER
   ========================= */

.overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1000;
}

.spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.center-page {
    display: flex;
    align-items: center;
    justify-content: center;
}