:root {
    --img-play: url(/joker/play.png);
    --img-divider: url(/joker/divider.png);
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

body {
    font-family: 'Exo 2', sans-serif;
    max-width: 970px;
    display: block;
    margin: auto;
    margin-top: 20px;
    background-color: #111
}

a,
a:hover {
    text-decoration: none;
    color: #fff
}

.header {
    padding: 6px;
    margin: 0 auto;
    max-width: 900px
}

.header h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff
}

.header::after {
    content: "";
    display: block;
    height: 15px;
    background: center no-repeat;
    background-image: var(--img-divider);
    background-size: contain;
}

.container {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.container-category {
    margin: 0 auto;
    padding: 5px
}

.category {
    color: #fff;
    text-align: center;
}

.filter a {
    display: inline-block;
    padding: 12px;
    margin: 10px 5px;
    border-radius: 8px;
    cursor: pointer;
}

.unik2v55 {
    float: left;
    width: 19.666667%;
    border: none;
    text-align: center;
    position: relative;
    -webkit-animation: zoom-in .5s;
    animation: zoom-in .5s;
}

.font-rtp {
    font-weight: 400;
    font-size: 15px;
    padding: 2px
}

.unik3v55 {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    background-color: #222;
    border-radius: 10px;
    padding: 5px 0
}

.percent {
    height: 12px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #555;
    position: relative;
    z-index: 99;
    border-radius: 5px;
    width: 95%;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    margin: 0 auto
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    transform: translateY(14px);
    color: #000
}

.percent-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .7s ease;
    -webkit-animation: progress-bar-stripes 5s linear infinite;
    animation: progress-bar-stripes 5s linear infinite;
    z-index: 10
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 20px 50px;
    }
}

@-moz-keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 20px 50px;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 20px 50px;
    }
}

@-webkit-keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}

@-moz-keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}

@-webkit-keyframes pulse-btn {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}

@-moz-keyframes pulse-btn {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}

@keyframes pulse-btn {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}

.yellow {
    background-color: #ffff00de;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.2), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.green {
    background-color: #28a745;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.2), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.red {
    background-color: #dc3545;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.2), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.button-v221 {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    text-align: center;
    align-items: center;
    padding: 8px;
    border-radius: 15px;
    display: block;
    margin: 10px 30px;
    box-shadow: 0 0 5px #000;
    background-color: #000000;
    background-image: linear-gradient(to bottom, #fc0000 0%, #000000 100%);
    transition: all .3s ease
}

.button-v221:hover {
    background-image: linear-gradient(to bottom, #000000 0%, #fc0000 100%);
}

.button-v221:before {
    content: "";
    display: inline-block;
    line-height: 15px;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    background: center no-repeat;
    background-image: var(--img-play);
    background-size: contain;
}

.button-v551 {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    text-align: center;
    align-items: center;
    padding: 8px;
    display: block;
    margin: 10px 30px;
    border: 2px solid #000000;
    box-shadow: 0 0 5px #000;
    transition: all .3s ease
}

.button-v551:active,
.button-v551:visited {
    border: 2px solid #fff;
}

.button-v552 {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    text-align: center;
    align-items: center;
    padding: 8px;
    display: block;
    margin: 10px 30px;
    box-shadow: 0 0 5px #000;
    background-color: #000000;
    background-image: linear-gradient(to bottom, #fc0000 0%, #000000 100%);
    transition: all .3s ease
}

.button-v552:active {
    background-image: linear-gradient(to bottom, #000000 0%, #fc0000 100%);
}

.pulses {
    background: (#fc0000);
    box-shadow: 0 0 0 0 (#fc0000);
    animation: pulse-btn 2s infinite;
}

.game-img {
    width: 90%;
    margin: 3px;
    border-radius: 10px;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 50%) inset;
    transition: all .45s ease-in-out
}

@media (max-width:800px) {
    .unik2v55 {
        width: 33.3%
    }

    .percent {
        height: 10px
    }

    .game-img {
        height: auto
    }

    .button-v221 {
        margin: 10px 15px
    }
}