html,
body,
div,
span,
p,
img,
i,
label,
canvas {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    height: 100%;
    width: 100%;
    background-color: black;
    overflow-y: hidden;
}

body {
    line-height: 1;
    user-select: none;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    outline: 0 !important;
    overflow: hidden;
    background-color: black;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    font-family: 'roboto', sans-serif;
    background-color: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
    touch-action: none;
}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto regular';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
}

.loading-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    position: fixed;
    opacity: 1;
    transition: .5s ease-out;
}

.loading-screen img {
    position: absolute;
    top: 30%;
    height: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

#black-screen {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    opacity: 1;
}

.main-section {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#currency {
    opacity: 1;
}

#game-clock {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.5vw;
    border-radius: 0 0 0.3vw 0;
    font-size: 1.15vw;
    border-right: 0.15vw solid rgba(255, 255, 255, 0.7);
    border-bottom: 0.15vw solid rgba(255, 255, 255, 0.7);
}

#game-currency {
    color: white;
    position: absolute;
    top: 0;
    left: 6%;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.5vw;
    border-radius: 0 0 0.3vw 0.3vw;
    font-size: 1.15vw;
    border-right: 0.15vw solid rgba(255, 255, 255, 0.7);
    border-bottom: 0.15vw solid rgba(255, 255, 255, 0.7);
    border-left: 0.15vw solid rgba(255, 255, 255, 0.7);
}

#game-max-rtp-label {
    color: white;
    position: absolute;
    top: 82.5%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5vw;
    font-size: 1.15vw;
    border: 0.3vh solid rgba(244, 244, 244, 0.8);
    border-radius: 5px;
    pointer-events: none;
}

.portrait #game-max-rtp-label {
    top: 88.8%;
    width: 98%;
    text-align: center;
}

.hidden {
    visibility: hidden !important;
    pointer-events: none !important;
}

.hide-box {
    display: none !important;
}

.disabled {
    pointer-events: none !important;
}

.blur {
    filter: blur(0.6vw);
}

#quit-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quit-loading div {
    animation: spin 0.75s linear infinite;
    border: 1vw solid transparent;
    border-bottom: 1vw solid white;
    border-top: 1vw solid white;
    border-radius: 50%;
    width: 7%;
    height: 12.445%;
}
/* ROTATION IN PORTRAIT MODE */

#rotate-device {
    background-color: #000;
    height: 100%;
    width: 100%;
    color: #fff;
    visibility: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rotate-device #device-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 46vw;
    width: 46vw;
    animation: rotate-device 2s ease-out infinite;
}

#rotate-device #device-image #phone-back,
#rotate-device #device-image #phone-back #phone-speaker,
#rotate-device #device-image #phone-back #phone-screen,
#rotate-device #device-image #phone-back #phone-button {
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 70%;
    width: 40%;
    border-radius: 2vw;
}

#rotate-device #device-image #phone-back #phone-speaker {
    background: black;
    top: 5%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    height: 5%;
    width: 8.9%;
    border-radius: 2vw;
}

#rotate-device #device-image #phone-back #phone-screen {
    background: black;
    top: 13%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    height: 71%;
    width: 86%;
    border-radius: 1vw;
}

#rotate-device #device-image #phone-back #phone-button {
    background: black;
    top: auto;
    bottom: 3%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    height: 10%;
    width: 20%;
    border-radius: 0.7vw;
}

@-moz-keyframes rotate-device {
    0% {
        -moz-transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    15% {
        -moz-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    25% {
        -moz-transform: rotate(0deg);
    }
    75%,
    100% {
        -moz-transform: rotate(90deg);
    }
}

@-webkit-keyframes rotate-device {
    0% {
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    25% {
        -webkit-transform: rotate(0deg);
    }
    75%,
    100% {
        -webkit-transform: rotate(90deg);
    }
}

@keyframes rotate-device {
    0% {
        transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    15% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    25% {
        transform: rotate(0deg);
    }
    75%,
    100% {
        transform: rotate(90deg);
    }
}

#rotate-text {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}


/* ROTATION END */.jackpot-wrapper div {
    border: 0.3vh inset;
    border-radius: 5px;
    height: 39.7%;
    bottom: 18%;
    width: 100%;
    font-size: 3vh;
}

#jackpot-type-span {
    width: 100%;
    position: absolute;
    font-size: 2vh;
    text-align: center;
    top: 8%;
    /* text-align: left; */
    /* padding-left: 13%; */
}

#jackpot-value {
    text-align: center;
    /* text-align: left; */
    /* padding-left: 5%; */
    width: 100%;
}

#fireworks {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    background-size: cover;
    visibility: hidden;
    pointer-events: all;
    position: absolute;
    top: 0;
    left: 0;
}

#jackpot-img {
    position: absolute;
    height: 45%;
    top: 22.5%;
    margin: auto;
    left: 0;
    right: 0;
}

#jackpot-type {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 44.8%;
    color: white;
    text-align: center;
    font-size: 2.8vh;
}

#jackpot-amount {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 54%;
    color: white;
    text-align: center;
    font-size: 6vh;
}

#jackpot-popup {
    position: absolute;
    left: 18.5%;
    bottom: 11%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border: 1px solid;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px 1px;
}

#jackpot-popup div p {
    white-space: nowrap;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#jackpot-popup div {
    padding: 0.5vw;
}

#jackpot-popup div.header {
    border: 0.1vw solid;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

#jackpot-popup div.footer {
    border: 0.1vw solid;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

#jackpot-popup div span:nth-child(1) {
    margin-right: 1vw;
}

#jackpot-popup.show {
    opacity: 1;
    bottom: 13%;
}

