body {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    min-width: 280px;
    padding-top: 0;
    margin: 0 auto;
    background: #e7ebf6;
    scrollbar-color: white white;
}

*:focus {
    outline: 0;
    border: 0;
}

.row {
    --bs-gutter-x: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: var(--bs-gutter-x, 0);
    padding-right: var(--bs-gutter-x, 0);
}

.col-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.col-md-6 {
    padding-right: 2px;
    padding-left: 3px;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
}

/*------Responsive Gride------*/
.main-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    grid-column-gap: 0px;
}

.box-01 {
    width: 100%;
    height: auto;
}

.box-02 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box-03 {
    width: 100%;
    height: auto;
}

@media (max-width: 799px) {
    .box-02 {
        max-width: 799px;
    }
}

@media (max-width: 992px) {
    .main-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-1 {
        grid-column-end: span 1;
    }

    .box-2 {
        grid-column-end: span 1;
    }

    #product {
        order: 2;
        margin-top: -245px;
    }
}


/*----------------*/
@media (max-width: 992px) {
    #product {
        margin-top: -580px;
    }
}

@media (max-width: 900px) {
    #product {
        margin-top: -570px;
    }
}

@media (max-width: 840px) {
    #product {
        margin-top: -565px;
    }
}

@media (max-width: 800px) {
    #product {
        margin-top: -555px;
    }
}
/*----------------*/


@media (max-width: 799px) {
    .main-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    #product {
        margin-top: 0px;
    }
}

/*------End Responsive Gride------*/

/*---Music & Flag--*/
.music-flagDiv {
    width: 100%;
    height: 30px;
    padding: 0 10px;
}

.flagDiv {
    width: 75px;
    margin: 0 auto 10px auto;
}

.smallbarlanguage:hover .language {
    display: block;
    -webkit-animation: dropeff 300ms;
}

.smallbarlanguage .languagebox {
    padding-top: 0;
    text-align: left;
    position: absolute;

}

