@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif; line-height:1.6; font-size:15px; margin:0 auto; color:#191919; max-width: 1920px;}

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 { text-decoration: none; }

img { max-width:100%;}

h1 { font-size: 28px; font-weight: 700;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}

.t-body {
    padding-top: 130px;
}
/*** Casino **/
.banner-casino {
	background: url(../images/casino_02.jpg);
	background-position:top center;
	height:342px;
}
.casino-sec {
	padding:30px 0;
	text-align: center;
}
.mx16 {
    max-width: 1600px;
    margin: auto;
    width: calc(100% - 150px);
}
.mx17 {
    max-width: 1600px;
}

.game-box {
	position: relative;
	overflow: hidden;
}
.game-box img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.2s linear;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.6);
}
.game-box:hover img {
	transform: scale(1.05);
	transition: 0.2s linear;
}
.game-box:hover .overlay {
  	opacity: 1;
	transition: .5s ease;
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/*** Slots **/

.banner-slots {
	background: url(../images/game_02.jpg);
	background-position:top center;
	height:342px;
}
.slots-sec {
	padding:30px 0;
	text-align: center;
}

/*** Sports **/

.banner-sports {
	background: url(../images/sports_02.jpg);
	background-position:top center;
	height:342px;
}
.sports-sec {
	padding:30px 0;
	text-align: center;
}
.game-box img.mobile-918 {
	display: none;
}

/*** Fishing **/
.fishing-sec {
	padding:30px 0;
	text-align: center;
}
.fishing-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.fish-box img {
	transition: all 0.3s;
}
.fish-box img:hover {
	transform:scale(1.03);
	filter: brightness(1.1);
	transition: all 0.3s;
}
.mobile-fish {
	display: none;
}

/*** Promotions **/
.promo-sec {
	padding:30px 0;
}
.card-promo {
    margin-bottom: 2px;
}
.mix {
    display: none;
}
.filter-wrap {
	display:grid;
	grid-template-columns: repeat(8,1fr);
}
.filter-menu {
	grid-column: 1/2;
}
.filter-menu a {
	text-transform:uppercase;
	background:#e8e8e8;
	font-size:16px;
	margin-bottom:1px;
	display:block;
	padding: 7px 5px 7px 20px;
	color:#000;	
}
.filter-menu a:hover, filter-menu a:focus, .filter-menu a.active {
	background:#1f1f1f;
	color:#fdbc84;	
}
.promo-wrapper {
	grid-column: 2/9;
	max-width:1220px;
	margin: 0 20px;
}
.card-body.promo {
	font-size:12px;
	background:#e5e5e5;
	color:#000;
}
.card-body.promo ul {
	padding-left:20px;
}
.card-body.promo h5 {
	color:#dd0023;
	text-transform:uppercase;
	font-size:16px;
}
.promo-bnr {
    position: relative;
}

.countdown-wrapper {
    background: #dd0023;
    position: absolute;
    right: 0;
    top: 0;
    display: grid;
    grid-template-rows: repeat(4,1fr);
    height: 100%;
    padding: 0 5px;
    border-radius: 0 10px 10px 0;
    transform: translate(48px, 0px);
}

.cd-box {
    color: #fff;
    text-align: center;
    line-height: 1.1;
    font-size: 11px;
    text-transform: uppercase;
    align-self: center;
    font-weight: 600;
    position: relative;
}

.cd-num {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.cd-box:after {
    content: '';
    border-bottom: 1px solid #c3001f;
    width: 20px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
}

.cd-box:last-child:after {
    content: none;
} 

/*** Home **/
.mobile-slider {
	display: none;
}
.feature-sec {
    background: #1f1f1f;
}
.feature-sec .container-fluid {
    width: calc(100% - 150px);
}
.tab-bar {
	background: #1f1f1f;
}
.gametab-wrapper {
	background: #1f1f1f;
	overflow: hidden;
	height: 63px;
}
.gametab-wrapper ul.nav { 
    max-width: 1600px;
    margin: auto;
}
.gametab-wrapper ul.nav li.nav-item a {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	transition: 0.2s linear;
	padding: 5px 0px;
}
.gametab-wrapper ul.nav li.nav-item {
    text-align: center;
    margin: auto;
    width: 8.2%;
}
.gametab-wrapper ul.nav li.nav-item a:hover {
	background: #dd0023;
	transform: scale(1.07);
	transition: 0.2s linear;
}
div#myTabContent {
    padding: 15px 0;
}
.gametab-wrapper ul.nav li.nav-item a.active {
	background: #dd0023;
}
a#most-tab::before {
	content: '';
	background: url("../images/home-game/mostplay.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#casino-tab::before {
	content: '';
	background: url("../images/home-game/live-casino.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#table-tab::before {
	content: '';
	background: url("../images/home-game/table-game.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#slot-tab::before {
	content: '';
	background: url("../images/home-game/slots.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#jackpot-tab::before {
	content: '';
	background: url("../images/home-game/jackpot.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#baccarat-tab::before {
	content: '';
	background: url("../images/home-game/baccarat.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#roulette-tab::before {
	content: '';
	background: url("../images/home-game/roulette.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#sic-tab::before {
	content: '';
	background: url("../images/home-game/sic-bo.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#blackjack-tab::before {
	content: '';
	background: url("../images/home-game/blackjack.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#poker-tab::before {
	content: '';
	background: url("../images/home-game/poker.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#dragon-tab::before {
	content: '';
	background: url("../images/home-game/dragon-tiger.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#video-tab::before {
	content: '';
	background: url("../images/home-game/video-poker.png")no-repeat;
	width: 60px;
	height: 38px;
	display: block;
	margin: auto;
}
a#fishing-tab::before {
    content: '';
    background: url("../images/home-game/fish.png")no-repeat;
    width: 60px;
    height: 38px;
    display: block;
    margin: auto;
}

.sign-btn {
    display: inline-block;
    color: #fff;
    background: #dd0023;
    width: 230px;
    margin: auto;
    padding: 5px 10px;
    border-radius: 45px;
    font-size: 17px;
}
.sign-btn:hover {
	filter: brightness(1.1);
	color: #fff;
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.16);
}

.step-sec {
	background:#f8f6f6;
}
.step-wrapper {
	display:grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 0 25px;
}
.step-box {
	position:relative;
	height:167px;
	padding-top: 15px;
	max-width:350px;
}
.step-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}
.step-box::before {
    border-width: 60px;
    border-right-color: #dd0023;
    border-top-color: transparent;
    border-bottom: transparent;
}
.step-img {
	float:left;
	padding: 10px 15px;
}
.step-info {
	text-align:right;
}
.step-info h4 {
	font-size:28px;
	font-weight:900;
	color:#dd0023;
	margin-bottom:0;
}
.step-info span {
	color:#707070;
	font-size:21px;
	line-height:1;
}
.step-num {
	font-size:28px;
	font-weight:900;
	position: absolute;
    right: 8px;
    bottom: 0;
}
.step-num span {
	color:#fff;
	margin-left:25px;
}
.highlight-sec {
	padding:30px 0;
}
.highlight-wrapper {
	display:grid;
	grid-template-columns: repeat(3,1fr);
	max-width:1480px;
	margin:auto;
	color:#535353;
	background:url('../images/line-btm.png')no-repeat;
	background-position: bottom center;
	padding-bottom:30px;
}
.gs-title {
	font-size:18px;
	color:#dab867;
	display:block;
	margin-bottom:5px;
	text-align:left;
}
.sbox {
	color:#535353;
	font-size:18px;
	text-align:center;
	position:relative;
	min-height:250px;
	min-width: 280px;
	padding:0 20px;
}
.sport-caption {
	line-height:1.2;
}
.wel-bonus {
	color:#dd0023;
	font-size:80px;
	font-weight:900;
    line-height: 0.9;
}
.wel-bonus span {
	display:block;
	color:#dd0023;
	font-size:36px;
	font-weight:900;
	line-height:1;
	margin-bottom:8px;
}
.welcome-caption {
	max-width:340px;
	margin:auto;
	line-height:1.2;
}
.servicebox {
	position:relative;
	color:#535353;
	font-size:15px;
	padding:0 20px;
	min-width: 280px;
}
.lvlbar-title {
    max-width: 400px;
}
.dw-title {
	font-size:18px;
	float: left;
}
span.avr {
    display: block;
    font-size: 15px;
    line-height: 0.7;
}
.dw-time {
    font-size: 32px;
	text-align:right;
}
.dw-time span {
	font-size:14px;
}
.deposit-bar {
    background: #707070;
    height: 7px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
	margin-top:5px;
	margin-bottom:10px;
}
.deposit-bar .level {
	background: #dd0023;
    width: 20%;
    height: 7px;
    border-radius: 8px;
}
.withdraw-bar {
    background: #707070;
    height: 7px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
	margin-top:5px;
	margin-bottom:10px;
}
.withdraw-bar .level {
	background: #dd0023;
    width: 50%;
    height: 7px;
    border-radius: 8px;
}
.avr-caption {
	font-size:14px;
	line-height:1.2;
	max-width:450px;
	padding-top:5px;
}

.bdf-1 {
	background:url('../images/line-vertical.png')no-repeat;
	background-position: right center;
	padding-right:10px;
}
.bdfb:after {
	content:url('../images/line-middle.png');
	display: block;
    padding-top: 10px;
	position: absolute;
    bottom: 0;
	right:0;
	left:0;
}
.bdfb-1:after {
	content:url('../images/line-horiz.png');
	display: block;
    padding-top: 10px;
	position: absolute;
    bottom: 0;
	right:0;
}
.bdfb-2:after {
	content:url('../images/line-horiz.png');
	display: block;
    padding-top: 10px;
	position: absolute;
    bottom: 0;
}
.prod-adv {
	position:relative;
	padding:10px 20px;
}
.slidebox h4 {
	font-size:18px;
	text-transform: uppercase;
	margin-bottom:0;
}
.slide_viewer {
  min-height: 180px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slidebox {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  line-height:1;
}

.slidebox:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #c1c1c1 !important;
  font-size: 30px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #dab867 !important;
  cursor: pointer;
}
.info-center {
	padding: 10px 20px;
}
.info-center a {
	color:#535353;
	display:block;
	margin-bottom:18px;
	font-size:18px;
}
.info-center a:hover {
	color:#dab867;
}
.member-service {
	padding: 10px 20px;
	height:250px;
}
.service-wrapper {
	display:grid;
	grid-template-columns:60px 240px;
	grid-gap:15px 0;
	padding: 10px 5px;
}
.cs-icon {
}
.cs-icon i {
	font-size:30px;	
}
.cs-box {
	font-size:18px;
	color:#dd0023;
	line-height:1.1;
	text-transform:uppercase;
}
.cs-box a {
	font-size:15px;
	color:#535353;
	display:block;
	text-transform:none;
}
.cs-box a:hover {
	color:#dab867;
}

/*** Registration **/
.register-sec {
    background: url("../images/register-bg.jpg")no-repeat center;
    background-size: cover;
    padding: 40px 0;
}
.reg-container {
    background: #fff;
    width: 100%;
    padding: 35px 15px;
    box-shadow: 0px 2px 60px -50px rgba(0,0,0,0.60);
    border-radius: 12px;
}
.banner-reg img {
    display: block;
    margin-bottom: 10px;
}
.page-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.page-title span {
    flex: 0 1 auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
}
.page-title:after, .page-title:before {
    flex: 0 1 100%;
    height: 1px;
    background: #cacaca;
    content: "";
    display: block;
}
.form-field {
    display: block;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    height: 53px;
}
.red-mi {
	color: #FF0004;
}
.field {
    float: left;
    padding: 7px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    width: 25%;
    vertical-align: middle;
    color: #838383;
}
.value {
    float: left;
    padding: 3px;
    width: 75%;
}
.form-field .value input {
	border: none;
}
.form-field .value input:focus {
	outline: 0;
}
.value.vercode {
	width: 60%;
}
.vcode img {
	max-width: 110px;
}

.register-wrapper {
    display: grid;
    grid-template-columns: 400px 664px;
    grid-gap: 30px;
}

.reg-content {
    height: 533px;
    position: relative;
}

ul#register-tab {
    border-bottom: none;
}

ul#register-tab li a {
    background: url("../images/orange-arrow.png")no-repeat right;
    height: 44px;
    width: 184px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 9px 34px;
}

ul#register-tab li a.active {
    background: url("../images/red-arrow.png")no-repeat right;
}

ul#register-tab li a:hover {
    background: url("../images/red-arrow.png")no-repeat right;
}

ul#register-tab li.s2, ul#register-tab li.s3, ul#register-tab li.s4 {
    margin-left: -24px;
    z-index: 3;
}

ul#register-tab li:last-child a {
    background: url("../images/orange-last.png")no-repeat right;
    height: 44px;
    width: 184px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    z-index: 1;
    padding: 9px 45px;
}

ul#register-tab li:last-child a.active, ul#register-tab li:last-child a:hover {
    background: url("../images/red-last.png")no-repeat right;
}

ul#register-tab li.s1 {
    position: relative;
    z-index: 4;
}