#light-img,
#light-second-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 56% !important;
    height: 100% !important;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinReverse {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spinReverse {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spinReverse {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/* JACKPOT POPUP */


/* JACKPOT */

.silver-jackpot {
    background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
    background: -webkit-linear-gradient(top, #cedce7 0%, #596a72 100%);
    background: linear-gradient(to bottom, #cedce7 0%, #596a72 100%);
}

.gold-jackpot {
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
}

.platinum-jackpot {
    background: -moz-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
}

.diamond-jackpot {
    background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    background: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    background: linear-gradient(to bottom, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
}

.win-jackpot {
    background: rgba(255, 255, 255, 0.33);
}


/*  */

.silver-jackpot-border {
    border: 20px solid transparent;
    border-image-slice: 1;
    -moz-border-image: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #cedce7 0%, #596a72 100%);
    border-image: linear-gradient(to bottom, #cedce7 0%, #596a72 100%);
}

.gold-jackpot-border {
    border: 20px solid transparent;
    border-image-slice: 1;
    -moz-border-image: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    border-image: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
}

.platinum-jackpot-border {
    border: 20px solid transparent;
    border-image-slice: 1;
    -moz-border-image: -moz-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    -webkit-border-image: -webkit-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    border-image: linear-gradient(to bottom, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
}

.diamond-jackpot-border {
    border: 20px solid transparent;
    border-image-slice: 1;
    -moz-border-image: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    border-image: linear-gradient(to bottom, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
}

.silver-jackpot,
.gold-jackpot,
.platinum-jackpot,
.diamond-jackpot {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-moz-keyframes shake-animation {
    0% {
        -moz-transform: translate(2px, 1px) rotate(0deg);
    }

    11% {
        -moz-transform: translate(-1px, -2px) rotate(-3deg);
    }

    22% {
        -moz-transform: translate(-3px, 0px) rotate(3deg);
    }

    33% {
        -moz-transform: translate(0px, 2px) rotate(0deg);
    }

    44% {
        -moz-transform: translate(1px, -1px) rotate(3deg);
    }

    55% {
        -moz-transform: translate(-1px, 2px) rotate(-3deg);
    }

    66% {
        -moz-transform: translate(-3px, 1px) rotate(0deg);
    }

    77% {
        -moz-transform: translate(2px, 1px) rotate(-3deg);
    }

    88% {
        -moz-transform: translate(-1px, -1px) rotate(3deg);
    }

    100% {
        -moz-transform: translate(2px, 2px) rotate(0deg);
    }
}

@-ms-keyframes shake-animation {
    0% {
        -ms-transform: translate(2px, 1px) rotate(0deg);
    }

    11% {
        -ms-transform: translate(-1px, -2px) rotate(-3deg);
    }

    22% {
        -ms-transform: translate(-3px, 0px) rotate(3deg);
    }

    33% {
        -ms-transform: translate(0px, 2px) rotate(0deg);
    }

    44% {
        -ms-transform: translate(1px, -1px) rotate(3deg);
    }

    55% {
        -ms-transform: translate(-1px, 2px) rotate(-3deg);
    }

    66% {
        -ms-transform: translate(-3px, 1px) rotate(0deg);
    }

    77% {
        -ms-transform: translate(2px, 1px) rotate(-3deg);
    }

    88% {
        -ms-transform: translate(-1px, -1px) rotate(3deg);
    }

    100% {
        -ms-transform: translate(2px, 2px) rotate(0deg);
    }
}

@-webkit-keyframes shake-animation {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    11% {
        -webkit-transform: translate(-1px, -2px) rotate(-3deg);
    }

    22% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    33% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    44% {
        -webkit-transform: translate(1px, -1px) rotate(3deg);
    }

    55% {
        -webkit-transform: translate(-1px, 2px) rotate(-3deg);
    }

    66% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    77% {
        -webkit-transform: translate(2px, 1px) rotate(-3deg);
    }

    88% {
        -webkit-transform: translate(-1px, -1px) rotate(3deg);
    }

    100% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
}

@keyframes shake-animation {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    11% {
        transform: translate(-1px, -2px) rotate(-3deg);
    }

    22% {
        transform: translate(-3px, 0px) rotate(3deg);
    }

    33% {
        transform: translate(0px, 2px) rotate(0deg);
    }

    44% {
        transform: translate(1px, -1px) rotate(3deg);
    }

    55% {
        transform: translate(-1px, 2px) rotate(-3deg);
    }

    66% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    77% {
        transform: translate(2px, 1px) rotate(-3deg);
    }

    88% {
        transform: translate(-1px, -1px) rotate(3deg);
    }

    100% {
        transform: translate(2px, 2px) rotate(0deg);
    }
}

.shake {
    -moz-animation-name: shake-animation;
    -ms-animation-name: shake-animation;
    -webkit-animation-name: shake-animation;
    animation-name: shake-animation;
    -moz-animation-duration: 2s;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 2s;
    -ms-transform-origin: 50% 50%;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-duration: 2s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.08);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes gold_shadow {
    0% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0), rgba(0, 0, 0, 0));
    }

    10% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0), rgba(0, 0, 0, 0));
    }

    20% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0), rgba(0, 0, 0, 0));
    }

    30% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0.4), rgba(0, 0, 0, 0));
    }

    40% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0.7), rgba(0, 0, 0, 0));
    }

    50% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0.4), rgba(0, 0, 0, 0));
    }

    60% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0), rgba(0, 0, 0, 0));
    }

    70% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0), rgba(0, 0, 0, 0));
    }

    80% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0), rgba(0, 0, 0, 0));
    }

    100% {
        background: radial-gradient(farthest-side,rgba(248, 181, 0, 0), rgba(0, 0, 0, 0));
    }
}
@keyframes silver_shadow {
    0% {
        background: radial-gradient(farthest-side,rgba(89, 106, 114, 0), rgba(0, 0, 0, 0));
    }

    10% {
        background: radial-gradient(farthest-side,rgba(89, 106, 114, 0), rgba(0, 0, 0, 0));
    }

    20% {
        background: radial-gradient(farthest-side,rgba(89, 106, 114, 0), rgba(0, 0, 0, 0));
    }

    30% {
        background: radial-gradient(farthest-side,rgba(116, 144, 143, 0.6), rgba(0, 0, 0, 0));
    }

    40% {
        background: radial-gradient(farthest-side,rgba(116, 144, 143, 0.9), rgba(0, 0, 0, 0));
    }

    50% {
        background: radial-gradient(farthest-side,rgba(116, 144, 143, 0.6), rgba(0, 0, 0, 0));
    }

    60% {
        background: radial-gradient(farthest-side,rgba(89, 106, 114, 0), rgba(0, 0, 0, 0));
    }

    70% {
        background: radial-gradient(farthest-side,rgba(89, 106, 114, 0), rgba(0, 0, 0, 0));
    }

    80% {
        background: radial-gradient(farthest-side,rgba(89, 106, 114, 0), rgba(0, 0, 0, 0));
    }

    100% {
        background: radial-gradient(farthest-side,rgba(89, 106, 114, 0), rgba(0, 0, 0, 0));
    }
}
@keyframes platinum_shadow {
    0% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0), rgba(0, 0, 0, 0));
    }

    10% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0), rgba(0, 0, 0, 0));
    }

    20% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0), rgba(0, 0, 0, 0));
    }

    35% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0.4), rgba(0, 0, 0, 0));
    }

    40% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0.7), rgba(0, 0, 0, 0));
    }

    45% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0.4), rgba(0, 0, 0, 0));
    }

    60% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0), rgba(0, 0, 0, 0));
    }

    70% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0), rgba(0, 0, 0, 0));
    }

    80% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0), rgba(0, 0, 0, 0));
    }

    100% {
        background: radial-gradient(farthest-side,rgba(181, 198, 208, 0), rgba(0, 0, 0, 0));
    }
}
@keyframes diamond_shadow {
    0% {
        background: radial-gradient(farthest-side, rgba(33, 180, 226, 0), rgba(0, 0, 0, 0));
    }

    10% {
        background: radial-gradient(farthest-side, rgba(33, 180, 226, 0), rgba(0, 0, 0, 0));
    }

    20% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0), rgba(0, 0, 0, 0));
    }

    30% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0.4), rgba(0, 0, 0, 0));
    }

    40% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0.7), rgba(0, 0, 0, 0));
    }

    50% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0.4), rgba(0, 0, 0, 0));
    }

    60% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0), rgba(0, 0, 0, 0));
    }

    70% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0), rgba(0, 0, 0, 0));
    }

    80% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0), rgba(0, 0, 0, 0));
    }

    100% {
        background: radial-gradient(farthest-side,rgba(33, 180, 226, 0), rgba(0, 0, 0, 0));
    }
}

