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;
    }
}ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.button {
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.resolution-not-supported {
    display: none;
}

.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-top: none;
    border-radius: 0 0 0 2vh;
    top: 8%;
    right: 0;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-spins {
    position: absolute;
    transition: all 2s ease-in;
}


/* .respin-banner is used instead of .free-spins-banner in StarGems and games after it */

.free-spins-banner {
    visibility: hidden;
    height: 50%;
    background-color: rgba(136, 88, 75, 0.8);
    width: 100%;
    position: absolute;
    top: 25%;
    text-align: center;
    opacity: 0;
    display: table;
    /*font-family: 'Eras', 'sans-serif';*/
}

.free-spins-banner p {
    font-size: 6vh;
    color: #FFF6B2;
    text-shadow: -2px -2px 0 #463528, -2px -1px 0 #463528, -2px 0px 0 #463528, -2px 1px 0 #463528, -2px 2px 0 #463528, -1px -2px 0 #463528, -1px -1px 0 #463528, -1px 0px 0 #463528, -1px 1px 0 #463528, -1px 2px 0 #463528, 0px -2px 0 #463528, 0px -1px 0 #463528, 0px 0px 0 #463528, 0px 1px 0 #463528, 0px 2px 0 #463528, 1px -2px 0 #463528, 1px -1px 0 #463528, 1px 0px 0 #463528, 1px 1px 0 #463528, 1px 2px 0 #463528, 2px -2px 0 #463528, 2px -1px 0 #463528, 2px 0px 0 #463528, 2px 1px 0 #463528, 2px 2px 0 #463528;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    position: relative;
}

.free-spins-banner p span {
    color: #FFAD52;
}

.free-spins-label {
    width: 50%;
    font-size: 3vh;
    margin: 0;
    color: #FFF6B2;
    text-shadow: -2px -2px 0 #463528, -2px -1px 0 #463528, -2px 0px 0 #463528, -2px 1px 0 #463528, -2px 2px 0 #463528, -1px -2px 0 #463528, -1px -1px 0 #463528, -1px 0px 0 #463528, -1px 1px 0 #463528, -1px 2px 0 #463528, 0px -2px 0 #463528, 0px -1px 0 #463528, 0px 0px 0 #463528, 0px 1px 0 #463528, 0px 2px 0 #463528, 1px -2px 0 #463528, 1px -1px 0 #463528, 1px 0px 0 #463528, 1px 1px 0 #463528, 1px 2px 0 #463528, 2px -2px 0 #463528, 2px -1px 0 #463528, 2px 0px 0 #463528, 2px 1px 0 #463528, 2px 2px 0 #463528;
    position: absolute;
    top: 2%;
    left: 6%;
    /*font-family: 'Eras', 'sans-serif';*/
    visibility: hidden;
}

.free-spins-label span {
    color: #ffff00;
    margin-left: 2%;
    display: inline !important;
    /*font-family: 'Eras', 'sans-serif';*/
}

.modal-wrapper {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 3px inset #333;
    position: absolute;
    text-align: center;
    top: 25%;
    font-size: 20px;
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 15px;
    line-height: 1.2;
    left: 0;
    right: 0;
    width: 450px;
    height: 280px;
    margin: auto;
}

.modal-wrapper .modal-footer {
    border: none;
    overflow: hidden;
}

.modal-wrapper .modal-footer .modal-yes-button,
.modal-wrapper .modal-footer .modal-ok-button {
    background-color: #438120;
    border-color: #233320;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 130px;
    border-radius: 10px;
    font-size: 18px;
}

.modal-wrapper .modal-footer .modal-no-button {
    background-color: #882625;
    border-color: #461125;
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 130px;
    border-radius: 10px;
    font-size: 18px;
}

.modal-wrapper .modal-footer .modal-ok-button {
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
}

.modal-wrapper.processing-modal-wrapper {
    height: 30%;
    padding: 3%;
    text-align: center;
    font-size: 3vh;
    width: 22%;
    top: 35%;
}

.main-content .winning-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-content .game-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.buttons-wrapper {
    bottom: 0;
    width: 100%;
    position: absolute;
    color: white;
    height: 16.5%;
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;
}

.buttons-wrapper .misc-buttons {
    position: absolute;
    left: 1%;
    width: 17.5%;
    height: 85%;
    bottom: -5.5%;
}

.buttons-wrapper .misc-buttons div {
    height: 39.7%;
    width: 17%;
    margin-right: 3%;
    float: left;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 2.5vh;
}

.language-button {
    width: 37% !important;
}

#credits-lang {
    opacity: 0.3;
}

.info-labels ul:nth-child(1) {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

.buttons-wrapper button {
    background: transparent;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

.buttons-wrapper .jackpot-wrapper {
    position: absolute;
    left: 18.5%;
    width: 12.5%;
    color: white;
    height: 79%;
    bottom: -2.5%;
}

.buttons-wrapper .info-labels {
    margin: 0 auto;
    margin-top: 2.8%;
    left: 0;
    right: 0;
    width: 34%;
    position: absolute;
    text-align: center;
}

.buttons-wrapper .info-labels ul {
    margin-top: 3.2%;
    width: 33%;
    float: left;
    padding: 0;
}

.buttons-wrapper .info-labels ul li:nth-child(1) {
    font-size: 1.7vh;
}

.buttons-wrapper .info-labels ul li:nth-child(2) {
    font-size: 4vh;
    margin-top: 4.5%;
}

.bet-buttons-holder {
    width: 100%;
    height: 46.7%;
    float: right;
    margin-bottom: 2.5%;
}

.bet-buttons-wrapper {
    height: 100%;
    width: 61%;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

.bet-buttons-wrapper div {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bet-buttons-wrapper div:nth-child(2) {
    width: 50%;
    height: 100%;
    margin: none !important;
    position: inherit !important;
}

.bet-buttons button {
    border: none;
    border-radius: 0;
}

.bet-buttons button:nth-child(1) {
    float: left;
}

.bet-labels {
    font-size: 1.9vh;
    width: 39%;
    border: 0 none !important;
    border-radius: 0;
    text-align: right !important;
    padding-right: 5%;
}

.buttons-wrapper .game-buttons {
    width: 31%;
    height: 59%;
    position: absolute;
    right: 1%;
    bottom: 9%;
}

.buttons-wrapper .mobile-info {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 19%;
    height: 80%;
    position: absolute;
    right: 9.75%;
    bottom: -7.5%;
    text-align: left;
}

.mobile-info .mobile-info-wrapper {
    top: 0;
    width: 50%;
    height: 100%;
}

.mobile-info-span {
    width: 50%;
    position: absolute;
    font-size: 2vh;
    text-align: center;
    top: 3%;
    /* text-align: center; */
    /* padding-left: 6%; */
}

.mobile-info-wrapper div {
    border: 0.3vh inset;
    border-radius: 5px;
    height: 45%;
    width: 45%;
    font-size: 3.7vh;
    margin-top: 1%;
    text-align: left;
    bottom: 27%;
    position: absolute;
}

.mobile-info-wrapper div span {
    width: 100%;
    text-align: center;
    /* padding-left: 10%; */
}

.bet-buttons {
    float: right;
    height: 100%;
    width: 42.5%;
    text-align: right;
}

.extra-buttons {
    width: 24%;
    height: 100%;
    margin-left: 1.5%;
}

.extra-buttons div {
    height: 47.5%;
    width: 100%;
    background: transparent;
    border: 0.3vh solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

#info-line {
    width: 28%;
    position: absolute;
    color: white;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 0.6%;
    font-size: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#start-button {
    height: 100%;
    width: 30%;
    color: limegreen;
    margin-left: 1.5%;
    font-size: 3vh;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.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;
    -webkit-tap-highlight-color: transparent;
    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);
    outline: none !important;
}

#gamble-button {
    color: rgba(255, 255, 255, 0.3);
    font-size: 2.5vh;
    margin-bottom: 3.1%;
}

#auto-button {
    color: yellow;
    font-size: 2.5vh;
}

.volume-button {
    color: yellow;
}

.info-button {
    color: dodgerblue;
}

#fullscreen-button,
#fullscreen-button-mobile {
    color: deeppink !important;
}

