/*** COPYRIGHT (c) MICROGAMING 2020 ***/
/*** VERSION: 1.1.5 ***/
/*** SHA: ec71b3f386c722fffdc1c500ba274f49d576b315 ***/
/* --- Temp fix for bootstrap --- */
body {
background: none !important;
}

#viewporter{
	width: auto !important;
}

#game *{
	user-select: none !important;
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
}

/* --- Fix visuallyhidden class so the game does not move up when reg markets items are hidden --- */
.visuallyhidden {
display: none;
}

/* --- Complete and utter override of V's preloader --- */
.meter-wrap {
position: absolute;
height: 14px;
width: 60%;
/*bottom:5%;*/
left: 7px;
right: 0;
margin: auto auto;
}

@media only screen and (min-width: 640px) {
	.meter-wrap {
		bottom:5% !important;
	}
}

@media only screen and (max-width: 639px) {
	.meter-wrap {
		bottom:3% !important;
	}
}

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

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

.meter-wrap-bg-left {
border-radius: 12px 0px 0px 12px;
border-left: 1px solid #42AF1E !important;
width: 12px;
right: 12px;
height: 100%;
top: 0px;
display: none;
}

.meter-wrap-bg-bar {
position: static;
float: left;
width: 98%;
}

.meter-wrap-bg-right {
border-radius: 0px 12px 12px 0px;
border-right: 1px solid #42AF1E !important;
width: 12px;
margin-right: -12px;
height: 100%;
display: none;
}

.meter-value {
margin-top: 2px;
height: 14px;
width: 10%;
margin-left: 1px;
overflow: hidden;
}

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

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

.meter-bg-bar {
border-radius: 10px 10px 10px 10px;
width: 99.5%;
height: 10px;
}

.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;
height: 100%;
margin-right: -10px;
border-radius: 0px 10px 10px 0px;
}

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

@media screen and (orientation: portrait) {
.preloaderBackground {
transform-origin: 0 0;
transform: rotate(90deg);
}
}
