:root{
    --geekui-container-bg-hg: 700px;
    --geekui-container-bg: linear-gradient(rgba(255, 255, 255,0.6), rgb(255,255,255) var(--geekui-container-bg-hg));
    --geekui-game-link-color: #fd0622;
    @media (max-width: 1300px){
        --geekui-container-bg-hg: 600px;
    }
    @media (max-width: 1050px){
        --geekui-container-bg-hg: 500px;
    }
    @media (max-width: 850px){
        --geekui-container-bg-hg: 400px;
    }
    @media (max-width: 800px) {
        --geekui-container-bg: #ffffff;
    }
}

.geekui-game-container{
    display: block !important;
    color: #181818;
    margin:auto;
    padding:20px!important;
    height: auto !important;
    min-height: 1000px !important;
    background: var(--geekui-container-bg);
    position: relative;
    max-width: 1400px!important;
    left:0;
    right:0;
}
.geekui-game-container a{
    color: var(--geekui-game-link-color) !important;
    font-weight: bold !important
}
.geekui-game-title{
    display: block !important;
    font-size:40px;
    font-weight: bold;
    padding: 10px;
    width: 100% !important;
    /*-webkit-text-stroke: 1px #fd0622;*/
    /*text-stroke: 1px #fd0622;*/

}
.geekui-game-wrap{
    display: grid;
    grid-template-columns: 300px 1fr;
    position: relative;
}
.geekui-game-left{
    width: 300px;
    display: block!important;
}

.geekui-game-cover{
    margin:0;
    display: block;
    padding:0;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: top center!important;
}


.geekui-game-external-grid, .geekui-game-external img {
    width: 100%;
}
.geekui-game-external-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0;
    margin:0 !important;
    padding:0!important;
}
.geekui-game-external{
    margin:0 !important;
    padding:0!important;
}

.geekui-game-user{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:5px;
    position:relative;
}
.geekui-game-user>div{
    text-align: center;
}
.geekui-game-user>div{
    font-size: 30px;
    color: #fd0622;
    position:relative;

}
.geekui-game-status-board{
    display: inline-block;
    position: absolute;
    width: 240px;
    background:#ffffff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    top: 98%;
    margin: auto;
    min-width: 100%;
    z-index: 2;
    border-left: 1px solid white;
    box-sizing: border-box;
}
.geekui-game-status-board-items{
    display: inline-block;
}
.geekui-game-status-board-item{
    padding:10px;
    font-size: 14px;
    width: 220px !important;
    border-bottom: 0.5px solid #ccc;
    cursor: pointer;
    color: #181818;
    text-align: left;
    font-weight: bold;
}
.geekui-game-status-board-item svg{
    position:relative;
    font-size: 18px;
    top:4px
}
.geekui-game-status-board-item.active{
    background: #fd0622;
    color:#ffffff
}
.geekui-game-user>div>svg{
    cursor: pointer;
}
.geekui-game-user-button{
    padding:10px;
    background: #323a45;
    color: #ffffff;
    text-align: center !important;
    font-size: 30px;
    cursor: pointer;
    border-radius: 10px;
}
.geekui-game-user-button.active{
    background: #fd0622;
}
.geekui-game-user-button svg{
    display: block;
    margin: auto;
    position: relative;
    right: 0;
    left: 0;
}
.geekui-game-user-button span{
    font-weight: bold;
    font-size:15px;
}
.geekui-game-star{
    --icon-color: #fd0622 !important;
}
.geekui-rating-star-svg{
    position: relative;
    top: 1px;
    color: #fd0622;
    font-size:20px;
}

