@font-face {
    font-family: "RefrigeratorDeluxe-Heavy";
    src: url("/css/fonts/RefrigeratorDeluxe-Bold.eot");
    src: url("/css/fonts/RefrigeratorDeluxe-Heavy.otf") format("opentype");
    /* src: url("/fonts/Refrigerator-Deluxe-Heavy.ttf") format("truetype"); */
}

:root {
    --top: 80px
}

body[page="home"] main {
    height: 100%;
}

body[page="home"] header .account {
    top: -18px;
    bottom: auto;
    right: 18px;
}

body[page="home"].out header .account {
    top: 14px;
}

body[page="home"] .header-section {
    display: flex;
    justify-content: center;
    height: auto;
    position: absolute;
    top: 340px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}

body[page="home"] .header-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 2;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#15171d00), color-stop(56%, #15171D)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #15171d00 0%, #15171D 56%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #15171d00 0%, #15171D 56%) 0% 0% no-repeat padding-box;
}

.hero-animation {
    animation: heroAnimation 0.5s ease-out;
}

@keyframes heroAnimation {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

body[page="home"] .header-section .major-bonus {
    display: flex;
    flex-direction: column;
    width: 460px;
    align-items: center;

}

body[page="home"] .header-section .major-bonus .title h2 {
    text-transform: initial;
    font-size: 24px;
    line-height: 32px;
    color: #00EBFF;
    font-weight: bold;
    margin: 0 0 23px 0;
}

body[page="home"] .header-section .major-bonus .title h1 {
    font-family: RefrigeratorDeluxe-Heavy;
    text-transform: initial;
    color: #E6F1FF;
    font-size: 60px;
    margin: 0;
    line-height: 51px;
}

body[page="home"] .header-section .major-bonus .title p {
    font-family: RefrigeratorDeluxe-Heavy;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    color: #e6f1ffb3;
    letter-spacing: 0.66px;
    margin: 0;
}

body[page="home"] .header-section .major-bonus a {
    align-self: center;
    margin-top: 53px;
    text-align: center;
}

body[page="home"] .header-section .major-bonus a:hover {
    background-color: #00ACA4;
}

body[page="home"] .header-section img.hero-img {
    width: auto;
    height: auto;
    margin-top: -83px;
    z-index: 1;
}

body[page="home"] section.pageContent.pt-0 {
    margin: 0px auto 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body[page="home"] section.pageContent.pt-0 .see-more {
    position: relative;
    margin: -89px 0 40px;
    padding: 12px 54px 11px 22px;
}

body[page="home"] section.pageContent.pt-0 .see-more-wrapper {
    width: 100%;
}

body[page="home"] section.pageContent.pt-0 .see-more::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #00EFE5;
    transition: all 0.5s;
    transform-origin: center center;
    transform-style: preserve-3D;
}

body[page="home"] section.pageContent.pt-0 .rotate.see-more::after {
    transform: rotate(180deg);
    margin-top: -4px;
}

body[page="home"] section.pageContent.pt-0 .see-more:hover {
    background-color: #00efe514;
}

body[page="home"] section.pageContent.pt-0 .see-more:hover {
    background-color: #00efe514;
}

body[page="home"] article.page-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    position: relative;
    top: -150px;
    z-index: 9999;
}

body[page="home"] article.page-categories .categories-cart {
    background: #232833 0% 0% no-repeat padding-box;
    box-shadow: 5px 6px 10px #00000067;
    border-radius: 20px;
}

body[page="home"] article.page-categories .categories-cart>a {
    width: 100%;
    display: flex;
}

body[page="home"] article.page-categories .categories-cart.sport,
body[page="home"] article.page-categories .categories-cart.casino {
    display: flex;
    width: 100%;
}

body[page="home"] article.page-categories .categories-cart .left-side,
body[page="home"] article.page-categories .categories-cart .right-side {
    width: 50%;
}

body[page="home"] article.page-categories .categories-cart .left-side {
    background-color: #1D2129;
    border-radius: 20px 0px 0px 20px;
    padding: 20px 18px 20px 18px;
}

