@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&amp;display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #0a1029;
    color: #fff;
}

button:focus,
a:focus { 
	outline: none;
}

.btn-green,
.btn-green-big,
.btn-gold,
.btn-gold-big,
.btn-blue,
.btn-blue-big{
    padding: 7px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer; 
}
.btn-blue{
    background: rgb(63, 70, 113);
    background: -moz-linear-gradient(top, rgb(110, 128, 204) 0%, rgb(63, 70, 113) 100%);
    background: -webkit-linear-gradient(top, rgb(110, 128, 204) 0%, rgb(63, 70, 113) 100%);
    background: linear-gradient(to bottom, rgb(110, 128, 204) 0%, rgb(63, 70, 113) 100%);
    border-bottom: 3px solid #272b46;
}

.btn-blue-big{
    background: rgb(63, 70, 113);
    background: -moz-linear-gradient(top, rgb(110, 128, 204) 0%, rgb(63, 70, 113) 100%);
    background: -webkit-linear-gradient(top, rgb(110, 128, 204) 0%, rgb(63, 70, 113) 100%);
    background: linear-gradient(to bottom, rgb(110, 128, 204) 0%, rgb(63, 70, 113) 100%);
    border-bottom: 3px solid #272b46;
    min-width: 250px;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;    
}

.btn-blue:hover,
.btn-blue-big:hover{
    background: rgb(63, 70, 113);
    text-decoration: none;
    color: #fff;
    opacity: 1 !important;
}

.btn-green{
    background: rgb(52, 170, 168);
    background: -moz-linear-gradient(top, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    border-bottom: 3px solid #094746;
}

.btn-green-big{
    background: rgb(52, 170, 168);
    background: -moz-linear-gradient(top, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    min-width: 250px;
    border-bottom: 3px solid #094746;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
}

.btn-green:hover,
.btn-green-big:hover{
    background: rgba(16, 105, 103, 1);
    text-decoration: none;
    color: #fff;
    opacity: 1 !important;
}


.btn-gold {
	background: rgb(214,201,127);
	background: -moz-linear-gradient(top, rgba(214,201,127,1) 0%, rgba(127,106,31,1) 100%);
	background: -webkit-linear-gradient(top, rgba(214,201,127,1) 0%,rgba(127,106,31,1) 100%);
	background: linear-gradient(to bottom, rgba(214,201,127,1) 0%,rgba(127,106,31,1) 100%);
    border-bottom: 3px solid #403715;
}

.btn-gold-big{
	background: rgb(214,201,127);
	background: -moz-linear-gradient(top, rgba(214,201,127,1) 0%, rgba(127,106,31,1) 100%);
	background: -webkit-linear-gradient(top, rgba(214,201,127,1) 0%,rgba(127,106,31,1) 100%);
	background: linear-gradient(to bottom, rgba(214,201,127,1) 0%,rgba(127,106,31,1) 100%);
    min-width: 250px;
    border-bottom: 3px solid #403715;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
}

.btn-gold:hover,
.btn-gold-big:hover{
	background: rgba(127,106,31,1);
    text-decoration: none;
    color: #fff;   
    opacity: 1 !important; 
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.topbar .login-btn,
.topbar .logout-btn {
    float: right;
    min-width: 80px;
    margin-top: 10px;
}

.topbar .login-btn{
    margin-left: 10px;
    height: 35px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 0.25rem;
    border-bottom: 2px solid #094746;
}

.topbar .logout-btn {
    color:#b5a3f9;
    text-decoration: none;
}
.topbar .logout-btn:hover{
    text-decoration: none;
    color:#e3d5fc;
}

.topbar .user{
	float: right;
	text-align: right;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	font-size: 0.8rem;
    margin-top: 10px;
}

.topbar .user .balance-amount{
	color:#eadc93;
	font-weight: 700;
    margin-top: 10px;
}

.topbar .lang-wrap{
	float: left;
	width: 130px;
    margin-top: 10px;
}

.langpicker {
    display: none;
}

#lang-dropdown-list {
    padding-left: 0px;
    margin-bottom: 0px;
    vertical-align: top;
}

#lang-dropdown-list img,
.btn-select img {
    width: 20px;
}

#lang-dropdown-list li{
    list-style: none;
    font-size: 0.8rem; 
    color: #fff;
    cursor: pointer;
}

#lang-dropdown-list li a{
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    display: block;
}

