#header-groups {
    width: 84% !important;
    height: 100% !important;
    float: left;
    background-color: rgb(29 47 67 / 70%);
}

/* begin common */
html {
    margin: 0;
    width: 100%;
    height: 100vh;
    /*background: url("img/back-pattern.png") repeat-x;*/
}

.full-width {
    width: 100% !important;
}

.full-size {
    height: 100%;
    width: 100%;
}

.full-screen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

.fit.text-left {
    margin-left: 0;
}

.popped {
    left: 70% !important;
}

.overlay {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.transparent {
    opacity: 0;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    padding: 1px 20px;
    border: solid #487896 4px;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    height: 43% !important;
    line-height: 33px;

    border-image: linear-gradient(to bottom right, #3b5675 0%, #13263d 100%);
    cursor: pointer;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.wizard {
    transform-origin: center top;
}

.wizard, #login-dialog {
    -webkit-text-size-adjust: auto;
    z-index: 1002;
}

.form {
    z-index: 1002;
}

.dialog {
    position: absolute;
    top: 190px;
    left: 50%;
    width: 1024px;
    height: 768px;

    transform: translateX(-50%);
    border: 6px solid white;
    border-radius: 6px;

    border-bottom: 10px solid #222;
    background-image: linear-gradient(#FFF, #222),
    linear-gradient(#FFF, #222);
    background-size: 10px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
}

.dialog > .header {
    width: 100%;
    height: 68px;
}

.dialog > .header > .title {
    position: absolute;
    font-size: 56px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #e1935d;
    height: 76px;
    margin-top: -7px;

    left: 270px;
}

.dialog > .body {
    width: 100%;
    height: 700px;
    font-size: 72px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: white;
}

.dialog > .body > .row {
    float: left;
    width: 100%;
    height: 15%;
    margin-top: 5%;
    cursor: pointer;
}

.dialog > .body > .row:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.dialog > .body > .row > div:nth-child(1) {
    width: 25%;
    float: left;
    height: 100%;
    padding-left: 50px;
}

.dialog > .body > .row > div:nth-child(2) {
    width: 45%;
    font-weight: 400;
    float: left;
    height: 100%;
    padding-left: 50px;
}

.dialog > .body > .row > div:nth-child(3) {
    width: 15%;
    float: left;
    height: 100%;
    text-align: right;
}

.dialog > .body > div {
    height: 100%;
}

.dialog-close {
    background-color: #bf0000;
    width: 68px;
    height: 68px;
    color: white;
    position: absolute;
    right: 0;
    cursor: pointer;

}

.dialog-close > .x {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 56px;
    right: 17px;
    top: 0;
    margin-top: -7px;
    position: absolute;
}

.game-panel {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    transition: transform 1.5s;
    transform: translateX(0%);
    will-change: transform;
}

.coming-soon {
    background-color: black;
    width: 100%;
    bottom: 0;
    opacity: 0.8;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

span.first {
    float: left;
    margin-top: 15px;
    width: 5%;
    color: white;
}

input.first {
    float: left !important;
    width: 95% !important;
}


#background {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000 !important;
}

#background > .spacer {
    height: 74%;
    position: relative;
}

#background > .spacer > img {
    height: 96%;
    max-width: 100%;
    max-height: 96%;
    opacity: 0.2;

    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#background-overlay {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

#background > .header {
    height: 15%;
}

#background > .footer {
    height: 11%;
}

#footer {
    width: 100%;
    height: 11%;
    position: absolute;
    bottom: 0;
    display: flex;
}

#footer > #plus18-icon {
    width: 8%;
}

#footer > #plus18-icon > img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#curacao-icon > img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#footer > #play-with-responsibility > img {
    position: absolute;
    width: 100%;
    max-width: 80%;
    max-height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* contact & policy */
#footer > #show-contact, #footer > #show-policy {
    cursor: pointer;
    height: 100%;
}

/* logo */
#logo {
    position: fixed;
    background-size: contain !important;
}

/* header */
#header {
    position: relative;
    width: 100%;
    height: 15%;
}

#fun-points {
    font-weight: 600;
    margin-left: 20px;
    font-size: 64px;
    position: absolute;
}

#uncashable-points, #user-id {
    position: absolute;
    font-weight: 600;
    padding-right: 20px;
    font-size: 64px;
    height: 100%;
    width: 100%;
    text-align: right;
}

#user-id-title {
    position: absolute !important;
    width: 25%;
    height: 22%;
    left: 53%;
    top: 2%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #47be46;
}

