﻿/*@import url('https://fonts.googleapis.com/css2?family=Poppins: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');*/

body {
    font-size: .8em !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.5px;
    background-color: #070707;
}

button {
    font-size: 1em !important;
}

.m-show {
    display: none;
}

.b-show {
    display: block;
}

@media screen and (max-width:768px) {
    .m-show {
        display: block;
    }

    .b-show {
        display: none;
    }
}

/* icon fa margin */
.fa.one {
    margin-left: 5px;
}

.btn-group svg {
    font-size: 16px;
}

.button.button-regular.one {
    width: 100%;

    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-top: 0 !important;
    background-color: #98acbd00;
    border: none;
    font-size: .7em !important;
    margin: 0;
    color: black !important;
}

.button.button-regular.two {
    width: 100%;

    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-top: 0 !important;
    background-color: #98acbd00;
    border: none;
    font-size: .8em !important;
    margin: 0;
    color: white !important;
}

.button.button-regular {
    padding: 4px 8px;
    font-size: 12px !important;
    line-height: 24px;
    margin: 0;
    color: white !important;
    margin-right: 5px;
    white-space: initial;
    overflow: hidden;
}

.afb-wrapper {
    background-color: #070707 !important;
}

/* images grey icon to white icon */
img.icon-images {
    filter: brightness(0) invert(1);
}

/*.carousel-indicators {
    display: none;
}*/

/* Images Size */
/*img.sbanner-images-cover {
    height: 285px;
    width: 100%;
    object-fit: cover;
}*/

/*img.bbanner-images-cover {
    height: 230px;
    width: 100%;
    object-fit: cover;
}*/

/*---------------------------------------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 button {
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif !important;
}

/* .h6, h6 {
    font-size: 1.8rem;
} */

a {
    text-decoration: none !important;
}

/*.table td, .table th {
    padding: .55rem !important;
    vertical-align: middle !important;
    border: 1px solid #dee2e6 !important;
    background-color: #f9f9f9 !important;
    text-align: center;
}

.table thead th {
    background: var(--cd-color-1) !important;
    color: white;
    font-size: .78rem;
}*/

span {
    font-family: 'Poppins', sans-serif;
    /*    color: white;*/
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: .9em;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}

.table td,
.table th {
    color: white;
    border-top: none;
    font-size: .9em;
}

.table tr {
    border-top: 1px solid #dee2e6;
}

.table {
    margin-bottom: 20px !important;
}

td svg {
    margin: 0 3px;
    position: relative;
}

td {
    font-weight: 500;
}

button:focus {
    outline: none !important;
}

img {
    width: 100%;
}

.seoar img {
    width: auto;
    max-width: 100%;
}

video {
    width: 100%;
}

/* navigation */
.navbar {
    padding: .5rem .5rem;
}

.afb-main_nav .nav-item:hover {
    background-color: #1f299c;
}

.modal-content {
    border: none;
}

/* No Funtion Title */
.noData {
    font-size: 14px;
    padding: 20px 25px;
    text-align: center;
    color: #777777;
    font-weight: 400;
}

.afb-border-top {
    border-top: 1px solid #313131;
}

.error-content {
    color: #dc3545;
    font-size: 80%;
    font-weight: 400;
}

.error-checkName {
    color: #ff1500;
}

.success-content {
    color: #007bff;
}

.promo-font-color {
    color: #00e7ff;
}

.his-error-content {
    color: #ff1500 !important;
}

.his-success-content {
    color: #25b00c !important;
}

.small-promo-banner a {
    display: block;
    position: relative;
    width: 100%;
}

.small-promo-banner button {
    position: absolute;
    color: white;
    font-size: 11px;
    margin: 5px;
    top: 0;
    padding: 2px 10px;
    right: 0;
}

#promoWG a {
    display: block;
}


#promoWG .button {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #28a745;
}

/* Width Control */
.width-control1024 {
    width: 80% !important;
}

@media only screen and (max-width: 428px) {
    .width-control1024 {
        width: 90% !important;
    }
}

/* color */
.afb-f-red {
    color: #ff2a2a !important;
}

.afb-f-yellow {
    color: #ffe000 !important;
}

.afb-f-green {
    color: #00ff00 !important;
}

/* background color */
.afb-bg-ddark-blue {
    background-color: #3b4358;
}

.afb-padding-lr {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.afb-padding-l {
    padding-left: 2px !important;
    padding-right: 0px !important;
}

.afb-padding-r {
    padding-right: 2px !important;
    padding-left: 0px !important;
}

:root {
    --iconSize: 15px;
}

.container {
    max-width: 1480px;
}

.afb-justify-end {
    justify-content: flex-end;
}

/* Table */
.thead-dark {
    background-color: black;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #2c2c2c !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    /*line-height: 2.4;*/
    padding: 5px 5px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
    border-top: 0;
}

th.table-th-font-limit,
td.table-th-font-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 210px;
    min-width: 150px;
}

.thead-dark tr {
    text-align: center;
}

/* - Margin */
.margin-left-table {
    margin-left: -10px;
}

.margin-right-table {
    margin-right: -10px;
}

/* Zoom Images */
.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hov-img-zoom {
    display: block;
    overflow: hidden;
}

    .hov-img-zoom:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hov-img-zoom a img {
        width: 100%;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
    }


/* Moden Close Button */
.close span {
    font-size: 1.8rem;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 500;
}

#registerModal .close span {
    font-size: 2rem;
    position: absolute;
    right: 15px;
    top: 5px;
    font-weight: 500;
    background: wheat;
    border-radius: 80px;
    padding: 0px 5px;
}

/* Horizontal Line */
.line {
    border: none;
    width: 1px;
    background-color: #ffffffbd;
    margin: 7px 15px;
    height: 1.2em;
}

/* Images Fillter */
.dark-img {
    filter: brightness(0.1);
}

/* Mobile Hide | Show */
.m-dp-none {
    display: block !important;
}

.m-dp-block {
    display: none !important;
}

/* slider */
.carousel-indicators {
    z-index: 10;
}

.owl-carousel-size img {
    width: 193px;
    height: 193px;
    object-fit: cover;
}
/*
.slider-margin {
    margin-left: -5px;
    margin-right: -5px;
}*/

/* AFB Background Color */
.afb-black {
    background-color: black !important;
}

.afb-l-black {
    background-color: #2c2c2c !important;
}

.afb-green {
    background-color: #7be500 !important;
}

.afb-drak-g {
    background-color: #070707 !important;
}

.afb-white {
    background-color: white !important;
}

.colorize-pink {
    filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
}

.colorize-navy {
    filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}

.colorize-blue {
    filter: brightness(0.5) sepia(1) hue-rotate(140deg) saturate(6);
}

/* Button */
.afb-btn-g {
    background-color: #28a745;
    padding: 5px 15px;
    text-align: center;
    color: white;
}

    .afb-btn-g:hover {
        background-color: #18672a;
    }

/* label */
.afb-label-new {
    background-color: #e00000;
    padding: 5px 15px;
    text-align: center;
    color: white;
    font-size: 1em;
    position: absolute;
    z-index: 9;
    border-radius: 0 0 15px 0;
}

.afb-label-top {
    background-color: #0300e0;
    padding: 5px 15px;
    text-align: center;
    color: white;
    font-size: 1em;
    position: absolute;
    z-index: 9;
    border-radius: 0 0 15px 0;
}

.afb-label-pp {
    background-color: #22e000;
    padding: 5px 15px;
    text-align: center;
    color: white;
    font-size: 1em;
    position: absolute;
    z-index: 9;
    border-radius: 0 0 15px 0;
}

/* images fill */
.filter-img {
    filter: invert(1);
}

.filter-brightness4 {
    filter: brightness(0.4);
}

/* Logo */
.afb-logo {
    display: inline-block;
    z-index: 9;
}

    .afb-logo img {
        object-fit: contain;
        max-width: 120px;
        max-height: 70px
    }

.logo-notif-wrapper {
    position: absolute;
    width: 200px;
}

    .logo-notif-wrapper .panel {
        position: relative;
        right: -90%;
    }

/* All Page Title */
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;  position: sticky;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }


    


.vl {
    border-left: 6px solid green;
    height: 20px;
    display: inline;
    margin-right: 10px;
    margin-left: 5px;
}

/* AFB Title */
.afb-title-h1 {
    width: 100%;
    padding: 5px 0;
    font-size: 1.5em;
}

    .afb-title-h1 span {
        color: white;
        margin-left: 3px;
    }

    .afb-title-h1 .h1 {
        color: white;
        font-size: .7em;
        display: inline-block;
        margin: 0 auto;
    }

    .afb-title-h1 a span {
        display: inline-block;
        color: #b3b3b3;
        
        margin: 0 25px 0 auto;
        font-size: .9em;
    }

        .afb-title-h1 a span:hover {
            color: #28a745;
        }

/* line ---------- */
.bg_line {
    bottom: -87px;
    width: 100%;
    border-top: 1px solid;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/* Header */
.afb-header-menu {
    margin: 0;
    display: inline-block;
}

@media (min-width: 993px) {
    .afb-header-menu {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 426px) {
    .afb-header-menu .d-inline-flex {
        width: 22%;
    }

    .afb-header-menu .btn-lite {
        margin-right: 0;
        font-size: 0.7em !important;
        height: 25px;
        margin-top: 5px;
    }

    .afb-header-menu .login {
        max-width: 25%;
        font-size: 0.8em !important;
        white-space: nowrap;
    }

    .afb-header-menu .login {
        margin-right: 0.3em !important;
    }

    #header-1 {
        margin-right: 0px !important;
    }
}

/* scrool Bar Design 
::-webkit-scrollbar-button {
    width: 8px;
    height:0;
}
::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
}
::-webkit-scrollbar-thumb {
    background:#999;
    border: thin solid gray;
}
::-webkit-scrollbar-thumb:hover {
    background:#7d7d7d;
}  */

/*.carousel-indicators .active {
    height: 0;
}*/
/* Desktop Navigation Bar */
img.megamenu-icon {
    width: var(--iconSize);
    height: var(--iconSize);
    display: inline-block;
}

.megamenu {
    background: #0373ff;
    z-index: 15;
    margin-top: -1px
}

    .megamenu .megamenu-nav {
        padding: 0;
        margin: 0;
        justify-content: center !important;
        /*border-bottom: 1px solid #0000a2;*/
    }

@media only screen and (max-width: 1130px) {
    .megamenu .megamenu-nav {
        justify-content: normal !important;
    }
}

.megamenu .megamenu-nav .nav-item {
    display: block;
    flex: unset;
}

    .megamenu .megamenu-nav .nav-item.is-open > .megamenu-content {
        visibility: visible;
        opacity: 1;
    }

    .megamenu .megamenu-nav .nav-item.is-open > .nav-link {
        background: #0b00ae;
    }

.megamenu .megamenu-nav .nav-link {
    color: #fff;
    /*            padding: 10px 30px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 601px) {
    .megamenu .megamenu-nav .nav-link:hover {
        background: #1f299c;
    }
}

@media (max-width: 600px) {
    .megamenu .megamenu-nav .nav-link:hover {
        background: transparent;
    }
}

/* Desktop Navigation Show List */
.nav-item-content p {
    color: white;
    margin: 10px 0;
    font-size: .78em;
}

.main.nav-wrapper .nav-item-content {
    display: none;
    position: fixed;
    background-color: black;
    width: 100%;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    max-height: 60vh;
    transition: all .3s ease-in-out;
    scroll-behavior: smooth;
    /*padding: 30px 0 0;*/
}

.main.nav-wrapper .nav-item:hover .nav-item-content {
    display: block;
    top: auto;
}

.megamenu > li.nav-item.active.open > a,
.megamenu > li.nav-item.active.open > ul.megamenu-nav a:hover,
.megamenu > li.nav-item.open > a,
.megamenu > li.nav-item.open > ul.megamenu-nav a:hover {
    color: #fff;
    background-color: #b91773;
    border-color: #fff;
}

.megamenu .megamenu-nav .nav-link:hover .main.nav-wrapper .megamenu-nav .nav-item.open a:focus {
    background-color: #6dbcc9;
}

.nav-link span {
    color: white;
    white-space: nowrap;
}

.alert-danger {
    background-color: black !important;
}

    .alert-danger > marquee span {
        color: white;
        padding: 5px 0;
        letter-spacing: .035rem;
        font-weight: 300;
        display: inline-block;
    }

.notificationMarquee p {
    position: relative;
    margin: 0;
    white-space: nowrap;
    min-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: marquee 45s linear infinite;
    animation: marquee 45s linear infinite;
    font-size: 12px;
}

/* Real Time */
#ct {
    margin: 5px 0;
    color: #ffffffbd;
    font-size: 1.2rem;
}

/* Info icon svg  */
.info-icon {
    color: #ffffffbd;
    position: relative;
    top: 5px;
}

    .info-icon:hover {
        color: white;
    }

    .info-icon svg {
        font-size: 1.2em;
    }

@media (max-width: 426px) {
    .info-icon {
        top: 8px;
    }
}

/* Dropdown Menu */
button.dropbtn-single-box {
    background-color: #7be50000;
    color: white;
    width: 33px;
    padding: 0px;
    height: 33px;
    margin-left: 0.25rem;
    border: none;
}

.dropdown-single {
    position: relative;
    display: inline-block;
}

.dropdown-single-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    right: 0px;
    border-radius: 5px;
    font-size: 1em;
    padding: 0;
    left: auto;
}

img.icon-flag {
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.dropdown-single-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-single-content a {
    border-bottom: 1px solid #e7e7e7;
}

    .dropdown-single-content a:last-child {
        border-bottom: none;
    }

    .dropdown-single-content a:hover {
        background-color: #ddd;
        border-radius: 5px;
    }

.dropdown-single:hover .dropbtn-single {
    background-image: linear-gradient(to right, #2575fc, #6a11cb);
    border-radius: 2px;
}

.dropdown-single:hover .dropdown-single-content {
    display: block;
}

/* Sign In */
/*.input-group {
    border-radius: 5px !important;
}*/

input:focus,
textarea:focus,
select:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #28a745;
    outline-width: 0;
    font-weight: 400;
}

/*label {
    margin: auto;
}*/

.form-control-label {
    font-size: 12px;
    margin-left: 15px;
    font-weight: 500;
}

.msg-info {
    /*padding-left: 15px;*/
    margin-bottom: 30px;
}

.btn-color {
    border-radius: 2px;
    color: #fff;
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    cursor: pointer;
    border: none !important;
    margin: 20px 0px;
    font-size: 1.6rem;
    padding: 10px 0px;
}

    .btn-color:hover {
        color: #fff;
        background-image: linear-gradient(to right, #2575fc, #6a11cb);
    }

.btn-white {
    border-radius: 2px;
    color: #2575fc;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #2575fc;
}

    .btn-white:hover {
        color: #fff;
        background-image: linear-gradient(to right, #2575fc, #6a11cb);
    }

    .btn-white span {
        color: #2575fc;
    }

    .btn-white:hover span {
        color: #fff;
    }

    .btn-white:disabled,
    .btn-white:disabled:hover,
    .btn-white:disabled:hover span {
        background-color: #CCC;
        opacity: 0.7;
        background-image: none;
        color: #2575fc;
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

button.afb {
    background-color: #28a745;
    border: none;
    border-radius: 2px 2px;
    padding: 5px 15px;
}

button.afb01.xs {
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    border: none;
    border-radius: 2px 2px;
    padding: 5px 15px;
    color: white;
    /*font-size: .32em !important;*/
    margin: 0 auto;
    line-height: 1.4;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.afb01 {
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    border: none;
    border-radius: 2px 2px;
    padding: 5px 15px;
    color: white;
}

button.afb02 {
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    border: none;
    border-radius: 2px 2px;
    color: white;
}

button.afb04 {
    background-image: linear-gradient(to right, #c5c5c5, #afafaf);
    border: none;
    border-radius: 2px 2px;
    padding: 5px 15px;
    color: white;
}

    button.afb04:hover {
        background-image: linear-gradient(to right, #afafaf, #c5c5c5);
    }

button.afb:hover,
button.afb01:hover {
    background-image: linear-gradient(to right, #2575fc, #6a11cb);
}

button.afb03 {
    background: #1e8535;
    border: none;
    border-radius: 2px 2px;
    padding: 5px 15px;
    color: white;
}

button.afb05 {
    background: #5b5b5b;
    border: none;
    border-radius: 2px 2px;
    padding: 5px 15px;
    color: white;
}

.modal-dialog > .modal-content .h3 {
    font-size: 2em
}

.modal-dialog > .modal-content h6 {
    font-size: 1.4rem !important;
}

.bottom .btn {
    font-size: 1.6rem;
}


/* Jackpot */
.topjackpot span {
    white-space: normal;
}

.jackpot-top {
    position: absolute;
    top: 5.5%;
    margin: 0 auto;
    width: 100%;
    color: white;
    right: 0;
    left: 0;
    text-align: center;
}

    .jackpot-top span {
        font-size: 5em;
        letter-spacing: 5px;
        font-weight: bold;
        color: transparent;
        display: inline-block;
    }

p.jackpot-title {
    color: #ffffff;
    margin-bottom: 10px;
    display: table-column-group;
}

/* Jackpot Number Gold color */
.gold {
    display: block;
    background: repeating-linear-gradient(135deg, rgb(255, 221, 155) 0, rgb(254, 215, 146) 20px, rgb(255, 225, 172) 40px, rgb(255, 255, 255) 70px, rgb(250, 198, 107) 125px, rgb(246, 194, 107) 160px, rgb(231, 177, 85) 175px, rgb(244, 193, 107) 185px, rgb(241, 191, 107) 220px, rgb(243, 190, 102) 235px, rgb(233, 177, 83) 250px, rgb(245, 190, 97) 280px, rgb(249, 188, 86) 305px, rgb(255, 251, 245) 385px, rgb(252, 195, 98) 415px, rgb(252, 195, 121) 450px, rgb(255, 221, 155) 500px);
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: repeat;
    background-attachment: fixed;
    backface-visibility: none;
    color: rgb(255, 221, 155) !important;
    /*-webkit-text-fill-color: transparent;*/
    filter: drop-shadow(0 3px 1px #000);
}

span.gold {
    font-size: 1.3em;
    font-weight: 700;
}

/* Main Contant */
.inside {
    background-color: #191919;
    padding: 15px;
    border-radius: 2px;
}

    .inside svg {
        margin-top: -2px;
    }

    .inside .h1, .searchgamewidget .h1 {
        font-size: 1em;
        color: white;
        margin-bottom: 15px;
    }

    .inside p,
    .inside h2 {
        color: #00e7ff;
        font-size: .89em;
        margin: 5px auto;
    }

    /*.inside a span:hover {color:#a0a0a0;}*/
    .inside a p:hover {
        color: #a0a0a0;
    }

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-lg-2.col-xl-2.t991-dp-none.pop.showHide {
    padding: 0;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    /*padding: 15px;*/
}

article .content.two {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

article {
    border-radius: 12px;
}

.title-section {
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 30px;
}

.content-section {
    min-height: 900px;
    /*padding-top: 4px;*/
}

    .content-section h2 {
        /*text-align: center;*/
        margin: 0;
    }

.sidebar-item h3 {
    background: gold;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px;
    border-bottom: solid 1px #fff;
}

/* Latest new and promo */
.side-bar .nav-tabs {
    border-bottom: none;
}

    .side-bar .nav-tabs .nav-link {
        color: #aeaeae;
        text-transform: uppercase;
        border: none;
    }

        .side-bar .nav-tabs .nav-link.active,
        .side-bar .nav-tabs .nav-link:hover {
            border-bottom: 2px solid #ff0000;
            text-transform: uppercase;
            color: #222;
        }

.sidebar-tabing .media {
    margin-bottom: 20px
}

.sidebar-tabing img {
    width: 100%;
}

.sidebar-tabing .title-small {
    font-size: .8em;
    color: white;
    font-weight: 300;
}

.media a {
    width: 35%;
    margin-right: 10px;
}

.news-auther span {
    color: #9e9e9e;
    font-size: .65rem;
}

.footer-copy-right {
    background-color: #000000;
    text-align: center;
    color: #bebebe;
    font-size: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

    .footer-copy-right p {
        margin: 0 auto;
        font-size: 1em;
        color: #bebebe;
    }

/* .footer-bottom {
    padding: 45px 0;
}

    .footer-bottom h1 {
        font-size: 18px;
        color: var(--white);
    }

    .footer-bottom p {
        color: white;
        font-size: 12px;
        margin: 5px 0 auto;
    }

        .footer-bottom p:hover {
            color: #ff8d00;
        } */


/* Mobile Navigation Bar ||| */
.offcanvas-active {
    overflow: hidden;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(34 34 34 / 76%);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

    .screen-overlay.show {
        transition: opacity .5s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

.offcanvas {
    width: 380px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .2s;
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: #fff;
    overflow-x: hidden;
}

    .offcanvas .h6 {
        font-size: 1rem;
    }

    .offcanvas.offcanvas-right {
        right: 0;
        left: auto;
        transform: translateX(100%);
    }

    .offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        transition: transform .2s;
        z-index: 9999999999;
    }

   /* .offcanvas .btn-close {
        position: relative;
        right: 15px;
        top: 10px;
        font-size: 1.5rem;
    }*/

.text-truncate-nav {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    
    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

button.afb-m-menu {
    color: white;
    font-size: 18px;
    padding: 0 15px;
    border: 1px solid #2575fc;
    border-radius: 4px;
    background-color: #0000ff00;
}

    button.afb-m-menu:hover {
        color: white;
        background-image: linear-gradient(to right, #2575fc, #6a11cb);
    }

.btn-icontop-lg {
    text-align: center;
    border-radius: 2px;
    line-height: 1.1;
    margin-bottom: 0px;
    padding: 20px 15px;
    background-color: #0373ff;
    color: white;
    display: block;
    overflow: hidden;
}

a.btn-icontop-lg:hover {
    color: white;
    background-color: #16215b;
}

.btn-icontop-lg .icon {
    color: #313AEB;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-table;
}

.btn-icontop-lg .text {
    display: block;
}

.padding-around,
.padding-xy {
    padding: 16px;
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0em 0em 0em 0em;
    margin-bottom: 0;
}

.btn-icontop-lg img {
    height: 25px;
}

.btn-light {
    background-color: #1e7e34;
    border: none;
    color: white;
    padding: 5px 20px !important;
}

    .btn-light:hover {
        background-image: linear-gradient(to right, #2575fc, #6a11cb);
        border: none;
        color: white;
    }

.panel-heading {
    padding: 0;
    border: 0;
}

h4.panel-title {
    margin: 0 auto;
}

.panel-title > a,
.panel-title > a:active {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: .6em;
    letter-spacing: 1px;
    word-spacing: 3px;
    background-color: #464646;
    border-radius: 2px;
}

/* Navigation Collapse */
.panel-default {
    margin-left: -10px;
    margin-right: -10px;
    /*margin-bottom: 15px;*/
}

/*.panel-body {background-color:white;}*/

.panel-body a p {
    padding: 10px 15px;
    color: black;
    background-color: white;
}

    .panel-body a p:hover {
        color: #007bff;
        background-color: #e6e6e6;
    }

.panel-body a p {
    border-bottom: 1px solid #e7e7e7 !important;
}

    .panel-body a p:last-child {
        border-bottom: none;
    }

.panel-collapse {
    background-color: white;
}

.mobile-col {
    background-color: #434343;
}

    .mobile-col h4 a {
        color: white;
    }

.panel {
    border: none;
}

/* Index Games list */
.padding-x {
    padding-left: 15px;
    padding-right: 15px;
}

.scroll-horizontal {
    white-space: normal;
    overflow-x: auto;
}

    .scroll-horizontal .item {
        /*width: 19.45%;*/
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: top;
        white-space: initial;
    }

a[class*='product-'] {
    color: initial;
}

.product-sm {
    display: block;
}

[class*='product-'] {
    color: initial;
}

.product-sm .img-wrap {
    border-radius: .5rem;
}

[class*='product-'] .img-wrap {
    overflow: hidden;
    position: relative;
}

.img-wrap {
    text-align: center;
    display: block;
}

/*.product-sm .img-wrap img { mix-blend-mode: multiply; }*/
[class*='product-'] .img-wrap img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-wrap img {
    max-width: 100%;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    font-size: .83em;
    
    
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 120px;
}

.text-wrap {
    text-align: center;
    background-color: #2c2c2c;
/*    margin-bottom: 10px;*/
    border-radius: 2px;
}

    .text-wrap p {
        padding: 10px 10px;
        margin: 0 auto !important;
    }

        .text-wrap p.one {
            display: -webkit-box;
            padding: 5px 5px;
        }

    .text-wrap:hover {
        text-align: center;
        background-color: #b18f35;
        border-radius: 2px;
    }

.jackpots .text-wrap p.one {
    width: 120px !important;
}

/* mobile footer button */
.nav_bottom-container {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    /* background: #FFFFFF; */
    /*box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);*/
}

@media (min-width:767px) {
    .nav_bottom-container {
        position: fixed;
    }
}

@media (min-width:767px) {
    .nav_bottom-container {
        position: fixed;
    }
}


.nav-bottom {
    --size: 5rem;
    --backgroundColor: #0373ff;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .nav-bottom .nav-link {
        text-align: center;
        color: #fff;
        background-color: var(--backgroundColor);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        /* margin-top: 7px; */
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        overflow: hidden;
    }

        .nav-bottom .nav-link .megamenu-icon {
            display: inline-block;
            /* font-size: 20px; */
            /* font-size: 1rem; */
            width: calc(var(--size) * 0.25);
            height: calc(var(--size) * 0.25);
        }

        .nav-bottom .nav-link .text {
            display: block;
            font-size: 12px;
            color: #fff;
            transform: scale(0.8);
            white-space: nowrap;
        }

        .nav-bottom .nav-link:hover,
        .nav-bottom .nav-link.active {
            filter: brightness(0.9);
        }

    .nav-bottom .nav-bottom-home {
        position: relative;
        bottom: calc(100% - (var(--size) / 4));
        /* background-color: #16215b; */
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 60px; */
        width: var(--size);
        height: var(--size);
        overflow: visible;
    }

        .nav-bottom .nav-bottom-home::before {
            position: absolute;
            display: inline-block;
            content: '';
            width: calc(var(--size) + 2px);
            height: var(--size);
            bottom: 0;
            /* background-color: #16215b; */
            border-radius: 50%;
            /*outline: 4rem solid var(--backgroundColor);*/
            z-index: -1;
            clip-path: polygon(0% 50%, 100% 50%, 100% 200%, 0% 200%);
            box-shadow: 0 0 0 4rem var(--backgroundColor);
        }

@media (max-width:376px) {
    .nav-bottom .nav-bottom-home {
        flex-grow: 1.1;
    }
}

@media (max-width:361px) {
    .nav-bottom .nav-bottom-home {
        flex-grow: 1.18;
    }
}

.nav-bottom .nav-bottom-home::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: calc(var(--size) - 1rem);
    height: calc(var(--size) - 1rem);
    background-color: var(--backgroundColor);
    border-radius: 50%;
    z-index: -1;
    filter: brightness(1.1);
    background-image: linear-gradient(to right, #6a11cb, #2575fc)
}

.nav-bottom .nav-bottom-home .megamenu-icon {
    width: calc(var(--size) * 0.28);
    height: calc(var(--size) * 0.28);
}

.nav-bottom .nav-bottom-home:hover,
.nav-bottom .nav-bottom-home.active {
    /* background-color: transparent; */
    filter: brightness(1);
}

    .nav-bottom .nav-bottom-home:hover::after,
    .nav-bottom .nav-bottom-home.active::after {
        filter: brightness(0.9);
        /* background-color: #536dfc; */
    }

.nav-bottom .nav-bottom-home .nav-center-bg-right,
.nav-bottom .nav-bottom-home .nav-center-bg-left {
    width: calc(((100vw / 5) - (var(--size) - 1px))/2);
    height: 60px;
    position: absolute;
    background-color: var(--backgroundColor);
    bottom: -20px;
}

.nav-bottom .nav-bottom-home .nav-center-bg-left {
    left: -1px;
}

.nav-bottom .nav-bottom-home .nav-center-bg-right {
    right: -1px;
}

@media screen and (max-width:768px) {
    .footer-copy-right {
        padding-bottom: 40px !important;
        position: relative;
    }

        .footer-copy-right::after {
            position: absolute;
            display: block;
            content: '';
            background-color: #000;
            width: 100%;
            height: 60px;
            top: 100%;
            left: 0;
        }
}

/* Footer Menu */
.widget-list li a:hover {
    text-decoration: underline;
}

.widget .card-header {
    background: #fff0;
}

    .widget .card-header a {
        width: 100%;
        display: block;
        padding: 10px 15px;
    }

        .widget .card-header a:after {
            content: "+";
            position: absolute;
            right: 30px;
            transition: transform 0.15s ease-in-out;
        }

        .widget .card-header a:hover,
        .widget .card-header a:focus {
            text-decoration: none;
        }

        .widget .card-header a[aria-expanded="true"]:after {
            transform: rotate(45deg);
        }

.widget .card-block {
    padding: 0 10px;
}

    .widget .card-block .widget-list li {
        margin-bottom: 4px;
        padding: 5px 5px;
    }

.widget .h4 {
    font-size: 1.2em;
    color: white;
    padding: 0;
}

.widget ul li a {
    font-size: 1.2rem;
    font-weight: 300;
}

    .widget ul li a:hover {
        color: #a0a0a0 !important;
    }

.footer-collapse {
    padding: 45px 0;
    background-color: black !important;
}

/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #bb0000;
}

.social-network a.icoSnapchat:hover {
    background-color: #f7f400;
}

.social-network a.icoReddit:hover {
    background-color: #f74300;
}

.social-network a.icoPinterest:hover {
    background-color: #c72028;
}

.social-network a.icoTumblr:hover {
    background-color: #2f4155;
}

.social-network a.icoTikTok:hover {
    background-color: #000;
}

.social-network a.icoMedium:hover {
    background-color: #000;
}

.social-network a.icoIntagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

    .social-network a.icoRss:hover i,
    .social-network a.icoFacebook:hover i,
    .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i,
    .social-network a.icoVimeo:hover i,
    .social-network a.icoLinkedin:hover i,
    .social-network a.icoIntagram:hover i,
    .social-network a.icoYoutube:hover i,
    .social-network a.icoSnapchat:hover i,
    .social-network a.icoReddit:hover i,
    .social-network a.icoPinterest:hover i,
    .social-network a.icoTumblr:hover i,
    .social-network a.icoMedium:hover i {
        color: #fff;
    }

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    /*display: inline-block;*/
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
    font-size: 1.8rem;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #626c80;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/* 20201017 QR*/
#snav.en {
    left: 0;
    text-align: left;
}

    #snav.en li span {
        left: -100px;
    }

    #snav.en li a:hover span {
        left: 50px;
    }

/* RTL CSS */


#snav.ar {
    right: 0;
    text-align: right;
}

    #snav.ar li span {
        right: -100px;
    }

    #snav.ar li a:hover span {
        right: 35px;
    }

/* main SideNav.css styles */


#snav {
    position: fixed;
    top: 40%;
    z-index: 999;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

    #snav ul {
        list-style: none;
    }

    #snav * {
        margin: 0;
        padding: 0;
        outline: 0;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #snav li a {
        text-decoration: none;
        color: #fff;
        display: block;
        position: relative;
    }

    #snav .fa {
        vertical-align: middle;
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: relative;
        z-index: 4;
    }

    #snav li span {
        font-size: 15px;
        height: auto;
        line-height: 50px;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0 15px;
        position: absolute;
        top: 0;
        visibility: hidden;
        z-index: 3;
    }

        #snav li a:hover span img,
        #snav li span img {
            width: 100px;
        }

    #snav li a:hover .fa {
        transform: rotate(720deg);
    }

    #snav li a:hover span {
        visibility: visible;
        padding: 0;
    }

    #snav li span {
        background-color: #555;
    }

    #snav li .fa {
        background-color: #333333;
        color: hsl(0deg 0% 90%);
    }

    #snav li a:hover .fa {
        color: #fff;
    }

    #snav li:nth-child(10n+1) span,
    #snav li:nth-child(10n+1) a:hover .fa {
        background-color: #32DE84;
    }

    #snav li:nth-child(10n+2) span,
    #snav li:nth-child(10n+2) a:hover .fa {
        background-color: black;
    }