@keyframes swipe {
    25% {
        transform: translate3d(0, -50%, 0);
    }

    75% {
        transform: translate3d(0, 50%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.red {
    color: red;
}

.green {
    color: limegreen;
}

.gamble-box {
    position: absolute;
    height: 55%;
    width: 100%;
    top: 22.5%;
    left: 0;
    margin: auto;
    overflow: hidden;
    text-align: center;
    padding: 3.5%;
    -moz-box-shadow: inset 0px 0px 68px 6px rgba(0, 0, 0, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0px 0px 132px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 132px -4px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 132px -4px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.gamble-button {
    font-size: 3vh;
    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;
}

#black-button {
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    bottom: 54%;
    right: 13%;
    height: 11.5%;
    width: 15%;
    text-align: center;
}

#red-button {
    background-color: rgba(255, 0, 0, 0.85);
    position: absolute;
    bottom: 35%;
    right: 13%;
    height: 11.5%;
    width: 15%;
    text-align: center;
}

#collect-button {
    background-color: rgba(50, 205, 50, 0.85);
    position: absolute;
    bottom: 5.2%;
    right: 13%;
    height: 11.5%;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.gamble-help h3 {
    bottom: 40%;
    left: 43%;
    font-size: 8vh;
    position: absolute;
}

.gamble-help p {
    width: 100%;
    padding: 0 7%;
    line-height: 1.6;
}

.gamble-box img,
.gamble-box div {
    height: 75%;
}

.gamble-info {
    position: absolute;
    bottom: 1%;
    width: 71%;
    height: 21%;
}

.gamble-info div {
    margin-left: 5%;
    margin-right: 5%;
}

.gamble-info div p {
    margin: 5%;
}

.gamble-info-label {
    color: yellow;
    font-size: 2.5vh;
    width: 100%;
    text-align: center;
}

.gamble-info-amount {
    color: white;
    font-size: 6vh;
    width: 100%;
    text-align: center;
}



.gamble-title {
    position: absolute;
    color: white;
    left: 10%;
    top: 9%;
    margin: auto;
    text-align: left;
    font-size: 5vh;
}

.lines-text {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    top: 15%;
    margin: auto;
    text-align: center;
    font-size: 2.4vh;
}

a:focus,
a:active,
a:visited,
button:focus,
button:active,
button:visited {
    outline: none !important;
}

#win-canvas,
#mosaic-canvas {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#info-line img {
    height: 7.2%;
    width: 7.2%;
    background-size: contain;
    vertical-align: sub;
}

#info-line p {
    padding-top: 0.5%;
}

#denomination-popup {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 8.8%;
    left: 1%;
    width: 6.15%;
    border: 0.2vw solid rgba(255, 255, 255, 0.8);
    border-radius: 0.3vw 0.3vw 0.3vw 0.3vw;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

#denomination-popup.show {
    pointer-events: all;
    opacity: 1;
}

#denomination-popup .denomination-popup-item {
    display: flex;
    width: 100%;
    padding: 0.8vw 0 0.8vw 0;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: white;
}

#denomination-popup .denomination-popup-item:active,
#denomination-popup .denomination-popup-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.modal-wrapper {
    all: unset;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.modal-quit-button {
    font-size: 7.5vh !important;
    top: 3%;
    left: 0;
    position: absolute;
    pointer-events: all;
    padding-left: 5vh;
    padding-top: 4vh;
    padding: 5vh;
}

#canvas-blink {
    height: 75%;
    width: 14.35%
}

.gamble-card {
    position: absolute !important;
    left: 42.9% !important;
    max-width: none;
}

#gamble-card {
    visibility: visible;
}

.gamble-card-stack {
    position: absolute;
    left: 8%;
    pointer-events: none;
}

.pulse {
    animation: pulser 1s infinite alternate;
}

@keyframes pulser {
    0% {
        border-color: rgb(50, 50, 70);
        color: #2b69a0;
    }

    100% {
        border-color: #5bb2ff;
        color: #5bb2ff;
    }
}

.blink {
    animation: blinker 75ms steps(2, start) infinite alternate;
}

@keyframes blinker {
    from {
        visibility: visible
    }

    to {
        visibility: hidden
    }
}

.attempts-scored {
    position: absolute;
    height: 100%;
    width: 12.5%;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 3.25vh;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 0px 68px 6px rgba(0, 0, 0, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0px 0px 132px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 132px -4px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 132px -4px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.attempts-scored div {
    height: calc(100% / 8);
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#historyCards {
    top: 2.5%;
    height: 17%;
    position: absolute;
    width: 50%;
    left: 29% !important;
    text-align: left;
}

#historyCards img {
    height: 100%;
    margin-right: 2.5%;
    pointer-events: none;
}

/*GAMBLE END*/

/**** MODALS ****/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.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;
}

.modal {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    color: white !important;
    top: 0;
    right: 0;
    text-align: center;
}

