﻿@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.3; font-size:15px; max-width:800px; margin:0 auto; 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%;
}

.t-body {
    padding-top: 90px;
}

/** Header **/
.header-top {
    background: url(../images/header_bg.jpg)no-repeat top center;
    text-align: center;
    background-size: 100% 100%;
    padding: 5px 0;
    height: 90px;
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 99;
    max-width: 800px;
    margin: auto;
}
.logo {
    max-width: 90px;
    margin: 10px auto 0;
}
button.menu-hambuger {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    left: 12px;
    top: 18px;
    max-width: 30px;
}
.call-icon {
    position: absolute;
    right: 10px;
    top: 12px;
}
.call-icon img {
    max-width: 35px;
}

/** Home Page**/
.button-top {
    display: flex;
    justify-content: center;
}
a.login-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    background: radial-gradient(ellipse at center, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    height: 47px;
}
a.login-top-btn.reg {
	background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
}
.menu-game-wrapper {
	display: flex;
	width: 100%;
}
.menu-game-wrapper a {
	background: linear-gradient(to bottom, rgba(45,45,45,1) 0%, rgba(56,56,56,1) 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border: 1.5px solid #71797e;
	width: 25%;	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	text-align: center;
}
.menu-game-wrapper a:hover, .menu-game-wrapper a.active {
	background: linear-gradient(to top, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
}
.menu-game-wrapper.afterlogin a {
    font-size: 13px;
}   
.gamebox-area {
	width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.gamebox {
    display: inline-block;
    width: 30%;
    margin: 8px 2px;
	vertical-align: bottom;
}
.game-name {
    background: #1e3d73;
    color: #fff;
    padding: 5px 5px;
    height: 50px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.small-gm {
	font-size: 11px;
	font-weight: 700;
}
.gamebox-area.sports .gamebox {
    margin: 8px 10px;
}


/** Promo Slider / Promo Page **/
.promo-home-sec {
	padding: 0 15px 30px;
	margin-bottom: 30px;
}
.title-home-1 {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    color: #2a5197;
    margin-bottom: 15px;
}
.pm-slide-box {
    max-width: 700px;
    margin: auto;
}
.pm-slide-content {
    background: #1e3d73;
    color: #fff;
    padding: 5px 10px 10px;
}
.pmtitle-area {
    height: 74px;
}
.pmtitle-1 {
    font-size: 18px;
    font-weight: 700;
}
.pmtitle-2 {
    font-size: 12px;
}
.bottom-pm {
	display: flex;
	justify-content: space-between;
}
.moreinfo a {
    background: #383838;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px;
}
.more-wrap {
    display: flex;
}
a.more-btn {
    background: #373737;
    color: #fff;
    line-height: 0;
    height: 25px;
    width: 72px;
    font-size: 11px;
    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;
}
span.hourglass {
    font-size: 18px;
    line-height: 0;
}
.remain {
    font-size: 9px;
    text-align: center;
    margin-left: 5px;
}
span.time-remain {
    display: block;
    color: #ffa5a5;
}
.promoslide .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
ul.carousel-indicators.promo {
    margin: 0;
    bottom: -35px;
}
.carousel-indicators li {
	background-color: #a1a1a1;
}
.carousel-indicators li.active {
	background-color: #1e3d73;
}
.promo-sec .pm-slide-content {
	margin-bottom: 25px;
}


/** Lottery Home **/
.lottery-home-sec {
	padding: 0 15px 30px;
	margin-bottom: 45px;
}
.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;
}

/** Footer **/
.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: 15px;
    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: 12px;
}
ul.footmenu li a:hover {
    color: #d2b479;
}
.bdsolid {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.pagcor-box {
    text-align: center;
    font-size: 11px;
    max-width: 900px;
    margin: 5px auto 0;
	padding: 15px 0;
}
.pagcor-box img {
    max-width: 48px;
}
.pagtext {
    margin-top: 15px;
}
.copyright {
    text-align: center;
    font-size: 10px;
    padding: 15px 0;
}

/** Information Page **/
.info-sec {
    padding: 30px 0 45px;
}
.about-wrapper {
    font-size: 14px;
    line-height: 1.5;
}
.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 {
	font-size: 13px;
	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: 70px;
    margin: auto;
    margin-right: 20px;
}
.ct-info {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #2a5197;
    line-height: 1.3;
}
span.ctnum {
    display: block;
    color: #000;
    font-weight: 400;
}
table.bankoption-table.bank tr td {
	color: #2a5298;
	padding: 5px 3px;
	border: 1px solid #2a5298;
}
table.bankoption-table.bank tr th {
	background: #2a5298;
	color: #fff;
	padding: 5px 3px;
	border: 1px solid #2a5298;
}




/** Deposit & Afterlogin **/
.deposit-sec {
	padding: 20px 0;
}
.menu-afterlogin-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
	text-align: center;
	padding-bottom: 15px;
}
.menu-afterlogin-wrapper a {
    background: linear-gradient(to bottom, rgba(45,45,45,1) 0%, rgba(56,56,56,1) 100%);
    color: #fff;
    border: 2px solid #7f888e;
    height: 30px;
	line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.menu-afterlogin-wrapper a.active {
	background: linear-gradient(to top, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
}
.banking-option {
    text-align: center;
    margin: 15px 0 0;
}
.banking-option a {
    color: #1e3d73;
    font-size: 20px;
    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: 20px auto 10px;
}
.bank-info-area {
    padding: 10px 0 0;
    font-size: 13px;
}
.infobank-table tr td {
	padding: 2px 0;
}
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.dfgroup::placeholder {
	font-size: 11px;
}
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: 140px;
    text-transform: uppercase;
    font-size: 16px;
    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: 60%;
    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: 40%;
}
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: 49%;
}
.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: 3px 2px;
}
input.dfgroup.birth {
    width: auto;
    height: auto;
    padding: 2px 6px;
}
.inbox-wrapper {
    max-width: 750px;
    margin: 30px auto 15px;
	font-size: 13px;
}
.inbox-content {
    overflow: auto;
}
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;
}
table.inbox-table tr td.date-mail {
	font-size: 12px;
}
.mail-title {
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    line-height: 1.2;
}
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;
}

