/*** Copyright (c) Microgaming 2024 ***/
/*** VERSION: 1.0.1 ***/
/*** SHA: 3a7300d001852730c2274747f734d7643913a75e ***/
body {
  background: none !important;
}

#universalPreloaderContent {
  z-index: 1;
}

/* Loading bar */

.meter-wrap {
  position: absolute;
  height: 10px;
  width: 50%;
  bottom: 0%;
  left: 0px;
  right: 0px;
  margin: auto auto;
}

.meter-wrap-bg-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 0px;
}

.meter-wrap-bg-left,
.meter-wrap-bg-bar,
.meter-wrap-bg-right {
  position: relative;
  float: left;
  height: 100%;
  top: -100%;
  border-top: 1px solid #5489a9 !important;
  border-bottom: 1px solid #5489a9 !important;
  background-color: #000;
  box-sizing: border-box;
}

.meter-wrap-bg-left {
  position: absolute;
  border-radius: 0px 0px 0px 0px;
  border-left: 2px solid #5489a9;
  border-top: 1px solid #5489a9;
  border-bottom: 1px solid #5489a9;
  width: 5%;
  height: 6px;
  left: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.meter-wrap-bg-bar {
  position: absolute;
  border-top: 1px solid #5489a9;
  border-bottom: 1px solid #5489a9;
  width: 92%;
  left: 5%;
  height: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.meter-wrap-bg-right {
  position: absolute;
  border-radius: 0px 0px 0px 0px;
  border-right: 2px solid #5489a9;
  border-top: 1px solid #5489a9;
  border-bottom: 1px solid #5489a9;
  width: 5%;
  left: 95%;
  height: 6px;
  margin: 0px 0px 0px 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.meter-value {
  margin-top: -11px;
  height: 10px;
  width: 10%;
  margin-left: 0px;
  overflow: hidden;
}

.meter-bg-container {
  margin: 2px 0px 0px 2px;
  position: relative;
  padding: 0 0px;
  height: 0px;
}

.meter-bg-bar,
.meter-bg-left,
.meter-bg-right {
  position: relative;
  float: left;
  height: 100%;
  top: 0%;
  box-sizing: border-box;
  background-color: #5489a9 !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.meter-bg-bar {
  border-radius: 0px 0px 0px 0px;
  background-color: #5489a9;
  width: 100%;
  height: 4px;
}

.meter-bg-left {
  display: none;
  visibility: hidden;
  right: 10px;
  width: 10px;
  height: 100%;
  top: 0px;
  border-radius: 0px 0px 0px 0px;
}

.meter-bg-right {
  display: none;
  visibility: hidden;
  width: 10px;
  margin-right: -10px;
  height: 100%;
  border-radius: 0px 0px 0px 0px;
}

.meter-text-value {
  display: none;
  visibility: hidden;
}

/* --- Override the preloader background --- */
#preloaderBackground {
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  height: 100% !important;
  width: 70% !important;
}

@media (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .meter-text-value {
    font-size: 2vmax;
  }
}

@media (orientation: portrait) {
  .meter-wrap {
    bottom: 5%;
  }
}
.meter-wrap-bg-left,
.meter-wrap-bg-bar,
.meter-wrap-bg-right {
  border-top: 1px solid #5489a9 !important;
  border-bottom: 1px solid #5489a9 !important;
  background-color: #000;
}

.meter-wrap-bg-left {
  border-left: 2px solid #5489a9;
  border-top: 1px solid #5489a9;
  border-bottom: 1px solid #5489a9;
}

.meter-wrap-bg-bar {
  border-top: 1px solid #5489a9;
  border-bottom: 1px solid #5489a9;
}

.meter-wrap-bg-right {
  border-right: 2px solid #5489a9;
  border-top: 1px solid #5489a9;
  border-bottom: 1px solid #5489a9;
}

.meter-bg-bar,
.meter-bg-left,
.meter-bg-right {
  background-color: #5489a9 !important;
}

.meter-bg-bar {
  background-color: #5489a9;
}