.c-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #00000000;
}
.c-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(255 0 0 / 0%);
    border: none;
    border-left: 5px solid rgb(255 255 255 / 15%);
    width: 0px;
}
.c-scroll.left-scroll::-webkit-scrollbar-thumb,.c-scroll.left-scroll .c-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(255 0 0 / 0%);
    border: none;
    border-right: 5px solid rgb(255 255 255 / 15%);
    width: 0px;
}
.c-scroll::-webkit-scrollbar-button:vertical:decrement {
    opacity: 0;
    background: none;
    height: 10px;
}
.c-scroll::-webkit-scrollbar-button:vertical:increment {
    opacity: 0;
    background: none;
    height: 10px;
}

.switch-page-parent{
    transition: height .3s;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.switch-page-parent > .switching-page{
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}


.login-register-section .login-step{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.login-register-section .boxmicon {
    width: 110px;
    margin: 10px auto 20px;
    display: block;
    position: relative;
}
.login-register-section .signal {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.login-register-section .signal > span {
    animation: pulse-2-5 1500ms linear infinite;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.login-register-section .signal > span > span {
    animation: pulse-2-5 1500ms linear infinite;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.login-register-section .signal > span > span:after {
    animation: pulse-2-5 1500ms linear infinite;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

.login-register-section .signal span {
    background-color: rgba(237, 54, 52, 0.4);
}

.login-register-section .signal span:after {
    background-color: rgba(237, 54, 52, 0.2);
}

@keyframes pulse-2-5 {
    0% {
        opacity: 0.75;
        transform: scale(0.5);
    }
    25% {
        opacity: 0.75;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes wiggle-anim {
    0%,100%,25% {transform: scale(1) ;}
    5%,15% {transform: scale(1.2) rotate(10deg);}
    10%,20% {transform: scale(1.2) rotate(-10deg);}
}

.topmenu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--color-black);
    z-index: 100;
}
.body-top-spacer{
    margin-top: 93px;
    position: relative;
}

.dropdown-menu{
    max-height: 85vh;
    overflow: auto;
}


.cart-item-voucher{
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
}
.cart-item-voucher .cart-item-voucher-text{
    display: inline-block;
    vertical-align: middle;
    display: flex;
    
}
.cart-item-voucher .cart-item-voucher-close{
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
    display: flex;
}
.cart-item-voucher .cart-item-voucher-close svg{
    height: 16px;
    width: 16px;
    cursor: pointer;
}
.cart-item-voucher.minimal{
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    background: transparent;
    padding: 0 20px 0 0;
    margin-bottom: 8px;
    line-height: 16px;
}

.sw_streams {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 5px;
    margin: 10px 0 20px;
}

.sw_streams .swiper-slide {
    min-height: 100% !important;
    display: flex !important;
}


.stream-holder {
    display: block;
    position: relative;
    border-radius: 15px;
    width: 100%;
}
.stream-holder a,
.stream-holder a:hover{
    color: inherit !important;
}

.stream-holder .thumbinfo {
    padding: 15px;
    overflow: hidden;
}

.stream-holder h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 21px;
    padding: 0;
    text-align: left;
    direction: ltr;
    font-weight: normal;
    text-transform: capitalize;
}

.stream-holder .thumbinfo > small {
    border-radius: 13px;
    display: block;
    float: left;
    font-size: 15px;
    text-align: center;
    color: var(--color-violet2);
    margin: 2px;
    padding: 0 5px;
}

.stream-holder small img {
    max-width: 22px;
    float: left;
    margin: -2px 3px;
}


.stream-holder span {
    font-size: 14px;
    color: var(--color-dark);
    display: block;
    width: 100%;
    padding: 15px 0 0;
    overflow: hidden;
    line-height: 28px;
}

.stream-holder > .item > .inner{
    background-color: var(--color-dark3);
    transition: transform 200ms linear;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.stream-holder > .item.offline ,.featured-holder > .item.offline{
    opacity: 0.5;
}
.stream-holder > .item > a {
    display: block;
    overflow: hidden;
    transition: transform 200ms linear;
}

.stream-holder > .item > .inner:hover {
    transform: scale(0.95);
    z-index: 9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}


.stream-holder .chuser {
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
}

.stream-holder .chuser .innerface {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 12px;
}

.stream-holder .chuser .item {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 13px;
}
.stream-holder .chuser .details {

}
.stream-holder .chuser .sub-btn {
    transition: all .2s;
    width: 40px;
    height: 50px;
    margin: 0 0 0 auto;
    display: flex;
    flex-shrink: 0;
}
.stream-holder .chuser .sub-btn:hover {
    transform: scale(1.1);
}
.stream-holder .chuser b {
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    direction: ltr;
}

.stream-holder .chuser small {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    direction: ltr;
    color: #6f707f;
}

.stream-holder  .thumbinfo > small {
    float: right;
    padding: 9px 11px 9px 5px;
    margin: 9px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.8);
}

.stream-holder  .thumbinfo > small  .viewer-count{
    display: inline-block;
    margin: 2px 0 0 ;
}

.stream-holder  .item a {
    position: relative;
    cursor: pointer;
}

.stream-holder  > .item > .inner::after {
    display: none;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 4px;
    border-radius: 10px;
    border-radius: 5px/3px;
    background: linear-gradient(70deg, #0ebeff, #ffdd40, #ae63e4, #47cf73);
}

.stream-holder  > .item > .inner:hover:after {
    display: block;
}

.pegi-rating-holder{
    display: flex;
    justify-content: space-between;
}
li.pegi-rating-holder::before{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.pegi-rating-img{
    height: 50px;
}

@media screen and (max-width: 1024px) {
    .topmenu {
        border-bottom: 1px solid var(--color-dark2);
        margin-bottom: 25px;
        /* border-bottom: none; */
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px 10px 20px 10px;
        z-index: 999;
        height: 60px;
        background: var(--color-bg);
    }
    .body-top-spacer{
        margin-top: 10px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .cart-item-voucher {
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
        background: transparent;
        padding: 0 20px 0 0;
        margin-bottom: 8px;
        line-height: 16px;
    }
}

.gameservers-intro-holder{
    height: 375px;
    width: 100%;
    display: flex;
    background-color:var(--color-black);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    
}
.gameservers-intro-holder .background {
    /* opacity: 0.5; */
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    mix-blend-mode: overlay;
}
.gameservers-intro-holder .details {
    position: relative;
    width: 50%;
    padding: 10px 50px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gameservers-intro-holder .details h2{
    margin: 0 0 20px;

}
.gameservers-intro-holder .details .descriptions{
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.9em;

}
.gameservers-intro-holder .thumbs{
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 554px;
    height: 310px;
    margin: auto;
}
.gameservers-intro-holder .thumbs .thumb{
    transition: all .5s;
    width: 222px;
    height: 308px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 65px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 1200px) {
    .gameservers-intro-holder .thumbs .thumb:nth-child(4) {
        transform: translateY(-50%) translateX(50%) scale(0.9) ;
        filter: brightness(0.9);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(4):hover {
        transition: all .3s;
        transform: translateY(-50%) translateX(50%) scale(1) translateX(50%) ;
        filter: brightness(1);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(3) {
        transform: translateY(-50%) translateX(95%) scale(0.8) ;
        filter: brightness(0.8);
    }
    
    .gameservers-intro-holder .thumbs .thumb:nth-child(3):hover {
        transition: all .3s;
        transform: translateY(-50%) translateX(95%) scale(1) translateX(50%) ;
        filter: brightness(1);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(2) {
        transform: translateY(-50%) translateX(135%) scale(0.7) ;
        filter: brightness(0.7);
    }
    
    .gameservers-intro-holder .thumbs .thumb:nth-child(2):hover {
        transition: all .3s;
        transform: translateY(-50%) translateX(135%) scale(1) translateX(50%) ;
        filter: brightness(1);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(1) {
        transform: translateY(-50%) translateX(170%) scale(0.6) ;
        filter: brightness(0.6);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(1):hover {
        transition: all .3s;
        transform: translateY(-50%) translateX(170%) scale(1) translateX(50%) ;
        filter: brightness(1);
    }
}



.gameservers-intro-holder .thumbs .thumb .bg {
    /* opacity: 0.5; */
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.gameservers-intro-holder .thumbs .thumb .logo {
    /* opacity: 0.5; */
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.gameservers-intro-holder .thumbs .thumb .overlay {
    transition: all 1s;
    /* opacity: 0.5; */
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1A1C24 0%, #E20A3E 100%);
    mix-blend-mode: color;
    opacity: 1; 
}
.gameservers-intro-holder .thumbs .thumb:hover .overlay {
    transition: all .5s;
    opacity: 0; 
}

.gameservers-intro-holder .btn {
    margin: 0 0 0 15px;
    padding: 12px 20px;
}



@media screen and (max-width: 1200px) {
    .gameservers-intro-holder{
        height: auto;
        padding: 50px;
        flex-wrap: wrap-reverse;
    }
    .gameservers-intro-holder .details {
        width: 100%;
        padding: 50px 0 0;
    }
    .gameservers-intro-holder .thumbs{
        height: 307px;
        width: 560px;
        margin: 0 auto;
    }
    
    .gameservers-intro-holder .thumbs .thumb:nth-child(5) {
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(1) ;
        filter: brightness(1);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(4) {
        left: 50%;
        transform: translateY(-50%) translateX(-50%) translateX(53%) scale(0.75) ;
        filter: brightness(0.9);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(3) {
        left: 50%;
        transform: translateY(-50%) translateX(-50%) translateX(-53%) scale(0.75) ;
        filter: brightness(0.8);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(2) {
        left: 50%;
        transform: translateY(-50%) translateX(-50%) translateX(-94%) scale(0.6) ;
        filter: brightness(0.7);
    }
    .gameservers-intro-holder .thumbs .thumb:nth-child(1) {
        left: 50%;
        transform: translateY(-50%) translateX(-50%) translateX(94%) scale(0.6) ;
        filter: brightness(0.6);
    }
}

@media screen and (max-width: 768px) {
    .gameservers-intro-holder{
        width: auto;
        margin: 0 10px;
        padding: 0;
    }
    .gameservers-intro-holder .thumbs{
        transform: scale(0.55);
        margin: -38px auto;
    }
    .gameservers-intro-holder .details {
        width: 100%;
        padding: 3px 20px 0;
    }
    .gameservers-intro-holder .details h2{
        margin: 0 0 15px;
        font-size: 20px;
        text-align: center;
    }
    .gameservers-intro-holder .details .descriptions{
        margin: 0 0 30px;
        font-size: 12px;
        line-height: 1.9em;
        text-align: justify;
        text-align-last:center ;
    
    }
    .gameservers-intro-holder .btns {
        display: flex;
        justify-content: center;
        margin: 0px 0px 40px;
    }
    .gameservers-intro-holder .btn {
        margin: 0 0 0 10px;
        padding: 5px 15px;
        font-size: 10px;
        line-height: 23px;
    }
}

.game-promotion-holder{
    height: 300px;
    width: 100%;
    display: flex;
    background-color:var(--color-black);
    border-radius: 20px;
    position: relative;
    margin: 20px 0;
    
}
.game-promotion-holder .holder{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    display: flex;
}
.game-promotion-holder .background {
    /* opacity: 0.5; */
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    mix-blend-mode: overlay;
}
.game-promotion-holder .overlay {
    transition: all 1s;
    /* opacity: 0.5; */
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #00000000 0%, #E20A3E 119%);
    opacity: 1; 
}
.game-promotion-holder .picture {
    transition: all 1s;
    /* opacity: 0.5; */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110%;
    max-height: unset;
    z-index: 1;
    -webkit-user-drag: none;
}

.game-promotion-holder .details {
    position: relative;
    width: 70%;
    padding: 10px 50px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0 auto;
}
.game-promotion-holder .details h2{
    margin: 20px 0 20px;
    font-size: 1.8rem;
}
.game-promotion-holder .details .descriptions{
    margin: 0 0 25px 30px;
    font-size: 14px;
    line-height: 2em;
}

@media screen and (max-width: 768px) {
    .game-promotion-holder {
        overflow: hidden;
        margin: 20px 10px;
        width: auto;
        height: auto;
    }
    .game-promotion-holder .picture {
        left: 0px;
        bottom: -20px;
        height: 140px;
    }
    .game-promotion-holder .details {
        width: 100%;
        padding: 20px 20px 20px 20px ;
    }
    .game-promotion-holder .details h2 {
        margin: 5px 0 10px;
        font-size: 18px;
    }
    .game-promotion-holder .details .descriptions {
        margin: 0 0 64px 0;
        font-size: 12px;
        line-height: 2em;
    }
    .game-promotion-holder .overlay {
        background: linear-gradient(225deg, #00000000 0%, #E20A3E 119%);
    }
}
.game-promotion-holder .btns span{
    background: #fff;
    color: #000;
    padding: 11px 20px;
}

.modal {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    bottom: 0 !important;
    right: 0 !important;
}

.btn-mark {
    padding: 4px;
    font-size: 14px;
    margin: 10px 0 0 !important;
}

@keyframes attention-graber {
    0%,100%,25% {transform: scale(1) ;}
    5%,15% {transform: scale(1.2) rotate(10deg);}
    10%,20% {transform: scale(1.2) rotate(-10deg);}
}
@media screen and (max-width: 768px) {

    .game-controlls{
        /* margin: 20px 0 0 0; */
    }
    
    .sidebar.gamebar .sidebar__game.sidebar__card img {
        max-width: 85px;
        max-height: 85px;
        margin: 0;
        border-radius: 10px;
    }
    .title small, .title small, .title small{
        font-size: 11px;
        line-height: 20px;
    }
    .title.heavy h3, .title.heavy h2, .title.heavy h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .gamebar .sidebar__inner{
        padding: 0 10px;
    }

    .flex-group.game_btns  button {
        margin: 0 5px 0  !important;
    }

    .prolunchbar {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .bartime {
        position: fixed;
        right: 0;
        padding: 10px;
        bottom: 10px;
        font-size: 26px;
    }

    .bardet {
        position: fixed;
        left: 0;
        padding: 10px;
        bottom: 10px;
        font-size: 12px;
    }

    .bardet>b {
        display: block;
        text-align: right;
        margin: 0;
        padding: 0;
        font-weight: normal;
        margin: -5px 0;
    }

    .bardet>small {
        margin: -5px 0;
        padding: 0;
        display: block;
        text-align: right;
        direction: ltr;
        font-family: "Open Sans",sans-serif !important;
        font-size: 11px;
        color: var(--color-whites);
    }

    .bardet>small>i {
        font-style: normal;
        margin-left: 5px;
        color: var(--color-dark);
    }

    .prolunch {
        width: 100%;
        height: 10px;
        border-radius: 0;
    }

    .prolunch-wrap {
        background: var(--color-primary);
        margin: 0;
        overflow: hidden;
        position: relative;
    }

    .prolunch-wrap .prolunch-bar {
        background: var(--color-dark2);
        left: 0;
        position: absolute;
        top: 0;
    }

    .offline_tip {
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 4px 10px;
        background: var(--color-primary);
        font-size: 11px;
        border-radius: 0 5px 0 0;
        line-height: 20px;
    }

    .offline_tip img {
        width: 15px;
        height: 15px;
        float: left;
        margin: 0 5px 0 0;
        position: relative;
        top: 3px;
    }

    .dlsec .prolunchbar,
    .dlsec .prolunchbar .bardet,
    .dlsec .prolunchbar .bartime {
        position: relative;
    }

    .dlsec .prolunchbar {
        width: 100%;
        margin: 0 25px;
    }

    .dlres .progress-bar {
        background: var(--color-primary);
    }

    .upres .progress-bar {
        background: var(--color-yellow);
    }

    .progress.dlres {
        background: var(--color-dark3);
        border-radius: 10px;
        height: 10px;
        width: 100%;
        direction: ltr;
    }

    .dlsec .prolunchbar .bardet {
        float: right;
        bottom: 0;
        padding: 5px;
    }

    .dlsec .prolunchbar .bartime {
        float: left;
        padding: 5px;
        bottom: 0;
        margin-top: 0px;
    }

    .dlsec {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        min-width: 100%;
        flex-direction: column;
        align-items: end;
        padding: 25px 0;
    }

    .dlsec .game_btns {
        width: auto;
        margin: 0;
        max-height: 35px;
    }


    .dlspeed {
        border-radius: 10px;
        margin: 0;
        text-align: center;
        color: var(--color-dark);
        border: 1px solid var(--color-dark2);
        padding: 0 15px;
    }

    .dlspeed>b {
        font-size: 40px;
        color: var(--color-white);
        font-weight: 900;
        height: 50px;
        display: block;
        position: relative;
        line-height: 55px;
        font-family: "Open Sans";
    }

    .dlspeed>small {
        margin: 0;
        font-size: 12px;
        font-family: "Open Sans";
    }


    /*network*/

    .netstatu {
        min-width: 82px;
        height: 82px;
        margin: 0 0 0 20px;
        border: 1px solid var(--color-dark2);
        border-radius: 10px;
        text-align: center;
    }

    .wifi-symbol {
        display: none;
    }

    .wifi-symbol {
        display: block;
        display: inline-block;
        width: 30px;
        height: 30px;
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 2px;
    }

    .wifi-symbol .wifi-circle {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 21.4285714286px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-color: var(--color-whites);
        border-style: solid;
        border-width: .2em .2em 0 0;
        -webkit-border-radius: 0 100% 0 0;
        border-radius: 0 100% 0 0;
    }

    .wifi-symbol .wifi-circle.second {
        width: 1em;
        height: 1em;
    }

    .wifi-symbol .wifi-circle.third {
        width: .6em;
        height: .6em;
    }

    .wifi-symbol .wifi-circle.fourth {
        width: .2em;
        height: .2em;
        opacity: 1;
        background-color: var(--color-whites);
    }

    .off {
        opacity: 0.2;
    }

    .netstatu>b {
        display: block;
        text-align: center;
        height: 20px;
        line-height: 17px;
    }

    .netstatu>small {
        font-size: 11px;
        font-family: "Open Sans", "Yek";
        color: var(--color-dark);
        height: 15px;
        display: block;
        text-align: center;
        line-height: 13px;
        text-transform: uppercase;
    }

    .android-card .downloader {
        /* margin: 5px 0 0; */
        width: 100%;
    }

    .android-card .downloader .btn {
        padding: 4px;
        font-size: 14px;
    }

    .pt15:has(.btn-mark) {
        padding: 0 0 0 !important;
    }

    .android-card .game_actions {
        padding: 0;
    }

    .android-card .tinyitem li {
        font-size: 12px;
        padding:0;
    }

    .android-card.dlsec {
        padding: 0;
        flex-wrap: wrap;
        /* margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid var(--color-dark2); */
    }

    .android-card.dlsec .dlspeed {
        padding: 1px 10px;
        margin: 5px 0 0 10px;
        display: flex;
        flex-direction: inherit;
        align-content: center;
        align-items: center;
        height: 55px;
    }

    .android-card .dlspeed>b {
        font-size: 25px;
        height: auto;
        line-height: 25px;
        float: left;
        margin-right: 8px;
    }

    .android-card .netstatu {
        min-width: 120px;
        height: 55px;
        margin: 5px 0 0 10px;
        text-align: center;
        padding: 7px 10px;
    }

    .android-card .wifi-symbol {
        float: left;
        transform: rotate(-45deg) scale(.7);
        margin: 0;
    }

    .android-card .netstatu>b {
        height: 24px;
        line-height: 21px;
        text-align: right;
    }

    .android-card .netstatu>small {
        text-align: right;
    }

    .android-card.dlsec .prolunchbar {
        margin: 15px 0 0;
    }


    .android-card .downloader .btn.btn-keys {
        padding: 0;
        min-width: 35px;
        height: auto;
        max-width: 35px;
    }

    .android-card .downloader .btn.btn-keys svg {
        width: 18px;
        height: 18px;
        display: block;
        margin: 0 auto;
        float: none;
    }


    .android-card .tinyitem, .android-card .dlitems {
        margin: 10px 0 0;
        flex-wrap: wrap;
    }

    
    .prolunchbar {
        margin: 20px 0 0 0;
    }
}



.hide-inpc {
    display: none !important;
}

.topsearch button.bbtn{
    display: none !important;
}

@media screen and (max-width: 768px) {
    .topsearch.full-width-search-bar {
        transition: all .2s;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        width: 100%;
        max-width: unset;
        margin: 0px !important;
        z-index: 99;
    }
    .topsearch.full-width-search-bar input{
        padding: 0 50px 0 30px;
    }
    .topsearch.full-width-search-bar button.bbtn{
        display: block !important;
        left: unset;
        right: 0px;

    }
}
@media screen and (max-width: 768px) {
    .hide-inpc {
        display: block !important;
    }
}



.download-android-bottom-sheet-holder {
    transition: all .3s;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999999;
}
.download-android-bottom-sheet {
    transition: all .5s;
    position: absolute;
    bottom: 0;
    background-color: var(--color-black);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
    border-radius: 20px ;
    padding: 10px;
    width: 90%;
    max-width: 370px;
    left: 50%;
    margin: 0 0 20px 0;
    transform: translateY(-50%);
    border: solid 2px #2c2f3a;
    display: flex;
}
.download-android-bottom-sheet .app-logo {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
}
.download-android-bottom-sheet .app-logo img {
    height: 100%;
    width: 100%;
}
.download-android-bottom-sheet .details {
    display: flex;
    flex-direction: column;
    padding: 0 10px 0 0;
    margin: auto 0 auto auto;
}
.download-android-bottom-sheet .details .title{
    all: unset;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 20px;
}
.download-android-bottom-sheet .details .subtitle{
    font-size: 10px;
    color: #8f96af;
    line-height: 15px;
}
.download-android-bottom-sheet .download-btn {
    margin: auto 0 auto 10px;
}
.download-android-bottom-sheet .download-btn button {
    font-size: 15px;
    padding: 8px 15px;
    line-height: 15px;
}
.download-android-bottom-sheet .close-btn {
    transition: all .3s;
    margin: auto -5px;
    height: 20px;
    width: 20px;
    display: flex;
    padding: 5px;
    box-sizing: content-box;
    border-radius: 5px;
    opacity: 0.5;
    cursor: pointer;
}
.download-android-bottom-sheet .close-btn:hover,
.download-android-bottom-sheet .close-btn:active,
.download-android-bottom-sheet .close-btn:focus {
    background-color: rgba(255, 255, 255,0.2);
}


.download-android-bottom-sheet .close-btn svg {
    height: 100%;
    width: 100%;
}

.inmob-flex {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .inmob-flex {
        display: flex !important;
    }
}


.arcade-banner {
    margin: 50px 0px 30px;
}
.arcade-banner .arcade-banner__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    pointer-events: none;
    opacity: 0;
    z-index: 11;
    visibility: hidden;
    transition: 0.3s all;
}
.arcade-banner .content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 60px;
    border-radius: 20px;
    position: relative;
    background: var(--color-dark3);
    height: -moz-fit-content;
    height: fit-content;
    z-index: 11;
}
.arcade-banner .content .bg {
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.1;
    filter: grayscale(1);
    mix-blend-mode: luminosity;
    pointer-events: none;
    border-radius: 14px;
    position: absolute;
    left: 0;
}
.arcade-banner .content .right {
    width: 50%;
}
.arcade-banner .content .right h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}
.arcade-banner .content .right p {
    color: var(--color-dark);
    font-size: 16px;
    line-height: 1.8rem;
    text-align: justify;
}
.arcade-banner .content .left {
    position: relative;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.arcade-banner .content .left .btn {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
}
.arcade-banner .content .left .btn:active {
    transform: scale(0.9);
}
.arcade-banner .content .left img {
    position: absolute;
    width: 138px;
    height: 138px;
    max-width: unset;
    max-height: unset;
    border-radius: 16px;
    border: 2px solid transparent;
    animation: arcade_img_anim 5s ease-in-out infinite;
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
}
.arcade-banner .content .left img:nth-child(1) {
    top: 35px;
    right: 10px;
}
.arcade-banner .content .left img:nth-child(2) {
    bottom: 35px;
    left: 10px;
}
.arcade-banner .content .left img:nth-child(3) {
    top: 35px;
    left: 10px;
    animation: arcade_img_anim2 5s ease-in-out infinite;
}
.arcade-banner .content .left img:nth-child(4) {
    bottom: 35px;
    right: 10px;
}
.arcade-banner .content .left img:nth-child(5) {
    top: 40px;
    animation: arcade_img_anim2 5s ease-in-out infinite;
}
.arcade-banner .content .left img:nth-child(6) {
    bottom: 40px;
    animation: arcade_img_anim2 5s ease-in-out infinite;
}
.arcade-banner:hover .arcade-banner__overlay {
    opacity: 1;
    visibility: visible;
}
.arcade-banner:hover .content {
    z-index: 12;
}
.arcade-banner:hover .content .left .btn {
    box-shadow: 0 0 100px 0 var(--color-primary);
    scale: 1.1;
}
.arcade-banner:hover .content .left img {
    animation-play-state: paused;
    border-color: var(--color-white);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}
.arcade-banner:hover .content .left img:nth-child(1) {
    top: 60px;
    right: -20px;
    transition-duration: 0.6s;
}
.arcade-banner:hover .content .left img:nth-child(2) {
    bottom: 60px;
    left: -20px;
}
.arcade-banner:hover .content .left img:nth-child(3) {
    top: 60px;
    left: -20px;
    transition-duration: 0.4s;
}
.arcade-banner:hover .content .left img:nth-child(4) {
    bottom: 60px;
    right: -20px;
    transition-duration: 0.6s;
}
.arcade-banner:hover .content .left img:nth-child(5) {
    top: 60px;
}
.arcade-banner:hover .content .left img:nth-child(6) {
    bottom: 60px;
    transition-duration: 0.2s;
}

@keyframes arcade_img_anim {
    0%,
    100% {
        transform: rotate(-5deg) scale(1);
    }
    50% {
        transform: rotate(15deg) scale(1.3);
    }
}
@keyframes arcade_img_anim2 {
    0%,
    100% {
        transform: rotate(5deg) scale(1);
    }
    50% {
        transform: rotate(-15deg) scale(1.3);
    }
}
@keyframes attention_pulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(226, 10, 62, 1);
    }
    100%,50% {
        box-shadow: 0px 0px 0px 15px rgba(226, 10, 62, 0);
    }
}
@media screen and (max-width: 1024px) {
    .arcade-banner .content {
        padding: 40px;
    }
    .arcade-banner .content .left {
        width: 40%;
    }
    .arcade-banner .content .left img {
        animation: none !important;
    }
    .arcade-banner .content .left img:nth-child(1) {
        transform: rotate(-25deg);
    }
    .arcade-banner .content .left img:nth-child(2) {
        transform: rotate(-25deg);
    }
    .arcade-banner .content .left img:nth-child(3) {
        transform: rotate(25deg);
    }
    .arcade-banner .content .left img:nth-child(4) {
        transform: rotate(25deg);
    }
}
@media screen and (max-width: 768px) {
    .arcade-banner {
        overflow: hidden;
    }
    .arcade-banner .content {
        padding: 20px;
        flex-direction: column;
    }
    .arcade-banner .content .right {
        width: 100%;
    }
    .arcade-banner .content .left {
        width: 60%;
        height: 340px;
    }
}
@media screen and (max-width: 480px) {
    .arcade-banner {
        margin: 50px 10px 30px;
    }
    .arcade-banner .content {
        padding: 24px;
    }
    .arcade-banner .content .left {
        width: 100%;
    }
    .arcade-banner .content .right {
        width: 100%;
    }
    .arcade-banner .content .right h3 {
        font-size: 30px;
    }
    .arcade-banner .content .right p {
        font-size: 13px;
        line-height: 1.6rem;
    }
}
