/* General */

html,
body {
    background: #101010;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}

.footerseo-hide,
.hideinfo {
    display: none;
}

.readmore-seo,
.hideinfo a {
    color: #a6852d;
    text-decoration: underline;
}

.custom-container-fluid {
    width: 1440px;
    max-width: 1440px !important;
}

.nav {
    cursor: pointer;
}

a {
    color: #ffffff;
    text-decoration: none;
    backface-visibility: hidden;
    transition: all 0.3s;
}

a:hover,
a:focus,
button:focus,
button:hover,
input:focus,
select:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.pb-6,
.py-6 {
    padding-bottom: 6rem!important;
}

.pb-7,
.py-7 {
    padding-bottom: 7rem!important;
}

.pb-8,
.py-8 {
    padding-bottom: 8rem!important;
}

.pt-6,
.px-6 {
    padding-top: 6rem!important;
}

.pt-7,
.px-7 {
    padding-top: 7rem!important;
}

.pt-8,
.px-8 {
    padding-top: 8rem!important;
}

.pl-8 {
    padding-left: 8rem!important;
}

.pl-7 {
    padding-left: 7rem!important;
}

.pl-6 {
    padding-left: 6rem!important;
}

.pr-8 {
    padding-right: 8rem!important;
}

.pr-7 {
    padding-right: 7rem!important;
}

.pr-6 {
    padding-right: 6rem!important;
}

.icons {
    display: block;
}

.move-up {
    transition: 0.3s;
    cursor: pointer;
}

.move-up:hover {
    transform: translate(0, -10px);
}

#loginModalCenter .modal-content {
    background: #211f1f;
    padding: 10px 0px
}

#loginModalCenter .modal-dialog {
    max-width: 575px;
}

.login_3welogo img {
    width: 125px;
    position: relative;
    left: 21px;
}

.col-25 {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}

.col-60 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    padding: 0 30px;
}

.d-none {
    display: none;
}

.d-inlineblock {
    display: inline-block;
}

.button-1 {
    border: 1px solid #fefb07;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    color: #fff;
    padding: 5px 15px;
}

.button-1:hover {
    background: #fefb07;
    color: #000;
}

.cursor {
    cursor: pointer;
}


/* Slide Sidebar */

.contentapp-img img {
    width: 100%;
}

#slide_left_contact {
    z-index: 900;
    display: flex;
}

.slide_left_close_contact:hover,
.slide_left_close:hover {
    left: 0px;
}

.slide_left_close_contact {
    position: fixed;
    left: -176px;
    top: 62px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide_left_close {
    position: fixed;
    left: -154px;
    top: 360px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide_left_close .list_menu {
    width: 50%;
}

.slide_left_close .mobileBox img {
    width: 100%;
    padding: 10px 5px;
}

.list_menu_inner {
    padding: 10px;
    display: flex;
    border-bottom: 2px dotted #2f2e2e;
}

.list_menu_inner:hover,
.list_menu a:hover .mobileBox {
    background: #434343;
}

#contactDetailsLeft i {
    font-size: 40px;
}

#slide_left_contact>ul {
    float: left;
    margin: 0px;
    background: #1c1b1b;
    padding-left: 0px;
    margin-top: 1px;
}

.side-icon {
    padding-right: 10px;
}

#button_left {
    background: #323030;
    position: relative;
    padding: 13px;
    height: 225px;
}

#button_left i {
    font-size: 25px;
    color: #fff;
}

#button_left h3 {
    position: absolute;
    top: 160px;
    left: 16px;
    color: #fff;
    width: 100px;
    font-weight: 500;
    font-size: 18px;
    background: none;
    transform-origin: 0 0;
    transform: rotate(-90deg);
}

.bsleft {
    max-width: 100%;
}


/* Banner Page */

.four-banner {
    height: 500px;
    background-image: url(../images/4d/bannerNew.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
}

.yellowslick .slick-dots {
    padding-top: 10px;
}

.yellowslick .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid grey;
}

.yellowslick .slick-dots li.slick-active {
    background: yellow;
    border-radius: 50%;
}

.yellowslick .slick-dots {
    position: relative;
    bottom: inherit;
}

.normal {
    color: #fff;
}

.image-title h6 {
    font-weight: 600;
    font-size: 15px;
}


/* Header */

.logo-sign {
    background: #161616;
}

.logo-sign img {
    max-height: 72px;
}

.headright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

form#form_login {
    display: flex;
}

.languageToggle {
    cursor: pointer;
}

.languageToggle img,
.language-wrap img {
    width: 21px;
}

.nonlogin.reg-flag {
    display: none;
}

.nonlogin .user-data i.fa-envelope {
    font-size: 18px;
    margin-right: 5px;
    cursor: pointer;
}

.login_bar>span {
    cursor: pointer;
}

.inbox-message {
    display: flex;
    align-items: center;
}

.header_logout {
    border: 2px solid #b1aeae;
    background: none;
    border-radius: 5px;
    outline: none;
    color: #fff;
}

.nonlogin .forgot-link {
    font-size: 12px;
    color: #b1aeae;
    text-align: left;
    margin-right: 10px;
    margin-top: 3px;
}

form.login_bar {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-wrap {
    background: #363333;
    color: #fff;
    text-align: left;
    position: absolute;
    z-index: 999;
    width: 170px;
    display: none;
}

.language-wrap>div {
    display: flex;
    cursor: pointer;
}

.language-wrap>div a:hover {
    color: #fefb07;
}


/* Navigation */


/* @ login/register form */

.register-content .container {
    max-width: 1025px;
}

.loginmodalclose button.close {
    color: #fff;
}

.loginform-wrap {
    max-width: 61%;
    margin: 0 auto;
}

.loginform-wrap .form-flex i {
    font-size: 21px;
}

.loginform-wrap .form-flex input {
    width: 100%;
    outline: none;
    border: 0px;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
}

a.forgot-pass {
    color: #8d8d8d;
    font-size: 12px;
}

.loginform-wrap .form-flex i.fa-question-circle {
    font-size: 12px;
    margin-right: 3px;
}

button.button_login_modal {
    border: 0px;
    outline: none;
    background: #fefb07;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 20px;
    font-size: 21px;
    border-radius: 9px;
    margin-top: 10px;
}

button.button_login_modal:hover {
    background: #e2df1e;
    color: #000;
}

a.link-register {
    color: #fefb07;
}

#timezone {
    text-transform: uppercase;
    min-width: 162px;
    text-align: left;
}

