@import url("./font/font.css");
@viewport {
    width: device-width;
    zoom: 1;
}
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
}
.clearboth {clear:both;}
html {
    display: table;
    width: 100%;
}

body {display:table-row;}
html,body{
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  font-size:12px;
  font-family: Lato-regular;
  overflow-x:hidden;
}
.img100 {
    max-width: 100%;
}
div#mainslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#theme {
    display: table-cell;
    background: url(/data/2183/uploads/webbg.jpg) top center no-repeat fixed;
    background-size: 100%;
}
.themetbl {
    display: table;
}
.themetblrow {
    display: block;
}
.themetblcell {
    display: block;
}
.theme-container-box {
    width: 100%;
    height: 500px;
}
#theme-frame {
    margin: auto;
    width: 100%;
}

#theme-header {
    display: block;
    height: auto;
    /*background: linear-gradient(90deg, #ebc6ca, #ebb3b7);*/
    z-index: 9999;
    width: 100%;
}
#theme-menu {
    height: auto;
    width: 100%;
    position: relative;
    border-top: 4px solid #ffffff3b;
    background: linear-gradient(90deg, #88625c, #301c26);
}
#theme-menu #cmsmenu {
    z-index: 999;
}
#theme-container {
    clear: both;
    clear: both;
}
#cssmenu > ul > li > a {
    color: #f5f5f5;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #fbc6b4;
}
.logo-head .container {
    padding: 14px 0;
}
#theme-title {
    padding-left: 10px;
    display: none;
}
#theme-header-logo {
    float: left;
    width: 240px;
    margin: 15px 0;
}
#theme-header-logo img {
    width: 100%;
}
#theme-header-link {
    float: right;
    margin: 15px 0;
}
#theme-header-link ul {
    padding: 0;
}
#scroll_msg {
    display: block;
    width: 100%;
}
/* login horizontal */
#customform {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#customform input[type="button"] {
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    height: 30px;
    width: 59px;
}

#customform form {
    width: 100%;
}

#customform dl {
    display: inline-block;
    margin: 0;
}

#customform dt {
    display: inline-block;
}

#customform dd {
    display: inline-block;
}

#customform img {
    margin-right: 2px;
}

/*********************************/
input#customform_UserName,
input#customform_Password,
input#customform_submit {
    margin: 5px 2px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    max-width: 118px;
    text-transform: uppercase;
}
input#customform_UserName,
input#customform_Password {
    border: none;
    background: #fff;
}
input#customform_submit {
    background: linear-gradient(180deg, #fcad90 0%, #cd8b70, #814a3b 61%, #a55b54);
    border: 2px solid #dd9a8a;
    border-radius: 30px;
    color: white;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0 2px 2px rgb(253 211 197), inset 0 -2px 0px rgba(0, 0, 0, 0.2), 0 2px 5px rgb(131 68 58);
    cursor: pointer;
    transition: transform 0.2s ease;
}
input#customform_submit:hover {
    background: linear-gradient(360deg, #fcad90 0%, #cd8b70, #814a3b 61%, #a55b54);
}

.flexslider {
    border: none;
    margin: 0;
}
img {
    max-width: 100%;
}
.text-left {
    color: #4b1424;
}
.modal-dialog {
    width: 65%;
    top: 50%;
    transform: translateY(-50%) !important;
    height: fit-content;
}

#register-body {
    width: 100%;
    display: flex;
}

#register-body li:first-child {
    width: 30%;
    vertical-align: middle;
    display: flex;
}
#register-body li:first-child img {
    width: 100%;
    max-width: unset;
    object-fit: contain;
}
#register-body li:last-child {
    width: 69%;
    vertical-align: middle;
    padding: 20px;
}
form#registerform dl {
    margin: 0 5px 10px 5px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
