@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap);
.hot-games.wrapper {
    height: 180px;
    overflow: hidden;
    position: relative;
}
.hot-games .img-container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: absolute;
}
.hot-games a {
    color: inherit;
}
.hot-games .game-item {
    background-color: #000;
    height: 143px;
    margin-right: 5px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 120px;
}
.hot-games .game-item img {
    border: 1px solid #5c5252;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}
.hot-games .game-item .game-title {
    background-color: #171613;
    color: #fff;
    height: 60px;
    padding: 0 15px;
    text-align: left;
    width: 120px;
}
@-webkit-keyframes leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes enter {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes enter {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.flex-space-btw {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-space-btw,
.flex-start {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.center-text {
    -webkit-flex-direction: column;
    flex-direction: column;
    place-content: space-between;
}
.mobile .center-position {
    text-align: center;
}
.right-text {
    text-align: right;
}
.mobile .right-text {
    text-align: center;
}
.flex-display {
    display: -webkit-flex;
    display: flex;
}
.mobile .deposit-section {
    background: linear-gradient(180deg, #181045, #05032c);
    border-radius: 8px;
    padding: 15px;
    position: relative;
}
.mobile .deposit-section:after {
    content: "";
    height: 5px;
    left: 12px;
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
}
.deposit-withdraw-div {
    padding: 0 15px;
}
.mobile .deposit-withdraw-div {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.deposit-withdraw-div .deposit-withdraw-section {
    background: linear-gradient(180deg, #181045, #05032c);
    border-radius: 16px;
    box-sizing: border-box;
    margin-right: 15px;
    padding: 35px 15px 30px;
    position: relative;
    width: 68%;
}
.deposit-withdraw-div .deposit-withdraw-section:after {
    content: "";
    height: 5px;
    left: 12px;
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
}
.mobile .deposit-withdraw-div .deposit-withdraw-section {
    background: transparent;
    border-top: none;
    margin-right: 0;
    padding: 30px 3px;
    width: 100%;
}
.mobile .deposit-withdraw-div .deposit-withdraw-section:after {
    display: none;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
    margin-top: 0;
    width: 48%;
}
.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
    margin-top: 25px;
    width: 100%;
}
.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:last-child {
    margin-top: 25px;
}
.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:first-child {
    margin-top: 0;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
    -webkit-background-clip: text;
    display: -webkit-flex;
    display: flex;
    font-size: 35px;
    place-items: center;
    width: 50px;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    place-content: space-between;
    width: calc(100% - 50px);
}
.deposit-withdraw-div
    .deposit-withdraw-section
    .deposit-withdraw-box
    .deposit-withdraw-top
    .deposit-withdraw-content
    div
    .deposit-withdraw-text1 {
    font-family:
        Rammetto One,
        cursive;
    font-size: 16px;
    text-transform: uppercase;
}
@media (min-width: 461px) and (max-width: 660px) {
    .deposit-withdraw-div
        .deposit-withdraw-section
        .deposit-withdraw-box
        .deposit-withdraw-top
        .deposit-withdraw-content
        div
        .deposit-withdraw-text1 {
        font-size: 16px;
    }
}
@media (max-width: 460px) {
    .deposit-withdraw-div
        .deposit-withdraw-section
        .deposit-withdraw-box
        .deposit-withdraw-top
        .deposit-withdraw-content
        div
        .deposit-withdraw-text1 {
        font-size: 15px;
    }
}
.deposit-withdraw-div
    .deposit-withdraw-section
    .deposit-withdraw-box
    .deposit-withdraw-top
    .deposit-withdraw-content
    div:first-child
    .deposit-withdraw-text1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
    -webkit-background-clip: text;
}
.deposit-withdraw-div
    .deposit-withdraw-section
    .deposit-withdraw-box
    .deposit-withdraw-top
    .deposit-withdraw-content
    div
    .deposit-withdraw-text2 {
    color: #fff;
    display: block;
    font-size: 12px;
}
.mobile
    .deposit-withdraw-div
    .deposit-withdraw-section
    .deposit-withdraw-box
    .deposit-withdraw-top
    .deposit-withdraw-content
    div
    .deposit-withdraw-text2 {
    font-size: 11px;
}
.deposit-withdraw-div
    .deposit-withdraw-section
    .deposit-withdraw-box
    .deposit-withdraw-top
    .deposit-withdraw-content
    div:last-child {
    display: -webkit-flex;
    display: flex;
    place-items: end;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader {
    background-color: #000;
    border-radius: 10px;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader span {
    background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
    border-radius: 10px;
    height: 100%;
    position: absolute;
    width: 30%;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div {
    margin-top: 50px;
    width: 100%;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .icon-wrp {
    background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
    box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner {
        border-bottom: 1px solid #282828;
        border-top: 1px solid #282828;
        margin-top: 20px;
    }
    .deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner .item {
        padding: 30px 0;
    }
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item {
    width: 50%;
}
@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item {
        margin-top: 15px;
        width: 48%;
    }
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item:nth-child(-n + 2) {
        margin-top: 0;
    }
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card-width {
    width: 100%;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
    width: 43%;
}
@media (min-width: 661px) and (max-width: 768px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width: 50%;
    }
}
@media (min-width: 461px) and (max-width: 660px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width: 50%;
    }
}
@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width: 50%;
    }
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card {
    place-items: center;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border {
    background: linear-gradient(180deg, #8aa8cf 0, #000);
    border-radius: 50px;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    height: 2em;
    place-content: center;
    place-items: center;
    width: 2em;
}
.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border {
    height: 45px;
    width: 45px;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border .icon-div {
    background-color: #05052f;
    border-radius: 50px;
    display: -webkit-flex;
    display: flex;
    height: 95%;
    place-content: center;
    place-items: center;
    width: 95%;
}
.deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .support-card
    .icon-circle-border
    .icon-div
    i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
    -webkit-background-clip: text;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    width: calc(100% - 2em);
}
@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content {
        width: calc(100% - 45px);
    }
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .line-font {
    color: #8d8787;
    font-size: 15px;
    font-weight: 400;
}
.mobile
    .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .support-card
    .support-content
    .line-font {
    font-size: 13px;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .mail-color {
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
    -webkit-background-clip: text;
    font-size: 12px;
    font-weight: 900;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .support-font {
    color: #8d8787;
    font-size: 15px;
    font-weight: 600;
}
.mobile
    .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .support-card
    .support-content
    .support-font {
    font-size: 13px;
}
.info-section {
    background: linear-gradient(180deg, #181045, #05032c);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    width: 32%;
}
.info-section:after {
    content: "";
    height: 5px;
    left: 12px;
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
}
.mobile .info-section {
    background: transparent;
    border-top: none;
    width: 100%;
}
.mobile .info-section:after {
    display: none;
}
.info-section .div-card {
    border-bottom: 1px solid #0f0f42;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
    place-content: space-between;
}
.info-section .div-card:last-child {
    border-bottom: none;
}
.info-section .div-card .text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    place-items: center;
}
.info-section .div-card .a-href-div {
    background: linear-gradient(180deg, #acacac, #05052f);
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    min-width: 75px;
    place-content: center;
    place-items: center;
    width: inherit;
}
.info-section .div-card .a-href-div a {
    background: #05052f;
    border-radius: 5px;
    color: #d4d3cd;
    display: -webkit-flex;
    display: flex;
    height: 90%;
    place-content: center;
    place-items: center;
    text-decoration: none !important;
    width: 95%;
}
.mobile .info-section .div-card .a-href-div a {
    height: 94%;
    width: 97%;
}
.g-slider-wrapper .lottery-title-center {
    margin-top: 90px;
    place-content: center !important;
}
@media (max-width: 460px) {
    .g-slider-wrapper .lottery-title-center {
        margin-top: 70px;
    }
}
.g-slider-wrapper .title-center {
    margin-top: 60px;
    place-content: center !important;
}
.mobile .g-slider-wrapper .title-center {
    margin-top: 70px;
}
.g-slider-wrapper .title-wrapper {
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.g-slider-wrapper .pagi-wrp .btn {
    border: 1px solid;
    height: 40px;
    width: 40px;
}
.mobile .g-slider-wrapper .pagi-wrp {
    display: none;
}
.g-slider-wrapper a.game-box,
.g-slider-wrapper div.game-box {
    border-radius: 4px 4px 0 0;
    height: 85px;
    width: 110px;
}
.desktop .common-top-section .g-slider-wrapper a.game-box,
.desktop .common-top-section .g-slider-wrapper div.game-box {
    margin-right: 0;
}
.g-slider-wrapper a.game-box > img,
.g-slider-wrapper div.game-box > img {
    background: #000;
    border-radius: 15px;
    height: 110px;
    width: 110px;
}
.desktop .g-slider-wrapper a.game-box > img,
.desktop .g-slider-wrapper div.game-box > img {
    height: 150px;
    width: 150px;
}
.g-slider-wrapper .content-wrapper.round {
    height: 150px;
}
.desktop .g-slider-wrapper .content-wrapper.round {
    height: 270px;
}
.g-slider-wrapper a.game-box.round,
.g-slider-wrapper div.game-box.round {
    height: auto;
    width: auto;
}
.g-slider-wrapper a.game-box.round > img,
.g-slider-wrapper div.game-box.round > img {
    border-radius: 50%;
    height: auto;
    max-width: 70px;
    width: 70px;
}
.desktop .g-slider-wrapper a.game-box.round > img,
.desktop .g-slider-wrapper div.game-box.round > img {
    height: auto;
    max-width: 100%;
    width: auto;
}
.desktop .g-slider-wrapper a.game-box.round,
.desktop .g-slider-wrapper div.game-box.round {
    height: auto;
    max-width: 100%;
    width: 100px;
}
.g-slider-wrapper .game-title {
    -webkit-align-content: center;
    align-content: center;
    background: transparent;
    border-radius: 15px 15px 0 0;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 600;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 2;
    padding-left: 15px;
    padding-right: 4px;
    text-align: left;
}
.mobile .g-slider-wrapper .game-title {
    font-size: 11.2px;
    font-weight: 400;
    padding-left: 7px;
}
.g-slider-wrapper .game-title img.logo {
    height: 18px;
    width: 18px;
}
.g-slider-wrapper.hot .game-title {
    background: transparent;
}
.g-slider-wrapper.recommend {
    padding: 0 60px;
    position: relative;
}
.g-slider-wrapper.new .game-title {
    background: #2d1a62;
}
.g-slider-wrapper .btn-link {
    border-radius: 50%;
    color: #fcac4a;
    height: 2rem;
    position: absolute;
    text-decoration: none;
    top: calc(50% - 1rem);
    width: 2rem;
}
.g-slider-wrapper .btn-link.btn-prev {
    background: #fcac4a;
    left: 0;
}
.g-slider-wrapper .btn-link.btn-prev span {
    background: linear-gradient(90deg, #545252, #000 78.93%);
    left: 2px;
}
.g-slider-wrapper .btn-link.btn-next {
    background: #fcac4a;
    right: 0;
}
.g-slider-wrapper .btn-link.btn-next span {
    background: linear-gradient(90deg, #545252, #000 78.93%);
    right: 2px;
}
.g-slider-wrapper .btn-link span {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    height: 98%;
    place-content: center;
    place-items: center;
    position: relative;
    width: 98%;
}
.jackpot .text-content {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.gradient-bg {
    background: linear-gradient(180deg, #181045, #05032c);
    border-radius: 16px;
}
.common-section {
    border-radius: 16px;
    margin-top: 35px;
    overflow: hidden;
}
.popular-section {
    border-radius: 16px;
    padding: 0;
}
.top-section {
    position: relative;
}
.top-section .top-section-inner {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 99;
}
.Popular-slider {
    padding: 0 60px;
    position: relative;
}
.Popular-slider .btn-link {
    border-radius: 50%;
    color: #fcac4a;
    height: 2rem;
    position: absolute;
    text-decoration: none;
    top: 35%;
    width: 2rem;
}
.Popular-slider .btn-link.widget-wrapper-controlleft {
    background: #fcac4a;
    left: 0;
}
.Popular-slider .btn-link.widget-wrapper-controlleft span {
    background: linear-gradient(90deg, #545252, #000 78.93%);
    left: 2px;
}
.Popular-slider .btn-link.widget-wrapper-controlright {
    background: #fcac4a;
    right: 0;
}
.Popular-slider .btn-link.widget-wrapper-controlright span {
    background: linear-gradient(90deg, #545252, #000 78.93%);
    right: 2px;
}
.Popular-slider .btn-link span {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    height: 98%;
    place-content: center;
    place-items: center;
    position: relative;
    width: 98%;
}
.promotion-section .img-fluid {
    width: 100%;
}
.common-group-section {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    padding: 0 0 50px;
}
.common-group-section .common-section {
    margin-top: 35px;
}
.info-section .div-card .text {
    font-size: 13px;
}
.common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #fff 18.18%, #bfc2c4 69.12%);
    -webkit-background-clip: text;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.top-section .common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #b6924b 18.18%, #cdbc7e 69.12%);
    -webkit-background-clip: text;
    display: none;
    font-size: 38px;
}
.lw-horizontal-slider .common-title {
    margin-bottom: 40px;
    position: relative;
}
.lw-horizontal-slider .common-title:after {
    background-image: url(https://files.sitestatic.net/home_info/logo-bottom-border.png);
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: -20px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .lw-loop-content li {
    background: linear-gradient(180deg, #0046b4, #72360f);
}
.lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .lw-loop-content li .LW-font {
    color: #fff;
}
.common-top-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.mobile .common-top-section {
    background-position: 0 58%;
    background-size: 100% auto;
    padding: 0 0 35px;
}
.common-section-inner {
    padding: 30px 0;
}
.lates-deposit-section {
    margin-bottom: 50px;
}
.desktop .lw-horizontal-slider .g-slider-wrapper {
    padding: 15px 15px 0;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round {
    height: 80px;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round ul li {
    background: linear-gradient(180deg, #0046b4, #580110);
    border-radius: 10px;
    margin: 0 2px;
    max-width: 270px;
    min-width: 270px;
    padding: 10px;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round ul li .flex-space-btw {
    padding-left: 10px;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round ul li .LW-btn {
    color: #fff;
    margin-left: 10px;
}
.desktop .lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .content-wrapper ul li {
    background: linear-gradient(180deg, #0046b4, #72360f);
}
.desktop .lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .content-wrapper ul li .LW-font {
    color: #fff;
}
.lgo-lw-wraper .width-40 {
    background: linear-gradient(0deg, #05052f, #05052f);
    border-radius: 16px;
    padding: 10px;
    width: 100%;
}
.lgo-lw-wraper .width-40 .common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #fff 18.18%, #bfc2c4 69.12%);
    -webkit-background-clip: text;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 15px;
}
.lgo-lw-wraper .width-40 .flex-xs-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.lgo-lw-wraper .theme-UL-style {
    padding: 0;
}
.site-footer {
    margin-top: 0;
}
.content {
    margin-bottom: 0;
}
.svc-advantage .circle-wrp {
    background: #0b121b;
    border-radius: 50%;
    font-size: 30px;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    width: 2em;
}
.svc-advantage .circle-wrp > i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #fbb24c, #fe7d38 95.87%);
    -webkit-background-clip: text;
    color: #0083ff;
}
.mobile .common-top-section .tab-content-inner {
    margin-bottom: 20px;
    padding: 0 20px 30px;
}
.mobile .common-top-section .tab-content-inner .tab-content {
    min-height: 170px;
    padding-bottom: 0;
}
.mobile .lw-loop-content {
    background: linear-gradient(0deg, #05052f, #05052f);
    margin-top: 15px;
    padding: 15px;
}
.mobile .theme-UL-style {
    width: calc(100% - 30px);
}
.mobile .promotion-section {
    padding: 30px 0;
}
.mobile .promotion-section .promotion-single-inner ~ .promotion-single-inner {
    margin-top: 15px;
}
.desktop .site-footer {
    background: linear-gradient(0deg, #05052f, #05052f);
}
.desktop .footer-content .footerlink ul li,
.desktop .footer-content .footerlink ul li a,
.footer-misc,
.title {
    color: #fff;
}
.button.is-outline {
    background-color: #000;
    border-color: #000;
}
.social-icons i {
    color: #fbb24c;
}
.dotted_line {
    border-bottom: 5px solid #010417;
}
.ann-wrapper {
    color: #fff;
}
.ann-wrapper i {
    color: #fcbe3a;
}
.desktop .carousel-indicators {
    bottom: 30px;
}
.desktop .main.nav-wrapper {
    background: linear-gradient(270deg, #0d0d4a, #1d0b81 51.07%, #0d0d4a);
}
.hot-games .games-leave-active {
    -webkit-animation: leave 25s linear;
    animation: leave 25s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.hot-games .games-leave-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.hot-games .games-leave-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.hot-games .games-leave-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.hot-games .games-enter-active {
    -webkit-animation: enter 25s linear;
    animation: enter 25s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.hot-games .games-enter-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.hot-games .games-enter-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.hot-games .games-enter-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.promo-banner-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #fff 18.18%, #bfc2c4 69.12%);
    -webkit-background-clip: text;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.promo-banner-description {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.main.nav-wrapper .nav-item-content {
    background-color: #18191f;
    border-bottom: 15px solid #18191f;
}
.width-60 {
    width: 60%;
}
@media (max-width: 768px) {
    .width-60 {
        margin: auto;
        width: 98%;
    }
}
.width-40 {
    width: 40%;
}
@media (max-width: 768px) {
    .width-40 {
        margin: auto;
        width: 98%;
    }
}
.plr-8 {
    padding-left: 8px;
    padding-right: 8px;
}
.top-section .width-40 {
    width: 100%;
}
@media (max-width: 768px) {
    .top-section .width-40 {
        margin: auto;
        width: 98%;
    }
}
.fw-bold {
    font-weight: 700;
}
.lw-loop-content {
    border-radius: 15px;
    height: 190px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 768px) {
    .lw-loop-content {
        height: 300px;
    }
}
.theme-UL-style {
    border-radius: 8px;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.theme-UL-style::-webkit-scrollbar {
    display: none;
    width: 5px;
}
.theme-UL-style:hover::-webkit-scrollbar {
    display: block;
}
.theme-UL-style:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.theme-UL-style:hover::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px;
}
.theme-UL-style:hover::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.theme-UL-style li {
    border-bottom: 1px solid #212c39;
    padding: 10px 0;
}
.theme-UL-style li .LW-div .wd-item__avatar {
    margin-right: 8px;
    width: 35px;
}
@media (max-width: 768px) {
    .theme-UL-style li .LW-div .wd-item__avatar {
        padding-right: 5px;
    }
}
.theme-UL-style li .LW-btn {
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
}
@media (max-width: 768px) {
    .theme-UL-style li .LW-btn {
        padding: 3px 10px;
        width: 90px;
    }
}
.LW-font {
    color: #03d2ff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
}
.LW-date-font {
    color: #fff;
    font-size: 9px;
    min-width: 125px;
}
.LW-secondary-color {
    color: #fff;
}
.ann-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    margin-top: 0;
    position: relative;
    z-index: 9;
}
.carousel-indicators li.active {
    background-color: #fcbe3a;
}
.jackpot {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px;
}
.header-wrapper {
    background: #020316;
}
.header-wrapper .fix.btn-accent {
    background: linear-gradient(90deg, #00abff, #0083ff 95.87%);
    border: 1px solid #020316;
    border-radius: 4px;
    color: #fff;
}
.header-wrapper .fix.btn-tertiery {
    background: linear-gradient(90deg, #fbb24c, #fe7d38 98.37%);
    border: 1px solid #020316;
    border-radius: 4px;
    color: #fff;
}
.header-wrapper .flex-right .flex-row i {
    color: #fff;
}
.header-wrapper .flex-right .flex-row .button.icon.circle {
    background-color: transparent;
}
.header-wrapper .flex-right .flex-row .compliant-btn {
    background: #6b7586;
    border-radius: 8px;
    color: #fff;
    margin-top: 5px;
    padding: 0 10px;
}
.header-wrapper .flex-right .flex-row .compliant-btn i {
    color: #fff;
    font-size: 14px;
}
.header-wrapper .line {
    background-color: #fff;
}
.top-bar .inner-header {
    background: #020316;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .widget-wrapper-image {
    border-radius: 16px 16px 0 0;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-box {
    height: 270px;
    padding: 10px;
    width: 250px;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-box img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .gamebox-large img {
    height: 160px;
    width: 100%;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title {
    background: linear-gradient(180deg, #000, transparent);
    display: block;
    margin-top: 8px;
    text-align: center;
    width: 100%;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title span {
    display: block;
    line-height: 12px;
    overflow: hidden;
    padding: 10px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.moregame-link {
    color: #a48b79;
    font-weight: 700;
    margin-top: 10px;
}
.mobile .top-section {
    background: transparent;
    border-top: none;
    padding: 0;
}
.mobile .top-section .common-title {
    font-size: 12px;
    margin-top: 12px;
}
.mobile .top-section .jackpot-wraper {
    margin-top: 15px;
}
.mobile .top-section .jackpot-wraper .jackpot {
    border-radius: 8px;
}
.mobile .top-section .jackpot-wraper .jackpot .text-content {
    font-size: 18px;
    margin-top: 15px;
    padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .mobile .top-section .jackpot-wraper .jackpot .text-content {
        display: inline-block;
        font-size: 44px;
        margin-top: 20px;
    }
}
.mobile .top-section .top-section-inner {
    background-image: none;
    padding: 0 20px;
}
.mobile .top-section .col-width-full {
    width: 100%;
}
.mobile .carousel-indicators {
    display: none;
}
.mobile .title-wrapper {
    background-color: transparent;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 100%;
}
.mobile .common-title {
    margin: 0;
    text-align: center;
    width: 100%;
}
.mobile .popular-section {
    background: transparent;
    border-top: none;
    padding: 0;
}
.mobile .g-slider-wrapper.widget-wrapper {
    background: transparent;
    border-radius: 8px;
    padding: 15px;
    position: relative;
}
.mobile .g-slider-wrapper .btn-link {
    top: 90%;
}
.mobile .g-slider-wrapper .btn-link.btn-next {
    right: calc(50% - 2.5rem);
}
.mobile .g-slider-wrapper .btn-link.btn-prev {
    left: calc(50% - 2.5rem);
}
.mobile .g-slider-wrapper li {
    padding: 0 2px;
}
.mobile .g-slider-wrapper .widget-wrapper-image {
    border-radius: 10px;
    height: 150px;
    margin-bottom: 8px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    width: 100px;
}
.mobile .g-slider-wrapper .game-box img {
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.mobile .g-slider-wrapper .gamebox-large {
    display: inline-block;
}
.mobile .g-slider-wrapper .gamebox-large img {
    height: 160px;
    width: 100%;
}
.mobile .g-slider-wrapper .game-title {
    background: linear-gradient(180deg, #000, transparent);
    display: block;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.mobile .g-slider-wrapper .game-title span {
    display: block;
    line-height: 12px;
    overflow: hidden;
    padding: 10px 2px;
    text-overflow: ellipsis;
}
.mobile .g-slider-wrapper .lw-loop-content {
    padding: 15px;
    position: relative;
}
.mobile .g-slider-wrapper .lw-loop-content ul {
    left: 0;
    width: 100%;
}
.mobile .g-slider-wrapper .lw-loop-content ul li {
    background: linear-gradient(180deg, #0046b4, #580110);
    border-radius: 10px;
    display: block;
    margin: 4px 0;
    padding: 10px;
}
.mobile .g-slider-wrapper .lw-loop-content ul li .LW-btn {
    color: #fff;
    font-weight: 700;
}
.mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
    margin-right: 10px;
    width: 45px;
}
@media (max-width: 768px) {
    .mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
        padding-right: 5px;
    }
}
.mobile .Popular-slider {
    background: linear-gradient(180deg, #181045, #05032c);
    border-radius: 8px;
    padding: 15px;
    position: relative;
}
.mobile .Popular-slider .btn-link.widget-wrapper-controlleft {
    left: calc(50% - 2.5rem);
}
.mobile .Popular-slider .btn-link.widget-wrapper-controlright {
    right: calc(50% - 2.5rem);
}
.mobile .btns-log .btn-accent {
    background: linear-gradient(90deg, #00abff, #0083ff 95.87%);
    border: 1px solid #020316;
    border-radius: 0;
    color: #fff;
}
.mobile .btns-log .btn-tertiery {
    background: linear-gradient(90deg, #fbb24c, #fe7d38 98.37%);
    border: 1px solid #020316;
    border-radius: 0;
    color: #fff;
}
.mobile .mob-row-rev {
    direction: rtl;
    display: -webkit-flex;
    display: flex;
}
.mobile .moregame-link {
    margin-top: 5px;
}
body,
body.mobile {
    background: #010417;
}
.lw-horizontal-slider .gradient-bg {
    background: #000;
}
.deposit-withdraw-div .deposit-withdraw-section,
.deposit-withdraw-div .info-section,
.mobile .deposit-section {
    background: linear-gradient(0deg, #05052f, #05052f);
}
.mobile .btns-log .btn-accent {
    border-left: 1px solid #727272;
}
.mobile .scroll-wrapper[_home] .slider-content {
    background: #304fd0;
}
.mobile .scroll-wrapper[_home] .next-btn,
.mobile .scroll-wrapper[_home] .prev-btn {
    background: #0f1d86;
}
.desktop .g-slider-wrapper {
    padding-top: 4px;
}
.desktop .g-slider-wrapper .content-wrapper {
    overflow: hidden;
}
.desktop .g-slider-wrapper ul {
    list-style-type: none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
    white-space: nowrap;
}
.desktop .g-slider-wrapper ul::-webkit-scrollbar {
    display: none;
}
.desktop .g-slider-wrapper ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.desktop .g-slider-wrapper li {
    display: inline-block;
    position: relative;
}
.desktop .g-slider-wrapper img {
    border-radius: 5px;
    display: block;
    height: 100%;
    width: 100%;
}
.desktop .g-slider-wrapper a.game-box,
.desktop .g-slider-wrapper div.game-box {
    color: inherit;
    display: block;
    height: 150px;
    margin-right: 30px;
    position: relative;
    width: 150px;
}
.desktop .g-slider-wrapper .game-title {
    font-size: 11.2px;
    overflow: hidden;
    text-transform: uppercase;
}
.common-top-section {
    background-image: url(https://files.sitestatic.net/images/lgoplay/lgo-top-theme-2.jpg?v=0.1);
}
.common-group-section {
    background-image: url(https://files.sitestatic.net/images/lgoplay/lgo-bottom-theme-2.jpg?v=0.1);
}