ul#register-tab li.s2 {
    position: relative;
    z-index: 3;
}

ul#register-tab li.s3 {
    position: relative;
    z-index: 2;
}

ul#register-tab li.s4 {
    position: relative;
    z-index: 1;
}

span.stepnum {
    float: right;
    margin-right: -1px;
}

span.stepnum-done {
    float: right;
    margin-right: -12px;
}

.tab-content.reg {
    padding: 30px 0;
}

.btn_active {
    color: #fff;
    background: #fdbc84;
    border: none;
    padding: 8px 45px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
    margin: 0 3px;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
}

.btn_active:hover {
    background: #212121;
    color: #fff;
}

.btn_submit:focus, .btn_active:focus {
    outline: none;
}

.btn_submit {
    color: #fff;
    background: #dd0023;
    border: none;
    padding: 8px 45px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
    margin: 0 3px;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
}

.btn_submit:hover {
    background: #212121;
    color: #fff;
}

.active-left {
    float: left;
}

.submit-right {
    float: right;
}

.acsub-box {
    display: block;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
}

.tel-field-wrapper {
    display: grid;
    grid-template-columns: 110px auto;
    grid-gap: 5px;
    max-width: 500px;
    margin: auto;
}

.tel-field-wrapper-activate {
    grid-template-columns: 110px auto;
    grid-gap: 5px;
    max-width: 500px;
    margin: auto;
}

.pop-vf {
    height: 40px;
    position: absolute;
    left: 55%;
}