input#registerform_UserName {
    width: 58% !important;
}
input.btnCheckUser {
    width: 36% !important;
    margin-left: 10px !important;
    font-size: 12px !important;
}
dl#groupSubmit {
    width: 50% !important;
    margin: auto !important;
    display: block !important;
}
dl#groupVerifyCode dd:nth-child(2) {
    width: 58% !important;
    display: inline-block;
}
dl#groupVerifyCode dd:nth-child(3) {
    width: 35% !important;
    display: inline-block;
    margin-left: 15px;
}
form#registerform input,
form#registerform select {
    padding: 10px 10px;
    font-size: 15px;
}
form#registerform input:first-child,
form#registerform select {
    background: none;
    border: none;
    border-top: 1px solid #fff;
}
form#registerform select option {
    color: #000;
}
input#registerform_btnSubmit {
    border: 1px solid #e789e7 !important;
}
.modal-content {
    border-radius: 40px;
    padding: 0;
    overflow: hidden;
    background: #000000b8;
    padding: 30px 30px;
    border: 1px solid #b98174;
    margin: 20px 0;
}
.modal-body {
    padding: 0;
    padding-right: 20px;
}
.modal-title {
    color: #e789e7;
    font-size: 30px;
}
button.close {
    position: absolute;
    right: 3%;
    top: 4%;
    color: #fff;
    border-radius: 100px;
    background: #e7a389;
    padding: 15px 25px;
    opacity: 1;
    font-size: 40px;
}
.close:focus,
.close:hover {
    color: #fff;
    opacity: 1;
}
/* responsive */
@media all and (max-width: 1200px) {
    #register-body li:last-child {
        width: 68%;
    }
    form#registerform dl {
        width: 47%;
    }
}
@media all and (max-width: 1024px) {
    form#registerform input,
    form#registerform select {
        padding: 12px 10px;
        font-size: 12px;
    }
    input.btnCheckUser {
        width: 35% !important;
    }
    dl#groupVerifyCode dd:nth-child(3) {
        width: 34% !important;
    }
}

@media all and (max-width: 768px) {
    #register-body li:first-child {
        display: none;
    }
    #register-body li:last-child {
        width: 100%;
    }
    form#registerform {
        width: 100%;
        margin: auto;
    }
    form#registerform dl {
        width: 100%;
    }
.modal-body {
    padding: 0;
}

    .modal-title {
        text-align: center;
        display: block;
    }
.modal-content {
    padding: 10px;
}

}

@media all and (max-width: 425px) {
    .modal-dialog {
        width: 95%;
    }
    button.close {
        right: 46%;
        top: 1%;
        font-size: 18px;
        padding: 15px 19px;
    }
    .modal-content {
        border-radius: 25px;
        text-align: left;
    }
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #e0bfb8;
}
::-webkit-scrollbar-thumb {
    background: #86605b;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: #ecd1cd;
}



/* header */
.loginTop {
    color: #fff;
    margin: 0 0 10px;
}
.date {
    float: left;
    margin: 6px 0;
    color: #9f675a;
}
.dropdown {
    float: right;
}
.dropdown ul li {
    padding: 5px 10px;
}
.dropdown-menu {
    min-width: 0;
    right: 0;
    left: unset;
}
#dropdownMenu1 {
    background: none;
    border: none;
}
.dropdown-menu > li > a {
    padding: 0;
}
button#dropdownMenu1 img {
    width: 30px;
}
.registerBtn:hover {
    text-decoration: none;
    color: #fff;
}
.registerBtn {
    color: #fff;
    border-radius: 5px;
}