.yes-button {
    font-size: 3vh;
    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;
    background: limegreen;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

.no-button {
    font-size: 3vh;
    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;
    background: tomato;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

/*mobile menu modal*/

.bet-buttons-wrapper-mobile {
    text-align: center;
    width: 100%;
}

.bet-buttons-wrapper-mobile div {
    display: inline-block;
    font-size: 7.5vh;
    margin: 0;
    width: 22.4%;
}

.bet-buttons-mobile {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    position: absolute;
}

.bet-labels-mobile {
    font-size: 4vh;
    padding-top: 3.5%;
    padding-bottom: 1.5%;
    text-align: center;
}

.bet-buttons-wrapper-mobile div:nth-child(2) {
    margin: 2.5vh;
    padding-left: 10vh;
    padding-right: 10vh;
}

/*mobile menu modal end*/

/**** MODALS END ****/

#gamble-illegal-bet {
    position: absolute;
    color: tomato;
    font-size: 1.5vw;
    top: 80%;
    visibility: hidden;
}

/* Slider style end */

@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) {

    #start-mobile,
    #gamble-mobile {
        /*padding: 5.2vh;
        padding-top: 8.5vh;
        padding-bottom: 7.5vh;*/
        border: 0.5vh solid rgba(50, 50, 70, 1);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 1.5vh;
        background: rgba(26, 26, 36, 1);
        background: -moz-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26, 26, 36, 1)), color-stop(100%, rgba(0, 0, 0, 0.9)));
        background: -webkit-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -o-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -ms-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a1a24', endColorstr='#000000', GradientType=0);
        width: 13%;
        font-size: 13vh;
        color: limegreen;
        right: 1%;
        position: absolute;
        height: 30%;
        top: 32%;
        pointer-events: all;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #auto-mobile-counter {
        position: absolute;
        bottom: 5%;
        left: 0%;
        font-size: 2vw;
        width: 100%;
        text-align: center;
        color: white;
        font-family: 'roboto', sans-serif;
    }

    #start-mobile:active,
    #gamble-mobile:active {
        background: rgba(26, 26, 36, 1) !important;
        background: -moz-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26, 26, 36, 1)), color-stop(100%, rgba(0, 0, 0, 0.9))) !important;
        background: -webkit-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
        background: -o-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
        background: -ms-linear-gradient(top, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
        background: linear-gradient(to bottom, rgba(26, 26, 36, 1) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a1a24', endColorstr='#000000', GradientType=0) !important;
        -webkit-transition: unset !important;
        -moz-transition: unset !important;
        transition: unset !important;
        transition-duration: unset !important;
        -ms-transition-duration: unset !important;
        transform: unset !important;
        -ms-transform: unset !important;
        -webkit-transition-duration: unset !important;
        -webkit-transform: unset !important;
        -moz-transition-duration: unset !important;
        -moz-transform: unset !important;
        -o-transition-duration: unset !important;
        -o-transform: unset !important;
    }

    #gamble-mobile {
        left: 1%;
        font-size: 12vh;
        visibility: hidden;
        color: #5bb2ff;
    }

    .mobile-buttons {
        position: absolute;
        height: 100%;
        width: 100%;
        pointer-events: none;
        top: 0;
    }

    /* UI UPDATES IF MOBILE VERSION */
    .buttons-wrapper .info-labels ul li:nth-child(2) {
        font-size: 4.6vh;
        margin-top: 4.5%;
    }

    .buttons-wrapper .info-labels ul li:nth-child(1) {
        font-size: 2.6vh;
    }

    .buttons-wrapper .info-labels ul {
        margin-top: 3%;
        width: 33%;
        float: left;
    }

    .buttons-wrapper .misc-buttons {
        position: absolute;
        left: 0.5%;
        width: 15%;
        height: 33%;
        top: 45%;
        visibility: hidden;
    }

    .buttons-wrapper .game-buttons {
        visibility: hidden;
    }

    .buttons-wrapper .mobile-info {
        visibility: visible;
    }

    .buttons-wrapper .jackpot-wrapper {
        position: absolute;
        left: 10%;
        width: 17%;
        color: white;
        height: 79%;
        bottom: -7.5%;
    }

    .jackpot-wrapper div {
        border: 0.3vh inset;
        border-radius: 5px;
        height: 45%;
        width: 100%;
        font-size: 3vh;
    }

    #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: 10%;
    }

    .menu-button,
    #fullscreen-button-mobile {
        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-radius: 0 2vh 2vh 0;
        top: 10%;
        left: 0;
        color: white;
        text-align: center;
        vertical-align: middle;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fullscreen-button-mobile {
        top: 22%;
    }

    #menu-button.czech-label{
        top:19%;
    }
    #fullscreen-button-mobile.czech-label {
        top: 30%
    }
    
    .misc-buttons-mobile {
        text-align: center;
        margin-top: 7.5%;
    }

    .misc-buttons-mobile div {
        display: inline-block;
        font-size: 6.5vh;
        border: 0.5vh inset;
        padding: 2vh;
        border-radius: 2vh;
        margin-left: 1.5vh;
        margin-right: 1.5vh;
        width: 15%;
    }

    #auto-play-mobile {
        color: yellow;
        border: 0.5vh inset white;
        padding: 2vh;
        border-radius: 2vh;
        padding-left: 8vh;
        padding-right: 8vh;
        display: inline-block;
    }

    .language-button {
        display: inline-block;
    }

    .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: 10%;
        right: 0;
        color: white;
        text-align: center;
        vertical-align: middle;
    }

    .mobile-info div div span {
        color: yellow;
    }

    #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-quick-wrapper {
        top: 26%;
    }

    .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;
    }
}#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);
}#feature-buy-bonus-button {
    position: absolute;
    color: yellow;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.8;
    left: 0.5%;
    bottom: 15%;
    padding: 0.3%;
    font-size: 2vw;
    border: 0.3vh solid #fbff08;
    border-radius: 0.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#buy-bonus-text-buy {
    text-align: center;
}

.portrait #feature-buy-bonus-button {
    border: 0.3vw solid #fbff08;
    border-radius: 0.9vh;
    left: 2%;
    bottom: 10%;
    padding: 1%;
}

#buy-bonus-text-bonus{
    color: white;
}

#buy-bonus-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000A8;
    top: 0;
    left: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f4f4f4;
    font-size: 16px;
}

#buy-bonus {
    width: 75%;
    height: 85%;
    background: #000000;
    position: absolute;
    top: 3%;
    left: 12.5%;
    border: 0.5vh solid rgba(255, 255, 255);
    border-radius: 1.3vw;
}

