﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.4; font-size:15px; color:#191919; }

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; }
button:focus,a:focus, input:focus, select:focus, textarea:focus { outline: none;}

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}

/** Header **/
.t-header {
	background: #1e3d73;
}
.header-top {
    background: url(../images/header-curve-bg.png)no-repeat bottom center;
    text-align: center;
    background-size: cover;
    padding: 20px 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    max-width: 120px;
    margin: 0 auto;
}
button.menu-hambuger {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 20px;
    max-width: 38px;
}
.login-icon {
    position: absolute;
    right: 30px;
    top: 10px;
}
.login-icon a {
    color: #393939;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
span.login-text {
    display: block;
}
.login-icon img {
    max-width: 34px;
}

ul.nav.topmenu {
    justify-content: space-around;
    align-items: center;
    max-width: 900px;
    margin: auto;
}
ul.nav.topmenu li.nav-item {
    position: relative;
    padding: 10px 0;
}
ul.nav.topmenu li.nav-item a.menu-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
ul.nav.topmenu li.nav-item:hover a.menu-link {
    color: #d2b479;
}
ul.nav.topmenu li.nav-item:hover .dropdown-wrapper {
	visibility: visible;
	opacity: 1;
}
.dropdown-wrapper {
    position: absolute;
    z-index: 99;
    background: #1e3d73;
    padding: 7px 10px;
    text-align: center;
    left: -26px;
    top: 35px;
    min-width: 123px;
	visibility: hidden;
	opacity: 0;
}
.dropdown-wrapper ul {
	padding: 0;
	list-style-type: none;
}
ul.droplist {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.droplist li {
    padding: 3px 0;
}
ul.droplist li a  {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
ul.droplist li a:hover  {
	color: #d2b479;
}


/** HOME **/
.gameselect-sec {
	padding: 15px 0 30px;;
}
.game-area {
    position: relative;
    max-width: 350px;
    margin: auto;
    text-align: center;
}
.game-area img {
	transition: ease 0.3s;
}
.title-area {
	cursor: default;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
	z-index: 2;
}
a.play-btn {
    position: absolute;
    z-index: 2;
    background: linear-gradient(to right, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    max-width: 140px;
    margin: auto;
    padding: 5px;
    border-radius: 4px;
    left: 0;
    right: 0;
    bottom: -17px;
	transition: ease 0.3s;
}
a.play-btn:hover {
	background: linear-gradient(to left, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
	transition: ease 0.3s;
	transform: scale(1.03);
}
.game-area:hover img {
	transition: ease 0.3s;
}
.game-option {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 45px 0 15px;
}
.game-option a {
	color: #295196;
	font-weight: 700;
	font-size: 18px;
}
.nav-tabs.game-option {
    border-bottom: 0;
}
.nav-tabs.game-option .nav-link {
    border: none;
	position: relative;
	color: #474747;
	text-align: center;
}
.nav-tabs.game-option .nav-link img {
    filter: grayscale(1) contrast(1.3);
    max-width: 76px;
}
.nav-tabs.game-option .nav-item.show .nav-link, .nav-tabs.game-option .nav-link.active {
    color: #315eaf;
    background-color: transparent;
    border: none;
}
.nav-tabs.game-option .nav-link.active img {
	filter: none;
}
span.tab-title {
    text-align: center;
    display: block;
    margin-top: 8px;
}
.game-content {
    text-align: center;
}
.gamebox {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 3px solid #959595;
    display: inline-block;
    max-width: 350px;
    margin: 15px 6px;
}
.gamebox img {
	transition: ease 0.3s;
}
.gamebox:hover img {
	transform: scale(1.08);
	transition: ease 0.3s;
}
.game-content.sports .gamebox {
    margin: 15px 30px;
}

.premium-sec {
    padding: 0px 0 30px;
}
.title-1 { 
	text-align: center;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #2a5197;
}
.small-caption {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: -5px;
}
.card-chips {
    max-width: 460px;
    margin: auto;
}
.featured-wrapper {
    max-width: 450px;
    margin: 0 auto 0 0;
}
.featbox {
    margin-bottom: 20px;
}
.ftpoint {
    color: #2a5298;
    font-size: 20px;
    font-weight: 500;
}
.whyplay-sec {
	background: url("../images/bg_02.jpg")no-repeat bottom left;
	background-size: 90%;
	padding-bottom: 45px;
}
.play-now-big {
	background: linear-gradient(to right, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    font-size: 20px;
	font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.featured-wrapper.why {
    max-width: 450px;
    margin: 0 0 0 auto;
}
.play-now-big {
    background: linear-gradient(to right, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    max-width: 175px;
    padding: 7px;
    border-radius: 5px;
    margin: 10px auto;
	transition: ease 0.3s;
}
.play-now-big:hover {
	color: #fff;
	transform: scale(1.04);
	filter:brightness(1.1);
	transition: ease 0.3s;
}
.footer-sec {
    background: linear-gradient(to right, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
	padding: 30px 0 0;
	color: #fff;
}
.ft-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 7px;
}
ul.footmenu {
    color: #fff;
    list-style-type: none;
    padding: 0;
}
ul.footmenu li {
	margin-bottom: 2px;
}
ul.footmenu li a {
    color: #fff;
    font-size: 13px;
}
ul.footmenu li a:hover {
    color: #d2b479;
}
.bdsolid {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.pagcor-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    max-width: 900px;
    margin: 15px auto;
}
.pagcor-box img {
    max-width: 54px;
}
.pagtext {
    margin-left: 15px;
}
.copyright {
    text-align: center;
    font-size: 10px;
    padding: 15px 0;
}

/** Games Page **/
.gamebanner img {
	width: 100%
}
.gamepage-sec {
	padding-bottom: 45px;
}
.gametitle {
    color: #2a5197;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.gmtitle {
    position: absolute;
    top: 32%;
    right: 34px;
}
.gametitle.white {
	color: #fff;
}
.gmarea {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2.5px solid #798288;
	max-width: 350px;
    margin: 15px auto 20px;
	z-index: 2;
}
.prov-title {
    color: #1e3d73;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
    min-height: 40px;
}
a.play-now {
    background: linear-gradient(to right, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 9px;
    display: inline-block;
    margin-top: 10px;
	transition: ease 0.3s;
}
a.play-now:hover {
	background: linear-gradient(to left, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
	color: #fff;
	box-shadow: 0 0 5px rgb(0,0,0,0.5);
	transition: ease 0.3s;
}
.fishing-sec {
    background: url(../images/fishing/bg_02.jpg)no-repeat bottom center;
    background-size: cover;
    min-height: 880px;
    padding: 45px 0 0;
    position: relative;
    overflow: hidden;
}
.fish-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
	position: relative;
	z-index: 3;
}
.fishnone {
	pointer-events: none;
}
.fish-1 {
	position: absolute;
    top: 5%;
	max-width: 100px;
	animation: right-left 16s;
	-webkit-animation: right-left 16s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear; 
}
.fish-2 {
    position: absolute;
    max-width: 90px;
    top: 15%;
    animation: swim 1.5s, left-right 14s;
    -webkit-animation: swim 1.5s, left-right 14s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.fish-3 {
    position: absolute;
    max-width: 60px;
    top: 60%;
    animation: float-swim 2s, right-left 20s;
    -webkit-animation: float-swim 2s, right-left 20s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.fish-4 {
    position: absolute;
    max-width: 100px;
    top: 60%;
    animation: swim 2s, left-right 25s;
    -webkit-animation: swim 2s, left-right 25s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.fish-5 {
    position: absolute;
    max-width: 100px;
    top: 80%;
    animation: swim 2s, right-left 13s;
    -webkit-animation: swim 2s, right-left 13s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.float-fish-1 {
    position: absolute;
    max-width: 120px;
    top: 30%;
    right: 10%;
    animation: float 1.5s ease-in-out infinite, right-left 30s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.float-fish-2 {
    position: absolute;
    max-width: 120px;
    top: 70%;
    left: 10%;
    animation: float 1s ease-in-out, left-right 28s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-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 float-swim
{
  0% {
    transform: none;
  }
  50% {
    transform: translateY(15px) rotate(-8deg);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes swim
{
  0% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
  50% {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg); 
    transform: rotate(12deg);
  }
  100% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
}

@keyframes swim
{
  0% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
  50% {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg); 
    transform: rotate(12deg);
  }
  100% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
}

@-webkit-keyframes left-right
{
  0% {margin-left: -134px}
	90% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

@keyframes left-right
{
  0% {margin-left: -134px}
	70% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

@-webkit-keyframes right-left
{
  0% {right: 0}
	90% {right: 100%;}
	100% {right: 100%;}
}

@keyframes right-left
{
  0% {right: 0}
	70% {right: 100%;}
	100% {right: 100%;}
}


/** Bubbles **/
.bubbles {
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
}
.bubble{
  position: absolute;
  bottom: -100px;
  background-color: #f1f1f1;
  border-radius:50%;
  opacity:0.5;
  animation:fly 15s ease-in-out infinite;
}
.bubble:nth-child(1){
  left: 1%;
  height: 40px;
  width: 40px;
  animation-duration:8s;
  
}
.bubble:nth-child(2){
  left: 10%;
  height: 20px;
  width: 20px;
  animation-duration:10s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  left: 15%;
  height: 30px;
  width: 30px;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  left: 30%;
  height: 60px;
  width: 60px;
  animation-duration:12s;
  animation-delay:5s;
}
.bubble:nth-child(5){
  left: 40%;
  height: 30px;
  width: 30px;
  animation-duration:9s;
  animation-delay:0;
}
.bubble:nth-child(6){
  left: 50%;
  height: 15px;
  width: 15px;
  animation-duration:13s;
  animation-delay:8s;
}
.bubble:nth-child(7){
  left: 55%;
  height: 60px;
  width: 60px;
  animation-duration:10s;
  animation-delay:0;
}
.bubble:nth-child(8){
  left: 60%;
  height: 10px;
  width: 10px;
  animation-duration:14s;
  animation-delay:5s;
}
.bubble:nth-child(9){
  left: 65%;
  height: 20px;
  width: 20px;
  animation-duration:10s;
  animation-delay:3s;
}
.bubble:nth-child(10){
  left: 70%;
  height: 55px;
  width: 55px;
  animation-duration:7s;
  animation-delay:11s;
}
.bubble:nth-child(11){
  left: 80%;
  height: 33px;
  width: 33px;
  animation-duration:4s;
  animation-delay:15s;
}
.bubble:nth-child(12){
  left: 90%;
  height: 24px;
  width: 24px;
  animation-duration:8s;
  animation-delay:5s;
}
.bubble:nth-child(13){
  left: 95%;
  height: 20px;
  width: 20px;
  animation-duration:9s;
  animation-delay:4s;
}
.bubble:nth-child(14){
  left: 25%;
  height: 28px;
  width: 28px;
  animation-duration:17s;
  animation-delay:0s;
}
.bubble:nth-child(15){
  left: 20%;
  height: 20px;
  width: 20px;
  animation-duration:14s;
  animation-delay:1s;
}

@keyframes fly{
  0%{
    bottom: -200px;
    transform:translateX(0);
  }
  50%{
    transform:translateX(100px);
  }
  
  100%{
    bottom: 1080px;
    transform:translateX(-200px);
  }
  
  
}
/** Bubbles END **/

.lottery-sec {
	padding: 15px 0 45px;
}
.psbet-box {
    text-align: center;
    max-width: 380px;
    margin: 0 0 0 auto;
}
.betbn {
    text-align: center;
    margin-top: -20px;
}
.luckybox {
    text-align: center;
    max-width: 390px;
}
.lucky-title {
    color: #1e396b;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.num-board {
    background: url(../images/lottery/number-board.png)no-repeat center;
    background-size: 100%;
    width: 338px;
    height: 168px;
    margin: 0 auto;
    position: relative;
}
.number-draw {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
    padding: 42px 48px;
    font-size: 60px;
    color: #fff;
}
.getbn {
    margin-top: 17px;
}
.paytitle {
    font-size: 20px;
    color: #2a5197;
    font-weight: 500;
	margin-bottom: 10px;
}
.table-payout {
	text-align: center;
}
table.table-payout tr th {
	border: 2px solid #002157;
	background: #2a5298;
	color: #fff;
	padding: 7px;
	font-weight: 500;
	font-size: 16px;
}
table.table-payout tr td {
	border: 2px solid #002157;
	color: #2a5298;
	padding: 8px;
	font-size: 13px;
	font-weight: 500;
}
.result-wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}
.resultbox {
    text-align: center;
    max-width: 265px;
	margin: 0 auto;
	width: 100%;
}
table.result-table tr td  {
	color: #2a5298;
	border: 2.5px solid #2a5298;
	padding: 2px 2px;
	font-weight: 500;
}
.toto-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.toto-name {
    text-align: left;
    font-size: 14px;
}
.toto-title img {
    max-height: 44px;
}
.smblack {
    color: #000;
    font-size: 16px;
}
span.topnum {
    font-weight: 700;
    font-size: 29px;
    line-height: 0.8;
}
table.special-table {
    margin-bottom: 8px;
}
table.special-table tr td {
	border: none;
}

/** Login / Register Page **/
.login-sec {
	padding: 45px 0 60px;
}
a.regbtn {
    background: radial-gradient(ellipse at center, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 5px;
    display: inline-block;
    margin: 0 10px;
    width: 130px;
    text-align: center;
    border-radius: 5px;
}
a.regbtn.active, a.regbtn:hover {
    background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
}
.reg-chose {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.fmwrap {
	position: relative;
	margin-bottom: 20px;
}
form.regform {
    max-width: 450px;
    margin: auto;
}
input.reginput, select.reginput {
    padding: 3px 0;
    border: none;
    border-bottom: 1px solid #1f3e76;
    font-size: 17px;
	color: #111111;
}
.toggle-password {
    color: #939393;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 17px;
}
button.submit-btn {
    background: radial-gradient(ellipse at center, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px;
    width: 100%;
    margin-top: 12px;
    box-shadow: 0 0 20px -2px rgb(0,0,0,0.5);
	transition: ease 0.3s;
}
button.submit-btn:hover {
	box-shadow: 0 0 15px -2px rgb(0,0,0,0.3);
	transform: scale(0.97);
	transition: ease 0.3s;
}
	
.form-rmbme {
    position: relative;
    display: block;
    text-align: center;
}	
.form-rmbme input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-rmbme label {
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
}
.form-rmbme label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #2a5298;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    cursor: pointer;
    margin-right: 8px;
}
.form-rmbme input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.forgot-area {
    text-align: center;
    font-size: 12px;
	color: #000;
	font-weight: 500;
}
.forgot-area a {
	color: #ff0000;
	text-decoration: underline;
}
.forgot-area :hover {
	color: #2B2B2B;
}
.note-text {
    font-size: 13px;
    margin: 5px 0;
	line-height: 1.1;
}
.smform-title {
	color: #939393;
	font-size: 12px;
}
.fmwrap.phone {
    display: flex;
}
select.reginput.codephone {
	width: 25%;
	padding-left: 10px;
}
span.dash-phone {
    margin: 0px 17px;
    font-size: 20px;
    font-weight: 500;
}

/** VIP Page **/
.vip-sec {
	padding: 30px 0 45px;
}
.page-title {
    text-align: center;
    margin: 0 auto 15px;
}
.page-title img {
	max-height: 76px;
}
.vip-wrapper {
	overflow: auto;
	margin-bottom: 15px;
}
table.vip-table tr th {
	background: #2a5298;
	color: #fff;
	text-align: center;
	padding: 6px 5px;
	border: 2px solid #2a5298;
}
table.vip-table tr td {
	text-align: center;
	padding: 7px 5px;
	font-size: 13px;
	color: #2a5298;
	border: 2px solid #2a5298;
}
table.vip-table tr td .viplvl {
	font-weight: 700;
	font-size: 17px;
}
table.vip-table tr td:first-child {
	text-align: left;
	padding: 5px 10px;
}
table.vip-table tr td.emptybd {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}
.terms-vip-sec {
    max-width: 1000px;
    margin: 30px auto 0;
    color: #2a5298;
	font-size: 13px;
	letter-spacing: 1px;
}
ol.terms-vip {
	padding: 0;
	margin: 0;
	padding-left: 18px;
}
ol.terms-vip li {
	margin-bottom: 4px;
}

/** Promotion **/
.maxcon {
	max-width: 1170px;
}
.mix {
    display: none;
}
.filter-menu {
    text-align: center;
    overflow: auto;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 45px;
}
.pmbox {
    display: inline-block;
    background: radial-gradient(ellipse at center, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    cursor: pointer;
}
.pmbox:hover, .pmbox.active {
	background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
	color: #fff;
}
.promo-bx {
    width: 100%;
}
.promobox {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
    background: #1e3d73;
    color: #fff;
	margin-bottom: 30px;
}
.promo-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pm-area {
    padding: 20px 20px;
}
.protop {
    height: 110px;
    margin-bottom: 10px;
}
.pmtitle {
    font-size: 24px;
    font-weight: 700;
}
.promo-desc {
    font-size: 13px;
}
.probtm {
    display: flex;
    align-items: center;
}
.more-wrap {
    display: flex;
}
a.more-btn {
    background: #373737;
    color: #fff;
    height: 35px;
    width: 95px;
	font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.more-btn.apply {
    color: #000;
    background: #62d1ff;
}
a.more-btn:hover {
	filter: brightness(1.1);
}
.time-cd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}	
span.hourglass {
    font-size: 25px;
}
.remain {
    font-size: 9px;
    text-align: center;
    margin-left: 5px;
}
span.time-remain {
    display: block;
    color: #ffa5a5;
}

.filter-menu.download-filter {
	max-width: 450px;
}
.donwload-content-area {
	text-align: center;
}
.dlbox {
    position: relative;
    max-width: 333px;
    margin: 15px 20px;
    filter: drop-shadow(1px 5px 6px rgb(0,0,0,0.7));
}
a.download-btn {
    background: #2a5298;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    position: absolute;
    right: 28px;
    bottom: 17%;
	transition: ease 0.3s;
}
a.download-btn:hover {
	transition: ease 0.3s;
	transform: scale(1.03);
	box-shadow: 0 0 6px rgb(0,0,0,0.5);
}

/** Tournament **/
.filter-menu.tournament {
	max-width: 500px;
}
.tourbox {
    position: relative;
    margin-bottom: 30px;
}
.tour-area {
    display: grid;
    grid-template-columns: 48% 50%;
    grid-gap: 15px;
    position: absolute;
    left: 28%;
    top: 25%;
    color: #fff;
    width: 100%;
    max-width: 800px;
}
.tourtitle {
    font-size: 22px;
    font-weight: 700;
}
.end-text {
    font-size: 13px;
    margin-top: -5px;
}
span.cd-tour {
    color: #72ff00;
}
.caption-tour {
    margin-top: 10px;
    font-size: 13px;
    max-width: 330px;
    height: 70px;
}
a.term-tour {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}
a.term-tour:hover {
	color: #72ff00;
}
.winerlist {
    margin-top: 5px;
}
table.winner-table-sm {
	text-align: center;
	font-size: 14px;
}
table.winner-table-sm tr th {
	padding: 2px;
	text-transform: uppercase;
}
table.winner-table-sm tr td {
	padding: 2px;
}
td.tpimg img {
    max-height: 20px;
}
.playtb {
    text-align: right;
    margin-top: 15px;
}
a.tourplay {
    display: inline-block;
    background: #2a5298;
    color: #fff;
    padding: 7px 16px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
	transition: ease 0.3s;
}
a.tourplay:hover {
	transition: ease 0.3s;
    transform: scale(1.03);
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
}
a.tourplay.hvnone:hover {
	transform: none;
    box-shadow: none;
}

@media(max-width:1200px) {
.tour-area {
    max-width: 650px;
}
.tourbox {
    max-width: 990px;
    margin: 0 auto 30px;
}
.tourbox img {
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}	
}

/** Information Page **/
.info-sec {
    padding: 30px 0 45px;
}
.title-2 {
    font-weight: 700;
    text-decoration: underline;
    margin-block: 5px;
}
.about-wrapper p {
	margin-bottom: 20px;
}
.about-wrapper ol, .about-wrapper ul {
	padding: 0;
	padding-left: 18px;
}
.about-wrapper ol li, .about-wrapper ul li {
	margin-bottom: 5px;
}
.bank-option-content {
	overflow: auto;
	margin-top: 10px;
	color: #000;
	font-weight: 500;
}
table.bankoption-table tr td {
	background: #fff;
	border: 3px solid #1e3d73;
	padding: 8px 4px;
	text-align: center;
}
table.bankoption-table tr th {
	background: #1e3d73;
	color: #fff;
	border: 3px solid #1e3d73;
	padding: 8px 4px;
	text-align: center;
}
.contact-box {
    display: grid;
    grid-template-columns: 40% 60%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ebebeb;
    border-radius: 10px;
    max-width: 350px;
    margin: 0 auto 15px;
}
.contact-box:hover {
	box-shadow: 0 0 15px -3px rgb(0,0,0,0.4);
	transform: scale(1.02);
}
.ctimg {
    max-width: 80px;
    margin: auto;
    margin-right: 20px;
}
.ct-info {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #2a5197;
}
span.ctnum {
    display: block;
    color: #000;
    font-weight: 400;
}

/** Deposit & others Page **/
.filter-menu.afterlogin {
    max-width: 740px;
    margin: auto;
}
.banking-option {
    text-align: center;
    margin: 30px 0 15px;
}
.banking-option a {
    color: #1e3d73;
    font-size: 22px;
    font-weight: 700;
    margin: 0 25px;
	border-bottom: 2px solid transparent;
}
.banking-option a.active, .banking-option a:hover {
	border-bottom: 2px solid #1e3d73;
}

.dep-form {
    max-width: 500px;
    margin: 25px auto 10px;
}
.bank-info-area {
    padding: 10px 10px 0;
    font-size: 13px;
}
.infobank-table tr td {
	padding: 2px;
}
label.depo {
    margin: 12px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 5px;
}
input.dfgroup, select.dfgroup  {
    background: #bcbcbc;
    border: none;
    height: 33px;
    padding: 5px 12px;
	width: 100%;
	color: #111111;
}
select.dfgroup option {
	background: #fff;
	color: #000;
}
input.upload-dep {
    width: 100%;
    padding: 5px 0;
}
button.submit-form {
    background: radial-gradient(ellipse at center, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    border: none;
    padding: 4px 10px 3px;
    width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
button.submit-form:hover {
	background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
    color: #fff;
	box-shadow: 0 0 5px rgb(0,0,0,0.5);
}
.stepbox {
	font-size: 14px;
}
.steptext {
	font-weight: 500;
	font-size: 16px;
}
input.dfgroup.balance {
    background: none;
    font-weight: 500;
    color: #000;
    padding: 0 5px;
}
.trans-field {
	display: flex;
}
.trans-field input.dfgroup {
    width: 75%;
    margin-right: 7px;
}
button.trans-btn {
    background: radial-gradient(ellipse at center, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    border: none;
    padding: 4px 10px 3px;
    width: 35%;
}
button.trans-btn:hover {
	background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
    color: #fff;
}
.history-field {
    display: flex;
    align-items: baseline;
}
.hfbox {
    margin-right: 7px;
}
.history-field .hfbox:last-child  {
	margin-right: 0;
}
.hfbox {
	width: 33.3%;
}
.history-field button.submit-form {
	width: 100%;
}
.history-table {
	max-width: 900px;
	margin: 45px auto 15px;
	overflow: auto;
	font-size: 13px;
}
table.profile-table {
	font-weight: 500;
}
table.profile-table tr td {
	padding: 2px;
}
input.dfgroup.birth {
    width: auto;
    height: auto;
    padding: 2px 6px;
}
.inbox-wrapper {
    max-width: 750px;
    margin: 30px auto 15px;
	font-size: 14px;
}
table.inbox-table tr th {
	padding: 10px 5px;
	text-align: center;
}
table.inbox-table tr td {
	padding: 8px 5px;
	text-align: center;
}
table.inbox-table tr {
	cursor: pointer;
}
table.inbox-table tr th:first-child, table.inbox-table tr td:first-child {
	text-align: left;
}
.mail-title {
    font-weight: 500;
    white-space: nowrap;
	max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.inbox-table tr:hover td {
	background: #1e3d73;
	color: #fff;
}
table.inbox-table tr td.remark-box a {
    color: #b3b3b3;
}
.refresh {
    text-align: right;
    margin: 30px 0 0;
}
a.refresh-btn {
    display: inline-block;
    background: #d7d7d7;
    color: #232323;
    padding: 6px 20px;
    font-size: 16px;
}
a.refresh-btn:hover {
	background: #787878;
	color: #fff;
}

/** 24/6 2021 Update - Transfer Page**/
.provider-balance {
    max-width: 800px;
    width: 100%;
    margin: auto;
    overflow: auto;
    margin-top: 30px;
}
table.balance-table tr td {
    border: 4px solid #1e3c72;
    text-align: center;
    padding: 3px 1px;
}
.amt-bl {
	margin-top: 3px;
	font-size: 15px;
	font-weight: 600;
}

/** Annoucement bar - update 23/8/2021 **/
.annouce-sec {
    padding: 4px 0;
}

.announce-bar {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.speaker-box {
    margin-right: 10px;
}

.modal-dialog.annouce {
    max-width: 700px;
}

.modal-content.annouce {
    background: linear-gradient(to right, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    color: #000;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 65%);
    padding: 5px;
}

.annonce-content {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

.announce-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e3c72;
    padding-bottom: 10px;
    text-align: center;
}

.title-ann {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}