.login button {
    outline: none;
    font-size: 16px;
    min-width: 100px;
    min-height: 35px;
}

.login button a {
    text-transform: uppercase;
}

.login.reg-flag {
    display: flex;
    width: 40%;
}

.log-group input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btmtools {
    justify-content: space-between;
    align-items: start;
    color: #a5a5a5;
    font-size: 12px;
}

.languageToggle i {
    font-size: 18px;
}

.login_btn {
    background: #fefb07;
    border: 2px solid transparent;
    border-radius: 5px;
}

.login_btn a {
    color: #000;
    font-weight: 600;
}

button.btn_register {
    position: relative;
    overflow: hidden;
}

.join_btn {
    background: transparent;
    border: 2px solid #fefb07;
    border-radius: 5px;
    color: #fefb07;
}

.languageToggle i {
    font-size: 12px;
}

.languageToggle .lang {
    font-size: 14px;
}

.join_btn a {
    font-weight: 600;
    color: #fefb07;
}

.nav-wrap {
    background: #101010;
    position: relative;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.main-nav {
    display: flex;
    align-items: center;
    height: 48px;
}

.main-nav li.nav-item {
    margin: 0 21px;
    padding: 9px 0 14px;
}

.main-nav li.nav-item a.navlink {
    color: #fff;
    text-transform: uppercase;
}

.main-nav li.nav-item:hover a.navlink {
    color: #fefb07;
}

.nav-item i.fa-gift {
    color: #fefb07;
    position: relative;
    top: -4px;
    left: 3px;
    font-size: 14px;
}

.main-nav li.nav-item.menuimg a.navlink img {
    filter: contrast(0) brightness(5);
}

.position-inherit {
    position: inherit;
}

.main-nav li.nav-item.menuimg:hover a.navlink img {
    filter: none;
}

.dropmenu {
    background: #232222;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    visibility: hidden;
}

.main-nav li.nav-item:hover .dropmenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.dropmenu:hover a {
    opacity: 0.5;
    transition: all 0.5s;
}

.dropmenu:hover a:hover {
    opacity: 1;
    transition: all 0.5s;
}

.menuisLive {
    margin-top: -12px;
    width: 21px;
}

.img-providers {
    width: 191px;
    height: 155px;
}

.dm-item:hover .img-providers {
    background-position: -191px;
}

.img-providers.cmd {
    background: url('../images/nav/CMD.png');
    background-repeat: no-repeat;
}

.img-providers.dreamgaming {
    background: url('../images/nav/dreamgaming_3we.png');
}

.img-providers.evogaming {
    background: url('../images/nav/evogaming.png');
}

.img-providers.ezugi {
    background: url('../images/nav/ezugi_3we.png');
}

.img-providers.sexygaming {
    background: url('../images/nav/sexygaming.png');
}

.img-providers.wmcasino {
    background: url('../images/nav/wmcasino.png');
}

.img-providers.allbetgaming {
    background: url('../images/nav/allbetgaming.png');
}

.img-providers.vivogaming {
    background: url('../images/nav/vivogaming.png');
}

.img-providers.pragplay {
    background: url('../images/nav/pragplay.png');
}

.img-providers.king855 {
    background: url('../images/nav/KING855game.png');
}

.img-providers.sagaming {
    background: url('../images/nav/sagaming.png');
}

.img-providers.biggaming {
    background: url('../images/nav/biggaming.png');
}

.img-providers.xprogaming {
    background: url('../images/nav/xprogaming.png');
}

.dropinner {
    border-bottom: 1px solid #0f0e0e;
}

.dm-item {
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.gm_name {
    margin-top: 5px;
    color: #e5e5e5;
    transition: all 0.5s;
}


/* Banner */

.gen-slidedots {
    margin-left: auto;
}

.banner-wrap {
    position: relative;
}

.banner-wrap img {
    width: 100%;
}

.banner-prev {
    left: 140px;
    z-index: 100;
}

.banner-next {
    right: 140px;
    z-index: 100;
}

.banner-wrap .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.banner-wrap .slick-arrow:before,
.promo-slider .slick-arrow:before {
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-wrap .slide-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner-wrap .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.banner-wrap .slick-dots {
    position: absolute;
    bottom: 25px;
}

.banner-wrap .slick-dots li {
    height: 12px;
    width: 12px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid grey;
}

.banner-wrap .slick-dots li.slick-active {
    background: #e5e5e5;
}


/* Body */

.notice_announce {
    background: #1c1b1b;
}

.notice {
    width: 100%;
}

.notice-wrap {
    display: flex;
}

.icon-broadcast {
    width: 35px;
    height: 21px;
    background: url('../images/general/notice.png');
    background-repeat: no-repeat;
}

.icons_video {
    width: 27px;
    height: 21px;
    background: url('../images/general/video.png');
    background-repeat: no-repeat;
}

.icons_star {
    width: 22px;
    height: 21px;
    background: url('../images/general/star.png');
    background-repeat: no-repeat;
}

.notice .marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    animation: marquee 25s infinite linear;
    color: #c1c6cc;
    padding-left: 100%;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.slidelatest {
    display: flex;
}

.yellowslick .gen-slidedots .slick-dots {
    padding-top: 0px;
}

.video-holder {
    height: 438px;
}

.videotext-holder,
.videotext-holderside {
    text-align: center;
}

.videotext-holderside {
    margin-top: -63px;
}

.videotext-item {
    background: #000;
    padding: 15px 10px;
    color: #fff;
}

.videotext-item:hover {
    background: #2d2c2c;
}

.serv-img img {
    height: 275px;
    width: 100%;
}

.serv-text {
    text-align: center;
    background: #000;
    padding: 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    border-bottom-right-radius: 10px;
}

.serv-text:hover {
    color: #ffea00;
}

.services-wrap {
    display: flex;
}

.img-ad img {
    width: 100%;
    border-bottom: 1px dotted #c0c0c0
}

.promo-slider .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 100;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.promo-slider img {
    width: 100%;
}

.services-prev {
    left: 25px;
    position: absolute;
    z-index: 100;
}

.services-next {
    right: 25px;
    z-index: 100;
}


/* Homepage
     - Banner
*/

.partner-slide {
    background: #1c1b1b;
}

.pslide {
    padding: 25px 32px;
}

.pslide img {
    height: 45px;
    width: auto;
}

.videobutton-nav {
    width: 50%;
    background: #000;
    height: 95px;
    cursor: pointer;
}

.nav-videowrap {
    border-top: 2px solid #505050;
    padding-top: 6px;
}


/* Homepage
    - Sports News
*/

.section-title {
    display: flex;
    align-items: center;
}

.icons_notify {
    background: url('../images/general/notify.png');
    height: 36px;
    width: 26px;
    background-repeat: no-repeat;
}

.feed-entry {
    background: #1c1b1b;
}

.feed-entry img {
    width: 100%;
}

.feed-date {
    color: #c0c0c0;
}

.feed-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200ch;
    color: #c0c0c0;
}

.feed-link a {
    font-weight: 600;
}

.feed-link a:hover {
    color: #FDB813;
}

.soccer-score .col-md-6 {
    height: 340px;
}

.soccer-score iframe {
    width: 100%;
    height: 340px;
    border: none;
}

.icons_app {
    background: url('../images/general/app.png');
    height: 36px;
    width: 26px;
    background-repeat: no-repeat;
}

.videobutton-nav img {
    width: 100%;
}


/* Slots Page */

.slotbanner-wrap .row {
    height: 100%;
}

.slotbanner-wrap .container {
    position: relative;
    height: 100%;
}

.download-slot {
    background: linear-gradient(to bottom, #e42f2f 0%, #de4646 50%, #ff0000 100%);
    color: white;
    font-weight: bold;
    font-size: 13pt;
    border: none;
    padding: 8px 45px;
    border-radius: 20px;
}

.slotbanner-wrap {
    position: relative;
}

.slotsub-wrap {
    height: 550px;
}

.slotsub-wrap img {
    width: 100%;
    height: 100%;
}

.slotbanner-wrap ._cslotcontent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

._bprovider img {
    height: 100%;
    width: 100%;
}

._btext {
    font-size: 18px;
}

body.slot .view-all-link {
    text-align: right;
    margin: 10px 0px;
}

body.slot .view-all-span {
    cursor: pointer;
}

body.slot .sliderproduct .container {
    max-width: 1138px !important;
}

body.slot .list-arrow {
    cursor: pointer;
    width: 40px;
    background: #444343;
}

body.slot .slick-slide {
    text-align: center;
    background: #000;
}

body.slot .slick-slide:hover {
    background: rgb(61, 61, 61);
}

.slot .slider-item img,
#imagelist_prod .listcolumn img {
    max-width: 100%;
}

.slider-item h6 {
    font-size: 12px;
}

body.slot .listcolumn {
    column-count: 4;
    columns: 4;
}

body.slot #imagelist_prod .modal-dialog.modal-lg {
    max-width: 1400px !important;
    width: 1400px;
}

body.slot #imagelist_prod .modal-content {
    background: #050505;
}

