/*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*/#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);
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: black;
}

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+ */
    overflow: hidden;
    font-family: 'roboto', sans-serif;
    background-color: #000;
    position: fixed;
    height: 100%;
    width: 100%;
}

body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hide-box {
    display: none !important;
}

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;
}

@font-face {
    font-family: 'OpenSansCondensed';
    src: url('fonts/OpenSansCondensed-Bold.ttf') format('truetype');
}

.button {
    cursor: pointer;
}

.middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    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;
}

.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;
}

.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;
}

.free-spins-banner p {
    font-size: 8vh;
    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;
    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%;
    visibility: hidden;
}

.free-spins-label span {
    color: #ffff00;
    margin-left: 2%;
    display: inline !important;
}

.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 {
    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%;
}

.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;
}

@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;
}

/* 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 */

.main-section {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.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 {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.main-content .game-wrapper .canvas-wrapper {
    position: absolute;
    top: 9.5%;
    width: 75.14%;
    height: 72.4%;
    margin: auto;
    left: 0;
    right: 0;
}

.main-content .game-wrapper .win-table {
    position: absolute;
    height: 38.7%;
    width: 37.5%;
    background-image: url(images/table/table.png);
    background-size: cover;
    top: 6.5%;
    left: 10.7%;
    background-position: -781;
}

.main-content #game-logo {
    position: absolute;
    top: 0.2%;
    left: 52.3%;
    width: 40%;
    height: 50%;
    background-image: url(images/logo1.png);
    background-size: contain;
}

.lines-info-screen .help-arrays {
    position: absolute;
    top: -23%;
    left: 26.7%;
    width: 48.2%;
    height: 85.7%;
    background-image: url(images/help-arrays.png);
    background-size: cover;
}

.version-label {
    position: absolute;
    right: 5%;
    bottom: 4%;
    color: white;
}

.arrays-spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.lines-info-screen #help-logo {
    position: absolute;
    top: 0.2%;
    left: 35.3%;
    width: 31%;
    height: 39%;
    background-size: cover;
    background-image: url(images/logo1.png);
}

.win-table-text {
    display: inline-block;
    width: 58.1%;
    height: 100%;
}

.win-table-amount {
    position: absolute;
    height: 100%;
    width: 38%;
    display: inline-block;
    padding-right: 2%;
    text-align: right;
    color: white;
}

.win-table-row {
    left: 0;
    width: 98.1%;
    height: 9.7%;
    font-size: calc(1vmax + 1vmin);
    padding-left: 1.9%;
    line-height: calc(1.3vmax + 1.3vmin);
    color: yellow;
    text-shadow: 0.14vw 0.14vw 0.01vw rgba(20, 20, 20, 1);
    margin-bottom: 0.7%;
    padding-top: 1%;
}

.active-win {
    background-image: url(images/table/highlight-field.png);
    background-size: cover;
    color: red !important;
    text-shadow: none;
}

.active-win>.win-table-amount {
    color: red;
}

/*                   CARDS                       */

.cards-canvas {
    position: absolute;
    pointer-events: none;
    top: 0;
}

.cards {
    position: absolute;
    width: 100%;
    height: 30.9%;
    top: 50%;
    -webkit-perspective: 70vw;
    perspective: 70vw;
}

.card {
    width: 13.1%;
    height: 100%;
    background-size: cover !important;
    margin-right: 1.65%;
    margin-left: 1.65%;
    float: left;
    position: relative;
}

.front {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

#cardface0 {
    background: url(images/cards/31.png);
}

#cardface1 {
    background: url(images/cards/20.png);
}

#cardface2 {
    background: url(images/cards/43.png);
}

#cardface3 {
    background: url(images/cards/113.png);
}

#cardface4 {
    background: url(images/cards/121.png);
}

.back {
    background: url(images/cards/backface.png);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.card * {
    background-size: cover !important;
    position: absolute;
    width: 100%;
    height: 100%;
}

.win-frame {
    visibility: hidden;
    position: absolute;
    background: url(images/win.png);
    background-size: cover;
    width: 123%;
    left: -11.8%;
    top: -14.5%;
    height: 123%;
}

.win-card>.win-frame {
    visibility: visible;
}

.stop-card>.stop-sign {
    visibility: visible;
}

.stop-sign {
    visibility: hidden;
    position: absolute;
    background: url(images/stop.png);
    background-size: cover;
    width: 65.8%;
    left: 17.1%;
    top: 24%;
    height: 50%;
}

/* ----------------------------------------------------------- */

/*.main-content.scrolled,
.lines-info-screen.scrolled,
#jackpotInfoScreen.scrolled {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.main-content.scrolled-2,
.lines-info-screen.scrolled-2,
#jackpotInfoScreen.scrolled-2 {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}*/

.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;
}