#uncashable-points > .text-right > span {
    padding-right: 17%;
}

#points-container {
    position: absolute;
    width: 54%;
    height: 46%;
    left: 24%;
    top: 25%;
    margin: 0;
}

/* header display */
#display, #display-uncashable, #display-user {
    position: absolute;
    top: 0;
    height: 100%;
    padding-right: 10px;
    background-color: black;
    shape-margin: 20px;
    -webkit-shape-margin: 20px;
}

#display {
    left: 0;
    width: 40%; /*54.5*/
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

#display-uncashable {
    left: 34%;
    width: 40%;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}

#display-user {
    right: 0;
    width: 32%;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

/* */
#credit-title {
    position: absolute;
    width: 25%;
    height: 22%;
    left: 24%;
    top: 1%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #47be46;
}

#uncashable-title {
    position: absolute !important;
    width: 25%;
    height: 22%;
    left: 43%;
    top: 2%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ff8200;
}

#uncashable-title > span {
    text-align: center;
}

/* buttons */
#login, #register, #logout, #cash-management {
    cursor: pointer;
    position: relative;
    height: 100%;
    float: right;
    width: 6%;
    margin-right: 4%;
}

#login > img, #register > img, #logout > img, #cash-management > img {
    position: absolute;
    max-height: 85%;
    max-width: 150%;
    height: 130%;
    top: 50%;
    transform: translateY(-50%);
}

/* display */
#display {
    background-color: black;
    padding: 0 10px;
    text-align: right;
}

/* floaters */
.floater {
    float: right;
    color: white;
    font-size: 36px;
    height: 52px;
}

.floater.single {
    margin: 55px 10px;
}

.floater.left {
    float: left;
    height: 100%;
}

.floater.double {
    margin: 30px 10px;
}

/* swiper */
.swiper-container {
    position: relative;
    width: 95% !important;
    height: 90% !important;
    top: 5%;
    margin-left: auto;
    margin-right: auto;
}

/*-.swiper-slide {
    display: flex;
    height: calc((100% - 30px) / 2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}*/

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /*height: 46%;*/
    height: calc((100% - 30px) / 2);
    width: 100%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*margin-bottom: 20px;*/

}

.swiper-slide > p {
    position: absolute;;
    color: #fff;
    margin-bottom: 0;
}

.swiper-slide > a {
    width: 100%;
    height: 95%;
    position: absolute;
    overflow: hidden;
}

.swiper-slide > a {
    /*padding-bottom: 15px;*/
}

.swiper-slide a img::before {
    content: '';
    width: 100%;
    height: calc(100% + 10px);
    background-color: #ccc;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}

.swiper-slide a img:first-child {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.swiper-slide a img:nth-child(2) {
    pointer-events: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.swiper-slide a img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper-button-disabled {
    opacity: 0;
}

/* playground */
#playground {
    width: 84%;
    margin-left: 8%;
    height: 57%;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    overflow: hidden;
}

#playground > #inner {
    position: absolute;
    top: 8%;
    align-self: center;
    width: 100%;
    height: 84%;
}

#playground > div > img {
    width: 95%;
    height: 95%;
}

#playground > #inner > div > div {
    width: 31%;
    height: 50%;
    position: relative;
}

#playground > #inner > div > div img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* playground arrows*/
#playground > .left-arrow, #playground > .right-arrow {
    cursor: pointer;
    position: fixed;
}

#playground > .left-arrow {
    float: left;
}

#playground > .right-arrow {
    float: right;
}

#playground > .left-arrow:focus, #playground > .right-arrow:focus {
    outline: 0;
}

#playground > .left-arrow img:first-child {
    display: block;
}

#playground > .left-arrow img:last-child {
    display: none;
}

#playground > .left-arrow:hover img:last-child {
    display: block;
}

#playground > .left-arrow:hover img:first-child {
    display: none;
}

#playground > .right-arrow img:first-child {
    display: block;
}

#playground > .right-arrow img:last-child {
    display: none;
}

#playground > .right-arrow:hover img:last-child {
    display: block;
}

#playground > .right-arrow:hover img:first-child {
    display: none;
}

/* */
#game-type-navigator {
    height: 12%;
    width: 100%;
}

#game-type-navigator > #gt-left {
    width: 8%;
    height: 100%;
    float: left;
    display: block;
}

#game-type-navigator > #gt-right {
    width: 8%;
    height: 100%;
    float: right;
}