#buy-bonus-title {
    width: 70%;
    position: absolute;
    top: 3%;
    left: 15%;
    font-size: 2.5em;
}

#buy-bonus-quit-button {
    position: absolute;
    top: 1%;
    right: 2%;
    font-size: 5vh;
    /* pointer-events: all; */
}

.button {
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

button:disabled.buy-bonus-button {
    background-color: grey;
}

#buy-bonus-cards {
    width: 94%;
    height: 66%;
    background: #000000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 11.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 4%;

}

.card {
    min-width: 25%;
    min-height: 92%;
    /* margin-left: 2%;
    margin-right: 2%; */
    background: #17191D;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 0.3vh solid #FFFF0B;
    border-radius: 1vw;
}

.card:not(:hover) {
    transform: scale(0.98);
}

.card:hover {
    filter: brightness(1);
    transform: scale(1.02);
}

.first {
    width: 75%;
    height: 50%;
    position: absolute;
    top: 3%;
    left: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
}

.second {
    width: 90%;
    height: 45%;
    position: absolute;
    bottom: 3%;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
}

.buy-bonus-free-spins {
    /* width: 100%;
    height: 80%; */
    background: #25262D;
    color: #FFF600;
    border: 0.3vh solid #434448;
    border-radius: 1.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2%;
    padding: 5% 7% 5% 7%;
}

#free-spins-number {
    color: #FFF600;
}

.buy-bonus-cost {
    font-size: 1em;
    color: #45F500;
    position: absolute;
    top: 25%;
}

.buy-bonus-button {
    background-color: #51D007;
    margin-left: 1.5%;
    font-size: 3vh;
    font-family: 'roboto';
    color: white;
    cursor: pointer;
    border: 0.3vh solid rgba(244, 244, 244, 1);
    border-radius: 0.7vw;
    width: 80%;
    height: 30%;
    position: absolute;
    bottom: 8%;

}

#buy-bonus-footer {
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.buy-bonus-labels {
    /* padding-bottom: 2%; */
    font-size: 1.5em;
}

#buy-bonus-lines-wrapper,
#buy-bonus-bet-wrapper {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.buy-bonus-buttons-wrapper {
    width: 100%;
    border-radius: 0.5vw;
    display: flex;
    vertical-align: middle;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    font-size: 4.2em;
}

.buy-bonus-bet-value,
.buy-bonus-lines-number {
    width: 50%;
    border: 0.3vh solid rgba(244, 244, 244, 1);
    padding: 0.8%;
    background-color: #17191D;
    border-left: none;
    border-right: none;
}

.buy-bonus-decrease-bet,
.buy-bonus-decrease-lines {
    width: 12%;
    padding: 0.8%;
    background-color: #17191D;
    border: 0.3vh solid rgba(244, 244, 244, 1);
    /* border-left: none; */
    /* border-radius: 0.5vw; */
    color: #F31313;
    border-bottom-left-radius: 0.5vw;
    border-top-left-radius: 0.5vw;
}

.buy-bonus-increase-bet,
.buy-bonus-increase-lines {
    width: 12%;
    padding: 0.8%;
    background-color: #17191D;
    border: 0.3vh solid rgba(244, 244, 244, 1);
    /* border-right: none; */
    /* border-radius: 0.5vw; */
    color: #2CF90A;
    border-bottom-right-radius: 0.5vw;
    border-top-right-radius: 0.5vw;
}

.buy-bonus-increase-bet>div,
.buy-bonus-increase-lines>div,
.buy-bonus-decrease-bet>div,
.buy-bonus-decrease-lines>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-bonus-decrease-bet:active,
.buy-bonus-increase-bet:active,
.buy-bonus-decrease-lines:active,
.buy-bonus-increase-lines:active {
    transform: none !important;
}

.buy-bonus-decrease-bet>i:active,
.buy-bonus-increase-bet>i:active,
.buy-bonus-decrease-lines>i:active,
.buy-bonus-increase-lines>i:active,
.buy-bonus-button:active {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transition-duration: 0.1s;
    -webkit-transform: scale(0.85);
    -moz-transition-duration: 0.1s;
    -moz-transform: scale(0.85);
    -o-transition-duration: 0.1s;
    -o-transform: scale(0.85);
    outline: none !important;
}

#buy-bonus-insuff-funds {
    visibility: hidden;
    position: absolute;
    width: 85%;
    height: 20%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    background: #000000;
    opacity: 0.9;
    color: red;
    font-size: 1.5em;
    border: 0.3vh solid rgba(244, 244, 244, 1);
    border-radius: 0.8vw;
}

#insuff-funds-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#buy-bonus-confirm-wrapper {
    visibility: hidden;
    position: absolute;
    width: 101%;
    height: 101.5%;
    background: #000000A8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2.2vh;
    /* pointer-events: none; */
}

#buy-bonus-confirm {
    position: absolute;
    width: 50%;
    height: 30%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    border: 0.2vh solid rgba(244, 244, 244, 1);
    border-radius: 0.8vw;
    padding: 5%;
    pointer-events: all;
}

#confirm-cost {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #45F500;
    font-size: 2vw;
}

#confirm-text {
    font-size: 1.7vw;
}

.confirm-button {
    position: absolute;
    width: 35%;
    height: 20%;
    left: 55%;
    top: 70%;
    background-color: #51D007;
    font-size: 3vw;
    color: white;
    cursor: pointer;
    border: 0.2vw solid rgba(244, 244, 244, 1);
    border-radius: 1.3vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.decline-button {
    position: absolute;
    width: 35%;
    height: 20%;
    left: 10%;
    top: 70%;
    background-color: #F31313;
    font-size: 3vw;
    color: white;
    cursor: pointer;
    border: 0.2vw solid rgba(244, 244, 244, 1);
    border-radius: 1.3vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* portrait */

.portrait #buy-bonus {
    width: 92%;
    height: 88%;
    top: 2%;
    left: 4%;
    border: 0.2vw solid rgba(255, 255, 255);
    border-radius: 1.3vh;
}
.portrait #buy-bonus-cards {
    flex-direction: column;
    top: 9%;
    height: 63%;
    gap: 2%;
}

.portrait .card {
    flex-direction: row;
    min-width: 85%;
    min-height: 24%;
    left: 0 !important;
    margin-top: 2%;
    margin-bottom: 2%;
}

.portrait .first {
    width: 38%;
    height: 96%;
    top: 2%;
    left: 5%;
}