.v2 {
    display: flex;
    align-items: center;
}
.v2 ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.v2 ul li {
    display: inline-block;
    margin: 0 2px;
    box-shadow: inset 0 2px 2px rgb(253 211 197), inset 0 -2px 0px rgba(0, 0, 0, 0.2), 0 2px 5px rgb(131 68 58);
    border-radius: 40px;
    border: 2px solid #dd9a8a;
}
.v2 ul li:hover {
    filter: brightness(0.8);
}
.regBtn a {
    background: linear-gradient(180deg, #fcad90 0%, #cd8b70, #5b2f1b 61%, #a55b54);
    border: 2px solid #dd9a8a;
    border-radius: 30px;
    color: white;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0 2px 2px rgb(253 211 197), inset 0 -2px 0px rgba(0, 0, 0, 0.2), 0 2px 5px rgb(131 68 58);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    margin-left: 12px;
    text-decoration:unset;
}
.regBtn a:hover {
    background: linear-gradient(360deg, #fcad90 0%, #cd8b70, #5b2f1b 61%, #a55b54);
}
.regBtn > button {
    background: none;
    border: 0;
    padding: 0;
    color: #ffffff;
    width: 100%;
}

.modal-title {
    color: #fff;
    display: inline-block;
}
.modal-header .close {
    color: #fff;
    opacity: 1;
}
/*home*/
.proJackpot {
    padding: 20px 5px;
    border: 2px solid #efdfd1;
    border-left: none;
    border-right: none;
    color: #cd6f65;
    font-family: Montserrat;
    background: #f2f2f2;
}
.purpleLineTitle {
    width: max-content;
    margin: auto;
    margin-bottom: 15px;
    border-bottom: 3px solid #cd6472;
}
.proJackpot ul li {
    display: inline-block;
    margin: 0 20px;
    padding: 20px 0;
}
.proJackpot ul li:nth-child(2) {
    background: url(/data/2183/uploads/icon_jackpot1.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.proJackpot ul li:nth-child(2) .prize {
    font-size: 37px;
}
.proJackpot ul li .prize {
    font-size: 20px;
    font-weight: bold;
}
.major,
.grand,
.minor {
    color: #ff778c;
}
.contentHome {
    background: linear-gradient(180deg, #ffcbc5, transparent), url(./imgs/homeBg.jpg) no-repeat;
    background-size: 100%;
    background-position: top;
    color: #fff;
}
.threeSteps {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat;
    color: #c26c47;
}
.threeSteps h3 {
    margin-bottom: 10px;
}
.threeSteps h3:before,
.threeSteps h3:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 8px 20px;
    width: 30%;
    transition: 0.2s;
}
.threeSteps ul {
    list-style: none;
}
.threeSteps ul li {
    display: inline-block;
    margin: 0 10px;
    transition: 0.2s;
}
.threeSteps ul li .number {
    font-size: 50px;
    background: linear-gradient(90deg, #f2ba7a 30%, #ae492b 60%, #f2ba7a 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.threeSteps ul li .step {
    font-size: 16px;
    color: #d17269;
    font-weight: bold;
}
.threeSteps <li.arrow {
    background: linear-gradient(234deg, #f2ba7a 30%, #ae492b 60%, #f2ba7a 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.threeSteps ul li .smallText {
    font-size: 14px;
    color: #6b6b6b;
}
.arrow {
    font-size: 70px;
    vertical-align: 16;
    transition: 0.2s;
    color: #c26c47;
}
.hotGames {
    padding-top: 30px;
    padding-bottom: 30px;
}
.hotGames ul {
    list-style: none;
    width: 30%;
    display: inline-block;
    margin: 0 10px;
}
.hotGames ul li {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.hotGames ul:first-child li:nth-child(1):before {
    display: none;
}
.hotGames ul li:before,
.popularGames ul li:before {
    content: "";
    position: absolute;
    left: -150%;
    width: 40px;
    height: 100%;
    filter: blur(50px);
    transition: 0.5s;
    background: #fff;
}
.hotGames ul li:hover:before {
    left: 150%;
}
.popularGames ul {
    list-style: none;
}
.popularGames ul li {
    display: inline-block;
    width: 30%;
    margin: 5px 3px;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff61;
    border-radius: 20px;
}
.popularGames ul li:hover:before {
    left: 150%;
}
.ytb {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ytb ul {
    list-style: none;
}
.ytb ul li {
    display: inline-block;
    width: 46%;
    margin: 5px 3px;
}
.product, .services, .bank {
    display: inline-block;
    list-style: none;
    width: 30%;
    background: linear-gradient(45deg, #af6b62, #b3837d);
    padding: 10px 20px;
    border-radius: 20px;
    min-height: 450px;
    text-align: left;
    margin: 0 10px;
    vertical-align: top;
}

.home-tbl-header {
    font-size: 25px;
    height: 60px;
    color: #fff;
    padding-bottom: 25px;
}

.home-tbl-title {
    height: 22px;
    font-size: 22px;
    color: #00105D;
    padding-top: 10px;
    padding-bottom: 3px;
}

.home-tbl-contact-insert {
    height: 18px;
    font-size: 18px;
    padding-bottom: 15px;
    color: #000000;
}
.info > ul > li > ul > li {
    list-style: none;
    margin: 10px 0;
}

.info .carousel {
    height: 430px;
}
.info .item > ul > li {
    margin: 10px 0;
}
.info .carousel-indicators .active {
    background-color: #b4043b;
    border: none;
}

.info .carousel-indicators li {
    background-color: #fff;
    margin-right: 8px;
}

.top {
    font-size: 40px;
    border-bottom: 1px dotted #ffc0d0;
    color: #ffffff;
}
.product .bigText,
.services .bigText,
.bank .bigText {
    font-size: 25px;
    color: #ffc0d0;
    font-weight: bold;
}
.product .smallText,
.services .smallText,
.bank .smallText {
    font-size: 12px;
    color: #d1c0d2;
}
.mins {
    float: right;
}
.services ul li:nth-child(3) div {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}
.services ul li:nth-child(3) > div:nth-child(3) {
    float: right;
    vertical-align: middle;
}
.services ul li:nth-child(3) > div:nth-child(3) .bigText {
    font-size: 40px;
}
.services .progress {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
}
.services .progress-bar {
    background: #b4043b;
    border-radius: 50px;
}
.services .dpBar {
    width: 10%;
}
.services .wdBar {
    width: 30%;
}

.bank ul > li {
    list-style: none;
}
.bank .listStyle li {
    list-style: url({imgs/bullet.png);
    margin: 20px 25px !important;
}
.bank ul > li > ul > li {
    list-style-image: url("./imgs/bullet.png");
    margin: 20px 25px;
}

.gameLogo ul {
    list-style: none;
}
.gameLogo ul li {
    display: inline-block;
    width: 13%;
}
.gameLogo img,
.bankLogo img {
    transition: 0.4s;
}
.gameLogo img.front {
    filter: hue-rotate(73deg) drop-shadow(0px 0px 3px maroon);
}
.gameLogo li,
.bankLogo li {
    position: relative;
}
.gameLogo li .back,
.bankLogo li .back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.gameLogo li:hover .front,
.bankLogo li:hover .front {
    opacity: 0;
}
.gameLogo li:hover .back,
.bankLogo li:hover .back {
    opacity: 1;
}

.contactBg {
    background: #b3837d;
    color: #ffffff;
}
.contact ul {
    list-style: none;
}
.contact ul li {
    display: inline-block;
    width: 30%;
    margin: 20px 0px;
    font-size: 16px;
}
.contact ul li i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid;
    padding: 13px 0;
    margin-bottom: 10px;
}
#theme-footer {
    background: linear-gradient(360deg, #e0bfb8, #ffeded);
}
.Fter {
    padding: 20px 0;
    color: #313131;
}
.Fter ul {
    list-style: none;
}
.Fter ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #cc8f82;
    color: #7d2c92;
    border-radius: 50px;
    font-size: 25px;
    margin: 0 2px 10px 2px;
    padding: 2px 0;
}
.contactBg a,
.Fter a {
    text-decoration: none;
    color: #f2f2f2;
}
.Fter p {
    color: #b3837d;
    font-weight: bold;
}

/*sport*/
.sportBg {
    width: 100%;
    background: url(./imgs/bg_sports.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0;
    color: #fff;
}
.ssport h3,
.msport h3,
.esport h3 {
    margin: 10px 0;
    color: #fff;
}
.ssport iframe,
.msport iframe,
.esport iframe {
    margin: 10px 0;
}
/*casino*/
.casinoBg {
    width: 100%;
    background: url(./imgs/bg_live.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0;
    color: #fff;
}
/*lottery*/
.lottoBg {
    width: 100%;
    background: url(./imgs/bg_lottery.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0;
    color: #fff;
}
.lottoBg table.table {
    text-align: center;
    color: #fff;
}
.lottoBg table.table tr:nth-child(1) {
    background: #493637;
    font-weight: bold;
    color: #fff;
}
.lottoBg table.table tr:nth-child(2) {
    background: #b3837d;
    font-weight: bold;
    color: #fff;
}
.lottoBg table.table {
    background: #343434;
    color: #a5a5a5;
}
.lottoBg table.table tr td {
    padding: 10px 0;
    white-space: normal;
}
#drawresult ul > li {
    background: #362122 !important;
    border: none !important;
    min-height: 200px;
}
#drawresult ul > li table caption {
    background: none !important;
    color: #c9b9b7 !important;
    padding: 0 !important;
    text-align: center !important;
}
#drawresult ul > li ol {
    color: #d3c5d6;
}

/*slot*/
.slotBg {
    width: 100%;
    background: url(./imgs/bg_lottery.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0;
    color: #fff;
}

/*promotion*/
.promoBg {
    width: 100%;
    background: url(./imgs/bg_promotion.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0;
    color: #fff;
}
ol#faq_modal {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
ol#faq_modal li {
    background: #310c38;
    margin-bottom: 10px;
    box-shadow: 0 0 20px -8px #fff;
    flex-basis: 47%;
}
li.question a {
    display: flex;
}
.promoLeft {
    padding: 0 25px;
    color: #fff;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.promoLeft h2 {
    margin-bottom: 15px;
}
.promoImg {
    width: 60%;
    display: inline-block;
}
.learn {
    background: #a42c73;
    margin-top: 30px;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 50px;
}
div#faq_fbwrap {
    position: fixed !important;
    width: 60% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
div#faq_fbouter {
    background: #c59c9c;
    color: #fff;
    box-shadow: 0 0 20px -8px #e4b3aa;
    padding: 10px 15px;
}
div#faq_fbinner {
    border: 1px solid;
    padding: 10px;
    width: 100% !important;
    text-align:center;
}
.promoAns {
    margin: 10px;
    padding: 10px;
    border: 1px solid #fff;
}
.promoAns p {
    font-size: 14px;
    margin-bottom: 5px;
}
.pop-header {
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    color: red;
}
.smallpop-header {
    text-align: center;
    font-family: "roboto-b", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #636362;
    text-shadow: #595652 1px 1px 0;
    font-style: italic;
}
.popfont-medium {
    font-weight: bold !important;
    color: #ff3f00;
    font-size: 20px;
}
.popmessage {
    color: black;
    font-style: italic;
    font-size: 22px;
    text-align: center;
}
.popfont-color {
    padding-left: 35px;
    line-padding: 32px;
    text-align: center;
    color: black;
    font-size: 15px;
}

.promo-popup-content {
  padding: 15px 0 0;
}

.pmtitle-wrap {
  padding: 0 20px;
}

.pmtitle {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: var(--secondary-text-color);
}

.pmcaption {
  text-align: center;
  color: var(--tertiary-text-color);
}

.pmtnc-wrap {
    padding: 30px;
    background: radial-gradient(#6d1e1e, transparent);
    border: 2px #da202069;
    border-style: solid dashed;
}
ul.terms {
  padding: 20px;
  margin: 0;
}

ul.terms li {
    margin: 5px 0px;
    color: #ffffff;
}

#faq_fbinner.rules {
  border-radius: 15px;
  border: 1px solid #ad0000;
}

.pm-content {
  padding: 15px 15px;
}


.table-responsive.promo-table {
  text-align: center;
  font-size: 14px;
  border: 0;
}

table.table-promo tr th {
  font-weight: 400;
  background: #161010;
  padding: 6px 2px;
  border: 1px solid #5e0000;
}

table.table-promo tr td {
  font-weight: 400;
  background: #331b1b;
  padding: 6px 2px;
  border: 1px solid #5e0000;
}





/*affiliate*/
.affiliateBg {
    width: 100%;
    background: url(./imgs/bg_affilate.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0 0 0;
    color: #fff;
}
.affiliateBg h3 {
    color: #b3837d;
    margin-bottom: 25px;
}
.affiliateBg h3:before,
.affiliateBg h3:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 8px 20px;
    width: 25%;
    transition: 0.2s;
}
.affiliateContent {
    background: #6b423d;
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
}
.affiliateContent > ol {
    margin: 0;
    padding: 0 50px;
}
.affiliateContent > ol > li {
    margin-bottom: 10px;
}
.affiliateContent > ol > li:last-child {
    margin-bottom: 0;
}
.affiliateContent > ol > li > ol > li {
    list-style: lower-roman;
}
.affiliateContact {
    background: #dfaaa4;
    padding: 20px 0;
    font-size: 20px;
}
.affiliateContact a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    display: block;
    width: fit-content;
    margin: 5px auto;
}

/*product & mini slider*/
.flexslider {
    background: transparent;
}
.col-md-6,
.col-md-12,
.col-xs-6,
.col-md-3 {
    padding: 0;
}
.slider,
.prod {
    padding: 10px !important;
    transition: 0.2s;
}
.prod:hover {
    transform: scale(1.1);
    z-index: 9;
}
.prod img {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid mistyrose;
}
/*registration*/
.regBg {
    width: 100%;
    background: url(./imgs/bg_reg.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0 0 0;
}
.reg {
    width: fit-content;
    margin: 0 auto;
}
.reg h3 {
    color: #fff;
}
form#registerform input, form#registerform select {
    width: 100%;
    padding: 5px 10px;
    margin: 2px 0;
    background: #7e6861;
    color: #fff;
    border: 1px solid #6b524e;
}
form#registerform input::placeholder {
    color: #969696;
}
form#registerform dl {
    margin-bottom: 10px;
}
form#registerform dl dt {
    color: #fff;
}
.btnCheckUser, #registerform_btnSubmit {
    background: #3a0c0c !important;
    text-transform: uppercase;
}
.small {
    color: red;
}

/*VIP*/
.vipBg {
    width: 100%;
    background: url(./imgs/bg_vip.jpg) no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0 30px 0;
    color: #fff;
}
.tableResponsive {
    overflow-x: auto;
}
.vipTable {
    color: #fff;
    background: #1a1a1a;
    border-radius: 20px;
    width: 100%;
}
.vipTable tr th,
.vipTable tr td {
    text-align: center;
    padding: 15px;
    min-width: 100px;
}
.vipTable tr:first-child {
    font-size: 20px;
}
.vipTable tr {
    font-size: 12px;
}
.vipTable tr td:first-child {
    color: #ebbcb7;
}
.tableTitle th {
    background: #b3837d;
    border-radius: 20px 20px 0 0;
}
.tableTiers {
    background: #815b57 !important;
}
.tableTiers th:first-child {
    color: #f5e95f;
}
.tableTiers td {
    vertical-align: bottom;
}
.tableTiers td img {
    width: 50px;
}
.tableTiers td:nth-child(2) img,
.tableTiers td:nth-child(3) img,
.tableTiers td:nth-child(4) img {
    margin: 15px 0;
}
.vipTable tr:nth-child(even) {
    background: #333;
}
.vipTable tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}
.vipTable tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}