.btn_send-tel {
    color: #fff;
    background: #fdbc84;
    border: none;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 3px;
    transition: all 0.3s;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
}
.verf {
    width: 43px;
    height: 55px;
    border: 1px solid #cacaca;
    border-radius: 7px;
    margin: 0px 1px;
    font-size: 24px;
    text-align: center;
}

.verf input[type="text"] {
    width: 43px;
    height: 55px;
    border: 1px solid #cacaca;
    border-radius: 7px;
    margin: 0px 1px;
    font-size: 24px;
    text-align: center;
}

span.time-ver {
    color: #dd0023;
    vertical-align: super;
    padding: 3px;
}

label.activation {
    color: #838383;
    font-weight: 700;
    font-size: 16px;
}

.fbox {
    text-align: center;
}

.verify-wrapper {
    margin-top: 40px;
}

.resend-box {
    text-align: center;
    color: #838383;
    font-size: 16px;
    margin-top: 20px;
}

.resend-box a {
    color: #dd0023;
    text-decoration: underline;
}

select.country-field {
    border-radius: 5px;
    padding: 14px 16px;
}

input.regput-1 {
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 10px 14px;
}

.congrat {
    text-align: center;
    margin-top: 50px;
}

.congrat h2 {
    color: #dd0023;
    font-weight: 600;
}

.thank-text {
    font-size: 20px;
    color: #7b7b7b;
    font-weight: 600;
}

/*** Info Page **/

.common-page-sec {
    background: url(../images/bg-common.jpg) no-repeat;
    background-color: #000;
}
.page-container {
	background: rgba(255,255,255,0.87);
	width: 100%;
	padding: 35px 15px;
	margin: 45px 0;
	box-shadow: 0px 2px 60px -50px rgba(0,0,0,0.60);
}
.card.tnc {
    overflow: auto;
}
.card-header.tnc {
    border: none;
    padding: 0;
}
.card-header.tnc a {
    color: #fff;
}
.card-body.tnc {
    line-height: 1.4;
}
.tnc-link {
	background: #fdbc84;
    padding: 12px 15px;
    display: block;
}
.tnc-link.collapsed {
    background: #1f1f1f;
}
.contact-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    font-size: 15px;
    text-align: center;
    grid-gap: 10px 0;
	max-width: 650px;
	margin: auto;
	margin-bottom: 30px;
}
.cbox-1 {
    align-self: center;
    grid-column: 1/2;
    padding: 8px 5px;
    height: 38px;
	font-weight: 600;
	background: #fdbc84;
}
.cbox-2 {
    align-self: center;
    grid-column: 2/4;
    padding: 8px 5px;
    height: 38px;
	background: #fff;
	color: #000;
	font-weight: 600;
	transition: all 0.3s;
}
.cbox-2:hover {
	background: #1f1f1f;
	color: #fff;
	transition: all 0.3s;
}

/*** 4D Lottery **/
.lottery-sec {
	background: #f9f9f9;
	padding: 45px 0;
}
.mobile-4d {
	display: none;
}
.mx-4d {
	background: #333333;
    padding: 15px;
    max-width: 1030px;
	margin:auto;
}
.lottery-box {
	position: relative;
}
.lottery-button-wrapper {
    max-width: 270px;
    position: absolute;
    right: 10px;
    bottom: 17px;
}
.lot-btn-1 {
    background: #fdbc84;
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
	width: 250px;
	margin-bottom: 5px;
}
.lot-btn-1:hover {
	filter: brightness(1.1);
	color: #fff; 
}

.lot-btn-2 {
    background: #dd0023;
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
	width: 250px;
	margin-bottom: 5px;
}
.lot-btn-2:hover {
	filter: brightness(1.1);
	color: #fff; 
}