.portrait .second {
    width: 50%;
    height: 96%;
    top: 2%;
    left: 45%;   
}

.portrait .buy-bonus-bonus {
    height: 62%;
}

.portrait #buy-bonus-footer {
    height: 22%;
    flex-direction: column;
    bottom: 4%;
}

.portrait .buy-bonus-button {
    width: 75%;
    border: 0.3vw solid rgba(244, 244, 244, 1);
    border-radius: 0.7vh;
}

.portrait #buy-bonus-lines-wrapper,
.portrait #buy-bonus-bet-wrapper {
    width: 90%;
    margin-bottom: 2%;
}
.portrait #buy-bonus-quit-button {
    font-size: 5vw;
}

.portrait .buy-bonus-bet-value,
.portrait .buy-bonus-lines-number {
    border: 0.2vw solid rgba(244, 244, 244, 1);
    border-right: none;
    border-left: none;
    padding: 2.5%;
}

.portrait .buy-bonus-decrease-bet,
.portrait .buy-bonus-decrease-lines {
    border-radius: 0.6vh 0 0 0.6vh;
    border: 0.2vw solid rgba(244, 244, 244, 1);
    padding: 2.5%;
}

.portrait .buy-bonus-increase-bet,
.portrait .buy-bonus-increase-lines {
    border-radius: 0 0.6vh 0.6vh 0;
    border: 0.2vw solid rgba(244, 244, 244, 1);
    padding: 2.5%;  
}

.portrait .buy-bonus-bonus {
    border: 0.3vw solid #434448;
    border-radius: 0.5vh;
}

.portrait .buy-bonus-free-spins {
    border: 0.3vw solid #434448;
    border-radius: 1.2vh;
}

.portrait .card {
    border: 0.3vw solid #FFFF0B;
    border-radius: 1vh;
}

.portrait #buy-bonus-insuff-funds {
    border: 0.3vw solid rgba(244, 244, 244, 1);
    border-radius: 1.5vh;
}

.portrait #buy-bonus-confirm-wrapper {
    width: 101%;
    height: 100.5%;
    border-radius: 1.5vw;
}

.portrait #buy-bonus-confirm {
    width: 74%;
    height: 21%;
    border: 0.2vw solid rgba(255, 255, 255);
    border-radius: 1.3vh;
}

.portrait #confirm-cost {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-size: 2.2vh;
}

.portrait #confirm-text {
    font-size: 2.1vh;
}

.portrait .decline-button,
.portrait .confirm-button {
    font-size: 3vh;
    border-radius: 1.1vw;
}

.buy-bonus-hidden {
    pointer-events: none;
    visibility: hidden;
}

.buy-bonus-inactive {
    filter: grayscale(1);
    pointer-events: none;  
}

#buy-bonus-help-text .fa-minus {
    color: #F31313;
}

#buy-bonus-help-text .fa-plus {
    color: #2CF90A;
}

#buy-bonus-help-text .fa-times {
    background-color: #F31313;
    width: 1em;
}

#buy-bonus-help-text .fa-check {
    background-color: #2CF90A;
}

#buy-bonus-list {
    list-style: disc;
    width: auto;
    margin: 0 auto;
    font-size: 1.8vw;
    display: inline-block;
}

.portrait #buy-bonus-list {
    font-size: 3.8vw;
 }
/* Intro Screen */
#intro-screen-wrapper {
    background-image: url('images/intro/intro-bra.jpg');
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portrait #intro-screen-wrapper {
    background-image: url('images/jackpot-background-portrait.png');
}


#intro-enable-sound-button {
    position: absolute;
    font-size: 3vw;
    left: 1.5vw;
    top: 1.5vw;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    opacity: 1;
    cursor: pointer;
    padding: 1vw;
    background-image: url('images/intro/sound-on.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
}

.portrait #intro-enable-sound-button {
    font-size: 3vh;
    left: 1.5vh;
    top: 1.5vh;
    padding: 1vh;
    width: 2vh;
    height: 2vh;
}


#intro-enable-sound-button.intro-sound-off {
    background-image: url('images/intro/sound-off.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#intro-enable-sound-button > i {
    pointer-events: none;
}

#intro-rtp {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5vw;
    color: yellow;
    background-color: rgba(0,0,0,0.5);
    padding: 0.5vw 1vw;
    border-radius: 0.5vw;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.portrait #intro-rtp {
    top: 7%;
    font-size: 2vh;
}

#intro-play-game-button {
    background: limegreen;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    bottom: 3.5%;
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 1.67vw;
    cursor: pointer;
    padding: 2.5vh 9vh;
}

.portrait #intro-play-game-button {
    border-radius: 1vh;
    bottom: 4.5%;
    font-size: 1.67vh;
    padding: 2vh 5vh;
}

#intro-paytable-screen {
    width: 60%;
    height: 50%;
    margin: 0 auto;
    padding: 4%;
    border-radius: 1.5em;
    background: rgba(49, 0, 0, 0.53);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.4px);
    border: 0.1em solid rgba(63, 0, 0, 1);
    overflow: hidden;
}

.portrait #intro-paytable-screen {
    width: 90%;
    height: 60%;
}

.table-row-intro {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}

.table-row-intro p {
    color: yellow;
}

.table-row-intro span {
    color: white;
}

.table-item-intro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-item-intro.single-row {
    width: 100%;
}

.table-item-intro img {
    margin-right: 5%;
}

.table-item-intro.single-row img {
    width: 5% !important;
}

.value-wrapper-intro {
    text-align: left;
}

.info-slide {
    font-size: 100%;
    text-shadow: 0 0 15px black;
}

.wild-label {
    text-align: center;
}

.feature-description {
    color: white !important;
    text-shadow: 0 0 15px black;
}

.feature-description img {
    width: 5%;
}

.special-wild-bonus-text.br-intro {
    position: absolute;
    top: 73%;
    width: 81%;
    text-shadow: rgb(95, 70, 5) 0px 0px 15px;
}

.portrait .special-wild-bonus-text.br-intro {
    top: 55%;
    width: 90%;
}

.navigation-dots {
    text-align: center;
    position: absolute;
    top: 82.5%;
}

.portrait .navigation-dots {
    top: 87%;
}

