html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
img {
    max-width: 100%;
}

body, h1 {
    padding: 0;
    margin: 0;
}
input {
    outline: none;
}
.gg-alarm {
    background:
            linear-gradient( to left,
            currentColor 5px, transparent 0)
            no-repeat 4.5px 6px/5px 2px,
            linear-gradient( to left,
            currentColor 7px, transparent 0)
            no-repeat 4.5px 2px/2px 6px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    transform: scale(var(--ggs,1));
    box-shadow: 0 0 0 2px
}
.gg-alarm::after,
.gg-alarm::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 2px;
    background: currentColor;
    top: -4px
}
.gg-alarm::before {
    left: -5px;
    transform: rotate(-42deg)
}
.gg-alarm::after {
    transform: rotate(42deg);
    right: -5px
}
.gg-album {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs,1));
    border-left: 7px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 8px solid transparent;
    box-shadow: 0 0 0 2px,
    inset 6px 4px 0 -4px,
    inset -6px 4px 0 -4px;
    border-radius: 3px
}
.gg-album::after,
.gg-album::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 5px;
    background: currentColor;
    transform: rotate(46deg);
    top: 5px;
    right: 4px
}
.gg-album::after {
    transform: rotate(-46deg);
    right: 2px
}
.gg-browse {
    display: block;
    position: relative;
    transform: scale(var(--ggs,1));
    box-sizing: border-box;
    width: 16px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
    background:
            linear-gradient(
                    to left,
                    currentcolor 10px,
                    transparent 0
            ) no-repeat center 2px/8px 2px,
            linear-gradient(
                    to left,
                    currentcolor 10px,
                    transparent 0
            ) no-repeat center 6px/8px 2px
}
.gg-browse::after,
.gg-browse::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px
}
.gg-browse::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    left: 3px;
    top: 9px
}
.gg-browse::after {
    width: 2px;
    height: 4px;
    background: currentColor;
    bottom: 1px;
    right: 2px;
    transform: rotate(-45deg)
}
.gg-arrow-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}
.gg-arrow-right::after,
.gg-arrow-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px
}
.gg-arrow-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 7px
}
.gg-arrow-right::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor
}
.gg-menu-left {
    transform: scale(var(--ggs,1))
}
.gg-menu-left,
.gg-menu-left::after,
.gg-menu-left::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}
.gg-menu-left::after,
.gg-menu-left::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 10px
}
.gg-menu-left::after {
    top: 6px;
    width: 14px
}
.gg-bell,
.gg-bell::before {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
}
.gg-bell {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    border: 2px solid;
    border-bottom: 0;
    width: 14px;
    height: 14px
}
.gg-bell::after,
.gg-bell::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-bell::before {
    background: currentColor;
    width: 4px;
    height: 4px;
    top: -4px;
    left: 3px
}
.gg-bell::after {
    border-radius: 3px;
    width: 16px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 1px solid transparent;
    box-shadow:
            inset 0 0 0 4px,
            0 -2px 0 0;
    top: 14px;
    left: -3px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}