/*ADMINLOGINX PAGE*/
#theme-contain-adminloginx {
    min-height: 40dvh;
    padding: 90px;
    background: #ffffff69;
}
#theme-contain-adminloginx input[type="text"],#theme-contain-adminloginx input[type="password"] {
    padding: 10px;
    border-radius: 10px;
}

#theme-contain-adminloginx table {margin: auto;}
#theme-contain-adminloginx img {width: 60%;padding: 10px 0;}
#theme-contain-adminloginx table td {
    padding: 5px;
    color: #7e5a56;
}
#theme-contain-adminloginx textarea, #theme-contain-adminloginx  input[type=text], #theme-contain-adminloginx  input[type=password] {border: none;}
#theme-contain-adminloginx input[type="submit"] {
    background: linear-gradient(180deg, #fcad90 0%, #cd8b70, #814a3b 61%, #a55b54);
    border: 2px solid #dd9a8a;
    border-radius: 30px;
    color: white;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0 2px 2px rgb(253 211 197), inset 0 -2px 0px rgba(0, 0, 0, 0.2), 0 2px 5px rgb(131 68 58);
    margin-bottom: 30px;
}


/*****************************************responsive****************************************************************/
@media all and (max-width: 768px) {
#theme {
    background-size: cover;
}
#theme-header-logo {
    margin: auto;
    float: unset;
}
.v2 {
    flex-direction: column;
}
#theme-header-link {
    float: unset;
    margin: 15px 0;
    padding: 15px 0 0;
}
.regBtn a {
    width: fit-content;
    margin: auto;
}
    .gameLogo ul li {
        width: 27%;
    }

