﻿

.full-screen-slider {
    margin-bottom: 20px;
    height: 100vh;
}

    .full-screen-slider .big-slider {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }


.ltr-text {
    direction: ltr;
    text-align: right;
}

.code-input {
    letter-spacing: 20px;
    font-size: 25px;
    text-align: center;
}


.for-icon {
    position: relative;
    margin-bottom: 30px;
}

    .for-icon .form-control {
        padding-right: 40px;
    }

    .for-icon i.fa {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        color: #aaa;
    }

    .for-icon .field-validation-error {
        position: absolute;
        right: 0;
        bottom: -15px;
        color: #e6293f;
        font-size: 11px;
    }




.box {
    background-color: #21263B;
    padding: 15px;
    border-radius: 1px;
}

    .box.box-transparent {
        background-color: #161b2f;
    }

.box-title {
    border-bottom: 1px solid #333;
    height: 38px;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

    .box-title strong {
        display: inline-block;
        padding-left: 10px;
        height: 100%;
        font-size: 18px;
        border-bottom: 3px solid #aaa;
        font-weight: 500;
        margin-bottom: -1px
    }

.box .form-control {
    background-color: #2A2F43;
}

.box.box-2 {
    background: #2A2F43
}

.captcha {
    height: 34px;
    width: initial;
    border-radius: 2px;
    float: left;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-slider.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    bottom: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 60px;
    right: initial;
    width: initial;
}

    .big-slider.owl-theme .owl-nav.disabled {
        display: none !important;
    }

    .big-slider.owl-theme .owl-nav button {
        width: 25px !important;
        height: 25px !important;
    }

.big-slider .owl-dots {
    position: absolute;
    left: 135px;
    bottom: 35px;
    counter-reset: item;
}

    .big-slider .owl-dots .owl-dot {
        counter-increment: item;
        margin-right: 14px;
    }

        .big-slider .owl-dots .owl-dot.active {
            margin-right: 16px;
        }

        .big-slider .owl-dots .owl-dot span {
            width: initial;
            height: initial;
            transition: all ease-in-out 0.4s;
            -moz-transition: all ease-in-out 0.4s;
            -webkit-transition: all ease-in-out 0.4s;
            padding: 1px 10px;
            background: #fff;
            color: rgba(71,20,207,1);
            display: block;
            -webkit-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
            border-radius: 0;
            position: relative;
        }

        .big-slider .owl-dots .owl-dot.active span {
            padding: 1px 15px;
            color: #fff;
            background: rgba(71,20,207,1);
        }

        .big-slider .owl-dots .owl-dot span:before {
            content: counter(item);
            display: block;
            -webkit-transform: skewX(20deg);
            -ms-transform: skewX(20deg);
            transform: skewX(20deg);
        }


        .big-slider .owl-dots .owl-dot span:after {
            content: '';
            display: block;
            height: 1px;
            width: 12px;
            background: #fff;
            position: absolute;
            right: -20px;
            top: 15px;
            transition: all ease-in-out 0.4s;
            -moz-transition: all ease-in-out 0.4s;
            -webkit-transition: all ease-in-out 0.4s;
        }

        .big-slider .owl-dots .owl-dot.active span::after {
            width: 18px;
            right: -23px;
            transform: rotate(-90deg);
            top: 11px;
        }

        .big-slider .owl-dots .owl-dot:first-child span:after {
            display: none;
        }


.owl-theme .owl-nav button {
    background-color: transparent !important;
    color: #888 !important;
    border: 1px solid #888 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    font-size: 25px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

    .owl-theme .owl-nav button:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

.slide-1 {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100vh;
}

    .slide-1 .main-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide-1 .content {
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

        .slide-1 .content .written {
            max-width: 100%;
        }

@media (min-width:992px) {
    .slide-1 .content .written {
        max-width: 40%;
    }
}



.big-slider .owl-item {
    overflow: hidden;
}

    .big-slider .owl-item .container {
        position: relative;
    }


    .big-slider .owl-item .written .title {
        position: relative;
        top: 0;
        right: -300%;
        transition: right ease-in-out 1.3s;
        text-shadow: 0 0 5px #000;
    }

    .big-slider .owl-item .written .sub-title {
        position: relative;
        top: 0;
        right: -300%;
        transition: right ease-in-out 1.5s;
        text-shadow: 0 0 5px #000;
    }

    .big-slider .owl-item .written .text {
        position: relative;
        top: 0;
        right: -300%;
        transition: right ease-in-out 1s;
        text-shadow: 0 0 5px #000;
    }

    .big-slider .owl-item .written .btn-light {
        position: relative;
        top: 0;
        right: -300%;
        transition: right ease-in-out 2s;
    }



    .big-slider .owl-item.active .written .title,
    .big-slider .owl-item.active .written .sub-title,
    .big-slider .owl-item.active .written .text,
    .big-slider .owl-item.active .written .btn-light {
        right: 0;
    }


.slide-1 .title {
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0;
}

.slide-1 .sub-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 15px 0;
}

    .slide-1 .sub-title b {
        display: inline-block;
        color: #161b2f;
        background-color: gold;
        padding: 2px 5px 0 5px;
        font-weight: 500;
        text-shadow: none !important
    }

.slide-1 .text {
    color: #eee;
    text-align: justify;
    margin-bottom: 30px;
}

    .slide-1 .text p {
        margin: 0;
    }

.slide-1 .btn-light {
    margin-bottom: 30px;
}

    .slide-1 .btn-light .fa {
        margin-left: 5px;
    }




.ic-title {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 2rem;
}

    .ic-title img {
        margin-left: 15px
    }

    .ic-title strong {
        color: #fff;
        display: block;
        margin-bottom: 2px;
        font-size: 17px
    }


.ic-game {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    border-radius: 2px;
}

    /*.ic-game.False {
        height: 15rem;
    }

    .ic-game.True {
        height: 31.5rem;
    }*/

    .ic-game .ic-image {
        width: 100%;
        object-fit: cover;
        transition: 0.2s all ease-in-out;
    }

    .ic-game:hover {
        box-shadow: 0 0 5px #000;
    }

        .ic-game:hover .ic-image {
            transform: scale(1.2);
        }

.ic-info {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 50px 10px 10px 10px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 13%, rgba(0,0,0,0) 100%);
    color: #aaa;
}

    .ic-info b {
        color: #fff;
    }

    .ic-info b {
        color: #fff;
    }

    .ic-info .more-info {
        margin: 5px 0 10px 0
    }

    .ic-info img.platform-ico {
        width: 20px;
        height: 20px;
        margin-left: 5px;
        display: inline-block;
    }

    .ic-info .ic-cats {
        margin-top: 5px
    }

        .ic-info .ic-cats .ic-cat {
            display: inline-block;
            background: #1D1E50;
            font-size: 10px;
            padding: 3px 5px;
            margin-left: 2px;
            color: #fff;
            font-weight: 500;
        }

.price-box {
    display: flex;
    margin: 10px 0;
    align-items: center;
    justify-content: start;
}


    .price-box .perc {
        background-color: #E6293F;
        color: #fff;
        font-weight: bold;
        padding: 0px 5px;
        margin-left: 10px
    }

    .price-box .price-amount {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        margin-left: 10px;
    }

        .price-box .price-amount span {
            line-height: 15px;
            font-size: 15px;
            font-weight:800;
        }



    .price-box .price-main {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .price-box .price-old {
        text-decoration: line-through;
        color: #aaa;
    }

  
    .price-box.big {
        justify-content: center;
    }

        .price-box.big .price-amount span {
            line-height: initial;
            font-size: 23px;
        }

            .price-box.big .price-amount span.price-old {
                font-size: 16px;
            }

.row-15 {
    margin-right: -13px;
    margin-left: -13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-md-30 {
    flex: 0 0 auto;
    width: 100%
}

.row-15 .col-md-30, .row-15 .col-6, .row-15 .col {
    padding: 0 13px;
}

@media (min-width:768px) {
    .col-md-30 {
        flex: 0 0 auto;
        width: 29%
    }
}


.nav-iconic-top.owl-theme .owl-nav {
    position: absolute !important;
    top: -85px;
    left: 0;
}

.box .nav-iconic-top.owl-theme .owl-nav {
    top: -80px;
}

.cat-item {
    display: block;
    overflow: hidden;
    padding-bottom: 50%;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    border: 1px solid #161b2f;
}

    .cat-item .cat-img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        filter: blur(2px) brightness(0.75);
        transition: all ease-in-out 0.2s;
    }

    .cat-item strong {
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 13px;
        transition: all ease-in-out 0.2s;
    }

    .cat-item:hover .cat-img {
        transform: scale(1.2);
    }

    .cat-item:hover strong {
        transform: scale(1.2);
        font-size: 16px;
    }

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-sm-2 {
    padding: 3px 5px;
}

.game-item {
    display: block;
    text-align: left;
    padding: 0 10px;
}

    .game-item .ax-holder {
        border: 1px solid #161b2f;
        transition: all ease-in-out 0.2s;
        overflow: hidden;
    }

        .game-item .ax-holder:before {
            padding-top: 140%;
        }



    .game-item.stand-sm {
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: right;
        margin-bottom: 8px;
        font-size: 12px;
    }

    .game-item strong {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 37px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 15px;
    }

    .game-item .small-info {
        font-size: 12px;
        margin-bottom: 5px;
        font-weight: 400
    }

    .game-item.stand-sm .ax-holder {
        width: 70px;
        margin-left: 10px;
    }


    .game-item .fa-star {
        color: gold;
        margin-left: 3px;
    }

    .game-item .fa-download {
        color: deepskyblue;
        margin-left: 5px;
    }

    .game-item .ax-holder .ax-main {
        transition: all ease-in-out 0.2s;
    }

    .game-item:hover .ax-holder {
        border-color: #e6293f
    }

        .game-item:hover .ax-holder .ax-main {
            transform: scale(1.2);
            border-color: #e6293f
        }

.cats {
    display: block;
    color: #aaa;
    margin: 5px 0;
}

    .cats label {
        margin-left: 2px;
        font-size: 11px;
    }

        .cats label:after {
            padding-right: 3px;
            content: '/';
        }

        .cats label:last-child:after {
            display: none;
        }

.ax-holder {
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .ax-holder:before {
        content: "";
        display: block;
        padding-top: 100%;
        width: 100%;
    }

    .ax-holder .ax-main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ax-holder .btn-left-bottom {
        position: relative;
        position: absolute;
        left: 8px;
        bottom: 8px;
        border-radius: 2px;
        font-size: 12px;
        padding: 3px 8px
    }




.offer-last .ax-holder {
    margin: 0;
    border: 2px dashed #fff;
}

.offer-data {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

    .offer-data .fire-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
    }

    .offer-data strong {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .offer-data .sub-title {
        font-size: 11px;
        margin-bottom: 15px
    }

    .offer-data .btn-sm {
        font-size: 11px;
    }

.my-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

    .my-timer > span {
        margin: 0 5px;
        color: #aaa;
        font-size: 11px;
    }

    .my-timer b {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #e6293f;
        color: #fff;
        width: 35px;
        height: 35px;
        font-size: 15px
    }

    .my-timer i {
        font-style: normal;
        font-weight: bold;
        margin-top: -15px
    }



.parallax {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

    .parallax.para-mode-2 {
        background: rgb(220,53,69);
        background: -moz-linear-gradient(215deg, rgba(220,53,69,1) 0%, rgba(92,0,0,0) 31%, rgba(40,0,0,0) 80%, rgba(71,20,207,1) 100%);
        background: -webkit-linear-gradient(215deg, rgba(220,53,69,1) 0%, rgba(92,0,0,0) 31%, rgba(40,0,0,0) 80%, rgba(71,20,207,1) 100%);
        background: linear-gradient(215deg, rgba(220,53,69,1) 0%, rgba(92,0,0,0) 31%, rgba(40,0,0,0) 80%, rgba(71,20,207,1) 100%);
        text-align: right;
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc3545",endColorstr="#4714cf",GradientType=1);*/
    }

    .parallax .para-image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }

    .parallax.para-mode-2 .para-image {
        width: 55%;
        height: initial;
        left: 0;
        max-height: 100%;
        object-fit: contain;
    }


    .parallax.para-mode-2 .little-up {
        top: -50px;
    }

    .parallax .container {
        z-index: 2;
        position: relative;
        padding: 50px 0;
    }

    .parallax .title {
        font-size: 45px;
        font-weight: 700
    }

    .parallax .sub-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px
    }


    .parallax.para-mode-2 .title {
        font-size: 25px;
        font-weight: 600
    }

    .parallax.para-mode-2 .sub-title {
        font-size: 20px;
        margin-top: 20px;
        font-weight: 500;
    }

    .parallax .content {
        font-size: 14px;
    }

    .parallax .btn {
        margin-top: 20px;
        padding-right: 21px;
        padding-left: 21px
    }

        .parallax .btn .fa {
            margin-right: 10px;
        }

.game-rect-size {
    max-width: 100%;
    margin-bottom: 50px;
    position: relative;
}

    .game-rect-size .ax-holder:before {
        padding-top: 54%;
    }

    .game-rect-size .lower {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        direction: ltr;
        flex-direction: row-reverse;
        height: 30px;
        background: #4714CF;
        position: absolute;
        bottom: -15px;
        right: 10px;
        left: 10px;
        z-index: 5
    }

        .game-rect-size .lower img {
            width: 15px
        }


.game-play-slider {
    margin-top: 80px;
    overflow: hidden;
}

    .game-play-slider strong {
        font-size: 15px;
        display: inline-block;
    }

#game-play-slider {
    direction: ltr;
    margin-top: 20px;
}

.gp-item {
    display: block;
    position: relative;
    padding-bottom: 35px;
}

    .gp-item .ax-holder:before {
        padding-top: 55%;
    }

    .gp-item a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        filter: brightness(0.9);
    }

    .gp-item .gp-name {
        width: 100%;
        position: absolute;
        bottom: 5px;
        left: 0;
        text-align: center;
        z-index: 999999;
        color: #ddd;
    }

    .gp-item i.fa {
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 40px;
        z-index: 3;
        width: 40px;
        height: 40px;
    }

.slick-slide {
    transition: all ease-in-out 0.5s;
}

.slick-track {
    padding-top: 53px;
    padding-bottom: 53px;
}

.slick-slide:not(.slick-current) {
    filter: brightness(0.5);
}

.slick-slide.slick-current {
    transform: scale(1.45);
    position: relative;
    z-index: 1;
}



.game-page {
    height: 90vh;
    background: rgb(22,27,47);
    background: linear-gradient(0deg, rgba(22,27,47,1) 5%, rgba(22,27,47,1) 10%, rgba(0,0,0,0) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161b2f",endColorstr="#000000",GradientType=1);*/
}

    .game-page .game-data {
        position: absolute;
        width: 100%;
        height: 90vh;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .game-page .banner-image {
        position: absolute;
        width: 100%;
        height: 90vh;
        object-fit: cover;
        z-index: 2;
    }

    .game-page .darker {
        position: absolute;
        width: 100%;
        height: 90vh;
        z-index: 3;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 40%);
    }

    .game-page .container {
        position: relative;
        height: 100%;
    }

    .game-page .esra-icon {
        position: absolute;
        left: .8rem;
        top: 100px;
        z-index: 4;
        background: #fff;
        border-radius: 2px;
    }

@media (min-width:992px) {
    .game-page .esra-icon {
        top: initial;
        bottom: 10px;
    }
}

.game-page .esra-icon img {
    max-width: 70px;
}

.game-page .content {
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    bottom: 20px;
    z-index: 4;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-wrap: nowrap;
}

    .game-page .content img {
        width: 150px;
        max-width: 30%;
        border-radius: 2px;
        margin-left: 10px;
    }

    .game-page .content h1 {
        font-size: 18px;
        font-weight: 800;
    }

    .game-page .content h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .game-page .content .info {
        font-size: 13px;
    }

.game-page .info .cats {
    margin-top: 10px
}

    .game-page .info .cats .btn {
        padding: 0px 8px;
        font-size: 12px;
        margin: 6px 6px 0 0;
    }

.game-page .info img {
    width: 25px;
    margin-left: 5px;
}

.game-page .small-info {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400
}

    .game-page .small-info .fa-star {
        color: gold;
    }

.lbl-ltr {
    display: inline-block;
    direction: ltr;
}

.game-side h2 {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin: 10px 0 20px 0;
}

.TheGameId {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    margin-right: 5px;
}

    .TheGameId::selection {
        color: #fff;
        background: none;
    }

.game-detail {
    font-size: 12px;
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
}

    .game-detail a {
        color: #a8b3ff;
        text-decoration: underline;
    }

    .game-detail label {
        margin-left: 8px;
    }

    .game-detail .cats {
        margin: 0;
    }

        .game-detail .cats label:after {
            padding-right: 3px;
            content: '،';
        }

        .game-detail .cats label:last-child:after {
            display: none;
        }

        .game-detail .cats label a {
            color: #a8b3ff;
            text-decoration: underline;
        }

    .game-detail .ltr {
        direction: ltr;
        margin-right: 5px;
    }

.side-btn .btn {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

    .side-btn .btn .fa {
        margin-left: 5px
    }


.trophy-side {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    background: rgb(33, 38, 59);
    padding: 10px;
}

.trophy-side-it {
    width: 23%;
    position: relative;
    margin-right: 3%;
    border-radius: 2px;
    font-size: 9px;
    line-height: 12px;
}

    .trophy-side-it:last-child {
        margin-right: 0;
    }

    .trophy-side-it.see-more {
        background: #888
    }

    .trophy-side-it:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .trophy-side-it .trophy-sm {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: white;
        text-align: center;
    }

    .trophy-side-it.see-more .trophy-sm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .trophy-side-it.see-more .trophy-sm div {
            margin-top: 2px
        }


.acc-game {
    border-radius: 0;
    --bs-accordion-bg: #161b2f;
    --bs-accordion-color: #fff;
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-color: #eee;
    --bs-accordion-active-bg: #161b2f;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

    .acc-game .accordion-button {
        padding-top: 0;
        box-shadow: none;
        border-bottom: 1px solid #555;
        padding-bottom: 0;
        border-radius: 0;
    }

.simple-pic-slider.nav-iconic-top .owl-nav {
    top: -55px;
}

.simple-pic-slider .pic-item {
    position: relative;
}

.pic-item .ax-holder:before {
    padding-top: 50%;
}

.pic-item .ax-holder .ax-main {
    filter: brightness(0.85)
}

.pic-item .ax-holder .fa-play {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

.modal-body video {
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
}


.accordion-button::after {
    margin: 0 auto 5px 5px;
}

.acc-game .accordion-button span {
    border-bottom: 2px solid #fff;
    height: 100%;
    display: block;
    margin-bottom: -1px;
    padding-bottom: 0.8rem;
    padding-left: 20px;
}

.acc-game .accordion-item {
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.acc-game .table-dark {
    --bs-table-bg: #161b2f;
}

.acc-game .table-game-req tr {
    margin-bottom: 15px;
    border: none;
}

.acc-game .table-game-req td {
    margin-left: -5px;
    border: none;
    --bs-table-bg: #21263B;
    font-weight: 400;
    font-size: 12px;
    border-bottom: 10px solid #161b2f;
    direction: ltr;
}

    .acc-game .table-game-req td:first-child {
        direction: rtl;
    }

.acc-game .table-game-req th {
    border: none;
    font-weight: 500;
    border-bottom: 3px solid #161b2f;
}

.site-text, .site-text p {
    text-align: justify;
    line-height: 25px;
    font-size: 12px;
}

    .site-text img {
        max-width: 100%;
        border-radius: 5px;
    }

    .site-text a {
        color: #e6293f;
    }

        .site-text a:hover {
            color: #ce2539
        }

    .site-text ul {
        padding-right: 20px;
    }

        .site-text ul li::before {
            content: "\f111";
            display: inline-block;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 10px;
            color: #dc3545;
            margin-left: 8px;
        }

.fr-fic.fr-dib {
    margin: auto;
    display: block;
}

.game-side-item {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

    .game-side-item a.ax-holder {
        display: block;
        width: 100px;
        margin-right: 10px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

        .game-side-item a.ax-holder:before {
            padding-top: 54%;
        }

    .game-side-item .game-name {
        color: #fff;
        text-align: left;
        flex-grow: 1;
    }

.table-striped {
    --bs-table-border-color: #161b2f;
    --bs-table-bg: #161b2f;
    color: #fff;
}

    .table-striped > tbody > tr:nth-of-type(2n+1) > * {
        --bs-table-accent-bg: #21263B;
        color: #fff;
    }

.table-game-feature td img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.row.row-1-rem {
    --bs-gutter-x: 1rem
}

.row.row-05-rem {
    --bs-gutter-x: 0.5rem
}

.your-cm {
    margin-bottom: 20px;
    cursor: pointer;
}

    .your-cm i.far {
        color: gold;
    }

    .your-cm label, .star-five label {
        display: block;
        font-size: 12px;
        color: #aaa;
    }

.star-five {
    margin-bottom: 20px;
}

    .star-five .top {
        font-size: 12px;
    }

        .star-five .top i {
            color: gold;
        }

        .star-five .top b {
            font-size: 14px
        }


.rating-cm {
    display: inline-block;
    position: relative;
    height: 25px;
    margin-top: 10px;
}

    .rating-cm label {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        cursor: pointer;
        margin-bottom: 0;
    }

        .rating-cm label:last-child {
            position: static;
        }

        .rating-cm label:nth-child(1) {
            z-index: 5;
        }

        .rating-cm label:nth-child(2) {
            z-index: 4;
        }

        .rating-cm label:nth-child(3) {
            z-index: 3;
        }

        .rating-cm label:nth-child(4) {
            z-index: 2;
        }

        .rating-cm label:nth-child(5) {
            z-index: 1;
        }

        .rating-cm label input {
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0;
        }

        .rating-cm label .icon {
            float: right;
            color: transparent;
            line-height: 20px;
            font-size: 18px;
            margin-left: 3px;
        }

            .rating-cm label .icon .fa-star {
                font-weight: 400 !important;
            }

        .rating-cm label:last-child .icon {
            color: #aaa;
        }

    .rating-cm:not(:hover) label input:checked ~ .icon,
    .rating-cm:hover label:hover input ~ .icon {
        color: gold;
    }

        .rating-cm:not(:hover) label input:checked ~ .icon .fa-star,
        .rating-cm:hover label:hover input ~ .icon .fa-star {
            font-weight: 600 !important;
        }

    .rating-cm label input:focus:not(:checked) ~ .icon:last-child {
        color: red;
        text-shadow: 0 0 5px gold;
    }

.form-cm {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px
}

    .form-cm .form-control {
        background: #2C3147
    }

.cm-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .cm-new img {
        max-width: 80%;
        width: 80px;
        border-radius: 50%;
        margin-bottom: 15px;
    }

.cancel-answer {
    cursor: pointer;
    color: #e6293f;
    margin-right: 20px;
    font-size: 20px;
}

.comment-item {
    font-size: 12px;
    margin-bottom: 10px;
}

    .comment-item .cm-pic-parent {
        justify-content: center;
        align-items: center;
    }

    .comment-item .cm-info {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .comment-item .cm-pic {
        height: 70px;
        width: 70px;
        object-fit: cover;
        border-radius: 50%;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        border: 1px solid #aaa;
    }

        .comment-item .cm-pic.cm-pic-big {
            border-radius: 5px;
            width: 100%;
        }

    .comment-item:hover .cm-pic {
        transform: scale(1.05);
        border-color: #fff;
    }

    .comment-item strong {
        font-size: 15px;
        color: #fff;
    }

    .comment-item .cm-stars {
        display: block;
        color: gold;
    }

    .comment-item .cm-text {
        color: #fff;
        margin: 15px 0;
    }

    .comment-item .btn-answer {
        font-size: 12px;
    }

        .comment-item .btn-answer .fa {
            margin-right: 10px;
        }

    .comment-item .cm-asnwer {
        background-color: #161b2f;
        padding: 10px;
        margin-bottom: 10px;
    }

        .comment-item .cm-asnwer .response .date {
            color: #aaa;
            margin-right: 5px;
        }

.cm-interact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-cm-interact {
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 12px
}

    .btn-cm-interact i.fa-spin {
        display: none;
        margin-right: 5px;
    }


.game-list {
    background-color: #21263B;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #21263B;
}

    .game-list .ax-holder {
        margin-bottom: 0;
    }

        .game-list .ax-holder:before {
            padding-top: 54%;
        }


        .game-list .ax-holder .ax-main {
            transition: all linear 0.2s;
        }

    .game-list:hover .ax-holder .ax-main {
        transform: scale(1.1);
    }

    .game-list:hover {
        border-color: #545764;
    }

.list-btm {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    height: 60px
}

    .list-btm .name-price > b {
        text-overflow: ellipsis;
        height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 12px;
        font-weight: 600;
    }

    .list-btm .price-box {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px
    }

        .list-btm .price-box .price-amount span {
            margin-right: 5px
        }

        .list-btm .price-box .price-main {
            font-size: 12px
        }

        .list-btm .price-box .unit {
            color: #eee;
        }

.lst-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
    min-width: 55px;
}

    .lst-left .star {
        direction: ltr;
        font-size: 12px;
    }

        .lst-left .star .fa {
            color: gold;
        }

    .lst-left .platform-ico {
        width: 20px;
        height: 20px;
    }

.cat-side {
    background: #21263B;
    padding: 15px;
}


.side-acc {
    border-radius: 0;
    --bs-accordion-bg: #2A2F43;
    --bs-accordion-color: #fff;
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-color: #eee;
    --bs-accordion-active-bg: #2A2F43;
    --bs-accordion-btn-padding-x: 10px;
    --bs-accordion-body-padding-x: 10px;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

    .side-acc .accordion-button {
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #555;
        border-radius: 0;
        font-size: 16px;
        border-bottom: none;
        font-weight: 600;
    }

    .side-acc .accordion-item {
        border: none;
        border-radius: 0;
        margin-bottom: 20px;
    }

.cat-side .ui-slider-horizontal {
    height: 0.2rem;
    background: #ccc;
}

.cat-side .ui-widget-header {
    background: #e6293f
}

.cat-side .ui-state-default, .cat-side .ui-widget-content .ui-state-default {
    width: 12px;
    height: 12px;
    background: #e6293f;
    border: none;
}

.slider-multibox {
    display: flex;
    flex-wrap: nowrap;
    direction: ltr;
    margin-top: 15px;
    align-items: center;
}

    .slider-multibox .divide {
        margin: 0 10px 0 10px;
    }

    .slider-multibox .form-control {
        text-align: center;
    }

    .slider-multibox .txt .form-control {
        padding-left: 30px;
    }

    .slider-multibox .txt {
        position: relative;
    }

        .slider-multibox .txt small {
            position: absolute;
            left: 5px;
            top: 0;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0.4
        }

.ui-slider .ui-slider-handle {
    z-index: 1 !important;
}

.game-list-kol {
    position: relative;
    margin-top: 15px;
}

.game-list-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    background: #000000ac;
    padding: 25%;
    display: none;
}

.chk-list input[type=checkbox] {
    appearance: none;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.chk-list .chk {
    position: relative;
}

    .chk-list .chk > label {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 10px
    }

    .chk-list .chk span {
        font-size: 14px
    }

.chk-list input + i {
    display: block;
    background: #161b2f;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    position: relative;
}

.chk-list input:checked + i:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: red;
    font-size: 10px;
    position: absolute;
    top: 2px;
    right: 5px
}

.sort-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

    .sort-list input {
        appearance: none;
    }

    .sort-list label {
        font-size: 22px;
        margin-left: 20px;
        cursor: pointer;
    }

    .sort-list input:checked + label {
        color: #e6293f;
    }

    .sort-list select {
        background-color: #161b2f;
        color: #e6293f;
        border: none;
        margin: 0 15px 0 15px;
        font-size: 14px;
    }


.game-paging.page-absolute {
    position: absolute;
    left: 0;
    top: -45px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

    .game-paging.page-absolute nav {
        margin-right: 15px;
    }

    .game-paging.page-absolute .res-count {
        line-height: 23px;
        height: 23px;
        display: block;
    }

.game-paging .pagination {
    flex-direction: row-reverse;
    --bs-pagination-padding-x: 8px;
    --bs-pagination-padding-y: 2px;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: transparent;
    --bs-pagination-active-border-color: #e6293f;
    --bs-pagination-hover-bg: #21263B;
    --bs-pagination-bg: transparent;
    --bs-pagination-border-color: #e6293f;
    margin-bottom: 0;
}

    .game-paging .pagination .page-item {
        border-color: #e6293f;
    }

        .game-paging .pagination .page-item a {
            cursor: pointer;
            color: #fff;
            border: none;
        }

        .game-paging .pagination .page-item.active a {
            color: #e6293f
        }


.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:first-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.box-top-game {
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
}

    .box-top-game .row {
        align-items: center;
    }

        .box-top-game .row > div {
            margin-top: 20px;
        }

    .box-top-game .page-title {
        margin: 0;
        border-bottom: 2px solid #aaa;
        padding-bottom: 10px;
        display: inline-block;
        margin-bottom: -1px;
    }


.pages-top {
    width: 100%;
    position: relative;
    padding-bottom: 45%;
}

@media (min-width:768px) {
    .pages-top {
        padding-bottom: 30%;
    }
}

@media (min-width:992px) {
    .pages-top {
        padding-bottom: 20%;
    }
}

.pages-top .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.pages-top .back-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #000,#00000051);
}


.pages-top .page-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    height: 200px;
    max-height: 90%;
}

    .pages-top .page-title .logo {
        width: 300px;
        max-width: 50%;
        margin: 30px 0 10px 0;
    }

    .pages-top .page-title h1 {
        font-size: 22px;
    }

.social-item {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 15px;
    flex-wrap: nowrap;
}

    .social-item .ico {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(71,20,207,1);
        color: #fff;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 18px
    }

    .social-item > div {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

        .social-item > div a {
            color: #fff;
            font-weight: bold;
            direction: ltr;
            display: block;
        }

        .social-item > div small {
            color: #888
        }



.side-top-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #21263B;
    border-radius: 15px;
    margin: 15px 0 30px 0;
    padding: 15px 0;
}

.u-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .u-item img {
        margin-left: 10px;
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

    .u-item.user-pic img {
        width: 60px;
        height: 60px;
        margin-left: 15px;
        border-radius: 50%;
        object-fit: cover;
    }

    .u-item .u-item-pic {
        flex-shrink: 0;
    }

    .u-item > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        line-height: 18px;
        flex-grow: 1;
    }

        .u-item > div b {
            color: #fff;
            font-size: 14px;
        }

        .u-item > div span {
            color: #888;
            font-size: 12px;
        }

        .u-item > div a.username {
            color: #888;
            font-size: 12px;
            direction: ltr;
            margin-top: 5px;
        }


    .u-item .active-plan {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        justify-content: start;
        align-items: start;
        border-top: 1px solid #444;
        width: 100%;
        padding-top: 8px;
        margin-top: 5px;
    }

        .u-item .active-plan b {
            color: gold;
            font-size: 12px;
        }

.user-side-menu {
    margin: 35px 0 20px 0;
    padding: 0;
    list-style: none;
}

    .user-side-menu li {
        margin-bottom: 15px;
    }

        .user-side-menu li a {
            color: #fff;
            display: flex;
            justify-content: start;
            align-items: center;
        }

            .user-side-menu li a i {
                margin-left: 10px;
                display: block;
                width: 15px;
                height: 15px;
            }





.top-links {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    flex-wrap: wrap;
}

    .top-links li {
        margin-left: 20px;
        padding-left: 20px;
        margin-bottom: 10px;
        position: relative;
    }

        .top-links li:after {
            content: '|';
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 12px
        }

        .top-links li:last-child:after {
            display: none;
        }

        .top-links li a {
            color: #fff;
            display: block;
        }

        .top-links li.IsActive a {
            color: gold
        }

        .top-links li a i {
            margin-left: 2px
        }

.users-box {
    background: #21263B;
    padding: 15px 20px;
}

.is-launcher {
    margin-top: 57px;
}

.users-title {
    display: block;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}

    .users-title h1 {
        font-size: 18px;
        font-weight: 600;
    }

    .users-title.with-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
    }

        .users-title.with-form h1 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0;
        }

.top-form {
    position: relative;
}

    .top-form .form-control {
        margin-top: 0 !important;
    }

    .top-form button {
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        left: 8px;
        top: 8px;
        margin: 0;
    }

.users-box .form-control {
    background-color: #2A2F43;
    margin-top: 1rem;
}

.users-box .form-flex {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    align-items: center;
}

    .users-box .form-flex input[type=radio] {
        appearance: none;
    }

    .users-box .form-flex .radio {
        padding: .375rem .75rem;
        cursor: pointer;
    }

    .users-box .form-flex input[type=radio]:checked + .radio {
        background-color: #2A2F43;
    }

    .users-box .form-flex span {
        display: block;
        margin-left: 5px;
        flex-shrink: 0
    }

    .users-box .form-flex select {
        margin: 0;
        margin-right: 10px;
    }

.user-pic {
    background-color: #2A2F43;
    margin-top: 1rem;
    padding: 10px 15px;
}

.user-pic-upload {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #21263B;
    padding-bottom: 10px
}

    .user-pic-upload .fakher-image-uploader {
        appearance: none;
        width: 1px;
        height: 1px;
        padding: 0;
        opacity: 0.1;
        position: absolute;
    }

        .user-pic-upload .fakher-image-uploader + label {
            background-color: rgba(71,20,207,1);
            color: #fff;
            padding: 5px 15px;
            font-size: 12px;
        }

.detail-of-upload td {
    font-size: 11px;
    color: gray;
    padding: 0 5px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 10px;
}

.user-pic .edit-profile-image {
    height: 80px;
    border-radius: 5px;
}

.form-one {
    position: relative;
    width: 100%;
}

    .form-one .form-control {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
        text-align: right;
        direction: ltr;
    }

    .form-one .fa {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        color: #888
    }

    .form-one .btn {
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 12px;
        padding: 3px 8px;
        width: 80px;
        text-align: center;
    }

    .form-one .frm-load {
        position: absolute;
        top: 10px;
        width: 14px;
        left: 95px;
    }


.friend-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #2A2F43;
    margin-bottom: 1rem;
}

    .friend-item:last-child {
        margin-bottom: 0;
    }

    .friend-item .friend-ax {
        width: 60px;
        flex-shrink: 0;
        margin: 0 0 0 10px;
        position: relative;
    }

    .friend-item .ax-holder {
        width: 100%;
        overflow: initial;
    }

        .friend-item .ax-holder:before {
            padding-top: 60px;
        }

        .friend-item .ax-holder .ax-main {
            border: 3px solid #fff;
            border-radius: 50%;
        }

    .friend-item .is-online {
        position: absolute;
        right: 3px;
        bottom: 3px;
    }

        .friend-item .is-online.True {
            color: #05e705
        }

    .friend-item .name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: start;
        margin-left: auto;
    }

        .friend-item .name label {
            margin: 0 0 0px 0;
            color: #fff;
            font-size: 14px;
        }

        .friend-item .name small {
            margin: 0;
            color: #aaa;
            font-size: 14px;
            display: inline-block;
            direction: ltr;
        }

.three-dot .btn {
    color: #aaa
}

    .three-dot .btn:after {
        display: none;
    }

.table-wish {
}

    .table-wish th {
        color: #888;
        font-weight: normal;
        border-bottom: none;
        padding: 0;
        border-bottom: 10px solid #21263B;
    }

    .table-wish td {
        color: #fff;
        padding: 0;
        border-bottom: 10px solid #21263B;
        vertical-align: middle;
        background: #2A2F43
    }

        .table-wish td.wide-pic {
            width: 130px;
        }

            .table-wish td.wide-pic img {
                width: 130px;
            }

        .table-wish td .platform-ico img {
            width: 15px
        }

    .table-wish .fa-star {
        color: gold;
    }



.tickets {
    clear: both;
    overflow: hidden;
}

    .tickets .ticket-item {
        clear: both;
        overflow: hidden;
        display: block;
    }

        .tickets .ticket-item hr {
            margin: 5px 0;
            border-color: rgba(0, 0, 0, 0.17)
        }

        .tickets .ticket-item .ticket-body {
            max-width: 80%;
            display: table;
            padding: 8px;
            margin: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
            box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
            min-width: 300px;
        }

        .tickets .ticket-item.man .ticket-body {
            background-color: #e6ffdc;
            float: right;
        }

            .tickets .ticket-item.man .ticket-body h6 {
                color: #28a745;
            }

        .tickets .ticket-item.un .ticket-body {
            background-color: #e7e8fe;
            float: left;
        }

            .tickets .ticket-item.un .ticket-body h6 {
                color: #0009be;
            }

        .tickets .ticket-item .ticket-body .date h6 {
            font-size: 12px;
            font-weight: initial;
            line-height: 20px;
            color: rgba(59, 63, 92, 0.75)
        }

        .tickets .ticket-item .ticket-body p {
            color: #000;
            font-size: 13px;
        }


.gamer-profile-back.ax-holder:before {
    padding-top: 30%
}

.gamer-profile {
    background: #21263B;
    padding: 15px;
    position: relative;
}

    .gamer-profile > .row {
        min-height: 80px;
    }

    .gamer-profile .side-top-box {
        padding: 0;
        margin: 0;
        justify-content: start;
    }

        .gamer-profile .side-top-box .u-item {
            margin-left: 25px
        }

.gamer-side-btn {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

    .gamer-side-btn .btn {
        width: 140px;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .gamer-side-btn .btn:last-child {
            margin-bottom: 0px;
        }

.reg-date {
    margin-top: 15px;
    font-size: 12px;
    color: #aaa;
}

    .reg-date .fa {
        margin-left: 3px;
    }

.gamer-tag {
    width: 120px;
    text-align: center;
    margin: auto;
}

    .gamer-tag img {
        border-radius: 50%;
        border: 4px solid rgba(71,20,207,1);
        background: #fff;
    }

    .gamer-tag small {
        direction: ltr;
        display: block;
        color: #aaa;
        margin-top: 5px;
    }

@media (min-width: 992px) {
    .gamer-tag {
        position: absolute;
        top: -80px;
        right: 0;
        left: 0;
    }
}


.last-played {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
}

    .last-played .ax-holder {
        width: 35%;
        margin: 0;
    }

        .last-played .ax-holder:before {
            padding-top: 54%;
        }

    .last-played .game-info {
        height: 100%;
        margin-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
    }

        .last-played .game-info .cats {
            font-size: 12px;
            color: #fff;
            margin: 0;
        }

        .last-played .game-info date {
            font-size: 12px;
            color: #aaa;
        }


    .last-played .game-hour {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .last-played .game-hour strong {
            font-size: 20px;
            font-weight: 500
        }

.friend-detail {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

    .friend-detail:last-child {
        border-bottom: none;
    }

    .friend-detail .friend-pic {
        width: 55px;
        margin-right: 10px;
        position: relative;
    }

        .friend-detail .friend-pic .ax-holder {
            margin: 0
        }

        .friend-detail .friend-pic .ax-main {
            border-radius: 50%;
            width: 55px;
            height: 55px;
        }

        .friend-detail .friend-pic .is-online {
            position: absolute;
            z-index: 1000000;
            right: 0;
            bottom: 0;
            border: 3px solid #161b2f;
            border-radius: 50%;
            font-size: 9px
        }

            .friend-detail .friend-pic .is-online.true {
                color: #14E606;
            }

    .friend-detail .friend-name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
    }

        .friend-detail .friend-name a {
            direction: ltr;
            color: #aaa;
            font-size: 12px;
            margin-top: 2px
        }

.more-data {
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: #2A2F43;
    padding: 7px 0;
    border-radius: 10px;
    margin: 10px 0 10px auto;
}

    .more-data > div {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 0 10px
    }

    .more-data i.fa {
        margin-right: 5px
    }


.show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    cursor: pointer;
}

    .show-more i {
        margin-right: 5px;
    }

.last-played.fav-game {
    align-items: stretch
}

    .last-played.fav-game .ax-holder {
        width: 140px;
    }

    .last-played.fav-game .grad-red date {
        color: #ffffffab;
        font-size: 11px;
    }


.last-played.my-game .more-data {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .last-played.my-game .more-data > div {
        margin: 0 30px
    }

.last-played.fav-game .grad-red {
    display: flex;
    flex-direction: row-reverse;
    flex-grow: 1;
    justify-content: space-between;
    background: linear-gradient(to right, #e6293f, #21263B);
}


.last-played.my-game {
    align-items: stretch;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}

    .last-played.my-game:last-child {
        border-bottom: none;
    }

    .last-played.my-game .ax-holder {
        width: 140px;
    }

    .last-played.my-game .grad-red {
        display: flex;
        flex-direction: row-reverse;
        flex-grow: 1;
        justify-content: space-between;
    }

.money-bag {
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    padding: 15px 15px;
    margin-bottom: 20px;
    background: linear-gradient(to left, #592ad5,#4714CF);
    width: 80%;
}

    .money-bag div {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .money-bag div i {
            margin-left: 8px;
            font-size: 20px;
        }

    .money-bag strong {
        margin-left: 8px;
        font-size: 14px;
    }

@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.add-wallet {
    background: #2A2F43;
    border-radius: 2px;
    text-align: center;
    padding: 15px 15px;
    position: relative;
    margin-bottom: 0.5rem;
}

    .add-wallet .big-icon {
        font-size: 20px;
        background: #444;
        padding: 15px;
        border-radius: 50%;
    }

    .add-wallet:hover .big-icon {
        background: gold;
        color: #333;
    }

    .add-wallet .form-control {
        background-color: #31364d !important;
        text-align: center;
        margin-top: 0.5rem;
    }

        .add-wallet .form-control::placeholder {
            color: #fff;
        }

    .add-wallet .btn {
        width: 100%;
        margin-top: 10px;
    }

        .add-wallet .btn .fa {
            font-size: 12px;
            margin-left: 3px;
        }

    .add-wallet .frm-load {
        position: absolute;
        left: 20px;
        bottom: 23px;
    }

    .add-wallet h5 {
        padding: .375rem .75rem;
        margin: 0;
        margin-top: 0.5rem;
        font-size: 1.2rem;
    }

        .add-wallet h5 small {
            font-size: 0.8rem;
        }

.buy-plan-title {
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
}

.buy-plan-text {
    color: #aaa;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
}

.plan {
    background: #21263B;
    border-radius: 2px;
    padding: 15px;
    text-align: center;
}

    .plan .big-icon {
        border: 2px solid #fff;
        font-size: 25px;
        color: gold;
        padding: 15px;
        border-radius: 50%;
    }

    .plan:hover .big-icon {
        background: #ffffff60;
        border-color: #fff;
        color: gold
    }

    .plan h4 {
        font-size: 15px;
        margin: 10px 5px;
    }

    .plan .price {
        text-align: center;
        padding: 10px 15px;
        display: inline-block;
    }

        .plan .price .price-old {
            color: #888;
            text-decoration: line-through;
            display: block;
            margin-bottom: 10px;
        }

        .plan .price .price-new {
            color: #fff;
            background: rgb(105, 53, 242);
            padding: 4px 10px;
            font-size:16px;
        }


    .plan .features {
        padding: 10px;
        background: #2A2F43;
        text-align: right;
        font-size: 12px;
        margin: 10px 0;
    }

        .plan .features ul.fe-text {
            margin-top: 5px;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .plan .features .fe-text li {
            margin-top: 5px;
        }

            .plan .features .fe-text li:before {
                content: "\f00c";
                color: rgb(105, 53, 242);
                font-weight: 900;
                font-family: "Font Awesome 6 Free";
                margin-left: 5px;
            }

    .plan .btn-danger {
        width: 100%;
        font-size: 15px;
    }

    .plan .donate-box {
        margin-bottom: 10px;
    }

        .plan .donate-box .form-control {
            background: rgb(42, 47, 67);
            text-align: center;
            margin-top:10px;
        }

.form-one.gift-form {
}

    .form-one.gift-form .btn {
        left: 5px;
        top: 5px;
        font-size: 14px;
        padding: 7px 20px;
        width: 120px;
    }

    .form-one.gift-form .form-control {
        padding: 0.75rem 30px 0.75rem 150px;
    }

.fslightbox-toolbar {
    left: 0 !important;
    right: initial !important;
}


.box.box-blog {
    margin-bottom: 2rem;
}

.bside-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.bside-search {
    display: block;
    width: 100%;
    position: relative;
}

    .bside-search input {
        background: #2A2F43;
        color: #eee;
        border: none;
        padding: 6px 10px;
        width: 100%;
    }

    .bside-search button {
        position: absolute;
        background: none;
        border: none;
        outline: none;
        font-size: 18px;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.bside-cats {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .bside-cats a {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 5px;
    }

    .bside-cats li:last-child a {
        margin-bottom: 0px;
    }

    .bside-cats a {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .bside-cats a .ax-holder {
            width: 60px;
            flex-shrink: 0;
            border: 1px solid #333;
            margin-left: 15px;
            font-size: 10px;
        }

            .bside-cats a .ax-holder.wider {
                width: 100px;
            }

                .bside-cats a .ax-holder.wider:before {
                    padding-top: 60%
                }

    .bside-cats .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

        .bside-cats .info strong {
            color: #fff;
            display: block;
            margin-bottom: 3px;
        }

        .bside-cats .info span {
            color: #e6293f
        }

.blog-image.ax-holder:before {
    padding-top: 60%;
}

.blog-list-image.ax-holder:before {
    padding-top: 40%;
}


.post_meta {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 15px 0 20px 0;
    width: 100%;
    background: #2A2F43;
    padding: 10px 15px;
}

    .post_meta li {
        margin-left: 15px;
        list-style: none;
    }

.blog-share {
    border-top: 1px solid #333;
    margin: 25px 0 15px 0;
    padding: 10px;
}

.social-links {
    display: flex;
}

    .social-links a {
        display: inline-block;
        margin: 0 0 10px 20px;
        font-size: 20px;
    }

.blog-tags {
    border-top: 1px solid #333;
    margin: 25px 0 15px 0;
    padding: 10px;
}

    .blog-tags a {
        background: #2A2F43;
        padding: 5px 8px;
        margin: 0 0 5px 5px;
    }

.post-item {
    margin-bottom: 2rem;
}

.post-btn {
    text-align: left;
}

    .post-btn a {
        background: #2A2F43;
        padding: 10px 15px;
        margin-bottom: 0;
        display: inline-block;
    }

.blog-content video {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}

video {
    max-width: 100%
}

.slick-list {
    padding-bottom: 50px !important;
}