#lang-dropdown-list li span,
.btn-select li span {
    margin-left: 5px;
}

.lang-dropdown-wrap {
    display: none;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    position:relative;
    top: 0px;
    box-sizing: border-box;
    z-index: 10;
    text-align: left;
}

.open {
    display: show !important;
}

.btn-select {
    display: inline-block;
    border-radius: 0.25rem;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.7);
    padding: 0px 10px;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    height: 35px;
    line-height: 30px;
    position: relative;
    font-size: 0.8rem;
    cursor: pointer;
}

.lang-select {
    width: 100%;
    position: relative;
    height: 35px;
}

.btn-select:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0d7";
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
    font-size: 0.8rem;
}

.logo {
	width: 50%;
    max-width: 130px;
    min-width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    background-color: #1a142f;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #1a142f;
    border-radius: 200%;
    padding: 15px;
}

.logo img {
    width: 100%;
}

.topbar{
    background-color: #1a142f;
    height: 55px;
    position: fixed;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 1000;
}

.min-nav{
    position: fixed;
    top:15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1001;
}    

.nav-overlap {
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    display: none;
}

.menu-toggle{
	float: left;
	color: #fff;
	font-size: 1.2rem;
    margin-top: 15px;
}

.menu-toggle:hover{
	cursor: pointer;
}