.threeSteps h3:before, .threeSteps h3:after {
 display:none;
}
.threeSteps ul {
    list-style: none;
    display: flex;
    align-items: flex-start;
}
li.arrow {
    transform: rotate(0deg);
    font-size: 30px;
    padding: 20px;
}


.hotGames ul {
        width: calc(100% / 4);
    }
    .threeSteps ul li {
        width: 100%;
        margin: 0;
    }
    .arrow {
        transform: rotate(90deg);
    }
    .promoLeft p {
        font-size: 10px;
    }
    .promoLeft h2 {
        margin-bottom: 5px !important;
        font-size: 20px;
    }
    .learn {
        margin-top: 10px;
    }
    .affiliateBg h3:before,
    .affiliateBg h3:after {
        width: 12%;
    }
    .product,
    .services,
    .bank {
        width: 100%;
        margin: 5px 0;
    }
}
@media all and (max-width: 425px) {
    #theme-header-logo {
        float: none;
        margin: auto;
    }
    #theme-header-link {
        float: none;
        margin: auto;
        margin-top: 10px;
        text-align: center;
    }
    .v2 {
        flex-direction: column;
    }
    .download {
        order: 3;
    }
    .regBtn {
        width: 72%;
        margin: 0px auto 6px;
    }
    .threeSteps h3:before,
    .threeSteps h3:after {
        width: 7%;
    }
    .hotGames ul li {
        margin: 4px 0;
    }
    .popularGames ul li {
        width: 46%;
    }
    .product,
    .services,
    .bank {
        width: 100%;
        margin: 5px 0;
    }
    .gameLogo ul li {
        width: 20%;
    }
    .contact ul li {
        width: 100%;
        margin: 5px 0;
    }
    .lottoBg table.table {
        font-size: 10px;
    }
    #drawresult ul > li {
        width: 43% !important;
        margin: 5px !important;
    }
    .promoLeft {
        padding: 0px 10px;
    }
    .promoLeft p {
        display: none;
    }
    .promoLeft h2 {
        font-size: 13px;
    }
    .learn {
        margin-top: 5px;
        padding: 2px 5px;
    }
    .affiliateBg h3:before,
    .affiliateBg h3:after {
        display: none;
    }
    .affiliateContent {
        padding: 10px;
    }
    .affiliateContent > ol {
        padding: 0 30px;
    }
    .tableResponsive {
        max-width: 92vw;
    }
}
@media all and (max-width: 375px) {
    .regBtn {
        width: 81%;
    }

}
@media all and (max-width: 320px) {
    #drawresult ul > li {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .regBtn {
        width: 95%;
    }
}
