@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #010101;
}

a {
    text-decoration: none;
    cursor: pointer;
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

a:hover,
a:focus,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #fff;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #24262b;
    border-radius: 5px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #b7ac6c;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b7ac6c;
}

@font-face {
    font-family: "casanova";
    src: url("../fonts/Casanova-Scotia.otf") format("opentype");
}


/* header */
.top-header {
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: 20px auto;
}

.header-btn {
    padding: 13px 15px;
    background: url(../images/header/before-point-btn.png) no-repeat;
    background-size: 100% 100%;
}

.header-btn:hover{
    background: url(../images/header/after-point-btn.png) no-repeat;
    background-size: 100% 100%;
}

.header-btn:focus{
    background: url(../images/header/after-click.png) no-repeat;
    background-size: 100% 100%;
}

.header-txt {
    font-family: "casanova";
    font-size: 16px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-btn:focus .header-txt{
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);
}

.header-btn i {
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.header-btn img {
    max-width: 25px;
}

.header-btn.dropdown-toggle::after{
    content: none;
}

.header-btn.login{
    /*width: 120px;*/
    text-align: center;
}

.right-slidein{
    animation: rightslidein 600ms;
}

@keyframes rightslidein{
    0% {
        transform: translateX(-1000%);
        opacity: 0;
    }
    
    70% {
        transform: translateX(10%);
        opacity: 1;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.header-dropdown img{
    max-width: 25px;  
    padding: 0px 3px 3px 0px;
}

.header-dropdown .dropdown-menu{
    border: 1px solid #ac9a42;
    background: #000;
}

.header-dropdown .dropdown-item{
    font-family: "casanova";
    font-size: 16px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-dropdown .dropdown-item:hover{
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);
}

.top-left-hdr,
.top-right-hdr {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-input-form {
    position: relative;
    display: flex;
    align-items: center;
    transition: color .1s ease-in-out, border-color .1s ease-in-out;
    height: 40px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 35px;
    border: 2px solid transparent;
    border-radius: 3px;
    background-image: linear-gradient(#000, #000), linear-gradient(to bottom right, #bdb180, #21210a);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.header-input-form img {
    max-width: 25px;
}

.header-input-inner {
    width: 0;
    flex: 1 1;
    display: block;
    font-weight: 600;
    text-align: end;
    color: #fff;
    outline: none;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    padding-right: 10px;
    border: none;
    height: auto;
    max-width: 100%;
    background-color: transparent;
}

.header-input-inner::placeholder {
    opacity: 1;
    font-size: 16px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.forget-pass-btn{
    color: #ac9a42;
    font-size: 12px;
    padding-top: 2px;
    position: absolute;
}

.forget-pass-btn:hover{
    color: #fff;
}

.btm-header{
    background: linear-gradient(to right, #373224 0%, #000000 100%);
    /* padding: 10px 0px; */
    position: relative;
}

.btm-header-wrap{
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img{
    max-width: 350px;
}

.btm-header-right ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.btm-header-right ul li {
    padding: 40px 15px;
    cursor: pointer;
}

.dropmenu-inner {
    background: #000;
    box-shadow: 0 0 5px 3px #b7ac6c;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    width: 80%;
    text-align: center;
    display:none;
    margin: 0 auto;
}

.dropmenu:hover .dropmenu-inner {
    display:block;
    animation: falldown 300ms;
}

@-webkit-keyframes falldown {
	0% {
		transform: translateY(-0px);opacity:0;
	}
	30%{
		transform: translateY(50px);opacity:1;
	}
	100% {
		transform: translateY(0px); opacity:1;
	}
}

.dropmenu.active, .dropmenu:hover{
    background: #000;
}

.drop-wrap {
    text-align: center;
    margin: 0 auto;
}

.drop-wrap a {
    padding: 10px;
    margin: 10px;
    display: inline-block;
}

.drop-wrap img {
    max-width: 150px;
    filter: grayscale(0.4);
    border-radius: 5px;
    padding: 15px;
}

.drop-wrap a:hover .drop-img{
    background: url(../images/dropdown/after-pointing.png) no-repeat;
    background-size: 100% 100%;
}

.drop-wrap a:hover img{
    filter: grayscale(0);
}

.drop-wrap a:hover .prod-title{
    color: #b7ac6c;
}

.drop-wrap a:focus .drop-img{
    background: url(../images/dropdown/after-click.png) no-repeat;
    background-size: 100% 100%;
}

.prod-title {
    font-family: "casanova";
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
}

.header-icon-box{
    text-align: center;
}

.header-icon-box .header-icon-title{
    font-family: "casanova";
    font-size: 13px;
    background-image: linear-gradient(to bottom, #fff 0%,#fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
    white-space: nowrap;
}

.dropmenu.active .header-icon-title, .dropmenu:hover .header-icon-title{
    font-family: "casanova";
    font-size: 13px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-icon{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.header-icon.home{
    background: url(../images/header/icon/home.png) no-repeat;    
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.home, .dropmenu:hover .header-icon.home, .dropmenu:focus .header-icon.home{
    background: url(../images/header/icon/gold/home.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.sport{
    background: url(../images/header/icon/sports.png) no-repeat;    
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.sport, .dropmenu:hover .header-icon.sport, .dropmenu:focus .header-icon.sport{
    background: url(../images/header/icon/gold/sports.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.esport{
    background: url(../images/header/icon/virtual.png) no-repeat;    
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.esport, .dropmenu:hover .header-icon.esport, .dropmenu:focus .header-icon.esport{
    background: url(../images/header/icon/gold/virtual.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.virtualsport {
    background: url(../images/header/icon/virtual.png) no-repeat;
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.virtualsport, .dropmenu:hover .header-icon.virtualsport, .dropmenu:focus .header-icon.virtualsport {
    background: url(../images/header/icon/gold/virtual.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.slot{
    background: url(../images/header/icon/slots.png) no-repeat;    
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.slot, .dropmenu:hover .header-icon.slot, .dropmenu:focus .header-icon.slot{
    background: url(../images/header/icon/gold/slots.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.casino{
    background: url(../images/header/icon/casino.png) no-repeat;    
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.casino, .dropmenu:hover .header-icon.casino, .dropmenu:focus .header-icon.casino{
    background: url(../images/header/icon/gold/casino.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.p2p{
    background: url(../images/header/icon/p2p.png) no-repeat;    
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.p2p, .dropmenu:hover .header-icon.p2p, .dropmenu:focus .header-icon.p2p{
    background: url(../images/header/icon/gold/p2p.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.poker {
    background: url(../images/header/icon/poker.png) no-repeat;
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.poker, .dropmenu:hover .header-icon.poker, .dropmenu:focus .header-icon.poker {
    background: url(../images/header/icon/gold/poker.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.fishing{
    background: url(../images/header/icon/fishing.png) no-repeat;    
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.fishing, .dropmenu:hover .header-icon.fishing, .dropmenu:focus .header-icon.fishing {
    background: url(../images/header/icon/gold/fishing.png) no-repeat;
    background-size: 100% 100%;
}

.header-icon.promo{
    background: url(../images/header/icon/promo.png) no-repeat;    
    background-size: 100% 100%;
}

.header-icon.promo.active {
    background: url(../images/header/icon/gold/promo.png) no-repeat;
    background-size: 100% 100%;
}

.dropmenu.active .header-icon.promotion, .dropmenu:hover .header-icon.promotion, .dropmenu:focus .header-icon.promotion {
    background: url(../images/header/icon/gold/promo.png) no-repeat;
    background-size: 100% 100%;
}

/* end header */

/* index page */
.t-body{
    overflow-x: hidden;
    background: linear-gradient(to right, #373224 0%, #000000 50%, #373224 100%);
}

.index-wrap{
    max-width: 1320px;
    margin: 20px auto;
}

.announce-wrap{
    display: grid;
    grid-template-columns: 20% 60% 20%;
    background: url(../images/index/announcement-bar.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    align-items: center;
}

.ann-icon{
    text-align: center;
}

.ann-icon img{
    max-width: 30px;
}

.ann-icon span{
    font-family: "casanova";
    font-size: 16px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ann-bar{
    background: #000;
}

.ann-time{
    font-size: 14px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.index-jackpot{
    position: relative;
    text-align: center;
    margin: 20px 0px 10px;
}

.index-jackpot img{
    width: 100%;
}

.jackpot-num{
    position: absolute;
    bottom: 15%;
    right: 0;
    left: 0;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.arrow-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 0px;
}

.arrow-slider {
    display: flex;
    grid-gap: 6px;
    margin: 10px 0;
    justify-content: space-between;
}

.arrow-slider .slide-arrow {
    cursor: pointer;
    max-width: 45px;
}

.swiper.recommend-swiper {
    width: 1320px;
    overflow-x: hidden;
    height: 100%;
    z-index: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .index-pop-wrap img {
    display: block;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.index-slider-title{
    font-family: "casanova";
    font-size: 18px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-line{
    width: 100%;
    height: 2px;
    border: 1px solid #ffea67;
    display:inline-block;
}

.index-pop-wrap {
    padding: 5px;
    cursor: pointer;
    transition: transform .2s;
    position: relative;
}

.index-pop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.index-pop-wrap:hover .index-pop-overlay {
    opacity: 1;
}

.pop-play-btn {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0px auto;
    padding: 10px 0px;
    border: 1px solid #b7ac6c;
    border-radius: 30px;
    font-family: "casanova";
    font-size: 16px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pop-play-btn:hover{
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);
}

.pop-caption{
    background: #ab1010;
    border-radius: 0px 0px 15px 15px;
    padding: 5px 0px;
    font-size: 13px;
}

.pop-caption.purple{
    background: #291070;
}

.side-contact{
    position: fixed;
    bottom: 10%;
    z-index: 1;
    background: #000;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0 0 15px 5px #ffea67;
    padding: 10px 5px 10px 0px;
}

.side-contact img{
    max-width: 45px;
}

.side-contact a{
    display: block;
    padding: 5px;
}
/* end index page */

/* footer */
.t-footer{
    background: #000;
    border-top: 1px solid #ffea67;
    color: #fff;
    font-size: 13px;
}

.footer-wrap{
    max-width: 1320px;
    margin: 20px auto;
}

.footer-top{
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.footer-link{
    display: flex;
    justify-content: left;
}

.footer-link a{
    color: #fff;
}

.footer-link a:hover{
    color: #b7ac6c;
}

.footer-line{
    padding: 0px 5px;
}

.footer-divider{
    width: 100%;
    height: 2px;
    border: 1px dashed #474747;
    display:inline-block;
    margin: 15px 0px;
}

.biggest-title{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer-features{
    padding: 30px 20px;
    display: grid;
    grid-gap: 50px;
    justify-items: left;
    grid-template-columns: repeat(3, 1fr);
}

.features-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.features-wrap img{
    max-width: 60px;
}

.features-title{
    display: block;
    color: #b7ac6c;
    font-size: 16px;
    font-weight: bold;
}

.footer-dep-box{
    padding-bottom: 80px;
}

.footer-dep-wrap{
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 50px;
    padding-bottom: 10px;
}

.footer-dep-time{
    display: block;
    color: #b7ac6c;
    font-weight: bold;
    font-size: 18px;
}

.time-amt{
    font-size: 25px;
}

.footer-dep .progress{
    --bs-progress-bg: #363636;
    --bs-progress-height: 10px;
}

.footer-dep .progress-bar{
    background-color: #b7ac6c;
    color: #363636;
}

.footer-bet-box{
    padding-bottom: 80px;
    max-width: 80%;
}

.footer-bet-title{
    font-size: 18px;
    display: block;
}

.footer-social-wrap{
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-social-wrap img{
    max-width: 40px;
}

.footer-social-wrap{
    padding-bottom: 30px;
}

.footer-social-box a{
    color: #fff;
}

.footer-social-box a:hover{
    color: #b7ac6c;
}

.footer-res-wrap img{
    max-width: 40px;
    padding-right: 10px;
}

.footer-responsible{
    display: flex;
    gap: 50px;
    padding: 10px 0px;
}

.footer-res-wrap div, .footer-prov div{
    padding-bottom: 10px;
}

.footer-prov-list{
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(9, 1fr);
}
/* end footer */

/* casino page */
.prod-wrap{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr); 
}

.prod-wrap a:hover{
    box-shadow: 0 0 5px 3px #b7ac6c;
}

.prod-wrap a{
    position: relative;
}

.prod-logo-wrap{
    position: absolute;
    bottom: 0px;
}

.prod-logo{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 25%;
    bottom: 5%;
}

/* end casino page */

/* slots page */
.list-prod .swiper-container{
    z-index: 0;
}

.swiper_wrap.list-prod {
    position: relative;
    text-align: center;
    background: #000;
    box-shadow: 0 0 5px 3px #b7ac6c;
    padding: 10px 0px;
}

.list-prod .swiper-button-next {
    background: url(../images/products/slots/before-right-arrow.png) no-repeat;
    background-size: 100% 100%;
    right: -35px;
    top: 17%;
    width: 30px;
    height: 125px;
    z-index: 0;
}

.list-prod .swiper-button-prev {
    background: url(../images/products/slots/before-left-arrow.png) no-repeat;
    background-size: 100% 100%;
    left: -35px;
    top: 17%;
    width: 30px;
    height: 125px;
    z-index: 0;
}

.list-prod .swiper-button-next:focus,.list-prod .swiper-button-next:hover{
    background: url(../images/products/slots/after-right-arrow.png) no-repeat;
    background-size: 100% 100%;
    right: -35px;
    top: 17%;
    width: 30px;
    height: 125px;
}

.list-prod .swiper-button-prev:focus, .list-prod .swiper-button-prev:hover{
    background: url(../images/products/slots/after-left-arrow.png) no-repeat;
    background-size: 100% 100%;
    left: -35px;
    top: 17%;
    width: 30px;
    height: 125px;
}

.list-prod .swiper-button-next:after,
.list-prod .swiper-button-prev:after {
    font-size: 20px;
    color: transparent;
}

.swiper-slide i {
    font-size: 30px;
}

.list-prod .swiper-slide .casino-list {
    cursor: pointer;
    color: #586f9b;
}

.list-prod .swiper-slide .casino-list img{
    filter: grayscale(1);
}

.list-prod .swiper-slide .casino-list:hover {
    color: #fff;
}

.list-prod .swiper-slide.active .casino-list{
    color: #fff;
}

.list-prod .swiper-slide.active .casino-list img,
.list-prod .swiper-slide .casino-list:hover img{
    filter: grayscale(0);
}

.list-prod .nav {
    flex-wrap: nowrap;
}

.slot-logo-wrap img{
    max-width: 150px;
    border-radius: 5px;
    padding: 15px;
}

.slot-logo-wrap:hover .slot-logo{
    background: url(../images/dropdown/pointing.png) no-repeat;
    background-size: 100% 100%;
}

.swiper-slide.active .slot-logo {
    background: url(../images/dropdown/pointing-active.png) no-repeat;
    background-size: 100% 100%;
}

.slot-logo-title{
    font-family: "casanova";
    font-size: 13px;
    color: #fff;
    padding-top: 5px;
}

.swiper-slide.active .slot-logo-title, .slot-logo-wrap:hover .slot-logo-title{
    font-family: "casanova";
    font-size: 13px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slot-tab-content{
    padding: 40px 0px;
    text-align: center;
}

.slot-tab-title{
    font-family: "casanova";
    font-size: 25px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slot-prod-wrap{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);  
}

.slot-prod-box {
    padding: 5px;
    cursor: pointer;
    transition: transform .2s;
    position: relative;
}

.slot-prod-box img{
    border: 5px solid #0c1740;
    width: 100%;
}

.slot-prod-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s linear;
}

.slot-prod-box:hover .slot-prod-overlay {
    opacity: 1;
}

.slot-prod-caption{
    background: #ee9601;
    padding: 10px 0px;
    font-size: 15px;
}

.slot-tab-content .nav-pills .nav-link{
    border-radius: 5px;
    font-family: "casanova";
    font-size: 18px;
    color: #fff;
    background: url(../images/products/slots/before-point.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 20px 0px;
}

.slot-tab-content .nav-pills .nav-link.active, .slot-tab-content .nav-pills .show>.nav-link{
    font-family: "casanova";
    font-size: 18px;
    color: #b7ac6c;
    background: url(../images/products/slots/clicked.png) no-repeat;
    background-size: 100% 100%;
}

.slot-tab-content .nav{
    display: initial;
}

.slot-tab-1 {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;  
    padding: 20px 0px 0px;
    align-items: center;
}

.slot-tab-2 {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 20% 20% 60%;  
    padding: 20px 0px 0px;
    align-items: center;
}

.slot-search {
    position: relative;
    margin-left: 5px;
}

.slot-search input {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: "casanova";
    padding: 15px;
    padding-right: 15%;
}

.slot-search img {
    position: absolute;
    top: 10px;
    right: 20px;
    max-width: 30px;
}

.slot-tab-content .tab-content{
    padding-top: 20px;
}
/* end slots page */

/* promo page */
.promo-wrap .nav-pills .nav-link{
    background: url(../images/header/before-point-btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 50px;
}

.promo-wrap .nav-pills .nav-link:hover{
    background: url(../images/header/after-point-btn.png) no-repeat;
    background-size: 100% 100%;
}

.promo-wrap .nav-pills .nav-link.active, .promo-wrap .nav-pills .show>.nav-link{
    background: url(../images/header/after-click.png) no-repeat;
    background-size: 100% 100%;
}

.promo-wrap .nav-pills .nav-link span{
    font-family: "casanova";
    font-size: 20px;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo-wrap .nav-pills .nav-link.active span{
    font-family: "casanova";
    font-size: 20px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo-modal .modal-title{
    font-family: casanova;
}

.promo-modal .modal-content{
    color: #fff;
    background: #000;
    box-shadow: 0 0 5px 3px #b7ac6c;
}

.promo-modal .btn-close{
    color: #fff;
}

.promo-modal .modal-header{
    border-bottom: none;
}

table.promo-table{
    margin-bottom: 10px;
    font-size: 15px;
}

table.promo-table tr th {
    background: #000;
    padding: 4px;
    border: 1px solid #fff;
    font-size: 13px;
    text-align: center;
}

table.promo-table tr td {
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
}

.promo-content img{
    margin: 0 auto;
    cursor: pointer;
    margin: 10px 0px;
}
/* end promo page */

/* about us page */
.about-wrap{
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap: 20px;
}

.about-list{
    padding-top: 50px;
}

.about-list a{
    padding: 30px 10px;
    display: block;
    text-align: center;
}

.about-btn{
    background: url(../images/header/before-point-btn.png) no-repeat;
    background-size: 100% 100%;
}

.about-btn:hover{
    background: url(../images/header/after-point-btn.png) no-repeat;
    background-size: 100% 100%;
}

.about-btn:focus, .about-btn.active{
    background: url(../images/header/after-click.png) no-repeat;
    background-size: 100% 100%;
}

.about-btn span{
    font-family: "casanova";
    font-size: 18px;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-btn.active span{
    font-family: "casanova";
    font-size: 18px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-title{
    font-family: "casanova";
    font-size: 25px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #b7ac6c;
    padding: 15px 0px;
}

.accordion.tnc{
    padding-top: 20px;
}

.accordion.tnc .accordion-button::after{
    content: none;
}

.accordion.tnc .accordion-header i{
    padding-left: 10px;
}

.accordion.tnc .accordion-item:first-of-type .accordion-button, 
.accordion.tnc .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 0px;
}

.accordion.tnc .accordion-button{
    background-color: #000;
    color: #fff;
    box-shadow: none;
}

.accordion.tnc .accordion-item{
    border: none;
}

.accordion.tnc .accordion-body{
    background: linear-gradient(to right, #373224 0%, #000000 50%, #373224 100%);
    color: #fff;
}

.about-content-wrap{
    padding: 10px 0px;
}
/* end about us page */

/* register page */
.reg-wrap{
    display: grid;
    grid-template-columns: 20% 80%;
}

.reg-promo{
    background: url(../images/register/box.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
    max-height: 220px;
}

.reg-promo-title{
    text-align: center;
    font-family: "casanova";
    font-size: 18px;
    padding-bottom: 10px;
}

.reg-promo-detail{
    font-family: "casanova";
}

.reg-promo-detail ul{
    padding: 0;
    padding-left: 25px;
    margin: 0;
}

.reg-promo-detail li{
    padding-bottom: 10px;
}

.reg-title{
    position: relative;
}

.reg-content{
    margin-left: 20px;
}

.reg-title span{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "casanova";
    font-size: 25px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reg-notes{
    background: #d8d8d8;
    padding: 15px 15px;
    color: #000;
    margin-top: 15px;
}

.reg-acc{
    padding: 25px 0px;
}

.reg-sub-title{
    font-family: "casanova";
    font-size: 20px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reg-form{
    display: grid;
    grid-template-columns: 30% 68%;
    align-items: center;
    padding: 10px 0px;
    gap: 20px;
    position: relative;
}

.reg-form-label{
    display: flex;
    justify-content: space-between;
}

.reg-label{
    font-family: "casanova";
}

.red{
    color: red;
}

.reg-form input , .reg-form .custom-span{
    background: url(../images/register/form-box.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 10px;
}

.reg-form-btn{
    margin: 0 auto;
    display: inline-flex;
}

.reg-next-btn{
    font-family: "casanova";
    background: url(../images/register/next-btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 0px;
    width: 376px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
}

.reg-next-btn:hover{
    color: #b7ac6c;
    background: url(../images/register/after-clicked.png) no-repeat;
    background-size: 100% 100%;
}

.reg-note-1{
    padding: 20px 0px 40px;
    text-align: center;
}

.reg-form-wrap{
    display: flex;
    gap: 20px;
}

.reg-code-img{
    max-width: 20%;
}

.reg-form select{
    background-image: none;
    background: url(../images/register/form-box.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 10px;
    color: #fff;
}

.reg-form-arrow{
    position: absolute;
    right: 10px;
}

.reg-btn-wrap{
    display: flex;
    justify-content: center;
}

.reg-btn-wrap a{
    display: block;
}

.reg-pre-btn{
    font-family: "casanova";
    background: url(../images/register/previous-btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 0px;
    width: 376px;
    height: 70px;
    text-align: center;
    color: #000;
    font-size: 20px;
    border: none;
}

.reg-pre-btn:hover{
    color: #ed1c24;
    background: url(../images/register/after-clicked.png) no-repeat;
    background-size: 100% 100%;
}
/* end register page */

/* afterlogin header */
.hdr-balance{
    cursor: pointer;
}

.hdr-balance span{
    color: #b7ac6c;
}

.hdr-icon{
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.hdr-icon i{
    font-size: 15px;
    color: #000;
}

.hdr-icon:hover i{
    color: #b7ac6c;
}

.hdr-welcome{
    color: #b7ac6c;
}

.hdr-member-logo img{
    max-width: 40px;
}

.hdr-logout{
    font-size: 22px;
    color: #fff;
}

.hdr-logout:hover{
    color: #b7ac6c;
}

.top-right-hdr.afterlogin{
    gap: 10px;
}

/* balance modal */
.blc-amt {
    display: flex;
    gap: 20px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}

.btn-out:hover {
    background: #40c62b;
}

.btn-in {
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

.balance-modal .modal-body {
    padding: 0px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #000;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #ed1d49;
    color: #fff;
    border: none;
}

button.btnall:hover {
    background: #b20e30;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
    padding: 0;
}

.bln-in {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    background: #2c2c2c;
    border: 1px solid #007bff00;
}

.bln-all {
    padding: 10px;
}

.bln-all ul li:hover {
    border: 1px solid #b7ac6c;
    background: #000;
}

.balance-modal .modal-content {
    background: #000;
    box-shadow: 0 0 5px 3px #b7ac6c;
    border-radius: 5px;
}

.balance-modal .btn-close {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    top: -33px;
    position: absolute;
    right: 0px;
}
/* end afterlogin header */

/* profile page */
.profile-wrap{
    display: grid;
    grid-template-columns: 30% 70%;
}

.profile-list{
    background: url(../images/register/box.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    padding: 10px;
    background: #000;
}

.pro-list-title{
    font-family: "casanova";
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #b7ac6c;
    margin-bottom: 15px;
}

.pro-list-box{
    display: block;
    padding: 15px 15px;
    color: #fff;
    margin: 3px 0px;
    font-family: "casanova";
    font-size: 16px;
}

.pro-list-box i{
    font-size: 18px;
    padding-right: 5px;
}

.pro-list-box.active, .pro-list-box:hover{
    color: #b7ac6c;
    background: #363636;
}

.profile-content{
    background: #000;
    margin-left: 20px;
}

.profile-tab{
    display: flex;
    background: none;
    border-bottom: 1px solid #b7ac6c;
}

.pro-tab-box{
    padding: 15px 15px;
    font-family: "casanova";
    color: #fff;
    margin-right: 3px;
}

.pro-tab-box i{
    font-size: 18px;
    padding-right: 5px;
}

.pro-tab-box.active, .pro-tab-box:hover{
    color: #b7ac6c;
    background: #363636;
}

.pro-inner-content{
    padding: 10px 15px;
}

.pro-inner-title{
    /* background: #363636;
    border-bottom: 1px solid #fff; */
    padding: 15px 0px;
}

.pro-inner-title span{
    font-family: "casanova";
    font-size: 25px;
    background-image: linear-gradient(to bottom, #9c8740 0%, #ffe761 50%, #9c8740 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pro-content-box{
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    padding: 10px 10px;
}

.pro-box-label{
    display: flex;
    justify-content: space-between;
    font-family: "casanova";
}

.pro-box-fill{
    padding-left: 20px;
}

.pro-box-fill img{
    max-width: 30px;
}

.pro-box-fill a{
    color: #fff;
}

.pro-box-fill a:hover{
    color: #b7ac6c;
}
/* end profile page */

/* bank page */
.bank-table table{
    color: #fff;
}
/* end bank page */

/* deposit page */
.dep-box{
    background: #000;
    box-shadow: 0 0 5px 3px #b7ac6c;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    text-align: center;
}

.dep-bank-list{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding-left: 20px;
}

.dep-bank-logo {
    padding: 13px 15px;
    background: url(../images/header/before-point-btn.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.dep-bank-wrap:hover .dep-bank-logo{
    background: url(../images/header/after-point-btn.png) no-repeat;
    background-size: 100% 100%;
}

.dep-bank-wrap:focus .dep-bank-logo{
    background: url(../images/header/after-click.png) no-repeat;
    background-size: 100% 100%;
}

.dep-bank-logo img{
    max-width: 100px;
    padding-left: 10px;
}

.dep-bank-logo i.green{
    color: #40c62b;
}

.dep-bank-logo i.red{
    color: red;
}

.dep-bank-wrap span{
    color: #fff;
}

.dep-bank-wrap:hover span{
    color: #b7ac6c;
}

.dep-box-1{
    background: #000;
    box-shadow: 0 0 5px 3px #b7ac6c;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 20px 0px;
}
/* end deposit page */

/* history page */
.nav-tabs.history-tabs{
    background: transparent;
    font-family: "casanova";
}

.history-tabs .nav-link{
    color: #fff;
    padding: 15px 15px;
    border: none;
    border-bottom: 1px solid #b7ac6c;
    border-radius: 0px;
    font-size: 16px;
}

.history-tabs .nav-link:hover{
    color: #b7ac6c;
    background: #363636;
    border-bottom: 1px solid #b7ac6c;
}

.nav-tabs.history-tabs  .nav-item.show .nav-link, .nav-tabs.history-tabs  .nav-link.active{
    color: #b7ac6c;
    background: #363636;
    border-bottom: 1px solid #b7ac6c;
}

.history-date{
    display: flex;
    gap: 10px;
    align-items: center;
}

.his-apply-btn{
    color: #fff;
    border: 1px solid #ac9a42;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
}

.his-apply-btn:hover{
    color: #b7ac6c; 
}

.bank-table.history{
    padding: 15px 0px;
    text-align: center;
}
/* history page */

/* referral page */
.referral-wrap{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px;
}

.referral-wrap img{
    max-width: 200px;
}

.referral-code{
    border: 1px dashed #b7ac6c;
    padding: 5px;
    margin: 0px auto 20px;
    text-align: center;
}

.referral-code a{
    display: block;
    color: #b7ac6c; 
}

.referral-code a:hover{
    color: #b7ac6c; 
}

.ref-copy{
    position: relative;
    border: 1px solid #b7ac6c;
    padding: 5px; 
}

.ref-copy input{
    color: #fff;
    background: #000;
    border: none;
    font-size: 18px;
}

.ref-copy-icon{
    position: absolute;
    right: 10px;
    top: 8px;
}

/* end referral page */

/* inbox page */
.inbox-wrap{
    max-width: 800px;
    margin: 0 auto;
}

.inbox-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inbox-new-btn{
    font-family: casanova;
    color: #fff;
    border: 1px solid #ac9a42;
    background: #000;
    padding: 12px 10px;
    border-radius: 5px;
    display: block;
}

.inbox-new-btn:hover{
    color: #b7ac6c; 
}

.dropdown.inbox-dropdown{
    color: #fff;
    border: 1px solid #ac9a42;
    background: #000;
    padding: 12px 10px;
    border-radius: 5px;
}

.inbox-dropdown .dropdown-toggle::after{
    color: #fff;
}

.inbox-dropdown span{
    font-family: casanova;
    color: #fff;
}

.inbox-dropdown .dropdown-menu{
    border: 1px solid #ac9a42;
    background: #000;
}

.inbox-dropdown .dropdown-item{
    font-family: "casanova";
    font-size: 14px;
    color: #fff;
}

.inbox-dropdown .dropdown-item:hover{
    color: #b7ac6c; 
    background: transparent;
}

.inbox-content-wrap{
    padding: 20px 0px;
}

.inbox-grid{
    display: grid;
    grid-template-columns: 5% 5% 30% 50% 10%;
    padding: 10px 5px;
    cursor: pointer;
}

.inbox-grid:hover{
    background: #363636;
}

.inbox-modal-wrap input{
    background: #000;
    border: 1px solid #ac9a42;
    font-family: "casanova";
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.inbox-modal-wrap textarea{
    background: #000;
    border: 1px solid #ac9a42;
    font-family: "casanova";
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

.chat-msg{
    display: flex;
    flex-direction: column;
    max-height: 800px;
    overflow-y: scroll;
}

.chat-msg-left, .chat-msg-right{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.msg-left-icon{
    text-align: center;
}

.msg-left-icon img{
    max-width: 60px;
    border-radius: 50px;
}

.chat-msg-box{
    background: #000;
    border: 1px solid #ac9a42;
    border-radius: 5px;
    min-width: 300px;
    padding: 10px;
    margin: 0px 10px;
}

.chat-msg-box b{
    font-family: "casanova";
    display: block;
}

.chat-send{
    padding: 10px 0px;
    display: flex;
    gap: 10px;
}
/* end inbox page */

.custom-header-txt {
    margin-right: 5px;
}

.custom-header-btn {
    display: flex;
    align-items: center;
}

.custom-header-form {
    display: flex;
    gap: 5px;
    align-items: center;
}

.hidden {
    display: none;
}

.login-button {
    border: none;
}

.catpchaBox {
    background: white;
}

.customButton {
    border: none;
}

.customFooterProviderText {
    margin-top: 40px;
}

.customFooterProviderList {
    border: 2px solid white;
    padding: 20px;
    border-radius: 10px;
}

.accordion-button.active > .accordion-collapse {
    display: block;
}

.welcome-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 500px;
}

.welcome-deposit-button-wrap {
    margin-top: 50px;
    display: inline-flex;
    justify-content: center;
}

.custom-font {
    font-family: "casanova";
}

.custom-text-wrap {
    word-wrap: break-word;
}

.slide-item[data-active=true] .slot-logo {
    background-image: url('../../../../TemplateContent/Template33/images/dropdown/pointing-active.png');
    background-size: 100% 100%;
}

.slot-prod-box img {
    border-radius: 20px;
}

input[type="text"], .form-control:focus {
    color: #fff;
}

canvas {
    padding: 0 10px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td, #StartDate, #EndDate {
    color: #666 !important;
}

.customize-select-options {
    color: #666 !important;
}

.arrow-button-box {
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.arrow-button-box:before {
    position: absolute;
    top: -115%;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 100%;
    height: 300%;
    background: linear-gradient(to right, rgba(255, 255, 255, .05) 20%, rgba(255, 255, 255, .6) 55% , rgba(255, 255, 255, .05) 100%);
    transform: rotate(60deg);
    opacity: 0.7;
    border-radius: 5px;
}

.fa-caret-right, .fa-caret-left {
    font-size: 22px;
    color: #EBD35A;
}