body.slot #imagelist_prod .modal-content .modal-header-prod {
    background: #fff700;
    color: #000;
    padding: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

body.slot #imagelist_prod .modal-content .close {
    margin-top: 0px;
    margin-left: 0px;
    background: #000;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    padding: 0px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
}

body.slot .slick-slide {
    cursor: pointer;
}

body.slot .slick-slide.active {
    background: rgb(61, 61, 61);
}

body.slot .glist {
    padding-bottom: 15px;
}

.content-game img {
    max-width: 100%;
    height: 205px;
}

.content-game {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.content-game .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    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;
}

.content-game:hover .content-overlay {
    opacity: 1;
}

body.slot .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 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;
}

body.slot .content-game:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

body.slot .content-details>a {
    text-decoration: none;
    color: #000;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

body.slot .content-details>a:hover {
    opacity: .8;
}

body.slot a.playnowlink {
    background: #fff700;
    margin-bottom: 10px
}

body.slot a.demoplay {
    background: #fff;
}

body.slot .glist h6 {
    background: gray;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-size: 12px;
}

#quicksearch {
    color: #000;
}


/* Live Casino Page */

body.livecasino .cat-casino .slider-provider .img-fill {
    height: 800px;
}

.position-logo {
    position: relative;
    top: 50px;
    left: 50px;
}


/* Sportsbook */

.cat-casino {
    position: relative;
}

.sports-book .slider-provider .img-fill {
    height: 675px;
}

.cat-casino .slider-provider .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .05);
    text-align: center;
}