body[page="home"] article.page-categories .categories-cart h6 {
    margin: 0 0 17px 0;
    font-size: 20px;
    line-height: 24px;
    color: #00EFE5;
    font-weight: bold;
    text-transform: capitalize;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

body.tablet[page="home"] article.page-categories .categories-cart h6,
body.mobile[page="home"] article.page-categories .categories-cart h6{
    width: unset;
    width: unset;
    width: unset;
}

body[page="home"] article.page-categories .categories-cart p {
    margin: 0 0 54px 0;
    color: #E6F1FF;
    font-size: 14px;
    line-height: 19px;
}


body[page="home"] article.page-categories .categories-cart .right-side {
    display: grid;
    place-items: center;
}

body[page="home"] article.page-categories .categories-cart {
    background: #232833 0% 0% no-repeat padding-box;
    box-shadow: 5px 6px 10px #00000067;
    border-radius: 20px;
}

body[page="home"] article.page-categories .categories-cart.live-dealer,
body[page="home"] article.page-categories .categories-cart.virtual {
    width: 100%;
    max-width: 206px;
    padding: 20px 25px;
    display: grid;
    place-items: center;
}

body[page="home"] article.page-categories .categories-cart.live-dealer a,
body[page="home"] article.page-categories .categories-cart.virtual a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body[page="home"] article.page-categories .categories-cart.live-dealer img {
    width: 72px;
}

body[page="home"] article.page-categories .categories-cart.virtual img {
    width: 85px;
}

body[page="home"] section.slider-section {
    width: min(100%, 1280px);
    margin: 83px auto;
}

body[page="home"] section.slider-section .title {
    display: grid;
    place-items: center;
}

body[page="home"] section.slider-section .title h2 {
    margin: 0;
    font-size: 32px;
    line-height: 37px;
    font-family: "RefrigeratorDeluxe-Heavy";
    color: #E6F1FF;
}

body[page="home"] section.slider-section .title p {
    color: #e5f1ff99;
    font: normal normal bold 24px/28px Roboto;
    margin: 12px 0 37px 0;
}

body[page="home"] section.games-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body[page="home"] section.games-section .header .providers {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 25px;
    margin-top: 56px;
    height: 45px;
}

body[page="home"] section.games-section .header .providers img {
    width: 90px;
    height: 26px;
    object-fit: contain;
}

body[page="home"] section.games-section .header {
    text-align: center;
    width: 100%;
}

body[page="home"] section.games-section .header h3.title {
    font: normal normal 900 32px/37px Refrigerator Deluxe;
    letter-spacing: 0px;
    color: #E6F1FF;
    text-transform: uppercase;
    font-family: "RefrigeratorDeluxe-Heavy";
    margin: 0 0 15px 0;
}

body[page="home"] section.games-section .header p {
    font: normal normal bold 24px/28px Roboto;
    letter-spacing: 0px;
    color: #e6f1ffb3;
    margin: 0;
}

body[page="home"] section.games-section .main {
    display: grid;
    place-items: center;
    background-image: url(/images/landing-page/Games-background3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: auto;
}


body[page="home"] section.games-section .main .SWEET .gameImg {
    background-image: url(/images/landing-page/SweetBonanza-desktop.png);
    background-repeat: no-repeat;
    background-size: auto;
}

body[page="home"] section.games-section .main .BUFFALO .gameImg {
    background-image: url(/images/landing-page/Buffalo-desktop.png);
    background-repeat: no-repeat;
    background-size: auto;
}

body[page="home"] section.games-section .main .MOONLORD .gameImg {
    background-image: url(/images/landing-page/MoonLord-desktop.png);
    background-repeat: no-repeat;
    background-size: auto;
}

body[page="home"] section.games-section .main .HIT-THE-HOT .gameImg {
    background-image: url(/images/landing-page/HitTheHot-desktop.png);
    background-repeat: no-repeat;
    background-size: auto;
}

body[page="home"] section.games-section .main .MOONLORD,
body[page="home"] section.games-section .main .BUFFALO,
body[page="home"] section.games-section .main .HIT-THE-HOT,
body[page="home"] section.games-section .main .SWEET {
    width: min(100%, 478px);
}


body[page="home"] section.games-section .main .gameImg .gameInfo {
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 0 18px 14px 69px;
    aspect-ratio: 16 / 9;
}

body[page="home"] section.games-section .main .gameImg .gameInfo a.link {
    font: normal normal medium 16px/22px Roboto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.22px;
    color: #E6F1FF;
    box-shadow: 0px 3px 3px #00000061;
    border-radius: 6px;
    padding: 4px 10px 6px;
}

body[page="home"] section.games-section .main .gameImg .gameInfo a.link.Fun {
    background-color: #29303C;
    margin-right: 8px;
    margin-left: auto;
    align-self: end;
}

body[page="home"] section.games-section .main .gameImg .gameInfo a.link.Real:hover,
body[page="home"] section.games-section .main .gameImg .gameInfo a.link.Fun:hover {
    background-color: #00ACA4;
}

body[page="home"] section.games-section .main .gameImg .gameInfo a.link.Real {
    background-color: #00EFE5;
    color: #15171D;
    align-self: end;
}

body[page="home"] section.games-section .main .gameImg .gameInfo .gameName h3 {
    font: normal normal 900 25px/29px RefrigeratorDeluxe-Heavy;
    letter-spacing: 0px;
    color: #00EBFF;
    margin: 0;
}

body[page="home"] section.games-section .main .gameImg .gameInfo .gameName .fill {
    width: 7px;
    height: 7px;
    background-color: #E6F1FF;
    border-radius: 50%;
    margin-left: 3px;
}

body[page="home"] section.games-section .main .gameImg .gameInfo .gameName .volatility {
    display: flex;
    align-items: center;
}

:root {
    --height: 275px;

}

.carousel-wrap {
    position: relative;
    margin-bottom: 120px;
}

#carousel {
    position: relative;
    height: var(--height);
    overflow: hidden;
}

#carousel div {
    position: absolute;
    transition: transform 600ms, left 500ms, opacity 500ms, z-index 0s;
    opacity: 1;
}