#slideout {
    position: fixed;
    top: 40%;
    right: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    #slideout {
        z-index: 999;
    }
}

#slideout p {
    width: 35px;
    
    text-align: center;
    background: #28a745;
  
   
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    color: white;
    margin: 0 auto;
    padding: 20px 8px;
    text-orientation: sideways;
}

#slideout_inner {
    position: fixed;
    top: 40%;
    right: -250px;
    background: white;
    width: 250px;
    padding: 15px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

    #slideout_inner textarea {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

#slideout:hover {
    right: 250px;
    transition: right 1s;
    z-index: 99;
}

    /*.slideoutLeftHeader {
    right: 250px !important;
}*/

    /*.slideoutLeftContent {
    right: 0px !important;
}*/
    #slideout:hover #slideout_inner {
        right: 0;
        transition: right 1s;
    }

.slideoutLeftHeader {
    right: 250px !important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.slideoutLeftContent {
    right: 0px !important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* social media */
.afb-medias a {
    width: 100%;
    background-color: white;
    border: none;
    outline: none;
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
}

.afb-medias .h1 {
    color: black;
    font-size: 1.5rem;
    font-weight: 400;
}

.afb-medias span {
    color: white;
}

.afb-medias a:hover {
    background-image: linear-gradient(to right, #2575fc, #6a11cb);
    color: white;
}

.afb-medias a > div {
    display: inline-block;
    margin-right: 5px;
}

.news-title h2 a {
    font-weight: 400;
}

/* back to top */
@media screen and (prefers-reduced-motion: no-preference) {

    html,
    body {
        scroll-behavior: smooth;
    }
}

main {
    position: relative;
}

    main *:last-child {
        margin-bottom: 0;
    }

.back-to-top-wrapper {
    position: absolute;
    top: 100vh;
    right: 0.25rem;
    bottom: 0;
    width: 3em;
    pointer-events: none;
}

.back-to-top-link {
    position: fixed;
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 10em);
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    border-radius: 20%;
    padding: 0.25rem;
    border: 1px solid #254568;
    background-color: #0373ff;
    transition: transform 80ms ease-in;
}

    .back-to-top-link:hover,
    .back-to-top-link:focus {
        transform: scale(1.1);
    }

    .back-to-top-link:focus {
        outline: none;
        box-shadow: 0 0 0 3px #4e85c0;
    }

/* Search */
.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover,
    .form-control-borderless:active,
    .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/*.input-group input {
    background-color: transparent;
    border: 1px solid #545454 !important;
    border-radius: 0px !important;
    padding: 2px 10px !important;
    color: white !important;
    font-size: 1em !important;
}

    .input-group input:focus {
        background-color: transparent;
    }*/

button.btn-secondary {
    padding: 0 12px;
    border: 0px solid;
    background-color: #454545;
    border-radius: 2px;
}

    button.btn-secondary i {
        color: #353535;
    }

/* Button a */
.button-afb-wrapper {
    position: absolute;
    right: 0;
    z-index: 10;
    display: inline-flex;
}

.button-afb.one {
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    text-align: justify;
}

    .button-afb.one:hover {
        background-image: linear-gradient(to right, #2575fc, #6a11cb);
    }

.button-afb {
    background: #e60000;
    padding: 5px 5px;
    text-align: center;
    height: 30px;
    border-radius: 2px;
}

    .button-afb a {
        color: white;
    }

    .button-afb:hover {
        background: #1e8535;
    }

    .button-afb a p {
        color: white;
        padding: 0;
        margin: 0 auto;
        font-size: 1em;
    }

/* user names with badget */
.badget-afb-ug h1 {
    color: white;
    font-size: 1em;
    margin: 0 auto;
}

.fld {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    background-color: #f9f9f9;
    border-color: #d7d7d7;
    border-radius: 2px;
    padding: 0 10px;
    border: 1px solid #ddd;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1;
}

.Uld {
    box-sizing: border-box;
    width: 80%;
    height: 35px;
    background-color: #f9f9f9;
    border-color: #d7d7d7;
    border-radius: 2px;
    padding: 0 10px;
    border: 1px solid #ddd;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1;
}

img.badget-img {
    width: 40px;
    margin-right: 10px;
}

.progress {
    margin: 0 auto;
}

.progress-bar {
    display: inline-table;
    font-size: .9em;
}

/* Notifation Bar */
button.notif-dropdown {
    background-color: #ffffff00;
    color: white;
}

    button.notif-dropdown:hover,
    button.notif-dropdown:focus {
        color: white;
    }

/* Amount */
* {
    box-sizing: border-box;
}

.TogglePanel {
    display: inline-block;
    height: 15px;
    overflow: hidden;
    transition: background-color .2s ease-in;
    position: relative;
    /*top: 2px;*/
}


.TogglePanel__PanelOne,
.TogglePanel__PanelTwo {
    color: #ffffff !important;
    align-items: center;
    justify-content: center;
    font-size: .85em;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: margin-top .2s ease-in, opacity .2s ease-in;
    line-height: 1rem;
}

.TogglePanel__PanelOne {
    opacity: 1;
    margin-top: 2px;
}

.TogglePanel__PanelTwo {
    opacity: 0;
}

.TogglePanel--showAlternate .TogglePanel__PanelOne {
    margin-top: -17px;
    opacity: 0;
}

.TogglePanel--showAlternate .TogglePanel__PanelTwo {
    opacity: 1;
    margin: 4px 0px;
}

.amount-blur {
    color: #ffffff14 !important;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
}

.amount-button {
    line-height: initial;
    background-color: #f0f8ff00;
    border: none;
    color: white;
}


@media only screen and (min-width: 1200px) {
    .container {
        width: 1400px !important;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .jackpot-top span {
        font-size: 3.5em;
    }
}
/*.t991-dp-block {
    display: none !important;
}*/

.t991-dp-inline {
    display: none !important;
}

@media only screen and (max-width: 992px) {

    .col-xs-5ths {
        float: unset;
    }

    /* 991px Hide | Show */
    /*.t991-dp-none {
        display: none !important;
    }

    .t991-dp-block {
        display: block !important;
    }*/

    .t991-dp-inline {
        display: inline !important;
    }

    /* Table */
    .margin-left-table {
        margin-left: -15px;
    }

    .margin-right-table {
        margin-right: -15px;
    }

    /* Foter Content */
    /* .footer-wrapper01 {
        display: none;
    }*/
    /* Main Contant */
    article .content {
        padding-top: 25px;
    }

    /* full width */
    .w-992 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Index Games list */
    .scroll-horizontal {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .jackpot-top {
        top: 2.65%;
    }

    /* scrool Bar Design 
	::-webkit-scrollbar-button {
		width: 8px;
		height:0;
	}
	::-webkit-scrollbar-track {
		background:unset;
		border: unset;
		box-shadow: unset;
	}
	::-webkit-scrollbar-thumb {
		background:unset;
		border: unset;
	}
	::-webkit-scrollbar-thumb:hover {
		background:#7d7d7d;
	} */

    .owl-carousel-size img {
        height: 440px;
    }

    .content-section, #content-section {
        min-height: auto;
    }
}

@media only screen and (min-width: 1280px) {

    .btn-right,
    .btn-left {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .badget-img {
        margin-right: 0 !important;
    }
 }

@media only screen and (max-width:680px) {
    .text-truncate {
        width: 110px;
    }
}

@media only screen and (max-width:415px) {
    .button-afb.one {
        display: block;
    }

    .button-afb {
        display: none;
    }

    article .content.two {
        padding: 0;
    }

    /*img.bbanner-images-cover {
        height:102px;
    }*/
    .modal-content {
        width: 100% !important;
    }

    .owl-carousel-size img {
        width: 100%;
        height: auto !important;
        /*height: 345px !important;*/
    }

    .afb-logo,
    .header-memu-m {
        width: 20%;
        text-align: center;
    }

        .header-memu-m .dropdown-single-content {
            text-align: left;
        }

    .afb-header-menu {
        margin-bottom: 10px;
    }

    th.table-th-font-limit,
    td.table-th-font-limit {
        width: auto;
    }

    .table > tbody > tr > th.one,
    .table > tbody > tr > td.one {
        line-height: normal;
    }

    .wallet-top-left span {
        padding: 5px;
    }

    .wallet-top-left {
        line-height: normal;
    }
}

@media only screen and (max-width:376px) {
    .text-truncate {
        width: 102px;
    }

    .offcanvas {
        width: 100%;
    }

    .btn-icontop-lg {
        padding: 20px 10px;
    }

    .table td,
    .table th {
        font-size: .8em;
    }

    /*    .js .cd-tabs__panel--selected {
        display:inline-block !important;
    }*/
}

@media only screen and (max-width:330px) {
    .btn-icontop-lg {
        padding: 15px 5px;
    }
}

@media only screen and (min-width:240px) and (max-width:1111px) {

    .logo img {
        /*max-width: 100px;*/
        width: 100%;
        transform: unset;
        left: unset;
    }

    .h_nav,
    .header-side,
    .h_bar-dropdown {
        display: none;
    }

    .h_bar {
        width: auto;
        display: inline-block;
    }

    .h_bar-login {
        margin-top: 0;
    }

        .h_bar-login span {
            font-size: .7em;
            letter-spacing: 1px;
        }

    .h_bar-btn .btn {
        background-color: #ffffff00;
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        font-size: .799em;
        font-weight: 400;
        border-radius: 3px;
        padding: 0 10px;
    }

    .h_bar-link a {
        font-size: 13px;
        padding-right: 0;
    }

    .h_bar-link.one {
        padding-left: 5px;
    }

    .header-fix {
        box-shadow: none;
        border-bottom: solid 1px #000;
    }

    .mobile-view-right-bar {
        width: 100%;
        clear: both;
        padding: 20px 0;
    }

        .mobile-view-right-bar .owl-nav,
        .mobile-view-right-bar .owl-dots {
            display: none;
        }

        .mobile-view-right-bar .owl-carousel .item {
            padding: 0 20px;
        }

    .left-sidebar {
        display: none;
    }

    .mobile-nav {
        width: 100%;
        float: left;
    }

        .mobile-nav .left-sidebar {
            display: flex;
            width: auto;
            min-width: 100%;
            overflow: auto;
            float: left;
            height: auto;
            border-top: solid 1px #000;
            border-bottom: solid 1px #000;
            padding: 10px 0;
        }

    .left-sidebar button {
        width: 100%;
        display: block;
        padding: 5px;
        font-size: 10px;
    }

    .lest-bar-icon {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .left-sidebar .select-type {
        text-align: center;
    }

    .left-sidebar .lest-bar-icon img {
        text-align: center;
        margin-right: 0;
    }

    .left-sidebar button span {
        text-align: center;
        width: 70px;
        display: block;
        float: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .left-sidebar button.activity,
    .default .tablinks {
        border-left: none;
    }

    .left-sidebar button.activity {
        color: #ff6a00;
    }

    .right-top-end {
        display: none;
    }

    .main-stracture {
        position: relative;
        padding-top: 0;
        margin-top: 0;
    }

    .right-top-part {
        width: 100%;
        margin: auto;
    }

        .right-top-part ul {
            width: 100%;
            display: flex;
            justify-content: space-around;
        }

    .h_nav-item > a {
        padding-bottom: 0;
    }

    .right-top-part .h_nav-list .h_nav-item a {
        font-size: 11px;
        font-size: .599em;
        font-weight: bold;
    }

    .mobile-nav .sub-cate {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 99;
        padding: 10px;
    }

        .mobile-nav .sub-cate li {
            width: 33.333333%;
            /*padding: 0 60px 10px 10px;*/
            margin: 0 auto;
        }

            /*.mobile-nav .sub-cate li:before { content: "\f105"; left: auto; right: 10px; top: -2px; line-height: normal; font-size: 22px; color: #fff; }*/
            .mobile-nav .sub-cate li span {
                right: 40px;
            }

            .mobile-nav .sub-cate li a p {
                color: white;
                margin: 0 auto;
                margin-top: 5px;
            }

    .modal-content {
        width: 330px;
    }

    .popup-inner {
        padding: 20px 40px;
    }

    .popup-form {
        padding: 20px 40px 25px;
    }


    .mobile-nav-inner .sub-cate {
        top: 163px;
    }

    .mobile-main-inner .right-top-part {
        top: -120px;
    }


    .user-profile {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .right-main-part {
        width: 100%;
        padding: 10px 0 0;
    }
}

.wallet-bottom-part {
    width: 100%;
    float: left;
}

@media screen and (max-width: 480px) {
    .game-part-2 .wallet-bottom-part {
        width: 100%;
    }

    .form-group-choosefile input {
        font-size: .8em;
    }
}


@media screen and (max-width: 480px) {
    .photobox {
        width: 100%;
    }

    .cd-tabs__panel p.one {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 120px;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {

    /* Desktop Navigation Bar */
    .nav-link span {
        display: flow-root;
        white-space: nowrap;
    }

    .megamenu .megamenu-nav .nav-link {
        padding: 15px 15px;
        text-align: center;
        /*width: 135px;*/
    }

    .megamenu-content img {
        width: 130px;
    }

    /* Mobile Hide | Show */
    .m-dp-none {
        display: none !important;
    }

    .m-dp-block {
        display: block !important;
    }

    /* footer content */
    .footer-bottom p {
        font-size: .658em;
    }

    /* Jackpot */
    .jackpot-top span {
        font-size: 2.5rem;
    }

    .jackpot-top {
        top: 3.6%;
    }

    /* label */
    .afb-label-new,
    .afb-label-top,
    .afb-label-pp {
        font-size: .6em;
    }

    /* footer */
    .footer-collapse {
        padding-top: 0;
    }

    .widget-list li a img {
        padding-left: 10px;
    }
}

.tabcontentmd {
    color: #808aa6;
}

    .tabcontentmd .popup-header,
    .tabcontentmd .popup-title {
        width: 100%;
        height: 64px;
        padding: 0;
        background-color: #fff;
       
        border-radius: 4px 4px 0 0;
        color: #808aa6;
        font-size: 14px;
        font-weight: bold;
        line-height: 64px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        border-bottom: 1px solid hsla(0, 0%, 59.2%, .3);
    }


@media only screen and (max-width:575px) {
    .footer-collapse {
        padding-bottom: 80px !important;
        padding-top: 20px !important;
    }

    /* Jackpot */
    .jackpot-top span {
        font-size: 2rem;
    }

    /* Navigation Mobile */
    .nav-link span {
        font-size: smaller;
    }
}

@media only screen and (max-width: 1024px) {
    .megamenu .megamenu-nav {
        justify-content: normal !important;
        /*overflow-y: hidden;*/
    }
}

@media only screen and (max-width: 415px) {

    /* Desktop Navigation Bar */
    .megamenu-content img {
        width: 95px;
    }

    /* jackpot */
    .jackpot-top span {
        font-size: 1.35rem;
        letter-spacing: 2px;
    }

    .jackpot-top {
        top: 3.4%;
    }

    /* Navigation Menu */
    .megamenu .megamenu-nav .nav-link {
        padding: 5px 15px;
        width: 100px;
    }

    /* Index Games list */
    .scroll-horizontal .item {
        width: 100%;
    }

    .megamenu .megamenu-nav {
        justify-content: normal !important;
        /*overflow-y: hidden;*/
    }

    /*.alert-danger {
        display: none !important;
    }*/

    .content-section {
        min-height: auto;
        /*margin-top: 15px;*/
    }
}

@media only screen and (max-width:320px) {

    /* 320px Hide | Show */
    .t320-dp-none {
        display: none !important;
    }

    .t320-dp-block {
        display: block !important;
    }

    /* Mobile Navigation Bar ||| */
    .offcanvas {
        width: 305px;
    }

    /* label */
    .afb-label-new,
    .afb-label-top,
    .afb-label-pp {
        font-size: .4em;
    }

    /* jackpot */
    .jackpot-top span {
        font-size: 1rem;
    }

    .btn-icontop-lg {
        font-size: .8em;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 320px) {

    .jackpot-top span {
        font-size: .9rem;
    }
}


/*--- footer --*/

/*footer {
    clear: both;
    width: 100%;*/
    /*padding: 18px 0 0;*/
    /*overflow: hidden;
    background: #070707;*/
    /*box-shadow: inset 0 10px 50px -5px #000;*/
    /*float: left;*/
    /*margin: 25px 0 0 0;*/
/*}*/

/*.footer-main {
    float: none;
    margin: auto;
    padding: 20px;
}

.footer-top h1,
.footer-top h2 {
    color: #fff;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: none;
    margin: 20px 0;
}

.footer-top h1 {
    font-size: 20px;
}

.footer-top h2 {
    font-size: 16px;
}

footer p {
    color: #bbb;
    font-size: 14px;
}

.footer-top ul {
    padding-left: 30px;
}

    .footer-top ul li {
        font-size: 14px;
        color: #bbb;
        margin: 0;
    }

.footer-support-menu {
    width: 100%;
    float: left;
}

.footer__btn-chat.btn-chat {
    position: absolute;
    right: 10px;
    z-index: 1;
    padding: 10px 25px 10px 50px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}*/

/*ul.all-logo-footer li, ul.provider-logo-footer li {
    float: left;
    padding: 0px 10px 10px 0px;
}

    ul.all-logo-footer li.one, ul.provider-logo-footer li.one {
        width: 15%;
    }

    ul.all-logo-footer li img, ul.provider-logo-footer li img {
        width: 100%;
        filter: grayscale(100%);
    }

        ul.all-logo-footer li img:hover, ul.provider-logo-footer li img:hover {
            width: 100%;
            filter: grayscale(0%);
            -webkit-transition: background 1s;
            -moz-transition: background 1s;
            -o-transition: background 1s;
            transition: background 1s;
        }*/
/*
ul.provider-logo-footer li img {
    padding: 0 10px 15px 0;
}*/


/*@media screen and (max-width:767px) {
    ul.all-logo-footer li, ul.provider-logo-footer li {
        padding: 0 25px 10px 0;
    }

@media screen and (max-width:767px) {
    .shfooter ul {
        padding-bottom: 5px;
    }
}*/

.btn-chat__icon {
    top: calc(50% - 14px);
    right: auto;
    bottom: auto;
    width: 28px;
    height: 28px;
    display: block;
    background: #ef8d00;
    border-radius: 15px;
}

    .btn-chat__icon,
    .btn-chat__icon:before {
        position: absolute;
        left: 5px;
        z-index: inherit;
    }

        .btn-chat__icon:before {
            top: 5px;
            right: 5px;
            bottom: 5px;
            background: url(../images/help.svg) no-repeat;
            background-size: 18px;
            content: "";
        }

.btn-chat__time {
    margin-left: 3px;
    color: #ef8d00;
}

.footer-menu-part {
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    padding-right: 180px;
    position: relative;
}

.footer__links li {
    display: inline-block;
    margin: 0 32px 0 0;
}

.footer__links a,
.footer__links span {
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    line-height: 27px;
    text-decoration: none;
}

.footer__licences-block {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    width: 100%;
    float: left;
}

.footer__licences a {
    margin-right: 22px;
    font-size: 0;
    text-decoration: none;
}

.footer__support-link {
    display: flex;
    align-items: center;
}

    .footer__support-link a {
        font-size: 12px;
        color: #fff;
    }

.footer__row--bottom {
    margin-bottom: 60px;
    display: flex;
    width: 100%;
}

.footer__row-content a {
    color: #fff;
}

.footer__row-title {
    flex: 1;
    margin: 15px 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer__row-content p {
    color: #2f3a51;
    font-size: 12px;
    font-family: Arial;
    line-height: normal;
}

.footer__row-item--center {
    margin: 0 30px;
}

    .footer__row-item--center .footer__row-title {
        padding: 0 30px;
    }

.footer__row-content--with-border {
    height: 100%;
    padding: 0 10px;
    border-right: 2px solid #282e3d;
    border-left: 2px solid #282e3d;
}

.footer__row-content p {
    color: #2f3a51;
    font-size: 12px;
    font-family: Arial;
    line-height: normal;
}

.footer__payment-providers img {
    margin: 1px 10px 1px 0;
    max-width: 150px;
}

.footer__row-content--games {
    display: flex;
    justify-content: space-between;
}

.footer__games-list {
    display: inline-block;
    margin-right: 56px;
    padding: 0;
    line-height: 2.17;
}

    .footer__games-list:last-child {
        margin-right: 0;
    }

    .footer__games-list a,
    .footer__games-list li {
        color: #fff;
        font-size: 12px;
        white-space: nowrap;
    }



/*-- footer part end --*/

.footer-support-menu {
    position: relative;
    min-height: 110px;
}

.footer__btn-chat.btn-chat {
    bottom: 0;
}

.footer-menu-part {
    width: 100%;
    display: block;
    justify-content: normal;
    padding-right: 0;
}

.footer-menu-part {
    display: block;
    justify-content: normal;
    width: 100%;
}

.footer__links li {
    margin-right: 20px;
}

.footer__licences-block {
    display: block;
    justify-content: normal;
    clear: both;
}

.footer__support-link {
    justify-content: flex-end;
}

.footer__row--bottom {
    display: block;
}

.footer__row-item--center {
    margin: 0;
    border-top: 2px solid #282e3d;
    border-bottom: 2px solid #282e3d;
}

.footer__row-content--with-border {
    border: none;
}

.footer__games-list {
    margin-right: 0;
}

.footer__licences-block {
    display: block;
}

.footer__licences {
    clear: both;
}

.footer__support-link {
    justify-content: flex-end;
}

.footer-copy-right {
    background-color: #000000;
    text-align: center;
    color: #bebebe;
    font-size: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

    .footer-copy-right p {
        margin: 0 auto;
    }

/* .footer-bottom {
    padding: 45px 0;
}

    .footer-bottom h1 {
        font-size: 18px;
        color: var(--white);
    }

    .footer-bottom p {
        color: var(--light);
        font-size: 12px;
        margin: 5px 0 auto;
    }

@media only screen and (max-width: 767px) {
    .footer-bottom p {
        font-size: .658em;
    }
}

.footer-bottom p:hover {
    color: #ff6a00;
} */
/*how part*/
.hide {
    display: none;
}

.favStar {
    color: yellow;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid lime;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid red;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.blink {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    animation: blink 5s infinite;
    -webkit-animation: blink 3s infinite;
}

/*how part*/
/*.shfooter .collapse {
    display: inherit;
}*/

/*@media (max-width:767px) {
    .shfooter ul {
        margin-bottom: 0;
    }

    .shfooter .collapse {
        display: none;
    }

        .shfooter .collapse.show {
            display: block;
        }

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded=true] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded=true] .fa-angle-up {
        display: block;
    }

    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }
}*/


.footer-copy-right {
    background-color: #000000;
    text-align: center;
    color: #bebebe;
    font-size: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

    .footer-copy-right p {
        margin: 0 auto;
    }

.footer-bottom {
    padding: 45px 0;
}

    .footer-bottom .h1 {
        font-size: 18px;
        color: var(--white);
    }

    .footer-bottom p {
        color: var(--light);
        font-size: 12px;
        margin: 5px 0 auto;
    }

        .footer-bottom p:hover {
            color: #ff6a00;
        }

/*how part*/
.hide {
    display: none;
}

.favStar {
    color: yellow;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid lime;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid red;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.blink {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    animation: blink 5s infinite;
    -webkit-animation: blink 3s infinite;
}

/*how part*/
/*.shfooter .collapse {
    display: inherit;
}

@media (max-width:767px) {
    .shfooter ul {
        margin-bottom: 0;
    }

    .shfooter .collapse {
        display: none;
    }

        .shfooter .collapse.show {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            gap: 15px 15px;
            padding: 0;
        }

    #Esports-Partner .col-3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #Our-Partners .col-3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #sports .col-3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #Games-License .col-3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded=true] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded=true] .fa-angle-up {
        display: block;
    }

    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }
}*/

.list.show {
    display: inherit !important;
    grid-template-columns: 0;
    gap: 0;
    padding: 0;
}

.resize {
    text-align: center;
}

.resize {
    margin-top: 3rem;
    font-size: 1.25rem;
}

/*RESIZESCREEN ANIMATION*/
.fa-angle-double-right {
    animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
    animation: leftanime 1s linear infinite;
}

@keyframes rightanime {
    50% {
        transform: translateX(5px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(5px);
        opacity: 0;
    }
}

@keyframes leftanime {
    50% {
        transform: translateX(-5px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(-5px);
        opacity: 0;
    }
}


@media screen and (max-width:767px) {
    .footer-bottom {
        padding: 25px 0;
    }

    .partner-logo {
        padding-top: 0 !important;
    }
}

.widget-content {
    display: inline-block;
    padding: 10px 0;
}

.media-fontx {
    color: var(--white);
    padding-left: 10px;
}

    .media-fontx h1 {
        font-size: 12px;
        color: #ff6a00;
        margin-bottom: 2px;
    }

    .media-fontx p {
        font-size: 10px;
        margin-bottom: 2px;
    }

        .media-fontx p a {
            color: #dedcdc;
        }

    .media-fontx span {
        font-size: 9px;
        color: #d5d5d5;
        display: inline-block;
    }

.media-news-t h2 {
    font-size: 13px;
    color: var(--white);
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border-bottom: 2px solid #ff6a00;
    margin-bottom: 10px;
}

/* 20200921 */

/* 20201010 User Profile Notif */
.profile-notif strong {
    color: var(--color-afb-black);
    font-size: .9em;
}

.login-loader-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(21, 21, 21, 0.24);
    z-index: 2;
}

    .login-loader-wrapper .loader {
        margin-left: -30px;
        -webkit-transform: none;
        transform: none;
    }

.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-notif,
.modal-box {
    z-index: 900;
}

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal-notif {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    overflow: auto;
}

.modal-box {
    position: relative;
    width: 80%;
    max-width: 920px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
}

.modal-body p {
    font-size: 13px;
}

.modal-footer time {
    font-size: 12px;
}

.modal-footer {
    background-color: white;
}

.modal-header {
    /*padding: 20px 40px;*/
    background: var(--cd-color-1);
    color: #ffffff;
}

    .modal-header button.close {
        background-color: #ff6a00;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: 1;
        color: white;
        font-weight: 300;
        border-top-right-radius: 5px;
        margin-bottom: -1.26em;
    }

        .modal-header button.close span {
            font-size: 1.5rem;
            font-weight: 500;
            position: unset;
        }

.h5.modal-title {
    font-size: 15px;
    margin: 0;
    color: white;
}


.modal-body {
    background: var(--light);
    /*padding: 60px 40px;*/
}

.btn-primary {
    background-color: #0373ff;
    border-color: #007bff00;
}

    .btn-primary:hover {
        background-color: #1d212a;
        border-color: #007bff00;
    }

.btn-tnc {
    background-color: var(--cd-color-1);
    color: white;
}

    .btn-tnc:hover {
        background-color: #626872;
        color: white;
    }

/* Close Button */
.close-modal {
    text-align: right;
    cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

/* Aditional Styles */
/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #bb0000;
}

.social-network a.icoIntagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

    .social-network a.icoRss:hover i,
    .social-network a.icoFacebook:hover i,
    .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i,
    .social-network a.icoVimeo:hover i,
    .social-network a.icoLinkedin:hover i,
    .social-network a.icoIntagram:hover i,
    .social-network a.icoYoutube:hover i {
        color: #fff;
    }

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    /*display: inline-block;*/
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #626c80;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #616161;
}

    .pagination > li > a.one {
        background-color: #fff0;
        color: white;
    }



    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        z-index: 2;
        color: #ffffff;
        background-image: linear-gradient(to right, #2575fc, #6a11cb);
        border-color: #ddd;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.mandatory_field {
    color: red;
}

.required:after {
    content: " *";
    color: red;
}


.wallet-top-left {
    width: 35%;
    float: left;
    padding: 0 10px;
    background: var(--cd-color-1);
    border-bottom: solid 1px hsl(0deg 0% 22%);
    color: #ff6a00;
    text-align: center;
    position: relative;
    line-height: 34px;
}

    .wallet-top-left:before {
        border-color: transparent;
        border-left-color: var(--cd-color-1);
        content: "";
        position: absolute;
        right: -15px;
        height: 0;
        width: 0;
        border-width: 8px;
        border-style: solid;
        /*border-left: 8px solid var(--cd-color-1);*/
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .wallet-top-left span {
        /* color: #ff6a00; */
        color: white;
        font-weight: 400;
        font-size: .9em;
        /* text-transform: uppercase; */
        /*line-height: 34px;*/
        word-break: break-all;
    }

        .wallet-top-left span.one {
            color: #495057;
        }

.wallet-top-left {
    width: 40%;
}

    .wallet-top-left span,
    .wallet-top-right span {
        font-size: .9em;
        color: white;
    }

.wallet-top-right {
    width: 65%;
    float: left;
    /* padding: 5px; */
    text-align: center;
    background: #292929;
    /* border-bottom: 1px solid; */
    border-bottom: solid 1px hsl(0deg 0% 22%);
    line-height: 34px;
}

.game-part-2 .wallet-section {
    width: 100%;
}

.game-part-2 .wallet-top-part {
    width: 100%;
}

.game-part-2 .game-history-part {
    background: #201f25;
    text-align: left;
}

    .game-part-2 .game-history-part.one {
        background: #f8f8f8;
        border: 1px solid var(--color-user-bg);
    }

.game-part-2 .wallet-top-part .game-history-part:first-child {
    width: 25%;
    padding: 5px;
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(2) {
    width: 25%;
    padding: 5px;
    padding-left: 10px;
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(3) {
    width: 25%;
    padding: 5px;
    padding-left: 10px;
}

.game-part-2 .wallet-top-part .game-history-part:last-child {
    width: 25%;
    padding: 5px;
    padding-right: 10px;
}

.game-part-2 .wallet-top-left:before {
    display: none;
}

.game-part-2 .history-bottom-part .wallet-bottom-left {
    margin-right: 0;
    background: transparent;
    padding: 27px 10px;
}

    .game-part-2 .history-bottom-part .wallet-bottom-left ul li {
        text-align: left;
        margin-bottom: 40px;
    }

        .game-part-2 .history-bottom-part .wallet-bottom-left ul li:last-child {
            margin-bottom: 0;
        }

    .game-part-2 .history-bottom-part .wallet-bottom-left:first-child ul li {
        text-align: center;
    }

    .game-part-2 .history-bottom-part .wallet-bottom-left:first-child {
        width: 30%;
        background: #17161a;
        margin-right: 2%;
    }

    .game-part-2 .history-bottom-part .wallet-bottom-left:nth-child(2) {
        width: 21%;
    }

    .game-part-2 .history-bottom-part .wallet-bottom-left:nth-child(3) {
        width: 25%;
    }

    .game-part-2 .history-bottom-part .wallet-bottom-left:last-child {
        width: 22%;
    }

.game-part-2 {
    width: 100%;
}

    .game-part-2 .wallet-section {
        width: 100%;
    }

.game-part-section .wallet-section:last-child .wallet-top-part {
    float: right;
    width: 100%;
    overflow-x: hidden;
}

.wallet-top-part {
    width: 100%;
    float: left;
    /*border:solid 1px #6a696d;*/
    display: flex;
    flex-wrap: nowrap;
    border-radius: 3px;
}

.game-part-2 .wallet-top-part {
    width: 100%;
}

.game-part-2 .game-history-part {
    background: #201f25;
    text-align: left;
}

    .game-part-2 .game-history-part.one {
        background: #f8f8f8;
        border: 1px solid var(--color-user-bg);
    }

.game-part-2 .wallet-top-part .game-history-part:first-child {
    width: 30%;
    padding-left: 15px;
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(2) {
    width: 25%;
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(3) {
    width: 20%;
}

.game-part-2 .wallet-top-part .game-history-part:last-child {
    width: 25%;
}

.game-part-2 .wallet-top-part {
    width: 400px;
    float: left !important;
}

/* .game-part-2 .game-history-part {
    width: 100% !important;
    padding-left: 20px;
} */

.game-part-2 .wallet-top-part .game-history-part:first-child {
    padding-left: 10px;
}

.game-part-2 .history-bottom-part .wallet-bottom-left {
    width: 100px;
}

.game-part-2 .wallet-top-part {
    width: 400px;
    float: left !important;
}

/*.game-part-2 .history-bottom-part .wallet-bottom-left {
    width: 100px;
}*/

.game-part-section {
    width: 100%;
    /*float: left;
    padding: 20px;*/
    display: inline-block;
}

.wallet-section {
    width: 50%;
    float: left;
}

.b-show {
    display: block;
}

.dropdown-menu {
    z-index: 99999;
}

@media screen and (max-width:768px) {
    .m-show {
        display: block;
    }

    .b-show {
        display: none;
    }
}

ul.dropdown-menu {
    padding: 0;
}

    ul.dropdown-menu li {
        float: left;
        width: 50%;
    }

        ul.dropdown-menu li a {
            padding: 0;
        }

            ul.dropdown-menu li a:hover {
                background-color: #1d212a05;
            }

            ul.dropdown-menu li a img {
                width: 100%;
                background-color: #00000047;
                padding: 10px;
                border-radius: 5px;
                margin: 0;
            }

.dropdown-submenu > .dropdown-menu {
    /*top: 0;
    margin: 0 auto;
    height: 100vh;*/
    left: 100%;
    /* margin-left: -1px;*/
    background: #272930;
    width: 100%;
    top: auto;
    bottom: auto;
    margin: -36px 0 0 -1px;
    border: none;
    border-radius: unset;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background-color: var(--cd-color-1);
}


.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

ul.dropdown-menu.parent {
    margin-top: -1px;
}

.a-top-head-dropdown .a-dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
}

.c-header-nav .dropdown-menu {
    line-height: 1.5
}

.a-top-head-dropdown li:last-child .a-top-text-block {
    border-bottom: 0;
}

.a-topbar-align-center {
    text-align: center;
}

.btn .notif-01 {
    background-color: red;
    color: white;
    font-size: 8px;
    font-weight: 600;
    border-radius: 20px;
    position: relative;
    top: -8px;
    left: -10px;
    width: 15px;
    height: 15px;
    padding: 4px 2px;
}

.btn .notif-02 {
    top: 0px;
    left: 0;
    padding: 3px 0;
}

.c-header-nav .c-header-nav-link .badge,
.c-header-nav .c-header-nav-btn .badge {
    position: absolute;
    top: 50%;
    margin-top: -16px
}

html:not([dir="rtl"]) .c-header-nav .c-header-nav-link .badge,
html:not([dir="rtl"]) .c-header-nav .c-header-nav-btn .badge {
    left: 50%;
    margin-left: 0
}

*[dir="rtl"] .c-header-nav .c-header-nav-link .badge,
*[dir="rtl"] .c-header-nav .c-header-nav-btn .badge {
    right: 50%;
    margin-right: 0
}

.close-popup {
    position: absolute;
    /*top: 16px;*/
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 10;
    cursor: pointer;
    color: #808aa6;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    transition: opacity 1s 1s;
}

.popup-wrapper {
    position: relative;
}

.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 0;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
}

/* Notification */
.notif-hd-title {
    background-color: #0006b5;
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 2px 2px 0 0;
    margin-left: -0.01em;
    margin-top: -0.01em;
}

.a-top-text-heading {
    font-size: var(--text-sm);
    color: var(--gray-dark);
}

.a-top-text-light {
    font-size: var(--text-xs);
}

.a-top-text-block {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

/*    .a-top-text-block:hover:before {
        content: '';
        width: 4px;
        background: #f05a1a;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }*/

    .a-top-text-block.unread {
        background: #ffc;
    }

    .a-top-text-block .a-top-text-light {
        color: #999;
        font-size: 0.8em;
    }

.a-top-head-dropdown .a-dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
}

.a-top-head-dropdown li:last-child .a-top-text-block {
    border-bottom: 0;
}

.a-topbar-align-center {
    text-align: center;
}

.a-top-head-dropdown ul li {
    width: 350px;
    padding: 5px;
}

ul.a-drop-text li a {
    padding: 5px 15px;
}

.a-loader-topbar {
    margin: 5px auto;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #666;
    width: 22px;
    height: 22px;
    -webkit-animation: spin-topbar 1s linear infinite;
    animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.notifUnread::after {
    width: 4px;
    background: #f05a1a;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.notifUnread {
    background-color: #004eff14;
    border-color: #000000;
    /*border-right: 4px solid #ff0000;*/
}

    .notifUnread div {
        color: #0056b3;
        font-weight: 500;
    }



.cd-tabs {
    position: relative
}

@media (min-width: 48rem) {
    .cd-tabs {
        display: -ms-flexbox;
        display: flex
    }
}

/*@media (min-width: 64rem) {
    .cd-tabs {
        display: block
    }
}*/

@supports (background: linear-gradient(to left, #000, #000)) {
    .cd-tabs::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 80px;
        width: 25px;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to left, hsl(54, 42%, 95%), hsla(54, 42%, 95%, 0));
        background: linear-gradient(to left, var(--cd-color-2), hsla(var(--cd-color-2-h), var(--cd-color-2-s), var(--cd-color-2-l), 0));
        visibility: visible;
        opacity: 1;
        transition: opacity .3s 0s, visibility 0s 0s
    }

    @media (min-width: 48rem) {
        .cd-tabs::after {
            display: none
        }
    }

    .cd-tabs--scroll-ended::after {
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s 0s, visibility 0s .3s
    }
}


.cd-tabs__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: 80px;
    width: 85px;*/
    font-size: 0.715em;
    /*font-size: calc(var(--text-xs)*1.1);*/
    /*font-weight: 700;*/
    color: hsl(0deg 0% 90%);
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    line-height: 12px;
    padding: 10px;
}

    .cd-tabs__item:hover {
        color: hsl(225, 31%, 23%);
        color: var(--cd-color-1);
        background-color: hsla(54, 42%, 84.55%, 0.3);
        background-color: hsla(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*0.89), 0.3)
    }

    .cd-tabs__item .icon {
        margin-bottom: 5px !important;
        color: inherit
    }

/*@media (min-width: 48rem) {
    .cd-tabs__item {
        height: 70px;
        width: 80px
    }
}*/

/*@media (min-width: 64rem) {
    .cd-tabs__item {
        height: 45px;
        width: auto;
        padding: 0 2em;
        padding: 0 var(--space-lg);
        -ms-flex-direction: row;
        flex-direction: row
    }

        .cd-tabs__item .icon {
            margin-bottom: 0;
            margin-right: 0.375em;
            margin-right: var(--space-xxs)
        }
}*/

.js .cd-tabs__item--selected span {
    color: hsl(225, 31%, 23%);
    color: var(--cd-color-1)
}

.js .cd-tabs__item--selected {
    background-color: var(--color-user-bg);
    background-color: var(var(--color-user-bg));
    box-shadow: inset 0 2px 0 hsl(1, 84%, 63%);
    box-shadow: inset 0 2px 0 var(--cd-color-4);
}

    .js .cd-tabs__item--selected:hover {
        
        background-color: var(--color-user-bg);
    }

    .js .cd-tabs__item--selected .icon {
        color: hsl(0deg 0% 60%);
    }

@media (min-width: 48rem) {
    .js .cd-tabs__item--selected {
       
        box-shadow: inset 2px 0 0 #ff6a00;
    }
}

/*@media (min-width: 64rem) {
    .js .cd-tabs__item--selected {
        box-shadow: inset 0 2px 0 #ff6a00;
        box-shadow: inset 0 3px 0 #ff6a00;
    }
}*/

/* Notification */
.notifUnread::after {
    width: 4px;
    background: #f05a1a;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.notifUnread {
    background-color: #004eff14;
    border-color: #000000;
    /*border-right: 4px solid #ff0000;*/
}

    .notifUnread div {
        color: #0056b3;
        font-weight: 500;
    }

.dropdown-menu {
    border: none;
}

    .dropdown-menu a span {
        color: black;
    }

.mobile-bts * {
    vertical-align: middle;
}

.mobile-bts span,
.mobile-bts svg {
    font-size: .8em;
}

.a-top-text-heading {
    font-size: var(--text-sm);
    color: var(--gray-dark);
}

.a-top-text-light {
    font-size: var(--text-xs);
}

.a-top-text-block {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

    .a-top-text-block:hover:before {
        content: '';
        width: 4px;
        background: #f05a1a;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .a-top-text-block.unread {
        background: #ffc;
    }

    .a-top-text-block .a-top-text-light {
        color: #999;
        font-size: 0.8em;
    }

.a-top-head-dropdown .a-dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
}

.a-top-head-dropdown li:last-child .a-top-text-block {
    border-bottom: 0;
}

.a-topbar-align-center {
    text-align: center;
}

.a-top-head-dropdown ul li {
    width: 350px;
    padding: 5px;
}

ul.a-drop-text li a {
    padding: 5px 15px;
}

.a-loader-topbar {
    margin: 5px auto;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #666;
    width: 22px;
    height: 22px;
    -webkit-animation: spin-topbar 1s linear infinite;
    animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 20201001 Dashboard */
:root {
    --font-primary: sans-serif;
    --text-base-size: 1em;
    --text-scale-ratio: 1.2;
    --text-xs: calc(1em/var(--text-scale-ratio)/var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs)*var(--text-scale-ratio));
    --text-md: calc(var(--text-sm)*var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-lg: calc(var(--text-md)*var(--text-scale-ratio));
    --text-xl: calc(var(--text-lg)*var(--text-scale-ratio));
    --text-xxl: calc(var(--text-xl)*var(--text-scale-ratio));
    --text-xxxl: calc(var(--text-xxl)*var(--text-scale-ratio));
    --body-line-height: 1.4;
    --heading-line-height: 1.2;
    --font-primary-capital-letter: 1
}

:root {
    --space-unit: 1em;
    --space-xxxxs: calc(0.125*var(--space-unit));
    --space-xxxs: calc(0.25*var(--space-unit));
    --space-xxs: calc(0.375*var(--space-unit));
    --space-xs: calc(0.5*var(--space-unit));
    --space-sm: calc(0.75*var(--space-unit));
    --space-md: calc(1.7*var(--space-unit));
    /*1.25*/
    --space-lg: calc(2*var(--space-unit));
    --space-xl: calc(3.25*var(--space-unit));
    --space-xxl: calc(5.25*var(--space-unit));
    --space-xxxl: calc(8.5*var(--space-unit));
    --space-xxxxl: calc(13.75*var(--space-unit));
    --component-padding: var(--space-md)
}



:root {
    --icon-xxs: 12px;
    --icon-xs: 16px;
    --icon-sm: 24px;
    --icon-md: 32px;
    --icon-lg: 48px;
    --icon-xl: 64px;
    --icon-xxl: 128px
}

.icon {
    display: inline-block;
    color: inherit;
    fill: currentColor;
    height: 1em;
    width: 30px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.icon--xxs {
    font-size: 12px;
    font-size: var(--icon-xxs)
}

.icon--xs {
    font-size: 16px;
    font-size: var(--icon-xs)
}

.icon--sm {
    font-size: 24px;
    font-size: var(--icon-sm)
}

.icon--md {
    font-size: 32px;
    font-size: var(--icon-md)
}

.icon--lg {
    font-size: 48px;
    font-size: var(--icon-lg)
}

.icon--xl {
    font-size: 64px;
    font-size: var(--icon-xl)
}

.icon--xxl {
    font-size: 128px;
    font-size: var(--icon-xxl)
}

.icon--is-spinning {
    -webkit-animation: icon-spin 1s infinite linear;
    animation: icon-spin 1s infinite linear
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.icon use {
    color: inherit;
    fill: currentColor
}


:root {
    --zindex-header: 2;
    --zindex-popover: 5;
    --zindex-fixed-element: 10;
    --zindex-overlay: 15
}


:root,
[data-theme="default"] {
    --color-primary-darker: hsl(220, 90%, 36%);
    --color-primary-darker-h: 220;
    --color-primary-darker-s: 90%;
    --color-primary-darker-l: 36%;
    --color-primary-dark: hsl(220, 90%, 46%);
    --color-primary-dark-h: 220;
    --color-primary-dark-s: 90%;
    --color-primary-dark-l: 46%;
    --color-primary: hsl(220, 90%, 56%);
    --color-primary-h: 220;
    --color-primary-s: 90%;
    --color-primary-l: 56%;
    --color-primary-light: hsl(220, 90%, 66%);
    --color-primary-light-h: 220;
    --color-primary-light-s: 90%;
    --color-primary-light-l: 66%;
    --color-primary-lighter: hsl(220, 90%, 76%);
    --color-primary-lighter-h: 220;
    --color-primary-lighter-s: 90%;
    --color-primary-lighter-l: 76%;
    --color-accent-darker: hsl(355, 90%, 41%);
    --color-accent-darker-h: 355;
    --color-accent-darker-s: 90%;
    --color-accent-darker-l: 41%;
    --color-accent-dark: hsl(355, 90%, 51%);
    --color-accent-dark-h: 355;
    --color-accent-dark-s: 90%;
    --color-accent-dark-l: 51%;
    --color-accent: hsl(355, 90%, 61%);
    --color-accent-h: 355;
    --color-accent-s: 90%;
    --color-accent-l: 61%;
    --color-accent-light: hsl(355, 90%, 71%);
    --color-accent-light-h: 355;
    --color-accent-light-s: 90%;
    --color-accent-light-l: 71%;
    --color-accent-lighter: hsl(355, 90%, 81%);
    --color-accent-lighter-h: 355;
    --color-accent-lighter-s: 90%;
    --color-accent-lighter-l: 81%;
    --color-black: hsl(240, 8%, 12%);
    --color-black-h: 240;
    --color-black-s: 8%;
    --color-black-l: 12%;
    --color-white: hsl(0, 0%, 100%);
    --color-white-h: 0;
    --color-white-s: 0%;
    --color-white-l: 100%;
    --color-success-darker: hsl(94, 48%, 36%);
    --color-success-darker-h: 94;
    --color-success-darker-s: 48%;
    --color-success-darker-l: 36%;
    --color-success-dark: hsl(94, 48%, 46%);
    --color-success-dark-h: 94;
    --color-success-dark-s: 48%;
    --color-success-dark-l: 46%;
    --color-success: hsl(94, 48%, 56%);
    --color-success-h: 94;
    --color-success-s: 48%;
    --color-success-l: 56%;
    --color-success-light: hsl(94, 48%, 66%);
    --color-success-light-h: 94;
    --color-success-light-s: 48%;
    --color-success-light-l: 66%;
    --color-success-lighter: hsl(94, 48%, 76%);
    --color-success-lighter-h: 94;
    --color-success-lighter-s: 48%;
    --color-success-lighter-l: 76%;
    --color-error-darker: hsl(355, 90%, 41%);
    --color-error-darker-h: 355;
    --color-error-darker-s: 90%;
    --color-error-darker-l: 41%;
    --color-error-dark: hsl(355, 90%, 51%);
    --color-error-dark-h: 355;
    --color-error-dark-s: 90%;
    --color-error-dark-l: 51%;
    --color-error: hsl(355, 90%, 61%);
    --color-error-h: 355;
    --color-error-s: 90%;
    --color-error-l: 61%;
    --color-error-light: hsl(355, 90%, 71%);
    --color-error-light-h: 355;
    --color-error-light-s: 90%;
    --color-error-light-l: 71%;
    --color-error-lighter: hsl(355, 90%, 81%);
    --color-error-lighter-h: 355;
    --color-error-lighter-s: 90%;
    --color-error-lighter-l: 81%;
    --color-warning-darker: hsl(46, 100%, 41%);
    --color-warning-darker-h: 46;
    --color-warning-darker-s: 100%;
    --color-warning-darker-l: 41%;
    --color-warning-dark: hsl(46, 100%, 51%);
    --color-warning-dark-h: 46;
    --color-warning-dark-s: 100%;
    --color-warning-dark-l: 51%;
    --color-warning: hsl(46, 100%, 61%);
    --color-warning-h: 46;
    --color-warning-s: 100%;
    --color-warning-l: 61%;
    --color-warning-light: hsl(46, 100%, 71%);
    --color-warning-light-h: 46;
    --color-warning-light-s: 100%;
    --color-warning-light-l: 71%;
    --color-warning-lighter: hsl(46, 100%, 81%);
    --color-warning-lighter-h: 46;
    --color-warning-lighter-s: 100%;
    --color-warning-lighter-l: 81%;
    --color-bg: hsl(0, 0%, 100%);
    --color-bg-h: 0;
    --color-bg-s: 0%;
    --color-bg-l: 100%;
    --color-contrast-lower: hsl(0, 0%, 95%);
    --color-contrast-lower-h: 0;
    --color-contrast-lower-s: 0%;
    --color-contrast-lower-l: 95%;
    --color-contrast-low: hsl(240, 1%, 83%);
    --color-contrast-low-h: 240;
    --color-contrast-low-s: 1%;
    --color-contrast-low-l: 83%;
    --color-contrast-medium: hsl(240, 1%, 48%);
    --color-contrast-medium-h: 240;
    --color-contrast-medium-s: 1%;
    --color-contrast-medium-l: 48%;
    --color-contrast-high: hsl(240, 4%, 20%);
    --color-contrast-high-h: 240;
    --color-contrast-high-s: 4%;
    --color-contrast-high-l: 20%;
    --color-contrast-higher: hsl(240, 8%, 12%);
    --color-contrast-higher-h: 240;
    --color-contrast-higher-s: 8%;
    --color-contrast-higher-l: 12%;
    --color-user-bg: #ececec;
    --color-afb-black: #212529;
}

:root {
    --cd-color-1: hsl(225, 31%, 23%);
    --cd-color-1-h: 225;
    --cd-color-1-s: 31%;
    --cd-color-1-l: 23%;
    --cd-color-2: hsl(54, 42%, 95%);
    --cd-color-2-h: 54;
    --cd-color-2-s: 42%;
    --cd-color-2-l: 95%;
    --cd-color-3: hsl(54, 8%, 75%);
    --cd-color-3-h: 54;
    --cd-color-3-s: 8%;
    --cd-color-3-l: 75%;
    --cd-color-4: hsl(1, 84%, 63%);
    --cd-color-4-h: 1;
    --cd-color-4-s: 84%;
    --cd-color-4-l: 63%;
    --font-primary: 'PT Sans', sans-serif
}

.cd-tabs {
    position: relative
}

thead.user-background {
    background: var(--cd-color-1) !important;
    color: white;
    font-size: .78rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e0e0e0;
}

    .form-control:disabled:hover,
    .form-control[readonly]:hover {
        cursor: not-allowed;
    }

.cd-tabs__list span {
    color: white;
    word-break: break-word;
}


@media (min-width: 48rem) {
    .cd-tabs {
        display: -ms-flexbox;
        display: flex
    }
}

/*@media (min-width: 64rem) {
    .cd-tabs {
        display: block
    }
}*/

@supports (background: linear-gradient(to left, #000, #000)) {
    .cd-tabs::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 80px;
        width: 25px;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to left, hsl(54, 42%, 95%), hsla(54, 42%, 95%, 0));
        background: linear-gradient(to left, var(--cd-color-2), hsla(var(--cd-color-2-h), var(--cd-color-2-s), var(--cd-color-2-l), 0));
        visibility: visible;
        opacity: 1;
        transition: opacity .3s 0s, visibility 0s 0s
    }

    @media (min-width: 48rem) {
        .cd-tabs::after {
            display: none
        }
    }

    .cd-tabs--scroll-ended::after {
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s 0s, visibility 0s .3s
    }
}

.cd-tabs__navigation {
    background: hsl(54, 42%, 95%);
    background: var(--cd-color-1);
    --cd-color-shadow: hsla(54, 42%, 64.6%, 0.06);
    --cd-color-shadow: hsla(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*0.68), 0.06);
    box-shadow: inset 0 -2px 3px hsla(54, 42%, 64.6%, 0.06);
    box-shadow: inset 0 -2px 3px var(--cd-color-shadow)
}

@media (min-width: 48rem) {
    .cd-tabs__navigation {
        width: 90px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        box-shadow: inset -2px 0 3px hsla(54, 42%, 64.6%, 0.06);
        box-shadow: inset -2px 0 3px var(--cd-color-shadow)
    }
}

/*@media (min-width: 64rem) {
    .cd-tabs__navigation {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        background: transparent;
        box-shadow: none;
        background-color: var(--cd-color-1);
    }
}*/

.cd-tabs__list {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

ul.cd-tabs__list {
    padding: 0;
    z-index: 9;
}

.cd-tabs__list li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: var(--cd-color-1);
}

@media (min-width: 48rem) {
    .cd-tabs__list {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

/*@media (min-width: 64rem) {
    .cd-tabs__list {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: hsl(54, 42%, 95%);
        background-color: var(--cd-color-1);
        --cd-color-shadow: hsla(54, 42%, 64.6%, 0.06);
        --cd-color-shadow: hsla(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*0.68), 0.06);
        box-shadow: inset 0 -2px 3px hsla(54, 42%, 64.6%, 0.06);
        box-shadow: inset 0 -2px 3px var(--cd-color-shadow)
    }

    @media (min-width: 64rem) {
        .cd-tabs__list {
            box-shadow: inset 0 -2px 3px hsla(54, 42%, 64.6%, 0.06);
            box-shadow: inset 0 -2px 3px var(--cd-color-shadow)
        }
    }
}*/

/*@media (min-width: 48rem) {
    .cd-tabs__item {*/
/*height: 80px;
        width: 95px;*/
/*height: 70px;
        width: 80px
    }
}*/

/*@media (min-width: 64rem) {
    .cd-tabs__item {
        height: 45px;
        width: auto;
        padding: 0 2em;
        padding: 0 var(--space-md);
        -ms-flex-direction: row;
        flex-direction: row
    }

        .cd-tabs__item .icon {
            margin-bottom: 0;
            margin-right: 0.375em;
            margin-right: var(--space-xxs)
        }
}*/

.js .cd-tabs__item--selected {
    background-color: var(--color-user-bg);
    background-color: var(var(--color-user-bg));
    box-shadow: inset 0 2px 0 hsl(1, 84%, 63%);
    box-shadow: inset 0 2px 0 var(--cd-color-4);
    color: hsl(225, 31%, 23%);
    color: var(--cd-color-1)
}

    .js .cd-tabs__item--selected:hover {
       
        background-color: var(--color-user-bg);
    }

    .js .cd-tabs__item--selected .icon {
        color: hsl(0deg 0% 60%);
    }

@media (min-width: 48rem) {
    .js .cd-tabs__item--selected {
   
        box-shadow: inset 2px 0 0 #ff6a00;
    }
}

/*@media (min-width: 64rem) {
    .js .cd-tabs__item--selected {
        box-shadow: inset 0 2px 0 #ff6a00;
        box-shadow: inset 0 3px 0 #ff6a00;
    }
}*/

.cd-tabs__panels {
    background: hsl(0, 0%, 100%);
    background: var(--color-user-bg);
    /*overflow: hidden;*/
    overflow-x: auto;
    width: 100%;
    padding: 0;
}

.cd-tabs__panel {
    padding: 1.25em;
    padding: var(--space-md);
    --line-height-multiplier: 1.14;
    --text-vspace-multiplier: 1.25
}

    .cd-tabs__panel p {
        color: hsl(225, 31%, 63.02%);
        color: hsl(var(--gray), var(--cd-color-1-s), calc(var(--cd-color-1-l)*2.74));
        margin: 5px 0;
        font-size: var(--text-sm)
    }

        .cd-tabs__panel p a {
            color: #002bff;
            padding: 0;
            font-size: 13px;
        }

.profile-notif time {
    margin: 5px 0;
    font-size: var(--text-sm)
}

@media (min-width: 48rem) {
    .cd-tabs__panel {
        padding: 2em;
        padding: var(--space-lg)
    }
}
/*
@media (min-width: 64rem) {
    .cd-tabs__panel p {
        font-size: 0.83333em;
        font-size: 1.1em;
    }
}*/

.js .cd-tabs__panel {
    display: none;
    padding: 20px;
}

@media screen and (max-width:767px) {
    .js .cd-tabs__panel {
        display: none;
        padding: 10px;
    }
}

.js .cd-tabs__panel--selected {
    /*    display: grid;*/
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* 20201002 Dashboard */
/*.inside-tab {
    background-color: var(--cd-color-1);
}*/

.inside-tab-item > a.active {
    color: var(--cd-color-1);
    border: 2px solid #ff6a00;
    background-color: white;
}

.inside-tab-bg {
    background-color: white;
    padding: 10px 20px;
}


.choose-file::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: var(--cd-color-1);
    border: none;
    padding: 2px 5px;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 8pt;
    margin: 3px;
}

.form-group label {
    color: black;
    margin-bottom: 0
}

.fileinput input,
textarea {
    padding: 0 !important;
}

.form-control {
    border-radius: 2px !important;
    padding: 0rem .35rem 0rem .35rem !important;
    height: 29px !important;
}

.form-control:focus {
    box-shadow: none;
}

.games-bg .top-games-item .col-data {
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #ec8b23;
    color: #fff;
}

.top-games-item.one {
    background-color: #f8f8f8;
    line-height: 3;
}

.games-bg .top-games-item .col-data.one {
    border: 1px solid var(--color-user-bg);
    color: #495057;
    padding: 5px;
}

@media only screen and (max-width:670px) {
    .games-bg .top-games-item .col-data.one {
        width: 155px;
    }
}

.games-title.one {
    padding-bottom: 20px;
}

h_bar-login,
.h_nav {
    font-weight: 700;
    text-transform: uppercase;
}

.h_nav {
    display: flex;
    justify-content: space-around;
    width: auto;
    height: auto;
}

.h_nav-list > li {
    display: inline-block;
    width: auto;
    height: inherit;
    padding: 0;
}

.h_nav-item > a,
.h_nav-item > span {
    display: block;
    padding: 0 10px;
    z-index: 0;
    color: #bebebe;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    border-radius: 2px 2px 0px 0px;
    background-color: var(--cd-color-1);
    margin-right: 5px;
    border: 2px solid var(--cd-color-1);
}

    .h_nav-item > a:hover,
    .h_nav-item > span:hover {
        color: #fff;
    }

    .h_nav-item > a.active {
        color: black;
    }

.h_bar {
    justify-content: flex-end;
    min-height: 100%;
    margin-left: auto;
    width: auto;
    height: auto;
}

.h_bar,
.h_bar-dropdown {
    display: flex;
    align-items: center;
    position: relative;
}

/* User Games List */
.game-part {
    /*border: solid 1px #2a3040;
    border-radius: 4px;
    background: #1c1b20;
    width: 49%;*/
    width: 100%;
}

    .game-part .h3 {
        background: #2a3040;
        width: 100%;
        padding: 15px;
        font-size: 15px;
        font-weight: normal;
        text-transform: capitalize;
        color: #fff;
        margin: 0;
    }

.game-part-section {
    width: 100%;
    /*float: left;
    padding: 20px;*/
    display: inline-block;
}

.gamesHs ul li {
    color: white;
}

.gamesHs ul {
    width: 100%;
    padding: 0;
    display: block;
    display: flex;
    overflow-x: auto;
}

    .gamesHs ul li {
        float: left;
        color: #000000;
        padding: 10px;
        background: #e2e2e2;
        border: 1px solid #d0d0d0;
        font-size: 13px;
        font-size: .95em;
    }


.top-five-title {
    margin-top: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    background-color: var(--cd-color-1);
    padding: 5px;
}

@media only screen and (max-width:944px) {
    .gamesHs ul li {
        height: 55px;
    }
}

ul.gamesHs-title li {
    background-color: #3b4358;
    border: none;
    color: white;
    font-weight: 600;
    height: auto;
}

.rank-part {
    /*padding: 20px;*/
    float: left;
    width: 100%;
}

    .rank-part .h4 {
        color: #00d0ff;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: left;
        padding: .75rem .9rem;
    }

/*for promotion progress*/
.card {
    border: none;
    background-color: #dadada;
}

.card-header {
    background: #363c4e;
    padding: 0;
}

@media screen and (max-width:991px) {
    .promotion_Progress {
        padding-left: 8% !important;
        padding-right: 8% !important;
    }

    .progress-promo {
        margin: 25px 0 !important;
        margin-right: 10px !important;
    }

    .pmo-progress-wrapper {
        padding: 0;
    }

    .pmo-margin-bottom {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {

    #snav li a:hover span img,
    #snav li span img {
        display: none;
    }
}

@media screen and (max-width:415px) {
    .pr-m-3 {
        padding-right: 1rem !important;
    }
}

.pmo-title {
    font-size: .89rem;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #313131;
}

.pmo-progress-wrapper {
    padding: 10px 0;
}

.promotion_Progress {
    padding-left: 5%;
    padding-right: 5%;
}

.pmo-progress-contant .h4 {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: .7rem;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0;
}

.progress-promo {
    width: 70px;
    height: 70px;
    line-height: 80px;
    background: none;
    box-shadow: none;
    position: relative;
    margin: 0;
}

    .progress-promo:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 14px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-promo > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress-promo .progress-promo-left {
        left: 0;
    }

    .progress-promo .progress-promo-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 14px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress-promo .progress-promo-left .progress-promo-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress-promo .progress-promo-right {
        right: 0;
    }

        .progress-promo .progress-promo-right .progress-promo-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards;
        }

    .progress-promo .progress-promo-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #44484b;
        font-size: 14px;
        color: #fff;
        line-height: 135px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%;
    }

.progress-Pending {
    border-color: var(--color-warning);
}

.progress-Running {
    border-color: var(--color-primary);
}

.progress-Expired {
    border-color: var(--color-contrast-low);
}

.progress-Success {
    border-color: var(--color-success);
}

.progress-bar-Pending {
    background-color: var(--color-warning);
}

.progress-bar-Running {
    background-color: var(--color-primary);
}

.progress-bar-Expired {
    background-color: var(--color-contrast-low);
}

.progress-bar-Success {
    background-color: var(--color-success);
}

/* progress custom for more than 50% */
/* .progress-promo.progress-custom .progress-promo-bar {
} */

.progress-promo.progress-custom .progress-promo-left .progress-promo-bar {
    /*animation: custom-Loading-1 1.5s linear forwards 1.8s;*/
    animation: custom-Loading-1 1.5s linear forwards 1.8s;
}

/* progress custom for less than 50% */
/* .progress-promo.progress-custom-2 .progress-promo-bar {
} */

.progress-promo.progress-custom-2 .progress-promo-right .progress-promo-bar {
    /*animation: custom-Loading-1 1.5s linear forwards 1.8s;*/
    animation: custom-Loading-1 1.5s linear forwards 1.8s;
}

.progressBar-Animation {
    animation: progressBar 3s ease-in-out;
    animation-fill-mode: both;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@keyframes custom-Loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(var(--progress1));
        transform: rotate(var(--progress1));
    }
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

#gotoTop {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #cf2c27a8;
    color: white;
    cursor: pointer;
    padding: 9px 15px;
}

    #gotoTop:hover {
        background-color: #cf2c27;
    }


@media screen and (max-width:767px) {
    #gotoTop {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        padding: 0px 40px;
        margin-top: 0;
        background-color: var(--cd-color-1);
        width: 100%;
    }
}

/* promotion progress end*/
.footer-wrapper01 {
    /* display: inline-block; */
    /* background-color: #050505; */
    padding: 30px 15px;
    /* margin-top: 40px; */
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
}

    .footer-wrapper01 h1,
    .footer-wrapper01 h2,
    .footer-wrapper01 h3,
    .footer-wrapper01 h4,
    .footer-wrapper01 h5,
    .footer-wrapper01 h6 {
        word-break: break-all;
    }

.wrapper-container {
    max-width: 1400px;
}

.footer-wrapper01 p {
    /*color: #bbbbbb;
    font-weight: 300;
    font-size: 12px;*/
    text-align: justify;
    text-justify: inter-word;
}

.footer-wrapper01 h2,
.footer-wrapper01 h3,
.footer-wrapper01 h4,
.footer-wrapper01 h5,
.footer-wrapper01 h6 {
    color: var(--light);
    /*font-size: 14px;
    margin-bottom: 15px;*/
}

.footer-wrapper01 h1 {
    color: var(--light);
    /*font-size: 16px;
    margin-bottom: 15px;*/
}

@media screen and (max-width:991px) {
    .footer-wrapper01 {
        display: none;
    }
}

.sidebar-box {
    max-height: 250px;
    height: auto !important;
    position: relative;
    overflow: hidden;
    min-height:100px
}
.sidebar-box .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background-image: linear-gradient(to bottom, transparent, #070707);
}

.sidebar-box .read-more a.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    background-color: var(--cd-color-1);
    color: white;
    font-size: .9em;
    font-weight: 600 !important;
    padding: 5px 15px;

    text-transform: uppercase;
    border: none;
    border-radius: 3px;
}

.sidebar-box .read-more a.button:hover,
.sidebar-box .read-more-btn a.button:hover {
    background-color: #ff6a00;
}

/* .sidebar-box .read-more-wrap.read-less-content {
    animation: read-less-content .5s linear;
} */
.sidebar-box .read-more-wrap.read-more-content {
    animation: read-more-content .5s linear;
}

@keyframes read-more-content {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes read-less-content {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-30px);
    }
}
/* Games Lobby Hover */

.photobox {
    display: inline-block;
}

.photobox__previewbox {
    position: relative;
    overflow: hidden;
}

.photobox__preview {
    display: block;
    max-width: 100%;
}

.photobox__previewbox:before {
    content: "";
}

/* type 1 */

.photobox_type1 .photobox__previewbox:before {
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
    transition: transform calc(var(--photoboxAnimationDuration, .2s) / 2) ease calc(var(--photoboxAnimationDuration, .2s) / 2);
    will-change: transform;
    transform: scale(0);
}

.photobox_type1:hover .photobox__previewbox:before {
    transform: scale(3);
    transition-duration: var(--photoboxAnimationDuration, .2s);
    transition-delay: 0s;
}

.photobox_type1 .photobox__label {
    transform: translate(-200%, -50%);
    transition: transform var(--photoboxAnimationDuration, .2s) ease-out;
    will-change: transform;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 15% auto;
    text-align: center;
}

.photobox_type1:hover .photobox__label {
    transition-duration: var(--photoboxAnimationDuration, .2s);
    transform: translate(0, 0);
    width: 100%;
}



/*
* demo styles for photobox
*/

.photobox {
    color: #fff;
    /*font-size: 2.5rem;*/
    font-weight: 700;
    width: 33.33333%;
    --photoboxOverlay: #070707a8;
    --photoboxAnimationDuration: .5s;
    margin: 4px 0;
    padding: 0 5px;
}

@media screen and (max-width: 480px) {
    .photobox {
        width: 100%;
    }

    .cd-tabs__panel p.one {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 175px;
        display: inline-block;
    }
}

@media screen and (max-width: 321px) {
    .cd-tabs__panel p.one {
        width: 120px;
    }
}

.paging-gamelobby {
    display: inline-block;
}

/* user names */
.user-names a span {
    color: white;
}

    .user-names a span:hover {
        color: aqua;
    }

/* add bank */
.tabcontentmd {
    color: #808aa6;
}

    .tabcontentmd .popup-header,
    .tabcontentmd .popup-title {
        width: 100%;
        height: 64px;
        padding: 0;
        background-color: #fff;
       
        border-radius: 4px 4px 0 0;
        color: #808aa6;
        font-size: 14px;
        font-weight: bold;
        line-height: 64px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        border-bottom: 1px solid hsla(0, 0%, 59.2%, .3);
    }

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: none;
    width: 360px;
    /*min-height: 280px;*/
    border-radius: 2px;
}

.modal-body .h5 {
    font-weight: 500 !important;
    color: #636363;
}

.btn-sharebox .h5 {
    color: white !important;
    font-size: 1em !important;
}

.close-popup {
    position: absolute;
    top: 11px;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: 10;
    cursor: pointer;
    color: #808aa6;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    transition: opacity 1s 1s;
}

.popup-form {
    padding: 20px 30px 25px;
    float: left;
    width: 100%;
}

.form-block {
    padding: 0;
    /*margin: 0 0 10px;*/
    position: relative;
    border: none;
    text-align: left;
}

.popup-footer button {
    background: #67cf35;
    border: #67cf35;
    width: 100%;
    border-radius: 2px;
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
  
    margin-top: 5px;
    font-weight: bold;
}

    .popup-footer button span {
        color: white;
    }

.withdrawNB span {
    color: black;
}

/* video frame */
form.video-iframe {
    margin-bottom: -6px;
    margin-top: -1px;
}


/* game iframe */
.game-frame iframe {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10%;
}

.box {
    padding: 30px;
    margin: 2%;
    background: white;
    width: 30%;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    transition: .2s all;
}

.box-wrap:hover .box {
    filter: blur(3px);
    opacity: .5;
    transform: scale(.98);
    box-shadow: none;
}

    .box-wrap:hover .box:hover {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
        box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
    }


/* mobile User Profile */
.m-profile-notif {
    padding: 0;
    float: right;
    margin-top: -4px;
}

/*.btn-link i {
    color: white;
}*/

/* */
.owl-nav {
    color: white;
}

.owl-prev {
    position: absolute;
    top: 30%;
    left: 2%;
}

.owl-next {
    position: absolute;
    top: 30%;
    right: 2%;
}

/* Info page */
.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
}

    .faq-nav .nav-link {
        position: relative;
        display: block;
        margin: 0;
        padding: 13px 16px;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        color: #616161;
        transition: background-color .2s ease;
    }

        .faq-nav .nav-link:hover {
            background-color: #f6f6f6;
        }

        .faq-nav .nav-link.active {
            background-color: #2a3040;
            font-weight: 700;
            color: rgb(255 255 255 / 87%);
        }

        .faq-nav .nav-link:last-of-type {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            border-bottom: 0;
        }

        .faq-nav .nav-link i.mdi {
            margin-right: 5px;
            font-size: 18px;
            position: relative;
        }

.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

    .tab-content .card {
        border-radius: 0;
    }

    .tab-content .card-header {
        border-radius: 0;
        background-color: #f6f6f6;
    }

        .tab-content .card-header .h5 {
            margin: 0;
        }

            .tab-content .card-header .h5 button {
                display: block;
                width: 100%;
            
                border: 0;
                font-weight: 700;
                color: rgba(0, 0, 0, 0.87);
                text-align: left;
                white-space: normal;
                font-size: .8em !important;
                padding: 15px 16px;
            }


                .tab-content .card-header .h5 button:hover,
                .tab-content .card-header .h5 button:focus,
                .tab-content .card-header .h5 button:active,
                .tab-content .card-header .h5 button:hover:active {
                    text-decoration: none;
                }

    .tab-content .card-body p {
        color: #616161;
    }

        .tab-content .card-body p:last-of-type {
            margin: 0;
        }

.accordion > .card:not(:first-child) {
    border-top: 0;
}

.collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-left: 35px;
}

.accordion > .card > .card-header {
    margin-bottom: 0 !important;
}

/*POKERV Instruction*/
#PKV_FAQHeading .btn {
    color: black;
}

.btn-link:hover,
.btn-link.focus,
.btn-link:focus {
    text-decoration: none !important;
}

.pk-term li {
    list-style-type: initial;
}

/*------------*/

/* Promotion */
.save-btn.one {
    position: absolute;
    height: 85px;
    bottom: -35px;
}

/* 20210223 */

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .cd-nugget-info h1 {
        color: #fefffb;
        font-size: 2.4rem;
        margin: .6em 0;
    }

    .cd-nugget-info .cd-btn {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: none;
        border-radius: 50em;
        background: #ff962c;
        padding: 1em 2em;
        color: #fefffb;
        font-weight: bold;
        font-size: 1.4rem;
        cursor: pointer;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

        .cd-nugget-info .cd-btn:active {
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
        }

        .no-touch .cd-nugget-info .cd-btn:hover,
        .cd-nugget-info .cd-btn:focus {
            outline: none;
            background: #ffa346;
        }

@media only screen and (min-width: 768px) {
    .cd-nugget-info h1 {
        font-size: 4.2rem;
        font-weight: 300;
    }

    .cd-nugget-info .cd-btn {
        font-size: 1.6rem;
    }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-tour-wrapper {
    position: fixed;
    z-index: 2;
    height: 90%;
    width: 90%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}

    .cd-tour-wrapper::before {
        /* never visible - this is used in jQuery to check the current MQ */
        display: none;
        content: 'mobile';
    }

    .cd-tour-wrapper.active {
        /* start tour */
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
        transition: opacity 0.4s 0s, visibility 0s 0s;
    }

@media only screen and (min-width: 600px) {
    .cd-tour-wrapper {
        max-width: 500px;
        max-height: 600px;
    }
}

@media only screen and (min-width: 768px) {
    .cd-tour-wrapper {
        /* reset style */
        position: relative;
        /*top: 0;
        left: 0;*/
        height: 100%;
        width: 100%;
        max-width: none;
        max-height: none;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

        .cd-tour-wrapper::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'desktop';
        }

        .cd-tour-wrapper.active {
            visibility: hidden;
        }
}

.cd-single-step {
    /* tour single step */
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 30px;
    background-color: #191919ed;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0) scale(0);
    -moz-transform: translateZ(0) scale(0);
    -ms-transform: translateZ(0) scale(0);
    -o-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);





    -webkit-transition: -webkit-transform 0.4s 0s, opacity 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, opacity 0s 0.4s;
    transition: transform 0.4s 0s, opacity 0s 0.4s;
}

    .cd-single-step > span {
        /* dot indicator - visible on desktop version only */
        position: relative;
        z-index: 1;
       
        width: 10px;
        height: 10px;
        border-radius: inherit;
        background: #ff962c;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
        /* replace text with background images */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        /* hide on mobile */
        display: none;
    }

    .cd-single-step::after {
        /* this is used to create the pulse animation */
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: inherit;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* hide on mobile */
        display: none;
    }

.active .cd-single-step {
    /* tour started */
    -webkit-transform: scale(1) translateX(100%);
    -moz-transform: scale(1) translateX(100%);
    -ms-transform: scale(1) translateX(100%);
    -o-transform: scale(1) translateX(100%);
    transform: scale(1) translateX(100%);
    -webkit-transition: -webkit-transform 0.4s 0s, opacity 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s, opacity 0.4s 0s;
    transition: transform 0.4s 0s, opacity 0.4s 0s;
}

    .active .cd-single-step.move-left {
        -webkit-transform: scale(1) translateX(-100%);
        -moz-transform: scale(1) translateX(-100%);
        -ms-transform: scale(1) translateX(-100%);
        -o-transform: scale(1) translateX(-100%);
        transform: scale(1) translateX(-100%);
    }

    .active .cd-single-step.is-selected {
        /* visible step */
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s;
    }

@media only screen and (min-width: 768px) {
    .cd-single-step {
        /* reset style */
        height: auto;
        width: auto;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        border-radius: 50%;
        visibility: hidden;
        opacity: 1;
        background-color: transparent;
        box-shadow: none;
        -webkit-transition: visibility 0s 0.4s;
        -moz-transition: visibility 0s 0.4s;
        transition: visibility 0s 0.4s;
    }

        .cd-single-step:nth-of-type(1) {
            /* set tour points positions */
            top: -10px;
            right: 70px;
        }

        .cd-single-step:nth-of-type(2) {
            bottom: 24%;
            right: 82%;
        }

        .cd-single-step:nth-of-type(3) {
            top: 28%;
            left: 20%;
        }

        .cd-single-step > span,
        .cd-single-step::after {
            display: block;
        }

    .active .cd-single-step,
    .active .cd-single-step.move-left {
        -webkit-transition: visibility 0s 0.4s;
        -moz-transition: visibility 0s 0.4s;
        transition: visibility 0s 0.4s;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-single-step.is-selected {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

        .cd-single-step.is-selected > span {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .cd-single-step.is-selected::after {
            -webkit-animation: cd-pulse 2s infinite;
            -moz-animation: cd-pulse 2s infinite;
            animation: cd-pulse 2s infinite;
            -webkit-animation-delay: 0.5s;
            -moz-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

        .cd-single-step.is-selected .cd-more-info {
            opacity: 1;
        }
}

@-webkit-keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #ff962c;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
    }
}

@-moz-keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #ff962c;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
    }
}

@keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #ff962c;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
    }
}

.cd-single-step .cd-more-info {
    z-index: 1;
    padding: 1.5em;
    width: 100%;
    background-color: #5700a7f0;
}

    .cd-single-step .cd-more-info::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-single-step .cd-more-info::before {
        /* triangle next to the step description - hidden on mobile */
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border: 6px solid transparent;
        display: none;
    }

    .cd-single-step .cd-more-info h2 {
        font-size: 2em;
        color: #d7d7d7;
        margin-bottom: .4em;
    }

    .cd-single-step .cd-more-info p {
        font-size: 1.1em;
        line-height: 1.6;
        /*margin-bottom: 1.3em;*/
        color: #ffffff;
        text-align: left;
    }

    .cd-single-step .cd-more-info img {
        margin-bottom: 1.4em;
        margin-top: 1.3em;
    }

    .cd-single-step .cd-more-info .cd-close {
        /* 'X' icon to skip the tour */
        position: absolute;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        /* replace text with background images */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }

        .cd-single-step .cd-more-info .cd-close::after,
        .cd-single-step .cd-more-info .cd-close:before {
            /* these are the 2 lines of the 'X' icon */
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            height: 2px;
            width: 16px;
            border-radius: 4em;
            background-color: #cbccc8;
            /* Force Hardware Acceleration */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .cd-single-step .cd-more-info .cd-close::after {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .cd-single-step .cd-more-info .cd-close::before {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

    .cd-single-step .cd-more-info span {
        /* step count e.g. 1 of 3*/
        float: left;
        padding-top: .1em;
        font-size: .9em;
        color: gray;
    }

@media only screen and (min-width: 768px) {
    .cd-single-step .cd-more-info {
        position: absolute;
        width: 340px;
        border-radius: 15px;
        box-shadow: 0 3px 20px rgb(0 0 0 / 15%);
        opacity: 0;
        background-color: #5700a7f0;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s;
        border-color: #5700a7f0;
    }

        /* .cd-single-step .cd-more-info p {
            margin-bottom: 2.5em;
        } */

        .cd-single-step .cd-more-info img {
            display: none;
        }

        .cd-single-step .cd-more-info::before {
            /* triangle next to the step description - hidden on mobile */
            display: block;
        }

        .cd-single-step .cd-more-info.left {
            right: calc(100% + 15px);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cd-single-step .cd-more-info.right {
            left: calc(100% + 15px);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cd-single-step .cd-more-info.left,
        .cd-single-step .cd-more-info.right {
            top: 50%;
        }

        .cd-single-step .cd-more-info.top {
            bottom: calc(100% + 15px);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .cd-single-step .cd-more-info.bottom {
            top: calc(100% + 15px);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .cd-single-step .cd-more-info.top,
        .cd-single-step .cd-more-info.bottom {
            left: 50%;
        }

        .cd-single-step .cd-more-info.left::before,
        .cd-single-step .cd-more-info.right::before {
            top: 50%;
            bottom: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cd-single-step .cd-more-info.top::before,
        .cd-single-step .cd-more-info.bottom::before {
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .cd-single-step .cd-more-info.left::before {
            border-left-color: inherit;
            left: 100%;
        }

        .cd-single-step .cd-more-info.right::before {
            border-right-color: inherit;
            right: 100%;
        }

        .cd-single-step .cd-more-info.top::before {
            border-top-color: inherit;
            top: 100%;
        }

        .cd-single-step .cd-more-info.bottom::before {
            border-bottom-color: inherit;
            bottom: 100%;
        }

    .is-selected .cd-single-step .cd-more-info {
        opacity: 1;
    }
}

.cd-tour-nav {
    float: right;
}

    .cd-tour-nav::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-tour-nav li {
        display: inline-block;
    }

        .cd-tour-nav li:first-of-type {
            margin-right: 1.5em;
        }

    .cd-tour-nav a {
        font-size: 1.3rem;
        color: #222d33;
        font-weight: bold;
    }

        .cd-tour-nav a.inactive {
            /* item not clickable */
            color: grey;
            cursor: not-allowed;
            font-size: .9em;
        }

.cd-cover-layer {
    /* background cover layer - visible when tour is activated */
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}

    .cd-cover-layer.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
        transition: opacity 0.4s 0s, visibility 0s 0s;
    }

@media only screen and (min-width: 768px) {
    .cd-cover-layer.is-visible {
        opacity: 0;
        -webkit-animation: cd-fade-in 2.1s;
        -moz-animation: cd-fade-in 2.1s;
        animation: cd-fade-in 2.1s;
    }
}

@-webkit-keyframes cd-fade-in {

    0%, 100% {
        opacity: 0;
    }

    14%, 40% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {

    0%, 100% {
        opacity: 0;
    }

    14%, 40% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {

    0%, 100% {
        opacity: 0;
    }

    14%, 40% {
        opacity: 1;
    }
}

/* -------------------------------- 

xapp prototype - no need to import this in production 

-------------------------------- */
.cd-app-screen {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 80%;
    background: #222d33;
    border-radius: 4px;
    box-shadow: 0 10px 60px #08151d;
}

    .cd-app-screen::before,
    .cd-app-screen::after {
        content: '';
        position: absolute;
    }

    .cd-app-screen::before {
        top: 0;
        left: 0;
        height: 40px;
        width: 100%;
        background: #fefffb;
        border-radius: 4px 4px 0 0;
    }

    .cd-app-screen::after {
        top: 14px;
        left: 20px;
        height: 12px;
        width: 60px;
        background: #e4e5e1;
        border-radius: 3px;
    }


/* Searh Slot _ Homepage */
.searchNoRecord {
    margin: 0 auto;
    text-align: center;
    color: #e4e4e4;
}

.searchMobileNoRecord {
    margin: 0 auto;
    text-align: center;
    color: black;
}

.table > tbody > tr > th.one,
.table > tbody > tr > td.one {
    line-height: 2.4;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle,
.btn-light.focus,
.btn-light:focus {
    background-image: linear-gradient(to right, #2575fc, #6a11cb) !important;
}

/* data message */
.data-container > div {
    color: black;
}

/* 1st login message */
.cd-nav {
    display: none;
}

/* notification */

.unreadMSG {
    background-color: #ebf1ff;
}

.titleUnread {
    color: #256ebf !important;
}

.card-text:last-child {
    padding-top: 0;
}

/* login */
.form-group {
    text-align: left;
    margin-bottom: 1rem;
    margin-right:0px;
    margin-left:0px;
}

/* member dashboard bank */
.bank-list table td,
table th {
    font-size: .9em;
}

/* slider */
.carousel-control-next,
.carousel-control-prev {
    z-index: auto;
    width: 7%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background-color: #000000ad !important;
}

.owl-nav > button > .fa {
    padding: 5px 10px !important;
}

.owl-dots, .owl-next.disabled, .owl-prev.disabled {
    display: none;
}

/* Homepage promotion */
@media only screen and (max-width: 415px) {
    img .promo-banner-m {
        height: auto !important;
    }

    .afb-header-menu {
        padding-right: 0;
    }
}

/* menu */
span.text {
    font-size: .8em;
}

/*style for menu bar*/
#outer-nav {
    overflow: hidden;
}

#outer-nav-profile {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #outer-nav {
        overflow-x: scroll;
    }

        /*hide menu scrollbar*/
        #outer-nav::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        }

    #outer-nav-profile {
        overflow-x: scroll;
    }

        /*hide menu scrollbar*/
        #outer-nav-profile ::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        }
}

.toggleLeft-profile {
    background: #0373ff;
    color: #fff;
}

.toggleRight-profile {
    background: #0373ff;
    color: #fff;
}

/* Pagination */
.pagination a.active {
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    display: block;
}

.pagination a:hover:not(.active) {
    background-color: transparent;
}

/* Search Page */
.s006 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

    .s006 form {
        width: 100%;
    }

        .s006 form legend {
            font-size: 36px;
            color: #fff;
            font-weight: 800;
            text-align: center;
            margin-bottom: 30px;
        }

        .s006 form .inner-form {
            width: 100%;
            margin-bottom: 17px;
        }

            .s006 form .inner-form .input-field {
                width: 100%;
                position: relative;
            }

                .s006 form .inner-form .input-field input {
                    height: 100%;
                
                    
                    border: 0;
                    background: #fff;
                    display: block;
                    width: 100%;
                    padding: 10px 32px 10px 10px;
                    font-size: 18px;
                    color: #666;
                    border-radius: 34px;
                }

                    .s006 form .inner-form .input-field input.placeholder {
                        color: #747474;
                        font-size: 1em;
                    }

                    .s006 form .inner-form .input-field input:-moz-placeholder {
                        color: #747474;
                        font-size: 1em;
                    }

                    .s006 form .inner-form .input-field input::-webkit-input-placeholder {
                        color: #747474;
                        font-size: 1em;
                    }

                    .s006 form .inner-form .input-field input:hover,
                    .s006 form .inner-form .input-field input:focus {
                        box-shadow: none;
                        outline: 0;
                    }

                .s006 form .inner-form .input-field .btn-search {
                    width: 70px;
               

                    -ms-flex-align: center;
           
                    position: absolute;
                    right: 0;
                    height: 100%;
                    background: transparent;
                    border: 0;
                    padding: 0;
                    cursor: pointer;
                    display: flex;
                    -ms-flex-pack: center;
                    justify-content: center;
                    align-items: center;
                }

                    .s006 form .inner-form .input-field .btn-search svg {
                        fill: #747474;
                        width: 30px;
                        height: 30px;
                        transition: all .2s ease-out, color .2s ease-out;
                    }

                    .s006 form .inner-form .input-field .btn-search:hover,
                    .s006 form .inner-form .input-field .btn-search:focus {
                        outline: 0;
                        box-shadow: none;
                    }

                        .s006 form .inner-form .input-field .btn-search:hover svg,
                        .s006 form .inner-form .input-field .btn-search:focus svg {
                            fill: #666;
                        }

        .s006 form .suggestion-wrap {
            padding: 0 15px;
        }

            .s006 form .suggestion-wrap span {
                font-size: .9em;
                display: inline-block;
                background: rgb(62 62 62 / 60%);
                line-height: 32px;
              
       
                margin-right: 10px;
                margin-bottom: 10px;
                border: none;
                border-radius: 2px 2px;
                padding: 5px 15px;
                color: white;
            }

                .s006 form .suggestion-wrap span:hover {
                    background-image: linear-gradient(to right, #2575fc, #6a11cb);
                }

@media screen and (max-width: 767px) {
    .s006 form .inner-form .input-field {
        margin-bottom: 20px;
        height: 50px;
    }

        .s006 form .inner-form .input-field input {
            padding-left: 55px;
            font-size: 16px;
        }

        .s006 form .inner-form .input-field .btn-search svg {
            width: 26px;
            height: 26px;
        }
}

/* Mobile Search bar */
/* Search Box Button*/
/* .search-button {
} */

.search-toggle {
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
}

    .search-toggle::before,
    .search-toggle::after {
        content: '';
        position: absolute;
        display: block;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }

    .search-toggle::before {
        border: 2px solid #ffffff;
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

    .search-toggle::after {
        height: 2px;
        width: 7px;
        background: #ffffff;
        top: 11px;
        left: 9px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .search-toggle.active::before {
        width: 0;
        height: 1.1em;
        border-width: 1px;
        border-radius: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0em;
        left: .35em;
        background-color: white;
    }

    .search-toggle.active::after {
        width: 1.2em;
        left: -.15em;
        top: 0.5em;
    }

.search-input:focus {
    outline: none;
}

/* Widget Desktop SearchGame  */
.searchgamewidget {
    padding: 0px !important;
    border-radius: 2px;
    background-color: transparent;
}

/* Widget Mobile SearchGame  */
.search-button {
    margin: 10px 5px 12px 5px;
}

.searchgameMobilewidget.show {
    top: 145px;
}



/* Example #1 */
#header-1 {
    padding: 10px;
}

    #header-1 .search-box {
        position: absolute;
        bottom: 0;
        right: .2em;
        /*right: 0;*/
        width: 98.8%;
        height: 100%;
        max-height: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #fffffffa;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        #header-1 .search-box .search-input {
            width: 100%;
            height: 100%;
            padding: 0 1em;
         
            background-color: transparent;
            opacity: 0;
            color: #fff;
            border: none !important;
        }

            #header-1 .search-box .search-input::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.4);
            }

    #header-1.show .search-box {
        display: inline-table;
        padding: 15px 15px;
        z-index: 9999
    }

        #header-1.show .search-box .search-input {
            opacity: 1;
        }

.search-box input::placeholder {
    color: #ededed !important;
}

.search-input {
    color: white !important;
}

.search-bar {
    background-color: #232323 !important;
    padding: 10px !important;
    margin: 0 3px;
}

/* Label */
.under-m {
    color: white;
    background-color: red;
    padding: 5px;
    font-size: .8em;
    font-weight: 500;
    position: absolute;
    border-radius: 0 0 10px 10px;
    left: 0;
    top: 0;
    z-index: 1;
}

.hotnew-container {
    position: absolute;
    top: 3px;
    left: 5px;
    right: 0;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
}

    .hotnew-container .under-m, .hotnew-container .under-n {
        position: relative;
        overflow: hidden;
        width: max-content;
        text-overflow: ellipsis;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        max-width: 100%;
        color: white;
        background-color: red;
        padding: 5px;
        font-size: .8em;
        font-weight: 500;
        border-radius: 0 0 10px 10px;
    }

.jackpotpool .under-ml {
    color: white;
    background-color: red;
    padding: 5px;
    font-size: .8em;
    font-weight: 500;
    position: absolute;
    border-radius: 0 0px 10px 0px;
    top: 0;
}

.top5game .under-ml, .page-searchgame .under-ml, #gameLobbyList .under-ml {
    color: white;
    background-color: red;
    padding: 5px;
    /*font-size: .3em;*/
    font-weight: 500;
    position: absolute;
    border-radius: 0 0px 10px 0px;
    top: 0;
    z-index: 1;
}

.under-sku-wrapper {
    position: absolute;
    z-index: 99;
    margin: 3px;
    text-transform: uppercase;
}

.under-sku {
    color: white;
    padding: 5px;
    font-size: .7em;
    font-weight: 500;
    border-radius: 3px;
    margin: 2px;
    display: inline-block;
}

.labal-new-color {
    background-color: green;
}

.labal-top-color {
    background-color: blue;
}

.labal-under-color {
    background-color: red;
}

.container1 {
    flex-wrap: wrap;
}

/* search button */
.search-btn, .searchgamewidget .search-btn {
    background-image: linear-gradient(to right, #2575fc, #6a11cb);
    text-align: center !important;
    color: white !important;
    font-size: .8em;
    padding: 5px;
    border-radius: 2px;
}

    .search-btn:hover {
        background-image: linear-gradient(to right, #6a11cb, #2575fc);
    }

/*affiliate css*/
@media (max-width: 767.98px) {
    /*    .downline-details {
        max-width: 49% !important;
        margin-bottom: 0rem !important;
    }*/

    h3.details-title {
        height: 25px !important;
    }

    .downline-details:nth-child(2) {
        margin-right: 0 !important;
    }

    #invite-friend .copy.col-12.col-md-8.p-0 {
        margin-top: 1.5rem;
        max-width: 100% !important;
    }
}

.h3.details-title {
    height: 45px;
}

.affiliate .h3 {
    border-bottom: 1px solid #3e3e3e;
    color: #222222;
}

#main-affiliate .h3 {
    width: 100%;
    padding: 8px 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}

#main-affiliate table,
#daily-lucky-spin-history table,
#deposit-withdraw-history table,
#gamedeposit-withdraw-history table {
    font-size: .95em;
}

#main-affiliate thead,
#daily-lucky-spin-history thead,
#deposit-withdraw-history thead,
#gamedeposit-withdraw-history thead {
    background: #201f25;
    color: #fff;
}

#main-affiliate tbody td,
#daily-lucky-spin-history tbody td,
#deposit-withdraw-history tbody td,
#gamedeposit-withdraw-history tbody td {
    background: #fff;
}

#main-affiliate tbody tr:nth-child(2n+2) td,
#daily-lucky-spin-history tbody tr:nth-child(2n+2) td,
#deposit-withdraw-history tbody tr:nth-child(2n+2) td,
#gamedeposit-withdraw-history tbody tr:nth-child(2n+2) td {
    background: #e2e2e2;
}

#main-affiliate th,
#main-affiliate td,
#daily-lucky-spin-history th,
#daily-lucky-spin-history td,
#deposit-withdraw-history th,
#deposit-withdraw-history td,
#gamedeposit-withdraw-history th,
#gamedeposit-withdraw-history td {
    padding: 10px 7px;
}

#deposit-withdraw-history .amount {
    padding-left: 50px !important;
}

#active-member-list .h3,
.user-profile .h3 {
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    /*margin: 1rem 0 0 0;*/
}

#active-member-list table {
    border-collapse: collapse;
    font-size: .95em;
}

#active-member-list thead {
    background: #201f25;
    color: #fff;
}

#active-member-list tbody td {
    background: #fff;
    border-bottom: 2px solid #d0d0d0;
}

#active-member-list tbody tr:nth-child(2n+2) td {
    background: #e2e2e2;
}

#active-member-list th,
#active-member-list td {
    padding: 10px 7px;
}

    #active-member-list td div {
        color: #7e7e7e;
        font-weight: 600;
    }

#active-member-list #more {
    cursor: pointer;
    background: #e2e2e2;
}

#invite-friend .copy {
    background: #d5d5d5;
}

    #invite-friend .copy.col-12.col-md-8.p-0 {
        max-width: 63%;
    }