#currency {
    opacity: 1;
}

.info-labels ul:nth-child(1) {
    cursor: pointer;
}

.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%;
}

.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;
    /* padding-left: 5%; */
    width: 100%;
}

.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: 2.4%;
    width: 33%;
    float: left;
}

.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.9%;
    float: right;
    justify-content: flex-end;
    margin-bottom: 2.5%;
}

.collect-button {
    width: 58% !important;
    font-size: 2.2vh;
    color: rgba(255, 255, 255, 0.3);
}

.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% !important;
    height: 65% !important;
    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: 8.05%;
    bottom: -7.5%;
}

.mobile-info .mobile-info-wrapper {
    top: 0;
    width: 100%;
    height: 100%;
}

.mobile-info-span {
    width: 90%;
    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: 88.5%;
    font-size: 3.7vh;
    margin-top: 1%;
    text-align: left;
    bottom: 27%;
    position: absolute;
}

.mobile-info-wrapper div span {
    width: 100%;
    /* padding-left: 10%; */
    text-align: center;
}

.bet-buttons {
    float: right;
    height: 100%;
    width: 42.5%;
    text-align: right;
}

.extra-buttons {
    width: 27.5%;
    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;
}

#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;
    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);
}

#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;
}

#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;
}

.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;
}

* {
    font-family: 'roboto', sans-serif;
}

a:focus,
a:active,
a:visited,
button:focus,
button:active,
button:visited {
    outline: none !important;
}

#fireworks {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-image: url('images/jackpot-background.png');
    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;
}

#win-canvas,
#mosaic-canvas {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}

#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%;
    height: auto;
    border: 0.1vw solid rgba(255, 255, 255, 0.8);
    border-bottom: none !important;
    border-radius: 0.3vw 0.3vw 0.1vw 0.1vw;
    background: black;
    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);
}

#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%;
}

@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;
}

/* MOBILE CONTROLS */

@media all and (max-width: 989px) {

    #start-mobile,
    #take-win-mobile,
    #gamble-mobile,
    #take-win-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,
    #take-win-mobile,
    #gamble-mobile:active,
    #take-win-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;
    }

    #take-win-mobile {
        visibility: hidden;
        pointer-events: none;
        top: 62%;
        height: 14%;
        font-size: 2.8vw;
        color: yellow;
    }

    .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: 1%;
        width: 17.5%;
        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-left: none; */
        /* border-top: none; */
        border-radius: 0 2vh 2vh 0;
        top: 10%;
        left: 0;
        color: white;
        text-align: center;
        vertical-align: middle;
        /* padding-right: 0.5%;
        padding-top: 0.2%; */
        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%;
    }

    .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-top: 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;
    }
}

.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;
}

/*#display-card {
    visibility: hidden;
}*/

#canvas-blink {
    height: 75%;
    width: 14.35%
}

/*#display-card, */

.gamble-card {
    position: absolute !important;
    left: 42.9% !important;
    max-width: none;
}

#gamble-card {
    visibility: visible;
}

.gamble-card-stack {
    position: absolute;
    left: 8%;
}

.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%;
}

#historyCards img {
    height: 100%;
    margin-right: 2.5%;
}

/*GAMBLE END*/

#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);
    }
}

/**** MODALS ****/

.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;
}

.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;
}

/*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: 8.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;
    /*border-left: 0.5vh solid white;
    border-right: 0.5vh solid white;*/
}

/*mobile menu modal end*/

/**** MODALS END ****/

/*HELP SCREEN*/

/*rules screen*/

.lines-info-screen {
    background-image: url("images/info-screen-rules.png");
    background-size: cover;
    padding: 0;
    position: absolute;
    top: -100%;
    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;
}

.lines-info-screen h3 {
    margin: 0;
    font-size: calc(2.5vmax + 2.5vmin);
    color: #FBB245;
    text-shadow: -2px -2px 0 #85581C, -2px -1px 0 #85581C, -2px 0px 0 #85581C, -2px 1px 0 #85581C, -2px 2px 0 #85581C, -1px -2px 0 #85581C, -1px -1px 0 #85581C, -1px 0px 0 #85581C, -1px 1px 0 #85581C, -1px 2px 0 #85581C, 0px -2px 0 #85581C, 0px -1px 0 #85581C, 0px 0px 0 #85581C, 0px 1px 0 #85581C, 0px 2px 0 #85581C, 1px -2px 0 #85581C, 1px -1px 0 #85581C, 1px 0px 0 #85581C, 1px 1px 0 #85581C, 1px 2px 0 #85581C, 2px -2px 0 #85581C, 2px -1px 0 #85581C, 2px 0px 0 #85581C, 2px 1px 0 #85581C, 2px 2px 0 #85581C;
}