.lottery-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    max-width: 1000px;
    margin: auto;
}
.draw-date {
    background: #1c1c1c;
	text-align: center;
	border-radius: 5px;
    overflow: auto;
	height: 342px;
}
.date-dr {
    background: #ce0701;
    color: #fff;
    text-align: center;
    margin: auto;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    padding: 10px 5px;
}
.date-calendar {
    margin-bottom: 15px;
}
.lott-box {
    background: #fff;
    padding: 8px;
	border-radius: 5px;
	height: 342px;
}
.lott-title-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	background: #fff;
	height: 35px;
	margin-bottom: 5px;
}
.lott-title-box {
    grid-column: 1/3;
    padding: 3px;
}
.lott-type {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Arial';
    display: block;
    line-height: 13px;
}
.cal-date {
    font-size: 12px;
    font-family: 'Arial';
    line-height: 10px;
    display: block;
    margin-top: 7px;
    font-weight: 700;
}
.lott-logo {
	text-align: right;
	padding: 3px;
}
.lott-logo img {
	max-height: 29px;
}
tr.lot-place-title {
    background: #3f3f3f;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
tr.lot-place-num {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
	line-height: 24px;
}
tr.special-title {
    background: #3f3f3f;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}
tr.special-title td {
	padding: 5px 0 3px 0;
}
tr.special-num {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}
tr.special-num td {
    border: 2px solid #7c7a7b;
}
td.empty-num {
	background: #7c7a7b;
}
table.lot-table {
    margin-bottom: 6px;
}
.magnum {
	background: #ffea00;
}
.toto {
	background: #fe0000;
	color: #fff;
}
.damacai {
	background: #000080;
	color: #fff;
}
.sg4d {
    background: #074b8a;
    color: #fff;
}
.sabah {
	background: #03d0c9;
}
.sandakan {
	background: #f7c100;
}
.bigsweep {
	background: #008001;
	color: #fff;
}

/** Mobile **/
h3.suite-title {
    font-size: 18px;
    font-weight: 600;
    color: #dd0023;
	margin-bottom: 0;
}

.bdd {
	border-bottom: 1px solid #a2a2a2;
}
.white-box {
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
.qrbox img {
    max-width: 190px;
    box-shadow: 0 0 1px #dd0023;
    width: 100%;
}
.qrbox a:hover img {
    box-shadow: 0 0 14px -6px rgba(0,0,0,0.30);
}
.text-dl {
    margin: 8px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212121;
}
.suite-type {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1f1f1f;
}
.cta-box {
	margin: auto;
}
.red-btn {
    background: #dd0023;
    padding: 4px 10px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
}
.red-btn:hover {
    filter: brightness(1.2);
	color: #fff;
}
.dark-btn {
    background: #404040;
    padding: 4px 10px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
}
.dark-btn:hover {
    filter: brightness(1.2);
	color: #fff;
}
.dl-m {
	display: none;
}

/*** 918Kiss page***/
.mobile-kiss {
	display: none;
}
.kiss-container {
	background: url("../images/kiss_03.jpg")no-repeat right;
	padding: 10px 15px;
	max-width: 1600px;
	height: 511px;
	position: relative;
}
.mega88-container {
    background: url("../images/mega888.jpg")no-repeat right;
    padding: 10px 15px;
    max-width: 1600px;
    height: 511px;
    position: relative;
}
.live22-container {
    background: url("../images/live22-d.jpg")no-repeat right;
    padding: 10px 15px;
    max-width: 1600px;
    height: 511px;
    position: relative;
}
.pussy88-container {
    background: url("../images/pussy888.jpg")no-repeat right;
    padding: 10px 15px;
    max-width: 1600px;
    height: 511px;
    position: relative;
}
.kaya-container {
    background: url("../images/kaya_03.jpg")no-repeat right;
    padding: 10px 15px;
    max-width: 1600px;
    height: 511px;
    position: relative;
}
.csc-container {
    background: url("../images/csc.jpg")no-repeat right;
    padding: 10px 15px;
    max-width: 1600px;
    height: 511px;
    position: relative;
}
.kiss-dl-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	background: rgba(0,0,0,0.7);
	border-radius: 8px;
	overflow: hidden;
	color: #fff;
	max-width: 679px;
	grid-gap: 10px 0;
	padding: 10px 10px;
	margin: auto;
	position: absolute;
    right: 35px;
    bottom: 15px;
}
.device-title {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px 20px;
}
.device-title img {
	margin-right: 5px;
}
.method-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.method-box {
    text-align: center;
    line-height: 1.2;
    font-size: 13px;
}
.method-box img {
	margin-top: 16px;
}
.line-left {
	border-left: 1px solid #5f524d;
}
.access-box {
    grid-column: 1/3;
	padding: 10px 15px
}
.kiss-dl-btn {
    display: block;
    background: #fdbc84;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    max-width: 118px;
    margin: auto;
    padding: 6px 2px;
    border-radius: 30px;
    margin-top: 35px;
}
.kiss-dl-btn:hover {
	background: #363636;
	color: #fff;
}
.table-access {
    max-width: 490px;
	margin: auto;
    overflow: auto;
}
.info-table-access {
	font-size: 14px;
}
.info-table-access tr th {
    border: 1px solid #3c3025;
	background: #e8e8e8;
	color: #000;
	padding: 7px 2px;
    line-height: 1.2;
}
.info-table-access tr td {
    border: 1px solid #3c3025;
	background: #1e1813;
	padding: 4px;
	line-height: 1.3;
}
.fontuser {
	color: #fdbc84;
}



/*** Login Popup Window***/
body.login-body {
	max-width: 800px;
	margin: auto;
}
.login-body .t-header {
	position: initial;
}
.login-body .t-body {
    padding-top: 0;
}
.userbox-2 {
    color: #fff;
    text-align: right;
    padding: 18px 0px;
}
.account-sec {
    background: #fdbc84;
}
.account-title {
	padding: 10px 0;
	border-bottom: 1px solid #D1D1D1;
	width: 100%;
}
.account-title h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.account-select-menu a {
    background: #dd0023;
    color: #fff;
    padding: 8px 5px;
    font-weight: 600;
    margin-right: -3px;
    width: 25%;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
}
.account-select-menu a:hover, .account-select-menu a.active {
    background: #fdbc84;
    color: #fff;
    transition: all 0.3s;
}
.sub-select-menu {
    background: #fdbc84;
    width: 100%;
}
.sub-select-menu a {
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    margin-right: -3px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    border-right-style: solid;
}
.sub-select-menu a:hover, .sub-select-menu a.active {
    color: #fff;
    transition: all 0.3s;
    background: #dd0023;
}

.account-content {
    margin-top: 17px;
	line-height: 1.2;
}
.acc-sec {
	padding-bottom: 30px;
}
.table-deposit tr th {
    border: 1px solid #dd0023;
    background: #dd0023;
    color: #fff;
	padding: 10px;
    text-align: center;
}
.table-deposit tr td {
    border: 1px solid #dd0023;
	padding: 9px 15px;
}
.table-deposit tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}
.transfer-td {
    vertical-align: middle;
    padding: 6px 0px 6px 6px;
    font-size: 14px;
}
.select-arrow3 {
    margin-right: 10px;
    width: 31%;
}
.select-arrow2 {
    width: 31%;
}
.transfer-table {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.transfer-submit {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 40px;
}
.trans-title {
    color: #5a5a5a;
    font-weight: 600;
    margin: 15px 0;
}
.trans-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px 10px;
}
.trans-prod {
    background: #f9f9f9;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    height: 65px;
    font-size: 15px;
	position: relative;
}
.allin-btn {
    color: #1cc039;
    border: 1px solid #1cc039;
    border-radius: 5px;
    background: #fff;
    text-transform: uppercase;
    padding: 3px 5px;
    display: inline-block;
    width: 70px;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-right: 2px;
}
.allin-btn:hover, .allin-btn:focus {
    background: #1cc039;
    color: #fff;
}
.allout-btn {
    color: #dd0023;
    border: 1px solid #dd0023;
    border-radius: 5px;
    background: transparent;
    text-transform: uppercase;
    padding: 3px 5px;
    display: inline-block;
    width: 70px;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-right: 2px;
}

.allout-btn:hover, .allout-btn:focus {
    background: #dd0023;
    color: #fff;
}
.unit-ts {
    display: block;
    font-size: 13px;
}
.ts-amount {
    font-size: 16px;
}
.prods {
    display: block;
}
.ts1 {
    position: absolute;
    left: 8px;
    top: 5px;
}
.ts2 {
    position: absolute;
    right: 9px;
    top: 18px;
    line-height: 1;
    color: #dd0023;
}
.depo-field {
    float: left;
    width: 170px;
    margin-top: 18px;
}
ul.trans-nav {
    display: inline-block;
}
.trans-nav .nav-link {
    border: 1px solid #bbb;
    border-radius: 6px;
    width: 90px;
    padding: 0px;
	margin-bottom: 2px;
}
.trans-nav li.nav-item {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
	font-size: 13px;
	color: #484848;
}
.trans-nav a.nav-link img {
	filter: opacity(0.3);
	height: 50px;
}
.trans-nav .nav-link.active {
    border: 1px solid #f00;
	background: url(../images/tick-red.png)no-repeat;
    background-position: right bottom;
	transition: none;
}
.trans-nav .nav-link.active .trans-nav li.nav-item {
	color: #dd0023;
}
.trans-nav a.nav-link.active img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(4793%) hue-rotate(344deg) brightness(83%) contrast(112%);
}

.tab-content.transfer-content {
	margin-top: 15px;
}
.bank-input-wrap {
    margin-left: 170px;
}
/* HIDE RADIO */
.bank-input-wrap label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.bank-input-wrap label [type=radio] + img {
	cursor: pointer;
}
/* CHECKED STYLES */

