/*** Copyright (c) Microgaming 2022 ***/
/*** VERSION: 2.1.3 ***/
/*** SHA: a95570eecef31f8ba2a73884a1af28fbb5e13c92 ***/
body {
  background: none !important;
}

#viewporter {
  position: fixed !important;
}

#gameCanvas {
  position: fixed;
  height: 100%;
  width: 100%;
}

/* Loading bar */

.meter-wrap {
  position: absolute;
  height: 10px;
  width: 50%;
  bottom: 5%;
  left: 0px;
  right: 0px;
  margin: auto auto;
}
.meter-wrap-bg-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 0px;
  border: 0px !important;
  outline: 0px !important;
  -webkit-appearance:none !important;
}

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

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

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

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

.meter-value {
  margin-top: -9px;
  height: 10px;
  width: 5%;
  margin-left: 0px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.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: #f4c151 !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.meter-bg-bar {
  border-radius: 10px;
  background-color: #f4c151;
  width: 100%;
  height: 8px;
}

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

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

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


/* --- Override the preloader background --- */
#preloader {
  width:100vw;
  height:100vh;
  background-color: #000000;
}

#preloaderBackground {
  z-index: 9999;
  background-repeat: no-repeat;
  background-position:center;
  -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: 100% !important;
  background-size: contain;
  background-color: #000000;
  position: absolute;
  background-image: unset;
}


/* styles css moved to preloader css itself*/
body {
  background: #000;
  margin: 0;
  padding: 0;
  touch-action: none;
  user-select: none;
}

#game {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
#canvasContainer {
  position: fixed;
  left: 0px;
  margin-top: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.meter-bg-container {
    margin: 1px 0px 0px 1px;
    height: 10px;
}
.meter-animation {
    width: 100px;
    height: 8px;
    top: 1px;
    z-index: 100;
    left: 0px;
    opacity: 0.7;
    position: absolute;
    background-image: linear-gradient(to right, rgba(169, 1, 2, 0), #ffffff 50%, #ffffff 75%, rgba(169, 1, 2, 0) 100%);
    animation:  run 1s infinite;
    -webkit-animation:  run 1s infinite;
    -o-animation:  run 1s infinite;
    -ms-animation:  run 1s infinite;
    -moz-animation:  run 1s infinite;
    border-radius:15px;
}
@keyframes run {
  from {left: -20px}
  to {
    left: 100%;
    }
}
@-webkit-keyframes run {
  from {left: -20px}
  to {
    left: 100%;
  }
}

.meter-wrap-bg-left,
.meter-wrap-bg-bar,
.meter-wrap-bg-right {
  border-top: 1px solid #f4c151 !important;
  border-bottom: 1px solid #f4c151 !important;
  background-color: #000000 ;
}

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

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

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

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

/* .meter-bg-bar {
  background-color: #0099cc;
} */

.meter-bg-bar {
  background: #f4c151;
}