.geekui-game-rating-star{
    display: grid;
    position: relative;
    margin: 0;
    grid-template-columns:20px 1fr;
    padding:10px;
    gap:5px;
    background-color: #323a45;
}
.geekui-game-rating-statistic{
    display: grid;
    margin-bottom: 10px;
    grid-template-columns:160px 140px;
}
.geekui-game-rating-statistic-rating{
    font-size: 40px;
    display: grid;
    grid-template-columns:40px 1fr;
    font-weight: bold;
    gap:5px;
    pointer-events:none
}
.geekui-game-rating-statistic-critic{
    font-size: 30px;
    display: grid;
    grid-template-columns:30px 1fr;
    font-weight: bold;
    gap:5px;
    margin-top: 10px;
    margin-bottom: 3px;
    pointer-events:none
}
.geekui-game-side{
    display: inline-block;
    z-index: 1!important;
}
.geekui-game-left-info{
    margin-top: 20px;

}
.geekui-game-left-info div{
    z-index: 0 !important;
}
.geekui-game-left-info-title{
    font-weight: bold;
    margin-bottom:5px;
}
.geekui-game-left-info-item{
    color: #817f7f;
    font-size: 15px;
    margin-bottom: 2px;
}
.geekui-game-left-info-item>span{
    font-weight: bold;
    margin-right:5px;
}
.geekui-game-websites {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:5px;
    position:relative
}
.geekui-game-websites div img{
    float: left;
    width:30px!important;
    margin-right:10px;
}
.geekui-game-websites a{
    position:relative;
    top:5px;
    font-weight: bold;
}
.geekui-game-user-mobile{
    display:none;
}

.geekui-game-right-header{
    display: grid;
    grid-template-columns: 1fr 300px;
    gap:10px;

}
.geekui-game-right-header>div:last-child{
    display: block;
}