.mobile-nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mobile-nav{
	background-color:rgba(0,0,0,1);
	position: fixed;
    z-index: 1001;
    top: 0;
	max-width: 200px;
	width: 100%;
	height: 100%;
	transform: translate(-100%, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 30px 0px;
	overflow-y: scroll;
}

.mobile-nav li a,
.mobile-nav li a:focus{
	color: #989AA4;
	display: block;
	padding: 10px 20px;
	font-size: 0.9rem;
	text-align: left;
	text-decoration: none;
}


.mobile-nav li a:hover,
.mobile-nav li.active a{
	background-color: #3a3a56;
	color: #fff;
	border-left: 3px solid #a935f3;
}

.mobile-nav .tnc-nav{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px rgba(255,255,255,0.2) solid;
}

.mobile-nav .tnc-nav li a{
	color:rgba(255,255,255,0.6);
    padding: 3px 20px;
}

.mobile-nav .tnc-nav li a:hover,
.mobile-nav .tnc-nav li.active a{
	background-color: transparent;
	color:#eadc93;
	border-left: none;
}

.banner-wrap {
    background: #09091d;
    background: url(../images/stars_bg_bottom.png), -moz-linear-gradient(top, #09091d 10%, #af75cb 100%);
    background:	url(../images/stars_bg_bottom.png), -webkit-linear-gradient(top, #09091d 10%, #af75cb 100%);
    background: url(../images/stars_bg_bottom.png), linear-gradient(to bottom, #09091d 10%, #af75cb 100%);
    background-position:bottom, top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.banner-wrap:after {
	content:"";
    //background-image: url(../images/shape.svg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: bottom center;
    bottom: 0px;
    height: 80px;
    left: 0;
    width: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height:500px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner-wrap .main-swiper-container {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 120px;
}

.banner-wrap .main-swiper-slide {
    background-position: center;
    background-size: cover;
    border-radius: 0.35rem;
    overflow: hidden;
    padding: 0px;
/*    background: rgb(32,197,255);
    background: -moz-linear-gradient(left,  rgba(32,197,255,1) 1%, rgba(217,16,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(32,197,255,1) 1%,rgba(217,16,255,1) 100%);
    background: linear-gradient(to right,  rgba(32,197,255,1) 1%,rgba(217,16,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20c5ff', endColorstr='#d910ff',GradientType=1 );*/
    width: 100%;
    white-space: nowrap;
}

.banner-wrap .main-swiper-slide .image-wrap{
    display: block;
    padding: 0px;
    border-radius: 0.35rem;
    overflow: hidden;
    position: relative;
    height: 100%;
/*    background-color: #150c02;*/
}

.banner-wrap .main-swiper-slide img {
    width: 100%;
    border-radius: 0.35rem;
}

.banner-wrap .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.banner-wrap .swiper-pagination-bullet-active {
    background-color: #fd2861;
    border: 1px #fff solid;
}

.banner-wrap .img-sub-page{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
    padding-top: 80px;
}

.game-wrap {
    position: relative;
    margin-top: 0;
}

.game-wrap h1{
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 25px;
}

.game-wrap .game-swiper-container {
      width: 100%;
      height: 100%;
    }

.game-wrap .game-swiper-slide {
    width: 33.33%;
    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;
    position: relative;
    transition: transform 0.5s ease; 
    padding-bottom: 0px;
}

.game-wrap .game-swiper-slide img{
	width: 100%;
}

.game-wrap .game-swiper-slide .overlap{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.game-wrap .game-swiper-slide .overlap .play-btn{
	position: absolute;
	bottom:15px;
	left:50%;
	transform: translateX(-50%);
	font-size: 0.8rem;
	padding: 5px;
	width: 90%;
	max-width: 100px;
}

.game-wrap .game-swiper-slide:hover .overlap{
	opacity: 1;
}

.game-wrap .game-swiper-slide:hover{
	transform: scale(1.1);
}


.game-wrap .game-swiper-button-prev{
	color:#fff;
	left:0;
}

.game-swiper-button-next{
	color:#fff;
	right:0;
}
.game-wrap .game-swiper-button-prev:after,
.game-wrap .game-swiper-button-next:after{
	font-size: 22px;
	font-weight: bold;
}

.content-wrap {
	background: -moz-linear-gradient(top, rgba(10,16,41,1) 0%, rgba(10,16,41,0) 99%, rgba(10,16,41,0) 100%);
	background: -webkit-linear-gradient(top, rgba(10,16,41,1) 0%,rgba(10,16,41,0) 99%,rgba(10,16,41,0) 100%);
	background: linear-gradient(to bottom, rgba(10,16,41,1) 0%,rgba(10,16,41,0) 99%,rgba(10,16,41,0) 100%);
    text-align: center;
 	padding: 30px 15px 50px 15px;
	font-size: 0.9rem;   
}

.content-wrap h2{
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
}

.content-wrap:before{
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;	
    background-image: url(../images/slot_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.download{
	border: 1px rgb(22, 35, 52) solid;
	background-color: rgba(0,0,0,0.3);
	padding:30px 0px;
	text-align:center;
	border-radius: 10px;
}

.download .title{
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.5rem;
	max-width: 480px;
	margin: 0 auto 15px auto;
    color: #bfa8ff;
}

.download .text{
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}

.download h3{
	font-weight: 700;
}

.download h4{
	font-size: 1rem;
	margin: 15px 0;
	color: #d8ce9e;
	text-align: left;
}

.download .download-btn{
	font-size: 1rem;
	padding: 7px 15px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.download .dns-btn{
    font-size: 1rem;
    padding: 7px 15px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.download-wrap{
	background-color:transparent;
	border-radius: 5px;
	padding:10px 0px;
	display:block;
}

.img-download{
	width: 100%;
	max-width: 400px;
}

.download-wrap .icon{
	display: block;
	vertical-align: middle;
	width: 50px;
	margin: 0px auto;
}

.download-wrap .icon img{
	width: 100%;
	vertical-align: middle;
}

.download-wrap .download-info{
	display: block;
	vertical-align: middle;
	width:100%;
	text-align: center;
}

.download-wrap .download-info .download-btn{
	width: 100%;
	margin-top: 5px;
}

.download-wrap .download-info .download-type{
	font-size: 0.85rem;
}

.download-mobile .download-wrap{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.download-mobile .qr-code{
	background-color: #fff;
	padding: 15px;
	width: 100%;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;	
}

.download-mobile .qr-code img{
	width: 100%;
}

.download-mobile .install-guide-btn{
	width: 100%;
	border: none;
	padding: 10px;
	text-align: center;
	font-size: 0.8rem;
    background-color: #1e2335;
    color: #fff;
    border-radius: 0px 0px 5px 5px; 
    cursor: pointer;   
}

.download .ios-install-toggle{
	font-size: 1.2rem;
    line-height: 35px;
    margin: 15px auto;
    color: #4af1ee;
    cursor: pointer;
}

.ios-guide-step{
	text-align: center;
}

.ios-guide-step img{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.ios-guide-step h5{
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}

.ios-guide-step p{
	font-size: 0.9rem;
}

.download .ios-install-toggle .fa-chevron-down{
	font-size: 0.8rem;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    60% {
        -moz-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    60% {
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

footer{
	background: -moz-linear-gradient(top, rgba(10,16,41,0) 0%, rgba(10,16,41,1) 36%, rgba(10,16,41,1) 100%);
	background: -webkit-linear-gradient(top, rgba(10,16,41,0) 0%,rgba(10,16,41,1) 36%,rgba(10,16,41,1) 100%);
	background: linear-gradient(to bottom, rgba(10,16,41,0) 0%,rgba(10,16,41,1) 36%,rgba(10,16,41,1) 100%);
	padding: 30px 0px;
	font-size: 0.7rem;
	color: #ccc;
}

footer h1{
	font-size: 0.9rem;
	margin-bottom: 15px;
}

.sitemap {
	color: #ccc;
	line-height: 35px;
	font-size: 0.8rem;
}

.sitemap a{
	color: #ccc;
	text-decoration: none;
}

.sitemap a:hover{
	color: #fff;
}

.logo-wrap{
	margin: 15px auto;
}

.logo-wrap .text{
	display:block;
	margin-bottom: 15px;
}

.welcome-wrap{
	margin: 15px auto;
	padding: 15px 0px;
	border-top: 1px rgba(255,255,255,0.1) solid;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
}

.welcome-wrap p{
	margin-bottom: 0px;
    text-align: justify;
}

.partner-logo{
	display:inline-block;
	padding:10px;
}

/*Modal*/

.ios-guide-modal,
.dns-modal{
	padding-right: 0px !important;
}

.modal-content{
	background-color:rgb(39, 39, 58);
}

.modal-dialog{
	max-width: 400px;
	width: 90%;
	margin: 2rem auto;
    top:10%;
}

.modal-dialog .invalid{
    color: #ff6363;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.login-modal .modal-dialog a.link{
	color: #928e80;
	font-size: 0.8rem;
}

.modal .input-group > .form-control{
    background-color: #0e0e0b;
    border: rgba(255,255,255,0.1) 1px solid;
    color: #fff;
}

.modal .input-group > .form-control:focus{
	-webkit-box-shadow: 0px 0px 5px 0px #515175;
	-moz-box-shadow: 0px 0px 5px 0px #515175;
	box-shadow: 0px 0px 5px 0px #515175;
}

.modal .input-group > .input-group-prepend > .input-group-text{
	background-color: #515175;
	border: rgba(255,255,255,0.1);
    color: #ffffff;
}

.ios-guide-modal .modal-dialog,
.dns-modal .modal-dialog{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
    top: 0;
}

.ios-guide-modal .modal-content,
.dns-modal .modal-content,
.sweet-alert{
	background-color:rgb(39, 39, 58);
	border: none;
    border-top: 0px;
	border-radius: 0px;
}

.modal-header,
.sweet-alert h2{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background-color: #3a3a56;
    color: #ffffff;
}

.sweet-alert p{
    color: #ffffff;
}

.sweet-alert .sa-button-container{
    border-top: 1px solid rgba(255,255,255,0.1);
}

.sweet-alert .sa-icon.sa-success::before, 
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success .sa-fix{
    background-color:rgb(39, 39, 58);
}

.sweet-alert button{
    background: rgb(52, 170, 168);
    background: -moz-linear-gradient(top, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(52, 170, 168, 1) 0%, rgba(16, 105, 103, 1) 100%);
    border-bottom: 3px solid #094746; 
    padding: 7px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer; 
    margin: 0;     
}

.sweet-alert button:hover{
    background-color:  rgba(16, 105, 103, 1);
}

.sweet-alert button.cancel{
    background: rgb(198,198,198);
    background: -moz-linear-gradient(top, rgba(198,198,198,1) 1%, rgba(175,175,175,1) 100%);
    background: -webkit-linear-gradient(top, rgba(198,198,198,1) 1%,rgba(175,175,175,1) 100%);
    background: linear-gradient(to bottom, rgba(198,198,198,1) 1%,rgba(175,175,175,1) 100%);
    border-bottom: 3px solid #808080 ;  
}

.sweet-alert button.cancel:hover{
    background-color: #808080;
}

.modal .modal-header .modal-title{
	font-size: 1.2rem;
}

.dns-modal .modal-header .modal-title{
	padding:15px;
}

.login-modal .modal-header,
.setting-modal .modal-header,
.reset-modal .modal-header,
.language-modal .modal-header{
	padding: 10px 1rem;
	font-size: 0.9rem;
	margin-bottom: 15px;
}

.ios-guide-modal .modal-header,
.dns-modal .modal-header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.language-modal .lang{
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
}

.language-modal .flag{
	max-width: 50px;
	margin: 0 auto;
}

.language-modal .lang .text{
	color: rgba(255,255,255,0.5);
	font-size: 0.8rem;
}

.language-modal .lang.active .text{
	color: #bfa8ff;
	font-weight: 700;
}

.modal .modal-footer{
	border-top: 1px solid rgba(255,255,255,0.2);
}

.dns-modal .modal-header{
	display: block;
	padding: 0px;
	border-bottom: 0px;
	border-radius: 0;
}

.dns-modal .close{
	position: absolute;
	top:15px;
	right: 15px;
}

.dns-modal .nav-tabs {
    border-bottom: none;
    display: flex;
    padding: 0px;
    background-color: #161621;
}

.nav-tabs .nav-link{
	border: none;
}

.dns-modal .nav-tabs.nav-tabs .nav-item{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.dns-modal .nav-tabs.nav-tabs .nav-item .nav-link{
	color: #fff;
	text-shadow: none;
	padding: 7px 15px;
	font-size: 1rem;
}

.dns-modal .nav-tabs.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item.show .nav-link,
.dns-modal .nav-tabs.nav-tabs .nav-item .nav-link:hover{
	background-color: #3a3a79;
	color: #fff;
	border: none;
	border-radius: 0;
}

.dns-modal .nav-tabs.nav-tabs .nav-item .nav-link:hover:after{
	height: 0;
	width: 0;
}

.dns-modal .btn-download{
}
.modal-open {
    overflow: hidden !important;
}

.modal .close{
	color: #fff;
	text-shadow: none;
}

.main-title{
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0;
	color: #00adff;
    margin-top: 15px;
}

.img-sub-replace{
    height: 300px;
}

.sub-content-wrap{
	position: relative;
	text-align:left;
    text-align: justify;
}

.sub-content-wrap .container{
	padding: 0;
}

.sub-content-wrap h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: #eadc93;
}

.sub-content-wrap h5{
    font-size: 1.1rem;
    font-weight: 600;
    color: #eadc93;
}

.sub-content-wrap dt {
    float: left;
    width: 50px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-content-wrap dd{
	margin-left: 70px;
}

.sub-content-wrap.content-text .container {
	border: 1px rgb(22, 35, 52) solid;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 15px;
	border-radius: 10px;
}

.sub-content-wrap .table {
    display: table;
    text-align: left;
    width: 100%;
    background-color: rgb(39, 39, 58);
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.sub-content-wrap .table-responsive{
    max-width: 900px;
    margin: 0 auto;
}

.sub-content-wrap .form-wrap{
    max-width: 400px;
    margin: 0 auto;
    padding: 0px 30px;
}

.sub-content-wrap .form-wrap .invalid{
    color: #ff6363;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.sub-content-wrap .form-wrap .input-group > .form-control {
    background-color: #0e0e0b;
    border: rgba(255,255,255,0.2) 1px solid;
    color: #fff;
}

.sub-content-wrap .form-wrap .input-group > .form-control:focus{
    -webkit-box-shadow: 0px 0px 5px 0px #515175;
    -moz-box-shadow: 0px 0px 5px 0px #515175;
    box-shadow: 0px 0px 5px 0px #515175;
}

.table-row {
    display: table-row;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.table-row .result{
	column-span: all;
}

.theader {
    display: table-row;
}

.table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table th,
.table td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-header {
	display: table-cell;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
    background-color: #3a3a56;
    padding: 0.5rem 1rem;
    color: #bdb6e0;
    font-weight: 600;
}

.table-small {
    display: table-cell;
    padding-top: 3px;
    padding-bottom: 3px;
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem;    
}

.table-row:nth-child(even) {
    background-color: #3a3a56;
}

.table-row>.table-small a{
    text-decoration: none;
    color:#fff;
}

.table-row>.table-small .active.win,
.table-row>.table-small .active.lose{
    color: #86e860;
    font-weight: 700;
    cursor: pointer;
}

.table-row>.table-small .active.win:after,
.table-row>.table-small .active.lose:after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0a9";
    margin-left: 5px;
    color: #86e860;	
    font-size: 12px;
    cursor: pointer;
}

.table-row>.table-small .active.lose{
    color: #ff4d4d;
}

.table-row>.table-small .active.lose:after{
    color: #ff4d4d; 
}

.table-row>.table-small .active.win:hover,
.table-row>.table-small .active.lose:hover{
    text-decoration: none;
    opacity: 0.8;
}
.table-row>.table-small .active.win:hover:after,
.table-row>.table-small .active.lose:hover:after{
    text-decoration: none;
    opacity: 0.8;
}

.table-row>.table-small .date{
	font-size: 0.7rem;
	color: rgba(255,255,255,0.6);
}

.table-row>.table-small .id{
	color: rgba(255,255,255,0.7);
	font-size: 0.7rem;
    display: block;
}

.table-row>.table-small .bet-type1,
.table-row>.table-small .game-type{
	color:#eadc93;
	font-weight: 700;
}

.table-row>.table-small .bet-type2,
.table-row>.table-small .game-name{
	color:#00d0ff;
	display: block;
}

.table-row>.table-small .detail{
	display:inline-block;
	border: 1px #eadc93 solid;
	color:#eadc93;
	padding:0px 5px;
	cursor: pointer;
	font-size: 0.8rem;
	border-radius: 5px;
}

.table-row>.table-small .detail:hover{
	border: 1px #fff solid;
	color:#fff;
}

.table-row>.table-small .win{
	text-transform: uppercase;
	font-weight: 700;
	color: #86e860;
}

.table-row>.table-small .draw{
    text-transform: uppercase;
    font-weight: 700;
    color: #b0b0ce;
}

.table-row>.table-small .lose,
.table-row>.table-small .withdraw{
	text-transform: uppercase;
	font-weight: 700;
	color: #ff4d4d;
}

.social-media-wrap{
    display: block;
    margin-top: 10px !important;
    border-top: 1px rgba(255,255,255,0.2) solid;
    padding-top: 10px !important;
}

.social-media-wrap a.facebook,
.social-media-wrap .active a.facebook{
    background: #3b4a7b;
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
     text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    padding: 5px;
    margin: 5px 10px 5px 20px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 0; 
}

.social-media-wrap a.youtube,
.social-media-wrap .active a.youtube{
    background: #a4070c;
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    padding: 5px;
    margin: 5px 10px 5px 20px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 0; 
}

.social-media-wrap a.facebook .text,
.social-media-wrap a.youtube .text{
    font-size: 0.75rem;
    display: block;
    color: rgba(255,255,255,0.6);
    font-weight: normal;
    text-transform: uppercase;
}

.social-media-wrap a .facebook-inner,
.social-media-wrap a .youtube-inner{
    color: #666;
    position: absolute;
    width: 120px;
    height: 45px;
    left: 35px;
    bottom: 0;
    z-index: -1;
    font-size: 14px;
    border-radius: 2px;
    opacity: 1;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff;
    text-align: left;
    padding: 3px;
    padding-left: 20px;
}

.social-media-wrap a .facebook-inner {
     background: #475993;
}

.social-media-wrap a .youtube-inner{
     background: #e21a20;
}

@media (min-width: 992px) {

	body {
	    font-size: 16px;
	}

	.topbar {
        background: none;
        box-shadow: none;
    /*    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%), url(../images/shape_top.svg);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%), url(../images/shape_top.svg);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%), url(../images/shape_top.svg);*/
        padding: 15px 0px;
        position: relative;
        z-index: 11;
        width: 100%;
        top: 0;
        background-position: center;
        background-size:100% 100%;
        -webkit-transition: height .5s, line-height .5s; /* Safari */
        transition: height .5s, line-height .5s;
        transition: all 0.1s ease-in-out;
        height: 95px;
        position: fixed;
        margin-bottom: 150px;
        background-color: #1a142f;
        box-shadow: 3px 0px 5px rgba(0,0,0,0.5);        
	}

    .topbar .login-btn{
        margin-top: 10px;
    }

    .topbar .logout-btn {
        margin-top: 0px;
    }         

    .topbar .user{
        margin-top: 0px;
    }   

    .logo {
        background: none;
        width: 45%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 180px;
        padding: 15px;
        top:-15px;
        background-color: #1a142f;
    }

	.nav-wrap{
		position: static;
	    height: auto;
	    width: 100%;
	    top:auto;
	    left:auto;
	    z-index: 0;
	    background-color: transparent;
	}	

	.nav {
	    text-align: center;
	    display: flex;
        margin:10px auto 0 auto;
        position: fixed;
        top:30px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 1001;        
	}
	.nav li{
		display: inline-block;
		margin-top: 0px;
	}

	.nav li a{
		color: #fff;
		padding: 15px;
		font-size: 1.1rem;
		cursor: pointer;
		transition:all 0.5s ease;
		position: relative;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		text-decoration: none;
	}

	.nav li a:hover,
	.nav li.active a{
		color: #b5a3f9;
	}

	.nav li a:after {
	    position: absolute;
	    bottom: 5px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 0%;
	    content: '';
	    color: transparent;
	    background: #b5a3f9;
	    height: 1px;
	    transition: all .5s;
	}

	.nav li a:hover:after{
	    width: 85%;
	}

    .nav li a{
        font-size: 0.95rem;
    }

    .before-login .nav li:nth-child(2),
    .before-login .nav li:nth-child(3){
        padding: 0px;
    }   

    .before-login .nav li:first-child,
    .nav li:nth-child(2){
        padding-right: 80px;
    } 

    .before-login .nav li:last-child,
    .nav li:nth-child(3){
        padding-left: 80px;
    }

	.banner-wrap .main-swiper-container {
	    padding-top: 180px;
	}	

	.banner-wrap:after {
		height: 150px;
	}

    .banner-wrap .main-swiper-slide{
        width: 33.33%;
    }

	.banner-wrap .swiper-pagination-bullet {
	    width: 15px;
	    height: 15px;
	}

	.banner-wrap .swiper-pagination-bullet-active {
	    border: 2px #fff solid;
	}

    .banner-wrap .img-sub-page{
        padding-top: 80px;
    }

	.game-wrap {
        margin-top: 15px;
	}
    .game-wrap .game-swiper-slide{
        padding-bottom: 25px;
        width: 16.66%;
    }

	.game-wrap .game-swiper-slide .overlap .play-btn{
		font-size: 0.9rem;
		padding: 7px 10px;
	}	

	.download{
		padding: 30px 15px;
		margin: 2rem auto;
		max-width: 1280px;
	}

    .download .dns-btn{
        padding: 15px 30px;
    }

	.download .title{
		margin-top: 30px;
	}

	.download-wrap{
		background-color: rgb(30, 35, 53);
		display: flex;
		padding:10px 15px;
	}

	.img-download{
		max-width: 600px;
	}

	.download-wrap .icon{
		display:inline-block;
		vertical-align: middle;
		margin-right: 10px;
		padding: 15px 0px;
	}

	.download-wrap .download-info{
		display:inline-block;
		vertical-align: middle;
		width: calc( 100% - 55px );
		text-align: left;
	}

	.download-mobile .install-guide-btn{
		font-size: 1rem;
	}

	.download .download-btn{
		font-size: 1.1rem;
		padding: 7px 0px;
	}

	.logo-wrap .text{
		display: inline-block;
	}

    .content-wrap{
        font-size: 1rem;
    }

    .content-wrap h2{
        font-size: 1.5rem;
    }

	.sub-content-wrap{
		font-size: 1rem;
	}

	.main-title{
		font-size: 2rem;
        margin-top: 20px;
	}	

	.sub-content-wrap.content-text .container{
		border: 1px rgb(22, 35, 52) solid;
	    background-color: rgba(0,0,0,0.3);
	    padding: 30px;
	    border-radius: 10px;
	}

	.dns-modal .modal-header{
	    border-top-left-radius: 0.3rem;
	    border-top-right-radius: 0.3rem;		
	}

	.ios-guide-modal .modal-header .modal-title,
	.login-modal .modal-header .modal-title{
		font-size: 1.2rem;
	}	

	.ios-guide-modal .modal-content,
	.dns-modal .modal-content{
		border-radius: 0.3rem;
	}

}

@media (min-width: 1200px) {
    .social-media-wrap {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 100px;
        left: 10px;
        z-index: 20;
        margin-top: 0px !important;
        padding-top: 0 !important;
        border-top: none;
    } 

    .social-media-wrap a.facebook{
        background: #475993;
    }

    .social-media-wrap a.youtube{
        background: #e21a20;
    }

    .social-media-wrap a.facebook,
    .social-media-wrap a.youtube{
        margin: 5px 0px;
        display: inline-block;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
        border-radius: 2px;
    }

    .social-media-wrap a .facebook-inner,
    .social-media-wrap a .youtube-inner{
        opacity: 0;
        left:0;
    }     

    .social-media-wrap a.facebook:hover {
        background: #3b4a7b;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: none;
    }

    .social-media-wrap a.youtube:hover {
        background: #a4070c;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: none;    
    }

    .social-media-wrap a:hover .youtube-inner,
    .social-media-wrap a:hover .facebook-inner{
        bottom: 0px;
        left: 35px;
        visibility: visible;
        opacity: 1;
    }
    .banner-wrap .img-sub-page {
        padding-top: 120px;
    }    
}