.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
    z-index: 10;
}
.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}
.gg-home-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-radius: 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: -2px
}
.gg-home-alt::after,
.gg-home-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-home-alt::before {
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0
}
.gg-home-alt::after {
    width: 6px;
    height: 10px;
    background: currentColor;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    left: 4px;
    bottom: -2px
}
.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}
.gg-play-button::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
}
.gg-globe-alt,
.gg-globe-alt::after,
.gg-globe-alt::before {
    display: block;
    box-sizing: border-box;
    height: 18px;
    border: 2px solid
}
.gg-globe-alt {
    position: relative;
    transform: scale(var(--ggs,1));
    width: 18px;
    border-radius: 22px
}
.gg-globe-alt::after,
.gg-globe-alt::before {
    content: "";
    position: absolute;
    width: 8px;
    border-radius: 100%;
    top: -2px;
    left: 3px
}
.gg-globe-alt::after {
    width: 24px;
    height: 20px;
    border: 2px solid transparent;
    border-bottom: 2px solid;
    top: -11px;
    left: -5px
}
.gg-close-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px
}
.gg-close-r::after,
.gg-close-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 3px
}
.gg-close-r::after {
    transform: rotate(-45deg)
}
.header{
    position: absolute;
    right: 15px;
    color: #fff;
    top: -36px;
}
.ds{
    display: none !important;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ff0000; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.triLang{
    text-transform: capitalize;
}
.modal-load{
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #0000001c;
}
.modal-load.active{
    display: block;
}
.lang-box{
    display: none;
    position: absolute;
    background: white;
    width: 250px;
    border-radius: 12px;
    box-shadow: -3px 3px 12px rgb(0 0 0 / 16%);
    z-index: 100;
    left: 180px;
    top: 175px;
    padding: 20px 30px;
    color: #000;
}
.lang-box.active{
    display: block;
}
.lang-box-content{
    display: flex;
    border: 1px solid #ececec;
    border-width: 0 0 1px 0;
    padding: 15px 20px;
}
.lang-box-content p{
    padding-left: 15px;
    cursor: context-menu;
}
.loading{
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
}
.notification{
    position: absolute;
    z-index: 99;
    right: 0;
    color: #fff;
    padding: 0;
    border-radius: 12px;
    box-shadow: -6px 6px 20px rgb(0 0 0 / 16%);
    max-width: 330px;
    width: 80%;
    max-height: 420px;
    overflow: hidden;
    height: 0;
    transition: 350ms ease-in-out;
}
.notification.active{
    height: auto;
    padding: 20px 20px;
    overflow: auto;
}
.notif-box{
    display: flex;
    margin: 20px 0;
    cursor: context-menu;
}
.notif-desc{
    margin: 10px 0;
    margin-top: 0px;
}
.notif-desc h3{
    font-size: 17px;
}
.notif-icon{
    background-image: url('http://cdn.grabmobi.com.s3.amazonaws.com/portal/newcontent/701/icon_512_thumb.png');
    width: 62px;
    min-width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 12px;
}
.content-login{
    padding-top: 20px;
    max-width: 768px;
    margin: 0 auto;
    display: none;
}
.content-login.active{
    display: block;
}
#msisdn{
    height: 52px;
    border-radius: 7px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #c1c1c1;
    padding: 0 20px;
    font-size: 18px;
}
.content-login button{
    margin-top: 20px;
    border: none;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
}
.content-details{
    display: none;
}
.content-details.active{
    display: block;
}
.wrapper{
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
}
.search-box.active{
    width: 90vw;
}
.search-result{
    position: absolute;
    width: 98%;
    background: white;
    z-index: 11;
    top: 74px;
    left: 19px;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
    border: 1px solid #e3e3e3;
    display: none;
    max-height: 470px;
    overflow: overlay;
    cursor: context-menu;
    color: #000;
}
.active .search-result{
    display: block;
}
.search-result p{
    line-height: 30px;
}

