.uat-autlogout-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1050;
display: flex;
align-items: center;
justify-content: center;
}
.uat-autlogout-popup .uat-autlogout-content {
padding: 40px;
border-radius: 10px;
background-color: #fff;
color: #000;
position: relative;
text-align: center;
width: 500px;
max-width: 90vw;
overflow: auto;
}
.uat-autlogout-popup .uat-autlogout-content h3 {
font-size: 26px;
margin: 0 0 20px;
}
.uat-autlogout-popup .uat-autlogout-content p {
font-size: 18px;
margin: 0 0 20px;
}
.uat-autlogout-popup .uat-autlogout-content .uat-autlogout-close {
position: absolute;
top: 5px;
right: 5px;
width: 30px;
padding: 0;
height: 30px;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
color: inherit;
outline: none;
box-shadow: none;
border: none;
}