.diag_modal {    display: none; /* Hidden by default */    position: fixed; /* Stay in place */    z-index: 9999919; /* Sit on top */       left: 0;       width: 100%;    height: 100%; /* Full height */    overflow: auto; /* Enable scroll if needed */   /* background-color:  rgba(0, 0, 0, 0.04);*/  }/* Modal Content */.diag_modal-content {        margin: auto;    padding: 20px;       width: 80%;    z-index: 9999919;}.status_wait_dialog{    background-image: url(../images/ico-wait_big.svg);     height: 200px;    width: 200px;    	display:table;    margin:0 auto;    background-repeat: no-repeat;    z-index: 9999919;}/* The Close Button */.diag_close {    color: #aaaaaa;    float: right;    font-size: 28px;    font-weight: bold;   }.diag_close:hover,.diag_close:focus {    color: #000;    text-decoration: none;    cursor: pointer;    }.diag_modal.opened{	display: block !important;}.is_not_mobile_t{        padding-top: calc(10%) !important;    width: 260px;    top: 120px;    left: calc(50%);    }.is_mobile_t{          top: calc(30%) !important;}