#game-type-navigator > #gt-left > img {
    float: right;
    margin-right: 10%;
}

#game-type-navigator > #gt-right > img {
    float: left;
    margin-left: 10%;
}

#game-type-navigator > #gt-left > img, #game-type-navigator > #gt-right > img {
    height: 96%;
    max-width: 100%;
    max-height: 96%;
    margin-top: 2%;
    opacity: 0.1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#game-type-navigator > #gt-left > img:hover, #game-type-navigator > #gt-right > img:hover {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* game type */
#game-type-navigator .game-type {
    position: relative;
    height: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

#game-type-navigator .game-type p {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    height: 38%;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 40px;
    bottom: 0;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
}

#game-type-navigator .game-type.selected {
    height: 100%;
    float: left;
    background: none;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: default;
}

/* columns */
#cl1 {
    padding-left: 50px;
    float: left;
    width: 25%;
}

#cl1 > div {
    width: 100%;
    height: 18%;
    margin-top: 12%;
}

#cl2 {
    padding-left: 50px;
    float: left;
    width: 45%;
    font-weight: 400;
}

#cl2 > div {
    width: 100%;
    height: 18%;
    margin-top: 6.5%;
}

#cl3 {
    text-align: right;
    width: 15%;
    float: left;
}

#cl3 > div {
    width: 100%;
    height: 18%;
    margin-top: 19%;
}

input {
    height: 56px;
    color: white;
    background-color: black;
    border: 0;
    font-size: 56px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

/* pin */
#idpin > div:nth-child(1) {
    float: left;
    margin-left: 40px;
    width: 60%;
}

#idpin > div:nth-child(1) > input {
    width: 70%;
}

#idpin > div:nth-child(2) > input {
    width: 14%;
}

#idpin > div:nth-child(3) > input {
    position: absolute;
    background-color: #277600;
    left: 45%;
    width: 10%;
    height: 79px;
    padding: 1px 6px;
}

/* POLICY */
#policy {
    position: fixed;
    width: 100%;
    top: 15%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
}

#policy-title {
    font-family: 'open-sans-light';
    font-size: 116px;
    text-transform: uppercase;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    text-align: right;
    opacity: 0.2;
}

#policy_content {
    position: relative;
    width: 90%;
    left: 5%;
}

#policy_content > h3 {
    position: absolute;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
}

#policy_content > h3::before {
    position: absolute;
    width: 90vw;
    height: 10px;
    left: 0;
    margin-top: 42px;

    content: "";
}

#policy_content > h3 + p {
    margin-top: 80px;
}

#policy_content > h3 + ol {
    margin-top: 130px;
}

#policy_content > ol, #policy_content > p {
    font-size: 30px;
}

.close-policy {
    position: fixed;
    top: 7px;
    width: 134px;
    right: 12px;
    z-index: 1001;
    padding-left: 19px;

    text-decoration: none;
    cursor: pointer;

    font-weight: bold;
}

.close-policy:after {
    content: 'X';
}

/* contact */
.close-contact {
    position: absolute;
    left: 90%;
    right: 42px;
    text-decoration: none;
    top: 5px;
    cursor: pointer;
}

.close-contact:after {
    content: 'X';
}

#contact {
    position: fixed;
    top: 0;
    left: 100%;
    height: 89%;
    background-color: rgba(0, 0, 0, 0.9);
    width: 30%;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    z-index: 2;
}

#contact > div:nth-of-type(1) {
    float: left;
    width: 50%;
    margin-top: 7%;
}

#contact > div:nth-of-type(1) > img {
    max-width: 90%;
}

#contact > div:nth-of-type(2) {
    padding-left: 10px;
    float: right;
    width: 50%;
    height: 90%;
    margin-top: 10%;
}

#contact p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

#contact h3 {
    font-family: 'Open Sans', sans-serif;
}

#contact p.lower {
    margin-bottom: 20px;
}

#registration-error, #registration-ok, #registration-waiting {
    color: #fff;
}

/* end common */


#game-loader > .centered {
    position: absolute;
    left: 45%;
    top: 45%;
}

.sk-circle {
    margin: 0px auto;
    width: 100px;
    height: 100px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


#register-dialog .text-right {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control {
    transition: none !important;
    -webkit-transition: none !important;
    height: 54px;
    font-size: 24px;
}

input[type=number].password {
    -webkit-text-security: disc;
}