#invite-friend .share-title {
    font-size: 11px;
    max-height: 27px;
}

.sharebox-container {
    border-radius: 2px;
    background-color: #28324d;
}

.btn-sharebox {
    background-image: linear-gradient(to right, #3ab1f2, #7c4cf5);
    color: #fff;
}

    .btn-sharebox:hover {
        background-image: linear-gradient(to right, #7c4cf5, #3ab1f2);
        color: #fff;
    }

.btn-underline-sharebox {
    position: relative;
}

    .btn-underline-sharebox:hover::after {
        position: absolute;
        display: inline-block;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #b18f35;
    }

.btn-sharebox-gray {
    background-color: #28324d;
    color: #fff !important;
}

input#copy-link {
    /*    padding: 5px 10px !important;*/
    border: none !important;
    width: 100%;
    /*    margin-bottom: 5px;*/
}

    input#copy-link:focus {
        outline: none;
    }

input#copytext {
    padding: 0px 5px;
    border: none;
    width: 60%;
}

    input#copytext:focus {
        outline: none;
    }

button#copylink {
    border: none;
    background: transparent;
    cursor: pointer;
}

    button#copylink:hover {
        outline: none;
    }

button#copytext {
    border: none;
    background: transparent;
    cursor: pointer;
}

    button#copytext:hover {
        outline: none;
    }