#carousel div img {
    width: 890px;
    transition: width 400ms;
    -webkit-user-drag: none;
    height: 100%;
}

#carousel div.hideLeft {
    left: 0%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}

#carousel div.hideLeft img {
    width: 200px;
}

#carousel div.hideRight {
    left: 100%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}

#carousel div.hideRight img {
    width: 200px;
}

#carousel div.prev {
    z-index: 5;
    left: 0%;
    transform: translateY(0) translateX(-50%) scale(0.7);
}

#carousel img:hover {
    cursor: default;
}

#carousel div.prev img {
    /* width: 570px; */
}

#carousel div.prevLeftSecond {
    z-index: 4;
    left: 0%;
    transform: translateY(0%) translateX(-50%);
    opacity: 0.7;
}

#carousel div.prevLeftSecond img {
    width: 200px;
}

#carousel div.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%);
    height: var(--height);
    box-shadow: 20px 20px 40px #000000cc;
}

#carousel div.next {
    z-index: 5;
    left: 100%;
    transform: translateY(0) translateX(-50%) scale(0.7);
}

#carousel div.next img {
    /* width: 570px; */
}

#carousel div.nextRightSecond {
    z-index: 4;
    left: 100%;
    transform: translateY(0%) translateX(-50%);
    opacity: 0.7;
}

#carousel div.nextRightSecond img {
    width: 200px;
}

.carousel-wrap .buttons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 100%;
    height: 1.6px;
    background: transparent linear-gradient(90deg, #00EBFF00 0%, #00EBFF 50%, #00EBFF00 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 222;
}

.carousel__wrapper {
    padding: 20px 0;
}