.navigation-dot {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.navigation-dot.active {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.arrow-button {
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid white;
    border-radius: 1vw;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 1.5vh 3vh;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.portrait .arrow-button {
    padding: 2% 4%;
}

.arrow-button:active {
    transform: scale(0.95);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.hide {
    display: none !important;
}
#intro-screen-bra {
    padding: 2% 1% 5% 1%;
    width: 60%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    border-radius: 1.5em;
    background: rgba(49, 0, 0, 0.53);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.4px);
    border: 0.1em solid rgba(63, 0, 0, 1);
    overflow: hidden;
    align-items: center;
}

.portrait #intro-screen-bra {
    width: 90%;
}

#next-page-button{
    margin-right: 10%;
}
#prev-page-button{
    margin-left: 10%;
}

.portrait #next-page-button{
    position: absolute;
    bottom: 4.5%;
    right: 0;
}
.portrait #prev-page-button{
    position: absolute;
    bottom: 4.5%;
    left: 0;
}#free-rounds-counter-wrapper {
    visibility: hidden;
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 15%;
    height: 19%;
    background: radial-gradient(#AC042A,#680207,#450105);
    border-top-right-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    border: 0.1em solid white;
    border-left: none;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
#free-rounds-counter-wrapper > div {
    color: white;
    font-size: 1.8vw;
    height: 22%;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#free-rounds-win {
    background: #C30430;
    width: 70%;
    border: 0.08em solid #ffffff;
    border-radius: 0.3em;
}

#free-rounds-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f4f4f4;
    font-size: 16px;
}

#free-rounds-screen {
    position: absolute;
    top: 8.5%;
    left: 50%;
    width: 68%;
    height: 74%;
    transform: translate(-50%, 0);
    background: radial-gradient(#AC042A,#680207,#450105);
    border-radius: 0.3em;
    border: 0.2em solid white;
}

#free-rounds-congrats {
    font-size: 4vw;
    top: 5%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: max-content;
} 

#free-rounds-win-text {
    height: 50%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3vw;
    visibility: hidden;
}

#free-rounds-win-text p:first-child {
    font-size: 4vw;
}

#free-rounds-win-text p:last-child {
    font-size: 5vw;
}

#number-of-free-rounds {
    height: 50%;
    width: 90%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3vw;
} 

#number-of-free-rounds img {
    height: 50%;
}

#number-of-free-rounds div {
    font-size: 14vw;
    background: -webkit-linear-gradient(#C55F01, #FFD801, #faba00, #C55F01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.3vw;
    -webkit-text-stroke-color: #530000;
}

#number-of-free-rounds p {
    font-size: 3vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#number-of-free-rounds p:first-child {
    top: 2%;
}

#free-rounds-worth {
    bottom: 0;
    width: inherit;
}


#free-rounds-button-wrapper {
    position: absolute;
    top: 75%;
    height: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


#buttons-continue-postpone {
    position: absolute;
    bottom: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8%;
}

#free-rounds-decline {
    position: absolute;
    bottom: 15%;
    text-decoration: underline;
    pointer-events: none;
}

#free-rounds-continue {
    background-color: #2c8507;
    border: 0.1em solid #1BFF1A;
    border-radius: 0.2em;
    padding: 0.6em 3em;
    width: 5em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
#free-rounds-continue:active {
    background-color: #1BFF1A;
}

#free-rounds-postpone {
    background-color: #550115;
    border: 0.1em solid white;
    border-radius: 0.2em;
    padding: 0.6em 3em;
    width: 5em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#free-rounds-postpone:active {
    background-color: #76293e;
}

#free-rounds-yes-no {
    position: absolute;
    top: 75%;
    height: 25%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8%;
    visibility: hidden;
}

#free-rounds-yes,
#free-rounds-no,
#free-rounds-close {
    background-color: #3d0310;
    border: 0.08em solid white;
    border-radius: 0.2em;
    padding: 0.5em 2.5em;
    height: 1em;
    width: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#free-rounds-yes:active,
#free-rounds-no:active,
#free-rounds-close:active {
    background-color: #76293e;
}

#free-rounds-next-time,
#free-rounds-for-later,
#free-rounds-decline-text,
#free-rounds-another-game,
#free-rounds-expired,
#free-rounds-unavailable,
#free-rounds-bet {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 84%;
    font-size: 3vw;
    visibility: hidden;
}

.portrait #free-rounds-screen {
    top: 14%;
    width: 92%;
    height: 68%;
    border-radius: 0.4em;
    border: 0.1em solid white;
}

.portrait #free-rounds-congrats {
    font-size: 5vh;
}

.portrait #number-of-free-rounds {
    width: 100%;
    height: 60%;
    top: 10%;
}

.portrait #number-of-free-rounds img {
    height: 35%;
}

.portrait #number-of-free-rounds div {
    font-size: 20vh;
    -webkit-text-stroke-width: 0.02em;
}

.portrait #number-of-free-rounds p {
    font-size: 4vh;
    width: 80%;
}

.portrait #number-of-free-rounds p:first-child {
    top: 15%;
}

.portrait #buttons-continue-postpone {
    gap: 4%;
}

.portrait #free-rounds-continue {
    border: 0.08em solid #1BFF1A;
    border-radius: 0.1em;
    padding: 0.5em 1.8em;
    width: 4em;
    height: 1em;
}

.portrait #free-rounds-postpone {
    border: 0.08em solid white;
    border-radius: 0.1em;
    padding: 0.5em 1.8em;
    width: 4em;
    height: 1em;
}

.portrait #free-rounds-counter-wrapper {
    bottom: 9%;
    left: 0;
    width: 34%;
    height: 12%;
    border-top-right-radius: 0.9em;
    border-bottom-right-radius: 0.9em;
}

.portrait #free-rounds-counter-wrapper > div {
    font-size: 2.3vh;
}

.portrait #free-rounds-win {
    border: 0.1em solid #ffffff;
    border-radius: 0.3em;
}

.portrait #free-rounds-next-time, 
.portrait #free-rounds-for-later, 
.portrait #free-rounds-decline-text, 
.portrait #free-rounds-another-game, 
.portrait #free-rounds-expired,
.portrait #free-rounds-unavailable,
.portrait #free-rounds-bet {
    font-size: 4.5vh;
}

.portrait #free-rounds-yes, 
.portrait #free-rounds-no, 
.portrait #free-rounds-close {
    border: 0.1em solid white;
    border-radius: 0.1em;
    padding: 0.5em 1.5em;
    height: 1em;
    width: 3em;
}

.portrait #free-rounds-win-text {
    font-size: 5vh;
    width: 80%;
}

.portrait #free-rounds-win-text p:first-child {
    font-size: 6vh;
}

.portrait #free-rounds-win-text p:last-child {
    font-size: 7vh;
}