button.qrcode {
    border: none;
    background: transparent;
    cursor: pointer;
}

    button.qrcode:hover {
        outline: none;
    }

#invite-friend .tooltip {
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    font-weight: 700;
    font-family: inherit;
}

    #invite-friend .tooltip.show {
        opacity: 1;
        pointer-events: auto;
    }

#invite-friend .copy-share {
    text-align: right;
    margin-right: 1rem;
}

    #invite-friend .copy-share button {
        width: 20%;
        padding: 4px;
        border-radius: 5px;
        font-size: .7rem;
        margin-right: 5px;
        transform: translateY(-20px);
    }

#invite-friend .copied {
    padding: 11px;
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
}

    #invite-friend .copied.show {
        opacity: 1;
        pointer-events: auto;
    }

#invite-friend textarea {
    height: 150px;
    text-align: justify;
    padding: 4px 8px;
    background: #7c7c7c9e;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
}

    #invite-friend textarea:focus {
        border: 1px solid #2575fc;
    }

#invite-friend .social-media.row {
    margin-right: 0px;
    margin-left: 0px;
}

#invite-friend .social-media button {
    padding: 4px;
    border-radius: 5px;
    font-size: .75rem;
}

#invite-friend .social-media-share {
    color: #fff;
    font-size: .7rem;
    padding: 5px 0px;
    text-align: center;
}