.carousel__content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.carousel__container {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.carousel__container::-webkit-scrollbar {
    display: none;
}

.carousel__slide {
    min-width: 50%;
}

body[page="home"] section.games-section .carousel__content .arrow-slide {
    position: absolute;
    width: 35px;
    height: 36px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #333D52E6 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

body[page="home"] section.games-section .carousel__content .arrow-slide::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 22px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #00EFE5;
}

body[page="home"] section.games-section .carousel__content .arrow--left::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

body[page="home"] section.games-section .carousel__content .arrow-slide.arrow--right::before {
    transform: translate(-50%, -50%) rotate(-90deg);
}


body[page="home"] section.games-section .carousel__content .arrow-slide.arrow--right {
    right: -5%;
}

body[page="home"] section.games-section .carousel__content .arrow-slide.arrow--left {
    left: -5%;
}

body[page="home"] .header-section img.hero-img.right {
    position: static;
}

@media screen and (min-width: 1180px) {
    .carousel__wrapper {
        padding: 50px;
    }

    .carousel__slide {
        min-width: 50%;
        scroll-snap-align: center;
        position: relative;
        display: grid;
        place-items: center;
    }

    .arrow-slide {
        display: flex;
    }
}


/* MOBILE */

@media only screen and (max-width: 900px) {
    body[page="home"] .header-section::before {
        height: 35%;
        bottom: -40px;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#15171d00), color-stop(56%, #15171D)) 0% 0% no-repeat padding-box;
        background: transparent -o-linear-gradient(top, #15171d00 0%, #15171D 56%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(180deg, #15171d00 0%, #15171D 56%) 0% 0% no-repeat padding-box;
    }

    body[page="home"] section.pageContent.pt-0::before {
        content: none;
    }

    body[page="home"] .header-section .major-bonus {
        margin: 0;
    }

    body[page="home"] header {
        max-height: 260px;
        /* overflow: hidden; */
        background-size: cover;
        background-color: transparent;
        background-position: top center;
    }

    body[page="home"] section.pageContent.pt-0 {
        margin: -60px auto 50px;
    }

    body[page="home"] header .logo {
        top: 0;
    }

    body[page="home"].out header .account {
        top: 3px;
        left: auto;
        right: 10px;
    }

    body[page="home"] .header-section {
        height: auto;
        position: absolute;
        max-width: 100%;
        top: 80px;
    }

    body[page="home"] .header-section img.hero-img.left {
        width: 115px;
        height: auto;
        margin-top: 0;
        position: absolute;
        bottom: -80px;
        left: 0px;
        scale:0.8;
    }

    body[page="home"] .header-section img.hero-img.right {
        width: 115px;
        height: auto;
        margin-top: 22px;
        position: absolute;
        bottom: -80px;
        right: 0px;
        scale:0.8;
    }

    body[page="home"] .header-section img.hero-img.left.two {
        width: 170px;
        bottom: -70px;
    }

    body[page="home"] .header-section .major-bonus .title h2 {
        font-size: 12px;
        line-height: 14px;
        margin: 0px 0 19px 0;
    }

    body[page="home"] .header-section .major-bonus .title h1 {
        font-size: 24px;
        line-height: 24px;
    }

    body[page="home"] .header-section .major-bonus .title p {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.36px;
    }

    body[page="home"] .header-section .major-bonus a {
        margin-top: 34px;
        padding: 6px 0 7px;
        text-align: center;
        width: 81px;
    }

    body[page="home"] article.page-categories {
        flex-wrap: wrap;
        top: 0;
        gap: 8px;
    }

    body[page="home"] .see-more-wrapper {
        width: 100%;
    }

    body[page="home"] article.page-categories .categories-cart.sport,
    body[page="home"] article.page-categories .categories-cart.casino,
    body[page="home"] article.page-categories .categories-cart.live-dealer,
    body[page="home"] article.page-categories .categories-cart.virtual {
        width: 100%;
        max-width: 170px;
        max-height: 209px;
        padding: 21px 0;
    }

    body[page="home"] article.page-categories .categories-cart .left-side {
        display: grid;
        place-items: center;
        background-color: transparent;
        padding: 0 14px 0;
    }

    body[page="home"] article.page-categories .categories-cart .left-side,
    body[page="home"] article.page-categories .categories-cart .right-side {
        width: 100%;
        background-color: none;
    }

    body[page="home"] article.page-categories .categories-cart.sport .right-side img {
        width: 76px;
        height: 76px;
    }

    body[page="home"] article.page-categories .categories-cart.casino .right-side img {
        width: 112px;
        height: 71px;
    }

    body[page="home"] article.page-categories .categories-cart p {
        margin: 0;
        color: #e6f1ff99;
        font-family: Roboto;
        text-transform: capitalize;
    }

    body[page="home"] article.page-categories .categories-cart h6 {
        margin: 19px 0 15px 0;
    }

    body[page="home"] article.page-categories .categories-cart>a {
        flex-direction: column-reverse;
        align-items: center;
    }

    body[page="home"] section.pageContent.pt-0 .see-more {
        margin: 30px auto 30px;
        top: 0;
    }

    body[page="home"] section.games-section .header .providers {
        overflow: hidden;
        overflow-x: scroll;
        justify-content: start;
        margin: 32px 23px 0;
    }

    body[page="home"] section.games-section .header p {
        width: 60%;
        margin: 0 auto;
        font: normal normal bold 16px/20px Roboto;
        letter-spacing: 0.13px;
    }

    body[page="home"] section.slider-section .title p {
        color: #e5f1ff99;
        font: normal normal bold 16px/22px Roboto;
        margin: 14px auto 28px;
        width: 90%;
    }

    body[page="home"] section.games-section .main .SWEET .gameImg {
        background-image: url(/images/landing-page/SweetBonanza_mobile.png);
        background-size: contain;
    }

    body[page="home"] section.games-section .main .BUFFALO .gameImg {
        background-image: url(/images/landing-page/Buffalo_mobile.png);
        background-size: contain;
    }

    body[page="home"] section.games-section .main .MOONLORD .gameImg {
        background-image: url(/images/landing-page/MoonLord_mobile.png);
        background-size: contain;
    }

    body[page="home"] section.games-section .main .HIT-THE-HOT .gameImg {
        background-image: url(/images/landing-page/HitTheHot_mobile.png);
        background-size: contain;
    }

    body[page="home"] section.games-section .carousel__content {
        max-width: 360px;

    }

    body[page="home"] section.games-section .carousel__slide {
        min-width: 83%;
    }

    body[page="home"] section.games-section .main .MOONLORD,
    body[page="home"] section.games-section .main .BUFFALO,
    body[page="home"] section.games-section .main .HIT-THE-HOT,
    body[page="home"] section.games-section .main .SWEET {
        width: min(100%, 311px);
    }

    body[page="home"] section.games-section .main .gameImg {
        background-size: contain;
        width: 100%;
        height: 298px;
        display: flex;
    }

    body[page="home"] section.games-section .main .gameImg .gameInfo {
        padding: 0 18px 47px 8px;
        aspect-ratio: auto;
        flex: 1 1 100%;
    }

    body[page="home"] section.games-section .carousel__slide .game-description {
        margin: -20px auto 0;
        font: 12px/16px Roboto;
        letter-spacing: 0px;
        color: #E6EDF7;
        width: 85%;
    }

    body[page="home"] section.slider-section #carousel div img {
        width: 100%;
        height: 100%;
    }

    body[page="home"] section.slider-section #carousel {
        height: 230px;
        display: flex;
        align-items: center;
    }

    body[page="home"] section.slider-section #carousel div.prevLeftSecond {
        width: 0%;
        display: none;
    }

    body[page="home"] section.slider-section #carousel div.nextRightSecond {
        width: 0%;
        display: none;
    }

    body[page="home"] section.slider-section #carousel div.hideRight {
        transform: translateY(30%) translateX(-50%);
        width: 0%;
        display: none;
    }

    body[page="home"] section.slider-section #carousel div.hideLeft {
        transform: translateY(30%) translateX(-50%);
        width: 0%;
        display: none;
    }

    body[page="home"] header .account {
        top: -36px;
    }

    body[page="home"] section.games-section .carousel__content .arrow-slide {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 900px) {
    body[page="home"] section.slider-section #carousel div.prev {
        transform: translateY(0%) translateX(-50%);
        height: auto;
        left: 0%;
        width: 50%;
    }

    body[page="home"] section.slider-section #carousel div.selected {
        box-shadow: 20px 20px 40px #000000cc;
        height: auto;
        width: 90%;
    }

    body[page="home"] section.slider-section #carousel div.next {
        transform: translateY(0%) translateX(-50%);
        height: auto;
        left: 100%;
        width: 50%;
    }
}