.pulse_animation {
    animation-name: pulse_animation;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.shadow_silver_animation {
    animation: silver_shadow 1000ms linear infinite;
}

.shadow_gold_animation {
    animation: gold_shadow 1000ms linear infinite;
}

.shadow_platinum_animation {
    animation: platinum_shadow 1000ms linear infinite;
}

.shadow_diamond_animation {
    animation: diamond_shadow 1000ms linear infinite;
}/* AUTOPLAY */

#auto-play-modal {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 60%;
    pointer-events: none;
    visibility: hidden;
    background: black;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    color: white;
}

#auto-play-games-wrapper {
    margin-bottom: 0.3vw;
    text-align: center;
    width: 100%;
    height: 19%;
    top: 6.8%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

#auto-play-games-wrapper>div:nth-child(1),
#auto-play-games-wrapper>div:nth-child(3) {
    cursor: pointer;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 0.3vw;
}

#auto-play-games-wrapper>div:nth-child(2) {
    padding: 0.3vw 2.3vw 0.3vw 2.3vw;
}

#auto-play-quick-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: 1.3vw;
    top: 26%;
    width: 100%;
}

#auto-play-rules-wrapper {
    width: 100%;
    height: 50%;
    text-align: center;
    top: 34%;
}

#auto-play-rules-wrapper>div:nth-child(1) {
    margin-bottom: 0.5vw;
}

#auto-play-rules-wrapper>div {
    position: relative;
}

.auto-play-elements-wrapper {
    display: flex;
    width: 100%;
    height: 19%;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    color: #848484;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

#auto-play-buttons {
    position: absolute;
    bottom: 5%;
    cursor: pointer;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.8);
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

#auto-play-buttons>.button {
    padding: 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 1.2vw;
    border-radius: 0.2vw;
    border: 0.15vw solid rgba(255, 255, 255, 0.8);
}

.auto-play-elements-wrapper>div {
    margin-left: 0.7vw;
    cursor: pointer;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 0.3vw;
}

.auto-play-elements-wrapper>input:nth-child(2) {
    margin-left: 1.5vw;
}

.auto-play-elements-wrapper>* {
    cursor: pointer;
}

.auto-play-elements-wrapper>label {
    width: 30%;
    text-align: left;
}

#auto-play-quick-wrapper>.auto-play-elements-wrapper>label,
#any-win-lang {
    width: auto;
    text-align: center;
}

.auto-play-elements-wrapper>input[type='checkbox'] {
    margin: 0 0.5vw 0 0;
    width: 1vw;
    height: 1vw;
}

.auto-play-elements-wrapper>input:nth-child(3) {
    margin-left: 1.5vw;
    font-size: 1.3vw;
    background: currentColor;
    color: white;
    border: 1px solid white;
    text-align: center;
    border-radius: 0.2vw;
    color: #848484;
    border-color: #848484;
    height: 0.2em;
}

#auto-play-modal>div {
    position: absolute;
}

#nor-title {
    background: #232323;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.647%;
    font-size: 1.3vw;
    border-radius: 5px 5px 0 0;
}

#auto-play-games-decrease {
    border-right: none !important;
    border-radius: 5px 0 0 5px;
}

#auto-play-games-increase {
    border-left: none !important;
    border-radius: 0 5px 5px 0;
}

#auto-play-games-decrease,
#auto-play-games-increase {
    cursor: pointer;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    width: 12%;
}

#auto-play-games-decrease:active,
#auto-play-games-increase:active {
    transform: none !important;
}

#auto-play-games-wrapper>div {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#auto-play-games-number {
    width: 30%;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
}

#sap-title {
    margin-bottom: 1vw;
    padding: 0.5vw;
    background: #232323;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #303030 !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #303030 !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #303030 !important;
}

input:-ms-input-placeholder {
    color: #303030 !important;
}

.disabledAutoSection {
    pointer-events: none;
    opacity: 0.4;
}

.slider-value {
    margin-left: 1.5vw;
    width: 7vw;
}


/* Slider style start */

input[type=range] {
    -webkit-appearance: none;
    width: 27%;
    border: none !important;
    opacity: 0.5;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5.8px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
    height: 1vw;
    width: 0.95vw;
    border-radius: 50%;
    background: #000000;
    border: 0.1vw solid white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -0.27vw;
}

input[type=range]::-moz-range-thumb {
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
    background: #000000;
    border: 0.1vw solid white;
    cursor: pointer;
    margin-top: -6px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5.8px;
    background: transparent;
    border-color: transparent;
    border-radius: 25px;
    border-width: 6px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: white;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: white;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 8vw;
    width: 8vw;
    margin-top: 1px;
    border-radius: 50%;
    border: 0.1vw solid white;
    background: black;
}/*DIALOG GENERAL*/


/*Dialog start*/

.dialog {
    /*from .modal in main.css*/
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    color: white !important;
    top: 0;
    right: 0;
    text-align: center;
    /*from .middle in main.css*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Dialog end*/


/*Text start*/

.dialog-transparent {
    background: rgba(0, 0, 0, 0.5);
}

.dialog-text-big .dialog-text-small {
    text-align: center;
}

.dialog-text-big {
    font-size: 3vw;
    margin-bottom: 2vw;
}

.dialog-text-small {
    font-size: 2.5vh;
}


/*Text end*/


/*Buttons start*/

.dialog-button-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.dialog-button {
    text-align: center;
    font-size: 4vh;
    height: 3.5vw;
    min-width: 8vw;
    margin: 2vw;
    padding: 0.6vw 1.6vw 0.6vw 1.6vw;
    cursor: pointer;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    border-radius: 1vh;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

.dialog-ok-button {
    background: rgba(0, 0, 0, 0.8);
}

.dialog-yes-button {
    background: limegreen;
}

.dialog-no-button {
    background: tomato;
}


/*Buttons end*/


/*DIALOG GENERAL END*/#help-screen {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    -webkit-overflow-scrolling: touch;
}

#help-content {
    left: 0;
    top: 0;
    color: white;
    background-color: #242424;
    box-shadow: 0px 0px 30px 13px rgb(0, 0, 0);
    border: 1px solid #393939;
    padding: 1%;
    margin: 5% 15%;
}

#help-content img {
    max-width: 100%;
}

#help-content h2 {
    margin: 1em 0;
    text-transform: uppercase;
    text-align: center;
}

#help-content p {
    text-align: center;
    font-family: 'roboto regular';
    font-size: 2vw;
}

#help-content div {
    text-align: center;
    font-family: 'roboto regular';
}

#help-content .value-wrapper p {
    text-align: left;
}

#help-content div ul {
    text-align: center;
}

#help-controls-desc, #jackpot-text {
    font-size: 2vw;
    font-family: 'roboto regular';
    text-align: center;
}

#help-controls-desc ul {
    padding: 0 1vw;
}

#help-controls-desc ul li {
    margin: 0.25em 0;
}

#help-content div ul li {
    margin-top: 2%;
}

#jackpot-text ul {
    text-align: center !important;
}

p img {
    width: 1em;
    vertical-align: middle;
}

#table {
    margin: 1em auto;
    padding: 2% 0;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1px;
}

#table.uc {
    display: flex;
    align-items: center;
}

#table p {
    margin: 0.4em 0 0 0;
}

#table .col {
    width: 100%;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#table .col:nth-child(1) {
    grid-column: 1;
}

#table .col:nth-child(2) {
    grid-column: 2;
}

#table .col:nth-child(3) {
    grid-column: 3;
}