.cat-casino .slider-provider .info>.container {
    height: 100%;
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill>img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

.img-fill .info img {
    margin: 0 auto;
}

.info .banner-text {
    font-size: 18px;
    margin: 0 auto;
    width: 65%;
    padding-bottom: 60px;
}

.providercat_content {
    position: relative;
}

.provider-navwrap {
    position: absolute;
    width: 100%;
    top: 130px;
}

.provider-item span {
    cursor: pointer;
    background: #211f1f;
    border-radius: 8px;
    display: inline-block;
    width: 160px;
    padding: 12px;
    text-align: center;
    border-bottom: 2px solid #fefb07;
    transition: transform 1s;
}

.provider-item span:hover {
    transform: translateY(-10px);
}

.info .container {
    padding-top: 120px;
}

.info .clickhere {
    background: #ffea00;
    color: #000;
    padding: 15px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    FONT-WEIGHT: 800;
    display: inline-block;
    font-size: 18px;
}

.provider-logo {
    padding-top: 10px;
    height: 100px;
}

.provider-item span img {
    height: 42px;
    filter: grayscale(1);
}

.provider-item span:hover img,
.provider-item span.active img {
    filter: grayscale(0);
}


/* Fishing */


/* Horse Race */

.proceedalert:hover {
    color: #000;
}

.proceedalert {
    cursor: pointer;
    background: #ffea00;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
}

.horse-area {
    background-color: rgb(36, 35, 35);
    min-width: 500px;
    min-height: 200px;
}


/* Live Odds */

.liveodds iframe {
    width: 100%;
    height: 100%;
}

.odds-banner img {
    width: 100%;
}


/* TOTO 4D Page */

.toto iframe {
    min-width: 125%;
    height: 105%;
    min-height: 100vh;
    border: 0;
    -ms-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -o-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform: scale(0.8);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
    margin-left: 7px;
    margin-top: 10px;
}

.four-d.actions-btns {
    min-width: 800px;
    margin: auto;
    line-height: 1.3;
}

.four-d.actions-btns a.active {
    color: #f1c40f;
    background: #272626;
    box-shadow: 0px 0px 0px #ffea00;
}

.four-d.actions-btns a {
    font-size: 11pt;
    color: white;
    padding: 20px;
    font-weight: 600;
    background: #1c1b1b;
    border-radius: 50px;
    border: none;
    width: 24%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.four-d.actions-btns a.active:after {
    content: '';
    position: absolute;
    top: 89.5%;
    left: 45.8%;
    width: 0;
    height: 0;
    border-bottom: solid 8px #ffea00;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.four-d.actions-btns a.active,
.four-d.actions-btns a:hover {
    border-bottom: 3px solid #ffea00;
}

.casinoMain .container {
    box-sizing: border-box;
    padding: 0 13px;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#gdbonusmodal .modal-content {
    background-color: transparent;
}

#gdbonusmodal .modal-header {
    padding: 0;
    border: none;
}

.modal-content {
    position: relative;
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 8px;
    background: transparent;
}

#morewithdrawalmodal .modal-header,
#moreinfomodal .modal-header,
.rewardsmodal .modal-header {
    background: #ffea00;
    color: #000;
}

#morewithdrawalmodal h4,
#moreinfomodal h4 {
    text-align: center;
    margin-left: 20px;
    width: 100%;
}

#morewithdrawalmodal button.close,
#moreinfomodal button.close,
.rewardsmodal button.close,
._qrewards button.close {
    color: #000;
}

.moreinfolevel {
    width: 58%;
}

#gdbonusmodal .close {
    top: -6px;
    position: absolute;
    right: -30px;
    color: #ffffff;
    font-size: 32px;
    opacity: 1;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#gdbonusmodal .modal-body {
    padding: 0;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#howtobetmodal .modal-content {
    color: #ffffff;
    background-color: rgb(49, 49, 49, 0.97);
}

#howtobetmodal .modal-header {
    border-bottom: 1px solid #ffea00;
}

#howtobetmodal .modal-title {
    color: #efd08e;
}

#howtobetmodal .modal-title {
    color: #efd08e;
}

#howtobetmodal .close {
    font-size: 33px;
    color: #ffffff;
}

#howtobetmodal img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.modal-header .close {
    margin-top: -10px;
    color: #fff;
    opacity: 1;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.text_modal_howtobet {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}


/* PROMOTION */

.vip-member-bg {
    background: url('../images/vip/backgroundNew.jpg');
}

.promotion .vip-member-bg {
    background: #212121
}

.promo_action_box_main {
    display: block;
    max-width: 1140px;
    margin: auto;
    padding-top: 35px;
}

