<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-footer table{
    width:100%;
}

.modal-footer table td{
    width: 33%;
    text-align: center;
}

.modal-footer table button{
}

.div-config{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 100;

}

.modal-confirm{
    position: fixed;
    background: transparent;
    /*background: rgba(255,255,255,0.9);*/
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.modal-confirm-box{
    background: white;
    border: 1px solid #aaa;
    min-height: 150px;
    max-width: 750px;
    margin: 40px auto;
}

.modal-confirm-box h1{
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
}

.modal-confirm-box p{
    margin: 10px 20px;
    text-align: center;
}

.modal-confirm-box p{

}

.modal-confirm-box p button{
    margin: 5px 20px;
    min-width: 100px;
}
    .modal-confirm-box{
        width: 85% ;
        margin-top: 15%;
        
        -webkit-box-shadow: 10px 24px 162px -24px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 24px 162px -24px rgba(0,0,0,0.75);
        box-shadow: 10px 24px 162px -24px rgba(0,0,0,0.75);        
    }  

@media (min-width: 1200px) {
    .modal-xlg {
        width: 1200px;
    }

}


.modal{
    z-index: 15050 !important;
}
.select2-container.onmodal{
    z-index: 15051 !important;
}

.modal.front{
    z-index: 1000000 !important;
}</pre></body></html>