.bank-input-wrap label img {
	border: 1px solid #bbb;
	border-radius: 6px; 
}
.bank-input-wrap label {
	margin-right: 8px;
}
.bank-input-wrap label [type=radio]:checked + img {
	border: 1px solid #dd0023;
	background: url(../images/tick-red.png)no-repeat;
	background-position: right bottom;
	transition: none;
}
.bank-input-wrap2 label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
.bank-input-wrap2 label [type=radio] + img {
	cursor: pointer;
}
/* CHECKED STYLES */
.bank-input-wrap2 label [type=radio]:checked + img {
	border: 1px solid #dd0023;
	background: url(../images/tick-red.png)no-repeat;
	background-position: right bottom;
	transition: none;
}
.bank-input-wrap2 label img {
	border: 1px solid #bbb;
	border-radius: 6px; 
}
.bank-input-wrap2 label {
	margin-right: 8px;
}
.bank-type {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    color: #484848;
}
.dep-amount-field {
    display: inline-block;
    margin-top: 8px;
}
.depo-number-wrapper {
    margin-left: 170px;
    margin-top: 10px;
}
input.depo-amount {
    padding: 7px 10px;
    height: 40px;
    width: 300px;
    border-radius: 6px;
    border: 1px solid #a2a2a2;
    background: #fff;
    color: #000;
}
input.depo-amount:focus {
	outline: none;
}
.depo-number-wrapper label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.depo-num {
	background: #EBEBEB;
	height: 40px;
	width: 70px;
	padding: 10px 5px;
	border-radius: 6px;
	border: 1px solid #a2a2a2;
	text-align: center;
	cursor: pointer;
	margin-right: 8px;
}
.depo-number-wrapper label [type=radio]:checked + .depo-num {
	border: 1px solid #dd0023;
}
.depo-submit {
    margin-left: 170px;
    margin-top: 20px;
}
.bank-account-wrapper {
    margin-top: 14px;
    display: inline-block;
}
.act-name {
    background: #dd0023;
    color: #fff;
    height: 33px;
    padding: 7px 13px;
    text-transform: uppercase;
    border-radius: 4px;
	margin-bottom: 5px;
}
.act-number {
	background: #dd0023;
    color: #fff;
    height: 33px;
    padding: 7px 13px;
    text-transform: uppercase;
    border-radius: 4px;
	display: inline-block;
}
.copys {
    font-size: 17px;
    vertical-align: top;
    margin-left: 15px;
	cursor: pointer;
}
.copys:hover {
	color: #000;
}
.depo-field-1 {
	float: left;
    margin-top: 10px;
    width: 170px;
}
.dep-amount-field-1 {
    display: block;
    margin-top: 8px;
}
.dep-grid {
    margin-top: 10px;
}
select.channel-select {
    padding: 7px 10px;
    height: 40px;
    width: 300px;
    border-radius: 6px;
    border: 1px solid #a2a2a2;
    background: #fff;
    color: #000;
}
.bank-table-box {
    overflow: auto;
    margin-bottom: 25px;
}
.bank-table tr td {
    border: 1px solid #b10000;
    padding: 5px 10px;
}
.tb-red {
    background: #dd0023;
    color: #fff;
}

.contact-field {
    display: inline-block;
}

select.num-code {
    padding: 4px;
    margin-top: -4px;
    /*border: none;*/
}

    select.num-code:focus {
        outline: none;
    }

.form-field .value .contact-field input {
    border: 1px solid #cacaca;
    padding: 4px 5px;
    margin-top: -4px;
}

.btn_submit {
    height: 46px;
}

.btn_submit.proceed {
    max-width: 216px;
    padding: 8px;
    line-height: 1;
    vertical-align: middle;
}

/*** Tournaments ***/
.spin-tournament-sec {
    background: #fff url("../images/tournament/live345_tournament-bg.jpg")no-repeat top center;
    padding: 45px 0;
}

.pt-btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pt-btn {
    background: #dd0023;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 10px;
    width: 230px;
    height: 70px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin: auto 15px;
}

.png-btn {
    background: #fdbc84;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 10px;
    width: 345px;
    height: 70px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin: auto 15px;
}

.png-btn.active {
    background: #dd0023;
}
    .pt-btn:hover, .png-btn:hover {
        color: #fff;
        filter: brightness(1.1);
    }

.playtech-bg {
    text-align: center;
    margin-bottom: 30px;
}

.date-suite {
    position: relative;
}

.date-tour {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    color: #fff;
    max-width: 400px;
    margin: auto;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
}

.spin-week {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 2.2;
}

    .spin-week strong {
        color: #dd0023;
    }

    .spin-week h1 {
        color: #dd0023;
        font-size: 70px;
        text-transform: uppercase;
        font-weight: 800;
    }

.prize-top {
    position: relative;
    max-width: 1100px;
    margin: auto;
    height: 500px;
}

.top1 {
    background: url("../images/tournament/first-crown.png")no-repeat;
    width: 469px;
    height: 374px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.top2 {
    background: url(../images/tournament/second-crown.png)no-repeat;
    width: 417px;
    height: 288px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    top: 92px;
    z-index: 2;
}

.top3 {
    background: url(../images/tournament/third-crown.png)no-repeat;
    width: 316px;
    height: 189px;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 61px;
    top: 187px;
}

.top1 .winner-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 290px;
}

.prize-username {
    font-size: 30px;
    font-weight: 800;
    color: #dd0023;
}

.wnbox {
    font-size: 24px;
    margin-top: 32px;
    font-weight: 800;
    color: #434343;
}

.top1 .prize-winner {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.top2 .winner-name {
    position: absolute;
    left: -18px;
    right: 0;
    top: 209px;
}

.top2 .prize-username {
    font-size: 27px;
    font-weight: 800;
    color: #dd0023;
}

.top2 .prize-winner {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.top3 .winner-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 131px;
}

.top3 .prize-username {
    font-size: 27px;
    font-weight: 800;
    color: #dd0023;
}

.top3 .wnbox {
    font-size: 24px;
    margin-top: 14px;
    font-weight: 800;
    color: #434343;
}

.top3 .prize-winner {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.leaderboard-wrapper {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    background: #4c4c4c;
    color: #fff;
}

.lb-title {
    background: #fdbc84;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
}

.leaderboard-wrapper table tr th {
    background: #4c4c4c;
    border: 4px solid #4c4c4c;
    color: #fdbc84;
    font-size: 22px;
}

.leaderboard-wrapper table tr td {
    background: #252525;
    border: 4px solid #4c4c4c;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
}

#more {
    display: none;
}

.load-btn {
    background: #dd0023;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 12px 10px;
    width: 223px;
    height: 66px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin: 15px auto;
}

    .load-btn:focus {
        outline: none;
    }

.tnc-tour {
    max-width: 1300px;
    margin: 15px auto;
    font-size: 17px;
}

    .tnc-tour ol {
        padding-left: 15px;
    }

        .tnc-tour ol li {
            padding: 3px 0;
        }

/*** END Tournaments ***/

/** Form Favourite Game **/
.form-field-fav {
    display: block;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    height: auto;
}

.field-fav {
    padding: 7px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    width: 29%;
    color: #838383;
    display: inline-block;
}

.favpick {
    margin-right: 8px;
}

.value-fav {
    padding: 3px;
    display: inline-block;
}

.value-fav input[type=checkbox] {
    vertical-align: middle;
}

/** Esports **/
#particles-js {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0;
}

.esports-wrapper {
    position: relative;
    background: url("../images/esports/esports-bg.jpg")no-repeat top center;
    width: auto;
    height: 487px;
    overflow: hidden;
    background-size: cover;
}