.fadeIn {
    animation: fadeIn 1s linear;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.fadeInWrapper {
    animation: fadeInWrapper 1s linear;
}

@-webkit-keyframes fadeInWrapper {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.4;
    }
}

.loader {
    width: 1.8vw;
    height: 1.8vw;
    border: 0.2vw solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.portrait .loader {
    width: 2.1vh;
    height: 2.1vh;
    border-width: 0.3vh;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#load-wrapper {
    padding: 0 3vw;
    display: none;
}

.portrait #load-wrapper {
    padding: 0 4vh;
    display: none;
}

#load-wrapper-1 {
    padding: 0;
    display: none;
}

#continueFR {
    display: block;
}

#yesFR {
    display: block;
}@font-face {
    font-family: 'OpenSansCondensed';
    src: url('fonts/OpenSansCondensed-Bold.ttf') format('truetype');
}

.bonus-splash {
    position: absolute;
    background: url('images/bonus-splash.jpg') no-repeat;
    background-size: 100% !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}

.modal-wrapper.processing-modal-wrapper .hourglass {
    background-image: url("images/loading-circle.gif");
    background-repeat: no-repeat;
    height: 4vh;
    width: 4vh;
    background-size: 200%;
    background-position: center;
    margin: auto;
    margin-top: 15px;
}

#rotate-device h2 {
    position: absolute;
    bottom: 7.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    font-size: 10vw;
    text-align: center;
}

.main-content {
    background-image: url("images/main-background.png");
    background-size: cover;
    padding: 0;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    transition: -webkit-transform .75s ease-out;
    transition: transform .75s ease-out;
    transition: transform .75s ease-out, -webkit-transform .75s ease-out;
}

.main-content .winning-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-content .winning-lines img {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.main-content .game-wrapper .canvas-wrapper {
    position: absolute;
    top: 9.5%;
    width: 75%;
    height: 72.4%;
    margin: auto;
    left: 0;
    right: 0;
}

#gamblePage {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: 'roboto', sans-serif;
    background-image: url('images/gamble-background.png');
    background-size: cover;
    pointer-events: none;
    visibility: hidden;
}

#historyCards {
    top: 2.5%;
    height: 17%;
    position: absolute;
    width: 50%;
    left: 25%;
}

#historyCards img {
    height: 100%;
    margin-right: 2.5%;
}


/*HELP SCREEN*/

#table>.col:nth-child(2)>.cell:nth-child(2) {
    flex: 1;
}

#table .col .cell img {
    max-height: 6em;
}

#substitute-text {
    margin-top: 5%;
    width: 60%;
}

#help-content {
    background-color: #241424;
}

/*HELP SCREEN END*/

#malfunction {
    color: #C0C0C0;
    text-shadow: -2px -2px 0 #652A14, -2px -1px 0 #652A14, -2px 0px 0 #652A14, -2px 1px 0 #652A14, -2px 2px 0 #652A14, -1px -2px 0 #652A14, -1px -1px 0 #652A14, -1px 0px 0 #652A14, -1px 1px 0 #652A14, -1px 2px 0 #652A14, 0px -2px 0 #652A14, 0px -1px 0 #652A14, 0px 0px 0 #652A14, 0px 1px 0 #652A14, 0px 2px 0 #652A14, 1px -2px 0 #652A14, 1px -1px 0 #652A14, 1px 0px 0 #652A14, 1px 1px 0 #652A14, 1px 2px 0 #652A14, 2px -2px 0 #652A14, 2px -1px 0 #652A14, 2px 0px 0 #652A14, 2px 1px 0 #652A14, 2px 2px 0 #652A14;
    position: absolute;
    font-size: 2.2vw;
    bottom: 4%;
    left: 0;
    width: 100%;
    text-align: center;
}#combination-selector-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(128, 128, 128, 0.3);
    justify-content: flex-start;
    flex-direction: column;
    font-size: 1vw;
    overflow-y: scroll;
    direction: rtl;
    color: #f4f4f4;
    pointer-events: none;
}

#combination-selector-wrapper.hid { 
    left: -49%;
    background: transparent;
}

#language-select {
    position: absolute;
    width: 8%;
    height: 3%;
    left: 0;
    top: 0;
    font-size: 1vw;
    text-align: center;
    direction: ltr;
    background: rgba(128, 128, 128, 0.5);
    outline: none;
    color: #f4f4f4;
    border: none;
    cursor: pointer;
    pointer-events: all;
}

#symbols-in-game-wrapper {
    width: 90%;
    display: grid;
    grid-gap: 0.2vw;
    justify-content: center;
    grid-auto-flow: row;
    direction: ltr;
    pointer-events: all;
}

.symbol-wrapper {
    background: rgba(128, 128, 128, 0.5);
    border: 1px solid transparent;
    cursor: pointer;
}

.symbol-wrapper:hover {
    border: 1px dashed #f4f4f4;
}

.symbol-wrapper.active {
    background: rgba(128, 128, 128, 0.7);
    border: 1px solid #f4f4f4;
}

#forced-combination-symbols-wrapper {
    width: 80%;
    display: grid;
    grid-gap: 0.1vw;
    justify-content: center;
    margin-top: 0.2vw ;
    direction: ltr;
    pointer-events: all;
}

.symbol-input {
    background: rgba(128, 128, 128, 0.5);
    border: 1px dashed black;
}

.symbol-input:hover {
    background: rgba(128, 128, 128, 0.7);
    border: 1px dashed #f4f4f4;
}

.upper-row {
    background: rgba(0, 0, 0, 0.5);
}

.upper-row:hover {
    background: rgba(0, 0, 0, 0.7);
}

.symbol-image {
    width: 80%;
    margin: auto;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#jackpot-combination-wrapper{
    width: 80%;
    display: grid;
    grid-gap: 0.2vw;
    justify-content: center;
    margin-top: 0.2vw ;
    grid-template-rows: 5vw;
    font-size: 1.5vw;
    direction: ltr;
    pointer-events: all;
}

#forced-win-ui-settings {
    width: 80%;
    display: grid;
    grid-gap: 0.2vw;
    justify-content: center;
    margin-top: 0.2vw ;
    grid-template-rows: 5vw;
    grid-template-columns: repeat(2, 17vw);
    font-size: 1.5vw;
    direction: ltr;
    pointer-events: all;
}

#forced-win-ui-settings>div {
    background: rgba(128, 128, 128, 0.5);
}

#forced-win-ui-settings>div:last-child {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(2, 8.4vw);
    grid-gap: 0.3vw;
}

