/* This CSS file just define some default styles and loaders */
/* You don't need to include it if you're working with your custom overlay loader element */

.loading-overlay {
    display: table;
    opacity: 0.8;
    z-index: 150001 !important;
    top: 0px !important;
}

.loading-overlay-content {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 150001 !important;
    font-family: 'DIN Pro';
}

.loading-overlay.loading-theme-light {
  background-color: #111519;
  color: #fff;
}

.loading-overlay.loading-theme-dark {
  background-color: #111519;
  color: #fff;
}