.title-corner {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

/** VIP **/
.vip-sec {
    background: url("../images/vip/vip_bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 10px 0 30px;
}

table.vip-table {
    font-size: 13px;
}

table.vip-table tr th {
    background: #fdbc84;
    color: #db0b2b;
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

table.vip-table tr td {
    background: rgba(0,0,0,0.75);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-top: 1px solid #fff;
    text-align: center;
}

table.vip-table tr.vip-badge td {
    text-align: center;
    font-weight: 600;
    border: none;
    background: none;
}

table.vip-table tr td.vptitle {
    background: #dfe0e5;
    color: #777777;
    text-align: left;
    font-weight: 600;
}

table.vip-table tr.membership td {
    background: #db0b2b;
    text-align: center;
    font-weight: 600;
    border-bottom: none;
}

table.vip-table tr.membership td.vptitle {
    color: #fdbc84;
    text-align: left;
}

/** My Account - VIP **/
.vip-stage {
    background: #000;
    color: #fff;
}

.vip-grid {
    display: grid;
    grid-template-columns: 180px auto;
    align-items: center;
}

.vip-status {
    text-align: center
}

.playername {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
}

span.amt-item {
    color: #ffe538;
    font-weight: 700;
    font-size: 17px;
    margin: 0 5px;
}

.refresh_item {
    color: #fff;
}

.refresh_item:hover {
    color: #fdbc84;
}

.account-sub-select-menu a {
    background: #1f1f1f;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 33.33%;
    padding: 9px 3px 4px;
    margin-right: -3px;
    border-left: 3px solid #fff;
}

.account-sub-select-menu a:first-child {
    border-left: none;
}

.account-sub-select-menu a i {
    color: #fcbc83;
    display: block;
    font-size: 24px;
}

/** How deposit page **/
.how-page-sec {
    background: url(../images/bg-common.jpg) no-repeat;
    background-color: #000;
    padding: 45px 0;
}

.container.page-content {
    background: rgba(255,255,255,0.87);
    font-weight: 600;
}

.how-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.info-menu a {
    display: block;
    background: #1f1f1f;
    color: #fff;
    margin-bottom: 2px;
    padding: 11px 10px;
    font-weight: 600;
    border-radius: 3px;
}

.info-menu a:hover, .info-menu a.active {
    background: #eebc89;
    color: #fff;
}

.account-sub-select-menu a.active, .account-sub-select-menu a:hover {
    background: #dd0023;
    color: #fff;
}

.account-sub-select-menu a.active i, .account-sub-select-menu a:hover i {
    color: #fff;
}

.charac-1 {
    position: absolute;
    left: -35px;
    top: -59px;
    z-index: 2;
    max-width: 590px;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

.charac-2 {
    position: absolute;
    right: -77px;
    top: 46px;
    max-width: 619px;
    margin: auto;
    -webkit-animation: float3 6s ease-in-out infinite;
    animation: float3 6s ease-in-out infinite;
}

.charac-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 957px;
    margin: auto;
}

.dust {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 100%;
}

.dust {
    height: 100%;
    object-fit: cover;
}

.esports-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    z-index: 10;
}

button.esport-play {
    background: url(../images/esports/esports-button.png) no-repeat center;
    background-size: contain;
    width: 290px;
    height: 103px;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    padding: 11px 10px;
    position: absolute;
    z-index: 15;
    bottom: 5%;
    left: 0;
    right: 0;
    transition: 0.3s;
}

.esport-play:focus {
    outline: none;
}

.esport-play:hover {
	filter: brightness(1.20);
	transform: scale(0.97);
	transition: 0.3s;
}

.profile-gap {
    background: white;
    margin-top: -10px;
    margin-bottom: -5px;
}

.profile-gap-top {
    background: white !important;
    margin-top: -20px;
}

.profile-gap-bottom {
    background: white;
    margin-bottom: -20px;
}

/** Slots page update **/
.slots-prov {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 5px;
    background: #bdbdbd;
    padding: 6px;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 20px;
}

.slots-prov a {
    display: block;
    text-align: center;
    color: #fcbc88;
    background: #4c4c4c;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    /*padding: 5px 1px;*/
}

.slots-prov a img {
    display: block;
    margin: auto;
    /*max-width: 80%;*/
    width:100%;
}

.slots-prov a:hover, .slots-prov a.active {
    background: #fcbc88;
    color: #fff;
}

.game-wrapper {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 20px 10px;
    max-width: 1300px;
    margin: auto;
}

.gmbox {
    position: relative;
    max-width: 160px;
    margin: auto;
    border: 1px solid #fcbc88;
    padding: 8px;
    text-align: center;
    background: #252525;
    color: #fff;
}

.gmtitle {
    font-size: 13px;
    padding: 1px 0;
    text-align: center;
    margin-top: 3px;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
}

.gmpop {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    transition: 0.3s;
}

.gmpop-inner {
    opacity: 0;
    transform: scale(0.5);
    transition: 0.4s;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcbc88;
    color: #fff;
    width: 100px;
    height: 35px;
    text-transform: uppercase;
}

.demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4c4c4c;
    color: #fff;
    width: 100px;
    height: 35px;
    text-transform: uppercase;
}

.play-btn:hover, .demo-btn:hover {
    color: #fff;
    filter: brightness(1.10);
}

.gmbox:hover .gmpop {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

.gmbox:hover .gmpop .gmpop-inner {
    transition: 0.4s;
    opacity: 1;
    transform: scale(1);
}

.load-more {
    background: #fcbc88;
    color: #fff;
    padding: 8px 10px;
    display: block;
    max-width: 120px;
    margin: 25px auto 10px;
}

.load-more:hover {
    background: #444444;
    color: #fff;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@-webkit-keyframes float2 {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(15px);
        transform: translatey(15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float3 {
    0% {
        transform: translatex(0px) translatey(0);
    }

    50% {
        transform: translatex(20px) translatey(20px);
    }

    100% {
        transform: translatex(0px) translatey(0);
    }
}

@media (max-width:1200px) {
.step-wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
    max-width: 800px;
    margin: auto;
}
.step-img img {
    width: 85%;
}
.lottery-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    max-width: 1210px;
    margin: auto;
}
.gametab-wrapper ul.nav li.nav-item a {
    padding: 6px 7px;
}
}

@media (max-width:1300px) {
.filter-menu {
    grid-column: 1/3;
}
.promo-wrapper {
    grid-column: 3/9;	
}
}

@media (max-width:991px) {
.t-body {
    padding-top: 80px;
}
.feature-sec {
	display: none;
}	
.filter-wrap {
    display: block;
}
.filter-menu {
    text-align: center;
}
.filter-menu a {
    margin-bottom: 9px;
    display: inline-block;
    padding: 7px 8px;
}
.promo-wrapper {
    margin: 0;
}
.mobile-none {
	display: none;
}
.bdf-1 {
	background: none;
	padding-right: 0;
}
.bdfb:after,.bdfb-2:after {
    content: none;
}
.highlight-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.member-service {
    height: auto;
    grid-column: 1/3;
}
.service-wrapper {
	display: grid;
	grid-template-columns: repeat(6,1fr);
}
.cs-icon {
    text-align: center;

}
.field {
	width:30%;
}	
.value {
	width: 65%;
}
.value.vercode {
	width: 50%;
}
.lottery-button-wrapper {
    max-width: initial;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 17px;
}
.lot-btn-1, .lot-btn-2	{
	width: auto;
	margin: 3px;
}
.fishing-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.desktop-fish {
	display: none;
}
.mobile-fish {
	display: initial;
}
.dl-d {
	display: none;
}
.dl-m {
	display: block;
}
}

@media (max-width:767px) {
    .mobile-slider {
        display: initial;
    }

    .desktop-slider {
        display: none;
    }

    .banner-casino, .banner-sports, .banner-slots {
        height: 200px;
    }

    .form-field {
        height: auto;
    }

    .field {
        float: none;
        width: 100%;
        display: block;
        font-size: 16px;
    }

    .value {
        display: block;
        float: none;
        width: 100%;
        padding: 0 7px;
    }

        .value.vercode {
            width: 55%;
            display: inline-block;
        }

    .vcode {
        display: inline-block;
        float: none;
    }

    .lottery-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .game-box img.desktop-918 {
        display: none;
    }

    .game-box img.mobile-918 {
        display: initial;
    }

    .desktop-4d {
        display: none;
    }

    .mobile-4d {
        display: initial;
    }

    .mobile-kiss {
        display: block;
    }

    .kiss-container {
        background: none;
        height: auto;
        max-width: 507px;
        margin: auto;
        padding: 10px 0px;
    }

    .mega88-container {
        background: none;
        height: auto;
        max-width: 507px;
        margin: auto;
        padding: 10px 0px;
    }

    .live22-container {
        background: none;
        height: auto;
        max-width: 507px;
        margin: auto;
        padding: 10px 0px;
    }

    .pussy88-container {
        background: none;
        height: auto;
        max-width: 507px;
        margin: auto;
        padding: 10px 0px;
    }

    .kiss-dl-wrapper {
        display: block;
        position: initial;
    }

    .kiss-box {
        max-width: 320px;
        margin: auto;
        padding: 10px 0;
    }

    .line-left {
        border-left: 0;
    }

    @media (max-width:640px) {
        .trans-wrapper {
            display: grid;
            grid-template-columns: repeat(2,1fr);
        }

    }

    @media (max-width:600px) {
        .step-wrapper {
            display: block;
        }

        .step-box {
            max-width: 280px;
            margin: auto;
            height: 140px;
        }

        .step-img {
            padding: 10px 0px;
        }

        .step-info {
            line-height: 0.9;
        }

            .step-info h4 {
                font-size: 21px;
                margin-bottom: 5px;
            }

            .step-info span {
                font-size: 15px;
            }

        .step-num {
            font-size: 24px;
        }

        .highlight-wrapper {
            display: block;
        }

        .service-wrapper {
            display: grid;
            grid-template-columns: 60px 240px;
        }

        .sbox, .servicebox, .member-service {
            max-width: 400px;
            margin: auto;
            padding: 0;
        }

        .sbox {
            font-size: 16px;
            min-height: auto;
            padding: 20px 0;
        }

        .wel-bonus {
            font-size: 70px;
        }

            .wel-bonus span {
                font-size: 22px;
            }

        .cs-icon {
            text-align: left;
        }

        .member-service {
            padding: 20px 0;
        }

        .lottery-button-wrapper {
            position: initial;
            margin-top: 10px;
        }

        .lot-btn-1, .lot-btn-2 {
            padding: 10px 20px;
            font-size: 16px;
        }

        .fishing-wrapper {
            display: grid;
            grid-template-columns: repeat(1,1fr);
            grid-gap: 15px;
        }
    }

    @media (max-width:480px) {
        .float-menu-btn {
            padding: 25px 0px 10px 10px;
        }

        .join-login-mobile {
            max-width: 140px;
        }

        .reg-btn, .login-btn {
            font-size: 12px;
            width: 74px;
            line-height: 1;
        }

        .login-btn {
            font-size: 12px;
            width: 60px;
            line-height: 1;
        }

        .vcode {
            display: block;
            margin-top: 5px;
        }

        .lottery-grid {
            display: grid;
            grid-template-columns: repeat(1,1fr);
        }

        .page-container {
            padding: 35px 0px;
        }

        .cbox-1 {
            font-size: 13px;
        }

        .sub-select-menu a {
            padding: 8px 11px;
        }

        .trans-wrapper {
            display: grid;
            grid-template-columns: repeat(1,1fr);
        }

        .transfer-table {
            display: grid;
            grid-template-columns: repeat(1,1fr);
        }

        .depo-field {
            float: none;
            margin-bottom: 10px;
        }

        .bank-input-wrap {
            margin-left: auto;
        }

        .dep-amount-field {
            display: block;
            margin-top: 0;
        }

        .depo-number-wrapper {
            margin-left: auto;
        }

        .depo-submit {
            margin-left: auto;
        }

        input.depo-amount, select.channel-select {
            width: 280px;
        }

        .sub-select-menu span {
            display: none;
        }
    }


    @media (max-width: 1600px) and (min-width:1200px) {
        .header-top .container-fluid {
            max-width: 85%;
        }

        .header-bottom .container-fluid {
            max-width: 85%;
        }

        .gametab-wrapper ul.nav {
            max-width: 85%;
        }

        .mx16 {
            max-width: 85%;
        }

        .step-img img {
            max-width: 110px;
        }

        .step-info h4 {
            font-size: 23px !important;
        }
    }
}

/** Slots page update **/
.slots-prov {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 5px;
    background: #bdbdbd;
    padding: 6px;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 20px;
}

    .slots-prov a {
        display: block;
        text-align: center;
        color: #fcbc88;
        background: #4c4c4c;
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        /*padding: 5px 1px;*/
    }

        .slots-prov a img {
            display: block;
            margin: auto;
            /*max-width: 80%;*/
            width:100%;
        }

        .slots-prov a:hover, .slots-prov a.active {
            background: #fcbc88;
            color: #fff;
        }

.game-wrapper {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 20px 10px;
    max-width: 1300px;
    margin: auto;
}

.gmbox {
    position: relative;
    max-width: 160px;
    margin: auto;
    border: 1px solid #fcbc88;
    padding: 8px;
    text-align: center;
    background: #252525;
    color: #fff;
}

.gmtitle {
    font-size: 13px;
    padding: 1px 0;
    text-align: center;
    margin-top: 3px;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
}

.gmpop {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    transition: 0.3s;
}

.gmpop-inner {
    opacity: 0;
    transform: scale(0.5);
    transition: 0.4s;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcbc88;
    color: #fff;
    width: 100px;
    height: 35px;
    text-transform: uppercase;
}

.demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4c4c4c;
    color: #fff;
    width: 100px;
    height: 35px;
    text-transform: uppercase;
}

    .play-btn:hover, .demo-btn:hover {
        color: #fff;
        filter: brightness(1.10);
    }

.gmbox:hover .gmpop {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

    .gmbox:hover .gmpop .gmpop-inner {
        transition: 0.4s;
        opacity: 1;
        transform: scale(1);
    }

.load-more {
    background: #fcbc88;
    color: #fff;
    padding: 8px 10px;
    display: block;
    max-width: 120px;
    margin: 25px auto 10px;
}

    .load-more:hover {
        background: #444444;
        color: #fff;
    }

/** New Esports Page Latest update 14/7/2021 **/
.new-esports-wrapper {
    position: relative;
    background: url("../images/esport-new/esports-bg.jpg")no-repeat top center;
    width: auto;
    height: 550px;
    overflow: hidden;
    background-size: cover;
}

.esp-container-btn {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 35px;
}

button.es-play {
    background: url("../images/esport-new/esports-button.png") no-repeat center;
    background-size: contain;
    width: 290px;
    height: 103px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    padding: 11px 10px;
    transition: 0.3s;
}

    button.es-play.pink {
        background: url("../images/esport-new/esports-pink-button.png") no-repeat center;
        background-size: contain;
    }

    button.es-play:hover {
        transform: scale(1.02);
        filter: brightness(1.1);
        transition: 0.3s;
    }

    button.es-play:focus {
        outline: none;
    }

.eslogo {
    margin-bottom: -20px;
}

.es-char-1 {
    position: absolute;
    left: 20%;
    z-index: 2;
    animation: float 4s ease-in-out infinite;
}

.es-char-2 {
    position: absolute;
    left: -14%;
    top: 42px;
    z-index: 3;
}

.es-char-3 {
    position: absolute;
    right: 15%;
    z-index: 1;
    animation: float3 6s ease-in-out infinite;
}

.es-char-4 {
    position: absolute;
    right: -5%;
    top: 42px;
}

button.es-play.green {
    background: url("../images/esport-new/esports-green-button.png") no-repeat center;
    background-size: contain;
}

.esports-title-1 {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    max-width: 40%;
    z-index: 2;
}

.esports-title-2 {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    max-width: 40%;
    z-index: 2;
}

.esports-title-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    text-align: center;
    z-index: 2;
}

.es-item-1 {
    position: absolute;
    bottom: 0;
    animation: float2 4s ease-in-out infinite;
}

.es-item-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.es-item-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: float3 6s ease-in-out infinite;
}
@media(max-width:1280px) {
    .es-char-1, .es-char-3 {
        display: none;
    }

    .es-char-4 {
        right: 0;
    }
}

