/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
body{
    font-family: "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, sans-serif;
    background-color: rgb(245, 245, 254);
}
#header{
    color: #7f839e;
    width: 100%;
    z-index: 100;
    background: linear-gradient(180deg,#fafaff 0%,#e8eaff 100%);
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 2px 25px #b3bcff;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
}
#header .nav > li > a{
    font-family: "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    color: #7f839e;
    white-space: nowrap;
}
#wrapper{
    padding-top:100px;
}
.button.primary{
    height: 30px;
    border-radius: 5px !important;
    min-width:62px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(180deg,#9387fc 0%,#7166f2 100%);
    border: none;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    padding-left: 8px;
    padding-right:8px;
    min-height: 30px !important;
    border: 1px solid #5e62de;
}
.nav-dropdown .row{
    margin:auto !important;
}
.nav>li>a{
    padding: 8px 0;
}
.nav .nav-dropdown:before{
    content:"";
    width:100%;
    height:1px;
    position: absolute;
    box-shadow: 0 2px 25px #b3bcff;
    top:0;
    left:0;
}
.nav .nav-dropdown{
    padding-top:20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .15);
}
#footer{
    background: linear-gradient(180deg,#3b3b52 0%,#4f4d70 100%);
    padding-top: 26px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #a8abc9;
}
#footer img{
    width:92px;
    height:92px;
    border-radius: 5px;
}
#footer .is-divider{
    background-color: #7f839e;
}
.pl-30{
    padding-left:30px !important;
}
#footer .links li{
    padding: 0 8px;
    position: relative;
    font-size:13px;
    margin:0px;
}
#footer .links li a{
    font-size:13px;
}
#footer .links li:after {
    content: "|";
    margin-left: 8px;
}
.page #content{
    background-color:#fff;
    padding-top:50px;
}
.page .page-wrapper{
    padding-top:0px !important;
    padding-bottom: 0px;
}
.page #content .entry-content{
    max-width: 960px;
    margin:auto;
}
.page #content .entry-header .is-divider{
    display: none;
}
.page #content .entry-header .entry-title{
    color: #353444;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.home .slider-wrapper{
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
}
.home.page #content{
    background-color: rgb(245, 245, 254) !important;
}
.title-bar{
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #353444;
    font-size: 32px;
    margin-bottom:32px;
}
.title-bar .title__left, .title-bar .title__right{
    width: 70px;
    height: 10px;
}
.title-bar .title{
    margin-left: 25px;
    margin-right: 25px;
}
.title-bar .title__right{
    transform: rotateY(180deg);
}
.title-bar p{
    margin-bottom: 0px !important;
    height: 58px;
}
.touchable svg{
    width:16px;
}
.touchable{
    font-size:14px !important;
}
.bet-pc-button{
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    min-width: 62px;
    width: auto;
    margin-left: 12px;
    background: transparent;
    border: 1px solid #9387fc;
    color: #9387fc;
    transition: all .3s;
    min-height: 30px;
    line-height: 30px;
    margin:0px;
}
.game-list-grid{
    display: grid;
    grid-template-columns: repeat(8,140px);
    grid-row-gap: 24px;
    justify-content: space-between;
    color: rgba(73,68,69,.63);
    margin-bottom: 24px;
}
.game-item{
    position: relative;
    align-items: center;
}
.bet-img {
    display: inline-block;
    flex-shrink: 0;
}
.game-item .game-item-img{
    width: 140px;
    height: 140px;
    transition: all .3s;
    margin-top: 26px;
}
.bet-img__img,.game-item .game-item-img img{
    display: block;
    font-size: 0;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    -webkit-user-drag: none;
    -o-object-fit: contain;
    object-fit: contain;
}
.game-item .hot-icon{
    display: block;
    position: absolute;
    width: 32px;
    height: 18px;
    top: 0;
    z-index: 3;
    right: -7px;
}
.bet-img__fill {
    -o-object-fit: fill;
    object-fit: fill;
}
.game-item .game-item__inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.game-item .game-logo{
    height: 40px;
}
.game-item .game-logo img {
    width: auto;
    height: 40px !important;
}
.game-item .game-name {
    font-weight: 700;
    font-size: 10px;
    color: #685ce0;
    border: 1px solid #685ce0;
    text-align: center;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: transparent;
    transition: all .3s;
    width: 100%;
    z-index: 9;
    cursor: pointer;
    margin-top:0px;
}
.game-item:hover .game-item-img, .game-item.game-item--active .game-item-img {
    transform: scale3d(1.06,1.06,1);
}
.game-item:hover .game-name, .game-item.game-item--active .game-name{
    background-color: #685ce0;
    color: #fff;
}
.wrap_logo{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.wrap_logo .img{
    min-width: 130px !important;
    max-width: 290px !important;
    width: initial !important;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #edeefa;
    background: #fbfcff;
    margin-bottom: 10px;
}
.wrap_logo .img .img-inner{
    height: 50px;
}
.wrap_logo .img .img-inner img{
    display: block;
    font-size: 0;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    -webkit-user-drag: none;
    -o-object-fit: contain;
    object-fit: contain;
}
.nav-icon-link-wrap .nav-icon-link{
    color: #7f839e;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.nav-icon-link-wrap .nav-icon-link .nav-icon-link__icon{
    fill: currentColor;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    display: flex;
    align-items: center;
}
.nav-sp{
    display: block;
    width: 1px;
    height: 10px;
    background: #d9d9d9;
    margin-right: 15px;
    margin-left: 15px
}
.current-time{
    line-height: 20px;
    color: #7f839e;
    font-size: 13px;
    margin-left:20px;
}
.gradient-text {
    background: linear-gradient(90deg,#e768c4 0%,#6082f6 47.54%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title{
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 6px;
    margin-right: 6px;
    padding:0px !important;
}
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper img{
    position: relative;
    margin-left:0px !important;
}
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper img:nth-child(2){
    margin-left: -24px !important;
    width: 34px !important;
}
.menu-image-title-after.menu-image-title{
    padding-left:0px !important;
}
.menu-image-title-after.menu-image-not-hovered img{
    display: block;
    font-size: 0;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    -webkit-user-drag: none;
}
.header-button-1 .header-button {
    border-radius: 5px;
    --border-angle: 0turn;
    --main-bg: conic-gradient( from var(--border-angle), #213, #112 5%, #112 60%, #213 95% );
    border: solid 2px transparent;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
    background: var(--gradient-border) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
}
@keyframes bg-spin {
    100% {
        --border-angle: 1turn;
    }
}
@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}
.header-bottom .flex-row.container{
    display: block;
    width: 100%;
}
.header-bottom .flex-row.container .nav-center {
    justify-content: space-between;
}
.has-dropdown .icon-angle-down{
    display: none !important;
}
.wrap_logo .img:hover {
    border-color: #9387fc;
    transition: all .6s;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.side-menu[data-v-25ed4e61] {
    position: fixed;
    right: -90px;
    top: 140px;
    z-index: 101;
    flex-direction: column;
    display: flex;
}
.menu-item[data-v-25ed4e61] {
    border-radius: 10px 0 0 10px;
    border: 1px solid #fff;
    background: #f7f8ff;
    box-shadow: 0 1px 9px #cad1ff;
    min-width: 60px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 15px;
    color: #7f839e;
    margin-bottom: 6px;
    transition: all .3s;
}
.bet-flex-center, [bet-flex-center=""] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-item .menu-item-icon[data-v-25ed4e61] {
    border-radius: 42px;
    border: 1px solid #908cd6;
    background: linear-gradient(180deg,#f3f4ff 0%,#dfe2ff 100%);
    width: 42px;
    height: 42px;
}
.menu-item .side-menu-info[data-v-25ed4e61] {
    width: 80px;
    text-align: center;
    margin-left: 10px;
}
.flex-1, [flex-1=""] {
    flex: 1 1 0%;
}
.menu-item[data-v-25ed4e61] .menu-item-img {
    transition: all .3s;
    height: 32px;
    width: 32px;
    overflow: hidden;
    border-radius: 100%;
}
.menu-item .side-menu-name[data-v-25ed4e61] {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size:11px;
}
.ellipsis-2 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-1 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu-item[data-v-25ed4e61]:hover {
    color: #685ce0;
    transform: translate(-90px);
}
.notices-wrap{
    background: linear-gradient(180deg,#e3e2ff 0%,#efefff 100%);
    padding-left:17px;
    padding-right: 17px;
    height: 54px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 25px 25px;
    box-shadow: 0 9px 11px #e9e5fd;
}
.bet-notices-wrap {
    padding: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.bet-notices-wrap .bet-notice__icon {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 6px;
    flex-shrink: 0;
}
.bet-notices-wrap .bet-notice__swiper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.van-swipe__track {
    display: flex;
    height: 100%;
    transition-property: transform;
    flex-direction: column;
}
.bet-notices-wrap .bet-notice__swiper-slide {
    font-size: 12px;
    font-weight: 400;
    color: #303c4f;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}
.ben_casino{
    box-shadow: 0 4px 14px #e6e7fd;
    border-radius: 15px;
    overflow: hidden;
    transition: all .2s ease;
    position: relative;
}
.ben_casino:hover{
    transform: scale(1.01);
    box-shadow: 0 5px 25px #b3bcff;
    cursor: pointer;
}
.ben_casino::before{
    width: 99px;
    height: 37px;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 0 20px;
    background: linear-gradient(230deg,#ff5757 0%,#ff8787 100%);
    color: #fff;
    font-size: 20px;
    content:'00:16';
    z-index: 99;
    text-align: center;
}
.btn_2{
    height: 30px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    border-radius: 5px !important;
    background: linear-gradient(180deg,#c3beff 0%,#fff 100%) !important;
    color: #685ce0 !important;
    box-shadow: none !important;
    border: 0.01rem solid #5e62de;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #wrapper {
        padding-top: 0px;
    }
    .bet-flex-full-cont, [bet-flex-full-cont=""] {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .min-h-300px, [min-h-300px=""] {
        min-height: 300px;
    }
    .display-flex, .flex, [display-flex=""], [flex=""] {
        display: flex;
    }
    .bet-index-tab {
        width: 100%;
        height: 100%;
        display: flex;
    }
    .h-full, [h-full=""] {
        height: 100%;
    }
    .game-list[data-v-edd2e767] .bet-index-tab__left_cont {
        width: 40px;
        box-sizing: content-box;
        padding: 12px 12px 56px;
        margin-bottom: constant(safe-area-inset-bottom);
        margin-bottom: env(safe-area-inset-bottom);
    }
    .bet-index-tab .bet-index-tab__left_cont {
        overflow-y: auto;
        position: relative;
    }
    .touchable {
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        box-sizing: border-box;
        overflow: hidden;
    }
    .game-list[data-v-edd2e767] .bet-index-tab__left_cont .bet-index-tab__nav_item--active.bet-index-tab__nav_item--active {
        background-color: transparent;
    }
    .bet-index-tab .bet-index-tab__nav_item.bet-index-tab__nav_item--active {
        background: #eeeeee;
    }
    .flex-col, [flex-col=""] {
        flex-direction: column;
    }
    .display-flex, .flex, [display-flex=""], [flex=""] {
        display: flex;
    }
    .items-center, [items-center=""] {
        align-items: center;
    }
    .justify-start, [justify-start=""] {
        justify-content: flex-start;
    }
    .game-tab[data-v-edd2e767] {
        width: 40px;
        height: 60px;
        background: linear-gradient(0deg,#d8e0ee,#eef1fc);
        word-wrap: break-all;
        border: 1px solid #c7c6d9;
        box-shadow: 0 3px 3px rgba(216,221,230,.82), 0 -1px 2px #b5c4d5 inset, 0 -2px 1px rgba(250,252,255,.63) inset;
        border-radius: 8px;
        overflow: hidden;
        line-height: 10px;
        font-size: 8px;
        font-weight: 500;
        color: #8a8dab;
        margin-bottom: 15px;
        transition: background ease-out .2s;
    }
    .game-tab.game-tab--active[data-v-edd2e767] {
        background: linear-gradient(0deg,#6975f9,#927ef8);
        border: 1px solid #5e62de;
        box-shadow: 0 3px 6px rgba(127,128,233,.58), 0 -2px 1px #434fcf inset, 0 -3px 1px rgba(250,252,255,.56) inset;
        font-weight: 700;
        color: #fff;
    }
    .game-tab__icon[data-v-edd2e767] {
        width: 22px;
        height: 22px;
        display: block;
        margin-bottom: 3px;
        margin-top: 8px;
    }
    .game-tab.game-tab--active .game-tab__icon[data-v-edd2e767] {
        width: 40px;
        height: 30px;
        margin-bottom: 0;
        margin-top: 6px;
    }
    .bet-index-tab .bet-index-tab__right_cont {
        overflow-y: auto;
        flex: 1;
        position: relative;
    }
    .game-list[data-v-edd2e767] .bet-index-tab__right_cont {
        padding-top: 8px;
    }
    .bet-index-tab__panel .bet-index-tab__panel__title {
        font-weight: 400;
        color: #999;
        line-height: 32px;
        font-size: 12px;
        font-weight: 700;
    }
    .game-list[data-v-edd2e767] .bet-index-tab__panel__title {
        padding-left: 8px;
    }
    .game-list-grid[data-v-2683495e] {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding-right: 12px;
        margin-bottom: 12px;
    }
    [data-sal] {
        transition-delay: 0s;
        transition-delay: var(--sal-delay,0s);
        transition-duration: .2s;
        transition-duration: var(--sal-duration,.2s);
        transition-timing-function: ease;
        transition-timing-function: var(--sal-easing,ease);
    }
    [data-sal|=zoom] {
        opacity: 0;
        transition-property: opacity,transform;
    }
    [data-sal=zoom-in] {
        transform: scale(.5);
    }
    [data-sal][data-sal-easing=ease-out-back] {
        transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    }
    [data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
        opacity: 1;
        transform: none;
    }
    .game-item[data-v-bb3958d9] {
        box-shadow: rgba(127,128,233,.6) 1px 2px 5px;
        width: 100%;
        display: flex;
        height: 177px;
        background: url('images/game-bg-span-2ee81c769.png') center center;
        position: relative;
        border: 1px solid #CDD0E6;
        border-radius: 15px;
    }
    .game-item[data-v-bb3958d9] {
        border: 1px solid #CDD0E6;
        border-width: 1px;
    }
    .game-item.game-item--span_2[data-v-bb3958d9], .game-item.game-item--span_3[data-v-bb3958d9] {
        background-image: url('images/game-bg-span-2ee81c769.png');
        background-size: cover;
    }
    .game-item.game-item--span_3[data-v-bb3958d9] {
        grid-column-end: span 2;
        height: 114px;
    }
    .game-item .game-item-img[data-v-bb3958d9] {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 15px;
        overflow: hidden;
        margin:0;
    }
    .game-item .game-name[data-v-bb3958d9] {
        font-weight: 700;
        font-size: 15px;
        color: #2e3452;
        text-align: left;
        text-shadow: 1px 1px 2px #fff;
        padding: 0px;
        border: none;
        border-radius: initial;
    }
    .game-item .game-item__inner[data-v-bb3958d9]{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 5px;
        z-index: 2;
    }
    .game-item.game-item--span_3 .game-name[data-v-bb3958d9] {
        font-size: 11px;
    }
    .game-item .game-logo[data-v-bb3958d9] {
        display: inline-block;
        height: 40px;
        margin-left: -6px;
    }
    .game-item.game-item--span_3 .game-logo[data-v-bb3958d9] {
        height: 24px;
    }
    .game-item.game-item--span_3 .game-logo[data-v-bb3958d9] img{
        height: 100% !important;
    }
    .van-pull-refresh{
        background-color: #fff;
    }
    .bg-blur {
        background-color: rgba(255,255,255,.85);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }
    .page #content{
        padding-top:15px;
    }
    .home .slider-wrapper{
        border-radius: 10px;
        box-shadow: 0 5px 9px rgba(119, 120, 234, .46);
    }
    .fixed-wrap {
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .fixed-wrap.shadow {
        box-shadow: 0 -2px 12px rgba(0,0,0,.06);
    }
    .content-wrap:before {
        content: "";
        display: flex;
        clear: both;
    }
    .sys-home-nav[data-v-458bdfd3] {
        box-shadow: 0 -6px 9px rgba(231,235,243,.6);
        padding-top: 8px;
        width: 100%;
    }
    .sys-home-nav__item[data-v-458bdfd3] {
        font-size: .16rem;
        color: #fff;
    }
    .sys-home-nav__item .sys-home-nav__item__inner[data-v-458bdfd3] {
        white-space: nowrap;
        font-size: 10px;
        font-weight: 400;
        color: #8789a8;
    }
    .sys-home-nav__item.sys-home-nav__item--active .sys-home-nav__item__inner[data-v-458bdfd3] {
        color: #5753ea;
    }
    .sys-home-nav__item .sys-home-nav__item__inner .img[data-v-458bdfd3] {
        width: 25px;
        height: 25px;
        display: block;
        margin-bottom: 3px;
    }
    .notices-wrap{
        padding: 0px;
        background: transparent;
        box-shadow: initial;
    }
    .notices-wrap .bet-notices-wrap{
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
    .bet-marque--static{
        white-space: nowrap;
        display: inline-block;
        vertical-align: bottom;
        animation: marquee 12s linear infinite;
        animation-delay: .5s;
        transition: transform .1s ease;
    }
    .header_mobile.fixed{
        position: fixed !important;
        width: 100% !important;
        background-color: #f5f5fe;
        top: 0px;
        padding-top: 15px;
        z-index: 999;
    }
}
@keyframes marquee {
    0%{
        transform: translate(0);
    }
    100% {
        transform: translate(-50%);
    }
}