#table .col .cell {
    width: 100%;
    margin: 0.5em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex: 1;
}

#table .col .cell img {
    max-height: 4em;
}

#table .col .cell p img {
    width: 11%;
    vertical-align: middle;
}

#table .col .cell .value-wrapper {
    color: yellow;
    margin: 4% 0 0 0;
}

#table .col .cell .value-wrapper p span {
    color: white !important;
}

#table .col .cell .value-wrapper {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.6em;
    border-radius: 0.4em;
    margin-top: 0.7em;
}

#game-lines {
    margin: 3% 0;
}

#game-lines img {
    width: 100%;
}

#scrollbar {
    visibility: hidden;
    position: absolute;
    top: 22%;
    right: 12%;
    background: rgba(169, 169, 169, 0.49);
    width: 0.8%;
    height: 60%;
    border-radius: 50px;
    box-shadow: 0 0 26px 6px rgb(0, 0, 0);
    cursor: pointer;
}

#scroll {
    position: absolute;
    background: #9c9c9c;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    border-radius: 50px;
    transition: background 0.3s;
}

#scroll.active {
    background: white;
}

#close-help-screen {
    visibility: hidden;
    position: absolute;
    top: 11%;
    right: 11.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.62);
    border-radius: 90px;
    pointer-events: none;
    text-shadow: 0px 0px 30px rgb(0, 0, 0);
}

#game-title-help-screen {
    visibility: hidden;
    position: absolute;
    top: 3.8%;
    left: 0;
    width: 14.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c9c9c9;
    border-radius: 90px;
    pointer-events: none;
    text-shadow: 0 0 30px rgb(0, 0, 0);
}

.version-label {
    position: absolute;
    right: 5%;
    bottom: 4%;
    color: white;
}

@media all and (min-width: 989px) {
    #scroll:hover {
        background: white;
    }
}@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto.ttf') format('truetype');
}

@font-face {
    font-family: 'icons';
    src: url('fonts/icons.ttf') format('truetype');
}

@font-face {
    font-family: 'cir';
    src: url('fonts/cirHELVn-CrnKond-E.ttf') format('truetype');
}

.icon {
    font-family: 'icons';
}

.icon-11 {
    opacity: 0.3;
}

.icon {
    font-family: 'icons';
}

.icon-11 {
    opacity: 0.3;
}

.icon-1:before {
    content: "\e900";
}

.icon-2:before {
    content: "\e901";
}

.icon-3:before {
    content: "\e902";
}

.icon-4:before {
    content: "\e903";
}

.icon-5:before {
    content: "\e904";
}

.icon-6:before {
    content: "\e905";
}

.icon-7:before {
    content: "\e906";
}

.icon-8:before {
    content: "\e907";
}

.icon-9:before {
    content: "\e908";
}

.icon-10:before {
    content: "\e909";
}

.icon-11:before {
    content: "\e90a";
}

.icon-12:before {
    content: "\e90b";
}

.icon-13:before {
    content: "\e90c";
}

.icon-14:before {
    content: "\e90d";
}

.icon-15:before {
    content: "\e90e";
}

.icon-16:before {
    content: "\e90f";
}

.icon-17:before {
    content: "\e910";
}

.icon-18:before {
    content: "\e911";
}

body {
    font-family: 'roboto', sans-serif;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    position: relative;
}

#main-content {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 76%, rgba(10, 10, 10, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(76%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(10, 10, 10, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 76%, rgba(10, 10, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 76%, rgba(10, 10, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 76%, rgba(10, 10, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 76%, rgba(10, 10, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0a0a0a', GradientType=0);
    position: absolute;
    width: 100%;
    height: 100%;
}

#jackpot-popup {
    left: 3%;
    top: 42%;
    bottom: auto !important;
}

#jackpot-popup.show {
    opacity: 1;
    top: 44%;
}

#jackpot-amount {
    top: 53%;
}

.labels {
    position: absolute;
    top: 37.8%;
    width: 100%;
    height: auto;
}

#jackpot-type-span {
    width: 100%;
    position: relative !important;
    text-align: center;
    top: 0;
    padding-left: 0;
    color: white;
    font-size: 1.2vw;
}

.jackpot,
.credits {
    float: left;
    height: 100%;
    width: 10%;
    margin-left: 2%;
}

.bets,
.wins {
    float: right;
    height: 100%;
    width: 10%;
    margin-right: 2%;
}

#bet-title,
#win-title,
.credits div:nth-child(1) {
    color: white;
    font-size: 1.2vw;
    width: 100%;
    text-align: center;
}

.jackpot-value,
.credit-value,
.totalbet-text-wrapper,
.win-text-wrapper {
    color: white;
    width: 100%;
    text-align: center;
}

#jackpot-value {
    color: white;
    width: auto;
    text-align: center;
    padding: 0;
}

.button {
    font-size: calc(1.3vmax + 1.3vmin);
    border-radius: 5px;
    border: 0.4vh solid rgba(255, 255, 255, 0.75);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

#auto-play-button {
    color: white;
}

#options {
    position: absolute;
    display: flex;
    top: 8%;
    left: 0%;
    width: 30%;
    height: 9%;
}

.optButtons {
    position: relative;
    height: auto;
    padding: 0% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0.4vh solid rgba(255, 255, 255, 0.75);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.85);
}

#fullscreen-button {
    position: absolute;
    height: 8.4%;
    width: 5%;
    top: 22%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.4vh solid rgba(255, 255, 255, 0.75);
    border-radius: 0 2vh 2vh 0;
    background: rgba(0, 0, 0, 0.6);
    color: deeppink;
}

#volume-button {
    color: yellow;
}

#info-button {
    color: dodgerblue;
}

.denomination-button {
    color: #eee;
}

#denomination-popup-roulette {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    height: auto;
    border: 0.2vw solid rgba(255, 255, 255, 0.8);
    border-top: none !important;
    border-radius: 0 0 0.3vw 0.3vw;
    background: rgba(0, 0, 0, 0.85);
    transition: opacity 0.3s;
}

#denomination-popup-roulette.show {
    pointer-events: all;
    opacity: 1;
}

#credit-title {
    opacity: 0.3;
}

.credits {
    color: white;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

#stat-button {
    color: #00ff50;
}

.options-button {
    color: #eee;
    border-radius: 0 2vh 2vh 0;
    width: auto !important;
    padding: 4.6% !important;
}

.optButtons:active {
    background: rgb(255, 255, 255) !important;
    color: black !important;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}

#volume-button {
    border-right: none !important;
}

#info-button,
.denomination-button.optButtons,
#stat-button {
    border-left: none !important;
    border-right: none !important;
}

.denomination-button>span {
    position: absolute;
    top: 13%;
}

.denomination-button>div {
    position: absolute;
    top: 50%;
    font-size: calc(0.7vmax + 0.7vmin);
}

.denomination-button>div>p {
    display: inline-block;
}

.history-line {
    position: absolute;
    border: 2px solid rgba(68, 68, 68, 0.8);
    width: 50%;
    height: 4.5%;
    left: 25%;
    border-radius: 5px;
    top: 38.3%;
}

.history-blink {
    position: absolute;
    background-size: cover;
    background-image: url('images/history-blink.png');
    animation: blinker 1s infinite;
}

/* BOARD */