/** Slot Category **/
.category-area {
    display: flex;
    align-items: center;
    background: #e8e8e8;
    justify-content: space-between;
    max-width: 1300px;
    margin: -10px auto 20px;
}

.slots-category a {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 120px;
    text-transform: uppercase;
    color: #4b4b4b;
}

    .slots-category a.active, .slots-category a:hover {
        background: #fcbc88;
        color: #fff;
    }

.slots-category {
    display: flex;
    height: 50px;
    align-items: center;
}

.searchbox {
    background: #fff;
    border: 1px solid #e6e6e6;
    height: 50px;
    width: 380px;
    position: relative;
    display: flex;
}

.slots-category {
    display: flex;
    height: 50px;
    align-items: center;
}

button.search-btn {
    font-size: 18px;
    border: none;
    background: none;
    color: #bebebe;
}

input.search-field {
    border: none;
    padding: 5px 15px;
    width: 100%;
}

    input.search-field:focus, button.search-btn:focus {
        outline: none;
    }


/** Update 25/1/2022**/
.srch-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    max-width: 300px;
}

input.search-input {
    display: inline-block;
    padding: 2px 5px;
    height: 30px;
    border: 1px solid #d5d5d5;
    border-radius: 0px;
}

button.search-btn {
    background: #dd0023;
    color: #fff;
    height: 30px;
    width: 40px;
}