@-webkit-keyframes dropeff {
    0% {
        transform: translateY(-0px);
        opacity: 0;
    }

    30% {
        transform: translateY(50px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.smallbarbtm .smallbarbtmcontain {
    display: flex;
    color: #D3D4D7;
    font-size: 12px;
    width: 100%;
}

.smallbarbtmcontain .smallbarcurrenttime {
    white-space: nowrap;
    padding: 10px 15px 5px 5px;

}

.smallbarbtmcontain .smallbarlanguage {
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

@-webkit-keyframes rightslidein {
    0% {
        transform: translateX(1000%);
        opacity: 0;
    }

    70% {
        transform: translateX(-30%);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}


.language {
    position: absolute;
    background-color: #043875;
    z-index: 99;
    width: 100px;
    padding-bottom: 1px;
    border-radius: 3px;
    text-align: right;
    display: none;
    box-shadow: 0px 0px 3px #000;
}

.languagesel {
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.5px;
}

.languagesel img {
    height: 15px;
    padding-left: 2px;
}

.arrowwhite {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transition: all 0.3s ease;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 2px;
}

.musicDiv {
    width: 120px;
    height: 28px;
    position: relative;
    margin: 0 auto 5px auto;
}

.musicImg {
    position: relative;
    width: 25px;
    height: 25px;
    float: left;
    left: 0;
}

.musicImg img {
    height: 25px;
    left: 1 !important;
}

.musicToggleDiv {
    width: 70px;
    margin: 0 auto;
}

.toggle {
    background: #034355;
    width: 70px;
    height: 22px;
    position: relative;
    -webkit-user-select: none;
    cursor: pointer;
    border: 0px solid #034355;
    border-radius: 5px;
    font-size: 10px;
    font-family: arial;
    line-height: 22px;
    font-weight: bold;
    line-height: 2.4;
    margin: 0 auto;

}

.toggle .on,
.toggle .off {
    z-index: 10;
    position: absolute;
    top: 0px;
    height: 24px;
    width: 29px;
    transition: all 0.2s;
}

.toggle .off {
    right: -2px;
    color: #a83406;
}

.toggle .on {
    left: 9px;
    color: #fff;
    border-top-left-radius: 50px;
}

.toggle .slide {
    transition: all 0.2s ease;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    background: #0081a5;
    width: 35px;
    height: 22px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.toggle:hover .slide {
    /*background: #999;*/
}

.toggle.active .slide {
    left: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.toggle.active .on {
    color: #a83406;
}

.toggle.active .off {
    color: #fff;
}

/*---end Music & Flag--*/

.container {
    width: 100%;
}

.topHeaderDiv {
    width: 100%;
    height: 50px;
    background: #424040;
    padding: 0 20px;
    margin: 0;
}

.timeDiv {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0;
}

.topiConDiv {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: right;
}

.topiConDiv ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.topiConDiv li {
    float: right;
    margin-right: 30px;
}

.topiConDiv li:first-child {
    margin-right: 0;
}

.topiConDiv li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.topiConDiv li img {
    max-height: 30px;
}

.announceScroll {
    position: relative;
    width: 100%;
    height: 25px;
    padding: 0 15px;
    margin: 60px 0 0 0;
    background: #0e013f;
}

.announceScroll .iconDiv {
    position: relative;
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 2px 20px 0 0;
    top: 1px;
}

.iconDiv img {
    max-height: 23px;
}

.announceScroll .scrollDiv {
    position: absolute;
    width: 96%;
    height: 25px;
    padding: 0;
    margin: 0;
    top: 0;
    float: left;
    left: 45px;
}

.marquee {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.3;
    width: 100%;
    margin: 0 auto;
    padding: 2px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
}

@media (max-width: 540px) {
    .marquee {
        width: 96%;
    }
}

@keyframes marquee {
    0% {
        text-indent: 100%;
    }

    100% {
        text-indent: -400px;
    }
}

@-webkit-keyframes marquee {
    0% {
        text-indent: 100%;
    }

    100% {
        text-indent: -400px;
    }
}

.bannerDiv {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}



.payment-wrapper {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    background: url("../images/bg-payment.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #968ef7;
}

.payment-wrapper img {
    max-width: 100%;
}

.payment-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
}

.blink-hard {
    animation: blinker 1.2s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.balance-wrapper {
    max-width: 768px;
    padding: 0 15px 0 0;
}

@media (max-width: 992px) {
    .balance-wrapper {
        padding: 0 15px;
    }
}

.top-btn-wrapper {
    width: 100%;
    display: flex;
    column-gap: 10px;
    padding: 20px 0;
}

.btn-div {
    width: 100%;
    text-align: center;
}

.btn-div img {
    max-width: 100%;
}

.animimation1 {
    -webkit-animation: ani 1.5s infinite;
}

@-webkit-keyframes ani {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}





@keyframes scalanimation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.balance-inner {
    width: 100%;
    display: flex;
    column-gap: 10px;
    padding: 0;
}

.balance-text-div {
    width: 100%;
}

.balance-text-div img {
    max-width: 100%;
}

/*-----------START css for member in Homepage---------------*/

.member-wrapper {
    width: 100%;
    height: 22px;
    padding: 0;
    position: relative;
    margin-bottom: 12px;
}

.userid-div {
    width: 100%;
    height: 22px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bln-text-member {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 0;

}

.member-icon {
    width: 70px;
    margin-top: -4px;
    margin-left: 6px;
}

.member-icon img {
    max-width: 100%;
}

.member-header {
    width: 290px;
    height: 22px;
}

.member-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 5px;
    margin: 0;
    text-align: left;
    background: #181645;
    width: 120px;
    border-radius: 5px;
    float: left;
}

.gold {
    color: rgb(205, 150, 50);
}

.bronze {
    color: rgb(194, 109, 45);
}

.silver {
    color: rgb(183, 183, 183);
}

.platinum {
    color: rgb(97, 162, 176);
}

.diamond {
    color: rgb(145, 145, 145);
}

.member-date {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 0px;
    width: 165px;
    float: left;
    padding: 4px 0 0 5px;
}

.member-model-close-wrapper {
    width: 100px;
    margin: 10px auto 0 auto;
}

.member-user {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1853d7;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 15px;
}

/*-----------END css for member in Homepage---------------*/


.bln-text-sml {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.bln-text-big {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #1853d7;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.bln-text-md {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.bln-btn-div {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.affiliate-home-wrapper {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px 0 0;
}

@media (max-width: 992px) {
    .affiliate-home-wrapper {
        padding: 0 15px;
    }
}

.affiliate-home-wrapper img {
    max-width: 100%;
}

.affiliate-btn-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
}

.prouct-wrapper {
    width: 100%;
    margin: 20px 0;
}

.nav-wrapper {
    max-width: 100%;
    min-width: 300px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    column-gap: 4px;
}

.nav-inner {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    width: 100%;
}

.nav-wrapper img {
    max-width: 100%;
}

.line-div {
    width: calc(100% - 30px);
    height: 2px;
    background: #21abc8;
    display: inline-block;
    margin: 10px 15px 20px 15px;
}

navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #86731c;
    display: block;
    line-height: 1.5rem;
    padding: 10px;
}

.btnDiv {
    max-width: 768px;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0 10px 5px 10px;
    background: #000;
}

.btnDiv .row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.btnDiv .row .col-sm-6,
.col-sx-6 {
    padding-right: 0;
    padding-left: 0;
}

.btnDiv .row .col-6 {
    padding-right: 0;
    padding-left: 0;
}

.btnLogin {
    font-family: "Open Sans", sans-serif;
    font-size: 1.7rem;
    color: #620203;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    height: 58px;
    border-right: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
    background-image: -moz-linear-gradient(90deg, rgb(151, 160, 167) 0%, rgb(195, 200, 204) 40%, rgb(251, 251, 251) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(151, 160, 167) 0%, rgb(195, 200, 204) 40%, rgb(251, 251, 251) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(151, 160, 167) 0%, rgb(195, 200, 204) 40%, rgb(251, 251, 251) 100%);
}

.btnJoinnow {
    font-family: "Open Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
    height: 58px;
    border-left: 1px solid #000;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 45) 1%, rgb(207, 177, 47) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 45) 1%, rgb(207, 177, 47) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 45) 1%, rgb(207, 177, 47) 100%);
}

.navButtonOuter {
    padding: 1px 0;
    border-top: 1px solid #263773;
    border-bottom: 1px solid #263773;
    background-image: -moz-linear-gradient(0deg, rgb(7, 3, 67) 1%, rgb(4, 2, 44) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(7, 3, 67) 1%, rgb(4, 2, 44) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(7, 3, 67) 1%, rgb(4, 2, 44) 100%);
}

.navButtonInner {
    padding: 0;
}

.navButtonItem {
    width: 20%;
    padding: 0;
    float: left;
}

.navButtonDiv {
    white-space: nowrap;
    margin-top: -0.5px;
    height: 65px;
    overflow-x: scroll;
    scrollbar-color: #263773 #263773 scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #263773;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.navButtonDiv img {
    max-height: 50px;
    padding: 0;
}

.navButtonLink {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.navButtonLink img {
    margin: 0 auto;
    max-width: 100%;
}

.navButtonLink .titletext {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: -4px;
}

.divider {
    width: 1px;
    background: url("../images/border-right.png");
    background-repeat: no-repeat;
    background-position: center center;
}

/*
.active {
    animation-name: pop-in;
    animation-duration: .18s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out display: block;
}*/

.row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.col-2 {
    padding-right: 0;
    padding-left: 0;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.navButtonTutorialDiv {
    max-width: 768px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.navButtonTutorialDiv .row {
    padding-right: 0px;
    padding-left: 0px;
}

.navButtonTutorialDiv .row .col-3 {
    padding-right: 0;
    padding-left: 0;
}

.item {
    border: 0px solid silver;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0;
}

.itemActive {
    border: 0px solid silver;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0;
    animation-name: pop-in;
    animation-duration: .18s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out display: block;
}

.ponin {
    animation-name: pop-in;
    animation-duration: .18s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out display: block;
}


.bodyContainer {
    position: relative;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 110px !important;
}

.productDiv {
    width: 100%;
    height: auto;
}

.categoryOuterDiv {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.categoryInnerDiv {
    width: 100%;
    height: auto;
    padding: 20px 5px;
    margin: 0;
}

.slotInnerDiv {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    animation-name: pop-in;
    animation-duration: .18s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out display: block;
}

.slotInnerDiv img {
    max-width: 100%;
}

.hotInnerDiv {
    width: 50%;
    height: auto;
    padding: 6px 15px;
    margin: 0;
    float: left;
    text-align: center;
    animation-name: pop-in;
    animation-duration: .18s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out display: block;
}

.hotTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 0;
    letter-spacing: 1px;
}

/*----------Start CSS for Recommended Games--------*/
.category-slot {
    width: 100%;
    height: auto;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.recommended-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}

/*----------End CSS for Recommended Games---------*/
.video-wrapper {
    width: 100%;
    padding: 15px;
    margin: 0;
}

.promo-vip-wrapper {
    width: 100%;
    padding: 20px 15px 15px 15px;
    margin: 0 0 20px 0;
}

.promo-vip-inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.promo-vip-inner img {
    max-width: 100%;
}

@media (max-width: 799px) {
    .promo-vip-wrapper {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.home-promo-bottom {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.promo-bottom-inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
}

.promo-bottom-inner img {
    max-width: 100%;
}

.home-promo-wrapper1 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.home-promo-wrapper2 {
    width: 100%;
    padding: 0 15px;
    display: none;
    margin: 20px 0;
}

@media (max-width: 799px) {}

.promo {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
}

.promo img {
    max-width: 100%;
}

.paddingtop {
    padding-top: 15px;
}

/*
    Animation
*/
@-webkit-keyframes pop-in {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop-in {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.footerLogo {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 auto 40px auto;
    background: none;
}

.footerLogoTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: normal;
}

.bottom-div {
    max-width: 100%;
    height: auto;
    margin: 20px auto 70px auto;
    padding: 0 10px;
}

.certification {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 30px;
}

.cerTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}

.certification-container {
    width: 100%;
}

.certification-container ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.certification-container ul li {
    margin-right: 20px;
}

.certification-container img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.certification-container img:hover {}

.e-wallet-wrapper {
    width: 190px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.e-wallet {
    width: 40px;
}

.e-wallet img {
    max-width: 100%;
    border-radius: 5px;
}

@media (max-width: 414px) {
    .e-wallet-wrapper {
        width: 150px;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 6px;
    }

    .e-wallet {
        width: 30px;
    }
}

.bottom-contact-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background: none;
    display: flex;
    column-gap: 20px;
}

.follow-div {
    width: 100%;
}

.follow-inner {
    width: 100%;
}

.bottom-contact-div {
    width: 100%;
}

.bottom-contact-inner {
    width: 160px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.social-icon {
    width: 100%;
}

.social-icon img {
    max-width: 40px;
}

@media (max-width: 414px) {
    .bottom-contact-inner {
        width: 110px;
    }

    .social-icon img {
        max-width: 30px;
    }
}

.anim1 {
    animation: grow-and-shrink1 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes grow-and-shrink1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}




.anim1 {
    animation: grow-and-shrink 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes grow-and-shrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.anim2 {
    animation: grow-and-shrink2 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes grow-and-shrink2 {
    0% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.bottom-contact-wrapper {
    width: 100%;
}

@keyframe animation {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

    100% {
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
    }
}

@keyframes slide-in {
    from {
        transform: translateY(-20%);
    }

    to {
        transform: translateY(0%);
    }
}

.treeLeaves {
    animation: slide-in 2s ease-in-out infinite alternate;
    -webkit-animation: slide-in 2s ease-in-out infinite alternate;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

footer {
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 12px 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    background: #181645;
}

.footerInner {
    width: 20%;
    text-align: center;
    float: left;
    padding-top: 3px;
}

.footerIconDiv {
    width: 100%;
    text-align: center;
}

.footerIconDiv img {
    max-width: 45px;
    padding: 0;
}

@media (max-width: 414px) {
    .footerIconDiv img {
        max-width: 20px;
    }
}

.footerTextDiv {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.footerTextDiv a {
    text-decoration: none;
    color: #fff;
}

.footerInnerReg {
    width: 20%;
    text-align: center;
    float: left;
}

.footerIconRegDiv {
    width: 100px;
    height: auto;
    text-align: center;
    padding: 0;
    margin: -54px auto 0 auto;
    border-radius: 100%;
}

::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.btn-popup {
    height: auto;
    padding: 0;
    cursor: pointer;
}

.btn-join {
    width: 100%;
    height: auto;
    padding: 0;
    cursor: pointer;
}

.overlayPopup {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    opacity: 0;
    z-index: -1;
    transition: 1s;
}

.showoverlayPopup {
    opacity: 1;
    z-index: 1;
}

.loginform {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 300px;
    padding: 5px 20px 0 20px;
    left: 50%;
    top: -600px;
    transform: translate(-50%, 50%);
    box-shadow: 0px 0px 10px 3px;
    transition: 1s;
    z-index: 999;
    background: #1650d0;
}

.showloginform {
    top: -50px;
    z-index: 999;

}

.formTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #000;
    text-align: center;
    padding: 10px 10px 20px 10px;
}

.form-wrapper {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    margin: 0 auto;
}

.deposit-form-wrapper {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid #28acc5;
    border-radius: 10px;
}

.deposit-btn-wrapper {
    width: 100%;
    display: flex;
    column-gap: 10px;
    padding: 0;
    margin-bottom: 30px;
}

.formlogin input[type="text"],
input[type="email"],
input[type=password],
input[type=number],
input[type=tel],
select {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 0;
    margin: 5px 0;
    padding: 10px 15px 10px 30px;
    width: 100%;
    color: #000;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    position: relative;
}

.formlogin img {
    max-width: 160px;
}

.formgroup i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: block;
    text-align: center;
    color: #28acc5;
    font-size: 14px;
    z-index: 1;
}

.formgroup .tac-varification {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: normal;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0px;
    display: inline-block;
    cursor: pointer;
    width: 120px;
    height: 40px;
    padding: 5px 3px;
    text-decoration: none;
    background: #28acc5;
    z-index: 1;
}

.form-label {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    text-align: center;
    color: #000;
    letter-spacing: normal;
}

.countryCodeDiv {
    padding: 8px 15px 0 15px;
    width: 90px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: normal;
    border-radius: 5px;
    border: 0;
    margin: 5px 0;
    margin-right: 5px;
    padding-top: 10px;
    color: #000;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    position: relative;
}

.countryCodeDiv img {
    width: 21px;
    height: 21px;
    margin-right: 6px;
}

.btn-otp {
    position: absolute;
    right: 0;
    top: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #11def9;
    display: inline-block;
    cursor: pointer;
    width: 120px;
    padding: 10px 5px 10px 5px;
    text-decoration: none;
    background-image: -moz-linear-gradient(90deg, rgb(34, 209, 249) 0%, rgb(24, 119, 216) 47%, rgb(38, 177, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(34, 209, 249) 0%, rgb(24, 119, 216) 47%, rgb(38, 177, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(34, 209, 249) 0%, rgb(24, 119, 216) 47%, rgb(38, 177, 255) 100%);
}

.btnForm {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: normal;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 5px;
    border: 0px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 5px 3px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #022147;
    text-transform: uppercase;
    background: #f9ad1c;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btnForm-sml {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    display: inline-block;
    cursor: pointer;
    width: 180px;
    padding: 5px 3px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 0px #022147;
    background: #f9ad1c;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tnc-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.2;
    text-align: left;
}


.loginform span {
    position: absolute;
    border-radius: 100px;
    font-size: 16px;
    border: 0;
    background: transparent url("../images/close.png");
    background-position: center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    opacity: 1;
    padding: 5px;
    margin: 0 auto;
    cursor: pointer;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 50%);
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.modalOutDiv {
    width: 100%;
    height: auto;
}

.modalInnDiv {
    width: 50%;
    float: left;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #fff;
}

.form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid #28acc5;
}

.form-check-input {
    width: 16px;
    height: 16px;
}

.form-check-input:checked {
    background-color: #28acc5;
    border-color: #fff;
}

label {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 2px 0 0 6px;
    line-height: 1;
    letter-spacing: normal;
}

.formLink {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    letter-spacing: normal;
    padding: 2px 0 0 6px;
    text-decoration: none;
    line-height: 1;
    float: right;
}

.formLink:hover {
    color: #28acc5;
}

.form-largetext {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 20px 0 10px 0;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
}

.formLinkCenter {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    padding: 8px 0 0 0;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
}

.formLinkCenter:hover {
    color: #f8da3e;
}

.formgroup {
    position: relative;
    margin-bottom: 6px;
    padding: 0;
}

.formgroupText {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
}

.formJoinnowText {
    font-size: 13px;
    display: block;
    color: #fff;
    margin: 3px 0 20px 0;
    line-height: 110%;
    line-height: 18px;
}

.formMsgText {
    font-size: 12px;
    display: block;
    color: #fff;
    margin: 3px 0 0 0;
    line-height: 110%;
    line-height: 18px;
}

.forgotLink {
    font-size: 12px;
    display: block;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: 110%;
    line-height: 18px;
    text-align: right;
    text-decoration: none;
}

.forgotLink:hover {
    color: #fff;
    text-decoration: none;
}

/* accordion*/
.btn-shohide {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0 0 10px 0;
    position: relative;
}

.arrow-div {
    margin-left: 6px;
    background: #0b519a;
    padding: 6px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    top: 4px;
}

.arrow-div img {
    max-width: 8px;
    position: absolute;
    transform: translate(-50%);
    top: 40%;
    left: 50%;
}

.join-button {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    background-image: -moz-linear-gradient(90deg, rgb(255, 66, 0) 0%, rgb(249, 96, 43) 50%, rgb(221, 64, 9) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 66, 0) 0%, rgb(249, 96, 43) 50%, rgb(221, 64, 9) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 66, 0) 0%, rgb(249, 96, 43) 50%, rgb(221, 64, 9) 99%);
}

.join-button:hover {
    -webkit-animation: none;
}

.login-button {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #031711;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    background-image: -moz-linear-gradient(90deg, rgb(148, 143, 4) 0%, rgb(242, 236, 92) 50%, rgb(148, 143, 4) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(148, 143, 4) 0%, rgb(242, 236, 92) 50%, rgb(148, 143, 4) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(148, 143, 4) 0%, rgb(242, 236, 92) 50%, rgb(148, 143, 4) 100%);
}

.login-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}


.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-9px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-9px);
    }
}

/*---------Promo----------*/
.promo-wrapper {
    max-width: 767px;
    height: auto;
    margin: 0 auto 30px auto;
    padding: 0 15px;
}

.promotion-inner {
    width: 100%;
}

.title-div {
    position: relative;
    margin-top: 15px;
    max-width: 250px;
    height: 24px;
    margin-bottom: 0;
}

.promoTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    position: relative;
}

.promo-card-wrapper {
    max-width: 768px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    column-gap: 10px;
    margin: 0 auto 30px auto;
}

.promo-card {
    width: 100%;
    position: relative;
    text-align: center;
    float: left;
    margin: 0;
}

.promo-card img {
    max-width: 100%;
}

.promo-cart-text {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    margin: 28px auto 0 auto;
    z-index: 1;
    text-align: center;
}

.promo-cart-text h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
    margin-bottom: 0;
}

.yello-text {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fab500;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    line-height: 1;
}

.promo-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    cursor: pointer;
    position: absolute
}

.small-banner {
    width: 100%;
    margin-bottom: 10px;
}

.small-banner img {
    max-width: 100%;
}

/*---- mainwallet----*/
.main-wallet {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #28acc5;
    width: 100%;
    height: 40px;
    position: relative;
    display: block;
    padding: 10px 10px 0 10px;
    line-height: 1.2;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.main-wallet:hover {
    color: #000;
}

.left-text {
    width: 50%;
    float: left;
    text-align: left;
}

.right-text {
    width: 50%;
    float: right;
    text-align: right;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-left: 1px solid #28acc5;
    border-right: 1px solid #28acc5;
    border-bottom: 1px solid #28acc5;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-body {
    padding: 0;
}

.card-body-inner {
    width: 100%;
    display: flex;
    padding: 0;
    border-bottom: 1px solid #28acc5;
    background: #eaeeec;
}

.card-body-inner {
    width: 100%;
    display: flex;
    padding: 5px 12px;
    border-bottom: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.card-body-inner:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-body-inner-left {
    width: 100%;
    text-align: left;
}

.card-body-inner-left img {
    max-height: 22px;
}

.card-body-inner-right {
    width: 100%;
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.tabBar {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 10px auto 20px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
}

.btnTab {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    outline: none;
    background-color: transparent;
    border: 0;
    height: auto;
    border: 1px solid #c4c4c4;
    background: rgb(255, 255, 255, 1);
    border-radius: 5px;
    text-transform: uppercase;
}

.btnTab img {
    border-radius: 5px;
    max-height: 30px;
}



.btnTabActive {
    outline: 0;
    padding: 10px;
    color: #28acc5;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.btnTabActive:hover {
    padding: 10;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.btnTabActive:focus {
    outline: none;
}

@media (max-width: 390px) {
    .btnTab {
        padding: 5px;
    }
}

/*-----Deposit & withdraw-----*/
.tab-bar-deposit-withdraw {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.deposit-withdraw-nav-inner {
    width: 100%;
}

/*-----End of Deposit & withdraw-----*/
.deposit-withdraw-form-wrapper {
    width: 100%;
    height: auto;
    padding: 15px 0;
    margin: 0 auto;
    border: 1px solid #28acc5;
    border-radius: 10px;
}

.amount-input-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 15px 0 20px 0;
    width: 100%;
    padding: 0;
}

.amount-input-wrap label {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    display: block;
    width: 100%;
    background-color: transparent;
}

.amount-input-wrap label [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.amount-input-wrap label [type="radio"]+div {
    cursor: pointer;
    text-align: center;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    height: 35px;
    line-height: 35px;
    border: 1px solid #28acc5;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

#filename {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0.5em;
    float: left;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
}

.formgroup-withdraw {
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
}

.customTable {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
}

.customTable td,
.customTable th {
    border: 1px solid #1d90a7;
    padding: 8px;
    color: #000;
    text-align: center;
    line-height: 1.2;
}

.customTable tr {
    color: #000;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.customTable th {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    text-align: center;
    color: #fff;
    background: #28acc5;
}

.active-promo-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.active-promo-wrapper {
    width: 100%;
    min-width: 340px;
    display: flex;
    background: #0b519b;
    border: 1px solid #28e1f9;
}

.active-promo-div {
    width: calc(100% - 250px);
    text-align: left;
    position: relative;
    padding-left: 10px;
}

.current-turnuver {
    width: 150px;
    position: relative;
    border-left: 1px solid #28e1f9;
    border-right: 1px solid #28e1f9;
    padding-left: 10px;
}

.reset-div {
    width: 100px;
    padding: 4px;
}

.btn-reset {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    width: 70px;
    height: 24px;
    padding: 0;
    text-decoration: none;
    background: #f9ad1c;
}

.promo-active-wrapper {
    width: 100%;
    padding: 0 15px 15px 15px;
    margin: 0 auto 20px auto;
}

.active-promo-popup-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 10px 0;
    margin: 0 !important;
    text-align: center;
}

.active-promo-popup-text-link {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 2;
    padding: 3px 20px;
    border: 0;
    border-radius: 5px;
    margin: 0 !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 2px 0px #7c1a04;
    background-image: -moz-linear-gradient(90deg, rgb(242, 68, 46) 0%, rgb(255, 208, 49) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(242, 68, 46) 0%, rgb(255, 208, 49) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(242, 68, 46) 0%, rgb(255, 208, 49) 100%);
}

.active-promo-popup-text-link:hover {
    color: #fff;
    text-decoration: none;
}

.active-promo-table {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.active-promo-table td,
.active-promo-table th {
    border: 1px solid #28acc5;
    padding: 6px;
    color: #000;
    text-align: center;
    line-height: 1.2;
}

.active-promo-table td {
    min-height: 50px;
}

.active-promo-table tr {
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.active-promo-table th {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
    text-align: center;
    color: #000;
    background: #28acc5;
}

@media (max-width: 375px) {
    .active-promo-table td {
        padding: 5px;
    }

    .active-promo-table th {
        padding: 8px 5px;
    }
}

.bank-info-wrapper {
    width: 100%;
    padding: 0 10px 10px 10px;
}

.bank-name {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.bank-account-info {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

/*-----------------------*/
#file-upload {
    /*opacity: 0;
    filter: alpha(opacity=0);*/
    position: absolute;
    left: -9999px;
}

.titleWallet {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #7acbff;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

label[for="file-upload"] {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    width: 120px;
    height: 34px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background-image: -moz-linear-gradient(90deg, rgb(28, 25, 80) 1%, rgb(12, 19, 172) 50%, rgb(22, 21, 97) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(28, 25, 80) 1%, rgb(12, 19, 172) 50%, rgb(22, 21, 97) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(28, 25, 80) 1%, rgb(12, 19, 172) 50%, rgb(22, 21, 97) 100%);
}

label[for="file-upload"]:hover {
    background-image: -moz-linear-gradient(90deg, rgb(0, 117, 238) 0%, rgb(5, 78, 153) 50%, rgb(0, 117, 238) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 117, 238) 0%, rgb(5, 78, 153) 50%, rgb(0, 117, 238) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 117, 238) 0%, rgb(5, 78, 153) 50%, rgb(0, 117, 238) 100%);
}

#filename {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 0.5em;
    float: left;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
}

.tabBarHistory {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 10px auto 20px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
}

@media (max-width: 450px) {
    .tabBarHistory {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 5px;
    }
}

.balance-name-note {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    background: #28acc5;
}

.client-name {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

.client-bank {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

.client-balance {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 130px;
    padding: 0 10px 8px 10px;
    margin: 0 auto 10px auto;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.client-balance-amount {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.profile-wrapper {
    width: 100%;
    padding: 20px 15px;
}

.profile-title {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    padding: 5px;
    background: #28acc5;
    margin-bottom: 15px;
    line-height: 1;
}

.profile-user-info {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #28acc5;
}

.userinfoTable {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-collapse: collapse;
    width: 100%;
}

.userinfoTable td,
.userinfoTable th {
    border: 0;
    padding: 8px;
    color: #000;
    text-align: left;
    line-height: 1.2;
}

.userinfoTable tr {
    color: #000;
    background: rgba(0, 0, 0, 0);
}

.userinfoTable th {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    text-align: center;
    color: #fff;
    background: #28acc5;
}

.change-password {
    width: 100%;
    height: 45px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #000;
    border: 0;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000;
    padding: 0 10px 10px 10px;
    position: relative;
    margin-bottom: 20px;
}

.change-password img {
    max-width: 35px;
    position: absolute;
    left: 5px;
    top: 0;
}

/*model play games*/
.modal-open .modal {
    z-index: 9999;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 10px;
}

.custom-modal-body {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #28acc5;
    text-align: right !important;
}

.modal-title-div {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #28acc5;
    margin-bottom: 10px;
    position: relative;
}

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
}

.playgme-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: center;
}

.popup-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    text-align: left;
}

.model-top-div {
    font-family: "Open Sans", sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #fbf8c1;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 7px;
    border: 5px solid #11def9;
    border-radius: 50px;
    margin: 0 auto 30px auto;
}

.modal-playgame-title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    color: #fbf8c1;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.modal-playgame-text2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fbf8c1;
    font-weight: 300;
    line-height: 29px;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.2;
}

.modal-playgame-text3 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 29px;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.2;
}

.modal-playgame-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 29px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.modal-playgame-sml-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 29px;
    padding: 0;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1;
}

.aps-text-wrapper {
    width: 100%;
    margin: 5px auto 10px auto;
}

.modal-playgame-text-sml {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 29px;
    padding: 0;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1;
}

.modal-playgame-text-sml-blue {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #1853d7;
    font-weight: 400;
    line-height: 29px;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.2;
    font-style: italic;
}

.login-popup-img {
    width: 120px;
    margin: 0 auto;
}

.login-popup-img img {
    max-width: 100%;
}

.title-loginmsg {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    color: #28acc5;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    text-align: center;
}

.txt-loginmsg {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #ff0000;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: center;
}

.modal-success-btn-wrapper {
    width: 100px;
    margin: 40px auto 0 auto;
}

.copy-div-wrapper {
    width: 100%;
}

.copy-inner-div {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    position: relative;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.copy-inner-div:last-child {
    margin-bottom: 0;
}

.copy-div {
    width: 18px;
    position: absolute;
    top: 2px;
    right: 5px;
    margin-bottom: 10px;
}

.copy-div img {
    max-width: 100%;
}

.model-user-info {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    list-style: 1;
    text-align: left;
    position: relative;
}


.model-user-info img {
    max-width: 20px;
}

.close {
    font-size: 1rem;
    outline: 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 30px;
    border-radius: 5px;
}

.model-close {
    width: 100%;
    height: auto;
    text-align: right;
    display: flex;
    margin-top: -4px;
}

.close img {
    max-width: 15px;
}

.popup-images-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.popup-images-wrapper img {
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #3b6ac4;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.promo-popup-text-div {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.popup-promo-title2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #1853d7;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 1;
}

.promo-popup-text-div ul {
    padding-left: 1rem;
    list-style: none;
}

.promo-popup-text-div ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: left;
    line-height: 1.5;
}

.tnc {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #1853d7;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 1.4;
    margin-bottom: 20px;
}

.model-link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #28acc5;
    display: block;
    padding: 15px;
}

.model-link:last-child {
    border-bottom: 0;
}

.model-link:hover {
    color: #000;
    text-decoration: none;
}

.model-link i {
    color: #28acc5;
}

@media (max-width: 414px) {
    .modal-playgame-title {
        font-size: 16px;
    }

    .modal-playgame-text {
        font-size: 11px;
    }
}

.modal-btn-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin: 20px auto 0 auto;
}

.model-btn-div {
    width: 100%;
}

.close-btn {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 6px 10px;
    line-height: 1.5;
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
    border: 0px solid #fff;
    background-image: -moz-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
}

.enter-btn {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 6px 10px;
    line-height: 1.5;
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
    border: 0px solid #fff;
    background-image: -moz-linear-gradient(90deg, rgb(28, 25, 80) 1%, rgb(12, 19, 172) 50%, rgb(22, 21, 97) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(28, 25, 80) 1%, rgb(12, 19, 172) 50%, rgb(22, 21, 97) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(28, 25, 80) 1%, rgb(12, 19, 172) 50%, rgb(22, 21, 97) 100%);
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.contact-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 0 15px;
}

.contact-inner {
    width: 100%;
}

.live-chat {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #11def9;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 10px;
    text-decoration: none;
}

.live-chat i {
    font-size: 40px;
    text-align: center;
    color: #fff;
    display: block;
}

.whatsapp {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #00d95f;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 10px;
    text-decoration: none;
}

.whatsapp i {
    font-size: 40px;
    text-align: center;
    color: #fff;
    display: block;
}

.telegram {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #0088cc;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 10px;
    text-decoration: none;
}

.telegram i {
    font-size: 40px;
    text-align: center;
    color: #fff;
    display: block;
}

/*-----Lobby------*/
.lobby-outer-wrapper {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

.lobby-tabs-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
}

.lobby-category-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0;
    row-gap: 10px;
}

.lobby-inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    animation-name: pop-in;
    animation-duration: .18s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    text-align: center;
    border: 1px so;
}

.lobby-inner img {
    max-width: 100%;
}

.lobby-play {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    width: 90%;
    padding: 3px 3px;
    margin-bottom: 10px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #022147;
    text-transform: uppercase;
    background: #28acc5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.lobby-play:hover {
    color: #fff;
    text-decoration: none;
}



@media (max-width: 850px) {
    .lobby-category-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }

    .lobby-play {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .lobby-category-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 550px) {
    .lobby-category-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 414px) {}

/*-----End Lobby------*/

.alart-modal-body {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #28acc5;
    text-align: right !important;
}

.alart-modal-body img {
    max-width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .announceScroll .scrollDiv {
        width: 94%;
    }
}

@media (max-width: 799px) {
    .announceScroll .scrollDiv {
        width: 92%;
    }
}

@media (max-width: 540px) {
    .announceScroll .scrollDiv {
        width: 89%;
    }
}

@media (max-width: 414px) {
    .announceScroll .scrollDiv {
        width: 85%;
    }

    .close-btn {
        font-size: 12px;
    }

    .enter-btn {
        font-size: 12px;
    }

    .titleBlance {
        font-size: 16px;
    }

    .textBlance {
        font-size: 8px;
    }
}

@media (max-width: 316px) {
    .contact-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.download-app-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto 0px auto;
}


/* end model play games*/

/*--------Affiliate--------*/
.affiliate-wrapper {
    max-width: 100%;
    height: auto;
    padding: 15px;
    margin: 0 15px;
    border: 1px solid #28acc5;
    border-radius: 10px;
    margin-top: 20px;
    background: #28acc5;
}

.affiliate-b4login-wrapper {
    max-width: 1080px;
    height: auto;
    padding: 15px;
    border: 1px solid #28acc5;
    border-radius: 10px;
    margin: 20px 15px 0 15px;
    background: #28acc5;
}

.affiliate-b4login-wrapper img {
    border-radius: 6px;
}

.affiliate-b4login-btn-div {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.affiliate-b4login-btn-div img {
    max-width: 100%;
}

.share-link-div-b4 {
    height: 60px;
    margin-bottom: 5px;
}

.share-link-div-b4:last-child {
    margin-bottom: 0;
}

.share-link-div-b4 img {
    max-height: 40px !important;
}

.affiliate-b4login-text {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: normal;
    color: #fff;
    padding: 15px;
}

.idField-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 10px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.idField-wrapper-single-col {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.idField {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: normal;
    border-radius: 5px;
    border: 0;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    width: 100%;
    color: #000;
    border: 0;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.bonus-box {
    width: 100%;
    border-radius: 10px;
    padding: 10px 10px 30px 10px;
    margin-bottom: 20px;
    background: #c9f2fb;
}

.bonus-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: normal;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

article {
    height: auto;
    display: none;
    padding-top: 10px;
}

article.on {
    display: block;
    height: auto;
}

.bonus-box label {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin: 0 20px 0 0;
    text-align: left;
}

.profit-total {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
}

@media (max-width: 390px) {
    .profit-total {
        padding-left: 0;
    }
}

.radio-btn-wrapper {
    display: inline;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-btn-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-btn-wrapper input~.checkmark {
    background-color: #28acc5;
}

/* When the radio button is checked, add a blue background */
.radio-btn-wrapper input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn-wrapper input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn-wrapper .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.winloss {
    width: 100%;
    height: 20px;
    display: flex;
}

.winloss-innerleft {
    width: calc(100% - 30px);
    text-align: left;
    padding-left: 10px;
    padding-top: 0;
}

@media (max-width: 390px) {
    .winloss-innerleft {
        padding-left: 0;
    }
}

.winloss-innerright {
    width: 30px;
    text-align: right;
    padding-right: 0px;
    padding-top: 2px;
}

.winloss-dropdown {
    background: rgba(0, 0, 0, 0);
    width: 20px;
    height: 20px;
    border: 0;
    color: #181645;
    font-size: 20px;
    line-height: 1;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #28acc5;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dropdown-menu a:hover {
    background-color: #28acc5;
}

.level-wrapper {
    width: 100%;
    min-width: 152px;
    display: flex;
}

.level-innerleft {
    width: 100%;
    padding-right: 20px;
    text-align: left;
}

.level-innerright {
    width: 100%;
    text-align: right;
}

.dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    display: block;
    width: 100%;
    padding: 5px 10px;
    clear: both;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-btn {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    width: 100%;
    line-height: 1;
    height: 30px;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
    border: 0;
    cursor: pointer;
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0);
}

.dropdown-btn:hover,
.dropdown-btn:focus {
    outline: none;
}

.dropdown-btn img {
    height: 30px;
    width: 30px;
}

.dropdown-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}

.claim-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
}

.commHistory {
    width: 100%;
    height: 145px;
    border-radius: 5px;
    border: 1px solid #38d5f2;
}

.comm-header {
    width: 100%;
    height: 40px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 11px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
}

.comm-body {
    width: 100%;
    height: 105px;
    background: url("../images/bg-comm.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.comm-body span {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.commHistory p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 100%;
    padding: 50px 0 0 0;
}

.btnRedeem {
    width: 100%;
    height: 145px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #38d5f2;
    background-image: -moz-linear-gradient(90deg, rgb(0, 46, 77) 0%, rgb(5, 93, 141) 50%, rgb(12, 67, 88) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 46, 77) 0%, rgb(5, 93, 141) 50%, rgb(12, 67, 88) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 46, 77) 0%, rgb(5, 93, 141) 50%, rgb(12, 67, 88) 100%);
}

.small-table {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 1px;
}

.small-table td,
.small-table th {
    border: 1px solid #00b7ff;
    border-top: 0;
    padding: 7px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.small-table tr {}

.small-table tr:nth-child(even) {}

.small-table th {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    text-align: center;
    color: #fff;
    background: rgba(40, 172, 197, .6);
}

.total-div {
    width: 100%;
    height: 41px;
    position: relative;
}

.total-div span {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.affi-link-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 10px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.affi-link-inner {
    width: 100%;
}

.affi-link-div {
    width: 100%;
    height: 20%;
    padding-bottom: 8px;
}

@media (max-width: 575px) {
    .affi-link-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .claim-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .commHistory {
        margin-bottom: 10px;
    }

    .affi-link-div {
        height: 80px;
    }
}

.qrcodeDiv {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 9px auto;
}

.qrcodeDiv img {
    max-width: 100%;
    border-radius: 5px;
}

.btn-fb {
    width: 100%;
    min-width: 130px;
    height: 100%;
    padding: 20px 5px;
    text-align: center;
    border: 1px solid #1bffff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    background-image: -moz-linear-gradient(90deg, rgb(24, 123, 243) 0%, rgb(82, 156, 253) 50%, rgb(26, 120, 244) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(24, 123, 243) 0%, rgb(82, 156, 253) 50%, rgb(26, 120, 244) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(24, 123, 243) 0%, rgb(82, 156, 253) 50%, rgb(26, 120, 244) 100%);
}

.btn-fb img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-whatsapp {
    width: 100%;
    min-width: 130px;
    height: 100%;
    padding: 7px 0;
    text-align: center;
    border: 1px solid #1bffff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background-image: -moz-linear-gradient(90deg, rgb(12, 138, 4) 0%, rgb(16, 142, 8) 54%, rgb(60, 187, 40) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(12, 138, 4) 0%, rgb(16, 142, 8) 54%, rgb(60, 187, 40) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(12, 138, 4) 0%, rgb(16, 142, 8) 54%, rgb(60, 187, 40) 100%);
}

.btn-whatsapp img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-wechat {
    width: 100%;
    min-width: 130px;
    height: 100%;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #1bffff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background-image: -moz-linear-gradient(90deg, rgb(163, 102, 13) 0%, rgb(185, 120, 8) 54%, rgb(105, 67, 8) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(163, 102, 13) 0%, rgb(185, 120, 8) 54%, rgb(105, 67, 8) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(163, 102, 13) 0%, rgb(185, 120, 8) 54%, rgb(105, 67, 8) 100%);
}

.btn-wechat img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-messenger {
    width: 100%;
    min-width: 130px;
    height: 100%;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #1bffff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background-image: -moz-linear-gradient(60deg, rgb(252, 98, 114) 0%, rgb(206, 85, 172) 23%, rgb(159, 71, 230) 49%, rgb(89, 108, 243) 82%, rgb(18, 145, 255) 100%);
    background-image: -webkit-linear-gradient(60deg, rgb(252, 98, 114) 0%, rgb(206, 85, 172) 23%, rgb(159, 71, 230) 49%, rgb(89, 108, 243) 82%, rgb(18, 145, 255) 100%);
    background-image: -ms-linear-gradient(60deg, rgb(252, 98, 114) 0%, rgb(206, 85, 172) 23%, rgb(159, 71, 230) 49%, rgb(89, 108, 243) 82%, rgb(18, 145, 255) 100%);
}

.btn-messenger img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-telegram {
    width: 100%;
    min-width: 130px;
    height: 100%;
    padding: 8px 0;
    mtext-align: center;
    border: 1px solid #1bffff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background-image: -moz-linear-gradient(90deg, rgb(3, 84, 125) 0%, rgb(38, 164, 227) 54%, rgb(0, 136, 204) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(3, 84, 125) 0%, rgb(38, 164, 227) 54%, rgb(0, 136, 204) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(3, 84, 125) 0%, rgb(38, 164, 227) 54%, rgb(0, 136, 204) 100%);
}

.btn-telegram img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 700px) {

    .btn-fb img,
    .btn-whatsapp img,
    .btn-wechat img,
    .btn-messenger img,
    .btn-telegram img {
        max-width: 180px;
    }
}

.copyField {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: left;
    border: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #000;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 360px) {
    .copyField {
        font-size: 0.7rem;
    }
}

@media (max-width: 320px) {
    .copyField {
        font-size: 0.6rem;
    }
}

.copy-wrapper {
    width: 100%;
    position: relative;
}

.copyfield-div {
    width: 100%;
}

.copybtn-div {
    width: 70px;
    position: absolute;
    top: 1px;
    right: 0;
}

.affi-btn-wrapper {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
}

.affi-btn-div {
    width: 100%;
}

.btnCommi {
    width: 100%;
    height: 122px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
    padding: 5px 0;
    border: 1px solid #38d5f2;
    position: relative;
    background-image: -moz-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 44, 74) 0%, rgb(3, 66, 101) 49%, rgb(12, 67, 87) 99%);
}

.btnCommi img {
    max-width: 50px;
    position: absolute;
    padding-bottom: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.form-affiliate input[type="text"],
input[type="email"],
input[type=password],
input[type=number],
input[type=tel],
select {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 0;
    margin: 5px 0;
    padding: 10px 15px 10px 30px;
    width: 100%;
    color: #000;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    position: relative;
}

.popup-wallet-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    margin-bottom: 10px;
}

.popup-left {
    width: 100%;
}

.popup-right {
    width: 100%;
}

.tr {
    text-align: right;
}

.popup-wallet-text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
}

.popup-wallet-bold-text {
    color: #28acc5;
}

.form-affiliate .radio-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 10px auto 20px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
}

.form-affiliate .form-check-label {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: left;
    border: 0;
    margin: 5px 0;
    padding: 10px 15px 10px 30px;
    padding-left: 30px;
    width: 100%;
    color: #000;
    border: 1px solid #28acc5;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    position: relative;
}

.form-affiliate label {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 2px 0 0 6px;
    line-height: 1;
    letter-spacing: normal;
}

.tips {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

@media (max-width: 390px) {
    .popup-wallet-text {
        font-size: 0.9rem;
        font-weight: 500;
        color: #fff;
    }
}

@media (max-width: 360px) {
    .popup-wallet-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .tr {
        text-align: left;
    }
}

.downline-wrapper {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.downline-wrapper:last-child {
    margin-bottom: 0;
}

.downline-inner {
    width: 100%;
    padding: 5px;
}

.downLineTit {
    color: #004ec4;
}

.claimed {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff000;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 450px) {
    .claimed {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    .claimed {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    .claimed {
        font-size: 12px;
    }
}

/*---------------------------------*/

@media (max-width: 750px) {

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnTeleDiv,
    .btnMesDiv {
        padding: 7px 0;
    }
}

@media (max-width: 730px) {

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnTeleDiv,
    .btnMesDiv {
        padding: 5px 0;
    }
}

@media (max-width: 700px) {

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnTeleDiv,
    .btnMesDiv {
        padding: 4px 0;
    }

}

@media (max-width: 675px) {


    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnTeleDiv,
    .btnMesDiv {
        padding: 2px 0;
    }
}

@media (max-width: 650px) {

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnTeleDiv,
    .btnMesDiv {
        padding: 0;
    }
}

@media (max-width: 625px) {

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnMesDiv {
        margin-bottom: 11px
    }
}

@media (max-width: 625px) {

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnMesDiv {
        margin-bottom: 11px
    }
}

@media (max-width: 600px) {

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnTeleDiv,
    .btnMesDiv {
        margin-bottom: 7px
    }
}

@media (max-width: 575px) {
    .affi-btn-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .affi-btn-div {
        margin-bottom: 10px;
    }

    .affi-btn-div:last-child {
        margin-bottom: 0;
    }

    .btnFaDiv,
    .btnWhatDiv,
    .btnWeDiv,
    .btnTeleDiv,
    .btnMesDiv {
        margin-bottom: 15px
    }

    .qrcodeDiv {
        margin-bottom: 10px;
    }

    .copy-wrapper {
        margin-bottom: 10px;
    }
}

.btnCopy {
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 46, 77) 0%, rgb(5, 93, 141) 50%, rgb(12, 67, 88) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 46, 77) 0%, rgb(5, 93, 141) 50%, rgb(12, 67, 88) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 46, 77) 0%, rgb(5, 93, 141) 50%, rgb(12, 67, 88) 100%);
}

/*-------end of-Affiliate--------*/

@media (max-width: 540px) {
    .promo-cart-text {
        margin-top: 12px;
    }

    .promo-cart-text h1 {
        font-size: 14px;
    }

    .promo-overlay {
        border-radius: 15px;
    }
}

@media (max-width: 450px) {
    .yello-text {
        font-size: 22px;
    }

    .promo-overlay {
        border-radius: 10px;
    }
}

@media (max-width: 414px) {
    .promo-cart-text h1 {
        font-size: 12px;
        font-weight: 600;
    }

    .yello-text {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    .promo-cart-text {
        margin-top: 10px;
    }

    .promo-cart-text h1 {
        font-size: 11px;
    }

    .yello-text {
        font-size: 18px;
    }
}

@media (max-width: 350px) {
    .promo-cart-text h1 {
        font-size: 10px;
    }

    .yello-text {
        font-size: 16px;
    }
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    width: 100%;
    border: 1px solid #28acc5;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    margin-bottom: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}