@charset "utf-8";

.loading-modal .modal-dialog{
    display: table; position: relative; margin: 0 auto; top: calc(50% - 24px);
}
  
.loading-modal .modal-dialog .modal-content{
    background-color: transparent; border: none;
}