#invite-friend .icon {
    height: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#invite-friend .icon-fb {
    background: #3a60b1;
}

#invite-friend .text-fb {
    background: #3f68c0;
}

#invite-friend .icon-messenger {
    background: #1d80e5;
}

    #invite-friend .icon-messenger img,
    #invite-friend .icon-telegram img {
        width: .7rem;
    }

#invite-friend .text-messenger {
    background: #1f8bf8;
}

#invite-friend .icon-telegram {
    background: #2998cf;
}

#invite-friend .text-telegram {
    background: #2da5e1;
}

#invite-friend .icon-whatsapp {
    background: #11c252;
}

#invite-friend .text-whatsapp {
    background: #12d259;
}

#invite-friend .icon-more {
    background: #565656;
    cursor: pointer;
}

#invite-friend .text-more {
    background: #5d5d5d;
    cursor: pointer;
}

.downline-details {
    background: #e2e2e2;
    border-radius: 0 0 4px 4px;
    /*    max-width: 24%;
    margin-right: 0.5rem;*/
    /*margin-top: 1.5rem;*/
    padding: 15px;
}

    .downline-details:last-child {
        margin-right: 0 !important;
    }

    .downline-details .h3 {
        font-size: 12px;
        border-bottom: 1px solid transparent;
        padding: 0;
        margin-bottom: 15px;
        color: #000 !important;
    }

        .downline-details .h3.one {
            padding: 0 !important;
            margin: 0 auto !important;
            height: 35px;
        }

        .downline-details .h3:first-child {
            margin-top: 0.5rem;
        }

        .downline-details .h3 b {
            font-size: 15px;
        }

    .downline-details span {
        font-size: 10px;
    }

#profile-promotion-sec span {
    font-size: .9em;
    color: #e1e1e1;
    margin: 0px;
    float: right;
}

#profile-promotion-sec button {
    background-color: #ffffff00;
    color: white;
    border: none;
}

#profile-Bet-History button,
#profile-bet-turnover button {
    background-color: #ffffff00;
    color: white;
    border: none;
}

#profile-Bet-History span,
#profile-bet-turnover span {
    font-size: .9em;
    color: #e1e1e1;
    margin: 0px;
    float: right;
}

button[aria-expanded=true] .fa-caret-down {
    display: none;
}

button[aria-expanded=false] .fa-caret-up {
    display: none;
}

@media (min-width : 768px) {

    .toggleRight-profile,
    .toggleLeft-profile {
        display: none;
    }
}

@media screen and (max-width : 767px) {

    .toggleRight-profile,
    .toggleLeft-profile {
        display: block;
    }
}

.promo-bar-title h6,
promo-bar-title p {
    color: #0a586b;
}

/* animation */
@-moz-keyframes bounceDown {

    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounceDown {

    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounceDown {

    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}





@-webkit-keyframes bounceLeft {

    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    60% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@-moz-keyframes bounceLeft {

    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(30px);
    }

    60% {
        transform: translateX(15px);
    }
}

@keyframes bounceLeft {

    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    60% {
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
}

/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {

    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {

    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {

    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

/* /right bounce */


/* assign bounce */
.fa-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    float: right;
    padding: 5px;
}

.fa-arrow-left {
    -webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
    padding: 5px;
}

    .fa-arrow-left:hover,
    .fa-arrow-right:hover {
        -webkit-animation: bounceLeft 0s infinite;
        animation: bounceLeft 0s infinite;
    }

.fa-chevron-down {
    -moz-animation: bounceDown 2s infinite;
    -webkit-animation: bounceDown 2s infinite;
    animation: bounceDown 2s infinite;
    text-align: center;
    display: block;
}


.credits {
    padding-top: 50px;
    display: block;
    clear: both;
}


/* 18 */
label.red {
    color: red;
    line-height: 1.2;
}

.theme-checkbox.red .custom-control-input:checked ~ .custom-control-label::before {
    background-color: red;
}

.theme-checkbox.red .custom-control-label:before {
    border-radius: 1rem !important;
    border: 2px solid red;
    top: 0.15rem;
}

.theme-checkbox.red .custom-control-label:after {
    top: 0.15rem;
}

/* login and register | how to button */
.btn-contrasttheme {
    color: #212529;
    background-color: #ffee11;
    border-color: #ffee11;
}

    .btn-contrasttheme:hover {
        color: #212529;
        background-color: #ead900;
        border-color: #ddcd00;
    }

/*.input-group-prepend i {
    color: #01d2fe;
}*/

span.toggle-password svg {
    color: #777777;
    margin: 10px;
}

/* color */
.afb-blue-bar {
    background-color: #0373ff;
}

@media only screen and (max-width: 520px) {
    /* .header-marquee {
        display: none;
    }*/

    .button-afb {
        display: none;
    }

        .button-afb.one {
            display: block;
        }

    .button-afb-wrapper {
        position: relative;
        right: 0;
        z-index: 1;
        display: inline-flex;
        left: 0;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #28a745;
}

input:focus + .slider {
    box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


#tier table {
    font-size: .95em;
}

#tier thead {
    background: #201f25;
    color: #fff;
}

#tier tbody td {
    background: #fff;
}

#tier tbody tr:nth-child(2n+2) td {
    background: #e2e2e2;
}

#tier th,
#tier td {
    padding: 10px 7px;
}

.port-image {
    width: 100%;
}

.each-item {
    position: relative;
    overflow: hidden;
}

    .each-item:hover .cap2,
    .each-item:hover .cap1 {
        left: 0px;
    }

.cap1 {
    position: absolute;
    width: 100%;
    height: 70%;
    background: rgba(255, 255, 255, 0.5);
    top: 0px;
    left: -100%;
    padding: 10px;
    transition: all .5s;
}

.cap2 {
    position: absolute;
    width: 100%;
    height: 30%;
    background: rgba(0, 178, 255, 0.5);
    bottom: 0px;
    left: 100%;
    padding: 10px;
    transition: all .5s;
}

button.filter-button {
    color: white;
}

.filter-button.active,
.filter-button:hover {
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
}

.lazytest {
    opacity: 1;
    transition: opacity 1s ease-out;
}

    .lazytest[data-src] {
        opacity: 0;
    }

/* QR */

/*.nav-pills-qr {
    width: 450px;
}*/

.nav-item-qr {
    width: 25%;
}

.nav-pills-qr .nav-link {
    font-weight: bold;
    padding-top: 13px;
    text-align: center;
    background: #28a745;
    color: #fff;
    /*border-radius: 30px;*/
    height: 95px;
}

    .nav-pills-qr .nav-link.active {
        background: #2c2c2c;
        color: #fff;
    }

.tab-content.qr {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -50px;
    background: #2c2c2c;
    color: #000;
    border-radius: 10px;
    /*box-shadow: 0px 10px 10px rgb(0 0 0 / 40%);*/
    padding: 25px 15px;
}

    .tab-content.qr button {
        border-radius: 15px;
        width: 100px;
        margin: 0 auto;
        float: right;
    }

.table-sticky {
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
}

    /* .table-sticky span {
        color: black;
    } */

    .table-sticky thead {
        position: relative;
        /*        z-index: 1;*/
    }

        .table-sticky thead th.sticky-left {
            position: sticky;
            left: 0;
            /*z-index: 2;*/
            background-color: #3b4358;
        }

        .table-sticky thead.thead-dark th.sticky-left {
            background-color: #333;
        }

    .table-sticky tbody td.sticky-left {
        position: sticky;
        left: 0;
        max-width: 40vw;
        overflow-x: auto;
        /*        z-index: 2;*/
        background-color: #333;
    }


    /* .table-sticky.table-striped tbody tr:nth-of-type(odd) td.sticky-left {
        background-color: #2c2c2c !important;
    } */

    .table-sticky.table-striped tbody tr:nth-of-type(even) td {
        background-color: #2c2c2c;
    }

        .table-sticky.table-striped tbody tr:nth-of-type(even) td.sticky-left {
            background-color: #070707;
        }

#DepositTabContent .table-sticky thead.user-background .sticky-left {
    background-color: #777;
}

#DepositTabContent .table-sticky tbody .sticky-left {
    background-color: #fff;
}

#main-affiliate .table-sticky thead .sticky-left,
#daily-lucky-spin-history .table-sticky thead .sticky-left,
#deposit-withdraw-history .table-sticky thead .sticky-left,
#gamedeposit-withdraw-history .table-sticky thead .sticky-left {
    background-color: #5f5c68;
}

#main-affiliate .table-sticky tbody .sticky-left,
#daily-lucky-spin-history .table-sticky tbody .sticky-left,
#deposit-withdraw-history .table-sticky tbody .sticky-left,
#gamedeposit-withdraw-history .table-sticky tbody .sticky-left {
    background: #e2e2e2;
}

#main-affiliate .table-sticky tbody tr:nth-child(2n+2) .sticky-left,
#daily-lucky-spin-history .table-sticky tbody tr:nth-child(2n+2) .sticky-left,
#deposit-withdraw-history .table-sticky tbody tr:nth-child(2n+2) .sticky-left,
#gamedeposit-withdraw-history .table-sticky tbody tr:nth-child(2n+2) .sticky-left {
    background: #d2d2d2;
}

#tier .table-sticky thead .sticky-left {
    background-color: #5f5c68;
}

#tier .table-sticky tbody .sticky-left {
    background: #e2e2e2;
}

#tier .table-sticky tbody tr:nth-child(2n+2) .sticky-left {
    background: #d2d2d2;
}



#active-member-list .table-sticky tbody .sticky-left {
    background: #e2e2e2;
}

#active-member-list .table-sticky tbody tr:nth-child(2n+2) .sticky-left {
    background: #d2d2d2;
}

.blog th,
.blog td {
    padding: 5px 10px;
}

table.bet-history > thead > tr > th,
table.bet-turnover > thead > tr > th {
    background-color: #3b4358;
    border: none;
    color: white;
    font-weight: 600;
    height: auto;
    padding: 10px;
    font-size: .95em;
}

table.bet-history > tbody > tr > td,
table.bet-turnover > tbody > tr > td {
    color: #000000;
    padding: 10px;
    background: #fff;
    border: 1px solid #d0d0d0;
    font-size: .95em;
    font-weight: 400;
}

table.bet-history > tbody > tr:nth-child(2n+2) td,
table.bet-turnover > tbody > tr:nth-child(2n+2) td {
    background: #e2e2e2;
}

table.bet-history.table-sticky thead .sticky-left,
table.bet-turnover.table-sticky thead .sticky-left {
    background-color: #5f5c68;
}

table.bet-history.table-sticky tbody .sticky-left,
table.bet-turnover.table-sticky tbody .sticky-left {
    background: #e2e2e2;
}

table.bet-history.table-sticky tbody tr:nth-child(2n+2) .sticky-left,
table.bet-turnover.table-sticky tbody tr:nth-child(2n+2) .sticky-left {
    background: #d2d2d2;
}

@media screen and (min-width: 960px) {
    .table-sticky {
        border-collapse: collapse;
        white-space: normal;
    }

        .table-sticky tbody .sticky-left {
            position: sticky;
            left: 0;
            max-width: 40vw;
            overflow-x: auto;
        }
}

.signup-content,
.signin-content {
    display: flex;
    display: -webkit-flex;
}

@media only screen and (max-width:767px) {
    .signin-image {
        width: 100% !important;
    }
}

/* ---------- Resgiter 02072021 ----------*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: unset;
    }
}

.modal-content.one {
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: none;
    width: 48% !important;
    /* min-height: 280px; */
    border-radius: 5px;
}

.register-form {
    display: flex;
    flex-wrap: wrap;
}

.signin-form {
    width: 60%;
}

    .signin-form > div {
        padding: 10px;
    }