@media only screen and (max-width: 900px){
 .jackpots {
    width: 100% !important;
    min-width: unset !important;
    gap: 22px !important;
    height: unset !important;
    overflow: unset !important;
    overflow-x: clip !important;
 }
}


.iframe-game{
    width: 100%;
    height: 100vh;
    top: -103px;
    z-index: 999999;
    overflow-y: scroll;
    position: relative;
}

.box-iframe-game{
    display: flex !important;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
}

.box-iframe-game>span:nth-child(1){
    position: fixed;
    top: 20px;
    z-index: 9999999999999;
    right: 20px;
}


.loading-game{
    position: fixed;
    background: #000000a8;
    width: 100%;
    height: 100vh;
    z-index: 99999999999999999999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.gameInfo .exitIcon{
    position: absolute;
    top: 11px;
    right: 12px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e6f1ff80 0% 0% no-repeat padding-box;
    border-radius: 50%;
    cursor: pointer;
}

.gameInfo .row.butt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.gameInfo .row.butt input {
    padding: 0;
    height: 60px;
    border-radius: unset;
}

.gameInfo div[data-field="name"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    font-size: 20px;
    color: #E4EDF8;
    padding: 9px 23px;
    background: #232833 0% 0% no-repeat padding-box;
    cursor:pointer;
}

.gameInfo .game-info{
    background: #232833 0% 0% no-repeat padding-box;
    padding: 25px 23px;
    height: 141px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gameInfo div[data-field="img_url"] img {
    vertical-align: bottom;
}

.game-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 7px 0;
    font-size: 16px;
    color: #e6edf7b3;
    padding: 0;
    font-weight: 500;
}

.game-info div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

 .game-info .fill {
    width: 10px;
    height: 10px;
    background: #E6F1FF;
    border-radius: 50%;
    margin: 0 0 0 4px;
}

.game-info .not-fill {
    width: 10px;
    height: 10px;
    background: var(--surface-overlay-30);
    border-radius: 50%;
    margin: 0 0 0 4px;
}

.gameStatsContent>p:nth-child(4){
    display: none;
}

.game-info>div:nth-child(3){
    display: none !important;
}

@media(max-width:600px){
    .iframe-game {
        top: -58px;
    }

    .gameInfo .exitIcon{
        position: absolute;
        top: 11px;
        right: 12px;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #e6f1ff80 0% 0% no-repeat padding-box;
        border-radius: 50%;
        cursor: pointer;
    }

    .gameInfo .row.butt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .gameInfo .row.butt input {
        padding: 0;
        height: 60px;
        border-radius: unset;
    }

    .gameInfo div[data-field="name"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 24px;
        font-size: 20px;
        color: #E4EDF8;
        padding: 9px 23px;
        background: #232833 0% 0% no-repeat padding-box;
    }

    .gameInfo .game-info{
        background: #232833 0% 0% no-repeat padding-box;
        padding: 25px 23px;
        height: 141px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gameInfo div[data-field="img_url"] img {
        vertical-align: bottom;
    }

    .game-info div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 7px 0;
        font-size: 16px;
        color: #e6edf7b3;
        padding: 0;
        font-weight: 500;
    }

    .game-info div span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

     .game-info .fill {
        width: 10px;
        height: 10px;
        background: #E6F1FF;
        border-radius: 50%;
        margin: 0 0 0 4px;
    }

    .game-info .not-fill {
        width: 10px;
        height: 10px;
        background: var(--surface-overlay-30);
        border-radius: 50%;
        margin: 0 0 0 4px;
    }
}