.table-wrapper {
    position: absolute;
    width: 64.13%;
    height: 41%;
    top: 45%;
    left: 17.935%;
    pointer-events: all;
    background: url('images/table-roulette.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s linear;
}

#table-selection {
    pointer-events: none;
    opacity: 0.4;
}

#wins-canvas {
    pointer-events: none;
}

#chips-canvas {
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.board-wrapper,
.board-chip-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

#f44 {
    left: 21.4%;
}

#f47 {
    left: 64.3%;
}

.defaultField {
    position: absolute;
    color: #fefdfe;
    border-radius: 5px;
    display: flex;
    width: 14%;
    height: 18.714%;
    top: 80.4%;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

/* Used for blinking animation*/

.blinker {
    animation: blinker 1s infinite;
    -webkit-animation: blinker 1s infinite;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.info-blink {
    animation: info-blinker 1s infinite;
    -webkit-animation: info-blinker 1s infinite;
}

@keyframes info-blinker {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes info-blinker {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.defaultField.red {
    background: -moz-linear-gradient(top, #e20005 0%, #7c0407 100%);
    background: -webkit-linear-gradient(top, #e20005 0%, #7c0407 100%);
    background: linear-gradient(to bottom, #e20005 0%, #7c0407 100%);
}

.defaultField.green {
    background: -moz-linear-gradient(top, #34a807 0%, #1a5802 100%);
    background: -webkit-linear-gradient(top, #34a807 0%, #1a5802 100%);
    background: linear-gradient(to bottom, #34a807 0%, #1a5802 100%);
}

.defaultField.gray {
    background: -webkit-linear-gradient(#4f4e51 0%, #19171c 100%);
    background: -o-linear-gradient(#4f4e51 0%, #19171c 100%);
    background: linear-gradient(#4f4e51 0%, #19171c 100%);
}

/* progress bar */

.progress-bar-wrapper {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 2.5%;
    bottom: 0;
    background: black;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.red-gradient {
    background: -moz-linear-gradient(left, #aa0000 0%, #000000 51%, #aa0000 100%);
    background: -webkit-linear-gradient(left, #aa0000 0%, #000000 51%, #aa0000 100%);
    background: linear-gradient(to left, #aa0000 0%, #000000 51%, #aa0000 100%);
}

.progress-bar {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}

.overlap {
    background-color: green;
}

#status {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'roboto regular', sans-serif;
    font-size: calc(0.43vmax + 0.43vmin);
    top: 0;
}

.quit-button {
    position: absolute;
    height: 9%;
    width: 5%;
    top: 8%;
    right: 0;
    border-top: 0.4vh solid rgba(255, 255, 255, 0.75);
    border-right: 0.4vh solid rgba(255, 255, 255, 0.75);
    border-radius: 2vh 0 0 2vh;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    font-size: 4vh;
    border: 0.4vh solid rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 2vh;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.button:active {
    background: rgba(255, 255, 255, 0.5) !important;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transition-duration: 0.2s;
    -webkit-transform: scale(0.95);
    -moz-transition-duration: 0.2s;
    -moz-transform: scale(0.95);
    -o-transition-duration: 0.2s;
    -o-transform: scale(0.95);
}

#fullscreen-button {
    color: deeppink !important;
}

#denomination-popup-roulette .denomination-popup-item {
    display: flex;
    width: 100%;
    padding: 0.8vw 0 0.8vw 0;
    justify-content: center;
    cursor: pointer;
    color: white;
    text-align: center;
    font-size: 0.8vw;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

#denomination-popup-roulette .denomination-popup-item:active,
#denomination-popup-roulette .denomination-popup-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.button:active,
.quit-button:active {
    background: rgba(255, 255, 255, 0.5) !important;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition-duration: 0.2s;
    transition: background-color 0.5s ease;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transition-duration: 0.2s;
    -moz-transform: scale(0.95);
    -o-transition-duration: 0.2s;
    -o-transform: scale(0.95);
}

.bottomButton {
    padding: 2%;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.bottomButton>i {
    font-size: 1.3vw;
}

.bottomButton>span {
    margin-left: 5%;
    font-size: 0.9vw;
}

#left-bottom-button-wrapper {
    position: absolute;
    bottom: 4.5%;
    width: 30.8%;
    height: 6%;
    left: 2%;
    display: flex;
}

#left-bottom-button-wrapper>.bottomButton {
    width: 19%;
    margin-right: 2%;
    border: 0.2vh solid rgba(255, 255, 255, 0.75);
}

#right-bottom-button-wrapper {
    position: absolute;
    bottom: 4.5%;
    width: 30.8%;
    height: 6%;
    right: 2%;
    display: flex;
    justify-content: flex-end;
}

#right-bottom-button-wrapper>.bottomButton {
    width: 19%;
    margin-left: 2%;
    border: 0.2vh solid rgba(255, 255, 255, 0.75);
}

#left-top-button-wrapper {
    position: absolute;
    bottom: 10.8%;
    width: 7.085%;
    height: 36.5%;
    left: 2.05%;
    display: flex;
    flex-direction: column-reverse;
}

#left-top-button-wrapper>.bottomButton {
    max-width: 100%;
    height: 14.009%;
    margin-bottom: 11%;
    border: 0.2vh solid rgba(255, 255, 255, 0.75);
}

#right-top-button-wrapper {
    position: absolute;
    bottom: 10.8%;
    width: 7.085%;
    height: 36.5%;
    right: 2%;
    display: flex;
    flex-direction: column-reverse;
}

#right-top-button-wrapper>.bottomButton {
    max-width: 100%;
    height: 14.009%;
    margin-bottom: 11%;
    border: 0.2vh solid rgba(255, 255, 255, 0.75);
}

#chips-wrapper {
    position: absolute;
    width: 28.6%;
    height: 10%;
    bottom: 3.5%;
    left: 35.7%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.chip {
    background-size: cover;
    height: 100%;
    min-width: 5vw;
    display: flex;
    position: relative;
    font-size: 1vw;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.75;
    perspective: 150px;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.chip-button {
    color: white;
    font-size: 2vw;
    position: absolute;
    top: 89.1%;
    cursor: pointer;
    padding: 1vw;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

#left-chip-button {
    left: 32.4%;
    opacity: 0.4;
}

#right-chip-button {
    right: 32.4%;
}

.chip>span {
    transform: rotateX(52deg);
}

#chip1 {
    color: #ca9600;
    background-image: url('images/chips/chip1.png');
}

#chip2 {
    color: #b83900;
    background-image: url('images/chips/chip2.png');
}

#chip3 {
    color: #007100;
    background-image: url('images/chips/chip3.png');
}

#chip4 {
    color: #980000;
    background-image: url('images/chips/chip4.png');
}

#chip5 {
    color: #0b0b0b;
    background-image: url('images/chips/chip5.png');
}

#chip6 {
    color: #0021b2;
    background-image: url('images/chips/chip6.png');
}

#chip7 {
    color: #513418;
    background-image: url('images/chips/chip7.png');
}

#chip8 {
    color: #33164a;
    background-image: url('images/chips/chip8.png');
}

#chip9 {
    color: #0c5d5d;
    background-image: url('images/chips/chip9.png');
}

#chip10 {
    color: #be12b2;
    background-image: url('images/chips/chip10.png');
}