.show-sidebar .sidebar{
    width: 21%;
    padding: 30px 35px;
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
    height: 95%;
    z-index: 99;
}
.sidebar{
    width: 0;
    padding:0;
    height: 95vh;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 25px;
    box-shadow: 3px 6px 22px rgba(0,0,0,.17);
    overflow: hidden;
    transition: 450ms ease;
}
.sidebar a{
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    margin: 30px 0;

}
.sidebar-logo, .content-top-center-logo{
    width: 154px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 28px;
}
.content-top-center{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.content-top{
    position: relative;
    z-index: 12;
}
.d-flex{
    display: flex;
}
.sidebar-bottom{
    text-transform: capitalize;
    /*margin-top: 30px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 68%;*/
}
.sidebar-content{
    margin-top: 30px;
}
.sidebar-content i{
    position: relative;
    margin-right: 25px;
}
.sidebar-content-lang{
    height: 55px;
    margin-bottom: 18px;
    padding-top: 24px;
}
.sidebar-content-lang-l{
    float: left;
}
.sidebar-content-lang-r{
    float: right;
}
.sidebar-content-lang-r i{
    transform: rotate(90deg);
}
.sidebar-content-icon{
    margin: 30px 0;
    display: flex;
    cursor: pointer;
}
.sidebar-content-icon i{
    position: relative;
    top: 4px;
}
.sidebar-content-act {
    padding-bottom: 20px;
    padding-top: 30px;
}
.sidebar-content-act button{
    border-radius: 100px;
    padding: 15px 0;
    width: 100%;
    border: none;
}
.show-sidebar .content {
    margin-left: 22%;
    width: 78%;
    padding-left: 30px;
    padding-right: 33px;
}
.align-center{
    max-width: 1200px;
    margin: 0 auto;
    min-height: 64px;
}
.video.content-box-type{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

@media (max-width: 1200px){
    .align-center{
        max-width: 1200px;
        margin: 0 auto;
    }
}

.content{
    padding: 30px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 450ms ease-in-out;
    overflow: auto;
    padding: 30px 11%;
}
.search-box{
    position: relative;
    width: 299px;
    transition: 500ms ease-in-out;
}
.search-box input{
    border: none;
    height: 64px;
    border-radius: 14px;
    padding-left: 64px;
    padding-right: 71px;
    width: 100%;
    font-size: 16px;
    box-shadow: -3px 3px 6px rgb(0 0 0 / 16%);
    position: relative;
    z-index: 9;
}
.content-top-left{
    display: flex;
}
.hamburger{
    position: relative;
    top: 35px;
    transform: scale(1.6);
    display: none;
}
.content-center{
    margin: 30px auto;
    height: 266px;
    position: relative;
}
.content-bottom, .content-category, .content-more{
    display: none;
    height: 0;
    overflow: hidden;
    transition: 550ms cubic-bezier(0.4, 0, 1, 1);
    transition-delay: 500ms;
}
.content-bottom.active, .content-category.active, .content-more.active{
    display: block;
    height: 1200px;
    overflow: initial;
}
.content-banner{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-repeat: repeat;
    background-size: contain;
}
.content-banner:before {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 18px;
    transform: scale(0.95);
    filter: blur(5px);
    opacity: 0.55;
    border-radius: 15px;
}
.content-banner:after {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    /* box-shadow: 0px 19px 20px 0px rgb(0 0 0 / 45%); */
    display: block;
    z-index: 2;
    position: absolute;
    border-radius: 15px;
}

.content-banner{
    position: relative;
}
.content-banner-text{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
}
.content-banner-text h2{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.content-banner-text p{
    font-size: 16px;
}
.content-banner-text button{
    background: #ff5151f0;
    border: none;
    padding: 16px 70px;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
}
.content-banner-backdrop{
    position: absolute;
    background: #00000038;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 25px;
}

@media (max-width: 768px){
    .align-center{
        min-height: initial;
    }
    .hamburger{
        display: block;
        top: 47px;
        transform: scale(1.6);
    }
    .search-box{
        display: none;
    }
    .align-center{
        transform: scale(0.9);
        height: 80px;
    }
    .content-category, .content-bottom{
        margin-top: -93px;
    }
    .lang-box{
        left: 82px;
        top: 217px;
    }
}
.search-box-icon{
    position: absolute;
}
.search-box-icon.left{
    top: 26px;
    left: 30px;
}
.search-box-icon.right{
    width: 64px;
    height: 64px;
    right: 0;
    border-radius: 13px;
    top: 0px;
    padding: 26px;
    z-index: 9;
}
.content-top-right-alert{
    position: absolute;
    right: 0px;
    top: 2px;
    padding: 24px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
}

.gg-bell{
    top: -3px;
    left: 1px;
}
.star-icon{
    height: 13px;
    width: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.28' height='13.685' viewBox='0 0 14.28 13.685'%3E%3Cpath d='M14.243,5.663a.757.757,0,0,0-.653-.522L9.468,4.767,7.838.952a.759.759,0,0,0-1.4,0L4.813,4.767.69,5.141A.76.76,0,0,0,.259,6.469L3.375,9.2l-.919,4.047a.758.758,0,0,0,1.129.82L7.14,11.943l3.554,2.125a.759.759,0,0,0,1.129-.82L10.9,9.2,14.02,6.47a.759.759,0,0,0,.223-.807Zm0,0' transform='translate(0 -0.491)' fill='%23f3d362'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.modal-app .star-icon{
    transform: scale(1.3);
}
.game-icon{
    min-width: 85px;
    width: 85px;
    height: 85px;
    border-radius: 10px;
    /*box-shadow: 3px 3px 6px rgba(0,0,0,.16);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    position: relative;
    /*margin-right: 20px;*/
}
.game-icon-img{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.game-icon-img:before {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 8px;
    left: 6px;
    transform: scale(0.95);
    filter: blur(5px);
    opacity: 0.55;
    border-radius: 15px;
}
.game-icon-img:after {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    /* box-shadow: 0px 19px 20px 0px rgb(0 0 0 / 45%); */
    display: block;
    z-index: 2;
    position: absolute;
    border-radius: 15px;
}

.game-info{
    color: #fff;
    padding: 10px 22px;
    position: relative;
    width: 76%;
    padding-right: 0;
}
.game-info h3 {
    margin-bottom: 10px;
    font-size: 15px;
}
.content-box-game{
    padding: 22px 0px 25px 32px;
    border-radius: 25px;
    position: relative;
}
.video .content-box-game{
    padding-bottom: 5px;
}

.content-box-type{
    display: flex;
    flex-flow: wrap;
}

.content-box-game-app{
    display: flex;
    padding: 30px 25px;
    border-radius: 20px;
    width: 31.65%;
    margin: 12px 16px;
    min-width: 340px;
    margin-left: 0;
}
.game-rate-left{
    border-radius: 50px;
}
.game-rate-left > div{
    display: flex;
    padding: 6px 13px;
}
.game-rate-left p{
    margin-right: 5px;
    font-size: 12px;
}
.game-rate{
    display: flex;
    position: relative;
}
.game-rate-right{
    position: absolute;
    right: 0;
}
.game-rate-right button{
    border: none;
    width: 100px;
    height: 36px;
    border-radius: 50px;
    position: relative;
    top: -4px;
}
.content-box-header{
    padding: 20px 50px;
    height: 70px;
}
.content-box-header-left{
    color: #fff;
    float: left;
}
.content-box-header-left h2{
    font-size: 20px;
    text-transform: capitalize;
}
.content-box-header-right{
    float: right;
    position: relative;
    top: 7px;
}
.content-box-header-right button{
    background: none;
    border: none;
    display: flex;
    text-transform: capitalize;
}
.content-box-header-right button i{
    position: relative;
    top: -4px;
    margin-left: 12px;
}
.content-box-video{
    position: relative;
    width: 22.75%;
    margin-right: 2%;
    max-width: 265px;
    min-width: 180px;
    margin-bottom: 17px;
}

.content-video-bg{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 21vw;
    max-height: 325px;
    min-height: 230px;
    border-radius: 12px;
    position: relative;
}
.content-video-bg-img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-video-bg-img:before {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 21px;
    left: 11px;
    transform: scale(0.9);
    filter: blur(6px);
    opacity: 0.55;
    border-radius: 15px;
}
.content-video-bg-img:after {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    /* box-shadow: 0px 19px 20px 0px rgb(0 0 0 / 45%); */
    display: block;
    z-index: 2;
    position: absolute;
    border-radius: 15px;
}
.content-video-rate{
    position: absolute;
    top: 10px;
    left: 10px;
}
.video.game-rate-left{
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 9;
    /*border-radius: 6px;*/
    /*background: #000000ad;*/
}
.content-video-play{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 65px;
    width: 65px;
    border-radius: 50%;
    z-index: 9;
}
.video-play-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.452' height='36.736' viewBox='0 0 25.452 36.736'%3E%3Cpath d='M35.452,26.038,10,44.406V7.67Z' transform='translate(-10 -7.67)' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.content-video-action{
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 48px;
}
.content-video-action button{
    border: none;
    color: #fff;
    background: #000000c2;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    font-size: 16px;
}
.content-video-name{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 15px;
}
.modal-app{
    position: fixed;
    z-index: 99;
    width: 95vw;
    height: 92vh;
    padding: 60px 10px;
    overflow-x: hidden;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 720px;
}
.modal-app-body{
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translateX(-50%);
    padding: 0 72px;
}
.center-app-icon{
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 15px;
    /*border: 2px solid #fff;*/
    margin-right: 30px;
    background-size: cover;
}
.modal-app-center{
    display: flex;
    margin-bottom: 25px;
}
.center-app-desc{
    margin-top: 10px;
}
.center-app-desc h2{
    font-size: 26px;
}
.center-app-title{
    width: 87%;
}
.center-app-action{
    width: 100%;
}
.center-app-rate{
    display: flex;
    float: left;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 9px 17px;
    margin: 12px 0;
    background: #afcdc9;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
}
.center-app-rate span{
    margin-left: 10px;
}
.center-app-action button{
    width: 200px;
    border: none;
    color: #fff;
    height: 50px;
    border-radius: 7px;
    float: right;
    font-size: 15px;
    display: none;
}
.m-action{
    display: none;
}
.m-action-mobile.active{
    display: none !important;
}
.m-action-desktop.active{
    display: block !important;
}
.m-action.active{
    display: block;
}
.bottom-action{
    margin-bottom: 70px;
}
.bottom-action button{
    width: 100%;
    border: none;
    color: #fff;
    height: 50px;
    border-radius: 7px;
    float: right;
    font-size: 15px;
    margin-top: 25px;
}
.bottom-app-label{
    display: flex;
    margin: 15px 0;
    font-size: 18px;
}
.bottom-app-label p:first-child {
    width: 125px;
}
.bottom-app-desc{
    margin-top: 25px;
}
.bottom-app-desc p{
    font-size: 14px;
    line-height: 20px;
}
.bottom-slider-img{
    margin-top: 35px;
    display: flex;
    width: 100vw;
    overflow-x: hidden;
    left: 0;
    position: relative;
    padding-left: 56px;
    float: left;
    top: 0;
    padding-left: 465px;
}
.bottom-slider-images{
    min-width: 340px;
    height: 230px;
    border-radius: 10px;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    cursor: pointer;
}

@media (max-width: 1500px){
    .game-rate-right{
        display: none;
    }
    .content-box-game-app {
        min-width: 233px;
        width: 30.7%;
    }
}
@media (max-width: 1125px){
    .content-box-video {
        width: 45%;
        max-width: inherit;
        margin-right: 25px;
        margin-bottom: 20px;
    }
    .content-video-bg {
        height: 226px;
        min-height: inherit;
    }
    .content-video-play {
        top: 50%;
    }
    .content-video-action button{
        display: none;
    }
    .video.content-box-type {
        width: 100%;
        margin: 0 auto;
        left: inherit;
        transform: inherit;
    }
    #hamburger{
        position: relative;
        height: 50px;
        width: 50px;
    }
    .hamburger{
        display: block;
        top: 50%;
        left: 10px;
        position: absolute;
    }
    .search-box{
        display: none;
    }
    .content-top-left{
        height: 55px;
    }
}
@media (max-width: 1000px){

}
@media (max-width: 1120px){
    /*.game-rate-right {*/
    /*    display: block;*/
    /*}*/
    .sidebar{
        /*display: none;*/
    }
    .show-sidebar .sidebar{
        min-width: 285px;
    }

    .content-box-game-app {
        min-width: 200px;
        width: 46%;
    }
}
@media (max-width: 768px){

    .m-action-mobile.active{
        display: block !important;
    }
    .m-action-desktop.active{
        display: none !important;
    }
    .bottom-action button{
        display: none;
    }
    .modal-app {
        width: 94vw;
        height: 92vh;
        top: 50%;
        border-radius: 14px;
        padding: 60px 0;
    }
    .modal-app-body {
        padding: 0 32px;
    }
    .modal-app-center{
        display: block;
    }
    .center-app-action button{
        float: inherit;
        width: 100%;
        margin-top: 15px;
    }
    .bottom-app-label p:first-child {
        width: 100px;
    }
    .bottom-app-label {
        font-size: 15px;
    }
    .center-app-title {
        width: 100%;
    }
    .center-app-icon{
        width: 30px;
        height: 30px;
    }
    .show-sidebar .sidebar{
        min-width: 285px;
    }
    .content-box-header {
        padding: 20px 20px;
        height: 70px;
    }
    .content-box-header-left h2 {
        font-size: 16px;
        position: relative;
        top: 6px;
        text-transform: capitalize;
    }
    .content-box-header-right button {
        font-size: 12px;
    }
    .content-box-header-right button i {
        top: -3px;
        margin-left: 5px;
    }
    .content {
        padding: 30px 10px;
    }
    .video.content-box-type {
        left: 6px;
    }
    .content-box-game {
        padding-left: 0px;
    }
    .content-box-video {
        min-width: inherit;
        margin-right: 14px;
        margin-bottom: 18px;
    }
    .content-video-bg {
        height: 220px;
        min-height: inherit;
    }
    .content-box-game-app {
        padding: 15px 25px;
        border-radius: 12px;
        width: 45%;
        margin: 8px 16px;
    }
    .align-center {
        height: 50px;
    }
    .content-banner-text {
        width: 90%;
    }
    .content-center{
        height: 266px;
    }
}
@media (max-width: 670px){
    .game-rate-right {
        display: block;
    }
    .content-box-game-app {
        width: 93%;
    }

}
@media (max-width: 420px){
    .video.content-box-type {
        width: auto;
        left: 0;
    }
    .content-box-video {
        max-width: inherit;
        margin: 0 auto 15px;
    }
    .content-video-bg {
        height: 59vw;
        max-height: inherit;
    }

}
@media (max-width: 400px){
    .game-rate-right {
        display: none;
    }
}

.ar_layout{
    direction: rtl;
}
.ar_layout .hamburger {
    left: inherit;
}
.ar_layout .game-icon{
    margin-left: 20px;
}
.ar_layout .game-info{
    padding-left: 0;
}
.ar_layout .content-box-header-right button i{
    transform: rotate(180deg);
}
.ar_layout .content-box-header-right{
    top: 3px;
}
.ar_layout .content-box-header-left {
    float: right;
}
.ar_layout .content-box-header-right {
    float: left;
}
.ar_layout .game-rate-left p {
    margin-left: 5px;
}
.ar_layout .center-app-icon {
    margin-left: 30px;
    margin-right: 0;
}
.ar_layout .center-app-rate {
    float: right;
}
.ar_layout .center-app-rate span {
    margin-right: 10px;
}
.ar_layout .header {
    right: initial;
    left: 15px;
}
.ar_layout .sidebar-content i {
    margin-right: 0;
    margin-left: 25px;
}
.ar_layout .lang-box-content p {
    padding-left: 0;
    padding-right: 15px;
}
.ar_layout .sidebar-content-lang-l {
    float: right;
}
.ar_layout .sidebar-content-lang-r {
    float: left;
}
.ar_layout .search-box-icon.left {
    right: 30px;
}
.ar_layout .sidebar {
    left: initial;
}
.ar_layout .show-sidebar .content {
    margin-left: 0;
}
.ar_layout .content-top-right-alert, .ar_layout .notification, .ar_layout .search-box-icon.right {
    left: 0;
    right: initial;
}
.ar_layout .notif-icon {
    margin-right: 0;
    margin-left: 15px;
}
.ar_layout .lang-box {
    right: 180px;
    left: 0;
}
.ar_layout .error-modal button{
    left: auto;
}
.ar_layout .error-modal p{
    text-align: center !important;
}
#content-html{
    padding: 0 4vw;
    color: #000;
}
#content-html h2{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.mobiTitle{
    margin: 20px 0 12px;
    font-size: 18px;
}
.mobitxt{
    font-size: 14px;
    line-height: 18px;
}
.mobiFaq li{
    font-size: 14px;
    margin-bottom: 10px;
}
.error-modal.active{
    display: block;
}
.error-modal{
    display: none;
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9px;
    padding: 35px 50px;
    max-width: 395px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
    z-index: 999;
    width: 90%;
    color: #000;
}
.error-modal.active{
    display: block;
}
.error-modal-cancel{
    background: none !important;
    border: 1px solid #fa183d !important;
    color: #000 !important;
}
.error-modal-btn button{
    left: initial !important;
    transform: inherit !important;;
}
.error-modal-btn{
    display: flex;
}
.error-modal h2{
    text-align: center;
    margin: 15px 0;
    text-transform: capitalize;
}
.error-modal p{
    text-align: center;
}
.error-modal button{
    border: none;
    padding: 18px 0;
    width: 50%;
    color: #fff;
    font-size: 17px;
    background: #fa183d;
    border-radius: 5px;
    margin: 0 10px;
    margin-top: 25px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.ar_layout .error-modal button{
    left: initial;
}
.content-html{
    display: none;
}
.content-html.active{
    display: block;
}
#hls-video{
    width: 100%;
    height: auto;
}
.modal-app-center.video{
    display: block;
}
.video .center-app-action{
    display: flow-root;
}
.item1 span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    margin-left: -20px;
    color: #fff;
}
@supports (display: grid) {
    .grid-item {
        color: #fff;
        background: skyblue;
        padding: 3.5em 1em;
        font-size: 1em;
        font-weight: 700;
    }
    .main {
        color: #959595;
        background-color: #fff;
        grid-area: main;
        padding: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .items {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        transition: all 0.2s;
        transform: scale(0.98);
        will-change: transform;
        user-select: none;
        cursor: pointer;
    }
    .items.active {
        background: rgba(255, 255, 255, 0.3);
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1);
    }
    .item {
        display: inline-block;
        width: 85px;
        height: 85px;
        margin: 10px 20px 40px 20px;
        border-radius: 18px;
        position: relative;
    }

    .item_img {
        width: 100%;
        height: 100%;
        border-radius: 25px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .item_img:before {
        content: "";
        background: inherit;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        position: absolute;
        top: 8px;
        left: 6px;
        transform: scale(0.95);
        filter: blur(5px);
        opacity: 0.55;
        border-radius: 15px;
    }
    .item_img:after {
        content: "";
        background: inherit;
        width: 100%;
        height: 100%;
        /* box-shadow: 0px 19px 20px 0px rgb(0 0 0 / 45%); */
        display: block;
        z-index: 2;
        position: absolute;
        border-radius: 15px;
    }
    .items p{
        position: absolute;
        color: #000;
        top: 95px;
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobiSection__content{
        text-align: justify !important;
    }
}