.geekui-game-header-button{
    display: inline-block;
    margin-bottom: 20px;
    width: 92% !important;
    background-color: #323a45;
    padding: 10px 5px;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
a.geekui-game-header-button{
    color: #ffffff !important;
}
.geekui-game-header-button>svg,
.geekui-game-header-button-second>svg,
.geekui-game-header-button-transparent > svg{
    position: relative;
    top:3px;
    margin-right: 5px;
}

.geekui-game-header-button-transparent{
    display: inline-block;
    margin-bottom: 20px;
    width: 92% !important;
    background: transparent;
    padding: 10px;
    text-align: center;
    border : 3px solid #fd0622;
    color: #fd0622 !important;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}
.geekui-game-header-button-second{
    display: inline-block;
    margin-bottom: 20px;
    width: 92% !important;
    background-color: #fd0622;
    padding: 10px 5px;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.geekui-game-header-badge{
    background-color: #fd0622;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: bold;
}
.geekui-game-content{
    padding: 10px;
    z-index: 2 !important;
}

.geekui-game-front-slider{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.geekui-game-slider-image{
    background-color: #000000 !important;
    width: 99%;
    height: 99%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.geekui-game-mobile-visible{
    display: none;
}

.geekui-images{

    margin-right: 5px;
}


.geekui-trailers{
    margin-right: 5px;
}

.geekui-trailer-side{
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    padding: 5px 5px;
    position: absolute;
    display: grid;
    grid-template-columns: 70px 1fr;
    bottom:0;
    font-size: 15px;
    height: 70px;
    font-weight: bold;
    width: 100%;
    color: #ffffff
}
.geekui-trailer-side  a{
    color: #fd0622 !important;
}
.geekui-trailer-side-title{
    position: relative;
    top: 15px;

}

.geekui-video-icon-big{
    font-size: 60px;
    transition: all .3s ease;
    margin-left: 5px;
}
.geekui-video-icon-big:hover{
    color:#fff !important;
}

.geekui-game-down-content{
    display: grid;
    grid-template-columns: 1fr 300px;
    gap:10px;
}
.geekui-tab-game-content{
    position:relative;
    min-height: 400px!important;
    padding:30px 10px;
}
a.geekui-info{
    background-color: #284158;
    color: #fff!important;
}

.geekui-game-down-content-left{
    display: inline-grid;
    overflow: hidden;
}
.geekui-game-front-xlider{
    overflow-x:auto !important;
    display: grid;
    width: auto!important;
    grid-template-columns: repeat(10,180px);
    margin-bottom: 20px;
    grid-auto-rows: 1fr;
    gap:10px;
    padding-right:5px;
    padding-bottom: 20px;

}

.geekui-game-front-xlider-item{
    border-radius: 10px;
    width: 180px;
    height: 230px;
    -webkit-box-shadow: -2px 1px 6px 0 #000000;
    box-shadow: -2px 1px 6px 0 #000000;
    overflow: hidden;
    cursor: pointer;
}

.geekui-game-front-xlider::-webkit-scrollbar {
    width: 20px;
    height: 10px;
}
.geekui-game-front-xlider::-webkit-scrollbar-track{
    box-shadow: inset 0 0 1px #c7d3cc;
    border-radius: 10px;
}
.geekui-game-front-xlider::-webkit-scrollbar-thumb {
    background: #b9c4be;
    border-radius: 10px;
}

/* Handle on hover */
.geekui-game-front-xlider::-webkit-scrollbar-thumb:hover {
    background: #B9C4BEFF;
}

.geekui-game-releasebar{
    font-size:15px;
    margin-bottom: 10px;
    background-color: #eae9e9;
    width: 90%;
    overflow: hidden;
}
.geekui-game-releasebar>strong{
    display: inline-block;
    font-weight: bold;
    color:#ffffff;
    background: #323a45;
    padding: 5px;
    width: 100%;
}
.geekui-game-releasebar-region{
    padding: 5px;
    font-weight: bold;
    background: #cccccc;
}
.geekui-game-releasebar-date{
    padding: 5px;
    border-bottom: 1px solid #cccccc;
}

.geekui-game-lang-supports{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    font-size:14px;
}
.geekui-game-lang-supports-th{
    font-weight: bold;
}
.geekui-game-lang-supports div{
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    gap:10px;
}

.geekui-game-side-age{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}
.geekui-game-side-age div img{
    width:80% !important;
}
.geekui-age-tooltip{
    padding:10px;
    width: 300px;
}
.geekui-age-tooltip strong{
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.geekui-age-tooltip-descs{
    display: grid;
    grid-template-columns: 50px 1fr;
    gap:10px;
}
.geekui-game-age-rating{
    display: grid;
    grid-template-columns: 80px 1fr;
    gap:10px;
    padding:10px;
    margin-bottom:20px;
    border:1px solid #ccc;
}
.geekui-game-age-rating img{
    width: 100% !important;
}
.geekui-game-age-rating-descriptors{
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.geekui-game-age-rating-descriptor{
    display: grid;
    grid-template-columns: 50px 1fr;
    gap:5px;
    border:1px solid #cccccc;
}
.geekui-game-age-rating-descriptor>div:first-child{
    padding:5px;
}
.geekui-game-age-rating-descriptor>div:last-child{
    padding-top:15px;
    font-weight: bold;
    font-size:14px;

}
@media (max-width: 1400px){
    .geekui-game-wrap{
        grid-template-columns: 250px 1fr;
    }
    .geekui-game-down-content{
        grid-template-columns: 1fr 250px;
    }

    .geekui-game-left{
        width: 250px
    }
    .geekui-game-cover{
        height: 330px;
    }
    .geekui-game-rating-statistic{
        display: grid;
        margin-bottom: 10px;
        grid-template-columns:130px 110px;
        font-size:14px;
    }

    .geekui-title-header-readmore{
        font-size:11px;
    }
    .geekui-game-right-header{
        display: grid;
        grid-template-columns: 1fr 250px;
    }

    .geekui-game-rating-star{

        grid-template-columns:16px 1fr;
    }
    .geekui-rating-star-svg{
        font-size: 15px;
        top:2px;
    }

}

@media (max-width: 850px){
    .geekui-game-age-rating-descriptors{
        margin-bottom: 10px;
        display: block;
    }
    .geekui-game-age-rating{
        display:block;
    }

    .geekui-game-down-content{
        display: none;
    }
    .geekui-game-left{
        position: relative;
        right: 0;
        left: 0;
        margin: auto;

    }
    .geekui-game-right{
        display: none;
    }
    .geekui-game-user-mobile{
        display:inline-block;
    }
    .geekui-game-wrap{
        display: block;

    }

    .geekui-game-mobile-none{
        display: none;
    }

    .geekui-game-mobile-visible{
        display: block;
    }

    .geekui-game-title{
        font-size:20px;
        padding: 0;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        /*-webkit-text-stroke: 0;*/
        /*text-stroke: 0;*/
    }
    .geekui-game-mobile-menu{
        cursor: pointer;
        padding: 20px;
        display: grid;
        font-size: 16px;
        font-weight: bold;
        grid-template-columns: 20px 1fr;
        gap:5px;
        background-color: #fd0622;
        color:#ffffff;
    }
    .geekui-game-mobile-menu svg{
        position: relative;
        top:2px;
    }

}