.elem-hidden {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* firefox smaller font*/
.btn.btn-signin {
    font-size-adjust: 0.5;
}

.cm-button > div {
    cursor: pointer;
}

.register p span {
    font-weight: bold;
    color: wheat;
}

#game-type-navigator .game-type, #game-type-navigator .game-type.selected {
    width: 16.8%;
}

#game-type-navigator .game-type > div {
    width: 90%;
    height: auto;
    cursor: pointer;
    top: 0;
    position: relative;
}

#game-type-navigator .game-type > div > img {
    display: block;
    height: auto;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    margin: auto;
}

#register-dialog .form-signin p.info.button {
    margin-bottom: 20px;
    color: inherit;
}


#fun-points > div, #uncashable-points > div {
    height: 70%;
    top: 15%;
}


#fun-points i {
    float: left;
}

#uncashable-points i {
    float: right;
    margin-right: 3vw;
}


/* language selector stuff */
#language-selector {
    position: relative;
    left: 0%;
    width: 8%;
    height: 100%;
    order: 0;
}

#language-selector > .language {
    height: 80%;
    top: 10%;
    position: absolute;
    left: 8%;
    width: 100%;
    /*pointer-events: none;*/
}

#language-selector > .language > img {
    height: 100%;
    width: 100%;
    /*pointer-events: none;*/
}

.drop-up {
    display: inline-block;
}

.drop-up-content {
    display: none;
    position: fixed;
    background-color: #101924;
    bottom: 11%;
    left: 1%;
    z-index: 1;
    min-width: 22%;
    filter: drop-shadow(30px 0px 8px #000);
}

.drop-up-content img {
    height: 11%;
}

.drop-up-content a {
    color: black;
    text-decoration: none;
    display: inline-block;
    height: 11vh;
    line-height: 10vh;
    padding: 1vh 1vw 1vh 1vw;
    width: 33%;
    border: solid 2px #777;
}

.drop-up-content a > p {
    float: left;
    color: #fff;
    margin-right: 1vw;
    width: 16vw;
    line-height: 9vh;
    font-size: 6vh;
    filter: drop-shadow(3px 0px 4px #000);
}

.drop-up-content a > img {
    float: right;
    height: 100%;
    filter: drop-shadow(3px 0px 4px #000);
}

.drop-up-content a:hover {
    background-color: #424f5d;
}

.drop-up:hover .drop-up-content, .drop-up:active .drop-up-content {
    display: block;
}

/* language selector stuff ends */

[data-id="Amatic"], [data-id="Novomatic"], [data-id="Pragmatic Play"], [data-id="Netent"], [data-id="Quickspin"], [data-id="Wazdan"], [data-id="EGT"],
[data-id="Merkur"], [data-id="Lemon7 slots"], [data-id="Dogs Bingo"], [data-id="Live casino"], [data-id="X live"], [data-id="Playngo"],
[data-id="Gamomat"], [data-id="Microgaming"], [data-id="Kajot"], [data-id="Auxo"], [data-id="Sport Area"], [data-id="Booongo"] {
    display: none;
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

#header-groups {
    overflow: hidden;
}

/* bills */
.bill-container {
    display: flex;        /* Turns on flexbox for the container */
    justify-content: center;  /* Centers items horizontally */
    align-items: center;  /* Centers items vertically */
    margin: 5px;
}

.bill {
    padding: 10px;       /* Just to give each item some space */
    font-size: 2em;
    margin: 5px;
    color: #444;
    border-top: 0.2vh solid #53afe8;
    background-color: rgba(0,0,0,0.9);
}

.bill.active {
    color: white;
    border-top: 0.2vh solid #53e85a;
    background-color: rgb(37 154 0);
}

.blackbox-bill-container {
    height: 45%;
    background-color: rgba(0,0,0,0.6);
    width: 86%;
    left: 7%;
    position: relative;
    top: 4%;
    border: 0.5vh solid #53afe8;
    border-left: 0;
    border-right: 0;
}

.blackbox-bill-container > div {
    height: 50%;
}

.blackbox-bill-container > div > p {
    color: white;
}

@keyframes flashing {
    0%   { color: red; opacity: 1; }
    50%  { color: red; opacity: 0.5; }
    100% { color: red; opacity: 1; }
}

.flashing-text {
    animation: flashing 1s infinite;
}

.marker {
    position: absolute;
    top: -10px;
    right: 10px;
    color: white;
    font-weight: bold;
    background-color: red;
    padding: 2px 5px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    z-index: 1;
    text-transform: uppercase;
}