.special-button {
    position: absolute;
    width: 5.65%;
    height: 10%;
    background-image: url('images/race-bet.png');
    background-size: contain;
    top: 73%;
    cursor: pointer;
    background-repeat: no-repeat;
    font-size: 0.8vw;
    border: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.special-button.left {
    left: 12.9%;
}

.special-button.right {
    left: 81.7%;
}

.stream-message {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    color: white;
}

#show-stream-button {
    display: flex;
    left: 0%;
    position: absolute;
    height: 8%;
    width: 4.8%;
    font-size: 1vw;
    background: rgba(0, 0, 0, 0.85);
    border: 0.4vh solid rgba(255, 255, 255, 0.75);
    top: 38.4%;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 1vw 1vw 0;
    visibility: hidden;
}

.stream-wrapper {
    position: absolute;
    width: 36.7%;
    height: 36.7%;
    top: 1%;
    left: 31.65%;
    background: #0F1010;
    border-radius: 0.7vw;
    /* border: 1px solid #363636; */
}

.stream-wrapper:after {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.6vw;
    border: 1px solid #363636;
}

.stream-wrapper>canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0.7vw;
}

#stream-numbers-wrapper {
    visibility: hidden;
}

#stream-controls {
    visibility: hidden;
}

.stream-desktop-controls {
    position: absolute;
    visibility: visible;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5vw;
    height: 2.5vw;
    bottom: 1.6%;
    background: rgba(0, 0, 0, 0.57);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1vw;
    border: solid 1px rgba(255, 255, 255, 0.21);
}

#change-stream-desktop {
    right: 0.9%;
}

#play-pause-stream-desktop {
    left: 0.9%;
}

.stream-desktop-controls:active {
    color: white;
    background: rgba(255, 255, 255, 0.35);
}

/**** MODALS ****/

.processing-loader {
    border: 1vw solid transparent;
    border-bottom: 1vw solid white;
    border-top: 1vw solid white;
    border-radius: 50%;
    width: 7%;
    height: 12.445%;
}

#processing-label {
    color: white;
    position: absolute;
    top: 61%;
    font-size: 1.5vw;
    width: 100%;
    left: 0;
}

/* MODALS END */

/* HELP ADDITIONAL STYLE ----------------------------------------- */

#help-content p {
    text-align: justify;
}

#help-content img {
    width: 100%;
}

#help-bets-rules {
    width: 100%;
    display: grid;
    grid-column-gap: 1em;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

#help-bets-rules p,
#help-bets-chances>div>p {
    text-align: left !important;
}

#help-bets-rules img,
#help-bets-rules p,
#help-race-bet img,
#help-race-bet p,
#help-poker-bet img,
#help-poker-bet p {
    display: flex;
    justify-content: center;
    align-self: center;
}

#table-race-buttons {
    display: flex;
    flex-direction: row;
}

#help-bets-chances {
    width: 100%;
    display: grid;
    grid-column-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

#help-race-bet,
#help-poker-bet {
    width: 100%;
    display: grid;
    grid-column-gap: 1em;
    grid-template-columns: 15% 81%;
    grid-template-rows: repeat(1, 1fr);
}

.help-icons {
    display: inline-block !important;
}

#help-buttons {
    width: 100%;
}

#help-buttons div {
    display: flex;
    justify-content: space-between;
}

#help-buttons div i {
    width: 1.2em;
}

#help-buttons div p:nth-child(2) {
    flex: 1;
    margin-right: 0.5vw;
}

#help-buttons div p:nth-child(3) {
    width: 75%;
}

#help-buttons i,
#help-buttons p {
    display: flex;
    align-self: center;
}

#help-buttons-series,
#help-buttons-special-bets,
#help-buttons-options {
    background: rgba(0, 0, 0, 0.35);
    background: linear-gradient(to right, #00000000, #161616, transparent);
    padding: 0.2em 0;
    margin: 0.8em 0;
}

#help-chips {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#help-chips img {
    width: 60%;
}

#help-credit-section {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    text-align: center;
    align-items: center;
    border-radius: 1em;
    background: black;
    padding: 1em 0;
}

#help-timer {
    width: 100%;
    position: relative;
    border: 1px solid #535353;
    display: flex;
    justify-content: center;
    align-items: center;
}

#help-timer-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 100%;
    background: green;
}

#help-timer-label {
    position: relative;
    margin: 0.3em 0;
    font-family: 'roboto regular', sans-serif;
    text-transform: uppercase;
}

table {
    font-family: 'roboto regular', sans-serif;
    width: 100%;
    text-align: center;
    border-spacing: 0;
    border: 1px solid #474747;
}

#help-poker-table {
    width: 50%;
    margin: auto;
}

table tr td {
    border: 1px solid #383838;
    padding: 0.2em;
}

#help-table-play,
#help-table-win-1,
#help-table-win-2,
#help-table-win-3,
#help-poker-table-outcome,
#help-poker-table-win,
#help-poker-table-min,
#help-poker-table-max,
#help-table-win,
#help-table-min,
#help-table-max {
    font-weight: bold;
    background: #171717;
    padding: 0.3em 0;
}

#help-table-roulette,
#help-table-game-prizes,
#help-poker-table-title,
#help-poker-table-limits,
#help-table-bet-limits {
    font-weight: bold;
    text-transform: uppercase;
    background: #171717;
    padding: 0.3em 0;
}

#help-max-bet-description,
#help-max-win-description {
    display: inline-block;
}

#help-race-bet-board-description,
#help-poker-bet-board-description,
#help-timer-description,
#help-22-numbers-description,
#help-bonus,
#help-malfunction,
.rtp, .hit-rate {
    text-align: center !important;
}

#help-buttons-series,
#help-buttons-special-bets,
#help-buttons-options,
#help-malfunction {
    justify-content: center;
    grid-column: 1/4;
}

#help-content.uc #help-bets-rules {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 24em;
}

#help-content.uc #help-bets-rules img {
    max-width: 4em;
    margin: 4% 0;
}

#help-content.uc #help-bets-chances {
    display: flex;
    justify-content: space-between;
}

#help-content.uc #help-bets-chances div {
    width: 33%;
}

#help-content.uc #help-bets-chances div img {
    width: 100%;
}

#help-content.uc #help-race-bet,
#help-content.uc #help-poker-bet {
    width: 100%;
    display: flex;
}

#help-content.uc #help-race-bet img,
#help-content.uc #help-poker-bet img {
    width: 15% !important;
    margin-right: 3%;
}

#help-content.uc #help-credit-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#help-content.uc #help-credit-section span,
#help-content.uc #help-credit-section div {
    width: 30%;
}

/* HELP END */

#rotate-device {
    display: flex;
    justify-content: center;
    text-align: center;
}

#rotate-device>img {
    height: 100%;
}

#watermark {
    color: white;
    font-family: 'roboto regular', sans-serif;
    position: absolute;
    top: 0;
    right: 1%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
}

/* Slider style end */

.win-number-animation {
    animation: win-blinker 1s infinite;
    -webkit-animation: win-blinker 1s infinite;
}

#illegal-bet-div {
    padding-bottom: 20%;
}

#illegal-bet-container {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -webkit-radial-gradient(black, rgba(0, 0, 0, 0));
    color: red;
}

.progress-bar-roulette{
    width: 100%;
    height: 100%;
    background: transparent;
}