.register-form__steps-wrapper {
    position: relative;
    /*  width: calc(100% - 400px);
  padding: 120px 0 0;*/
}

.register-form__fields-wrapper {
    width: 400px;
    padding: 55px 28px 35px 25px;
}

@media screen and (max-width: 767px) {
    .register-form {
        display: block;
    }

    .register-form__steps-wrapper {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    .register-form__fields-wrapper {
        width: 100%;
        padding: 0 0 35px;
    }
}

.register-steps {
    position: relative;
    padding: 25px;
}

.register-steps__item-title {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #c2c2c2;
}

.register-steps__item-number {
    flex: 0 0 36px;
    height: 36px;
    width: 36px;
    font-size: 16px;
    font-weight: 700;
    background: #4e4842;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #94897a;
    box-shadow: 0 0 0 #fec882;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.register-steps__item-number--as-icon {
    position: relative;
    border: none;
    box-shadow: none;
}

    .register-steps__item-number--as-icon .icon-font {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fec882;
        padding-left: 3px;
        position: absolute;
        top: -8px;
        left: -8px;
        height: 52px;
        width: 52px;
        background: radial-gradient(rgba(254, 200, 130, 0.6), #4e4842), #4e4842;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgba(41, 37, 38, 0.3);
    }

        .register-steps__item-number--as-icon .icon-font:before {
            display: block;
            transform-origin: 50% 65%;
            animation: 5s ease 5s infinite animateGiftStep;
        }

.register-steps__item {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
}

.register-steps__item--passed .register-steps__item-number {
    cursor: pointer;
    background: #fec882;
    color: #b28447;
}

.register-steps__item--current .register-steps__item-title {
    color: #fffaf3;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.register-steps__item--current .register-steps__item-number {
    background: #322e2f;
    color: #fffaf3;
    box-shadow: 0 0 20px #fec882;
    border-color: #fec882;
}

.register-steps__item + .register-steps__item {
    margin-top: 20px;
}

.register-steps:before {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 45px);
    width: 2px;
    background: #fffaf3;
    top: 27px;
    right: 41px;
    z-index: 1;
}

img.gift-promotion-rg {
    display: block;
    -webkit-transform-origin: 50% 65%;
    transform-origin: 50% 65%;
    -webkit-animation: 3s ease 3s infinite animateGiftStep;
    animation: 3s ease 3s infinite animateGiftStep;
    filter: sepia(100%) hue-rotate(0deg) saturate(150%) !important;
    width: 70%;
}

@-moz-keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

@-webkit-keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

@-o-keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

@keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

@media only screen and (max-width:415px) {
    .modal-content.one {
        width: 100% !important;
    }
}

@media only screen and (max-width:1144px) {
    .modal-content.one {
        width: 60% !important;
    }
}

@media only screen and (max-width:991px) {
    .modal-content.one {
        width: 70% !important;
    }
}

@media only screen and (max-width:640px) {
    .modal-content.one {
        width: 90% !important;
    }
}

@media only screen and (max-width: 460px) {
    .modal-content.one {
        width: 90% !important;
    }

    .modal-content {
        width: 100%;
    }
}

.register-p-b {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

    .register-p-b.one {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

.register-p-b-back {
    padding: 0;
    font-size: 1.2em;
    text-align: left;
    display: contents;
}

    .register-p-b-back i p {
        display: contents;
        font-weight: 500;
    }

.register-p-b-next {
    padding: 10px 30px;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    width: 45%;
    float: right;
}

.already-button {
    padding: 15px;
    background-color: #f0f0f0;
}

.signin-image img.two {
    display: none;
}

@media screen and (max-width: 767px) {
    .register-steps {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .register-steps__item-title {
        display: none;
    }

    .register-steps__item {
        margin-top: 0 !important;
    }

    .register-steps:before {
        height: 2px;
        width: calc(100% - 50px);
        top: 41px;
        left: 30px;
    }

    .signin-image img.one {
        display: none;
    }

    .signin-image img.two {
        display: block;
    }

    .signup-content,
    .signin-content {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .close span.one {
        color: white !important;
    }

    .signin-form {
        width: 100% !important;
    }
}

.signin-image {
    background-color: black;
    border-radius: 5px 5px 0 0;
    width: 40%;
    overflow: hidden;
}

/* simple Login */
.simple-login input {
    background-color: transparent;
    color: white !important;
}

input,
textarea {
    border-radius: 2px;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    /* border: none; */
    border: 1px solid #2575fc;
    font-size: 1em;
    color: #000;
    font-weight: 400;
    /* margin-top: 10px; */
}

select {
    border-radius: 2px;
    padding: 5px 15px;
    width: 100%;
    box-sizing: border-box;
    /* border: none; */
    border: 1px solid #2575fc;
    font-size: 0.89em;
    color: #000;
    font-weight: 400;
    /* margin-top: 10px; */
}

.simple-login .fld {
    padding: .4rem .75rem !important;
    width: 115px;
    height: 33px;
    vertical-align: middle;
}

.simple-login .simple-captcha-img {
    height: 33px !important;
    width: auto;
    border-radius: 5px;
}

#otp_code {
    margin-top: 10px;
}

#btn-submit-otp {
    margin-top: 0px;
    margin-bottom: 20px;
}

/*.modal-content.one {
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: none;
    width: 48% !important;*/
/* min-height: 280px; */
/*border-radius: 5px;
}

.signup-content, .signin-content {
    display: flex;
    display: -webkit-flex;
}

.signin-image {
    background-color: black;
    border-radius: 5px 0 0 0;
    width: 40%;
}

.register-form__steps-wrapper {
    position: relative;
}

.register-steps {
    position: relative;
    padding: 25px;
}

    .register-steps:before {
        content: '';
        display: block;
        position: absolute;
        height: calc(100% - 45px);
        width: 2px;
        background: #fffaf3;
        top: 27px;
        right: 41px;
        z-index: 1;
    }

.register-steps__item {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
}

.register-steps__item--current .register-steps__item-title {
    color: #fffaf3;
    text-shadow: 0 2px 2px rgb(0 0 0 / 80%);
    font-weight: 700;
}

.register-steps__item + .register-steps__item {
    margin-top: 20px;
}

.register-steps__item-title {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #c2c2c2;
}

.register-steps__item--current .register-steps__item-number {
    background: #322e2f;
    color: #fffaf3;
    box-shadow: 0 0 20px #fec882;
    border-color: #fec882;
}

.register-steps__item-number {
    flex: 0 0 36px;
    height: 36px;
    width: 36px;
    font-size: 16px;
    font-weight: 700;
    background: #4e4842;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #94897a;
    box-shadow: 0 0 0 #fec882;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.register-steps__item-number--as-icon {
    position: relative;
    border: none;
    box-shadow: none;
}

    .register-steps__item-number--as-icon .icon-font {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fec882;
        padding-left: 3px;
        position: absolute;
        top: -8px;
        left: -8px;
        height: 52px;
        width: 52px;
        background: radial-gradient(rgba(254,200,130,0.6), #4e4842), #4e4842;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgb(41 37 38 / 30%);
    }

img.gift-promotion-rg {
    display: block;
    -webkit-transform-origin: 50% 65%;
    transform-origin: 50% 65%;
    -webkit-animation: 3s ease 3s infinite animateGiftStep;
    animation: 3s ease 3s infinite animateGiftStep;
    filter: sepia(100%) hue-rotate( 0deg ) saturate(150%) !important;
    width: 70%;
}

@-moz-keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

@-webkit-keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

@-o-keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

@keyframes animateGiftStep {
    0% {
        transform: rotate(10deg);
    }

    6% {
        transform: rotate(-8deg);
    }

    11% {
        transform: rotate(6deg);
    }

    15% {
        transform: rotate(-4deg);
    }

    18% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(0);
    }
}

.close span {
    font-size: 2.5rem;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 500;
}

.signin-form {
    width: 60%;
}

    .signin-form > div {
        padding: 30px;
    }

.register-p-b {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.register-p-b-back {
    padding: 0;
    font-size: 1.2em;
    text-align: left;
    display: contents;
    color: rgb(205,156,0);
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.register-p-b-back i p {
    display: contents;
    color: rgb(205,156,0);
    font-weight: 500;
    font-family: 'Proxima Nova Rg';
    font-size: .9em;
    margin: 0px;
}

.register-p-b.one {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.register-p-b-next {
    padding: 10px 30px;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    width: 45%;
    float: right;
}

.congra h2 {
    color: rgb(205,156,0);
}

.congra img {
    width: 65%;
    margin: 20px;
}

.congra p {
    font-size: 1em;
    text-align: center;
}

.btn-color {
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(to right, #6a11cb, #2575fc);
    cursor: pointer;
    border: none !important;
}

.already-button {
    padding: 15px;
    background-color: #f0f0f0;
    color: #000;
}

.btn-white {
    border-radius: 50px;
    color: #2575fc;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #2575fc;
}

.signin-image img.two {
    display: none;
}

@media screen and (max-width: 767px) {
    .signup-content, .signin-content {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .signin-image {
        width: 100% !important;
    }

        .signin-image img.one {
            display: none;
        }

        .signin-image img.two {
            display: block;
        }

    .register-form__steps-wrapper {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    .register-steps {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

        .register-steps:before {
            height: 2px;
            width: calc(100% - 50px);
            top: 41px;
            left: 30px;
        }

    .register-steps__item {
        margin-top: 0 !important;
    }

    .register-steps__item-title {
        display: none;
    }

    .signin-form {
        width: 100% !important;
    }
}

@media only screen and (max-width:415px) {
    .modal-content.one {
        width: 100% !important;
    }
}

@media only screen and (max-width:1144px) {
    .modal-content.one {
        width: 60% !important;
    }
}

@media only screen and (max-width:991px) {
    .modal-content.one {
        width: 70% !important;
    }
}

@media only screen and (max-width:640px) {
    .modal-content.one {
        width: 90% !important;
    }
}

@media only screen and (max-width:767px) {
    .signin-image {
        width: 100% !important;
    }
}

@media only screen and (max-width: 460px) {
    .modal-content.one {
        width: 90% !important;
    }

    .modal-content {
        width: 100%;
    }
}

.sl-h {
    display: none !important;
}

.sl-s {
    display: inline-block;
}

@media (max-width: 992px) {
    .sl-h {
        display: inline-block !important;
    }

    .sl-s {
        display: none;
    }
}

.simple-login {
    vertical-align: middle;
    margin-right: 5px;
}

    .simple-login .fld {
        padding: .4rem .75rem !important;
        width: 115px;
        height: 33px;
        vertical-align: middle;
    }

    .simple-login .simple-captcha-img {
        height: 31px;
        width: auto;
        border-radius: 5px;
    }*/

/*footer-line-icon*/
.social-network a.icoLine:hover {
    background-color: #01bd02;
}

.social-network a.icoLine > img {
    width: 2rem !important;
    margin: auto;
    filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%);
}

.social-circle li a.icoLine:hover > img {
    filter: brightness(0) invert(1);
}

.social-circle img {
    color: #626c80;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle li a:hover img,
.triggeredHover {
    filter: greyscale(0);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

/*tiktok icon*/
.social-network a.icoTikTok > img {
    width: 1.75rem !important;
    margin: auto;
    filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%);
}

.social-circle li a.icoTikTok:hover > img {
    filter: brightness(0) invert(1);
}

.btn-login {
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.btn-lite {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: 2px solid #59acf0;
    border-radius: 2px 2px;
    font-size: 1em;
    margin-right: 1em;
    background-image: linear-gradient(to right, #59acf0, #2b28bf);
    color: white;
}

    .btn-lite:hover {
        background-image: linear-gradient(to left, #59acf0, #2b28bf);
        color: white;
    }

#disclaimerModal table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#disclaimerModal td,
#disclaimerModal th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#disclaimerModal tr:nth-child(even) {
    background-color: #dddddd;
}

div#disclaimerModal > .modal-dialog > .modal-content > .modal-body {
    flex-grow: 1;
    overflow-y: scroll;
    height: 500px;
    overflow-x: hidden;
}

.modal-footer > button.btn.btn-primary.tim-btn-bg {
    background-color: #28324d;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 0.375rem 0.75rem;
}

    .modal-footer > button.btn.btn-primary.tim-btn-bg:hover {
        background-color: #4d5f92;
    }

.modal-footer > button.btn.btn-secondary.tim-btn {
    background-color: #55565b;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 0.375rem 0.75rem;
    /*display: flex !important;*/
}

    .modal-footer > button.btn.btn-secondary.tim-btn:hover {
        background-color: #919297;
    }

div#disclaimerModal {
    padding: 0px;
    z-index: 999999;
}

    div#disclaimerModal > .modal-dialog {
        max-width: unset;
    }

        div#disclaimerModal > .modal-dialog > .modal-content {
            max-width: 800px;
        }

#disclaimerModal .table-sticky tbody .sticky-left {
    background: #c0bcbc;
}

#disclaimerModal .h5.modal-title {
    margin: auto;
}

#disclaimerModal .modal-content {
    max-width: 400px;
    min-height: 280px;
    width: 100%;
}


/*

.localized-wrapping {
    border-radius: 50px !important;
    padding: 0px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #545454;
    font-size: 1em !important;
    color: #000 !important;
    font-weight: 400;
}

    .localized-wrapping select {
        border: none !important;
        position: relative !important;
    }

    .localized-wrapping input {
        border: none !important;
        padding: 8px 0px 8px 0px !important;
        width: 100% !important;
    }

    .localized-wrapping #username_phone input:focus {
        border: none !important
    }

    .localized-wrapping span {
        color: #000 !important;
    }

.col-12.casinoUG {
    padding-left: 0px;
    padding-right: 0px;
}

/*
#DepositTabContent .bank-list-card .bank_list-container {
    color: #fff;
    background-color: #000;
}
#DepositTabContent .bank-list-card .bank_list-code {
    font-size: .75rem;
}
#DepositTabContent .bank-list-card .bank_list-account_number {
    font-size: 1rem;
    color: #fff;
} 
#DepositTabContent .bank-list-card .card-text .text-muted {
    color: #fff !important;
}
#DepositTabContent .bank-list-card .bank_list-account_name {
    color: #ccc;
}
#DepositTabContent .bank-list-card .bank_list-footer .btn {
    color: #fff;
    background-color: #777777;
}
#DepositTabContent .bank-list-card .bank_list-footer .btn:hover {
    background-color: #28324d;
}*/
@media (min-width: 576px) {
    #myModal .modal-dialog {
        max-width: 500px !important;
    }
}

div #myModal > .modal-dialog > .modal-content {
    margin: auto;
    border: none;
    width: 100% !important;
    max-width: 100% !important;
}

/*form.video-iframe {
    margin: -1px -1px -6px 0;
}*/

#currentLocation {
    color: white;
    margin-bottom: 8px;
}

/*Smart Download APK*/
.apkdownload {
    background: #fff;
    padding: 10px 20px;
}

img.apk-logo {
    width: 55px;
}

button#apk-download-close {
    left: 5px;
    top: 30px;
    position: absolute;
    font-size: .9rem !important;
    z-index: 1;
}

span.appname {
    font-size: 16px;
    line-height: .9;
    color: grey !important;
}

small.app-small {
    color: grey;
}

.btn.btn-green.downloadapk {
    background: green;
    color: white;
    padding: 7px 10px;
    width: 100%;
    font-size: 10px;
}

    .btn.btn-green.downloadapk:hover {
        background: #004f00;
    }

.col-auto.apkdownload {
    position: absolute;
    right: 0;
}

span.apk-name {
    color: white;
}

span.apk-name {
    color: white;
}

/*End Smart Download APK*/
footer.seoar ul,
footer.seoar li {
    list-style-type: unset;
    color: rgb(187, 187, 187);
}

/*End Smart Download APK*/


.afb-medias a i.fa.fa-angle-double-right {
    right: 15%;
    position: absolute;
    margin-top: 2px;
}

.selectCA, .addNewCA {
    color: #007bff;
    cursor: pointer;
}

.withdrawSpan {
    color: black;
}

.Ctooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .Ctooltip .Ctooltiptext {
        visibility: hidden;
        width: max-content;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 105%;
    }

    .Ctooltip:hover .Ctooltiptext {
        visibility: visible;
    }


/*maintenance css*/
div.maintenance {
    background: #383838;
}

    div.maintenance:hover {
        cursor: not-allowed;
    }


img.maintenance {
    opacity: 0.25;
}

.under-m-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .under-m-logo span {
        font-weight: 900;
        font-size: 16px;
        margin-top: 5px;
    }

img.w-50 {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(117deg) brightness(103%) contrast(106%);
}

/*

    for crypto css

*/


.games-bg .top-games-item .col-data.one {
    word-break: break-word;
    line-height: 1.5;
}

.crypto-button-group img {
    width: auto !important;
    height: 30px;
}

.crypto-history {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

    .crypto-history .h4 {
        margin-bottom: 10px;
    }

.crypto_qrcode {
    border: none;
}


.hex-code-foward {
    width: 100%;
}

.Ctooltip {
    cursor: pointer;
}

    .Ctooltip .Ctooltiptext {
        word-break: break-all;
        width: 180px !important;
        padding: 8px;
        margin-right: 10px;
    }


        .Ctooltip .Ctooltiptext:after {
            content: '';
            display: block;
            position: absolute;
            left: 100%;
            top: 29%;
            margin-top: -10px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 10px solid black;
            border-bottom: 10px solid transparent;
            border-right: 10px solid transparent;
        }

.table-sticky {
    white-space: inherit !important;
}

    .table-sticky tbody .sticky-left {
        background: #f8f8f8;
    }

div.crypto_qrcode {
    border: none;
}

.crypto_address {
    width: 70% !important;
    font-weight: bold;
}

#crypto-deposit .tooltip {
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    font-weight: 700;
    font-family: inherit;
}

    #crypto-deposit .tooltip.show {
        opacity: 1;
        pointer-events: auto;
    }

/*

    for crypto css

*/

#registerModal {
    z-index: 999999 !important;
}

#custom-block-pkv {
    width: 450px !important;
    padding-left: 0px !important;
    padding-right: 26px !important;
}

@media only screen and (max-width: 460px) {
    #custom-block-pkv {
        width: 360px !important;
    }

    /* #custom-form-block {
        padding-left: 0px !important;
        padding-right: 26px !important;
    }*/
    #depositBtn,
    #withdrawBtn {
        padding: 0.5rem 0.5rem !important;
    }
}

#pokervModal {
    z-index: 999999;
}

.custom-max-width {
    width: 75% !important;
}

@media screen and (max-width:768px) {
    .custom-max-width {
        width: 90% !important;
    }

    #betHistoryModel {
        padding-right: 0px !important;
    }
}

@media screen and (max-width:768px) {
    #jackpotPool span.gold {
        font-size: 12px;
    }
}

#mainContent {
    min-height: 500px;
}


/* widget */
.top5game .afb-title-h1 {
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    padding: 2px 0 2px 15px;
}

    .top5game .afb-title-h1 a span {
        display: flex;
        align-items: center
    }

        .top5game .afb-title-h1 a span svg {
            margin-left: 5px
        }

    .top5game .afb-title-h1:before {
        content: '';
        position: absolute;
        left: 0;
        width: 6px;
        background: #008000;
        height: 17px
    }

.top5game .photobox {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

    .top5game .photobox:hover .photobox__previewbox:before {
        transform: scale(3);
        transition-duration: .5s;
        transition-delay: 0s
    }

    .top5game .photobox:hover .photobox__previewbox.zoom img {
        transition: all .2s linear
    }

    .top5game .photobox:hover .photobox__previewbox.zoom:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .top5game .photobox .photobox_title {
        overflow: hidden
    }

        .top5game .photobox .photobox_title a.tmb-content__link {
            text-align: center;
            background-color: #2c2c2c;
            color: #ccc;
            font-size: .7rem;
            line-height: 15px;
            font-weight: 500;
            padding: 10px 5px;
            display: block
        }

            .top5game .photobox .photobox_title a.tmb-content__link div {
                width: 90%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin: 0 auto
            }

.top5game .photobox__previewbox {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

    .top5game .photobox__previewbox:before {
        content: '';
        width: 0;
        height: 0;
        padding: 25%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(7, 7, 7, .66);
        transition: transform calc(.5s/2) ease calc(.5s/2);
        will-change: transform;
        transform: scale(0);
        z-index: 8
    }

    .top5game .photobox__previewbox .action_overlay {
        position: absolute;
        top: 0;
        left: -300%;
        bottom: 0;
        right: 0;
        padding: 10px;
        transition-duration: .5s;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 9
    }

        .top5game .photobox__previewbox .action_overlay a {
            display: flex
        }

            .top5game .photobox__previewbox .action_overlay a div {
                font-size: .7rem;
                padding: 6px 10px;
                text-align: center;
                margin: 5px 0;
                border-radius: 3px;
                color: #fff;
                display: block;
                font-weight: 500;
                background-image: linear-gradient(to right, #6a11cb, #2575fc)
            }

                .top5game .photobox__previewbox .action_overlay a div:hover {
                    background-image: linear-gradient(to right, #2575fc, #6a11cb)
                }

    .top5game .photobox__previewbox:hover .action_overlay {
        left: 0;
        transition-duration: .5s
    }

.jackpotpool .afb-title-h1 {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    padding: 2px 0 2px 15px;
}

    .jackpotpool .afb-title-h1:before {
        content: '';
        position: absolute;
        left: 0;
        width: 6px;
        background: #008000;
        height: 17.5px
    }

    .jackpotpool .afb-title-h1 a span {
        display: flex;
        align-items: center
    }

        .jackpotpool .afb-title-h1 a span svg {
            margin-left: 5px
        }

.jackpotpool .photobox {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: initial;
}

    .jackpotpool .photobox:hover .photobox__previewbox:before {
        transform: scale(3);
        transition-duration: .5s;
        transition-delay: 0s
    }

    .jackpotpool .photobox:hover .photobox__previewbox.zoom img {
        transition: all .2s linear
    }

    .jackpotpool .photobox:hover .photobox__previewbox.zoom:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .jackpotpool .photobox .photobox_title {
        overflow: hidden
    }

        .jackpotpool .photobox .photobox_title a.tmb-content__link {
            text-align: center;
            background-color: #2c2c2c;
            color: #ccc;
            font-size: .7rem;
            line-height: 15px;
            font-weight: 500;
            padding: 10px 5px;
            display: block
        }

            .jackpotpool .photobox .photobox_title a.tmb-content__link div {
                width: 90%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin: 0 auto
            }

.jackpotpool .photobox__previewbox {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

    .jackpotpool .photobox__previewbox:before {
        content: '';
        width: 0;
        height: 0;
        padding: 25%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(7, 7, 7, .66);
        transition: transform calc(.5s/2) ease calc(.5s/2);
        will-change: transform;
        transform: scale(0);
        z-index: 8
    }

    .jackpotpool .photobox__previewbox .action_overlay {
        position: absolute;
        top: 0;
        left: -300%;
        bottom: 0;
        right: 0;
        padding: 10px;
        transition-duration: .5s;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 9
    }

        .jackpotpool .photobox__previewbox .action_overlay a {
            display: flex
        }

            .jackpotpool .photobox__previewbox .action_overlay a div {
                font-size: .7rem;
                padding: 6px 10px;
                text-align: center;
                margin: 5px 0;
                border-radius: 3px;
                color: #fff;
                display: block;
                font-weight: 500;
                background-image: linear-gradient(to right, #6a11cb, #2575fc)
            }

                .jackpotpool .photobox__previewbox .action_overlay a div:hover {
                    background-image: linear-gradient(to right, #2575fc, #6a11cb)
                }

    .jackpotpool .photobox__previewbox:hover .action_overlay {
        left: 0;
        transition-duration: .5s
    }

.jackpotpool div.text-wrap {
    text-align: center;
    background-color: #2c2c2c;
    display: -webkit-box;
    padding: 5px 5px;
    white-space: normal;
    margin-block: 4px;
}

    .jackpotpool div.text-wrap a {
        display: block;
        width: 100%
    }

    .jackpotpool div.text-wrap .jackpotcounter {
    
     

        color: #fff;
        font-size: .83em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 90%;
        white-space: normal;
        padding: 0;
        margin: 0 auto
    }

.jackpotpool .img-wrap {
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.jackpotpool span.gold {
    display: block;
    background: repeating-linear-gradient(135deg, #ffdd9b 0, #fed792 20px, #ffe1ac 40px, #fff 70px, #fac66b 125px, #f6c26b 160px, #e7b155 175px, #f4c16b 185px, #f1bf6b 220px, #f3be66 235px, #e9b153 250px, #f5be61 280px, #f9bc56 305px, #fffbf5 385px, #fcc362 415px, #fcc379 450px, #ffdd9b 500px);
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: repeat;
    background-attachment: fixed;
    backface-visibility: none;
    color: #ffdd9b !important;
    filter: drop-shadow(0 3px 1px #000);
    font-size: 1rem;
    font-weight: 700
}

.megamenu .container .toggleRight,
.megamenu .container .toggleLeft {
    color: white;
}

    .megamenu .container .toggleRight.disabled,
    .megamenu .container .toggleLeft.disabled {
        /*visibility: hidden;*/
        opacity: .35;
        pointer-events: none;
    }

.faq-card {
    background-color: #2a3040;
    font-weight: 700;
    color: rgb(255 255 255 / 87%);
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 960px) {
    .social-circle li a:hover + .dropdown-menu {
        display: block;
    }
}

.social-circle img {
    /* max-width: 1rem; */
    width: 1.28571429em;
}

.dropup .dropdown-menu-center img {
    min-width: 100px;
    max-width: 100px;
}

.dropup .dropdown-menu-center::before {
    position: absolute;
    display: inline-block;
    content: '';
    border-style: solid;
    border-width: 0 0.5rem .5rem 0.5rem;
    border-color: #Fff transparent;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/*==============================*/

/*.btn-color {
    height: 35px !important;
}
*/
@media(max-width:428px) {
    .captcha-image {
        height: 80px;
        width: 80%;
        float: left;
    }

    .body-scroll {
        overflow-x: hidden;
        overflow-y: auto;
    }

        .body-scroll .modal-header,
        .modal-header .h4 {
            color: #333;
            text-align: center;
            display: block;
            height: 34px;
        }

        .body-scroll button.close {
            padding: 0;
            position: relative;
            z-index: 9;
        }

    .body-scroll {
        overflow-x: hidden;
        overflow-y: auto;
    }

        .body-scroll .modal-header,
        .modal-header .h4 {
            color: #333 !important;
            text-align: center !important;
            display: block;
            height: 55px !important;
            line-height: 3px !important;
            font-size: large;
            font-weight: bold;
        }

        .body-scroll .captcha-wrapper .captcha-image img {
            max-width: 100%;
            height: 33.19px;
        }

        .body-scroll .form-group,
        .body-scroll .captcha-wrapper {
            margin-bottom: 6px !important;
        }

        .body-scroll .modal-body {
            padding: 0 !important;
        }

        .body-scroll .modal-footer {
            padding: 0;
        }

    #scroll3 .already-button {
        padding: 5px;
    }

    .modal {
        padding: 0 !important;
    }

    #registerModal .signin-form > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    #scroll3 form {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }

    #scroll3 button.close {
        padding: 0 !important;
        margin: 0 !important;
        right: 15px;
        top: 0px;
    }

    #registerModal .register-p-b {
        /*display: flex;*/
        margin-top: 10px;
    }

    #scroll3 .pb-4,
    #scroll3 .py-4 {
        padding: 0 !important;
        padding-bottom: 0 !important;
    }

    #scroll1 .captcha-input-field,
    #scroll2 .captcha-input-field,
    #scroll3 .captcha-input-field {
        width: 50% !important;
        max-width: 50% !important;
        float: left;
    }

    #scroll1 .captcha-wrapper,
    #scroll2 .captcha-wrapper,
    #scroll3 .captcha-wrapper {
        width: 50%;
        float: right;
    }

        #scroll1 .captcha-wrapper .captcha-image,
        #scroll2 .captcha-wrapper .captcha-image,
        #scroll3 .captcha-wrapper .captcha-image {
            float: left;
        }

    #scroll1 .captcha-refresh .fa-refresh,
    #scroll2 .captcha-refresh .fa-refresh,
    #scroll3 .captcha-refresh .fa-refresh {
        display: block;
        font-size: 20px;
    }

    #scroll1 .captcha-refresh .fa-refresh {
        line-height: 33px;
    }

    #scroll2 .captcha-refresh .fa-refresh {
        line-height: 33px;
    }

    #scroll3 .captcha-refresh .fa-refresh {
        line-height: 33px;
    }


    #scroll1 .captcha-refresh span,
    #scroll2 .captcha-refresh span,
    #scroll3 .captcha-refresh span {
        display: none !important;
    }

    #scroll3 .checkregisterpart3 .register-p-b {
        display: block;
        padding-bottom: 2px;
        padding-top: 2px;
    }

        #scroll3 .checkregisterpart3 .register-p-b .register-p-b-back .fa-long-arrow-left {
            display: block;
            clear: both;
            line-height: 44px;
            float: left;
        }

    #registerModal button.close {
        position: relative;
        top: 8px;
        right: 1px;
    }

    #scroll1 .close span {
        top: 0px !important;
    }

    .modal-content.one {
        width: 100% !important;
    }

    #scroll2 .close span {
        background: none;
        /*top: 0;*/
    }

    #scroll3 .close span {
        position: relative;
        top: -6px;
        right: 6px;
        background: none;
    }

    .register-multi .modal-content.one {
        width: 100% !important;
    }

    /* #FocusTextBox {
        display: contents;
    } */

    #scroll1 .mt-5, #scroll1 .my-5,
    #scroll2 .mt-5, #scroll2 .my-5 {
        margin-top: 0 !important;
    }

    button.close > span.text-dark.one {
        color: black !important;
    }

    span.modal-title.login {
        font-weight: 600;
        font-size: 20px !important;
    }

    #scroll1 form .col-md-10 .row,
    #scroll2 form .col-md-10 .row {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 5px !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #scroll1 .mb-5, #scroll1 .my-5,
    #scroll1 form .pb-4, #scroll1 form .py-4,
    #scroll1 form .mb-2, #scroll1 form .my-2,
    #scroll2 .mb-5, #scroll1 .my-5,
    #scroll2 form .pb-4, #scroll1 form .py-4,
    #scroll2 form .mb-2, #scroll1 form .my-2 {
        margin-bottom: 0 !important;
    }

    #scroll1 form .row div .pb-4, #scroll1 form .row div .py-4 {
        padding-bottom: 10px !important;
    }

    #scroll1 form .my-3, #scroll1 form.pt-3 {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: -16px !important;
        padding-bottom: 0 !important;
    }

    .text-danger {
        display: inline-block;
    }

    .modal.show .modal-dialog {
        padding-bottom: 10% !important;
    }

    #scroll2 .mb-5 {
        margin-top: -31px !important;
    }

    #scroll2 form.pt-3 {
        margin-top: -21px !important;
    }

    #scroll2 form .my-3 {
        margin-top: -9px !important;
    }

    #RegisterCaptcha, #LoginCaptcha {
        width: 100%;
        float: left;
    }

    .captchaimage {
        width: 50%;
        float: right;
    }

    .captchaimage, .captcha-image {
        height: 36px;
    }

    .captcha-image {
        width: 85%;
    }
}