input.search-input:focus {
    outline: none;
}






/*05022024*/
.dep-amount-field img {
    box-shadow: 0px 0px 4px 1px #00000052;
    margin-top: 13px;
}


/*29042024*/
.radio-buttons{width:100%;margin:0 auto;text-align:center;}
.custom-radio input{display:none;}
.radio-btn{margin:10px;width:220px;height:240px;border:3px solid transparent;display:inline-block;border-radius:10px;position:relative;text-align:center;box-shadow:0 0 20px #c3c3c367;cursor:pointer;}
.radio-btn > i{color:#ffffff;background-color:#FFDAE9;font-size:20px;position:absolute;top:-15px;left:50%;transform:translateX(-50%) scale(2);border-radius:50px;padding:3px;transition:0.5s;pointer-events:none;opacity:0;}
.radio-btn .hobbies-icon{width:150px;height:150px;position:absolute;top:40%;left:50%;transform:translate(-50%, -50%);}
.radio-btn .hobbies-icon img{display:block;width:100%;margin-bottom:20px;}
.radio-btn .hobbies-icon i{color:#FFDAE9;line-height:80px;font-size:60px;}
.radio-btn .hobbies-icon h3{color:#555;font-size:18px;font-weight:300;text-transform:uppercase;letter-spacing:1px;}
.custom-radio input:checked + .radio-btn{border:2px solid #FFDAE9;}
.custom-radio input:checked + .radio-btn > i{opacity:1;transform:translateX(-50%) scale(1);}

.bank-input-wrap label [type=radio]:checked + span {
	color: #dd0023;
	
}
.announcementpopupimg img {
    /* width: 400px; */
    margin: auto;
    border-radius: 5px;
}

#announcementpopup .carousel-control-prev {
    left: -22px;
}

#announcementpopup .carousel-control-next {
    right: -22px;
}

.announcementmodal.modal {
    z-index: 999999;
}

.announcementmodal .modal-content {
    position: relative;
}

.announcementmodal .close {
    right: 0;
    bottom: -35px;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    font-weight: 100;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;

}

.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
}


.announcementmodal .modal-dialog {
    max-width: 500px;
}

.annou-pop {
    border-radius: 20px;
    background: #1f1f1f;
    padding: 20px;
    color: #fff;
    border: 1px solid #dd0023;
}

.annou-ttle {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #dd0023;
    padding-bottom: 7px;
}

.annou-content {
    padding-top: 25px;
    font-size: 12px;
}

.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}

.annou-content img {
    display: block;
    margin: 0px auto;
}

.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
}
.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.round {
    position: relative;
    margin-right: 10px;
    height: 16px;
}
.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  margin: 0px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #2283f6;
  border-color: #2283f6;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


/**/

.banner-fish{background: url("../images/new-add/fishhunter.jpg");    background-position: top center;
    height: 342px;}
.banner-esport {background: url("../images/new-add/esports-bg.jpg");    background-position: top center;
    height: 342px;}
.transfer-box-2 {
    display: flex;
    align-items: end;
}
.btn-te {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    background: linear-gradient(to bottom, rgba(56, 174, 224, 1) 0%, rgba(45, 156, 212, 1) 100%);
    border: none;
}
.btn-wha {
	font-size: 14px;
	text-align: center;
	color: #000;
	padding: 5px 10px;
	border-radius: 50px;
	background: linear-gradient(to bottom, rgba(95, 250, 123, 1) 0%, rgba(51, 214, 84, 1) 100%);
	border: none;
}

.btn-copy {
    font-size: 16px;
    position: relative;
    top: 1px;
    background: linear-gradient(to bottom, rgba(230, 27, 30, 1) 0%, rgba(142, 7, 27, 1) 100%);
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
}
.re-qr img {
    height: 150px;
}
.referral-wrap {
    display: flex;
    align-items: center;
}

.re-in-wrap {
    font-size: 16px;
}

.btn-cpy {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.af-contact {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.re-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 767px) {
    .banner-casino, .banner-sports, .banner-slots, .banner-fish {
        height: 200px;
    }
}









/*Password*/
.alert-msg-dvdr{width:12%;}
.alert-warning p{color:#003c79;}
.wrong-icon{color:#003c79;}
.reg-in .fa-eye-slash{cursor:pointer;color:#bbb;margin:13px 0px 0px -23px;position:absolute;}
.veri-code{position:relative;}
.veri-code img{position:absolute;top:0;left:75px;}
.veri-code input{position:relative;right:-46px;width:350px;}
.validation-popup{display:none;position:absolute;left: 0px;z-index:10;width:250px;padding:10px;border: none;background: #1f1f1f;box-shadow:0 2px 8px rgba(0, 0, 0, 0.15);border-radius:5px;color:#fff;font-size:14px;text-align:left;top: 40px;}
.pass-level{display:block;position:absolute;right: 0px;z-index:10;padding:8px 20px;background: #dd0023;color:#fff;text-align:center;top:0px;font-size:11px;border-radius: 5px;font-weight: bold;}
.pass-level p{margin-bottom:0px;}
.validation-message.invalid{color:#ff0000;}
.validation-message.valid{color:#72ff41;}
.validation-message i{margin-right:5px;}
.reg-psw{position:relative;}
.reg-psw input{margin:0px auto;border-radius: 0px;}