#forced-win-ui-settings>div:last-child>div>* {
    pointer-events: none;
}

.jackpot-type {
    border: 2px solid transparent;
    background: rgba(128, 128, 128, 0.5);
    cursor: pointer;
}

.jackpot-type.active,
.jackpot-type:hover {
    border: 2px dashed #f4f4f4;
}
.jackpot-type.active{
    background: rgba(128, 128, 128, 0.7);
    border: 2px solid #f4f4f4;
}

.gold-jackpot-type {
    color: #f8b500;

}
.platinum-jackpot-type {
    color: rgb(181, 198, 208);

}

.diamond-jackpot-type {
    color: #21b4e2;
}

#forced-buttons-wrapper {
    width: 90%;
    display: grid;
    grid-gap: 0.2vw;
    justify-content: center;
    margin-top: 0.2vw;
    grid-template-rows: 5vw;
    grid-template-columns: repeat(4, 11vw);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5vw;
    direction: ltr;
    pointer-events: all;
}

#forced-buttons-wrapper>div:nth-child(-n+2) {
    background: rgba(128, 128, 128, 0.5);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#forced-buttons-wrapper>div:nth-child(2)>* {
    pointer-events: none;
}

#disabled-cheat-tool {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(255,0,0,0.5);
}

#disabled-cheat-tool:active {
    background: rgba(255,0,0,0.7);
}

#send-forced-combination {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(85, 179, 42, 0.7);
}

#send-forced-combination:active {
    background: rgba(85, 179, 42, 0.8);
}

.forced-checkbox {
    width: 1vw;
    height: 1vw;
    margin-right: 0.5vw;
}

#forced-input-wrapper {
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.3vw;
}

.forced-input {
    width: 8vw;
    height: 1.2vw;
    margin: 0 0.5vw;
    font-size: 0.9vw;
    outline: none;
    background: #f4f4f4;
    border: none;
    padding: 0 1px;
}

.forced-input::placeholder {
    color: rgba(128, 128, 128, 0.5);
    font-style: italic;
}

.error-holder {
    background: rgba(200, 0, 0, 0.7);
}

#scenario-combination-wrapper {
    width: 80%;
    display: grid;
    grid-gap: 0.2vw;
    justify-content: center;
    margin-top: 0.2vw ;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 13vw);
    grid-template-rows: repeat(3, 13vw);
    background: rgba(128, 128, 128, 0.5);
    direction: ltr;
    pointer-events: all;
}

.copied-combination-wrapper {
    flex-direction: column;
    background: rgba(128, 128, 128, 0.5);
    justify-content: space-evenly;
}

.copied-combination-wrapper>div:first-child,
 .copied-combination-wrapper>div:last-child  {
    width: 80%;
    justify-content: space-between;
}

.copied-combination-wrapper i {
cursor: pointer;
}

.scenario-combination {
    display: grid;
    grid-auto-flow: row;
}

.copied-symbol-input {
    background: rgba(128, 128, 128, 0.5);
    border: 1px dashed black;
}

.copied-symbol-input>img {
     width: 80%;
     height: 80%;
}

.edit-combination-selector{
    margin-right: 0.3vw;
}

#close-combination-selector-wrapper {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 2.5vw;
    text-align: center;
    color: #f4f4f4;
    cursor: pointer;
    pointer-events: all;
}

#close-combination-selector-wrapper:active {
    background: rgba(128, 128, 128, 0.7);
}

#recording-icons-wapper {
    bottom: 0;
    width: 100%;
    position: absolute;
    color: white;
    height: 15%;
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;
    font-size: 2vw;
}

#recording-wrapper {
    margin-right: 5vw;
}

#recording-icon {
    width: 1vw;
    height: 1vw;
    background: red;
    border-radius: 50%;
    margin-right: 0.5vw;
    animation: blink-rec 1s linear infinite;
}

#logo-wrapper>img {
    height: 5vw;
}

#combination-selector-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

#combination-selector-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
    -webkit-box-shadow: inset 0 0 15px black;
    -webkit-border-radius: 2px;
    border-radius: 27px;
    cursor: pointer;
}

#combination-selector-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #636363;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
    -webkit-box-shadow: inset 0 0 15px rgb(0 0 0 / 50%);
}

.marked-for-edit {
    color: #f8b500;
}

@media screen and (orientation:portrait) {
    #combination-selector-wrapper {
        width: 100%;
        font-size: 1vh;
    }

    #combination-selector-wrapper.hid { 
        left: -99%;
    }

    #symbols-in-game-wrapper {
        grid-gap: 0.1vh;
    }

    #forced-combination-symbols-wrapper {
        grid-gap: 0.1vh;
        margin-top: 0.2vh ;
    }

    #jackpot-combination-wrapper{
        grid-gap: 0.1vh;
        justify-content: center;
        margin-top: 0.2vh ;
        grid-template-rows: 5vh;
        font-size: 1.5vh;
    }

    #forced-buttons-wrapper {
        grid-gap: 0.1vh;
        margin-top: 0.2vh;
        grid-template-rows: 5vh;
        grid-template-columns: repeat(4, 11vh);
        font-size: 1.5vh;
    }

    .forced-checkbox {
        width: 1vh;
        height: 1vh;
        margin-right: 0.5vh;
    }

    #close-combination-selector-wrapper {
        font-size: 2.5vh;
    }

    #scenario-combination-wrapper {
        grid-template-columns: repeat(3, 13vh);
        grid-template-rows: repeat(3, 13vh);
    }

    .edit-combination-selector{
        margin-right: 0.3vh;
    }

    #forced-win-ui-settings {
        grid-gap: 0.1vh;
        margin-top: 0.2vh;
        grid-template-rows: 5vh;
        grid-template-columns: repeat(2, 17vh);
        font-size: 1.5vh;
    }

    #forced-win-ui-settings>div:last-child{
        grid-template-columns: repeat(2, 8.4vh);
        grid-gap: 0.3vh;
    }

    .forced-input {
        width: 8vh;
        height: 1.2vh;
        margin: 0 0.5vh;
        font-size: 0.9vh;
    }

    #recording-icons-wapper {
        bottom: 42%;
        font-size: 2vh;
        height: 9%;
    }
    
    #recording-wrapper {
        margin-right: 5vh;
    }
    
    #recording-icon {
        width: 1vh;
        height: 1vh;
        margin-right: 0.5vh;
    }

    #logo-wrapper>img {
        height: 5vh;
    }

    #language-select {
        font-size: 1vh;
    }
}

@keyframes blink-rec {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