.bar-roulette {
    width: 0;
    height: 100%;
    transition: width;
    transition-duration: 0;
    transition-timing-function: linear;
}

@keyframes win-blinker {
    0% {
        opacity: 0.5;
    }

    35% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@media all and (max-width: 1030px) {
    input[type=range]::-webkit-slider-thumb {
        height: 2vw;
        width: 2vw;
        margin-top: -0.7vw;
    }

    input[type=range]::-moz-range-thumb {
        height: 1vw;
        width: 1vw;
    }

    input[type=range]::-ms-thumb {
        height: 9vw;
        width: 9vw;
    }
}

@media all and (max-width: 989px) {

    /* UI UPDATES IF MOBILE VERSION */
    #jackpot-type-span {
        width: 100%;
        position: absolute;
        font-size: 2vh;
        text-align: center;
        top: 5%;
        /* text-align: left; */
        /* padding-left: 13%; */
    }

    #jackpot-value {
        text-align: center;
        /* text-align: left; */
        /* padding-left: 5%; */
        width: 100%;
    }

    #jackpot-popup {
        left: 3%;
        top: 9%;
    }

    #jackpot-popup.show {
        opacity: 1;
        top: 13%;
        left: 6.6%;
    }

    .quit-button {
        position: absolute;
        height: 9%;
        width: 5%;
        background: rgba(0, 0, 0, 0.6);
        font-size: 4vh;
        border: 0.4vh solid rgba(255, 255, 255, 0.75);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: none;
        border-radius: 2vh 0 0 2vh;
        top: 8%;
        right: 0;
        color: white;
        text-align: center;
        vertical-align: middle;
    }

    #auto-play-modal {
        top: 3%;
        left: 6%;
        width: 88%;
        height: 92%;
    }

    #nor-title {
        height: 8.825%;
    }

    #auto-play-buttons>.button {
        padding: 1vw;
        margin-left: 1.5vw;
        margin-right: 1.5vw;
        font-size: 2.8vw;
        border-radius: 0.4vw;
        border: 0.15vw solid rgba(255, 255, 255, 0.8);
    }

    #auto-play-games-wrapper {
        height: 21%;
    }

    .auto-play-elements-wrapper>label {
        width: 40%;
        text-align: left;
    }

    input[type=range]::-webkit-slider-thumb {
        height: 3vw;
        width: 3vw;
        margin-top: -1vw;
    }

    input[type=range]::-moz-range-thumb {
        height: 2vw;
        width: 2vw;
    }

    input[type=range]::-ms-thumb {
        height: 11vw;
        width: 11vw;
    }

    #left-top-button-wrapper {
        bottom: 22% !important;
        width: 40%;
        height: 5.5%;
        display: flex;
        flex-direction: row;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .bottomButton {
        width: 12.8%;
        margin-right: 2%;
        height: 100% !important;
        margin-bottom: 0 !important;
        display: block;
    }

    .cancel-all-button {
        color: rgb(253, 134, 134);
    }

    #right-top-button-wrapper {
        bottom: 22% !important;
        width: 40%;
        height: 5.5%;
        right: 2%;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    #right-top-button-wrapper .bottomButton,
    #right-bottom-button-wrapper .bottomButton {
        margin-right: 0;
        margin-left: 2%;
    }

    #left-bottom-button-wrapper,
    #right-bottom-button-wrapper {
        bottom: 11.5%;
        height: 5.5%;
    }

    .bottomButton>i {
        display: none !important;
    }

    .bottomButton>span {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 1.3vw;
    }

    .chip-button {
        top: 73.1%;
        width: 4%;
        display: flex;
        justify-content: center;
    }

    #left-chip-button {
        left: 42.5%;
    }

    #right-chip-button {
        right: 42.5%;
    }

    .special-button {
        top: 58%;
    }

    .special-button.left {
        left: 6.9%;
    }

    .special-button.right {
        left: 87.7%;
    }

    .stream-wrapper {
        width: 40%;
        height: 40%;
        left: 25%;
        top: 25%;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        -webkit-box-shadow: 0 0 5px 2px rgb(0, 0, 0);
        -moz-box-shadow: 0 0 5px 2px rgb(0, 0, 0);
        box-shadow: 0 0 5px 2px rgb(0, 0, 0);
    }

    .stream-wrapper>canvas {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #stream-controls {
        position: absolute;
        visibility: visible;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        opacity: 0;
        height: 100%;
        width: 20%;
        top: 0;
        right: 0;
        border-radius: 0 0.7vw 0.7vw 0;
        background: -moz-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #stream-controls.visible {
        opacity: 1;
    }

    .stream-control {
        width: 100%;
        height: 33.32%;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 2vw;
        outline: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .stream-control:active {
        background: rgba(255, 255, 255, 0.14);
    }

    #stream-numbers-wrapper {
        position: absolute;
        visibility: hidden;
        top: 1.6%;
        left: 0.9%;
        height: 10%;
        width: 20%;
        display: flex;
        justify-content: space-between;
    }

    #stream-numbers-wrapper img {
        height: 100%;
        margin-right: 1%;
    }

    #stream-numbers-wrapper.win-number-animation {
        visibility: visible;
    }

    .stream-desktop-controls {
        visibility: hidden;
        pointer-events: none;
    }
}

#show-stream-button {
    color: gold !important;
}#popup-message-wrapper {
    width: 100%;
    height: 100%;
    background: #000000A8;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f4f4f4;
    font-size: 16px;
}

#popup-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 50%;
    border: 0.15em solid #f4f4f4;
    background: #18222AFF;
    position: absolute;
    min-height: 25%;
    max-height: 50%;
}

#popup-message-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10%;
    text-transform: uppercase;
    margin: 3% 0 0 0;
}

#popup-message-content {
    width: 80%;
    height: 70%;
    overflow: auto;
    text-align: justify;
    margin: 1% 0 1% 0;
}

#popup-message-content>span {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#popup-message-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 16%; */
    width: 90%;
    flex-wrap: wrap;
    margin: 1% 0 2% 0;
}

#popup-message-actions>.button {
    /* min-width: 6em; */
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B4654FF;
    border-radius: 10em;
    border: 0.15em solid #f4f4f4;
    /* margin: 0 0.5em; */
    padding: 0.5em 1em;
    min-width: 3em;
    margin: 0.3em;
}

#popup-message-actions>.button:hover{
    background: #546273FF;
}

#popup-message-actions>.button:active{
    background: #435067FF;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px black;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}body {
    font-family: 'roboto', sans-serif;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    position: relative;
}

.main-section {
    background: rgba(0, 0, 0, 1);
}

.blink1 {
    top: 39%;
    left: 25.4%;
    width: 1.977%;
    height: 3.6%;
}

.blink1.triple {
    top: 34.56%;
    left: 30.3%;
    width: 1.577%;
    height: 2.6%;
}

.blink2 {
    top: 37.9%;
    left: 30.3%;
    width: 1.577%;
    height: 2.6%;
}

.blink3 {
    top: 41.2%;
    left: 30.3%;
    width: 1.577%;
    height: 2.6%;
}

.table-wrapper-mini {
    width: 32.5%;
    height: 20.55%;
    top: 55%;
    left: 34%;
}