.lines-info-screen p {
    font-size: calc(0.8vmax + 0.8vmin);
    letter-spacing: .06vh;
    color: #FE9500;
    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;
}

.lines-info-screen p span {
    letter-spacing: .1vh;
    color: transparent;
    text-shadow: 0px 0px 0 transparent;
}

.lines-info-screen .paylines-help {
    position: absolute;
    top: 16.5%;
    width: 75%;
    height: 33%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#help-rules-title {
    position: absolute;
    top: 12%;
    width: 100%;
    text-align: center;
}

#help-rules-desc {
    position: absolute;
    top: 38%;
    left: 20%;
    width: 60%;
    text-align: center;
    line-height: 1.3;
}

#help-gamble-title {
    position: absolute;
    top: 69%;
    width: 100%;
    text-align: center;
}

#help-gamble-desc {
    position: absolute;
    top: 79%;
    left: 20%;
    width: 60%;
    text-align: center;
    line-height: 1.3;
}

/*rules screen end*/

/*jackpot help screen start*/

#jackpotInfoScreen {
    background-image: url("images/gamble-background.png");
    background-size: cover;
    padding: 0;
    position: absolute;
    top: -200%;
    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;
}

#jackpot-title {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 8vh;
    color: #FBB245;
    text-shadow: -2px -2px 0 #85581C, -2px -1px 0 #85581C, -2px 0px 0 #85581C, -2px 1px 0 #85581C, -2px 2px 0 #85581C, -1px -2px 0 #85581C, -1px -1px 0 #85581C, -1px 0px 0 #85581C, -1px 1px 0 #85581C, -1px 2px 0 #85581C, 0px -2px 0 #85581C, 0px -1px 0 #85581C, 0px 0px 0 #85581C, 0px 1px 0 #85581C, 0px 2px 0 #85581C, 1px -2px 0 #85581C, 1px -1px 0 #85581C, 1px 0px 0 #85581C, 1px 1px 0 #85581C, 1px 2px 0 #85581C, 2px -2px 0 #85581C, 2px -1px 0 #85581C, 2px 0px 0 #85581C, 2px 1px 0 #85581C, 2px 2px 0 #85581C;
}

#jackpot-text {
    position: absolute;
    width: 77%;
    height: 50%;
    left: 10.8%;
    top: 30%;
    text-align: center;
    font-size: 4vh;
    letter-spacing: 0.12vh;
    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;
}

/*jackpot help screen end*/

/*help screen controls*/

/*help screen controls*/

.info-up-button,
.info-down-button {
    color: dodgerblue;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    font-size: 5vh !important;
    right: 2.5%;
    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;
    width: 7.5%;
    height: 12.5%;
    text-align: center;
}

.info-up-button {
    top: 35%;
}

.info-down-button {
    top: 52.5%;
}

/*help screen controls end*/

/*HELP SCREEN END*/

.hold:after {
    content: "";
    display: block;
    position: relative;
    background-color: red;
    height: 100%;
    width: 100%;
    background: url(images/stop.png);
    background-repeat: round;
}

#malfunction,
.rtp {
    color: #FE9500;
    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;
}

.rtp {
    bottom: 0.8%;
    top: auto;
}

/* 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-1,
#auto-play-quick-wrapper-2 {
    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: 24.5%;
    width: 100%;
}

#auto-play-quick-wrapper-2 {
    top: 31%;
}

#auto-play-rules-wrapper {
    width: 100%;
    height: 45%;
    text-align: center;
    top: 38%;
}

#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;
}

#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);
}

#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-1>.auto-play-elements-wrapper>label,
#auto-play-quick-wrapper-2>.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;
    cursor: not-allowed;
}

.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;
}

/* Slider style end */

/* Clock start*/

#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.5vw;
    border-right: 0.15vw solid rgba(255, 255, 255, 0.7);
    border-bottom: 0.15vw solid rgba(255, 255, 255, 0.7);
}

/* Clock end*/

/* Currency start*/

#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);
}

/* Currency end*/

#game-bet-win-loss-label {
    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.3vw;
    font-size: 1.05vw;
    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);
    pointer-events: none;
}

@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) {
    #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;
    }

    /* #game-clock {
        visibility: hidden;
    } */
}

#gamble-illegal-bet {
    position: absolute;
    color: tomato;
    font-size: 1.5vw;
    top: 80%;
    visibility: hidden;
}

/* 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;
}

#popup-message-wrapper {
    visibility: hidden;
}