.promo_action_box_main .action-btns {
    margin: auto;
    line-height: 1.3;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.promo_action_box_main .action-btns a.active,
.action-btns a:hover {
    color: #fff !important;
    background: #141414 !important;
    border-bottom: 3px solid #ffea00 !important;
}

.promo_action_box_main .action-btns a {
    font-size: 16px !important;
    color: #fffffe !important;
    padding: 15px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    border: none !important;
    /* white-space: nowrap; */
    width: 174px !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    vertical-align: -webkit-baseline-middle !important;
    background: #363636 !important;
    margin: 0px 1px !important;
    position: relative !important;
    height: unset;
    line-height: unset;
    border-bottom: 0px solid transparent;
}

.promo_action_box_main .action-btns a.active:after {
    content: '';
    position: absolute;
    top: 85%;
    left: 44.8%;
    width: 0;
    height: 0;
    border-bottom: solid 8px #ffea00;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.action-btns a.active,
.action-btns a:hover {
    color: #fff !important;
    background: #141414 !important;
    border-bottom: 3px solid #ffea00 !important;
}

.promo_action_box_main .action-btns a.active {
    color: #ffea00;
    background: #272626;
    box-shadow: 0px 0px 0px #ffea00;
}

.content-promotion {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    line-height: 1.3;
    background: #2b2b2a;
    border: .5px solid #211f1f;
    padding: 5px;
}

.promo-boxes {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
}

.promo-tumbnail {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.promo-tumbnail img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.pm_detail {
    padding: 10px 10px 25px;
    background-color: #141414;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pmtitletop {
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
}

.pmtitle {
    color: #c0cae0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 5px;
}

.exp_date {
    border: 1px solid #ffea00;
    border-radius: 2px;
    color: #ffea00;
    font-size: 12px;
    padding: 2px 6px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.pm-btn {
    margin-top: 15px;
}

.pm-btn a {
    background: #3b3b3b;
    background-size: 200%;
    background-position: 50% 0;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 8px 12px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 10px;
}

.pm-btn a.pm-btn02 {
    background: #ffea00;
    background-size: 200%;
    background-position: 50% 0;
    color: #000;
    font-size: 13px;
    display: inline-block;
    padding: 8px 12px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 10px;
}

.promo-bx {
    max-width: 100%;
    margin: 0px 0px;
    cursor: pointer;
}

.mix {
    display: none;
}

.modal-dialog.promo {
    max-width: 600px !important;
}

.modal-content.promo.new_promo {
    padding: 0px;
    background: #000;
    border-radius: 10px;
    border: none;
}

button.close-promo {
    top: 4px;
    right: 2px;
    color: #ffffff;
    text-shadow: none;
    border: 1px solid #ffc138;
    border-radius: 50%;
    font-size: 14px;
    width: 26px;
    height: 26px;
    padding: 3px;
    display: block;
    line-height: 10px;
    background: #000000;
    font-weight: 100;
    position: absolute;
}

.pm-title-wrapper {
    background: #fff700;
    color: #000;
    padding: 15px 25px;
    font-size: 16px!important;
    font-weight: 700!important;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.promo-content.new_promo {
    display: grid;
    grid-gap: 0px;
    padding: 18px;
}

.pmtable-wrapper {
    margin: 15px 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


/* VIP Page */

.vip-member-bg {
    min-height: 960px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: auto;
    max-width: 2100px;
    margin: auto;
}

.vip-member .viptop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
}

.vip-benefit {
    padding-left: 0px;
    position: relative;
    top: -60px;
}

.vip-benefit .action-btns,
.forget-content .action-btns {
    max-width: 900px;
    margin: auto;
    line-height: 1.3;
    display: flex;
    justify-content: center;
}

.forget-content .button-wrap.action-btns a {
    font-size: 12px;
}

.form-forgot {
    background: #1c1b1b;
    border: .5px solid #211f1f;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.forgot-form-wrap .register_text {
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.sub-side-right-title {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 10px;
}

.form-inner-forgot {
    padding-right: 15px;
    padding-left: 15px;
}

.vip-benefit .action-btns a,
.forget-content .action-btns a {
    font-size: 15px;
    color: white;
    padding: 20px;
    font-weight: 600;
    background: #1c1b1b;
    border-radius: 50px;
    border: none;
    white-space: nowrap;
    width: 20.8% !important;
    display: unset;
    text-align: center;
    border-bottom: 3px solid transparent;
}

.forget-content .vcode {
    position: absolute;
    right: 5px;
    top: 31px !important;
}

.vip-btns {
    background: #4c4949;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
}

.vip-btns a {
    padding: 10px;
    display: inline-block;
}

.vip-btns a#action1:after {
    content: "";
    border-right: 1px solid #fff;
    padding-left: 25px;
}

.vip-table {
    margin: auto;
    line-height: 1.3;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.vip-benefit .vip-table .table-header {
    width: 23%;
    background-color: #535353;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #727272 !important;
    text-indent: 0 !important;
    padding-left: 1.0em;
}

.vip-benefit .content-vip {
    font-size: 14px;
    color: #fff;
}

.content-vip {
    width: unset !important;
    padding: 0;
    border: #727272;
}

.content-vip {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    line-height: 1.3;
    background: #2b2b2a;
    padding: 5px;
}

.vip-benefit .vip-table>tbody>tr>td {
    text-align: center;
    border-right: 1px solid #727272 !important;
}

#target2 {
    background: #1c1b1bbf;
    padding: 5px;
}

#target2 .header {
    font-size: 20px !important;
    color: #C0C0C0;
    top: -60px;
}

.vip-benefit .vip-table>tbody>tr>td.border-right-noneimp {
    border-right: none !important;
}

.vip-content .content-vip {
    background-color: #6a6868;
}


/* About Us Page */

.footerlink a.small {
    font-size: 14px;
    font-weight: 600;
}

.contents .title {
    font-size: 2.0rem;
}

.footerlink a.small.active,
.contents .mini-title {
    color: #ffea00;
}

.footerlink a.small:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 7px;
}

.footerlink .contents {
    background: #1c1b1b;
    width: 100%;
    outline: none;
    border: none;
}

.contents .with-border {
    border: 1px solid gray;
}

.contents .full-height {
    height: 100%;
}


/* TNC */

button.btn-tnc.collapsed {
    background: #141414;
    color: #fff;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate( 90deg);
    transition: all 0.3s;
}

button.btn-tnc {
    background: #e1e1e1;
    font-weight: 800;
    font-size: 16px;
    outline: none;
    padding: 20px 25px;
    border: none;
    width: 100%;
    color: #000;
    text-align: left;
    display: block;
    position: relative;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 25px;
    transform: rotate( 270deg);
    transition: all 0.3s;
}

.tnc-body {
    padding: 20px 30px;
    line-height: 24px;
}


/* Register */

.register-content {
    background: url('../images/general/bgregister.jpg?v1');
    background-size: cover;
}

.register-notice {
    display: flex;
}

.label-notice {
    background: #eef130;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.label-text {
    background: #000;
    color: #fff;
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
}

.label-text span {
    display: inline-block;
    animation: marquee 25s infinite linear;
    color: #c1c6cc;
    padding-left: 100%;
}

.register-form {
    background: #3a3939;
}

.rform-wrap h5 {
    color: #eef130;
    font-weight: 400;
}

.register-form .col-form-label {
    font-size: 13px;
}

.v-code {
    display: flex;
    background: #fff;
}

.v-code input#f_vericode {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

img#rpVeriCode {
    height: 34px;
}

.newbtn_reg {
    background: #eef130;
    border: 0px;
    color: #000;
    padding: 10px 25px;
}

.register-content .slick-slide img {
    width: 100%;
}

.formgroup p {
    margin-bottom: 0px;
}


/* Sponsorship Page */

section.sponsor-wrap {
    margin: 45px 0px;
}

.sponsorpage-content {
    display: none;
}

.sponsorpage-content.active {
    display: block;
}

.snav-item {
    color: #000;
    background: #eef130;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.sponsordetail {
    color: #fff;
}

.sponsor-bg {
    height: 425px;
    background-size: cover !important;
}

.sponsor .video-item {
    height: 300px !important;
    width: 100%;
    padding: 15px;
    border: 1px solid #eef130 !important;
    border-radius: 8px;
}

.sponsor iframe {
    width: 100%;
    height: 100%;
}

.container-inside {
    padding-left: 40px;
    padding-right: 40px;
}

.content-left {
    width: 45%;
}

.sponsor-title {
    color: #000;
}

.sponsor-gallerydate {
    background: #3e3e3e;
    max-width: 1170px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sponsor-date {
    font-size: 28px;
    font-weight: 700;
}

.sponsor-gallery {
    margin-top: -70px;
}

.img-wrap {
    width: 20%;
}

.img-wrap img {
    cursor: pointer;
    width: 100%;
    transition: transform .2s;
}

.img-wrap img:hover {
    transform: scale(1.25);
}


/* User Dashboard */


/* @inbox table */

.inboxpage-header {
    background: #707070;
    padding: 10px 0px;
}

.inboxmsg-item {
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

.msg-title {
    cursor: pointer;
}

.msg-detailinbox .modal-dialog {
    max-width: 525px;
}

#inbox-modal .modal-dialog {
    max-width: 825px;
    width: 825px;
}

.detailedmessage .modal-dialog {
    max-width: 580 px;
}

.msg-detailinbox {
    background: #000;
}

span.modal-subjmessage {
    font-size: 18px;
    font-weight: 600;
}

#msgMainContainer_inbox,
.inboxListContainer {
    min-height: 500px;
    max-height: 500px;
    background: #000;
}

.inbox-remove button {
    background: #fff;
}

.dashboard-details .inboxContainer {
    background: #171717;
    padding: 20px;
}

.dashboard-details #msgMainContainer_inbox,
.dashboard-details .inboxListContainer {
    min-height: 315px;
    background: #000;
}


/* --------*/

.payout-table {
    margin: 0 auto;
    width: 60%;
}

.payout-table>div {
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.modal-header h4 {
    text-align: center;
    width: 100%;
}

.textnormal {
    font-size: 12px;
}

.user-top-panel {
    background: #3e3e3e;
}

.dashboard-container .summary .container {
    background: #000;
}

.level-img img {
    width: 60px;
}

.dash-title {
    font-size: 16px;
}

.level-name {
    text-transform: uppercase;
    color: #ffea00;
}

.wrap-contentdash .level-name {
    font-size: 16px;
}

.dashboard-container .summary .col:not(:last-child) {
    border-right: 2px dotted #fff;
}

.sidemenu {
    background: #202020;
    border-radius: 10px;
}

.sidemenu-title-1 {
    background: #ffea00;
    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
}

.sidemenu-title {
    background: #ffea00;
    color: #000;
    font-weight: 600;
}

.sidelink {
    display: block;
}

.sidelink:hover,
.sidelink.active a {
    color: #ffea00;
}

.sidemenu-title-1,
.sidelink {
    padding: 10px 0px 10px 15px;
    font-size: 16px;
}

.menu-details .row .dashboard-action {
    background: #000;
    border-radius: 10px;
}

.dashboard-details {
    padding: 25px;
}

.page-head {
    text-transform: uppercase;
    font-size: 20px;
}

.important-notice {
    background: rgb(88, 88, 88);
    padding: 15px;
    color: #fff;
}

.important-notice p {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
}

.important-notice ol {
    padding: 18px;
}

.important-notice li {
    margin-bottom: 18px;
}

.dashboard-details .deposit-options img {
    display: block;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0px 25px;
}

.dashboard-tab.deposit-options .row>div {
    cursor: pointer;
}

.dashboard-tab.deposit-options .row>div:hover .dep-optioname,
.dashboard-tab.deposit-options .row>div.active .dep-optioname {
    color: #ffea00;
}

.dashboard-tab.deposit-options .row>div:hover img,
.dashboard-tab.deposit-options .row>div.active img,
.bank-list.active img {
    border: 1px solid #ffea00;
    box-shadow: 0px 0px 10px 2px rgb(255 234 0 / 80%);
}

.dep-optioname {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 14px;
}

.content-dep {
    display: none;
}

.content-dep.active {
    display: block;
}

.alert-3we {
    background: #ffea00;
    color: #000;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
}

.user-label {
    text-transform: uppercase;
    font-size: 16px;
}

.bank-list {
    cursor: pointer;
}

.bank-list img {
    border: 1px solid #fff;
    border-radius: 8px;
}

span.input-description {
    font-size: 12px;
    display: inline-block;
    padding: 10px 0px 10px 0px;
    color: #ed4545;
}

.input-deposit input {
    width: 100%;
    border-radius: 3px;
    outline: none;
    background: #fff;
    border: 0px;
    padding: 10px;
    color: #000;
}

.deposit-submit,
.transfer-submit {
    display: inline-block;
    background: #ffea00;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
}

.deposit-instruction {
    background: rgba(112, 112, 112, .5);
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

#cryptocontent .deposit-instruction {
    font-size: 12px;
    display: none;
}

.deposit-instruction p {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
}

.textstyle2 {
    color: #ffea00;
}

.crypto-option {
    cursor: pointer;
}

#cryptocontent img,
#cryptowithdraw img {
    border: 1px solid #ffea00;
    padding: 3px;
    border-radius: 5px;
    opacity: .75;
    margin-right: 5px;
}

.crypto-option {
    opacity: .6;
}

.crypto-option.active {
    opacity: 1;
}

.crypto-option.active img {
    box-shadow: 0px 0px 10px 2px rgb(255 234 0 / 80%);
}

#cryptocontent .d-flex span {
    margin-left: 5px;
}

.crypto-qr {
    margin-top: 25px;
    display: none;
}

.crypto-qr.active {
    display: block;
}

.crypto-qr img {
    width: 100%;
}

.ex-wrapper p {
    margin-bottom: 8px;
}

span.saveqr {
    display: inline-block;
    text-align: center;
    background: #ffea00;
    width: 100%;
    color: #000;
    margin-top: 3px;
    font-weight: 600;
    padding: 3px;
    cursor: pointer;
}

.qraddwrapper .crypto-qr input {
    background: #d1d1d1;
    border: 0px;
    width: 100%;
    padding: 3px 12px;
    border-radius: 5px;
}

.qraddwrapper .crypto-qr input:focus {
    color: #000;
}

.qraddwrapper .crypto-qr {
    margin-top: 0px;
}

.qraddwrapper .user-label {
    display: none;
    text-transform: none;
}

.crypto-qr i.fa-copy {
    font-size: 20px;
    cursor: pointer;
}

.erc.active,
.trc.active {
    display: block !important;
}

.withdrawbank {
    margin-top: 20px;
}

.withdrawbank .row {
    padding-bottom: 15px;
}

.withdrawbank .input-withdraw {
    color: #000;
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    border: 0px;
}

input.input-profile {
    width: 50%;
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    color: #000;
}

.banktable-head {
    background: #535353;
    padding: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.input-selectdrop {
    border: 0px;
    color: #000;
    border-radius: 8px;
    padding: 6px 10px;
    outline: none;
    font-size: 15px;
    width: 50%;
}

.input-selectdrop option,
.input-selectdrop:focus,
.showoption:focus,
.showoption option {
    color: #000;
}

.transact-form .text-center span {
    font-size: 18px;
    font-weight: 900;
}

.showoption {
    border: 0px;
    color: #000;
    border-radius: 8px;
    padding: 5px 10px;
    outline: none;
    font-size: 15px;
}

.table-accthistory {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ffea00;
}

.table-accthistory .row:not(:last-child) {
    border-bottom: 1px solid #ffea00;
}

.table-accthistory .col {
    padding: 10px 0px;
}

.table-accthistory .col:not(:last-child) {
    border-right: 1px solid #ffea00;
}

.notransaction {
    padding: 15px 0px;
}

.button-transferwrap button:hover {
    color: #000;
    background: #ffea00;
}

.button-transferwrap button {
    border: 1px solid #ffea00;
    outline: none;
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
}


/* Footer */

.image-title {
    background: #444343;
    padding: 8px 23px;
}

img.games {
    width: 100%;
}

.games {
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.games:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}


/* Footer */

section.footer {
    border-top: 3px solid #000;
    padding-top: 20px;
}

.proof-legit,
.payment-social {
    border-bottom: 1px dotted #505050;
}

.proof-legit h5.heading,
.payment-social h5.heading {
    font-size: 14px;
}

.license img {
    height: 30px;
    margin-bottom: 10px;
}

.license>div {
    width: 158px;
}

.license p {
    font-size: 9px;
    color: #757575;
}

.certification img,
.gamble-aware img {
    height: 35px;
    margin-right: 10px;
}

.payment-social img {
    height: 32px;
    margin-right: 10px;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.footer-menu-wrapper {
    width: 100%;
}

.nav {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-menu {
    max-width: 1000px;
}

.footer-menu li {
    margin: 10px 20px 10px 0;
    position: relative;
}

.footer-menu li:not(:last-child) a:after {
    content: '';
    border-right: 1px solid #444444;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -11px;
}

.footer-menu li a {
    text-decoration: none;
    color: white;
    font-size: 10pt;
}

.footer-menu li a:hover {
    color: #757575;
}

footer .footertop {
    position: relative;
    border-top: 1px dotted #505050;
}

footer .follow-license {
    border-top: 1px dotted #505050;
}

.footerseo-show {
    font-size: 11px;
    color: #a4a4a4;
    margin: 0 15px;
}

footer .footertopContent {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.hideinfo {
    margin: 0 15px;
    padding-bottom: 15px;
}

footer .footertopItem {
    width: 25%;
    margin: 0 15px;
}

footer .textContent {
    font-size: 11px;
    color: #a4a4a4;
}

footer .textContentItem {
    margin-bottom: 20px;
}

footer .pheader {
    font-family: "Work Sans";
    font-size: 14px;
    color: #a4a4a4;
    margin-bottom: 6px;
    font-weight: 600;
}

footer .footertop .footertopContent .footertopItem .textContent .textContentItem>p {
    line-height: 15px;
}

.follow-license h5 {
    font-size: 10pt;
    color: #fff;
    font-weight: normal;
}

.content-fl {
    display: flex;
    padding-top: 10px;
}

footer .icons {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    filter: grayscale(1);
}

footer .icons:hover {
    filter: grayscale(0);
}

.icons-facebook {
    background: url('../images/general/fb.png');
    background-repeat: no-repeat;
}

.icons-instagram {
    background: url('../images/general/ig.png');
    background-repeat: no-repeat;
}

.icons-youtube {
    background: url('../images/general/yt.png');
    background-repeat: no-repeat;
}

.icons-chrome {
    background: url('../images/general/chrome.png');
    background-repeat: no-repeat;
}

.icons-firefox {
    background: url('../images/general/mozilla.png');
    background-repeat: no-repeat;
}

.icons-pagcor {
    background: url('../images/general/pagcor.png');
    background-repeat: no-repeat;
    width: 123px !important;
}


/* Contact Us Page */

.contacts-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 76px;
    margin-top: 38px;
    margin-left: 38px;
}

.contents .container-divider {
    flex-basis: 25%;
}

.container-divider {
    display: flex;
    flex-basis: 19.5%;
    justify-content: space-between;
}

.sub-contacts-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    cursor: pointer;
    padding: 0% 5% 0% 5%;
}

.sub-contacts-container a {
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    margin-top: 12 px;
}

.sub-contacts-container img {
    width: 88px;
    height: auto;
}

.sub-contacts-container p {
    font-weight: bold;
    font-size: 17px;
}

.contents p {
    padding: 0;
    margin: 5px;
}

.contacts-container .divider {
    width: 1px;
    height: 160px;
    position: relative;
    bottom: 14px;
    border-left: 1.5px dotted #e2e2e2;
}


/* Modal
    @Balance Modal
*/

.category-name {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: yellow;
    margin-bottom: 10px;
}

.modal-body .casino-games,
.modal-body .slot-games,
.modal-body .horse-games,
.modal-body .lottery-games {
    color: #fff !important;
}

#balance-modal .modal-body button {
    width: 40px;
    padding: 0px !important;
    margin: 0px !important;
}

#balance-modal .modal-body button:disabled {
    background: #6c757d;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0 px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}


/* @Announcement Modal */

#popupAnnouncementModal {
    color: #000;
}


/* Rewards Page */

.rewardsmodal .modal-dialog {
    max-width: 750px;
}

span.reward-points {
    font-size: 19px;
    font-weight: 800;
    padding: 5px 25px;
    color: #000;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

span.detailrew-label {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 40px;
    color: #000;
    background: rgb(233, 214, 0);
    background: linear-gradient(95deg, rgba(233, 214, 0, 1) 0%, rgba(222, 207, 36, 1) 50%, rgba(249, 239, 123, 1) 75%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
}

.fa-question-circle.icon3we {
    color: #ffea00;
    cursor: pointer;
    font-size: 36px;
}

.reward-label {
    font-size: 21px;
    font-weight: 700;
}

.rewardcategory {
    background: gray;
    width: 100%;
    padding: 8px 0px 8px 8px;
    border-radius: 5px;
}

.rewardcategory span {
    padding-left: 8px;
    cursor: pointer;
    font-weight: 500;
}

.rewardcategory span:hover {
    color: #ffea00;
}

.rewardcategory span:not(:last-child):hover:after {
    color: #fff;
}

.rewardcategory span:not(:last-child):after {
    content: " | ";
    padding-left: 12px;
    padding-right: 8px;
}

.list-reward {
    border: 1px solid #ffea00;
    border-radius: 12px;
    margin-bottom: 30px;
}

.reward-action {
    padding: 10px 10px 15px 10px;
}

.rewardimg-holder img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 241px;
}

.reward-title {
    font-weight: 600;
    color: #ffea00;
    padding: 10px;
    font-size: 16px;
}

.reward-action span {
    cursor: pointer;
    border-radius: 3px;
    margin-right: 7px;
    text-transform: uppercase;
    font-weight: 600;
}

.reward-action .redeem {
    background: #565656;
    padding: 3px 18px;
}

span.rewardinfo {
    border: 1px solid #fff;
    padding: 3px 18px;
}

span.needpoints {
    font-size: 14px;
    margin-left: 6px;
}

.rewardsmodal .modal-body {
    background: #1c1b1b;
    padding: 30px ​15px;
}

.rewards-image img {
    width: 100%;
}

.rewards-claimbtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rewards-claimbtn span {
    background: #ffea00;
    padding: 10px 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.reward-moreinfo {
    height: 100%;
    position: relative;
}

.reward-titleinfo {
    font-size: 22px;
    padding-bottom: 10px;
    color: #ffea00;
    padding-top: 10px;
}

.rewards-points {
    font-size: 24px;
    color: #ffea00;
    font-weight: 700;
    margin-right: 15px;
}

._qrewards .modal-header {
    background: #ffea00;
    color: #000;
}

._qrewards .modal-body {
    background: #141414;
}

._qrewards .modal-content {
    color: #fff;
}


/* Challenge Page */

.challenge-wrap {
    background: url('../images/challenge/challenge.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

._ccontent {
    border: 1px solid #ffea00;
    border-radius: 10px;
}

._clist {
    position: relative;
    height: 100%;
}

._cimage {
    position: relative;
    border-bottom: 1px solid #ffea00;
}

._cimage img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

._ctime {
    position: absolute;
    bottom: 0px;
    background: #ffea00;
    right: 0px;
    padding: 8px;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    border-top-left-radius: 10px;
}

._wlistwrap span {
    background: rgb(0 16 31);
    padding: 8px 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

._wlist {
    background: #dfd13a;
    padding: 15px;
}

.winnerlist .modal-title {
    text-transform: uppercase;
    font-size: 21px;
}

._clistinfo {
    background: #141414;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

._clistlabel span {
    text-transform: uppercase;
    color: #ffea00;
    font-weight: 600;
    font-size: 18px;
}

._cdatawrap {
    background: #5a5a5a;
    border-radius: 5px;
    padding: 5px 15px;
}

._chalabel,
._chadata {
    width: 50%;
    text-align: left;
}

span.tnc_c {
    font-size: 12px;
    cursor: pointer;
}

._challengepop .modal-title {
    color: #000;
}

._challengepop .modal-content {
    background: #141414;
}

._challengepop .close {
    color: #000;
    position: absolute;
    right: 3%;
    opacity: 1;
    top: 40%;
}

.second .rank-img,
.third .rank-img {
    padding-top: 40px;
}

.rank-img {
    height: 218px;
}

._crankname>span {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
}

._dwin {
    width: 152px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px 0px;
    margin-top: 3px;
}

._ctolabel {
    text-transform: uppercase;
}

.second ._dwin {
    border: 1px solid silver;
}

.first ._dwin {
    border: 1px solid #998d0b;
}

.third ._dwin {
    border: 1px solid #7c451b;
}

._crank-table {
    border: 1px solid #ffea00;
    display: table;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

._ctr:first-child {
    text-transform: uppercase;
    font-size: 16px;
}

._ctr {
    display: table-row;
}

._ctd {
    display: table-cell;
    padding: 5px 0px;
    border-bottom: 1px solid #ffea00;
}

._ctd:not(:last-child) {
    border-right: 1px solid #ffea00;
}

._crn span {
    display: block;
}

._crn span:first-child {
    background: #000;
    color: #fff;
    border-radius: 5px;
    width: 50px;
    font-size: 30px;
    line-height: 40px;
}

._crn span:last-child {
    font-size: 14px;
}


/* Modal side Pop-up */

.subpage-pop .modal-dialog {
    width: 700px;
    max-width: 700px
}

.subpage-pop .modal-content {
    background: #171717;
}

.subpage-pop .modal-title {
    color: #000;
    font-weight: 500;
    line-height: 1;
    padding: 0 !important;
    font-size: 40px;
}

.modal-headers {
    background: #ffea00;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 10px;
    position: relative;
    border-top-left-radius: 10px;
}

.subpage-pop .close {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 1%;
    opacity: 1;
    top: 40%;
    background: #000;
}

img._provimg {
    height: 50px;
    margin-bottom: 20px;
}

.d_gamewrap {
    display: flex;
    justify-content: center;
}

.downloadbox {
    width: 115px;
}

.downloadbox a,
.downloadbox img {
    display: block;
}

.downloadbox img {
    width: 100%;
    margin-bottom: 10px;
}

.ndl-btn {
    background: linear-gradient(to bottom, #c9ffe2 0%, #3ddd85 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 100%;
}

.adl-btn {
    background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 100%;
}

._accinfo td {
    border-bottom: 1px solid #ffea00;
    padding: 10px;
}

._accinfo table {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #ffea00;
}

td.label {
    border-right: 1px solid #ffea00;
}

._accinfo .textinfo {
    font-size: 12px;
    color: #3ddd85;
}

form._cpassform {
    display: flex;
    align-items: center;
}

._cpassform label {
    margin-bottom: 0px;
    margin-right: 5px;
    width: 40%;
}

._cpassform input {
    width: 60%;
    color: #000;
}

span.subformtext {
    font-size: 10px;
}

._cpassmit {
    text-align: right;
}

._cpassmit a {
    display: inline-block;
    background: #ffea00;
    color: #000;
    padding: 5px 25px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
}

.wechatqr {
    width: 100px;
    height: auto;
}

/*.slide_left_close {
    position: fixed;
    left: -154px;
    top: 450px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

/*05/04/2022*/
iframe#live-odd {
    width: 1131px;
    height: 105%;
    min-height: 100vh;
    border: 0;
    -ms-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -o-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: auto;
}

.provider-nav .d-flex .col {
    flex-grow: 0;
}
