/*** Copyright (c) Microgaming 2022 ***/
/*** VERSION: 1.1.1 ***/
/*** SHA: 84f5bcac6ef4e25e1ebee3966bca87a88b5c70ea ***/
body {
    background: 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 clock ---
    width: inherit !important;
    height: inherit !important;
    */
#inGameClock.default-clock {
    width: auto !important;
    height: auto !important;
    line-height: 12px !important;
    font-size: 12px !important;
    position: fixed;
    top: 0;
    right: 1px;
    margin: auto;
    height: auto !important;
    width: auto !important;
}
.meter-wrap {
    position: absolute;
    height: 10px;
    width: 50%;
    bottom: 5%;
    left: 0px;
    right: 0;
    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 #FFCF00 !important;
    border-bottom: 1px solid #FFCF00 !important;
    background-color: #000;
    box-sizing: border-box;
}

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

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

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

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

.meter-bg-container {
    margin: 2px 0px 0px 2px;
    position: relative;
    padding: 0 0;
    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: #FFCF00 !important;
    animation: none !important;
}

.meter-bg-bar {
    border-radius: 10px 10px 10px 10px;
    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;
    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);
    }
}
@media screen and (orientation: landscape) {
      
    #viewporter {
      position: fixed !important;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
    }
    
    #viewporter[data-absolute="true"] {
      position: absolute !important;
    } 
} 
#viewporter {
    position: relative;
}