.race-wrapper {
    position: absolute;
    width: 67.37%;
    height: 40.15%;
    top: 45.3%;
    left: 16.25%;
    opacity: 0;
    visibility: hidden;
    background-image: url('images/race-bet-board.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
}

.race-wrapper>canvas,
.race-chip-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

#race-bet-fields {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.chips-svg {
    visibility: hidden;
    cursor: pointer;
}

.race-button {
    position: absolute;
    padding: 0.5vw;
}

#race-big-series-button {
    bottom: 35%;
    left: 11%;
    border-radius: 50% !important;
}

#race-58-button {
    bottom: 51%;
    left: 83%;
    border-radius: 50% !important;
}

#race-orph-button {
    bottom: 21.5%;
    left: 75%;
    border-radius: 50% !important;
}

@media all and (max-width: 989px) {
    .labels {
        top: 5% !important;
    }

    #watermark {
        top: -4%;
        font-size: 1.5vw;
    }

    #options,
    .quit-button {
        top: 15%;
    }

    #history-button,
    #fullscreen-button {
        top: 27% !important;
    }

    .table-wrapper {
        width: 84.74%;
        height: 54.2%;
        top: 15%;
        left: 7.63%;
    }

    .table-wrapper-mini {
        width: 41%;
        height: 26%;
        top: 29%;
        left: 30%;
    }
    
    .race-wrapper {
        width: 86.6%;
        height: 51.65%;
        top: 16.5%;
        left: 6.7%;
    }

    .progress-bar-wrapper {
        height: 6%;
    }

    #chips-wrapper {
        bottom: 7.5%;
    }

    #status {
        font-size: 1.5vw;
    }

    .blink1 {
        top: 4.9%;
        left: 25.6%;
        height: 3.914%;
        width: 1.877%;
    }

    .blink1.triple {
        top: 1.86%;
        left: 25.6%;
        width: 1.877%;
        height: 3.5%;
    }

    .blink2 {
        top: 6.46%;
        left: 25.6%;
        width: 1.877%;
        height: 3.5%;
    }

    .blink3 {
        top: 10.86%;
        left: 25.6%;
        width: 1.877%;
        height: 3.5%;
    }
}

/* BACKGROUND */

#background-wrapper-desktop,
#background-wrapper-desktop div,
#background-wrapper-mobile,
#background-wrapper-mobile div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#background-wrapper-mobile {
    display: none;
}

#background-wrapper-desktop div,
#background-wrapper-mobile div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#regular-background-desktop {
    background-image: url("images/regular-background-desktop.png");
    opacity: 1;
}

#neutral-background-desktop {
    background-image: url("images/neutral-background-desktop.png");
    opacity: 0;
}

#race-background-desktop {
    background-image: url("images/race-background-desktop.png");
    opacity: 0;
}

#regular-background-mobile {
    background-image: url("images/regular-background-mobile.png");
    opacity: 1;
}

#neutral-background-mobile {
    background-image: url("images/neutral-background-mobile.png");
    opacity: 0;
}

#race-background-mobile {
    background-image: url("images/race-background-mobile.png");
    opacity: 0;
}

/* AUTOPLAY */

#auto-play-rules-wrapper {
    top: 26%;
}

#help-content {
    background-color: #0e1728;
}

#help-buttons-series,
#help-buttons-special-bets,
#help-buttons-options {
    background: rgba(3, 6, 10, 0.43);
    background: linear-gradient(to right, #00000000, #03060a, transparent);
}

#help-credit-section,
#help-table-roulette,
#help-table-game-prizes,
#help-poker-table-title,
#help-poker-table-limits,
#help-table-bet-limits,
#help-table-play,
#help-table-win-1,
#help-table-win-2,
#help-table-win-3,
#help-poker-table-outcome,
#help-poker-table-win,
#help-poker-table-min,
#help-poker-table-max,
#help-table-win,
#help-table-min,
#help-table-max {
    background: rgba(3, 6, 10, 0.43);
}

#win-number-1 {
    border-radius: 0 !important;
    border: 0.2vw solid #e7e7e8 !important;
    font-family: 'cir', sans-serif !important;
    -webkit-box-shadow: 0 0 0.2vw 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0.2vw 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.2vw 0 rgba(0, 0, 0, 0.5);
}

.defaultField.gray {
    background: #1d1d1e;
}

.defaultField.green {
    background: #16a565;
}

.defaultField.red {
    background: #ea202c;
}

/* RESKIN MISC */

.labels {
    top: 36.8%;
}

.jackpot,
.credits {
    margin-left: 1%;
}

.bets,
.wins {
    margin-right: 1%;
}

.stream-wrapper:after,
.stream-wrapper,
.stream-wrapper>canvas {
    border-radius: 0;
}

.win-number-animation {
    animation: win-blinker-vip 1s infinite !important;
    -webkit-animation: win-blinker-vip 1s infinite !important;
}

@keyframes win-blinker-vip {
    0% {
        transform: scale(0.9);
    }

    35% {
        transform: scale(1);
    }

    65% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.button,
#quit-game-button,
#denomination-popup-roulette {
    border: 1px solid #e7e7e880 !important;
    border-radius: 0 !important;
}

.progress-bar-wrapper {
    background: #03060c;
}

.red-gradient {
    background: -moz-linear-gradient(left, #ea202c 0%, #000000 51%, #ea202c 100%);
    background: -webkit-linear-gradient(left, #ea202c 0%, #000000 51%, #ea202c 100%);
    background: linear-gradient(to left, #ea202c 0%, #000000 51%, #ea202c 100%);
}

#left-top-button-wrapper,
#right-top-button-wrapper {
    bottom: 11%;
}

.optButtons,
#fullscreen-button,
.quit-button,
#quit-game-button {
    width: 5vw !important;
    height: 5vw !important;
    padding: 0 !important;
    background: rgb(11, 16, 26) !important;
    box-sizing: border-box;
    color: white !important;
}

#show-stream-button {
    width: 4vw !important;
    height: 4vw !important;
    box-sizing: border-box;
}

#options {
    width: auto !important;
    height: 5vw !important;
}

#scrollbar,
#scroll {
    border-radius: 0 !important;
}

@media all and (max-width: 989px) {
    #auto-play-modal {
        top: 9%;
        left: 18%;
        width: 64%;
        height: 82%;
    }

    #background-wrapper-mobile {
        display: block;
    }

    #background-wrapper-desktop {
        display: none;
    }

    #nor-title {
        height: 8.825%;
    }

    #auto-play-buttons>.button {
        padding: 1vw;
        margin-left: 1.5vw;
        margin-right: 1.5vw;
        font-size: 2.8vw;
        border-radius: 0.4vw;
        border: 0.15vw solid rgba(255, 255, 255, 0.8);
    }

    #auto-play-games-wrapper {
        height: 21%;
    }

    #auto-play-games-number {
        width: 50%;
    }

    .special-button.left {
        left: 5.9%;
    }

    .special-button.right {
        left: 88.7%;
    }

    .optButtons,
    #fullscreen-button,
    .quit-button,
    #quit-game-button {
        width: 4vw !important;
        height: 4vw !important;
    }
}

/* WIN NUMBER START */

#win-number-1 {
    font-size: 5vw;
    border-radius: 20px;
    top: 12.25%;
    right: 15.25%;
    width: 7.5%;
    height: 13.33%;
}

/* WIN NUMBER END */