@media (min-width:429px) {
    #scroll3 .signin-content {
        display: flex;
        flex-flow: row wrap;
        padding-top: 30px;
    }

    /*.btn-color {
        height: 35px !important;
        line-height: 35px !important;
    }*/

    /*  .pb-4 {
        padding: 1px !important;
    }

    .mt-5, .mb-5 {
        margin-top: 1px !important;
    }

    .mb-3, .my-3 {
        margin-bottom: 7px !important;
    }*/

    #scroll2 .signin-content {
        display: block;
    }

    #registerModal #scroll3 button.close {
        top: 0px !important;
        position: relative !important;
    }

    #scroll2 .form-inline {
        display: block !important;
    }

    #modal1,
    #modal2,
    #modal3 {
        position: relative !important;
    }

    .body-scroll .modal-header,
    .modal-header .h4 {
        color: #333;
        text-align: center;
        display: block;
        height: 56px;
    }


    #scroll2 .captcha-refresh .fa-refresh,
    #scroll3 .captcha-refresh .fa-refresh {
        display: none !important;
    }

    #scroll1 .captcha-refresh span,
    #scroll1 .captcha-refresh span,
    #scroll1 .captcha-refresh span {
        font-size: 15px;
    }

    #scroll1 .captcha-refresh span {
        line-height: 44px;
    }

    #scroll2 .captcha-refresh span {
        line-height: 70px;
    }

    #scroll3 .captcha-refresh span {
        line-height: 42px;
    }

    .captcha-image {
        width: 90% !important;
    }

    #otpModal .close span {
        position: initial !important;
    }
}



#scroll3 .signin-content .col-md-12 .text-danger,
#scroll2 .signin-content .col-md-12 .text-danger {
    clear: both !important;
}

@media (max-width: 425px) and (min-width: 400px) {
    #scroll3 .signin-content {
        display: block !important;
    }
}

#modal1, #modal2 {
    display: block !important;
}

.fld-block .captcha-image {
    padding-bottom: 0px;
    padding-right: 5px;
}

#scroll1 .mb-5, #scroll1 .my-5,
#scroll1 form .pb-4, #scroll1 form .py-4,
#scroll1 form .mb-2, #scroll1 form .my-2,
#scroll2 .mb-5, #scroll1 .my-5,
#scroll2 form .pb-4, #scroll1 form .py-4,
#scroll2 form .mb-2, #scroll1 form .my-2 {
    margin-bottom: 0 !important;
}

.signin-content {
    clear: both;
}


#scroll1 .close span {
    top: 0 !important;
}

#scroll1 .modal-header .close {
    display: block !important;
    margin-top: -72px !important;
    background: red !important;
}

#scroll3 .btn-color {
    line-height: 35px !important;
}

@media (min-width: 960px) {
    .socialMedia-list .btn:hover + .dropdown-menu {
        display: block;
    }
}

.socialMedia-list img {
    /* max-width: 1rem; */
    width: 1.28571429em;
}

.socialMedia-list {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.dropup .dropdown-menu-center {
    /* left: 50% !important; */
    /* right: auto; */
    /* transform: translateX(-50%) translateY(calc(-100% - 0.8rem)) !important; */
    bottom: calc(100% + 0.8rem) !important;
    left: calc(-100% + 1rem);
    box-shadow: 0 1px .5rem #0003;
    min-width: 100px;
    padding: .1rem;
}

    .dropup .dropdown-menu-center img {
        min-width: 100px;
        max-width: 100px;
    }

    .dropup .dropdown-menu-center::before {
        position: absolute;
        display: inline-block;
        content: '';
        border-style: solid;
        border-width: .5rem 0.5rem 0 0.5rem;
        border-color: #Fff transparent;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

/*.footer-bottom a {
    font-size: 1.5rem;
}*/


.icon-language, .icon-template {
    width: 18px;
    height: 25px;
}

@media (max-width: 767px) {
    ul#social-media {
        display: none;
    }

        ul#social-media.show {
            display: flex;
        }

    .table {
        margin-bottom: 20px !important;
    }

    .afb-header-menu .login {
        max-width: 13%;
        font-size: 0.9em !important;
        min-width: 60px;
        padding: 0.25rem 0.25rem;
        height: 25px;
        margin-top: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: max-content;
    }

    .afb-header-menu .btn-lite {
        margin-right: 0;
        font-size: .7em !important;
        height: 25px;
        margin-top: 5px;
    }

    .afb-header-menu .d-inline-flex {
        width: 26%;
        min-width: 98px;
    }

    /* widget */
    .top5game .afb-title-h1 {
        padding: 2px 0 2px 15px;
        margin: 10px 0;
    }

    .jackpotpool .afb-title-h1 {
        padding: 2px 0 2px 15px;
        margin: 10px 0;
    }

    .jackpotpool span.gold {
        font-size: 0.8rem;
    }

    .footer-bottom {
        padding: 0px 0;
    }

    .header-memu-m {
        width: 60%;
        text-align: right;
    }

    .afb-header-menu {
        /* width: 100%; */
        margin-bottom: 0px;
    }

    .afb-title-h1.mb-3 {
        margin-bottom: 0 !important;
    }

    .megamenu .megamenu-nav .nav-link {
        width: auto !important;
    }

    .footer-separator {
        display: none;
    }

    button.dropbtn-single-box {
        height: 25px;
        width: 25px;
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0.3em !important;
    }

    .icon-language, .icon-template {
        width: 18px;
        height: 18px;
    }

    .afb-logo img {
        object-fit: contain;
        max-width: 120px;
        max-height: 70px
    }
}

#playnowBtn {
    margin: 20px 0px !important;
    padding: 0 !important;
}

@media (max-width: 580px) {

    span.profile-username {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 64px;
        display: inline-block;
    }
}

.search-button .search-toggle {
    height: 14px;
    width: 14px;
}

    .search-button .search-toggle::after {
        top: 13px;
        left: 11px;
    }

button.afb-m-menu {
    height: 25px;
    margin-top: 5px;
}

@media (max-width: 429px) {

    .nav-item-content img {
        border-radius: 10%;
    }

    .under-m {
        top: 0px;
        border-radius: 0 0 3px 3px;
        font-size: 0.4em;
        right: 4px;
        padding: 3px;
    }

    .nav-item-content p {
        font-size: 0.65em;
        margin-top: 6px;
        margin-bottom: 0;
    }

    button.afb-m-menu {
        background: rgb(31, 41, 156);
        background-color: rgb(31, 41, 156);
    }

    img.icon-flag {
        width: 20px;
        margin-right: 8px;
        margin-left: 8px;
    }

    /* img.icon-language {
        width: 20px;
        margin-right:0px;
    }*/

    .header-memu-m .dropdown-single-content img.icon-flag {
        margin-right: 10px;
    }

    /* button.dropbtn-single-box {
        padding: 8px 4px;
    }*/
}

.wallet-top-left span {
    font-size: 0.8rem !important;
    color: white;
    word-break: break-word !important;
}




/*affiliate link share*/

ul.affiliateSharer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    ul.affiliateSharer li {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        ul.affiliateSharer li img {
            max-width: 100%;
        }

ul.affiliateSharer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

    ul.affiliateSharer li {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        ul.affiliateSharer li img {
            max-width: 100%;
        }

.btn-underline-sharebox .fa-facebook-official {
    color: #4267B2;
}

.btn-underline-sharebox .fa-twitter {
    color: #55acee;
}

.btn-underline-sharebox .fa-whatsapp {
    color: #25d366;
}

.btn-underline-sharebox .fa-line {
    color: #00c300;
}

.btn-underline-sharebox .fa-telegram {
    color: #0088cc;
}

.btn-underline-sharebox .fa-weixin {
    color: #4EC034;
}

.btn-underline-sharebox .fa-viber {
    color: #645EA4;
}

.btn-underline-sharebox .fa-share-alt-square {
    color: #333;
}

.btn-underline-sharebox {
    width: 100% !important;
    padding: 16px 0 !important;
    display: flex;
    justify-content: center;
}

#shareboxPopup .btn.btn-sm {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
}

.btn-sharebox .h5 {
    color: white !important;
    font-size: .95rem !important;
}

/*affiliate link share*/


.text-green {
    color: green !important;
}

.text-red {
    color: red !important;
}

.rgstButton {
    border-radius: 2px !important;
}



.afb-main_nav.affix {
    z-index: 10 !important;
}

#VTdata img {
    width: 100%;
    height: auto;
}

.simple-forgotpw {
    position: absolute;
}

    .simple-forgotpw a {
        color: rgb(255,255,255,50%);
    }

        .simple-forgotpw a:hover {
            color: #ccc;
        }

.btn-login {
    line-height: 1.4;
}

.button-register {
    height: 33px;
}

.simple-login .fld {
    vertical-align: top;
}

.btn-lite {
    line-height: 1.4;
}

.did-floating-label {
    color: #1e4c82;
}

#loginModal {
    z-index: 999999;
}

#dls-countdown-title2 {
    color: white;
}

#mega888StartingModal span, #megaGamingStartingModal span, #megaV3StartingModal span, #pussy888StartingModal span, #kiss918StartingModal span, #WICKET9Modal span {
    color: black;
}


@media(max-width:428px) {
    #invite-friend .share-title {
        font-size: 9px;
        max-height: 27px;
    }
}

@media only screen and (max-width: 1195px) and (min-width: 996px) {
    #invite-friend .row .col-12.col-md-6.col-lg-3.px-1,
    #invite-friend .row .col-12.col-md-6.col-lg-3.px-1,
    #invite-friend .row .d-none.d-md-block.col-md-6.px-1 {
        min-width: 50% !important;
    }
}

#invite-friend .row .col-12.col-md-6.col-lg-3.px-1 input,
#invite-friend .row .col-12.col-md-6.col-lg-3.px-1 input,
#invite-friend .row .d-none.d-md-block.col-md-6.px-1 input {
    min-height: 33.19px !important;
}


#registerModal .phoneRegisterBorder {
    border-radius: 2px !important;
    margin-bottom: 0px !important;
}

.custom-select-dd {
    border-radius: 5px !important;
}

.marqueeinfinite {
    --gap: 8rem;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    margin-bottom: 0 !important;
    font-size: 12px;
    padding: 0;
}

.marqueeinfinite__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
}

@keyframes infinitescroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/* Enable animation */
.enable-animation .marqueeinfinite__content {
    animation: infinitescroll 10s linear infinite;
}

.marqueeinfinite__content:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/* AngPow Modal */
.contactDetailEmail input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.contactDetailEmail .emailFullText::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent
}

.contactDetailEmail .emailFullText {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    white-space: break-spaces;
    word-wrap: break-word;
    margin: auto;
    max-width: 90%;
}

.contactDetailEmail:hover .emailFullText {
    visibility: visible
}
/* AngPow Modal End */



/* payment bank list*/
.payment-transaction {
    max-height: 520px;
    overflow-y: auto;
    display: none;
    padding-right: 10px;
}

.payment-item {
    background: var(--cd-color-1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
    border-left: solid 5px #61B962;
    min-height: 55px;
}

    .payment-item .payment-icon {
        margin-right: 10px;
    }

        .payment-item .payment-icon img {
            width: 40px;
            height: auto;
            object-fit: contain;
            object-position: center;
        }
/* end payment bank list*/

/*
    Bottom Nav CSS
*/

:root {
    --mainTheme: #0373ff;
}

.nav_bottom-container {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}

.footer-nav {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .footer-nav li {
        width: 20%;
    }


        .footer-nav li a {
            color: #fff;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-wrap: wrap;
            text-transform: uppercase;
            padding: 8px 0 2px 0;
            font-size: 0.65rem;
            font-weight: 500;
            height: 50px;
            position: relative;
            background: #151515;
        }

.svg-icon_wrapper.beat-animations svg {
    width: 2rem;
    height: 2rem;
}

.footer-nav li a svg {
    width: 1.2rem;
    height: 1.2rem;
}

.footer-nav li a .svg-icon_wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    top: -30px;
    right: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    border: 3px solid white;
}

.beat-animations {
    -webkit-animation: beat .5s infinite alternate;
    animation: beat .5s infinite alternate;
}

@keyframes beat {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes beat {
    to {
        transform: scale(1.20);
    }
}

.footer-nav li a span {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.searchgameMobilewidget .search-input {
    color: #999 !important;
}

.dashboardFaq .card-header {
    padding: 5px;
    position: relative;
}

    .dashboardFaq .card-header a {
        display: block;
    }

        .dashboardFaq .card-header a i {
            position: absolute;
            right: 10px;
            top: 10px;
        }

.myInfo {
    padding: 15px;
}

.toast-body {
    border-bottom: 6px solid #0373ff;
}

/*game lobby style*/

/* -------------------- label logo 01 -------------------- */
/* ------------------------------------------------------- */
.item-label-logo {
    top: 0;
    right: 0;
    width: 100px;
    border-radius: 0 0 0 110px/25px 0 0 200px;
    padding: 10px;
    text-align: center;
    background: black;
    /* width: 120px; */
    display: flex;
    align-items: center;
    z-index: 0;
    position: relative;
}

    .item-label-logo.left {
        top: 0;
        right: 0;
        /* width: 100px; */
        max-width: 25%;
        border-radius: 0;
        padding-inline-end: 0;
        margin-inline-end: 20px;
        /* padding: 10px; */
        /* text-align: center; */
        /* background: black; */
        /* z-index: 9; */
    }

    .item-label-logo::after {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 70px;
        display: block;
        width: 50px;
        background: #000000;
        -webkit-transform: skew(22deg);
        -ms-transform: skew(22deg);
        transform: skew(22deg);
        border-radius: 0 0 0 15px;
    }

    .item-label-logo.left::after {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        display: block;
        width: 60%;
        background: #000000;
        -webkit-transform: skew(340deg);
        -ms-transform: skew(340deg);
        transform: skew(340deg);
        border-radius: 0 0 15px 0;
        transform-origin: top left;
    }

    .item-label-logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
/* Logo images size */

.wrapper-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.item-label-wrapper.left {
    justify-content: flex-start;
}

.item-label-wrapper.one {
    position: absolute;
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.item-label-wrapper-vertical {
    position: absolute;
    display: inline-flex;
    top: 50%;
    right: -33px;
    transform: rotate(270deg);
}

.item-label-wrapper-vertical-left {
    position: absolute;
    display: inline-flex;
    top: 50%;
    left: -33px;
    transform: rotate(90deg);
}

.item-favourite-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    line-height: 0;
}

input[type=checkbox].item-favourite-game-btn {
    display: none;
}

    input[type=checkbox].item-favourite-game-btn + label.item-favourite-game-label {
        width: 25px;
        height: 25px;
        background: #fff var(--star-off-icon) center no-repeat;
        background-size: 60%;
        border-radius: 50%;
        cursor: pointer;
        margin: 0;
    }

    input[type=checkbox].item-favourite-game-btn:checked + label.item-favourite-game-label {
        background-image: var(--star-on-icon);
    }

/* -------------------- label -------------------- */
/* ----------------------------------------------- */
.item-label-top-w {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
}

.item-label-wrapper {
    position: absolute;
    display: inline-flex;
    left: 0;
    top: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}

/* ---------- NEW Label ---------- */
.item-label-new {
    height: 26px;
    width: 26px;
    
    border-radius: 50%;
    font-size: 0.5rem;
    line-height: 3;
    text-align: center;
    background: rgb(0,95,4);
    background: linear-gradient(6deg, rgba(0,95,4,1) 0%, rgba(212,231,0,1) 100%);
    /*    background: red;*/
    /*box-shadow: 3px 4px 7px 0px #00000075;*/
    z-index: 0;
    margin: 0.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    position: absolute;
    color: #fff;
    font-weight: 700;
    --photoboxAnimationDuration: .5s;
}


/* ---------- HOT Label ---------- */
.item-label-hot {
    height: 26px;
    width: 26px;
    
    border-radius: 50%;
    font-size: 0.5rem;
    /* line-height: 3; */
    text-align: center;
    background: rgb(209, 0, 0);
    background: linear-gradient(0deg, rgba(209, 0, 0, 1) 0%, rgba(241, 204, 1, 1) 100%);
    /*    background: red;*/
    /*box-shadow: 3px 4px 7px 0px #00000075;*/
    margin: 0.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    color: #fff;
    font-weight: 700;
    --photoboxAnimationDuration: .5s;
}

/* 02 HOT Label */
.item-content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s;
}

    .item-content.content-zoom:hover {
        transform: scale(1.05);
    }

    .item-content .item-content-overlay {
        background: rgb(27,0,71);
        background: linear-gradient(1deg, rgba(27,0,71,1) 0%, rgba(44,9,121,0.8337928921568627) 35%, rgba(147,0,255,0) 100%);
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        /* z-index: 99; */
    }


    .item-content:hover .item-content-overlay {
        opacity: 1;
    }


.item-content-image {
    width: 100%;
}

.item-content-details {
    position: absolute;
    text-align: center;
    padding-inline: 1em;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    /* z-index: 99; */
}

.item-content:hover .item-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.item-content-details h3 {
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.75rem);
    font-weight: 450;
    letter-spacing: 0.05em;
    width: 100%;
    /*    margin-bottom: 0.5em;*/
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .item-content-details h3.one {
        padding: 0 20px;
    }

.item-content-details p {
    color: #fff;
    font-size: 0.8em;
    font-weight: 450;
    /*    margin-bottom: 0.5em;*/
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/* -------------------- Object images square col-3 ---------------------- */
/* ---------------------------------------------------------------------- */
.images-square-3 {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.loyalprogram-info .table-title {
    color: rgba(3,115,255,.8);
}

.indexType .item-content-details h3 {
    font-size: min(5vw, 1.125rem);
}

.indexType .btn-sm {
    font-size: 0.75rem;
}

/*.indexType .item-label-new,
.indexType .item-label-hot {
    margin-block: 0.25rem;
}*/

.quaterType .item-label-logo {
    padding: 4px;
}

    .quaterType .item-label-logo.left {
        max-width: 40%;
        margin-inline-end: 10px;
    }

        .quaterType .item-label-logo.left::after {
            width: 30%;
        }

.btn-lite.login {
    width: 125px;
}

#HaveDLS {
    z-index: 10;
}

.dls-icon-images {
    width: 32px;
    height: 32px;
}

.mobile-dls {
    position: absolute;
    right: 0;
}

.offcanvas {
    width: 100%;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .8s;
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

    .offcanvas .h6 {
        font-size: 1rem;
    }

    .offcanvas.offcanvas-right {
        right: 0;
        left: auto;
        transform: translateX(100%);
    }

    .offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        transition: transform .2s;
        z-index: 99999 !important;
    }

/*  .offcanvas .btn-close {
        right: 2px;
        top: 1px;
        font-size: 1.5rem;
    }*/

.background-overlay.bg-overlay {
    display: block
}

.background-overlay {
    background-color: rgba(25,25,25,.7);
    z-index: 9998;
    opacity: 1;
    transition: all .4s ease;
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.menu-overlay.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    overflow-x: hidden;
    overflow-y: auto;
}

#my_offcanvas1 {
    display: none !important;
}

@media screen and (max-width: 768px) {

    nav.list-group {
        overflow-y: auto;
        background: #090909;
        width: 100%
    }

    #my_offcanvas1 {
        display: block !important;
    }

    #my_offcanvas1 {
        background: #000 !important
    }

        #my_offcanvas1 .mask {
            background: rgba(0,0,0,.6);
            width: 100%;
            height: 100%
        }

            #my_offcanvas1 .mask .bg-black {
                background: #000 !important;
                width: 100% !important
            }

        #my_offcanvas1 span.iconDropdown {
            float: right;
            margin: 0;
            width: 20px
        }

            #my_offcanvas1 span.iconDropdown img {
                filter: invert(1)
            }

        #my_offcanvas1 .border-bottom {
            border-bottom: 1px solid #444 !important
        }

        #my_offcanvas1 .bg-black {
            background-color: #1c1c1c !important
        }

        #my_offcanvas1 .c-primary-bg {
            width: calc(100% - 2em);
            background: #090909 !important;
            font-size: .8rem;
            border-left: 3px solid #282828;
            margin-left: 2em;
            margin-bottom: 10px;
        }

            #my_offcanvas1 .c-primary-bg a {
                color: #fff
            }

            #my_offcanvas1 .c-primary-bg .mt-2 img {
                filter: invert(1);
                width: 15px
            }

            #my_offcanvas1 .c-primary-bg .fs-3 {
                font-size: calc(1.3rem + .6vw) !important
            }

        #my_offcanvas1 .asideLoginBox {
            width: 100%;
            padding-top: 10px !important
        }

            #my_offcanvas1 .asideLoginBox .loginButton, #my_offcanvas1 .asideLoginBox .registerButton {
                width: 100%;
                margin-bottom: 5px;
                font-size: 1rem;
                border-radius: var(--bs-btn-border-radius) !important;
                display: block;
                text-align: center;
                line-height: 2rem;
                background: linear-gradient(180deg,#e6000f 0%,#d30011 25%,#c0000f 50%,#ae000c 75%,#9d010c 100%);
                color: #fff;
                border-bottom: 1px solid #fc0018
            }

            #my_offcanvas1 .asideLoginBox .loginButton {
                border: 1px solid var(--c-button-1-border) !important;
                color: var(--c-button-1-text) !important;
                background: var(--c-button-1-bg) !important;
                font-weight: 600 !important;
                font-size: 1rem !important
            }

        #my_offcanvas1 .aside-logo {
            width: 100px;
            display: block
        }

        #my_offcanvas1 .btn.btn-outline-light.btn-close {
            border: 0;
            font-size: 1em !important
        }

        #my_offcanvas1 .full-nav-lang {
            right: 50px
        }

        #my_offcanvas1 afb-padding-lr {
            height: 30px
        }

        #my_offcanvas1 span.angle-down {
            float: right !important;
            margin: 0;
            width: 20px;
            line-height: 0
        }

            #my_offcanvas1 span.angle-down img {
                height: 15px;
                filter: invert(1)
            }

        #my_offcanvas1 a.btn-icontop-lg {
            color: #fff;
            background-color: transparent !important;
            padding: 4px 4px;
            height: 40px;
            display: block
        }

            #my_offcanvas1 a.btn-icontop-lg:hover {
                color: #fff;
                
                background: #151515 !important
            }

            #my_offcanvas1 a.btn-icontop-lg span.icon {
                float: left;
                margin: 0;
                width: 25px;
                transform: scale(0.8);
                color: rgb(173, 146, 98) !important;
                font-size: 25px;
            }

                #my_offcanvas1 a.btn-icontop-lg span.icon img {
                    filter: invert(1)
                }

            #my_offcanvas1 a.btn-icontop-lg span {
                float: left;
                line-height: 2rem;
                margin-left: 13px;
                font-weight: bold
            }

                #my_offcanvas1 a.btn-icontop-lg span.iconDropdown {
                    float: right !important;
                    margin: 0;
                    margin-right: 0;
                    width: 20px;
                    filter: invert(1)
                }


            #my_offcanvas1 a.btn-icontop-lg[data-toggle="collapse"]:not(.collapsed):after {
                position: absolute;
                right: 10px;
                content: url(https://d2lcoivv20vty7.cloudfront.net/Content/img/LG88/angle-down-solid.svg);
                width: 20px;
                height: 20px;
                filter: invert(1);
                transform: rotate(180deg) scale(0.7) translate(0%, -30%);
                transition: transform .25s, -webkit-transform .25s;
            }

            #my_offcanvas1 a.btn-icontop-lg[data-toggle="collapse"].collapsed:after {
                position: absolute;
                right: 10px;
                content: url(https://d2lcoivv20vty7.cloudfront.net/Content/img/LG88/angle-down-solid.svg);
                width: 20px;
                height: 20px;
                filter: invert(1);
                transform: scale(0.7) translate(0%, 30%);
                transition: transform .25s, -webkit-transform .25s;
            }



        #my_offcanvas1 div[data="itemMenu"] span.icon img {
            filter: brightness(0) invert(1)
        }
}

#promoWG_BTN {
    top: 45%;
    position: absolute;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 0 !important;
}

    #promoWG_BTN .promoWG_Previous {
        margin-left: 15px;
        background-color: #000000ad !important;
        border-radius: 0.25rem;
        padding: 5px 13px !important;
    }

    #promoWG_BTN .promoWG_Next {
        margin-right: 15px;
        background-color: #000000ad !important;
        border-radius: 0.25rem;
        padding: 5px 13px !important;
    }

#primary-menu-trigger, #page-menu-trigger {
    display: -ms-flex;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

    #primary-menu-trigger .btn {
        color: #fff;
    }

ol.carousel-indicators {
    bottom: -25px;
    height: 23px;
    max-width: 100%;
}

.carousel-indicators li {
    width: 5px;
    border-radius: 10px !important;
    height: 5px;
    border-top: none;
    border-bottom: none;
    border: 1px solid #fff;
    opacity: 1;
}