/** Login / Register Page **/
.login-sec {
	padding: 30px 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 {
	background: none;
    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: 400;
    max-width: 80%;
    margin: auto;
}
.forgot-area a {
	color: #ff0000;
	text-decoration: underline;
}
.forgot-area :hover {
	color: #2B2B2B;
}
.note-text {
    font-size: 12px;
    margin: 5px 0;
	line-height: 1.1;
}
.smform-title {
	color: #939393;
	font-size: 12px;
}
.fmwrap.phone {
    display: flex;
}
select.reginput.codephone {
	width: 35%;
	padding-left: 10px;
}
span.dash-phone {
    margin: 0px 17px;
    font-size: 20px;
    font-weight: 500;
}
.gametitle {
    color: #2a5197;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

/** VIP Page **/
.vip-sec {
	padding: 30px 0 45px;
}
.page-title {
    text-align: center;
    margin: 0 auto 15px;
}
.title-caption {
	color: #2a5197;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}
.page-title img {
	max-height: 35px;
}
.viplvl {
    font-weight: 700;
    font-size: 11px;
	margin-top: 5px;
}
.nav-tabs.vip-tabs {
	display: flex;
    flex-direction: row;
    justify-content: center;
	border-bottom: none;
}  
.nav-tabs.vip-tabs .nav-item {
    margin-bottom: 0;
    width: 25%;
    text-align: center;
}
.nav-tabs.vip-tabs .nav-item:nth-child(-n+3) {
	width: 26%;
}
.nav-tabs.vip-tabs .nav-link {
	color: #2a5298;
    border: 1px solid #2a5298;
    border-radius: 0;
    padding: 5px 0;
}
.nav-tabs.vip-tabs .nav-item.show .nav-link, .nav-tabs.vip-tabs .nav-link.active {
	background: #2a5298;
	color: #fff;
}
.nav-tabs.vip-tabs .nav-link img {
    max-width: 57px;
}

.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;
}
.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;
}

/** Download **/
.mix {
    display: none;
	width: 100%;
}
.filter-menu {
    text-align: center;
    overflow: auto;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 20px;
}
.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;
}
.donwload-content-area {
    text-align: center;
}
.dlbox {
    position: relative;
    max-width: 333px;
    margin: 20px auto 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 **/
.tournament-sec .pm-slide-box {
	margin: 10px auto 30px;
}
.tournament-sec .pm-slide-img {
    margin-left: -2.5%;
    margin-right: -2.5%;
}

/** 24/6/2021 Updated - Transfer Page**/
.balance-card {
    border-bottom: 1px solid #d4d4d4;
}

button.balance-btn {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 5px 5px;
    background: none;
    border: none;
    color: #666666;
    font-weight: 700;
    font-size: 16px;
}

.balance-btn.collapsed .htext {
    display: none;
}

.balance-btn .htext {
    display: inline-block;
}

.balance-btn .stext {
    display: none;
}

.balance-btn.collapsed .stext {
    display: inline-block;
}

button.balance-btn::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    transform: rotate(180deg);
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 18px;
}

button.balance-btn.collapsed::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    transform: rotate(0);
}

table.balance-table tr td {
    padding: 4px 5px;
    font-weight: 500;
}

    table.balance-table tr td:last-child {
        text-align: right;
        font-size: 17px;
    }

    table.balance-table tr td sup {
        font-size: 65%;
        margin-right: 2px;
    }

/** 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;
}

/** Lottery Payout - updated 20/9/2021 **/
button.payout-btn {
    background: linear-gradient(to top, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    border: none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 11px;
}

button.close-btn {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    z-index: 2;
}

.modal-content.payout {
    background: linear-gradient(45deg, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    border: none;
    padding: 15px;
}

.payout-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.table-payout-wrap {
    overflow: auto;
    font-size: 12px;
    text-align: center;
}

    .table-payout-wrap.threed {
        max-width: 80%;
        margin: 20px auto 0;
    }

table.table-payout tr td, table.table-payout tr th {
    border: 1.5px solid #002157;
    background: #fff;
    color: #000;
    padding: 4px 2px;
    line-height: 1.1;
}

