@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    font-size: 14px;
    margin: 0 auto;
    color: #ffffff;
    background: #020202 url(../images/common/bg.jpg) no-repeat center top;
    /* background-size: contain; */
    background-attachment: fixed;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover,
    a:focus,
    button:focus,
    button:hover,
    input:focus,
    select:focus {
        text-decoration: none;
        outline: none;
    }

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #ffffff;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #6580e2;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #3e63eb;
    }

.smaller img {
    height: 70px;
}

.smaller .header-ribbon {
    height: 80px;
}

.container-fluid {
}

.header-top {
    height: 82px;
    background: #fff;
}

.login_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log-group input {
    border: 1px solid #1c2134;
    width: 140px;
    height: 34px;
    padding: 0 20px;
    background: #1c2134;
    border-radius: 20px;
    color: #ffffff;
}

    .log-group input::placeholder,
    .log-group input::-webkit-input-placeholder {
        color: #587b6d !important;
    }

.hm-content {
    background: rgb(85,111,168);
    background: -moz-radial-gradient(circle, rgba(85,111,168,1) 0%, rgba(27,34,62,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(85,111,168,1) 0%, rgba(27,34,62,1) 100%);
    background: radial-gradient(circle, rgba(85,111,168,1) 0%, rgba(27,34,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#556fa8",endColorstr="#1b223e",GradientType=1);
    background-repeat: no-repeat;
}

.login_btn {
    color: #000000;
    text-transform: uppercase;
    border-radius: 20px;
    width: 110px;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
    font-weight: 800;
    background: #7eac2f;
    border: 0;
}

.join_btn {
    background: #286aa6;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 20px;
    width: 110px;
    height: 30px;
    font-size: 13px;
    font-weight: 800;
}

.login_btn,
.join_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* .login_btn:hover,
.join_btn:hover {
    filter: brightness(0.5);
} */

    .login_btn a {
        color: #FFFFFF;
    }

    .join_btn a {
        color: #FFFFFF;
    }

.log-group {
    margin-right: 5px;
}

.languageToggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .languageToggle img {
        max-width: 29px;
    }

    .languageToggle i {
        font-size: 18px;
        vertical-align: sub;
        margin-left: 5px;
        color: #a2a2a2;
    }

.lang-btn {
    border: none;
    padding: none;
    background: none;
    color: #000;
}

.dropdown-menu.language {
    padding: 0;
    background: rgb(45 60 98);
    min-width: auto;
    border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f1c977;
    border-radius: 0;
}

.dropdown-toggle::after {
    display: none;
}

.btmtools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b3b3b3;
    font-size: 12px;
    padding: 5px 10px 0;
}

.forgot-link a {
    color: #ffffff;
    text-decoration: underline;
}

.swipe-list::-webkit-scrollbar {
    display: none;
}

.container-fluid {
    padding: 0px;
    max-width: 1366px;
}

section.header-menu {
    margin-top: 104px;
}

section.header-menu {
    position: relative;
    box-shadow: 2px 4px 20px #000000ba;
    background: rgb(54,75,119);
    background: -moz-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#364b77",endColorstr="#293659",GradientType=1);
}

.main-nav {
    display: inline-flex;
    height: 47px;
    align-items: center;
    justify-content: center;
}

    .main-nav li.nav-item {
        padding: 0px 20px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #ffcd0000;
    }

        .main-nav li.nav-item:hover,
        .main-nav li.nav-item.active {
            background: #00000030;
            border-bottom: 2px solid #fffe85;
            color: #fffe85 !important;
        }

        .main-nav li.nav-item a.navlink {
            color: #6877a1;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 800;
        }

        .main-nav li.nav-item.active a.navlink {
            color: #fffe85;
        }

        .main-nav li.nav-item:hover a.navlink {
            color: #fffe85;
        }

        .main-nav li.nav-item.menuimg a.navlink img {
            height: 30px;
            filter: brightness(0) invert(1);
        }

        .main-nav li.nav-item.menuimg:hover a.navlink img {
            /* filter:none; */
        }

.img-home i {
    font-size: 24px;
}

li.active a.navlink img,
li:hover a.navlink img {
    filter: none !important;
}

.main-nav li.nav-item:hover,
.main-nav li.nav-item.active i {
    color: #ffcd00;
}

.prov-img ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 5px 10px;
}

    .prov-img ul li {
        list-style: none;
        margin: 0px 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .prov-img ul li img {
            /* filter: grayscale(1); */
        }

a.step-hover:hover {
    color: #fff;
}

.three-step-guide-wrapper .three-step-guide .step .content-area .text-area .large-text {
    font-family: "Nunito", sans-serif;
}

.ttl-inx {
    display: flex;
    justify-content: space-between;
}

.ttl-inx-l img {
    height: 20px;
    margin-right: 10px;
}

.ttl-inx-l i {
    color: #759cfa;
}

::-webkit-scrollbar {
    height: 8px;
    width: 4px;
    border-radius: 5px;
    background: rgb(54,75,119);
    background: -moz-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#364b77",endColorstr="#293659",GradientType=1);
}

::-webkit-scrollbar-thumb:horizontal {
    background: rgb(54,75,119);
    background: -moz-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#364b77",endColorstr="#293659",GradientType=1);
    border-radius: 10px;
}

.ttl-inx-l {
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
}

    .ttl-inx-l span {
        margin-right: 10px;
        color: #52a0d0;
    }

.index-content ul {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.bnr-indx {
    position: relative;
}

.bnr-overly {
    position: absolute;
    background: #000000c7;
    width: 100%;
    display: flex;
    bottom: 0px;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

.gm-nm {
    padding: 0px 25px;
}

.btn-ply {
    background: #ffcd00;
    border: none;
    width: 200px;
    padding: 8px 0px;
    font-weight: bold;
    margin-top: 10px;
}

    .btn-ply:hover {
        background: #f7e59b;
    }

.index-content .carousel-item img {
}

.bnr-indx img {
    width: 656px;
}

.indx-top {
    display: flex;
    justify-content: space-between;
}

.sml-slide {
    width: 654px;
}

.inc-item-all {
    padding: 20px 0px;
}

.sml-slide .carousel-control-prev-icon {
    top: 15px;
    position: absolute;
    left: 15px;
}

.sml-slide .carousel-control-next-icon {
    top: 15px;
    position: absolute;
    right: 15px;
}

a.btn-find {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

    a.btn-find:hover {
        color: #ffcd00;
    }

.inc-item {
    margin-bottom: 20px;
}

.indx-2 ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.indx-3 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.indx-4 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.indx-5 ul {
    display: grid;
    gap: 15px;
    overflow: hidden;
    white-space: nowrap;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px, 1fr);
    overflow-x: auto;
}

.indx-6 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.bnr-overly2 {
    position: absolute;
    background: #000;
    top: 0px;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: all 0.3s;
    opacity: 0;
}

.bnr-indx:hover .bnr-overly2 {
    transform: translateY(0%);
    opacity: 1;
}

.button3d-container {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-perspective: 1000000px;
}

.button3d {
    display: block;
    float: left;
    width: 100%;
    height: 62px;
    margin: 0;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.26s;
    -o-transition-duration: 0.26s;
    -webkit-transition-duration: 0.26s;
    transition-duration: 0.26s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.index-content ul li {
    list-style: none;
}

.indx-1 ul {
    width: 100%;
    display: block;
}

.indx-1 {
    width: 100%;
    margin-top: 20px;
}

    .indx-1 ul img {
        width: 100%;
    }

.container {
    max-width: 1366px;
    padding: 0px;
}

.button3d:hover {
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.button3d_face {
    display: block;
    height: 100%;
    font-weight: 500;
}

.button3d_face-front {
    line-height: 48px;
    -moz-transform: translateZ(24px);
    -webkit-transform: translateZ(24px);
    transform: translateZ(24px);
}

.button3d_face-bottom {
    -moz-transform: rotateX(-90deg) translateZ(-24px);
    -ms-transform: rotateX(-90deg) translateZ(-24px);
    -webkit-transform: rotateX(-90deg) translateZ(-24px);
    transform: rotateX(-90deg) translateZ(-24px);
}

.fa {
    margin-right: 6px;
}

.fa-external-link {
    margin-left: 6px;
    margin-right: 0;
}

.social-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0;
}

.button3d_face-front-ltw {
    background-color: #050720;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
}

.button3d_face-bottom-ltw {
    line-height: 48px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-slot {
    position: relative;
    width: 150px;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    border-radius: 35px;
}

    .btn-slot * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .btn-slot:before {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 100%;
        content: '';
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
        border-radius: 30px;
    }

    .btn-slot img {
        vertical-align: top;
        max-width: 100%;
    }

    .btn-slot figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .btn-slot h3,
    .btn-slot h5 {
        margin: 0;
        opacity: 0;
        letter-spacing: 1px;
    }

    .btn-slot h3 {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        text-transform: uppercase;
        font-weight: 400;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        margin-bottom: 5px;
    }

    .btn-slot h5 {
        font-weight: normal;
        padding: 3px 10px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .btn-slot .btn-csin0 {
        font-weight: normal;
        background-color: #ffffff00;
        padding: 3px 10px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        color: #fff;
        cursor: pointer;
        padding: 10px 20px;
        line-height: 50px;
        border: 1px solid #bd1401;
    }

    .btn-slot .btn-csin1 {
        font-weight: normal;
        background-color: #ffca0000;
        padding: 3px 10px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        color: #fff;
        cursor: pointer;
        padding: 10px 20px;
        line-height: 46px;
        border: 1px solid #ffca00;
    }

    .btn-slot .btn-csin0:hover {
        background-color: #bd1401;
    }

    .btn-slot .btn-csin1:hover {
        background-color: #ffca00;
        color: #000;
    }

    .btn-slot a {
    }

    .btn-slot:hover:before,
    .btn-slot.hover:before {
        top: 0px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .btn-slot:hover h3,
    .btn-slot.hover h3,
    .btn-slot:hover h5,
    .btn-slot.hover h5,
    .btn-slot .btn-csin0:hover,
    .btn-slot .btn-csin0.hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .btn-slot:hover h3,
    .btn-slot.hover h3 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .btn-slot:hover h5,
    .btn-slot.hover h5 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    border: 1px solid #ffd104;
}

    .image img {
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: scale3d(0);
    }

        .image img:hover {
            opacity: 1;
            -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
        }

.btn-ply1 {
    width: 120px;
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(169, 211, 32, 1) 0%, rgba(56, 131, 18, 1) 100%);
    box-shadow: inset 0px 0px 5px #fff;
    border: none;
    border-radius: 20px;
}

.btn-ply2 {
    width: 120px;
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 5px #fff;
    background: #c22323;
    border-radius: 20px;
}

.btn-ply1:hover {
    opacity: 0.8;
}

.btn-ply2:hover {
    opacity: 0.7;
}

.inx-bnr-btn {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.inx-bnr {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
}

figure.btn-slot {
    margin: 0px;
}

.indx-5 {
    margin-bottom: 20px;
}

.mobile-box {
    display: none;
}

/*****Footer******/
img.payment-method:hover {
    filter: none;
}

.method-container img {
}

img.payment-method {
    /* filter:grayscale(1); */
    cursor: pointer;
    /* height: 18px; */
    margin: 20px 0px !important;
    !i;
    !;
    /* border-bottom: 1px solid #fff; */
    /* width: 100%; */
}

img.social-media-image {
    /* filter:grayscale(1); */
}

    img.social-media-image:hover {
        filter: none;
    }

.carousel {
    /* background: #034168; */
}

.carousel-cell {
    width: 18%;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

    .carousel-cell:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

.flickity-prev-next-button.previous {
    display: none;
}

.flickity-prev-next-button.next {
    display: none;
}

ol.flickity-page-dots {
    display: none;
}

.menu-tab {
    background: #050720;
    display: none;
}

.tab-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.tab-ttl {
    border-bottom: 5px solid #fff0;
    line-height: 10px;
    text-align: center;
    margin-top: 9px;
}

.tab-box.active .tab-ttl {
    border-bottom: 5px solid #ffc000;
    padding-bottom: 6px;
}

.mobile-show {
    display: none;
}

.desktop-show {
    display: block;
}

/*******slot pop up********/
.modal-bottom .modal-title {
    color: #fff;
    font-weight: bold;
}

.modal.modal-bottom .modal-content {
    border-radius: 15px 15px 0px 0px;
    background: #030f1f;
}

.slot-pop-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.slot-img img {
    display: block;
    margin: 0px auto;
}

.slot-pop-wrap .btn-ply2 {
    background: #c22323;
}

.modal.modal-bottom .close {
    font-size: 30px;
    padding: 7px;
    color: #fff;
    opacity: 1;
}

/*******joinnow*********/
.joinnow .modal-dialog {
    width: 1000px;
    max-width: 1000px;
}

.joinnow .modal-dialog {
    max-width: 510px;
    background: none;
}

.joinnow .modal-content {
    background: none;
    border: none;
}

.join-cnt {
    display: flex;
    background: #000000;
}

.joinnow .close-x {
    position: absolute;
    right: -27px;
    top: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
}

.join-r-top {
    display: flex;
    justify-content: space-between;
}

.join-r {
    /* margin-top:15px; */
}

.join-ttl {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
}

.join-r-cnt {
    padding: 0px 15px;
}

.flag-ttl {
    display: flex;
    padding-right: 15px;
}

    .flag-ttl img {
        max-width: 20px;
    }

    .flag-ttl i {
        font-size: 13px;
        color: #fff;
    }

.reg-sec {
    padding: 30px 0;
}

.fg-wrapper {
    padding: 30px;
    max-width: 959px;
    margin: auto;
    display: grid;
    grid-template-columns: 34% auto;
    grid-gap: 30px;
    background: #222548;
    border: 1px solid #21276d;
}

.fg-form {
    max-width: 460px;
}

.enter-remind {
    border: 1px solid #DDDDDD;
    padding: 20px;
    font-size: 17px;
    height: 120px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.bk-title {
    color: #000000;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 15px;
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
    box-shadow: inset 0px 0px 5px #fff;
}

.regfield {
    display: grid;
    grid-template-columns: 145px auto;
    grid-gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.rgfeild {
    position: relative;
}

.regfield .label {
    align-self: center;
    color: #fff;
}

span.manred {
    color: red;
    float: right;
}

.regfield input {
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid #d6d6d6;
    height: 34px;
}

.vericode {
    position: absolute;
    top: 5px;
    right: 7px;
}

button.reg-btn {
    background: #648feb;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    width: 110px;
    height: 30px;
    font-size: 13px;
}

    button.reg-btn:hover {
        filter: brightness(0.5);
    }

/********Sport-lobby*********/
.inc-item-res .indx-2 {
    margin-top: 20px;
}

.inc-item-res .indx-3 ul li {
    list-style: none;
}

.inc-item-res .indx-3 ul {
    margin: 0px;
    padding: 0px;
}

.inc-item-res {
    padding: 0px 0px 20px 0px;
}

/********Sport-lobby*********/
.esport-bg {
    position: relative;
    background: url("../images/common/esp_bg.jpg")top center no-repeat;
}

.fish-bg {
    position: relative;
    background: url("../images/common/fish-bg.jpg")top center no-repeat;
}

.lotto-bg {
    position: relative;
    background: url("../images/common/lotto-bg.jpg")top center no-repeat;
}

.al-btn {
    height: 500px;
    position: relative;
}

.in-btn {
    position: absolute;
    right: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .in-btn .btn-ply {
        font-size: 26px;
        width: 300px;
    }

.btn-logo a {
    display: block;
    position: relative;
}

/****Promo******/
.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.pmbox {
    background: #1c2134;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 22px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
}

    .pmbox:hover,
    .pmbox.active {
        color: #ffffff;
        background: rgb(104,148,243);
        background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
        border: 1px solid #95b4f4;
    }

.promo-content {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 66px;
    margin-bottom: 30px;
}

.pm-boxer {
    display: flex;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    /* grid-gap: 10px; */
    color: #fff;
    flex-direction: column;
}

.pm-boxer_inner {
    height: 85px;
    padding: 10px 20px;
}

h4.ttl-promo {
    color: #21276d;
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.promo-per {
    color: #e40080;
    display: flex;
    margin-top: 20px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.moreinfo_btn {
    background: #ffc000;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.apply_btn {
    background: linear-gradient(to bottom, #b60000 0%, #5a0500 100%, #f1e767 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.text_red {
    color: #e40080;
    margin-left: 10px;
    font-weight: bold;
}

.text_blue {
    color: #9a7922;
}

.modal-dialog.promo {
    max-width: 800px !important;
}

.modal-content.promo {
    border: none;
    background: #0b0b0d;
    color: #fff;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 19px;
    padding: 13px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffffa3;
}

.grlist {
    /* color:#000000; */
}

.pm-title-wrapper {
    font-size: 16px;
    font-weight: 700;
    background: rgb(54,75,119);
    background: -moz-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#364b77",endColorstr="#293659",GradientType=1);
    color: #ffffff;
    padding: 15px 20px;
}

.pmtable-wrapper {
}

table.promo-table tr th {
    color: #fff;
    background: #01120b;
    padding: 4px;
    border: 1px solid #4b6296;
}

table.promo-table tr td {
    border: 1px solid #4b6296;
    padding: 5px;
}

.gr-title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.grlist ul {
    padding-left: 20px;
    margin-top: 5px;
}

    .grlist ul li {
        padding-bottom: 8px;
        font-size: 14px;
        list-style: disc;
    }

.promo-pop-cont {
    padding: 15px;
}

/*****Info Center******/
.info-menu-wrapper {
    background: #00000080;
    border: 1px solid #32456e;
    overflow: hidden;
    border-radius: 7px;
    line-height: 1.2;
}

    .info-menu-wrapper a {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 15px;
        border-bottom: 1px solid #222b4b;
    }

        .info-menu-wrapper a:last-child {
            border-bottom: none;
        }

        .info-menu-wrapper a.active,
        .info-menu-wrapper a:hover {
            background: rgb(54,75,119);
            background: -moz-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
            background: linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#364b77",endColorstr="#293659",GradientType=1);
        }

.info-wrapper {
    background: #00000080;
    border-radius: 7px;
    padding: 25px 30px;
    margin-bottom: 30px;
    min-height: 500px;
}

ol.faq {
    padding: 0 0 0 15px;
}

.about-sec-in {
    display: flex;
    padding-top: 20px;
}

ol.faq li {
    padding-bottom: 13px;
}

button.btn-tnc {
    background: #242f4d;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
}

    button.btn-tnc.collapsed {
        background: #394a75;
        color: #fff;
    }

    button.btn-tnc:focus {
        outline: none;
    }

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

    .tnc-body ol {
        padding-left: 15px;
    }

        .tnc-body ol li {
            padding-bottom: 8px;
        }

.bank-table tr.trans td {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #384872;
    padding: 2px;
}

.bank-table tr.trans1 td {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #384872;
    padding: 2px;
}

.bank-table tr.dwbox td {
    background: #384872;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

/*******Lpgin*********/
.login-page {
    width: 950px;
    display: block;
    margin: 0px auto;
    background: #00000080;
    min-height: 300px;
}

.form-layout-new {
    color: #fff;
    padding: 30px;
}

    .form-layout-new .title {
        font-size: 24px;
        font-weight: bold;
    }

.login-form-validation {
    margin-top: 25px;
}

.input-area {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
}

    .input-area label {
        font-size: 16px;
        width: 25%;
    }

.field-input {
    margin-left: 20px;
    width: 100%;
}

.login-page .form-style {
    padding: 5px 10px;
    width: 100%;
    height: 38px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 35px;
}









span.logi-text {
    margin-left: 22%;
}

.logi-text a {
    color: #ffcd00;
    text-decoration: underline;
    font-weight: bold;
}

.btn-submit {
    margin-left: 22%;
    border: none;
    background: #364670;
    padding: 10px 30px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    width: 250px;
    border-radius: 20px;
}

.area-title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
}

.area-description {
    font-size: 16px;
    margin: 10px 0px;
}

.form-layout {
    margin-top: 30px;
}

span.forgot-password-contact-support {
    font-size: 16px;
}

.form-content {
    font-size: 16px;
    margin-bottom: 30px;
}

.for-tab ul li a {
    background: #242f4d;
    font-weight: bold;
    border-radius: 0px !important;
    padding: 10px;
    width: 235px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border: none !important;
}

.for-tab ul {
    border: none;
}

    .for-tab ul li a.acitve {
        border-bottom: 1px solid #ffcd00;
    }

    .for-tab ul li a.active {
        border-bottom: 3px solid #ffcd00 !important;
        background: rgb(104,148,243);
        background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
        /* box-shadow:inset 0px 0px 5px #fff; */
        color: #fff !important;
    }

.for-tab {
    width: 949px;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 7px;
}

    .for-tab ul li {
        margin-right: 10px;
    }

.snd-ico {
    margin-right: 10px;
}

/*******Download*********/
.downloadTab {
    margin: 20px 0;
    display: flex;
}

    .downloadTab .nav-pills .nav-link {
        background: #353535;
        margin-bottom: 5px;
        height: 50px;
        color: #ffffff;
        align-items: center;
        display: flex;
        border-radius: 30px;
        justify-content: center;
    }

        .downloadTab .nav-pills .nav-link.active,
        .downloadTab .nav-pills .nav-link:hover {
            background: #242f4d;
            color: #ffffff;
            font-weight: 700;
        }

.downloadbody {
    text-align: center;
}

.downloadbox {
    text-align: center;
    width: 23%;
    margin: 0 5px;
    display: inline-block;
    height: 173px;
}

.ndl-btn {
    background: #242f4d;
    color: #f4c907;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}

    .ndl-btn:hover,
    .ndl-btn:focus {
        color: #f4c907;
        background: #242f4d;
    }

.adl-btn {
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
    background: #6989d1;
    color: #000000;
}

    .adl-btn:hover,
    .adl-btn:focus {
        background: #36466f;
        color: #f4c907;
    }

.dl {
    max-width: 500px;
    margin: auto;
}

    .dl table {
        border-collapse: collapse;
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
        border-radius: 22px;
        overflow: hidden;
    }

        .dl table th {
            text-align: center;
            padding: 16px;
            background: rgb(54,75,119);
            background: -moz-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
            background: linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#364b77",endColorstr="#293659",GradientType=1);
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 500;
        }

        .dl table td {
            text-align: left;
            padding: 8px;
            background-color: #242f4d;
            color: #ffffff;
        }

    .dl .username_custom {
        color: #ffcd00;
    }

.downloadboxContent {
    padding: 10px;
    background: #000000;
    border-radius: 20px;
}

.downloadbox img {
    height: 130px;
    margin-bottom: 7px;
}

/*******After login page**********/
.after-top {
    background: rgb(85,111,168);
    background: -moz-radial-gradient(circle, rgba(85,111,168,1) 0%, rgba(27,34,62,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(85,111,168,1) 0%, rgba(27,34,62,1) 100%);
    background: radial-gradient(circle, rgba(85,111,168,1) 0%, rgba(27,34,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#556fa8",endColorstr="#1b223e",GradientType=1);
    background-repeat: no-repeat;
    padding: 15px 0px 0px 0px;
}

.af-top-tab ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .af-top-tab ul li {
        width: 230px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .af-top-tab ul li a {
            width: 200px;
            text-align: center;
            border-bottom: 3px solid #ffcd0000;
        }

            .af-top-tab ul li a img {
                height: 30px;
                filter: brightness(0) invert(1);
            }

            .af-top-tab ul li a p {
                margin: 0px;
                color: #ffffff;
                text-transform: uppercase;
            }

            .af-top-tab ul li a.active, .af-top-tab ul li a:hover {
                background: linear-gradient(180deg, rgba(104, 148, 243, 1) 0%, rgba(73, 100, 190, 1) 100%);
            }

.wallet_bal {
    color: #cd9c41;
}

.sidepanel {
    margin: 0;
    padding: 0;
    border-bottom: none;
    display: flex;
}

.side-mn {
    background: #242f4d;
    padding: 15px;
}

.sidepanel ul {
    background: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .sidepanel ul li {
        margin-bottom: 1px;
    }

        .sidepanel ul li a {
            display: flex;
            text-align: center;
            text-decoration: none;
            font-size: 13px;
            margin: 0px;
            border-radius: 5px;
            line-height: initial;
            align-items: center;
            justify-content: left;
            padding-left: 20px;
            word-break: break-all;
            padding: 10px;
            background: none;
            color: #858585;
            box-shadow: none;
            align-items: center;
            gap: 10px;
            width: 100%;
        }

        .sidepanel ul li.active a {
            background: linear-gradient(to bottom, rgba(198, 168, 70, 1) 0%, rgba(111, 80, 13, 1) 100%);
            color: #fff;
        }

.sidepanel_icon_white {
    display: none;
}

.sidepanel ul li.active a .sidepanel_icon_white {
    display: block;
}

.sidepanel ul li.active a .sidepanel_icon_color {
    display: none;
}

.sidepanel ul li a img {
    margin-right: 5px;
}

.sidepanel_content {
    display: block;
    color: #ffffff;
    background: #32456e;
    width: 100%;
}

.sidepanel_header {
    padding: 20px;
    color: #000000;
    border-bottom: 1px solid #c4c4c4;
}

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.af-wrap {
    display: block;
    margin: 0px auto;
}

.transaction-status .card-header {
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
}

.transaction-status .card {
    border: none;
    background: #00000080;
}

.btn-link i {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.transaction-status .card-header h5 {
    position: relative;
}

.transaction-status .btn-link {
    color: #fff;
    border: none;
    background: none;
    padding: 5px 0px;
    font-weight: bold;
}

    .transaction-status .btn-link:hover {
        color: #ffcd00;
        text-decoration: none;
    }

.tranc-table tr td {
    background: #d9d9d9;
    color: #000;
    padding: 5px 10px;
    text-align: center;
}

.tranc-table tr th {
    background: #283355;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.transaction-status {
    margin-bottom: 20px;
}

.btn-wallt {
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
}

.wallt-ttl {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.btn-bln {
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    background: #00000080;
}

.bln-ttl {
    font-weight: bold;
    font-size: 18px;
}

.card.bln-box {
    border: 1px solid #212b4a;
    border-radius: 0px;
    background: none;
}

.login_bar span i {
    margin: 0px 7px;
}

.bln-box .card-header {
    background: #212b4a;
    border: 1px solid #212b4a;
    border-radius: 0px;
}

.bln-box .btn-link {
    border: none;
    background: none;
    padding: 10px 0px;
    color: #fff;
    font-weight: bold;
}

#wbln-1 .card-body {
    padding: 0px;
}

.af-tab-dwn-mn ul {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
    flex-direction: column;
}

    .af-tab-dwn-mn ul li {
        list-style: none;
        display: flex;
        align-items: center;
        width: 200px;
    }

        .af-tab-dwn-mn ul li a img {
            height: 30px;
            margin-right: 10px;
            filter: brightness(0) invert(1);
        }

.af-tab-dwn {
    background: #32456e;
    border-right: 1px solid #ffffff21;
    padding: 15px;
}

.af-tab-dwn-mn ul li a {
    /* background: #283355; */
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #ffcd0000;
    text-transform: uppercase;
    width: 100%;
}

    .af-tab-dwn-mn ul li a.active, .af-tab-dwn-mn ul li a:hover {
        background: rgb(104,148,243);
        background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
        color: #fff;
    }

.bank_select {
    display: flex;
    justify-content: left;
    width: 500px;
    font-size: 12px;
}

.bank_select_inner {
    display: flex;
    color: #ffffff;
    text-align: center;
    align-items: center;
    margin-right: 10px;
}

.bank_select_img {
    border: 1px solid #ffffff21;
    border-radius: 5px;
    padding: 0px;
    margin: 8px;
    margin-left: 0;
}

.nav-pills.afterlogin_bank .nav-link.active,
.nav-pills.afterlogin_bank .show > .nav-link {
    color: #fff;
    background-color: #ffffff00;
    background-position: 1% 56%;
    background-repeat: no-repeat;
    padding: 0;
}

.nav-pills.afterlogin_bank .nav-link {
    padding: 0;
}

    .nav-pills.afterlogin_bank .nav-link.active .bank_select_inner {
        color: #6793f2;
    }

        .nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
            border: 1px solid #6793f2;
        }

.ori_img {
    display: none;
}

.nav-pills.afterlogin_bank .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin_bank .nav-link.active .grey_img {
    display: none;
}

.af-in-content {
    width: 100%;
    padding: 15px 25px;
}

.af-all-wrap {
    background: #242f4d;
    margin: 30px 0px;
}

    .af-all-wrap h5 {
        border-bottom: 1px solid #ffffff21;
        padding: 15px 30px;
        font-weight: bold;
        color: #e8d575;
        font-size: 20px;
        margin: 0px;
    }

.form-in {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
}

.setting_text {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
}

.afterlogin {
    display: flex;
    margin-top: 15px;
}

    .afterlogin a {
        /* margin-bottom: 16px; */
        border: 1px solid #242f4d;
        background: #283355;
        /* width: 31%; */
        display: block;
        text-align: center;
        padding: 10px;
        border-radius: 8px !important;
        !i;
        !;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .afterlogin a.active {
            border: 1px solid #6793f2;
            background: #2f4067 !important;
            !i;
            !;
        }

.inputDeposit {
    height: 38px;
    padding: 5px 10px;
    background: #283355;
    border: 1px solid #6793f2;
    border-radius: 8px;
}

.afterlogin a.active i {
    color: #6793f2;
}

.depositBtn {
    border: none;
    background: #283355;
    color: #fff;
    padding: 10px;
    border: 1px solid #6793f2;
    border-radius: 8px;
}

.submit_btn {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    width: 197px;
    background: #283355;
    border-radius: 20px;
}

    .submit_btn:hover {
        background: #6691f0;
    }

.btn-all-af {
    padding-left: 10px;
}

.af-content .row {
    margin-bottom: 20px;
    align-items: center;
}

.bank_details_copy i {
    color: #ffcd00;
}

.bank_details_copy {
    font-size: 14px;
}

.form-style-m {
    height: 38px;
    padding: 5px 10px;
    width: 100%;
    height: 38px;
    padding: 5px 10px;
    background: #283355;
    border: 1px solid #6793f2;
    border-radius: 8px;
    color: #fff;
}

.form-style-lb {
    font-size: 14px;
}

.form-item {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    align-items: center;
}

.form-style-lb {
    width: 30%;
}

.af-in-content-all {
    width: 100%;
}

.btn-all-af-2 {
    display: flex;
    justify-content: flex-end;
}

.af-in-content-all h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

/*************MSG*****************/
.mail-box {
    position: relative;
    margin-right: -14px;
}

.msg-nmb {
    position: absolute;
    top: -5px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    right: 18px;
    font-size: 11px;
}

.mail-box img {
    width: 70%;
    border: 1px solid #f1d59b;
    padding: 5px 10px;
}

.mail-box2 {
    position: relative;
}

.msg-nmb2 {
    position: absolute;
    top: 5px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    padding: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    right: 7px;
    font-size: 13px;
    font-weight: bold;
}

.mail-box2 img {
    width: 100%;
    border: 1px solid #f1d59b;
    padding: 10px 10px;
    display: block;
    margin: 0px auto;
}

.in-box {
    display: flex;
}

.msg-content {
    display: block;
    width: 100%;
    border: 1px solid #00131e;
}

.bg-ttl {
    text-align: center;
    color: #ffe795;
    font-size: 22px;
    text-transform: uppercase;
}

.btn-ttl {
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 25px;
    text-align: left;
    display: inline-block;
    font-weight: bold;
}

.msg-tr {
    display: table;
    width: 100%;
    cursor: pointer;
}

.msg-td {
    display: table-cell;
}

.cl-1 {
    width: 18%;
    text-align: left;
}

.cl-2 {
    width: 30%;
}

.cl-3 {
    width: 40%;
}

.cl-4 {
    width: 10%;
    text-align: right;
}

.msg-tr a {
    width: 100%;
    display: table;
}

.msg-tr a {
    width: 100%;
    display: table;
    color: #ffffff;
    padding: 10px 0px;
    background: rgb(73 73 73 / 60%);
}

.mesg-bg {
    background: #190804 url(../images/common/msg-bg.jpg) top center no-repeat;
    padding: 0px 0px 40px 0px;
}

.msg-bg {
    border-radius: 10px;
}

.msg-ttl {
    position: relative;
    background: rgb(54,75,119);
    background: -moz-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    background: linear-gradient(180deg, rgba(54,75,119,1) 0%, rgba(41,54,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#364b77",endColorstr="#293659",GradientType=1);
}

.pt-txt {
    padding-left: 25px;
}

.trsh-ico i {
    font-size: 20px;
    color: #ffffff;
    padding-right: 20px;
}

.msg-list .msg-tr {
}

    .msg-list .msg-tr:hover {
    }

.msg-tr a:hover {
    background: #50689e;
    text-decoration: none;
}

.txt-l {
    flex: 1 0 auto;
    color: #c7c7c7;
    padding: 30px 0px;
}

.txt-info {
    display: flex;
    width: 100%;
    margin-top: 5%;
}

.page-box {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    color: #c7c7c7;
    width: 100%;
}

.pg-input input {
    width: 40px;
    height: 30px;
    border-radius: 8px;
    border: none;
    text-align: center;
}

.pg-1 {
    padding: 0px 10px;
}

.btn-left {
    height: 30px;
    padding: 0px 10px;
    border-radius: 8px 0px 0px 8px;
}

.pg-n {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.btn-right {
    height: 30px;
    padding: 0px 10px;
    border-radius: 0px 8px 8px 0px;
}

.pg-n button {
    background: #eaf2f5;
    color: #45547b;
    font-size: 14px;
}

.msg-pp {
    max-width: 580px;
    margin-top: 10%;
}

    .msg-pp .modal-content {
        border: none;
        background: #242f4d;
        min-height: 289px;
        border-radius: 9px;
        border: 1px solid #ffcd00;
    }

    .msg-pp button.close {
        color: #ffffff;
        opacity: 1;
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        font-weight: 100;
        border-radius: 8px;
    }

.msg-p-ttl {
    text-align: left;
    font-size: 18px;
    padding: 10px;
    color: #ffcd00;
    padding: 30px 15px 0px 15px;
}

.msg-pp .modal-body {
    padding: 0px;
    position: relative;
}

.msg-content-pop {
    padding: 10px 15px;
    color: #ffffff;
    display: block;
}

table.table-msg tr th {
    background: #080c38;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #01c6ff;
    color: #01c6ff;
}

table.table-msg tr td {
    background: #000;
    padding: 10px 20px;
}

span.time-l {
    padding-left: 11px;
}

.msg-in p {
    margin-bottom: 18px;
}

a.msg-saw:focus {
    text-decoration: none;
}

.msg-in .fa {
    color: #ffd040;
    font-size: 19px;
}

.msg-in {
    float: left;
    margin-right: 10px;
}



.clr-box {
    border-radius: 50px;
    border: 1px solid #fff;
    width: auto;
    height: 18px;
    display: block;
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-weight: bold;
    padding: 0 2px;
    min-width: 18px;
}

.msg-in .fa:hover {
    color: #ffffff;
}

.msg-in a {
    display: flex;
    color: #fff;
}

    .msg-in a:hover .fa {
        color: #fff;
    }

    .msg-in a:hover {
        text-decoration: none;
    }

.date-from {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .date-from span {
        margin: 0px 10px;
    }

.logout_btn {
    background: rgb(236, 218, 122);
    background: -moz-linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
    background: linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecda7a", endColorstr="#c9ab51", GradientType=1);
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    width: 110px;
    height: 30px;
    font-size: 13px;
}

.btmtools_after {
    color: #c9c6c6;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.af-detail {
    display: flex;
    align-items: center;
}

.deposit_btn {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    width: 110px;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
    border: 1px solid #95b4f4;
}

.btn-afbtn {
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
    border: 2px solid #95b4f4;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 20px;
    width: auto;
    height: 32px;
    font-size: 13px;
    margin-right: 5px !important;
    padding: 7px 15px;
    display: flex;
    align-items: center;
}

.deposit_btn a {
    color: #000000;
}

    .deposit_btn a:hover {
        color: #000000;
    }

.drop-in ul li {
    list-style: none;
    padding: 6px 10px;
}

.drop-in ul {
    margin: 0px;
    padding: 0px;
}

.af-detail {
    display: flex;
    align-items: center;
}

.user-name h4 {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    margin: 0px;
}

    .user-name h4 span {
        color: #ffffff;
        font-weight: bold;
        margin-left: 5px;
    }

.dropdown-menu {
    min-width: 260px;
    background: #ffffff;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border-radius: 8px;
    left: -17px;
    margin-top: 1px;
}

.drop-in ul li {
    display: flex;
    cursor: pointer;
}

.dropdown-menu ul li:first-child {
    margin-top: 10px;
}

.dropdown-menu ul li {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 3px 10px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.prov-name {
    margin-left: 0px;
    font-size: 13px;
    float: left;
}

.dropdown-menu ul li:hover {
    background: #ffffff85;
}

.am-prov {
    text-align: right;
    float: right;
    display: flex;
    position: relative;
    align-items: center;
}

.btn-in {
    padding: 3px 6px;
    font-size: 12px;
    background: #7ab529;
    margin-left: 8px;
    color: #fff;
    border: none;
}

.prov-out {
    margin-left: 8px;
}

.btn-out {
    padding: 3px 5px;
    font-size: 12px;
    background: #b5171d;
    color: #fff;
    border: none;
}

.am-prov .prov-in {
    width: auto;
}

.prov-am {
    font-size: 13px;
    line-height: 0px;
}

.drop-menu ul li:first-child {
    background: none;
    border: none;
    padding: 0px;
}

.drop-menu ul li a {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 0px;
}

.dropdown-menu2 {
    min-width: 115px !important;
    left: 6px;
}

.drop-menu ul li {
    padding: 0px;
}

    .drop-menu ul li a:hover {
        background: #6189e7;
        color: #000000;
    }

.drop-menu ul {
}

    .drop-menu ul li:last-child a:hover {
        border-radius: 0px 0px 6px 6px;
    }

    .drop-menu ul li:first-child a:hover {
        border-radius: 6px 6px 0px 0px;
    }

.btn-afbtn:hover {
    color: #000000;
}

.user-name {
    font-weight: bold;
    margin-right: 10px;
}

.log-group i {
    color: #ffffff;
    font-size: 20px;
}

span.msg-dot {
    height: 10px;
    width: 10px;
    background: #f00;
    display: flex;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
}

.app-banner {
    position: relative;
}

.app-dwd-label {
    margin-bottom: 16px;
}

.download-home {
    position: absolute;
    right: 0;
    top: 30%;
    left: 65%;
    text-align: center;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 450px;
}

.qr-img-wrapper {
    padding: 16px;
}

.log-group a {
    position: relative;
}

.contact_dotted {
    border-right: 1px dotted #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
    align-items: center;
    font-size: 18px;
}

    .contact_dotted img {
        height: 100px;
    }

.contact-us-header_inner {
    margin: 80px 0px;
}

.contact_dotted i {
    font-size: 101px;
}

.contact_dotted span {
    margin-bottom: 15px;
}

.contact_dotted a:hover {
    color: #ffc000;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

    .owl-nav button:focus {
        outline: none;
    }


    .owl-nav button span {
        font-size: 50px;
        line-height: 25px;
    }

.owl-nav button {
    background: none;
}

.owl-slider {
    margin-top: 20px;
    display: block;
}

/******Deposit******/
.payment-sel ul li {
    list-style: none;
    margin-right: 10px;
}

.payment-sel ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    margin-bottom: 50px;
}

    .payment-sel ul li a {
        background: #283355;
        padding: 7px 30px;
        color: #fff;
        font-size: 16px;
        border-bottom: 3px solid #ffcd00;
    }

        .payment-sel ul li a.active,
        .payment-sel ul li a:hover {
            background: rgb(104,148,243);
            background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
            background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
            border-bottom: 3px solid #ffcd00;
        }

.step-bar {
    background: url("../images/common/step-bg.png") no-repeat center top;
}

.step-in ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    align-items: center;
    margin: 0px;
}

    .step-in ul li {
        display: flex;
        align-items: center;
    }

.step-text {
    padding-left: 20px;
}

    .step-text h4 {
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        background: -webkit-linear-gradient(#ffee00, #b78327);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(2px 2px #333);
    }

.lby-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
}

    .lby-box ul li {
        list-style: none;
        width: 25%;
        position: relative;
    }

.index-info {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.in-info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px;
    padding: 0px;
    gap: 15px;
}

    .in-info ul li {
        list-style: none;
    }

        .in-info ul li a {
            display: block;
            position: relative;
        }

.embed-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    height: 100%;
}

    .embed-container iframe {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        padding: 8px;
    }

.rebate-in {
}

.referral_qr img {
    display: block;
    margin: 0px auto;
    height: 115px;
}

.rabate-date {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.referral_qr {
    margin-top: 26px;
}

.rabate-date .form-group {
    margin: 0px 4px;
}

.btn-check {
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
    color: #000000;
    border-radius: 50px;
    padding: 4px 20px;
    border: none;
}

.af-table tr th {
    background: #283355;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #668da7;
}

.af-table tr td {
    padding: 5px 10px;
    border: 1px solid #668da7;
    text-align: center;
    color: #fff;
}

.privatemsgTable {
    margin-top: 30px;
}

.table-detail tr th {
    background: linear-gradient(to bottom, rgba(197, 156, 84, 1) 0%, rgba(105, 72, 14, 1) 100%);
    padding: 7px;
    text-align: center;
    border: 1px solid #856123;
}

.table-detail tr td {
    text-align: center;
    border: 1px solid #856123;
    padding: 5px;
}

table.table-detail {
    width: 500px;
    margin: 0px auto;
}

.inx-prod {
    display: flex;
    justify-content: space-between;
}

    .inx-prod ul li img {
        height: 210px;
    }

.depositTitle {
    color: #fff;
}

.upload-file {
    display: flex;
    gap: 10px;
}

.btn-file {
    background: rgb(236, 218, 122);
    background: -moz-linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
    background: linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecda7a", endColorstr="#c9ab51", GradientType=1);
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    height: 37px;
    font-size: 13px;
    padding: 0px 10px;
}

.rabate-date input.form-control {
    margin: 0px;
    height: 38px;
    padding: 5px 10px;
    background: #283355;
    border: 1px solid #6793f2;
    border-radius: 8px;
    color: #fff;
}

.rabate-date .form-control {
    border-radius: 5px;
}

.rabate-date.input-group-append button {
    border: none;
}

button.btn-dt {
    border: none;
    height: 38px;
    padding: 5px 10px;
    background: #283355;
    border: 1px solid #6793f2;
    /* border-radius: 8px; */
    color: #fff;
}

.main-wallet {
    padding: 0px;
}

.main-wallet {
    text-align: center;
    color: #000;
    background: #000;
}

    .main-wallet:hover {
        background: #000;
        color: #ffe895;
    }

.prov-name {
    margin-left: 0px;
    font-size: 13px;
    float: left;
    padding-top: 3px;
    font-weight: bold;
    width: 50%;
    text-align: left;
    background: #232323;
    padding: 5px;
    border-right: 1px solid #6087e5;
}

.am-prov {
    float: right;
    display: flex;
    position: relative;
    width: 50%;
    text-align: center;
    justify-content: center;
}

.btn-in {
    padding: 5px 0px;
    font-size: 12px;
    color: #3d8f5a;
    margin-left: 8px;
    border: none;
    background: none;
}

.prov-out {
    margin-left: 8px;
}

.btn-out {
    padding: 5px 0px;
    font-size: 12px;
    color: #ec4e4e;
    border: none;
    background: none;
}

.am-prov .prov-in {
    width: auto;
    color: #fff;
}

.prov-am {
    font-size: 13px;
    line-height: 0px;
    width: 50%;
}

.main-wallet ul li:hover {
    background: #ffffff29;
}

.main-wallet ul li:first-child {
    border-bottom: 1px solid #6087e5;
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
    color: #fff;
    padding: 5px;
    border: none;
}

.main-wallet ul li {
    display: flex;
    list-style: none;
    width: 100%;
    cursor: pointer;
    border-top: 1px solid #6087e5;
    border-bottom: none;
}

.main-wallet ul {
    margin: 0px;
    padding: 0px;
    color: #fff;
    border: 1px solid #6087e5;
}

.modal-bln .modal-body {
    padding: 0px;
}

.close-X {
    text-align: center;
    display: block;
    width: 100%;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.btn-vefy {
    background: #3f4579;
    padding: 14px;
    color: #fff;
    font-size: 10px;
}

.modal-bln {
    margin: 0px;
}

#balance-modal .close-x {
    position: absolute;
    right: -13px;
    top: -15px;
    z-index: 10;
    border: 1px solid #6087e5;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
}

.main-wallet ul li:first-child .prov-name {
    background: none;
    border: none;
}

.main-wallet ul li:first-child .am-prov {
    align-items: center;
    display: flex;
    align-items: center;
}

.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #0000009c;
    padding: 30px;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 20px;
}

.blog-title-box {
    background: transparent;
    padding: 5px;
}

    .blog-title-box i {
        font-size: 28px;
        color: #ffcd00;
        margin-left: 10px;
        margin-right: 10px;
    }

.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

    .blog-boxer h4 {
        color: #ffffff;
        font-weight: 600;
        font-size: 26px;
    }

.blog-time-title {
    color: #f7ffc3;
}

    .blog-time-title p i {
        margin-right: 10px;
    }

.blog-content {
    color: #cacaca;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 37%;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    color: #000000;
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
    /* box-shadow:inset 0px 0px 5px #fff; */
    justify-content: center;
}

    .blog-boxer .moreinfo_btn:hover {
        color: #000000;
        background: #35446d;
    }

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-boxer .moreinfo_btn i {
    background: transparent;
    color: #efce4d;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 5px;
}

.seperate-line {
    height: 5px;
    width: 100%;
    margin: 0 auto;
    background: #edca48;
    border-radius: 10px;
}

.blog-content p {
    font-weight: 700;
}

.blg-content {
    padding: 10px;
}

.btn-logo img:hover {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.btn-logo img {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.lby-box ul li img:hover {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.lby-box ul li img {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.in-info ul li img {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

    .in-info ul li img:hover {
        transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.bnr-indx img {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

    .bnr-indx img:hover {
        transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.pm-boxer img:hover {
    /* filter: drop-shadow(2px 4px 6px #10b7f3); */
}

.m-desktop-show {
    display: block;
}

.m-mobile-show {
    display: none;
}

.btn-plynow {
    color: #ffffff;
    position: absolute;
    bottom: 13%;
    left: 10%;
    padding: 5px 20px;
    border-radius: 15px;
    /* font-weight:bold; */
    text-transform: uppercase;
    -webkit-transition: all .6s ease-in-out;
    background: rgb(107,150,242);
    background: -moz-linear-gradient(180deg, rgba(107,150,242,1) 0%, rgba(81,112,201,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(107,150,242,1) 0%, rgba(81,112,201,1) 100%);
    background: linear-gradient(180deg, rgba(107,150,242,1) 0%, rgba(81,112,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b96f2",endColorstr="#5170c9",GradientType=1);
    text-shadow: 1px 1px 2px #00000082;
    font-weight: 700;
    border: 2px solid #84b0f4;
    /* box-shadow: inset 0px 0px 5px 1px #fff; */
}

    .btn-plynow:hover {
        color: #ffffff;
        font-weight: 500;
    }

.btn-logo .btn-plynow {
    left: 6%;
    font-size: 20px;
}

.lby-box ul li:hover .btn-plynow {
    -webkit-transition: all .6s ease-in-out;
    transform: scale(1.1);
}

.bg-event {
    background: #0000003d;
    margin-bottom: 30px;
    padding: 30px;
    margin-top: 30px;
}

.indx-6 ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .indx-6 ul li {
        margin-bottom: 15px;
        position: relative;
    }

.bnr-indx2 {
    position: relative;
}

.btn-plynow2 {
    background: linear-gradient(to bottom, rgba(99, 0, 0, 1) 0%, rgba(198, 0, 0, 1) 51%, rgba(123, 0, 0, 1) 100%);
    padding: 5px 10px;
    border-radius: 30px;
    box-shadow: 1px 1px 1px #000;
    position: absolute;
    width: 110px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    right: 30px;
    bottom: 25px;
    -webkit-transition: all .6s ease-in-out;
}

    .btn-plynow2:hover {
        background: linear-gradient(to bottom, rgba(123, 0, 0, 1) 0%, rgba(198, 0, 0, 1) 49%, rgba(99, 0, 0, 1) 100%);
        color: #fff;
        transform: scale(1.1);
    }

.bnr-indx:hover .btn-plynow {
    transform: scale(1.1);
}


.tour-bg {
    background: url("../images/common/tournament/bg.jpg") no-repeat center top;
}

.top-tour {
    display: flex;
    margin: 0px auto;
    justify-content: center;
}

.tour-ttl {
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    text-shadow: -3px 4px 20px #124895, -3px 4px 20px #124895, -3px 4px 20px #124895;
    margin: 20px 0px;
}

.tour-all {
    display: flex;
    justify-content: space-between;
}

.tnr-1 {
    position: relative;
    width: 500px;
    height: 515px;
}

.tour-1 {
    background: url("../images/common/tournament/base-min.png") no-repeat center top;
    width: 358px;
    height: 479px;
    margin-top: 100px;
    background-size: contain;
    order: 1;
}

.tour-3 {
    background: url(../images/common/tournament/base-min.png) no-repeat center top;
    width: 358px;
    height: 469px;
    margin-top: 100px;
    padding: 20px;
    order: 3;
}

img.trn-1 {
    position: absolute;
    width: 529px;
}

img.trn-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 37%;
    width: 20%;
}

.tour-2 {
    width: 500px;
    position: relative;
}

img.trn-1 {
    position: absolute;
    width: 529px;
    z-index: 1;
}

img.trn-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 37%;
    width: 20%;
}

.tour-2 {
    width: 500px;
    position: relative;
    order: 2;
}

.ttl-spin {
    background: -webkit-linear-gradient(#ffee00, #b78327);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px #333);
    font-size: 29px;
    text-align: center;
    font-weight: bold;
}

.tourin-1 {
    padding: 20px;
}

.box-spin {
    background: #252525;
    box-shadow: inset 0px 0px 8px 0px #000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
}

.ttl-spin2 {
    background: -webkit-linear-gradient(#ffee00, #b78327);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px #333);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.ttl-spin-bg {
    background: -webkit-linear-gradient(#ffee00, #b78327);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px #333);
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}

select.btn-tour {
    background: none;
    border: none;
    color: #fff;
    text-align: center;
}

.btn-trn {
    background: linear-gradient(to bottom, rgba(26, 76, 176, 1) 0%, rgba(18, 47, 94, 1) 100%);
    border: 1px solid #2d71f2;
    color: #fff;
    text-shadow: 1px 1px 5px #abcae8;
    padding: 14px 30px;
    border-radius: 30px;
    margin: 0px auto;
    display: block;
    font-size: 20px;
}



.esport-bg {
    position: relative;
    background: url("../images/common/esp_bg.jpg")top center no-repeat;
}

.cock-bg {
    position: relative;
    background: url("../images/common/cf_bg.jpg")top center no-repeat;
}

.virtual-bg {
    position: relative;
    background: url("../images/common/virtual_bg.jpg")top center no-repeat;
}

.al-btn {
    height: 500px;
    position: relative;
}

.in-btn {
    position: absolute;
    right: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .in-btn .btn-ply {
        font-size: 26px;
        width: 300px;
    }





.btn-trn:hover {
    background: linear-gradient(to bottom, rgba(18, 47, 94, 1) 0%, rgba(26, 76, 176, 1) 100%);
}

select.btn-tour option {
    background: #252525;
}

.table-winn tr th {
    background: -webkit-linear-gradient(#ffee00, #b78327);
    padding: 8px;
    text-align: center;
    color: #000;
}

.table-winn table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    background: #252525;
    margin-top: 10px;
}

img.img-girl {
    position: absolute;
    bottom: -65px;
    height: 343px;
    right: -115px;
    z-index: 2;
}

.tour-wrap {
    margin-bottom: 4.9%;
}

.table-winn tr td {
    padding: 8px;
    text-align: center;
}

img.trn-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 10%;
    width: 79%;
}




.slots-sec {
    padding: 30px 0 45px;
}

ul.nav.provider-menu {
    display: flex;
    align-items: flex-end;
    text-align: center;
    background: #353638;
}

    ul.nav.provider-menu li {
        width: 120px;
        font-size: 11px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

        ul.nav.provider-menu li a {
            padding: 15px 10px;
            display: block;
            color: #ffffff;
        }

            ul.nav.provider-menu li a img {
                margin-bottom: 5px
            }

        ul.nav.provider-menu li.active,
        ul.nav.provider-menu li:hover {
            background: #8925f4;
        }

            ul.nav.provider-menu li.active a,
            ul.nav.provider-menu li:hover a {
                color: #ffffff;
            }

            ul.nav.provider-menu li.active img,
            ul.nav.provider-menu li:hover img {
            }

ul.nav.filter-list {
    background: #0f0f0f;
    margin-top: 8px;
}

    ul.nav.filter-list li {
        min-width: 120px;
        text-align: center;
    }

        ul.nav.filter-list li a {
            color: #ffffff;
            display: block;
            padding: 8px 2px;
            text-transform: uppercase;
            font-size: 13px;
        }

        ul.nav.filter-list li.active a,
        ul.nav.filter-list li:hover a {
            color: #fff;
            background: #8925f4;
        }

.thumbnail-slots {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    padding: 15px 0;
}

.flex-column {
    flex-direction: inherit !important;
}

.swiper-wrapper .nav {
    display: initial;
}

.swiper-wrapper.nav {
    display: flex;
    flex-wrap: inherit !important;
}

.swiper-slide.active img {
    filter: brightness(0) invert(1);
    /* box-shadow: 0px 0px 4px 2px #96c621; */
}

.thumbnail-slots p {
    text-align: center;
    padding: 10px 0px;
}

.swiper-slide img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    padding: 10px 0px;
    padding-bottom: 30px;
}

.swiper-slide {
    text-align: center;
    cursor: pointer;
}

.swiper {
    width: 100%;
    padding: 0px;
    /* background: #012136; */
    border: 1px solid #0f9fdc;
}

.swiper-button-prev {
    left: 0px;
    background: #012f4d;
    position: absolute;
    top: 22%;
    width: 35px;
    height: 100px;
    color: #ffffff;
    padding: 10px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
    font-weight: bold;
}

.swiper-button-next {
    right: 0px;
    background: #012f4d;
    position: absolute;
    top: 22%;
    width: 35px;
    height: 100px;
    color: #ffffff;
    padding: 10px;
}

.swiper-slide p {
    font-weight: bold;
    position: absolute;
    color: #fff;
    bottom: 5px;
    width: 100%;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

.slot-lb .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* border-top: 1px solid #0f9fdc; */
    border-bottom: 1px solid #0f9fdc;
}

.swiper-slide.active {
    background: #0f9fdc;
}

.provider-menu-wrap {
    max-width: 1140px;
    margin: 0px auto;
}

.swiper-slide:hover img,
.swiper-slide.active img {
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.search-bar {
    background: #012136;
    margin: 0px 0px 0px 0px;
    padding: 10px;
}

.search-in {
    display: flex;
    position: relative;
}

input.input-search {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #012f4d;
    border: none;
    color: #0f9fdc;
}

.ico-search {
    position: absolute;
    right: 15px;
    top: 10px;
}

.swiper-slide:nth-child(n+13) {
    border-bottom: none;
}


.bln-ico {
    color: #f0ce62;
}



.form-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #a60417;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
    background: #210609;
}

.inp-txt {
    width: 210px;
    padding-left: 15px;
}

.inp-box input {
    margin: 0px;
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    color: #fff;
}

.inp-box {
    width: 100%;
    display: flex;
}

.reg-box img {
    margin-bottom: 10px;
}

.reg-box2 {
    margin: 20px 0px;
    position: relative;
}

.btn-sub {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

    .btn-sub .jms-link {
        height: 38px;
        font-size: 16px;
    }

.wrap-reg {
    margin-top: 25px;
    position: relative;
    min-height: 420px;
}

select.form-nm {
    background: #210609;
    color: #fff;
    border: none;
    padding: 0px 0px;
    margin-right: 10px;
    width: 30%;
}

    select.form-nm:focus {
        border: none;
        outline: none;
    }

.reg-step ul li:hover .ttl-reg,
.reg-step ul li.active .ttl-reg {
    color: #000;
}

.reg-step ul li:hover .ttl-nm,
.reg-step ul li.active .ttl-nm {
    color: #000 !important;
}

.jms-link {
    border: none;
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff !important;
    transition: 400ms;
    font-weight: bold;
    background: #35446d;
}

    .jms-link:hover {
        color: #000000;
        outline: none;
        transform: scale(0.97);
    }

.value.tel-num {
    display: flex;
    gap: 10px;
}

input.tel-input {
    margin-left: 15px;
}

.phone-verify {
    max-width: 300px;
    margin: auto;
    /* background:#464646; */
    padding-top: 50px;
}

input.num-verify {
    height: 45px;
    width: 45px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cacaca;
    border-radius: 5px;
}

.code-field {
    text-align: center;
}

.field-label {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
}

.code-issue {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.congrazt-title {
    font-size: 24px;
    font-weight: 800;
}

.congrazt-title-2 {
    font-size: 18px;
    font-weight: 700;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #a6041e;
    padding: 10px 0;
}

.reg-contact {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: flex;
    bottom: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

button.btn-wha {
    background: linear-gradient(to bottom, rgba(169, 211, 32, 1) 0%, rgba(56, 131, 18, 1) 100%);
    /* box-shadow: inset 0px 0px 5px #fff; */
}

button.btn-tel {
    background: #c22323;
    /* box-shadow: inset 0px 0px 5px #fff; */
}

.in-contact button {
    width: 150px;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-contact {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

    .in-contact button i {
        margin-right: 12px;
    }

button.jms-link2 {
    background: #242f4d;
    border: none;
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff !important;
    transition: 400ms;
    font-weight: bold;
}

.jms-link2:hover {
    color: #000000;
    outline: none;
    transform: scale(0.97);
}

.reg-contact {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: flex;
    bottom: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

button.btn-wha {
    background: linear-gradient(to bottom, rgba(169, 211, 32, 1) 0%, rgba(56, 131, 18, 1) 100%);
}

button.btn-tel {
    background: #269fdd;
}

.in-contact button {
    width: 150px;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-contact {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

    .in-contact button i {
        margin-right: 12px;
    }


button.jms-link2 {
    background: #242f4d;
    border: none;
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 50px;
    color: #f4c907 !important;
    transition: 400ms;
    font-weight: bold;
}

.jms-link2:hover {
    color: #000000;
    outline: none;
    transform: scale(0.97);
}

.reg-f-wrap h5 {
    color: #ffcd00;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
}

.reg-f-wrap p {
    text-align: center;
    font-size: 22px;
    margin: 0px;
}

.btn-reg-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.btn-claim {
    border: none;
    background: #36466f;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
}

.reg-contact {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: flex;
    bottom: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

button.btn-wha {
    background: #6bc069;
}

















@media (max-width:991px) {
    .container {
        width: 100%;
    }



    .provider-menu-wrap {
        width: 100%;
        position: relative;
        /* margin-top: 10px; */
    }

    .thumbnail-slots {
        grid-template-columns: repeat(3, 1fr);
        padding: 0px;
    }

    .swiper-slide {
    }

        .swiper-slide p {
            font-size: 8px;
            position: absolute;
            bottom: 5px;
        }
}




.download_inn {
    display: flex;
    justify-content: space-between;
    background: #232c4c;
    border-radius: 3px;
    margin: 10px 0px;
    align-items: center;
}

.refer-in {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    gap: 20px;
}

.close_banner {
    font-size: 32px;
    line-height: 1;
    border: none;
    background-color: unset !important;
    color: #ffffff;
    margin-right: 15px;
    cursor: pointer;
}

.refer-in .dropdown {
    display: flex;
    background-color: #4f679d;
    height: 100%;
    width: 18%;
    border-radius: 4px;
    border: dashed 2px #aaaead;
    padding: 5px 12px;
    min-width: 280px;
    margin-left: 1%;
    align-items: center;
}

.btn-afbtni {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border: none;
    text-align: center;
    background: none !important;
}

.refer-txt p {
    margin: 0px;
    width: 100%;
    font-weight: bold;
}

.share-ico {
    /* border: 2px solid #000000; */
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
}

.use-name {
    color: #000000;
    font-weight: bold;
}

.drop-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p.txt-g {
    color: #95b4f4;
}

.ico-share img {
    width: 35px !important;
    !i;
    !;
    height: 35px !important;
    !i;
    !;
    margin-right: 10px;
}

.drop-menu ul li {
    /* padding:5px 20px; */
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

    .drop-menu ul li:hover {
        background: #b7c4eb;
    }

    .drop-menu ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px 5px;
        color: #2e3b61;
    }

button.refer-btn {
    background: linear-gradient(to bottom, #0062c9 0%, #003679 102%);
    color: #fff;
    border: none;
    padding: 10px 20px;
    display: flex;
    margin: 10px auto;
    text-transform: uppercase;
    margin-top: 25px;
    border-radius: 10px;
    font-weight: bold;
}

.rfbox {
    padding-top: 50px;
}

.refer-md h5 {
    text-align: center;
    font-size: 28px;
}

.btn-fr {
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 10%;
    background: #ddd !important;
    opacity: 1;
    padding: 10px 20px !important;
    border-radius: 10px;
}

.refer-md {
    display: flex;
    flex-direction: column;
    color: #000;
}

.dropdown.refer-btn {
    background: beige;
    border: none;
    text-align: center;
    background: rgb(104,148,243);
    background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
    color: #000000;
    padding: 10px 20px;
    display: flex;
    margin: 10px auto;
    text-transform: uppercase;
    margin-top: 25px;
    border-radius: 10px;
    font-weight: bold;
    justify-content: center;
    position: relative;
    max-width: 200px;
}

.refer-btn .ico-share img {
    height: 19px;
}

.refer-btn .dropdown-menu2 {
    transform: translate3d(0px, 38px, 0px) !important;
    position: absolute !important;
    top: 0px !important;
}

.dropdown.refer-btn a:hover {
    color: #fff;
}

.slot-lb .swiper-wrapper.nav {
    flex-wrap: wrap !important;
}

.slot-lb .swiper-button-next,
.slot-lb .swiper-button-prev {
    display: none !important;
}

.main-nav li.nav-item a:hover img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(51%) saturate(2737%) hue-rotate(360deg) brightness(103%) contrast(103%);
}


.downloadTab .flex-column {
    flex-direction: column !important;
}





.reg-bg {
    background: #030f1f url("../images/common/login page.jpg") top center no-repeat;
}

.reg-af {
    overflow: hidden;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

html {
    height: 100%;
}















@media (max-width:1146px) {

    .tour-all {
        flex-direction: column;
    }

    img.trn-1 {
        width: 100%;
    }


    .tnr-1 {
        max-width: 500px;
        width: 100%;
        margin: 0px auto;
        min-height: 512px;
        height: auto;
        display: flex;
        align-items: center;
    }




    img.img-girl {
        position: relative;
        right: 0px;
        display: none;
    }

    .tour-ttl {
        font-size: 9vw;
    }

    .tour-1 {
        order: 2;
        margin: 0px auto;
        margin-top: 16px;
    }



    .tour-2 {
        max-width: 500px;
        width: 100%;
        margin: 0px auto;
    }

    .tour-3 {
        margin: 0px auto;
    }

    .download-home {
        position: absolute;
        right: 0;
        top: 15%;
        left: 65%;
        max-width: 450px;
    }
}





@media (max-width:1023.5px) {


    .btn-afbtn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .share-ico {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .login_btn {
        width: auto;
        padding: 5px 10px;
        font-size: 12px;
    }

    .lang-box.languageToggle {
        padding-right: 20px;
    }

    .login_bar .lang-box.languageToggle {
        display: none;
    }

    button.join_btn {
        width: auto;
        padding: 5px 10px;
    }

    .log-group {
        display: none;
    }

    .btmtools {
        display: none;
    }

    .slider-wrap {
        margin-top: 56px;
    }

    .indx-2 {
        display: none;
    }

    .indx-3 {
        display: none;
    }

    .indx-5 {
    }

    /*********************************** swipe-box ***************************************/
    .owl-slider {
        display: none;
    }

    .mobile-box {
        display: block;
    }

    .swipe-box {
        max-width: 1024px;
        margin: 0 auto;
        overflow: hidden
    }

    .swipe-list {
        list-style: none;
        margin: 0;
        padding: 0 0 15px 0;
        overflow: auto;
        white-space: nowrap;
    }

        .swipe-list li {
            vertical-align: top;
            margin-right: 5px;
            display: inline-block;
        }

            .swipe-list li:first-child {
            }

            .swipe-list li a {
                overflow: hidden;
                display: block;
                margin-bottom: 8px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
            }

                .swipe-list li a img {
                    width: 100%
                }

            .swipe-list li h5 {
                font-size: 13px;
                color: #fff;
                margin-top: 0;
                margin-bottom: 0;
                white-space: normal
            }

            .swipe-list li p {
                margin-bottom: 0;
                font-size: 12px;
                color: #ffffff;
                padding-top: 10px;
                line-height: 20px;
                text-align: center;
            }

        .swipe-list.swipe-list-slots li {
            width: auto;
        }

            .swipe-list.swipe-list-slots li a {
                width: 265px;
            }

        .swipe-list.swipe-list-slots h5 {
            max-width: 88px
        }

        .swipe-list.swipe-list-casino li {
            width: 104px
        }

            .swipe-list.swipe-list-casino li a {
                max-width: 104px;
                height: 116px
            }

        .swipe-list.swipe-list-casino h5 {
            max-width: 104px
        }

        .swipe-list.swipe-list-promos li a {
            max-width: 256px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0
        }

        .swipe-list.swipe-list-promos h5 {
            font-size: 0.875rem;
            max-width: 256px;
            margin-bottom: 0
        }

    #canvas {
        margin-bottom: 80px;
        margin-top: 15px;
    }

    .game-rows ul li a p {
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        line-height: 15px;
    }

    .slot-thuim {
        margin: 0px !important;
    }

        .slot-thuim li a {
            width: 115px !important;
        }

    .tr-btn {
        display: block;
    }

        .tr-btn .button3d {
            height: 40px;
        }

        .tr-btn ul {
            grid-template-columns: repeat(3, 1fr);
        }

    .button3d-container {
        padding: 5px 14px;
        background-color: #050720;
        display: flex;
    }

    .prov-img ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 10px;
    }

    .inx-bnr img {
        display: block;
        margin: 0px auto;
    }

    .inx-bnr {
        margin-bottom: 0;
    }

    .desktop-show {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }

    .inx-bnr-btn {
        right: 7%;
    }

    /********Mobile side menu*********/
    .icon-home {
        background: url("../images/common/mobile/slide menu icons/icon-home.svg") !important;
    }

    .icon-register {
        background: url("../images/common/mobile/slide menu icons/icon-join.svg") !important;
    }

    .icon-login {
        background: url("../images/common/mobile/slide menu icons/icon-login.svg") !important;
    }

    .icon-sports {
        background: url("../images/common/mobile/slide menu icons/icon-sports.svg") !important;
    }

    .icon-livecasino {
        background: url("../images/common/mobile/slide menu icons/icon-casino.svg") !important;
    }

    .icon-games {
        background: url("../images/common/mobile/slide menu icons/icon-slots.svg") !important;
        height: 25px;
        width: 25px;
    }

    .icon-fish {
        background: url("../images/common/mobile/slide menu icons/icon-fish.svg") !important;
        height: 25px;
        width: 25px;
    }

    .icon-lotto {
        background: url("../images/common/mobile/slide menu icons/icon-lotto.svg") !important;
        height: 25px;
        width: 25px;
    }

    .icon-other {
        background: url("../images/common/mobile/slide menu icons/icon-others.svg") !important;
        height: 25px;
        width: 25px;
    }

    .icon-download {
        background: url("../images/common/mobile/slide menu icons/icon-download.svg") !important;
    }

    .icon-contactus {
        background: url("../images/common/mobile/slide menu icons/icon-contact.svg") !important;
    }

    .icon-helpcenter {
        background: url("../images/common/mobile/slide menu icons/icon-help.svg") !important;
    }

    .icon-promotions {
        background: url("../images/common/mobile/slide menu icons/icon-promo.svg") !important;
    }

    .icon-tour {
        background: url("../images/common/mobile/slide menu icons/icon-tour.svg") !important;
        height: 25px;
        width: 25px;
    }

    .icon-event {
        background: url("../images/common/mobile/slide menu icons/icon-event.svg") !important;
        height: 25px;
        width: 25px;
        filter: brightness(0) invert(1);
    }

    .icon-sv {
        background: url("../images/common/mobile/slide menu icons/icon-711.svg") !important;
        height: 25px;
        width: 25px;
        filter: brightness(0) invert(1);
    }

    .icon-poker {
        background: url("../images/common/mobile/slide menu icons/icon-poker.svg") !important;
        height: 25px;
        width: 25px;
        filter: brightness(0) invert(1);
    }

    .icon-esports {
        background: url("../images/common/mobile/slide menu icons/icon-esport.svg") !important;
        height: 25px;
        width: 25px;
    }

    .icon-cock {
        background: url("../images/common/mobile/icon-cock.png") !important;
        height: 25px;
        width: 25px;
        background-size: 100% 100% !important;
        filter: brightness(0) invert(1);
    }

    .icon-virtual {
        background: url("../images/common/mobile/icon-vsport.png") !important;
        height: 25px;
        width: 25px;
        background-size: 100% 100% !important;
        filter: brightness(0) invert(1);
    }

    .icon-rebates {
        background: url("../images/common/icon-rebate.svg") !important;
        height: 25px;
        width: 25px;
        filter: brightness(0) invert(1);
    }

    .layout-side-menu .side-menu-elements .side-menu-element .side-menu-icon .icon-side-menu {
        background: url("../images/common/icon-menu-af.svg") no-repeat;
    }

    .side-menu-icon label {
        margin: 0px;
    }

    .menu-tab {
        background: #384472;
        display: block;
    }

    .inc-item-res .indx-3 {
        display: block;
    }

    .hm-content .menu-tab {
        margin-top: 56px;
    }

    .esport-bg {
        background-position-x: 37%;
    }

    .fish-bg {
        background-position-x: 40%;
    }

    .in-btn {
        bottom: 5%;
        left: 0px;
    }

    .btn-logo img {
        height: 220px;
        margin-bottom: 10px;
    }

    .in-btn .btn-ply {
        font-size: 18px;
        width: 200px;
    }

    .lotto-bg {
        background-position-x: 44%;
    }

    .filter-menu-bar {
        grid-template-columns: repeat(3, 1fr);
        vertical-align: middle;
        text-align: center;
    }

    .pmbox {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 5px 0px;
        font-size: 10px;
        margin: 0px;
    }

    .promo-content {
        display: grid;
        grid-gap: 0px;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px 35px;
    }

    .about-sec-in {
        padding-top: 65px;
    }

    .login-page {
        width: 100%;
        margin-top: 56px;
    }

    .for-tab {
        width: 100%;
        margin-top: 62px;
    }

        .for-tab ul li a {
            width: 100%;
            font-size: 14px;
        }

        .for-tab ul {
            display: flex;
            justify-content: center;
        }

    .for-wrap {
        margin: 0px;
    }

    span.app-ico img {
        height: 20px;
        margin-right: 10px;
    }

    .ios-img {
        filter: brightness(0.5) invert(1);
    }

    table.access-table tr td {
        background: #000;
        padding: 5px 10px;
        font-size: 12px;
        border: 1px solid #283355;
    }

    .access-info-wrapper {
        margin-top: 10px;
    }

    .downloand-img .inc-item-res .indx-3 ul li {
        margin: 0px;
    }

    .downloand-img {
        margin-top: 56px;
    }

    .transaction-status {
        display: none;
    }

    .sidepanel {
        /* display: none; */
        flex-direction: column;
    }

    .sidepanel_content {
        margin: 0px;
    }

    .container-fluid {
        max-width: 100%;
    }

    .af-in-content-all row {
        display: flex;
        flex-direction: column;
    }

    .col-4,
    .col-8,
    .col-3,
    .col-9 {
        width: 100%;
        max-width: 100%;
    }

    .af-in-content-all .row {
        display: flex;
        flex-direction: column;
    }

    .af-in-content-all {
        width: 100%;
    }

    .af-tab-dwn-mn ul li a {
        display: flex;
        flex-direction: column;
    }

    .af-wrap {
        width: 100%;
    }

    .af-top-tab ul li a {
        width: auto;
    }

    .af-top-tab ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .side-mn {
        padding: 15px;
        display: none;
    }

    .af-all-wrap {
        margin: 0px;
    }

    .af-top-tab ul li {
        width: auto;
    }

    .af-tab-dwn {
        padding: 15px;
        border-bottom: 1px solid #95b4f4;
    }

    .amt-qr {
        flex-direction: column;
    }

    .qr-area {
        width: 100%;
    }

    .qr-info {
        width: 100% !important;
        !i;
        !;
    }

    .afterlogin {
        gap: 10px;
    }

    .af-in-content {
        padding: 15px;
    }

    section.afterlogin_bg {
        margin-top: 63px;
    }

    .after-top {
        display: none;
    }

    .af-tab-dwn-mn ul li {
        margin: 0px;
        width: auto;
    }

    .af-tab-dwn-mn ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

        .af-tab-dwn-mn ul li a {
            padding: 10px 0px;
            width: 100%;
            font-size: 11px;
            text-align: center;
            flex-direction: row;
            justify-content: center;
        }

    .bank_select {
        width: 100%;
    }

    .setting_text {
        margin-bottom: 15px;
    }

    .depositBtn {
        width: 25%;
    }

    .form-style-m {
        height: 38px;
        padding: 5px 10px;
    }

    .form-style-lb {
        font-size: 16px;
        width: 100%;
    }

    .form-item {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-all-af {
        padding: 0px;
    }

    .btn-all-af-2 {
        width: 100%;
        display: block;
    }


    .submit_btn {
        width: 100%;
    }

    .af-tab-dwn-mn ul li a img {
        margin: 0px;
    }

    .user-name {
        display: none;
    }

    .deposit_btn {
        display: none;
    }

    .logout_btn {
        display: none;
    }

    .btmtools_after {
        display: none;
    }

    #menu-side .card {
        border: none;
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        background: #000;
        border: none;
        padding: 0px;
        position: relative;
    }

    .card-header.hide-ico:after {
        display: none;
    }

    .accordion .card-header:after {
        font-family: 'FontAwesome';
        content: "\f077";
        position: absolute;
        right: 9%;
        top: 30%;
    }

    .accordion .card-header.collapsed:after {
        content: "\f078";
    }

    .menu-sd .card-header {
    }

    .menu-sd .side-menu-icon .icon-wallet {
        height: 25px;
        width: 25px;
    }

    .menu-sd .card-title {
        display: flex;
        position: relative;
        align-items: center;
        padding: 10px;
        margin: 0px;
        padding-left: 25px;
        font-size: 16px;
    }

    .card-header.no-icon:after {
        display: none !important;
    }

    .icon-wallet {
        background: url("../images/common/icon-cashier-white.svg");
    }

    .icon-history {
        background: url("../images/common/mobile/slide menu icons/icon-history.svg");
        height: 25px;
        width: 25px;
    }

    .icon-profile {
        background: url("../images/common/icon-profile-white.svg");
        height: 25px;
        width: 25px;
    }

    .menu-sd .side-menu-icon {
        padding-right: 8px;
    }

    .menu-sd .card-body {
        background: #000;
    }

    .menu-sd .side-menu-icon {
        padding-right: 8px;
    }

    .menu-sd .card-body {
        background: #000;
        padding: 5px;
    }

    .drop-mn ul li a {
        padding: 7px 0px;
        display: flex;
        font-size: 16px;
    }

    .drop-mn ul li {
        list-style: none;
    }

    .user-dtl {
        padding-left: 25px;
    }

    .user-nm {
        font-size: 16px;
    }

    span.usernm {
        color: #ffcd00;
    }

    .inc-item-all {
        padding: 15px;
    }

    .contact_dotted {
        border-right: none;
        flex-direction: row;
        justify-content: flex-start;
        width: auto;
        border-bottom: 1px dotted #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
    }

    .contact-us-header_inner {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contact_dotted img {
        height: 51px;
    }

    span.img-cont {
        margin: 0px;
        margin-right: 20px;
    }

    .contact_dotted i {
        font-size: 55px;
        margin-right: 20px;
    }

    .contact_dotted span {
        margin-bottom: 0px;
    }

    .index-info {
        flex-direction: column;
    }

    .in-info ul {
        gap: 10px;
    }

    .lby-box ul {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }

        .lby-box ul li {
            width: 100%;
        }

    .step-bar {
        background: #0167a5;
    }

    .al-btn {
        height: 270px;
    }

    .btn-logo {
        padding: 13px;
    }

    #filter-box {
        padding: 10px;
    }

    .login_bar span i {
        display: none;
    }

    .blog-boxer {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .blog-wrapper {
        margin-top: 56px;
    }

    .btn-plynow {
        padding: 2px 8px;
        font-size: 10px !important;
        bottom: 10%;
        left: 7%;
    }

    .bg-event {
        padding: 15px;
        margin: 0px !important;
    }

    .indx-6 ul {
        margin: 0px;
    }

    .btn-plynow2 {
        font-size: 12px;
        right: 2%;
        bottom: 5%;
        width: 80px;
        padding: 5px;
    }

    img.trn-3 {
        width: 80%;
        top: 13%;
    }

    img.trn-2 {
        top: 40%;
    }

    .tour-wrap {
        margin-bottom: 4.9%;
        margin-top: 55px;
    }


    .tour-2 {
        max-width: 500px;
        width: 100%;
        margin: 0px auto;
    }



    .swiper {
        padding: 0px 4px !important;
        border: none;
    }

    .provider-menu-wrap .tab-content {
        padding: 10px;
    }

    .slots-sec {
        padding: 0px;
    }

    .refer-in {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .close_banner {
        display: none;
    }

    .refer-txt p {
        text-align: center;
    }

    .dropdown.refer-btn {
        border-radius: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        margin: inherit;
        margin-top: 15px;
    }

    .slot-lb .swiper-wrapper.nav {
        flex-wrap: inherit !important;
    }

    .slot-lb .swiper-button-next,
    .slot-lb .swiper-button-prev {
        display: flex !important;
    }



    .swiper-button-next {
        right: 0px;
        background: none;
        position: absolute;
        top: 35px;
        width: 35px;
        height: auto;
        color: #ffffff;
        padding: 10px;
    }

    .swiper-button-prev {
        left: 0px;
        background: none;
        position: absolute;
        top: 35px;
        width: 35px;
        height: auto;
        color: #ffffff;
        padding: 10px;
    }

    .swiper-slide {
        border: none;
    }


    .slot-lb .swiper-slide {
        border: none;
    }

    .provider-menu--wrap {
        position: relative;
        margin: 0px 35px;
    }

    .swiper-slide img {
        padding: 5px;
        margin: 10px;
        padding-bottom: 0px;
        background: #030f1f url("../images/common/bg.jpg") no-repeat center top;
        margin-bottom: 20px;
        padding-top: 0px;
        background-size: 100% 100%;
        border-radius: 5px;
        margin-top: 7px;
    }

    .swiper-slide.active img {
        filter: none;
        box-shadow: 0px 0px 4px 2px #96c621;
    }

    .swiper-slide.active {
        background: none;
    }

    .btn-afbtn i {
        display: block !important;
    }

    .tab-box i {
        font-size: 27px;
    }

    .resg-box {
        width: 100%;
    }
}

@media not all and (min-width:1023.5px) {
    section.header-menu {
        margin: 0px;
    }
}

@media (max-width:767px) {

    .download-home {
        position: absolute;
        right: 0;
        top: 17%;
        left: 70%;
        max-width: 100px;
    }

    .qr-img-wrapper {
        padding: 0;
    }

    .qr-img-wrapper {
        margin-right: 8px;
    }

    .app-dwd-label {
        margin-bottom: 2px;
    }

    .container {
        width: 100%;
        padding: 0px;
    }

    .sml-slide {
        width: 100%;
    }

        .sml-slide img {
            display: block;
            margin: 0px auto;
        }

    .indx-top {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .index-content ul {
        margin-top: 15px;
    }

    .inx-bnr-btn {
        right: 2%;
    }

    .btn-ply {
        width: 100px;
        margin: 0px;
    }

    .joinnow .modal-dialog {
        width: 100%;
        margin: 0px;
        height: 100%;
        max-width: 100%;
    }


    .joinnow {
    }

        .joinnow .close-x {
            right: 10px;
        }

    .join-cnt {
        display: flex;
        flex-direction: column;
    }

    .inc-item-res .indx-3 ul {
        flex-direction: column;
        display: flex;
    }

    .bnr-overly {
        height: 40px;
    }

    .m-mobile-show {
        display: block;
    }

    .m-desktop-show {
        display: none;
    }

    .about-sec-in {
        padding-top: 70px;
        flex-direction: column;
    }

    .info-menu-wrapper {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 15px;
    }

        .info-menu-wrapper a {
        }

    .about-sec-in .col-2 {
        width: 100%;
        max-width: 100%;
    }

    .about-sec-in .col-10 {
        width: 100%;
        max-width: 100%;
        padding: 0px !important;
    }

    .login-page {
        width: 100%;
        margin-top: 8px;
        border-top: 1px solid #000;
        padding: 5px 15px;
    }

    .input-area {
        flex-direction: column;
        align-items: baseline;
    }

    .btn-submit {
        margin: 0px;
        width: 100%;
    }

    .field-input {
        margin: 0px;
    }

    span.logi-text {
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    .for-wrap {
        margin: 0px;
    }

    .step-in ul {
        flex-direction: column;
        padding: 0px;
    }

    .step-bar {
        background: none;
        display: none;
    }

    #slide_right {
        display: none;
    }

    .step-in ul li {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
        background: #0167a6;
    }

    .btn-logo img {
        width: auto;
    }

    .filter-menu-bar {
        margin: 0px;
        gap: 8px;
    }

    .promo-content {
        margin-top: 10px;
    }

    .inc-item-res .indx-3 ul li {
        width: 47%;
    }

    .inc-item-res .indx-3 ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .rabate-date {
        flex-direction: column;
        align-items: baseline;
    }

        .rabate-date .form-group {
            margin-bottom: 15px;
            width: 100%;
        }

        .rabate-date .form-control {
            height: 38px;
            border-radius: 0px;
        }

    .btn-check {
        color: #fff;
        font-size: 18px;
        padding: 10px 20px;
        border: none;
        width: 197px;
        background: rgb(104,148,243);
        background: -moz-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6894f3",endColorstr="#4964be",GradientType=1);
        border-radius: 20px;
    }

    .blog-boxer .moreinfo_btn {
        width: 100%;
    }

    .footer-wrapper {
        background-color: #000;
        padding-bottom: 80px;
    }

    .t-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 99;
        display: block;
    }

    .menu-btm {
        position: fixed;
        max-width: 991px;
        margin: auto;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        background: url("../images/common/mobile/ftr-menu-bar.png")no-repeat top center;
        background-size: 100%;
    }

    .menu-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        text-align: center;
        padding: 11px 0 1px;
        position: relative;
    }

        .menu-wrapper a {
            color: #999999;
            font-size: 9px;
            text-transform: uppercase;
            font-weight: 600;
            padding: 5px 0px;
        }

            .menu-wrapper a.menuft img {
                max-width: 31%;
                display: block;
                margin: auto;
                margin-bottom: 2px;
                filter: brightness(0) invert(1);
            }

    .aff-qr {
        background: #0772b3;
        padding: 3.5%;
        width: 15%;
        border-radius: 100%;
        position: absolute;
        left: -1px;
        right: 0;
        bottom: 26px;
        margin: auto;
        z-index: 9;
    }

    .menu-wrapper a {
        color: #ffffff;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 0px;
    }

    .btn-reg-wrap {
        flex-direction: column;
    }

    .wrap-reg {
        min-height: 500px;
    }

    .form-layout-new {
        padding: 10px;
    }

    .reg-box2 {
        margin-top: 50px;
    }

    .input-area label {
        width: 100%;
        display: flex;
        gap: 10px;
    }
}



@media (max-width:500px) {

    .tnr-1 {
        max-width: 360px;
        width: 100%;
        margin: 0px auto;
        min-height: 369px;
        height: auto;
        display: flex;
        align-items: center;
    }

    .tour-2 {
        max-width: 500px;
        width: 100%;
        margin: 0px auto;
        order: 1;
    }

    img.trn-3 {
        width: 80%;
        top: 13%;
    }

    .tour-3 {
        margin: 0px auto;
        margin-top: 16px;
        order: 3;
    }
}




.log-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.log-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.log-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.in-af {
    display: flex;
}

.row.no-margin {
    margin-bottom: 0px;
}

.bank-wrap {
    margin-bottom: 15px;
}

.deposit_bank_choose_wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin-bottom: 20px;
}

    .deposit_bank_choose_wrap a {
        display: flex;
        flex-direction: column;
        background: #02462d;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        padding: 10px;
        color: #fff;
    }

        .deposit_bank_choose_wrap a img {
            width: 45px;
        }

.amt-qr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.qr-img img {
    height: 130px;
}

.qr-area {
    border: 1px solid #95b4f4;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-nm {
    color: #e3ce70;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 50%;
}

.qr-img {
    margin: 10px 0px;
}

.atten {
    border: 1px solid #95b4f4;
    border-radius: 5px;
    padding: 10px;
}

    .atten img {
        height: 20px;
    }

.qr-ttl {
    font-weight: bold;
}

.qr-num {
    border-bottom: 1px solid #dee3f026;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    height: 38px;
    padding: 5px 10px;
    background: #283355;
    border: 1px solid #6793f2;
    border-radius: 8px;
    color: #fff;
}

button.btn-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #dac265;
    font-size: 22px;
}

.form_afterlogin .form-control {
    height: 38px;
    padding: 5px 10px;
    background: #283355;
    border: 1px solid #6793f2;
    border-radius: 8px;
    color: #fff;
}

.form_afterlogin .form_wrap {
    margin-bottom: 15px;
}

.bank_amount_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-top: 8px;
}

    .bank_amount_grid button {
        width: 100%;
        color: #fff;
        background-color: rgba(222, 227, 240, .15);
        border-radius: 5px;
        padding: 10px;
        border: none;
        font-size: 13px;
        font-weight: 700;
    }

button.btn-max {
    position: absolute;
    bottom: 11px;
    right: 10px;
    color: #000;
    background: linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
    border: none;
    border-radius: 5px;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
}

.deposit_bank_choose_wrap a.active, .deposit_bank_choose_wrap a:hover {
    background: linear-gradient(180deg, rgba(8, 235, 153, 1) 0%, rgba(2, 171, 110, 1) 100%);
    color: #000000;
    border: 2px solid #08eb99;
    font-weight: bold;
}

.form-max {
    position: relative;
}

.cyp-btn .btn-file {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.cyp-btn .custom-file-input {
    position: absolute;
    bottom: 34px;
    right: 0px;
}

/*footer*/
.layout-footer .footer-top .payment-methods {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    border-bottom: 2px solid #32456e;
    margin-bottom: 15px;
}

.layout-footer .footer-bottom .footer-content-bottom {
    padding-bottom: 0px !important;
    !i;
    !;
}

.layout-footer .footer-bottom {
    margin-bottom: 45px;
    align-items: flex-start;
}

.btn_read {
    display: flex;
    justify-content: flex-start;
    border: none;
    background: none;
    text-decoration: underline;
    color: #fff;
    padding: 0px;
}

.layout-footer .footer-middle {
    flex-direction: column;
    align-items: baseline;
    border-bottom: 2px solid #32456e;
    margin-bottom: 15px;
}

.game-providers {
    border: none !important;
}

.methods {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.layout-footer .footer-top .payment-methods .methods {
    justify-content: flex-start;
    width: 100%;
}

    .layout-footer .footer-top .payment-methods .methods .method-container {
        width: 100%;
    }

.layout-footer .footer-top .payment-methods .title {
    /* font-size: 14px; */
}

.navigation-menu {
    margin: 10px 0px !important;
    border-bottom: 2px solid #32456e;
    width: 100%;
    padding-bottom: 20px;
    border-radius: 0px !important;
}

.layout-footer .footer-top .navigation-menu a {
    text-decoration: none !important;
    color: #fff;
}

.layout-footer .footer-top .navigation-menu .link-seperator {
    font-size: 13px;
    height: 25px;
}

.layout-footer .footer-top {
    margin-bottom: 0px !important;
    !i;
    !;
    padding: 0px;
    padding-top: 30px;
}

.more-btn button {
    background: none;
    border: none;
    color: #fff;
    padding: 0px;
    text-decoration: underline;
}

.promo-wrap {
    background: linear-gradient(180deg, rgba(104,148,243,1) 0%, rgba(73,100,190,1) 100%);
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
}

.promo-btn {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.promo-wrap p {
    color: #fefd85;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 8px;
}

.promo-wrap h4 {
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-pro-1 {
    width: 100%;
    background: none;
    text-align: center;
    border-radius: 50px;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #7eac2f;
}

.btn-pro-2 {
    width: 100%;
    background: #7eac2f;
    text-align: center;
    border-radius: 50px;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #7eac2f;
}

.pm-boxer:hover {
    filter: drop-shadow(2px 4px 6px #10b7f3);
}



@media (max-width: 1023.5px) {
    a.btn-dp {
        background: linear-gradient(180deg, rgba(236, 218, 122, 1) 0%, rgba(201, 171, 81, 1) 100%);
        display: flex;
        align-content: center;
        border-radius: 20px;
        color: #000;
        font-weight: bold;
        padding: 0px 5px;
    }

    .dropdown {
        display: flex;
        gap: 5px;
    }
}


/*20122023*/
.forgot-link a {
    text-decoration: none;
    color: #06d68b;
    font-weight: bold;
}

.d-show {
    display: block;
}

.m-show {
    display: none;
}

.download-wrap {
    position: relative;
}

.download-detail {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-15%, -50%);
}

    .download-detail ul {
        display: flex;
        gap: 60px;
        list-style: none;
        margin-top: 15%;
    }

.d-qr img {
    max-width: 158px;
}

.d-top {
    text-align: center;
    color: #fce482;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .d-top img {
        height: 29px;
    }

@media (max-width:1023.5px) {
    .d-qr img {
        max-width: 100px;
        display: block;
        margin: 0px auto;
    }
}

@media (max-width:768px) {
    .d-show {
        display: none;
    }

    .m-show {
        display: block;
    }
}

@media (max-width:480px) {
    .download-detail {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translate(-5%, -50%);
    }

    .d-qr img {
        max-width: 75px;
    }

    .download-detail ul {
        gap: 20px;
        margin-top: 20%;
    }

    .d-top {
        font-size: 10px;
        margin-bottom: 4px;
        gap: 5px;
    }

        .d-top img {
            height: 19px;
        }
}


.vp-lvl img {
    height: 20px;
}

.vp-lvl {
    color: #ffcd00;
    font-weight: bold;
}

span.m-vp img {
    height: 20px;
}

span.m-vp {
    color: #ffcd00;
    font-weight: bold;
}

.profile_vip_row {
    position: relative;
    width: 50%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 0;
    padding: 5px 12px;
}

.main-vip {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
    color: #d1b55a;
}

.vip-process {
    position: relative;
    width: 100%;
    height: 9px;
    border-radius: 30px;
    background: rgb(6 218 141);
}

.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 9px;
    border-radius: 30px;
    background: #02462d;
}

.vipprofile_text {
    font-size: 13px;
    margin-bottom: 10px;
}

.profile_vip_row::after {
    background-image: url('../images/icon/vipbadge_big.png');
    content: "";
    width: 133px;
    height: 160px;
    position: absolute;
    background-size: contain;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.af-vp {
    width: 100%;
}

.vip-wrap {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.btn-vp button {
    border: none;
    background: linear-gradient(180deg, rgba(8, 235, 153, 1) 0%, rgba(2, 171, 110, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08eb99", endColorstr="#02ab6e", GradientType=1);
    color: #000000;
    border: 2px solid #08eb99;
    border-radius: 50px;
    width: 170px;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

button.no-clc {
    filter: brightness(0.5);
}

@media not all and (min-width: 768px) {
    .vip-wrap {
        flex-direction: column;
        align-items: baseline;
    }

    .profile_vip_row {
        width: 100%;
        /* padding: 0px; */
    }
}


/*02052024*/
.rewarp-ward {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 5px;
}

.token-wallet {
    background: linear-gradient(180deg, rgba(8, 235, 153, 1) 0%, rgba(2, 171, 110, 1) 100%);
    border-radius: 50px;
    padding: 5px 10px;
    height: 32px;
    border: 2px solid #08eb99;
    display: flex;
    gap: 5px;
    color: #000;
    align-items: center;
    font-size: 12px;
}

    .token-wallet img {
        height: 17px;
    }

.box-rw {
    font-weight: bold;
}

@media (max-width: 1023.5px) {
    .rewarp-ward {
        display: none;
    }

    .rewarp-ward-mn {
        display: flex;
        gap: 10px;
        width: 93%;
        margin-bottom: 10px;
    }

    .token-wallet {
        width: 50%;
        text-align-last: center;
        justify-content: center;
    }
}

.in-box {
    display: block !important;
    !i;
    !;
    padding: 5px 0px;
    margin-top: 30px;
}

.in-box2 {
    margin-bottom: 45px !important;
    display: block !important;
}

/*slot*/
.slots-sec {
    padding: 30px 0 45px;
}

ul.nav.provider-menu {
    display: flex;
    align-items: flex-end;
    text-align: center;
    background: #f2f2f2;
}

    ul.nav.provider-menu li {
        width: 117px;
        font-size: 11px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

        ul.nav.provider-menu li a {
            padding: 15px 10px;
            display: block;
            color: #000000;
            text-transform: uppercase;
            font-size: 11px;
            position: relative;
        }

            ul.nav.provider-menu li a img {
                margin-bottom: 5px;
                filter: contrast(0.2);
            }

        ul.nav.provider-menu li.active, ul.nav.provider-menu li:hover {
            background: #ff9933;
        }

            ul.nav.provider-menu li.active a, ul.nav.provider-menu li:hover a {
                color: #202020;
            }

            ul.nav.provider-menu li.active img, ul.nav.provider-menu li:hover img {
                filter: brightness(0) invert(1);
            }

ul.nav.filter-list {
    background: #e3e3e3;
    margin-top: 8px;
}

    ul.nav.filter-list li {
        min-width: 120px;
        text-align: center;
    }

        ul.nav.filter-list li a {
            color: #858585;
            display: block;
            padding: 8px 2px;
            text-transform: uppercase;
            font-size: 13px;
        }

        ul.nav.filter-list li.active a, ul.nav.filter-list li:hover a {
            color: #fff;
            background: #ff9933;
        }

.thumbnail-slots {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px;
    padding: 15px 0;
}

.slotsbox {
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(45, 45, 45, 0.1), 0 4px 4px 0 rgba(49, 49, 49, 0.1), 0 8px 8px 0 rgba(42, 42, 42, 0.1), 0 16px 16px 0 rgba(32, 32, 32, 0.1);
}

.sg_name {
    white-space: nowrap;
    max-width: 100%;
    font-size: 13px;
    padding: 6px 2px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, rgb(0 0 0 / 53%) 0%, rgba(0, 0, 0, 1) 100%);
}

.gm_hover {
    visibility: hidden;
    opacity: 0;
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.slotsbox:hover .gm_hover {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
}

.plywrap {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.slotsbox:hover .gm_hover .plywrap {
    visibility: visible;
    opacity: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.play_slots {
    background: #7eac2f;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(6, 8, 15, 0.3), inset 0 0 3px 0 #FFDD8F;
    transition: box-shadow .5s ease-out .1s, background-position .3s ease-in, text-shadow .3s ease-in .1s;
    display: block;
    margin: auto;
    text-shadow: 1px 1px 8px #000;
    text-align: center;
    max-width: 100px;
    padding: 6px 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 21px;
}

    .play_slots:hover {
        color: #fff;
        text-decoration: underline;
    }

.demo_play {
    color: #fff;
    box-shadow: 0 5px 10px 0 rgb(6 8 15 / 30%), inset 0 0 3px 0 #ffdd8f;
    transition: box-shadow .5s ease-out .1s, background-position .3s ease-in, text-shadow .3s ease-in .1s;
    display: block;
    margin: auto;
    text-shadow: 1px 1px 8px #000;
    text-align: center;
    max-width: 100px;
    padding: 6px 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 21px;
    margin-top: 8px;
    background: #286aa6;
}

    .demo_play:hover {
        text-decoration: underline;
        color: #fff;
    }

    .demo_play:hover {
        text-decoration: none;
    }

.play_slots:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .thumbnail-slots {
        grid-template-columns: repeat(3, 1fr);
        padding: 0px;
    }
