/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-jul-2025, 9:01:30
    Author     : jmendoza
*/

.ui-grid-responsive [role='radio']{
    display: flex;
}

div [role="dialog"], div [role="alertdialog"] {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.3);
}

div [role="dialog"] > div, div[role="alertdialog"] > div {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}