.carousel-indicators .active {
    opacity: 1;
    border: 1px solid #fff;
    width: 30px;
}

.menu-button {
    padding: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0.3em !important;
}

.menuClose {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0.5em !important;
    margin-top: 6px;
    margin-bottom: 6px;
}

/*.menu-button-close {
    padding: 2px 0px 2px 0px;
}*/

.profile {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

    .profile div {
        font-size: 9px;
    }

.profile-username {
    font-weight: bold;
}



.border-top {
    border-top: 1px solid #282828 !important;
}

.provider-icon {
    display: inline-block;
    border: 5px solid #16181c;
    background-color: #16181c;
    border-radius: 50px;
    filter: grayscale(100%);
    padding-top: 1px;
}

.company_list-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #070707ad;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}

    .company_list-overlay a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        background-color: #fd2d5e;
        font-size: .9rem;
     
        text-decoration: none;
        border-radius: 2px;
        text-transform: uppercase;
        padding: 5px 15px;
        font-weight: 400;
    }

.company_list-container {
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    overflow: hidden;
}

    .company_list-container:hover .company_list-overlay {
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
    }

.company_list-overlay a:hover {
    background-color: #c2022f;
}

.lh-1 {
    line-height: 18px;
}

.detail-one-wrapper i {
    margin-right: 10px;
    margin-left: 10px !important;
}

.h_nav-item1 > a, .h_nav-item > span {
    display: block;
    padding: 0 10px;
    z-index: 0;
    color: #bebebe;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    border-radius: 5px;
    background-color: var(--cd-color-1);
    margin-right: 5px;
    border: 2px solid var(--cd-color-1);
}

.h_nav-item1 > a, .h_nav-item > span, .payment-item {
    background-color: hsl(0deg 0% 14%) !important;
}

.promotion-rules-page #page-content .CalculationTable td {
    border-width: 1px;
    border-style: solid;
    padding: 3px;
}

.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 10px;
    padding-left: 0;
}

.custom-select-dd:active, .custom-select-dd.active {
    background-color: #fff;
    color: #9E9E9E;
    border-color: rgb(40, 167, 69) !important;
}

.menu-title {
    padding-left: 5px;
    font-size: 11px;
    color: #fff;
}

@media screen and (max-width:768px) {
    .header-marquee {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.signin-content-v3 {
    padding: 20px 20px 20px 20px;
}

.modalCloseButton {
    border: none;
    background: #efefef;
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 5px 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    justify-content: center;
    z-index: 10;
}

.signin-content-v3 .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem !important;
    margin: .5rem 0rem 0rem 0rem !important;
}

.model-h3 {
    font-size: 1.3rem !important;
    font-weight: 500;
    width: 95%;
    margin: 0 0 10px 0 !important;
    color: #333;
    line-height: 125%;
    padding-left: 20px;
}

.registrationCaptcha {
    display: flex;
    align-items: normal;
    margin-bottom: 0px !important;
    flex-direction: column;
}

#registerModal .dropdown-single-content {
    right: auto;
    left: 15px !important;
}

.model-h3 > small {
    display: block;
    font-size: 9px !important;
    margin-bottom: 0px !important;
}

#registerModal .bottom {
    padding-bottom: 10px !important;
    border-radius: 0 0 5px 5px;
    color: #333;
}

.text-gold {
    color: #fff;
}

.button-afb-deposit {
    background: #0d6f11 !important;
    padding: 5px 5px;
    text-align: center;
    height: 30px;
    border-radius: 2px;
}

.button-afb-withdraw {
    background: #890b0b !important;
    padding: 5px 5px;
    text-align: center;
    height: 30px;
    border-radius: 2px;
}

.searchgamewidget .input-group input {
    background-color: transparent;
    border: 1px solid #545454 !important;
    border-radius: 2px !important;
    padding: 0.35rem !important;
    color: #fff !important;
    font-size: 1em !important;
}

#NangPowClaim a.close-angpow {
    right: -15px;
    top: -15px;
    position: absolute;
    color: #fff;
    width: 2.5em;
    height: 2.5em;
    opacity: 1;
    z-index: 99;
    padding: 5px !important;
    border-radius: 50px;
    background-color: transparent !important;
}


.container-search-game .input-group-append button.btn-secondary {
    border-radius: 2px;
}

.simple-login {
    vertical-align: middle;
    margin-right: 0px;
}

#memberbankqrcode::file-selector-button {
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#memberbankqrcode {
    padding-left: 0px !important;
}


/*footer page design */
#footer {
    position: relative;
    margin-top: 0 !important;
    font-size: 13px;
    filter: opacity(.9);
}

.footer-copy-right {
    background-color: #000000;
    text-align: center;
    color: #bebebe;
    font-size: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.shfooter .footlabel {
    color: #ffff;
}

.shfooter .collapse {
    display: inherit;
}

/*ul.all-logo-footer li, ul.provider-logo-footer li {
    float: left;
    padding: 0 10px 10px 0;
    max-width: 105px
}

ul.all-logo-footer li.largeImg, ul.provider-logo-footer li.largeImg {
    float: left;
    padding: 0 10px 10px 0;
    max-width: 123px
}*/

.socialMedia-list li, .paymentProvider-list li {
    padding: 0 10px 5px 0;
}

ul#Payment-Providers li img {
    width: 50px;
    filter: grayscale(100%);
}

    ul#Payment-Providers li img:hover {
        filter: grayscale(0%);
        -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -o-transition: background 1s;
        transition: background 1s;
    }

.all-logo-footer div.my-1 img, .provider-logo-footer div.my-1 img {
    filter: grayscale(100%);
}

    .all-logo-footer div.my-1 img:hover, .provider-logo-footer div.my-1 img:hover {
        width: 100%;
        filter: grayscale(0%);
        -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -o-transition: background 1s;
        transition: background 1s;
    }

/*.socialMedia-list img, .paymentProvider-list img {*/
/* max-width: 1rem; */
/*width: 1.28571429em;
}*/

.socialMedia-list, .paymentProvider-list {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

/* footer social icons */
.socialMedia-list a.icoLine > img {
    width: 25px !important;
    margin: auto;
    filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%);
}

.socialMedia-list li a.icoLine:hover > img {
    filter: brightness(0) invert(1);
}

.socialMedia-list a.icoLine:hover {
    background-color: #01bd02;
}
.socialMedia-list a.icoRss:hover {
    background-color: #F56505;
}

.socialMedia-list a.icoFacebook:hover {
    background-color: #3B5998;
}

.socialMedia-list a.icoTwitter:hover {
    background-color: #33ccff;
}

.socialMedia-list a.icoGoogle:hover {
    background-color: #BD3518;
}

.socialMedia-list a.icoVimeo:hover {
    background-color: #0590B8;
}

.socialMedia-list a.icoLinkedin:hover {
    background-color: #007bb7;
}

.socialMedia-list a.icoYoutube:hover {
    background-color: #bb0000;
}

.socialMedia-list a.icoSnapchat:hover {
    background-color: #f7f400;
}

.socialMedia-list a.icoReddit:hover {
    background-color: #f74300;
}

.socialMedia-list a.icoPinterest:hover {
    background-color: #c72028;
}

.socialMedia-list a.icoTumblr:hover {
    background-color: #2f4155;
}

.socialMedia-list a.icoTikTok > img {
    width: 1.75rem !important;
    margin: auto;
    filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%);
}

.socialMedia-list a.icoTikTok:hover {
    background-color: #000;
}

.socialMedia-list li a.icoTikTok:hover > img {
    filter: brightness(0) invert(1);
}

.socialMedia-list a.icoMedium:hover {
    background-color: #000;
}

.socialMedia-list a.icoThreads > img {
    width: 25px !important;
    margin: auto;
    filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%);
}

.socialMedia-list li a.icoThreads:hover > img {
    filter: brightness(0) invert(1);
}

.socialMedia-list a.icoThreads:hover {
    background-color: #000;
}

.socialMedia-list a.icoXHS > img {
    width: 25px !important;
    margin: auto;
    filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%);
}
.socialMedia-list li a.icoXHS:hover > img {
    filter: brightness(0) invert(1);
}
.socialMedia-list a.icoXHS:hover {
    background-color: #FF2741;
}

.socialMedia-list a.icoTelegram > img {
    width: 25px !important;
    margin: auto;
    filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%);
}
.socialMedia-list li a.icoTelegram:hover > img {
    filter: brightness(0) invert(1);
}

.socialMedia-list a.icoTelegram:hover {
    background-color: #28A8E9;
}

.socialMedia-list a.icoWeChat:hover {
    background-color: lightgreen;
}

.socialMedia-list a.icoInstagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.socialMedia-list a.icoRss:hover i,
.socialMedia-list a.icoFacebook:hover i,
.socialMedia-list a.icoTwitter:hover i,
.socialMedia-list a.icoGoogle:hover i,
.socialMedia-list a.icoVimeo:hover i,
.socialMedia-list a.icoLinkedin:hover i,
.socialMedia-list a.icoInstagram:hover i,
.socialMedia-list a.icoYoutube:hover i,
.socialMedia-list a.icoSnapchat:hover i,
.socialMedia-list a.icoReddit:hover i,
.socialMedia-list a.icoPinterest:hover i,
.socialMedia-list a.icoTumblr:hover i,
.socialMedia-list a.icoMedium:hover i {
    color: #fff;
}

.socialMedia-list li a:hover i,
.triggeredHover, .socialMedia-list li a:hover img {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.socialMedia-list i {
    color: #626c80;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    font-size: 25px;
}

.socialMedia-list a.icoLine > .img-fluid {
    filter: none;
}

.socialMedia-list a.icoTikTok > .img-fluid {
    filter: none;
}

.social_square_icons .socialMedia-list, .payment_square_icons .paymentProvider-list {
    display: flex;
    list-style: none;
}

.dropup .dropdown-menu-center {
    bottom: calc(100% + 0.8rem) !important;
    left: calc(-100% + 1rem);
    box-shadow: 0 1px .5rem #0003;
    min-width: 100px;
    padding: .1rem;
}

.dropup .dropdown-menu-center img {
    min-width: 100px;
    max-width: 100px;
}

.dropup .dropdown-menu-center::before {
    position: absolute;
    display: inline-block;
    content: '';
    border-style: solid;
    border-width: .5rem 0.5rem 0 0.5rem;
    border-color: #Fff transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}


.footer-bottom {
    padding: 20px 0;
}

.footer-bottom .h1 {
    font-size: 18px;
    color: var(--white);
}

.footer-bottom p {
    color: var(--light);
    font-size: 12px;
    margin: 5px 0 auto;
}

.footer-bottom p:hover {
    color: #ff6a00;
}

.footer-bottom a {
    width: 50px;
    height: 50px;
    padding: 0;
    padding-top: 12px;
}

@media screen and (max-width:767px) {
    .footer-separator {
        display: none;
    }

    .footer-copy-right {
        padding-bottom: 20px !important;
        position: relative
    }

    .footer-copy-right::after {
        position: absolute;
        display: block;
        content: '';
        background-color: #000;
        width: 100%;
        height: 60px;
        top: 100%;
        left: 0
    }

    .footer-bottom {
        padding: 10px 0;
    }

   /* ul.all-logo-footer li, ul.provider-logo-footer li {
        max-width: 65px;
    }

    ul.all-logo-footer li.largeImg, ul.provider-logo-footer li.largeImg {
        max-width: 83px
    }
*/
    .shfooter ul {
        padding-bottom: 5px;
    }

    ul#social-media, ul#Payment-Providers {
        display: none;
    }

    ul#social-media.show, ul#Payment-Providers.show {
        display: flex;
    }

    .shfooter ul {
        margin-bottom: 0;
    }

    .shfooter .collapse {
        display: none;
    }

    .shfooter .collapse.show {
        display: block;
    }

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded=true] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded=true] .fa-angle-up {
        display: block;
    }

    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }
}


@media (min-width: 960px) {
    .socialMedia-list .btn:hover + .dropdown-menu {
        display: block;
    }
}

.footer-copy-right {
    background-color: #000000;
    text-align: center;
    color: #bebebe;
    font-size: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.footer-copy-right p {
    margin: 0 auto;
}


.bg-grey {
    background-color: #151515;
}

.br2 {
    border-radius: 2px;
}

#invite-friend .h3 {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
    /* margin: 1rem 0 0 0; */
}

#active-member-list .h3 {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000 !important;
    /* margin: 1rem 0 0 0; */
}

.shfooter .collapsing, #my_offcanvas1 .collapsing {
    transition: height 0.1s ease;
}

.btn-grey {
    background-color: #5b5b5b !important;
    color: #fff !important;
    height: 33px;
    padding-top: 0 !important;
    padding-bottom: 0.1rem !important;
}

.promo-btn {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.selectCustom {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.did-floating-label-content, .did-floating-label-content .localized-wrapping {
    position: relative;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.fa-lg {
    line-height: 1; 
    vertical-align: -15%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding-top: 2px;
}

.mlpw {
    margin-left: 7.5rem !important;
}

.searchgameMobilewidgetv2 .result-wrapper .badge.badge-pill.badge-secondary span {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .25rem;
    cursor: pointer;
    font-size: .9rem;
}

.captchaInputRefresh a.captcha-refresh {
    position: relative !important;
    right: 10px;
    width: auto;
}

.promoWG_Previous[disabled], .promoWG_Next[disabled] {
    visibility: hidden;
}

#shareboxPopup .tooltip {
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    font-weight: 700;
    font-family: inherit;
}

.registrationCaptcha .fld-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px !important;
    z-index: 10000;
}

header.affix, .afb-dark-blue {
    background-color: inherit;
}

#buypromoModal .displayinfo {
    background-color: #efefef;
}

@media screen and (max-width: 768px) {
   
    #my_offcanvas1 .under-m, #my_offcanvas1 .under-n {
        /* font-size: .5em; */
        position: relative;
        overflow: hidden;
        width: max-content;
        text-overflow: ellipsis;
        max-width: 100%;
        color: white;
        background-color: red;
        padding: 3px 4px;
        font-weight: 500;
        border-radius: 5px 5px 5px 5px;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        height: 16px;
    }
    #my_offcanvas1 .under-n {
        background-color: #b18f35;
    }
}

.afb-header-menu .login {
    text-overflow: ellipsis;
    overflow: hidden;
    width: max-content;
}

.jc-right {
    justify-content:right;
}

@media screen and (max-width: 768px) {
    .hotnew-container {
        position: absolute;
        top: 8px;
        left: 5px;
        right: 0;
        display: flex;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2px;
    }

        .hotnew-container .under-m, .hotnew-container .under-n {
            position: relative;
            overflow: hidden;
            width: max-content;
            text-overflow: ellipsis;
            flex-grow: 0;
            flex-shrink: 1;
            flex-basis: auto;
            max-width: 100%;
            color: white;
            background-color: red;
            padding: 4px;
            font-size: .4em;
            font-weight: 500;
            border-radius: 0 0 10px 10px;
        }
}

#DepoConfModal .btn-primary {
    background-image: linear-gradient(to right, #2575fc, #6a11cb);
    border-color: #2575fc !important;
    color: #fff !important;
}

#DepoConfModal .modal-header {
    background: #2575fc !important;
}

    #DepoConfModal .modal-header h5 {
        color: #fff !important;
    }


#DepoConfModal .fa-clone,
#DepoConfModal .text-primary {
    color: #2575fc !important;
}

.dropdown-single-content[aria-labelledby="dropdownLang"] a:hover, .active-lang {
    background: #ddd !important;
    color: #000 !important;
}

.pdt {
    margin-top: 0.08rem;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

#dls-modal.modal {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    z-index: 10000;
}

.transferModal .fld{
    height: 30px;
}

.border-bottom {
    border-bottom: solid 2px #A49057;
}

.universal_hamburger_menu {
    --subtheme: #201c12;
    --contrasttheme: #2575fc;
    --main_text: #fff;
}

.universal_hamburger_menu .icon {
    width: 1em;
}

.universal_hamburger_menu .aside_content-main_content {
    background: transparent;    
    padding: var(--gap);
}

.universal_hamburger_menu .dropdown-item:hover,
.universal_hamburger_menu .dropdown-item:focus,
.universal_hamburger_menu .dropdown-item.active {
  background-color: var(--contrasttheme);
}

.universal_hamburger_menu .aside_content-login .login-button button.btn-login {
  background: #28a745;
} 
.universal_hamburger_menu .aside_content-login .login-button button.btn-login:hover {
  background: #127027;
} 

.universal_hamburger_menu .aside_content-login .login-button button.btn-register {
  color: #fff;
  background: linear-gradient(to right, #6a11cb, #2575fc);
} 
.universal_hamburger_menu .aside_content-login .login-button button.btn-register:hover {
  background: linear-gradient(to left, #6a11cb, #2575fc);
}

.universal_hamburger_menu .aside_content-account_box .account_box-infopanel .infopanel-wallet .account_box-wallet {
    color: #fff;
}

.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Deposit-Btn {
  background: #0d6f11;
} 
.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Deposit-Btn:hover {
  background: #0f9315;
} 

.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Withdraw-Btn {
  color: #fff;
  background: #890b0b;
} 
.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Withdraw-Btn:hover {
  background: #b30d0d;
}

.universal_hamburger_menu .aside_content-account_box,
.universal_hamburger_menu .aside_content-login,
.universal_hamburger_menu .aside_content-main_content .main_content-section {
    background: #222;
}

.universal_hamburger_menu .aside_content-login .text-mandatory {
    color: #dc3545;
}

.universal_hamburger_menu .aside_content-login .did-floating-input {
    color: var(--main_text);
    background: var(--subtheme);
    border-color: var(--subtheme);
}
.universal_hamburger_menu .aside_content-login fieldset .fld-block {
    /* border-color: var(--subtheme); */
    border: none;
}
.universal_hamburger_menu .aside_content-login .did-floating-label {
    color: #999;
}

.universal_hamburger_menu .hamburgerSearch .btn.gameCategoryBtn {
    color: #fff;
    background: var(--contrasttheme);
    border-color: var(--contrasttheme);
}
.universal_hamburger_menu .hamburgerSearch .btn.gameCategoryBtn:hover {
    color: #fff;
    background: var(--contrasttheme);
}

.universal_hamburger_menu .hamburgerSearch .dropdown-menu {
    border-color: var(--subtheme);
}

.universal_hamburger_menu .hamburgerSearch .dropdown-menu .dropdown-item:hover,
.universal_hamburger_menu .hamburgerSearch .dropdown-menu .dropdown-item:focus,
.universal_hamburger_menu .hamburgerSearch .dropdown-menu .dropdown-item.active {
  background-color: var(--contrasttheme);
}

.universal_hamburger_menu .hamburgerSearch .result-wrapper #hamburger_searchgame_history_List > .badge {
    color: #fff;
    background: var(--contrasttheme);
    border-color: var(--contrasttheme);
}
.universal_hamburger_menu .hamburgerSearch .result-wrapper .searchgamewidgetListing li {
    background: var(--subtheme);
    border-color: var(--contrasttheme);
}

.universal_hamburger_menu .aside_content-main_content .main_content-section-title {
    color: #fff;
    border-color: #fff;
}

.universal_hamburger_menu .aside_content-main_content .main_content-section .btn svg.icon,
.universal_hamburger_menu .aside_content-main_content .main_content-section .btn i.icon {
  color: #666;
}

.universal_hamburger_menu #hamburgerCategory img.icon {
    filter: brightness(0.7);
}

.universal_hamburger_menu .collapse-container [data-toggle=collapse][aria-expanded=true],
.universal_hamburger_menu .collapse-container [data-toggle=collapse][aria-expanded=true]:has(+ .collapse-0),
.universal_hamburger_menu .collapse-container [data-toggle=collapse] + .collapse,
.universal_hamburger_menu .collapse-container [data-toggle=collapse] + .collapsing,
.universal_hamburger_menu .collapse-container [data-toggle=collapse] + .collapse-0 {
    background-color: #333;
}

.universal_hamburger_menu .collapse-container [data-toggle=collapse][aria-expanded=true]:has(+ .collapse-1),
.universal_hamburger_menu .collapse-container [data-toggle=collapse] + .collapse-1 {
    background-color: #444;
}

.universal_hamburger_menu .aside_content-main_content .main_content-section .btn.active,
.universal_hamburger_menu .aside_content-main_content .main_content-section .btn:hover {
    background-color: var(--contrasttheme);
}

.universal_hamburger_menu .hamburgerSearch .input-group input,
.universal_hamburger_menu .hamburgerSearch .input-group .svg-icon {
  color: #fff;
}
.universal_hamburger_menu .hamburgerSearch .input-group {
  border-color: var(--subtheme);
}


.universal_hamburger_menu #hamburgerCategory .btn.active img.icon,
.universal_hamburger_menu #hamburgerCategory .btn:hover img.icon {
    filter: brightness(2);
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.9rem;
}

.localized-wrapping{
    border-radius: 5px;
}

.localized-wrapping svg{
    display: block;
}

.game-lobby-container,
#searchmoregamelist .page-searchgame .row, 
#DLSGamesList .row {
    --count: 4;
    --gap: 15px;
    gap: var(--gap);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-padding-after: var(--gap);
    padding-block-end: var(--gap);
    display: flex;
}

    .game-lobby-container > div,
    .game-lobby-container > div, 
    #searchmoregamelist .page-searchgame .row > div, 
    #DLSGamesList .row > div {
        -ms-flex-preferred-size: calc(100% / var(--count) - calc(var(--gap)* calc(var(--count) - 1) / var(--count)));
        flex-basis: calc(100% / var(--count) - calc(var(--gap)* calc(var(--count) - 1) / var(--count)));
        max-width: calc(100% / var(--count) - calc(var(--gap)* calc(var(--count) - 1) / var(--count)));
    }

@media screen and (max-width:768px) {
    .game-lobby-container,
    #searchmoregamelist .page-searchgame .row,
    #DLSGamesList .row {
        --count: 3;
    }
}

.game-overlay-DetailBottom {
    --border-radius: 5px;
}
#searchgame_searchgame_List .game-overlay-DetailBottom {
    font-size: 12px;
}


#searchgame_searchgame_List .game-overlay-DetailBottom .top-container {
    border-radius: 5px;
}

#searchgame_searchgame_List .game-overlay-DetailBottom .top-container .fav-rtp-container,
#searchgame_searchgame_List .game-overlay-DetailBottom .bottom-container {
    display: none;
}

.game-overlay-DetailBottom .bottom-container,
.game-overlay-DetailBottom .top-container .fav-rtp-container .favourite-game-container {
    background: var(--cd-color-1);
}

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-play, .casinoug-overlay-ui .hover-content .btn-play {
    background: linear-gradient(to right,#6a11cb,#2575fc);
    color: #FFF;
}

    .game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-play:hover {
        filter: none;
        background: linear-gradient(to right,#2575fc,#6a11cb);
    }

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-demo {
    background-color: #454545;
    color: #FFF;
}

    .game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-demo:hover {
        filter: none;
        background-color: #5a6268;
    }

label {
    display: inline-block;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}

td.col-data.one.status.success-content {
    color: #25b00c;
}

.tournament-list .btn-arrow-left i, .tournament-list .btn-arrow-right i, .tournament-detail .btn-arrow-left i, .tournament-detail .btn-arrow-right i {
    background-color: #3d3d3d;
    color: #fff;
}

.did-floating-label {
    top: 3px !important;
}

.btn-game-back {
    color: #FFF;
}


@media screen and (max-width:414px) {
    .main.nav-wrapper .nav-item .nav-item-content.mobile {
        top: 161px !important;
    }

    .main.nav-wrapper .nav-item .nav-item-content {
        top: 130px !important;
    }
}
 
 @media screen and (min-device-width: 415px) and (max-device-width: 767px) {
    .main.nav-wrapper .nav-item .nav-item-content.mobile {
        top: 183px !important;
    }

    .main.nav-wrapper .nav-item .nav-item-content {
         top: 153px!important;
    }
}


#NRebateClaim .rebate-card-body {
    border-radius: 12px;
}

#NRebateClaim .button-claim-rebate, #NRebateClaim .button-claim-rebate:hover {
    background-color: #0373ff;
    color: white;
    border-radius: 12px;
    background-image: none;
}

button#depositBtn, button#withdrawBtn, button#WICKET9WithdrawBtn {
    background: linear-gradient(to right, #6a11cb, #2575fc);
}

    button#depositBtn:hover, button#withdrawBtn:hover, button#WICKET9WithdrawBtn:hover {
        background: linear-gradient(to right, #2575fc, #6a11cb);
    }

.lobbyfilter button.btn {
    padding: 5px 15px;
}

.lobbyfilter button.btn-secondary.active, button.btn-secondary:hover {
    background: #0373ff;
}

.lobbyfilter button.btn-secondary.focus:not(.active) {
    background: #454545 !important;
}

@media screen and (max-width: 480px) {
    .lobbybutton {
        padding-top: 0.2rem;
    }

    .lobbyfilter button.btn {
        margin-bottom: 5px;
    }

    .lobbyrow {
        grid-template-columns: 1fr !important;
    }
}

.lobbyrow {
    display: grid;
    grid-template-columns: 220px auto 200px;
    gap: 5px;
}


.redDotNotification {
    position: relative; /* 設置相對定位，讓子元素的絕對定位參考此元素 */
    display: inline-block;
}

    .redDotNotification img {
        display: block; /* 防止圖片下方出現間隙 */
    }

    .redDotNotification::after {
        content: "";
        position: absolute;
        top: -4px;
        left: 11px;
        width: 60%;
        height: 60%;
        background-image: url('https://d2lcoivv20vty7.cloudfront.net/Content/img/p2mobile/reddot.gif'); /* 替換成你想要的圖片 */
        background-size: cover; /* 調整覆蓋方式 */
        background-position: center;
        pointer-events: none; /* 確保按鈕功能正常 */
    }
.offcanvas.open .redDotNotification::after {
    display: none;
}

.game-lobby-container:has(.casinoug-overlay-ui),
#searchmoregamelist .page-searchgame .row:has(.casinoug-overlay-ui),
#DLSGamesList .row:has(.casinoug-overlay-ui) {
    --gap: 10px;
    --count: 5;
}

@media screen and (max-width: 768px) {
    .game-lobby-container:has(.casinoug-overlay-ui),
    #searchmoregamelist .page-searchgame .row:has(.casinoug-overlay-ui),
    #DLSGamesList .row:has(.casinoug-overlay-ui) {
        --count: 3;
    }
}
.casinoug-overlay-ui .bottom-container .rtp-provider-container .rtp-circle-container .rtp-circle {
    border-color: var(--cd-color-1);
}

.casinoug-overlay-ui .bottom-container,
.casinoug-overlay-ui .top-container .fav-gametag .favourite-game-container {
    background: var(--cd-color-1);
}

/*Search game list*/
.searchgame_list .casinoug-overlay-ui .bottom-container .bottom-container-badges {
    display: none;
}

.searchgame_list .casinoug-overlay-ui .top-container .top-label .fav-gametag .game-tags .badge-ribbon {
    font-size: .5em;
}

.searchgame_list .casinoug-overlay-ui .top-container .game-attribute {
    display: none;
}

.searchgame_list .casinoug-overlay-ui .bottom-container .rtp-provider-container .provider-container {
    font-size: .7em;
}
/*Search game list END*/

.eachItem a {
    padding: 5px 10px !important;
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;
    margin: 5px 0px 0px 0px !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px !important;
}

    .eachItem a img {
        object-fit: contain;
        height: 100%;
    }

.nav-item-content .moreBTN img {
    filter: grayscale(1);
    object-fit: cover;
    aspect-ratio: 185 / 113;
}

.eachItem {
    padding: 0px 5px 5px 0px !important;
    margin: 0 !important;
}
.row.justify-content-md-center {
    margin-top: 5px;
}


.dorpdownContainer {
    overflow: hidden;
}
.moreBTN {
    margin-top: 4px;
    margin-left: 0px;
}
    .moreBTN a {
        display: block;
        margin-right: 7px !important;
        background-color: rgba(255,255,255,0.1);
        border-radius: 5px !important;
        padding: 5px 10px !important;
    }


