/* @font-face {
    font-family: Roboto;
    src: url("../fonts/Thin/Roboto-Thin.woff2") format("woff2"), url("../fonts/Thin/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/ThinItalic/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/ThinItalic/Roboto-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Light/Roboto-Light.woff2") format("woff2"), url("../fonts/Light/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/LightItalic/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/LightItalic/Roboto-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
} */

/* @font-face {
    font-family: Roboto;
    src: url("../fonts/Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: Roboto;
    src: url("../fonts/Italic/Roboto-Italic.woff2") format("woff2"), url("../fonts/Italic/Roboto-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Italic/Roboto-Italic.woff2") format("woff2"), url("../fonts/Italic/Roboto-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
} */

/* @font-face {
    font-family: Roboto;
    src: url("../fonts/Medium/Roboto-Medium.woff2") format("woff2"), url("../fonts/Medium/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
} */

/* @font-face {
    font-family: Roboto;
    src: url("../fonts/MediumItalic/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/MediumItalic/Roboto-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/BoldItalic/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/BoldItalic/Roboto-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/BoldItalic/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/BoldItalic/Roboto-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Black/Roboto-Black.woff2") format("woff2"), url("../fonts/Black/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/BlackItalic/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/BlackItalic/Roboto-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
} */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font: 13px;
    background-color: var(--bg-body);
    /* color: #fff !important; */
    /* min-width: 1200px; */
    overflow-x: hidden;
}

img {
    max-width: 100% !important;
    vertical-align: middle;
    margin: 0;
}

video {
    max-width: 100% !important;
    vertical-align: middle;
    margin: 0;
    background: none;
}

p {
    padding: 0;
    margin: 0;
}

.grap-30 {
    min-height: 1px;
    padding: 0;
    margin: 15px;
}

.wrapper {
    width: 1200px;
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}

@media (min-width: 1281px) {
    .wrapper {
        width: 1300px;
    }
}

h1,
.h1 {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}

h2,
.h2 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 0;
    margin-bottom: 30px;
}

h3,
.h3 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

h4,
.h4 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

p,
.lead {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.promomodal .modal-body p {
    margin-bottom: 1.5rem;
}

strong,
b {
    font-weight: 700;
}

.font-weight-200 {
    font-weight: 200;
}

.wrap-line {
    margin: 20px 0 50px 0;
    position: relative;
}

.wrap-line:before {
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
    content: "";
    border-bottom: 1px solid;
}

a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

.btn1231 {
    width: 250px;
    padding: 20px 0;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
}

.btn-default {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: auto;
    padding: 8px;
    cursor: pointer;
    display: block;
    border: 1px solid #ecd671;
    border-radius: 50px;
    background-size: 200% auto;
    transition: 0.5s;
    outline: 0;
}
.width100 {
    width: 100%;
}

.btn-default.btn-primary {
    background-image: linear-gradient(to right, #b68214 0%, #fef1a2 35%, #cba03a 70%, #b68214 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
}

.btn-default:hover {
    color: #fff;
    background-position: right center;
    border: 1px solid #ecd671;
}

.btn-poker-home {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: auto;
    padding: 8px;
    cursor: pointer;
    display: block;
    border: 1px solid #ecd671;
    border-radius: 50px;
    background-size: 200% auto;
    transition: 0.5s;
}

.btn-poker-home.btn-primary {
    background-image: linear-gradient(to right, #b68214 0%, #fef1a2 35%, #cba03a 70%, #b68214 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
}

.btn-poker-home:hover {
    color: #fff;
    background-position: right center;
    border: 1px solid #ecd671;
}

.btn-nav-brand {
    text-align: center;
    color: #000;
    margin: auto;
    padding: 0;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-size: 200% auto;
    transition: 0.5s;
}

.btn-nav-brand.btn-black {
    background-image: linear-gradient(to right, #000 0%, #333 35%, #111 70%, #000 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
}

.btn-nav-brand:hover {
    color: #fff;
    background-position: right center;
}

.btn-nav-brand img {
    border-radius: 50px;
}

.gamecol-title{
    margin-top:10px;
    font-size: 15px;
}

.btn-arrow-right {
    height: 30px;
    width: 30px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath d='M15,0h0A14.8,14.8,0,0,1,30,14.58v.84A14.8,14.8,0,0,1,15,30h0A14.8,14.8,0,0,1,0,15.42v-.84A14.8,14.8,0,0,1,15,0Z' style='fill:%23fff'/%3e%3cpath d='M12.87,21.32A1.35,1.35,0,0,1,12,21a1.31,1.31,0,0,1-.07-1.89L16.07,15,12,11a1.31,1.31,0,0,1-.43-.91,1.27,1.27,0,0,1,.36-1,1.35,1.35,0,0,1,1-.44,1.36,1.36,0,0,1,.9.34l5.16,5a1.33,1.33,0,0,1,.42,1,1.37,1.37,0,0,1-.42,1L13.8,21A1.36,1.36,0,0,1,12.87,21.32Z' style='fill:%23bd8a1f'/%3e%3c/svg%3e");
    background-size: 30px;
}

.btn-login,
.btn-register,
.btn-appdownload,
.btn-submit {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: auto;
    padding: 4px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
}

.btn-login {
    width: 80px;
    border: 0;
    background: linear-gradient(to bottom,#b7b7b7 0%,#ededed 50%,#868686 100%);
}

.btn-login:hover {
    color: #fff;
    text-decoration: none;
}

.btn-register {
    width: 80px;
    border: 0;
    background: linear-gradient(to bottom,#a40101 0%,#ff0000 50%,#a40101 100%);
    position: relative;
    overflow: hidden;
}

.btn-register:hover {
    color: #fff;
    text-decoration: none;
}

.btn-register:after {
    content: '';
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 1.8s infinite;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
}

@keyframes slide {
    0% {transform:translateX(-100%);}
    100% {transform:translateX(100%);}
}

.btn-appdownload {
    width: 110px;
    position: absolute;
    top: 12px;
    right: 38px;
    background-color: #ff2d55;
}

.btn-appdownload:hover {
    color: #fff;
    text-decoration: none;
}

.btn-submit {
    border: 0;
    background-color: #ff9500;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.btn-submit:hover {
    color: #fff;
    text-decoration: none;
}

.btn-livechat {
    width: 28px;
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
}

.btn-livechat:hover {
    color: #fff;
    text-decoration: none;
}

.btn-livechat .icon-livechat {
    height: 28px;
    width: 28px;
    background: url(../images/icon-chat.png);
}

.btn-region {
    width: 28px;
    margin-left: 10px;
    cursor: pointer;
}

.btn-region .icon-region {
    height: 28px;
    width: 28px;
    background: url(../images/icon-country-id.png);
}

.a-flexslider .slides {
    display: block;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left:10px;
    margin-right:10px;
    border-radius: 100%;
}

.announcement {
    height: 40px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin: auto;
    background: #000;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.announcement marquee {
    max-width: 1160px;
    padding: 12px 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}

.announcement .ico-anounce {
    height: 40px;
    width: 40px;
    background: url(../images/icon-announce.png);
    position: absolute;
    left: 0;
    top: 0;
}

.content-togel,
.content-slot,
.content-casino,
.content-sportbet {
    margin-bottom: 60px;
}

.content-togel .title,
.content-slot .title,
.content-casino .title,
.content-sportbet .title {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border-left: 8px solid #e6a014;
    padding-left: 16px;
    margin-bottom: 32px;
}

.content-togel {
    margin-top: 36px;
}

.content-togel .col-half {
    width: 50%;
    padding: 0 10px;
    display: block;
    float: left;
}

.content-togel .col-half .ads-togel {
    height: 238px;
    margin-bottom: 16px;
    background-size: cover;
    position: relative;
}

.content-togel .col-half .ads-togel .price {
    height: 50px;
    width: 355px;
    font-size: 38px;
    font-weight: 900;
    color: #000;
    position: absolute;
    right: 106px;
    top: 104px;
    letter-spacing: 8px;
    text-shadow: 0px 0px 5px #fff;
}

@media (min-width: 1281px) {
    .content-togel .col-half .ads-togel .price {
        height: 50px;
        width: 381px;
        font-size: 43px;
        font-weight: 900;
        color: #000;
        position: absolute;
        right: 120px;
        top: 110px;
        letter-spacing: 8px;
        text-shadow: 0px 0px 5px #fff;
    }
}

.content-togel .col-half .ads-esports {
    height: 109px;
    position: relative;
}

.content-togel .col-half .ads-app {
    height: 109px;
    position: relative;
    background-image: url(../images/mobile-ad.png);
    background-size: cover;
}

.content-togel .col-half .ads-app .ios,
.content-togel .col-half .ads-app .android {
    height: 54px;
    width: 177px;
    position: absolute;
    top: 25px;
}

.content-togel .col-half .ads-app .ios {
    left: 50px;
}

.content-togel .col-half .ads-app .android {
    left: 240px;
}

.content-togel .col-half .ads-poker {
    height: 368px;
    position: relative;
}

.content-togel .col-half .ads-poker .enter-game {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 280px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    cursor: pointer;
    font-size: 26px !important;
}

.content-togel .poker-jackpot {
    height: 244px;
    width: 100%;
    margin-bottom:20px;
    position: relative;
}

.content-togel .poker-jackpot .price {
    height: 50px;
    width: 374px;
    font-size: 38px;
    font-weight: 900;
    color: #000;
    position: absolute;
    right: 151px;
    top: 113px;
    letter-spacing: 10px;
    text-shadow: 0px 0px 5px #fff;
}

@media (min-width: 1281px) {
    .content-togel .poker-jackpot .price {
        height: 50px;
        width: 415px;
        font-size: 43px;
        font-weight: 900;
        color: #000;
        position: absolute;
        right: 155px;
        top: 120px;
        letter-spacing: 10px;
        text-shadow: 0px 0px 5px #fff;
    }
}

.content-slot .col-1,
.content-slot .col-2,
.content-slot .col-3 {
    width: 33.33333333%;
    display: block;
    float: left;
}

.content-slot .game-lg {
    height: 450px;
    width: 420px;
    display: block;
}

.content-slot .special-game-1 {
    margin-bottom: 8px;
}

.content-slot .special-game-1:before,
.content-slot .special-game-1:after {
    display: table;
    content: "";
}

.content-slot .special-game-1:after {
    clear: both;
}

.content-slot .game-sm {
    width: 123px;
    margin: 0 4px;
    display: block;
    float: left;
}

@media (min-width: 1281px) {
    .content-slot .game-sm {
        width: 133px;
    }
}

.content-slot .game-sm .game-cover {
    margin-bottom: 8px;
}

@media (min-width: 1281px) {
    .content-slot .game-sm .game-cover {
        height: 174px;
    }
}

.content-slot .jackpot {
    height: 450px;
    width: 420px;
    display: block;
}

.content-casino img {
    border-radius: 10px;
}

.content-casino .box {
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}

.content-casino .box::after {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s ease-in-out;
}

.content-casino .box:hover {
    margin-top: -20px;
    transform: scale(1.1, 1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.content-casino .box:hover::after {
    opacity: 1;
}

.content-sportbet {
    margin-bottom: 0;
    min-height: 600px;
    position: relative;
}

.content-sportbet .match {
    height: 401px;
    width: 450px;
    margin: auto;
    transform: translate(335px, 5px);
    position: relative;
    z-index: 2;
    background: url(../images/sport-ad-02.png);
}

.content-sportbet .match .home,
.content-sportbet .match .away {
    height: 130px;
    width: 130px;
    position: absolute;
}

.content-sportbet .match .home {
    top: 90px;
    left: 24px;
}

.content-sportbet .match .away {
    top: 90px;
    left: 300px;
}

.content-sportbet .match .schedule {
    height: 130px;
    width: 300px;
    padding: 8px;
    margin: auto;
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    text-align: center;
}

.content-sportbet .match .schedule .date,
.content-sportbet .match .schedule .time {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}

.content-sportbet .match .schedule .time {
    margin-bottom: 8px;
}

.content-sportbet .fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.content-sportbet .fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .content-sportbet .fullscreen-bg {
        background: url("http://dev2.slicejack.com/fullscreen-video-demo/img/videoframe.jpg") center center/cover no-repeat;
    }
    .content-sportbet .fullscreen-bg__video {
        display: none;
    }
}

#page-poker {
    position: relative;
}

#page-poker .container {
    width: 1200px;
    margin: auto;
    min-height: 100%;
    position: relative;
}

#page-poker .container .advertising {
    margin: 100px 0;
    width: 50%;
}

#page-poker .container .player {
    margin: 20px auto;
}

#page-poker .container .col-store {
    width: 33.33333333%;
    padding: 0 10px;
    float: left;
}
.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.video-container video {
    max-width: fit-content !important;
}
#page-poker .poker-bg {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    min-height: 100%;
    vertical-align: baseline;
    object-fit: initial;
    min-width: 1900px;
    transform: translateX(-50%);
}

#page-sports {
    position: relative;
    text-align: center;
    height: 788px;
}

#page-sports .container {
    width: 1200px;
    margin: auto;
    position: relative;
}

#page-sports .container .col-game {
    margin: 55px 18px;
    display: inline-block;
}

#page-sports .container:before,
#page-sports .container:after {
    display: table;
    content: "";
}

#page-sports .container:after {
    clear: both;
}

#page-sports .container .game {
    height: 300px;
    width: 340px;
    display: block;
    margin: auto;
}

#page-sports .container .cmd {
    background-image: url("../images/sports-cmd.png");
}

#page-sports .container .cmd:hover {
    background-image: url("../images/sports-cmd-active.png");
}

#page-sports .container .igk {
    background-image: url("../images/sports-igk.png");
}

#page-sports .container .igk:hover {
    background-image: url("../images/sports-igk-active.png");
}

#page-sports .container .sbo {
    background-image: url("../images/sports-sbo.png");
}

#page-sports .container .sbo:hover,
#page-sports .container .sbo.active {
    background-image: url("../images/sports-sbo-active.png");
}

#page-sports .sports-bg {
    z-index: -1;
    position: absolute;
    top: -5px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#page-esports {
    position: relative;
}

#page-esports .container {
    width: 1200px;
    margin: auto;
    min-height: 100%;
    position: relative;
    text-align: center;
}

#page-esports .container .col-game {
    margin: 50px 0;
}

.fishing-section .container .col-game {
    margin: 50px 18px;
    display: inline-block;
}

#page-esports .container .col-game:before,
#page-esports .container .col-game:after {
    display: table;
    content: "";
}

#page-esports .container .col-game:after {
    clear: both;
}

#page-esports .container .game {
    margin-top: 30%;
    margin-left: auto;
    margin-right: auto;
}

#page-esports .container .game .brand {
    min-height: 120px;
    max-width: 350px;
    padding: 30px 20px;
    margin: 0 auto 20px auto;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
}

#page-esports .container .game .enter {
    width: 200px;
    margin: auto;
}

#page-esports .esports-bg {
    z-index: -1;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    min-height: 100%;
    vertical-align: baseline;
    object-fit: contain;
}

#page-promotion {
    position: relative;
    min-height: 700px
}

#page-promotion .container {
    width: 1200px;
    margin: auto;
    min-height: 100%;
    position: relative
}

#page-promotion .container:before,#page-promotion .container:after {
    display: table;
    content: ""
}

#page-promotion .container:after {
    clear: both
}

#page-promotion .container .promo {
    width: 365px;
    margin: 20px auto
}

#page-promotion .container .promo .promo-img {
    width: 365px;
    height: 355px;
    position: relative
}

#page-promotion .container .promo .promo-img img {
    max-width: 100%
}

#page-promotion .container .promo .promo-img .enter {
    position: absolute;
    right: 16px;
    bottom: 5px;
    z-index: 2
}

#page-promotion .container .promo .promo-img .enter span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

#page-promotion .container .promo .decription {
    color: #fff;
    padding: 10px;
    position: relative;
    font-weight: 700;
    bottom: 110px;
    z-index: 2
}

#page-promotion .promotion-bg {
    z-index: -1;
    position: fixed;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 1080px;
    vertical-align: baseline;
    object-fit: contain
}

.box-wrap {
    width: 750px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
    min-height: 300px;
    height: auto;
    color: #fff;
    position: relative;
    height: auto;
    background: rgba(255, 255, 255, 0.1);
}
.sub-bg {
    background-color: #151424;
}
.content-padding {
    padding-bottom: 250px;
    padding-top: 50px;
}

.sub-form-wrap {
    margin: auto auto;
    width: 80%;
}
.sub-form-wrap h1 {
    color: #dba648;
    text-align: center;
}
.general_err {
    color: red;
    font-size: 13px;
    padding-left: 5px;
    margin: 0 auto;
    width: 65%;
    font-weight: 700;
}
.form-downinfo {
    font-size: 11px;
    width: 50%;
    padding-top: 15px;
}
.form-col {
    margin: 15px 0;
    height: 30px;
}
.form-col label {
    text-align: right;
    line-height: 30px;
}
.form-col input[type="text"],
.form-col input[type="password"],
.form-col input[type="email"],
.form-col select {
    background: #000;
    border: 1px solid #2e2e2e;
    color: #fff;
    padding: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
}
.form-col label span {
    color: red;
}

.form-btn-wrap {
    width: 33.33333333%;
    padding: 0 10px;
    margin: 30px auto;
}

.livecasino-nav {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.con_wrap {
    width: 690px;
    min-height: 588px;
    margin: 0 auto;
    position: relative;
}

.live ul {
    margin: 0;
    margin-top: -25px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.live ul li {
    float: left;
    cursor: pointer;
    height: 115px;
    margin: 30px 1px;
    display: inline-block;
    position: relative;
}

.livecasino-icon-img {
    filter: grayscale(100%);
    transform: scale(0.8);
    margin: auto;
}
.livecasino-product-background {
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
}
.livecasino-betnow-wrap {
    position: relative;
}

.livecasino-betnow {
    position: absolute;
    width: 120px;
    height: 32px;
    top: 384px;
    left: 229px;
    cursor: pointer;
}
.casinoTitle {
    margin-top: 100px;
}
.btn-playnow {
    margin-top: -10px !important;
    width: 96px;
}

.slots_con_wrap {
    width: 1200px;
    min-height: 635px;
    margin: 0 auto;
    position: relative;
}

.slots-nav {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.slots ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slots ul li {
    float: left;
    cursor: pointer;
    height: 130px;
    margin: 65px 29px;
    display: inline-block;
    position: relative;
}

.slots-icon-img {
    transform: scale(0.8);
    margin: auto;
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 900px;
    }
}

.modal-promo .modal-content .modal-body {
    color: #000 !important;
    text-align: left;
    display: inline-block;
    width: 95%;
}

.modal-promo .modal-content .modal-header {
    background-image: linear-gradient(to right, #000 0%, #333 35%, #111 70%, #000 100%);
    color: #e6a014;
    border-bottom: none;
    text-align: left;
}

.modal-promo .modal-content .modal-body ul {
    list-style: inherit;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.close .close-X {
    margin-top: 8px;
    color: #fff;
    opacity: unset !important;
}

.modal-promo table tr td {
    text-align: center;
    padding: 5px 0;
    border: 1px solid #e9e9e9;
    background: unset !important;
}
.modal-promo table tr:nth-child(even) {
    background: #f4f4f4;
}
.modal-promo table tr:nth-child(odd) {
    background: #fff;
}
.modal-promo h4,
.modal-promo .h4 {
    font-size: 18px;
}
.top-bar-promo {
    background: #18723c;
    padding: 6px 20px;
    color: #fff;
    margin: 0 -20px;
}
.promo-general-table {
    padding: 10px 0;
}

/*wallet*/
#wallet-icon {
    display: block;
    cursor: pointer;
}

.user_box {
    height: 28px;
    font-size: 13px;
    vertical-align: middle;
    float: left;
    margin-top: 8px;
}

.user_box ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_box ul li {
    float: left;
    text-align: center;
    padding: 7px 2px;
}

.user_box ul li ul {
    display: none;
    height: auto;
    visibility: hidden;
    width: 370px;
    position: absolute;
    margin-left: -50px;
    z-index: 200;
    margin-top: 5px;
}

.user_box ul li ul li {
    background-color: #480001;
    height: auto;
    padding: 0;
    border-bottom: #6d4000 1px solid;
}
.user_box ul li ul li:first-child {
    background-color: #ffd92e;
}
.user_box ul li:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
}

.username {
    text-align: right;
}

.username span {
    color: #ffd92e;
}

.balance {
    width: 48px;
}

.wallet_summary {
    width: 350px;
    color: #fff;
    font-size: 13px;
}

.summary_header {
    padding: 8px 0 !important;
    text-align: left;
    color: #000;
    font-weight: bold;
    background: #5dd2ff;
}

.summary_left {
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-top: 2px;
    width: 160px;
}

.summary_right {
    float: left;
    text-align: right;
    width: 160px;
    padding-right: 15px;
}

.summary_wallet {
    float: left;
    width: 160px;
    background: #480001;
    height: auto;
    padding: 10px 0 10px 15px;
    text-align: left;
}

.header-btn-wrap {
    float: left;
    padding: 12px 2px;
}

.header-btn {
    height: 20px;
    /* display: inline-block; */
    text-align: center;
    font-size: 12px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header-drop-btn {
    position: absolute;
    top: auto;
    left: auto;
    z-index: 1000;
    display: none;
    min-width: 75px;
    float: none;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header-drop-btn .header-btn {
    height: 20px;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 4px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header-drop-btn .dropdown-item{
    background-color: transparent;
}
.header-btn.profile {
    width: 93px;
}
.header-btn.active,
.header-btn:hover {
    background: #a88e2f;
}
.header-drop-btn .header-btn.active,
.header-drop-btn .header-btn:hover {
    background: #f5f5f5;
}
.header-drop-btn > li {
    padding: 2px;
}
.listdesu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}
.listdesu ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
.wallet-drop {
    width: 365px;
    left: 50px;
    top: 50px;
    padding: 10px 20px;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.wallet-drop {
    position: absolute;
    z-index: 90;
    color: #fff;
    background: #151424;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.wallet-drop * {
    display: inline-block;
}

.wallet-drop table,
.wallet-drop tbody {
    width: 100%;
}

.wallet-drop tr {
    display: block !important;
    width: 100%;
    padding: 3px 0;
}

.wallet-drop tr:first-child {
    text-align: center;
    border-bottom: 1px solid #fff;
}

.wallet-drop tr:last-child {
    border-top: 1px solid #fff;
}

.wallet-drop td {
    width: 49%;
}

.wallet-drop td:first-child {
    padding: 0 0 0 18px;
}

.wallet-drop td:last-child {
    text-align: right;
    padding: 0 18px 0 0;
}

.wallet-drop td:last-child span {
    font-size: 10px;
}

.walletpage_bg {
    background-color: inherit;
    /* background-image: url('./../../../images/templates/Template 2/desktop_background.jpg'); */
    /* min-width: 1080px; */
    width: 100%;
    /* height: 1200px; */
    color: #fff;
    font-size: 13px;
    background-size: cover;
}

.wallet_wrap {
    padding: 20px;
    background: var(--bg-nav-secondary);
}

.font_blue {
    color: white;
}

.line_grey {
    border: 1px solid #777b7d;
}

.line_blue {
    border: 1px solid white;
}

.e_wallet_right {
    float: right;
    width: 240px;
    background-color: #121212;
    border-radius: 20px;
}

.e_wallet_right ul {
    padding: 0;
    margin: 0;
}

.e_wallet_right ul li {
    margin: 10px;
}

.e_wallet_right .wallet_name {
    float: left;
    width: 50%;
    text-align: left;
}

.e_wallet_right .wallet_balance {
    float: right;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

.e_wallet_left {
    float: left;
    padding-left: 3px;
    margin-top: -9px;
}

.e_wallet_Full {
    float: left;
    padding-left: 3px;
    margin-top: -9px;
    width: 100%;
}

.e_profile_box {
    width: 760px;
    height: 143px;
    background: #222;
    display: block;
}

.e_profile_wrap {
    width: 705px;
    height: 132px;
    padding: 15px 2px;
}

.e_profile_wrap .ep_title {
    font-size: 16px;
    border-bottom: 1px solid #53bce8;
    text-align: left;
    padding-bottom: 4px;
}

.epw_left {
    float: left;
    text-align: left;
    width: 45%;
    padding-top: 10px;
}

.epw_left ul {
    padding: 0;
    margin: 0;
}

.epw_left ul li {
    padding: 3px 10px;
}

.epw_left .epw_category {
    float: left;
    width: 35%;
}

.epw_left .epw_info {
    float: left;
    width: 60%;
}

.epw_right {
    float: right;
    width: 55%;
}

.epw_right .epw_noticebox {
    border: 1px solid;
    padding: 5px;
}

.ewallet_wallet_full {
    margin-top: 10px;
    width: 860px;
    min-height: 200px;
    height: auto;
    background: #121212;
    display: block;
}

.ewallet_wallet_full .ew_nav {
    background-color: #4398bb;
    height: 40px;
    margin-left: 2px;
}

.ewallet_wallet_full .ew_nav ul li {
    margin-top: 10px;
}

.ewallet_wallet {
    margin-top: 10px;
    min-height: 200px;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: column;
}

.ewallet_wallet .ew_nav {
    background-color: #15142400;
    border-bottom: 2px solid #413a23;
    display: flex;
    grid-template-columns: max-content;
    margin-bottom: 11px;
}

.ewallet_wallet .ew_nav ul li {
    margin-top: 10px;
    display: block;
    float: left;
}

.ew_nav_btn {
    font-size: 20px;
    padding: 9px;
    color: #fff !important;
    border-right: 2px solid #121212;
}

.ew_nav_btn:hover,
.ew_nav_btn_this {
    font-size: 20px;
    padding: 9px;
    background-color: #121212;
    color: #4398bb !important;
}

.ew_btn {
    padding: 4px 9px;
    background-color: #4398bb;
    color: #fff !important;
    margin-top: 5px;
}

.ew_btn:hover {
    background-color: #78d0f5;
}

.ew_ew_wrap {
    width: 100%;
    /* padding: 20px; */
    /* border: 1px solid #fff; */
    background: transparent;
    margin-top: 20px;
    border-radius: 0px;
}

.ew_wt ul {
    padding: 0;
    margin: 0;
}

.ew_wt ul li {
    padding: 5px;
}

.ew_wt_cg {
    float: left;
    display: block;
    width: 30%;
    text-align: left;
}

.ew_wt_keyin {
    float: left;
    display: block;
    width: 70%;
    text-align: left;
    display: flex;
}

.ew_dp_list li{
    margin-bottom: 10px;
}

.ew_dp_titlehead {
    font-weight: 700;
    display: flex;
    position: relative; 
    overflow:hidden;
}

.ew_dp_title {
    display: inline-block;
    text-align: left;
    font-size: 17px;
    color: white;
    text-wrap: nowrap;
    padding-right: 10px;
}

.ew_dp_line {
    flex-grow: 1;
    height: 14px;
    border-bottom: 1px solid white;
}

.fontwhite {
    color: #fff;
}

.fontyellow {
    /* color: #ff0; */
    color: white;
}

.ew_borderline {
    border-bottom: 1px solid #53bce8;
    margin: 10px 0;
}

.deposit-processing {
    color: #ffffff;
    margin: 80px auto;
}

/*kai edit*/

.kai-form {
    border: 1px solid #303030;
    color: white;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    height: 40px;
    border-radius: 6px;
    background: transparent;
    min-width: 350px;
    max-width:350px;
    width: 100%;
    display: block;
}

.kai-form:focus{
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.kai-form input {
    width: auto;
    height: auto;
    padding: 0;
}

input[type=number].kai-form::-webkit-outer-spin-button,
input[type=number].kai-form::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number].kai-form {
    -moz-appearance: textfield;
}

.btn-default {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    min-width: 120px;
    color: #000;
    margin: auto;
    padding: 8px;
    cursor: pointer;
    display: block;
    border: 1px solid #ecd671;
    border-radius: 50px;
    background-size: 200% auto;
    transition: 0.5s;
}

.btn-default.btn-primary {
    background: var(--bg-btn-primary);
    color: #000;
    border-color: var(--bg-btn-primary);
    border-radius: 5px;
    font-weight: inherit;
}

.btn-default:hover {
    color: #fff;
    background-position: right center;
    border: 1px solid #fff;
}

.tab {
    color: #fff;
    font-size: 14px;
    display: flex;
    /* flex: 1; */
    text-align: start;
    white-space: nowrap;
    padding: 0px 20px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.tab:hover {
    color: #fdc54c;
    cursor:pointer;
}

.tabhover {
    color: #fdc54c;
    font-size: 14px;
    height: 44px;
    text-align: center;
}

.btn-incredit,
.btn-outcredit {
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: bottom;
}

.btn-incredit {
    background-image: url(../images/btn-incredit.png);
}

.btn-outcredit {
    background-image: url(../images/btn-outcredit.png);
}

.form-error {
    color: red;
    font-size: 12px;
    float: left;
    width: 50%;
    margin: -10px 2px 0px;
    height: 30px;
}

.web-profile .form-error {
    color: #fff;
}

.errwallet {
    display: contents;
    width: 100%;
}

.general_err {
    color: red;
    font-size: 13px;
    margin: 13px auto;
    font-weight: 700;
    text-align: center;
}

.general_err label {
    color: red;
    vertical-align: top;
}

label.error,
.red {
    margin: 5px 0px -5px;
    padding-left: 2px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: -9px;
}

#withForm .form-inline {
    display: inline-block;
}

#showBank {
    margin: 15px;
    width: 450px;
    text-align: left;
    display:none;
}

#showPromo {
    margin: 15px 76px;
    width: 450px;
    text-align: left;
    display:none;
}

.bank-detail h4 {
    margin-top: 5px;
}

.bank-title,
.banking-details {
    width: 40%;
    display: inline-block;
}

.bank-detail {
    padding: 6px 12px;
    color: #fff;
    width: 100%;
    border: 1px solid #303030;
    background: #191919;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#showPromo {
    width: 350px;
    color: #fff;
}
.terms-txt {
    color: #e6a014;
}

.txtupper {
    text-transform: uppercase;
}


/* ========================================== perfect entertainment start =========================================== */
.perfect-entertainment .kind .sports {
    background-image: url(../images/perfect_entertainment/sports.png);

}
.perfect-entertainment .kind .casino {
    background-image: url(../images/perfect_entertainment/casino.png);

}
.perfect-entertainment .kind .slot {
    background-image: url(../images/perfect_entertainment/slot.png);

}
.perfect-entertainment .kind .kind-item {
    width: 361px;
    height: 436px;
    background-color: #1d1e22;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #343943;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
.perfect-entertainment .kind .kind-item:hover, .perfect-entertainment .kind .kind-item.active {
    background-color: #343943;
}
.perfect-entertainment .games .title{
    margin-top:20px;
}
.perfect-entertainment .games .items div{
    height: 121px;
    margin-bottom: 35px;
    cursor: pointer;
}
.perfect-entertainment .games .items .sports-item{
    background: url(../images/perfect_entertainment/item-sports.png) 50% no-repeat;
}
.perfect-entertainment .games .items .casino-item{
    background: url(../images/perfect_entertainment/item-casino.png) 50% no-repeat;
}
.perfect-entertainment .games .items .slot-item{
    background: url(../images/perfect_entertainment/item-slot.png) 50% no-repeat;
}
/* =========================================== perfect entertainment end ============================================= */

/* ================================================= partner start =================================================== */
.partner-marquee {
    background-color: #151515;
}
.partner-marquee img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin: 15px 25px;
}
.partner-marquee img:hover{
    -webkit-filter: unset; /* Safari 6.0 - 9.0 */
    filter: unset;
}

/* ================================================== partner end ==================================================== */

/* =================================================================================================================== */
/* ================================================ game page start ================================================== */
/* =================================================================================================================== */

.game-page-game-list img{
    width:100%;
}
.game-page-game-list .img-item{
    margin-top:20px;
    margin-bottom:10px;
}
.game-page-game-list .img-item:hover{
    cursor:pointer;
    margin-top:10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.game-page-game-list .game-name{
    padding:10px 20px 20px 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #444343;
}
.modal .modal-dialog{
    width:700px;
    max-width:700px;
}
.modal .modal-dialog .modal-content{
    /* background-color: white; */
    background-color: #2a2626;
}
.modal .modal-dialog .modal-title{
    color: #FDB813;
}
.modal .modal-dialog .modal-content .modal-body .div-table{
    width:400px;
    max-width:500px;
    margin: 20px auto;
}
.modal .modal-dialog .modal-content .modal-body table{
    width:100%;
}

.modal .modal-dialog .modal-content .modal-body table th {
    text-align: center;
    padding: 8px;
    color: #fdb813;
    text-transform: uppercase;
    font-size:15px;
}
.modal .modal-dialog .modal-content .modal-body table td {
    text-align: left;
    padding: 8px;
    color: #fdb813;
    font-size:14px;
}
/* =================================================================================================================== */
/* ================================================= game page end =================================================== */
/* =================================================================================================================== */


/*----- for Table Use ------------------*/
.afTable {
    margin: 10px 0;
    border-collapse: collapse;
}
.afTable td {
    line-height: 25px;
    height: 35px;
    border: 1px solid #aaa;
    padding: 0 8px;
    font-size: 13px;
}
.afTable2 {
    margin: 10px 0;
    border-collapse: collapse;
}
.afTable2 td {
    line-height: 20px;
    height: 33px;
    padding: 0 4px;
    font-size: 13px;
}
.paging_full_numbers a.paginate_button {
    /* background-image: linear-gradient(to right, #b68214 0%, #fef1a2 35%, #cba03a 70%, #b68214 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
    border: 1px solid transparent;
    color: #000 !important;
    margin: 3px; */
    background-color: white;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 75%);
    border: 1px solid transparent;
    border-radius: 5px;
    color: #000 !important;
    margin: 3px;
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #78d0f5;
    text-decoration: none !important;
    border: 1px solid transparent;
    color: #fff !important;
}

.olclass2 li {
    list-style-type: lower-roman;
    font-size: 12px;
    margin-left: 50px;
}

.icon-sm-envelop {
    background-image: url(../images/icon-email.png);
    width: 20px;
    height: 18px;
    vertical-align: bottom;
    display: inline-block;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}

.content-slot .price {
    height: 50px;
    width: 381px;
    font-size: 83px;
    font-weight: 900;
    color: #000;
    position: absolute;
    right: 600px;
    top: 635px;
    letter-spacing: 20px;
    text-shadow: 0 0 5px #fff;
}

.content-slot .slotjackpot_price {
    height: 0px;
    font-size: 39px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    position: relative;
    display: block;
    top: 135px;
    letter-spacing: 4px;
    text-shadow: 0px 0px 5px #fff;
}

.table-header {
    background-color: #e6a014;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #000;
    font-weight: bold;
}

.table-row {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid#fff;
}

.table-row > .t5 {
    color: #e6a014;
    font-weight: bold;
}
.togel-table {
    padding-bottom: 20px;
}

.togel-table li {
    border-radius: 3px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    border-radius: 8px;
}

.t1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    display: flex;
    align-items: center;
}
.t2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    display: flex;
    align-items: center;
}
.t3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
}
.t4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
    display: flex;
    align-items: center;
}

.t5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 5px 0;
}

.game-cover img {
    height: 174px;
    width: 133px;
}

.game-sm:nth-child(n + 4) {
    padding-top: 10px;
}

.fishing-section .container .col-game {
    margin: 50px 18px !important;
    display: inline-block;
}

.fishing-section img {
    width: 350px;
}

/*--------------about------------*/
/*-----------------------------*/
/*--------about page-----------*/
/*-----------------------------*/

.sub-bg {
    background-color: #151424;
    padding-top: 30px;
}

.sub-info-wrapper {
    /* width: 80%; */
    margin: 0 auto;
}

.sub-about-wrap {
    width: 80%;
    margin: 137px auto 30px auto;
    display: block;
    height: auto;
    color: #fff;
    background: #2e2e2e;
}

.sub-about-wrap:after {
    display: block;
    content: "";
    clear: both;
}

.sub-side-nav {
    float: left;
    width: 20%;
    height: auto;
    display: block;
    border: 1px solid #414141;
}

.sub-side-nav a,
.sub-side-nav a:hover,
.sub-side-nav a:link,
.sub-side-nav a:visited {
    color: #fff;
    text-decoration: none;
}

.sub-side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-side-nav ul li {
    padding: 0;
    margin: 0;
}

.sub-side-nav ul li a {
    display: block;
    padding: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#454545+0,242424+100 */
    background: #2a2a2ad1;
    border-bottom: 1px solid #181818;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sub-side-nav ul li a.active,
.sub-side-nav ul li a:hover {
    background: #000000;
    color: #e6a014;
    padding: 20px 0px 20px 40px;
}

.sub-about-right {
    float: right;
    width: 80%;
    background: #2a2a2ad1;
    border: 1px solid #414141;
    display: block;
    min-height: 550px;
    height: auto;
    color: #fff;
}

.sub-about-title {
    border-bottom: 1px solid #e6a014;
    padding: 0 0 0 20px;
}

.sub-about-title h1 {
    color: #e6a014;
}

.sub-about-con {
    padding: 40px;
}

.sub-about-con h3 {
    color: #e6a014;
    font-size: 1.5em;
}

.sub-about-con p {
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.sub-about-con h3.dropable {
    cursor: pointer;
    padding: 10px;
    background: #181818;
    border-radius: 10px;
    margin-bottom: 10px;
}

.sub-about-con h3.dropable:hover {
    background: #2e2e2e;
}

.sub-form-wrap {
    margin: auto auto;
    width: 80%;
}

ul.circle {
    list-style-type: circle;
}

ul.decimal {
    list-style-type: decimal;
}

ul.inside {
    list-style-position: inside;
}

.sub {
    font-size: 15px;
}
.b {
    font-weight: bold;
}

.org {
    color: #ff9200;
}

#cockfight {
    position: relative;
}
#cockfight .container .col-store {
    position: relative;
    width: 20%;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 1;
}

#cockfight .cockfight-bg {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    min-height: 100%;
    vertical-align: baseline;
    object-fit: initial;
    min-width: 1900px;
    transform: translateX(-50%);
}

.footerseo h2 {
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}

.footerseo h3 {
    text-transform: none;
}

.footerseo h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}

/* TOGEL */
#page-togel {
    height: 800px;
    position: relative;
}

#page-togel .container {
    width: 1200px;
    margin: auto;
    min-height: 100%;
    position: relative;
}

#page-togel .container .player {
    margin: 60px 0 15px 0px;
}

#page-togel .playnow-btn {
    padding-bottom: 15px;
}

#page-togel .playnow-btn .btn-default {
    font-size: 20px;
}

#page-togel .application-wrap {
    width: 385px;
    display: inline-flex;
}

#page-togel .application-wrap .application-wrap-col {
    width: 50%;
}

/* Site Maintenance */
.background_maintenance {
    background-image: url("../images/maintenance/background_site_maintenance.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.maintenance-content-wrap {
    text-align: left;
    width: 700px;
    margin: 0 auto;
    padding-top: 100px;
}

.background_maintenance h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration-line: underline;
    padding-top: 25px;
}

/*--------------------------*/
/*---------4dlottery--------*/
/*--------------------------*/
.lottery-wrap {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
}

.dodo-wrap {
    padding: 50px 0 10px;
    margin: 0 auto;
    display: block;
    width: 850px;
}

.bet-wrap {
    width: auto;
    height: 283px;
    display: block;
    margin: 0 auto;
}

#bet-btn1 {
    background: url("../images/4d/btn-betnow.png");
    width: 257px;
    height: 256px;
    display: block;
    float: left;
    margin: 0 20px;
}

#bet-btn2 {
    background: url("../images/4d/btn-payout.png");
    width: 257px;
    height: 256px;
    display: block;
    float: left;
}

#bet-btn3 {
    background: url("../images/4d/btn-rules.png");
    width: 257px;
    height: 256px;
    display: block;
    float: left;
}

.bet-result-wrap {
    padding: 10px 55px 80px;
}

.bet-result {
    float: left;
    display: block;
    width: 235px;
    height: 338px;
    margin: 14px 0 0 46px;
}

.dodoheader {
    height: 44px;
    padding: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: middle;
    padding: 0 10px;
}

.dodoheader .dohleft {
    float: left;
    width: 54%;
}

.dodoheader .dohright {
    float: left;
    font-size: 10px;
    width: 46%;
    padding-top: 7px;
    text-align: left;
    color: white;
}

.dodocontent {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: middle;
    background: #fff;
    height: auto;
}

.dodoprize {
    width: 95%;
    color: #000;
    margin: 0 auto;
    padding: 0 0 1px;
}

.dodoprizelist {
    height: auto;
    padding: 10px 15px 0;
}

.dodoprizelist ul:after {
    display: block;
    content: "";
    clear: both;
}

.dodoprizelist ul li {
    margin: 1px 0;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}

.prizebold {
    font-size: 12px;
    font-weight: bold;
    width: 45%;
    text-align: left;
}

.prizebox {
    font-size: 16px;
    border: 1px solid;
    width: 45%;
    font-weight: bold;
    text-align: center;
}

.dodotable {
    background-color: #a4a4a4;
    margin: 5px auto;
}

.dodotable .dodotitle {
    font-size: 13px;
    padding: 2px;
    font-weight: bold;
    text-align: center;
}

.dodonumber {
    padding: 0;
}

.dodonumber ul {
    list-style: none;
    padding: 3px 4px;
    margin: 0;
}

.dodonumber ul li {
    float: left;
    width: 33%;
    background: white;
    font-size: 11px;
    border: 1px solid #a4a4a4;
    font-weight: bold;
    text-align: center;
}

.dodonumber:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .lottery-detail .modal-dialog,
    .lottery-information .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.lottery-detail .modal-content,
.lottery-information .modal-content {
    background: #000;
}

.lottery-information #table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.lottery-information th,
.lottery-information td {
    padding: 1em;
    background: rgba(255, 255, 255, 0.05);
}

.lottery-information.table-bordered {
    border: none !important;
    background: transparent !important;
}

.lottery-information.table-bordered > tbody > tr > td,
.lottery-information.table-bordered > tbody > tr > th,
.lottery-information.table-bordered > tfoot > tr > td,
.lottery-information.table-bordered > tfoot > tr > th,
.lottery-information.table-bordered > thead > tr > td,
.lottery-information.table-bordered > thead > tr > th {
    border: 2px solid #1b1f25;
}


table.dataTable th.tab-top {
    background: #675c38;
    /* background: var(--table-header) !important; */
    font-weight: bold;
    line-height: 25px;
    padding: 8px;
    font-size: 14px;
    height: 23px;
    color: white;
    border: 1px solid #999292;
}

.cp_bank {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
  
.cp_bank .cp_banktext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    margin-left: 10px;
    top: -8px;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
    z-index: 1;
    font-size: 10px !important;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
  
.cp_bank:hover .cp_banktext {
    visibility: visible;
    opacity: 1;  
}

/*--------------------------*/
/*---------end--------*/
/*--------------------------*/

.video-container {
    position: relative;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: auto;
    border: 1px solid #b82e1f;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.ishadow{
    box-shadow: 0px 0px 7px rgba(255, 255, 255) !important;
}

.important-icon {
    color: #ff0000
}

.seotext h3 {
    text-transform: unset;
}

.inputMsg {
    color: #ff0000;
}

.MCS-desktop-formgroup{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.cursor-pointer{
    cursor: pointer;
}

input::placeholder{
    color: #cccccc !important;
    opacity: .8 !important;
}

.register-done-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.register_done_deposit{
    background: linear-gradient(315deg, #ead8ad -17%, #938767 40%);
    padding: 10px 8px;
    display: block;
    text-align: center;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
    animation: 2s linear infinite reg-animation;
}

@keyframes reg-animation {
    0%,30% {
        box-shadow: 0px 0px 11px 0px rgb(255 255 255 / 58%);
    }

    30%,60%{
        box-shadow: 0px 0px 11px 2px rgb(255 255 255 / 58%);
    }

    60%,100%{
        box-shadow: 0px 0px 11px 0px rgb(255 255 255 / 58%);
    }
}   

.register_done_btn_sec{
    padding: 10px 8px;
    display: block;
    text-align: center;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
    background: transparent;
    border: 1px solid #ead8ad;
}

.modal .login-modal{
    max-width: 350px;
}

.transparent-bg{
    background: transparent;
}

.icon-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* border: 1px solid #fff; */
    padding: 15px;
    row-gap: 15px;
    font-size: 14px;
    color: #fff;
}

.icon-link{
    flex:1;
    font-size: 16px;
    margin-right: 5px;;
    color: #f8e689;
}

.icon-link:hover{
    color: #f8b31e;
}

.notice{
    margin-top: 15px;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
}

.account-btn.tabhover{
    padding: 10px;
    background-color: #413a23;
    color: #f8e689;
}

.fontgrey{
    color: #bbb;
}

.change_password_form{
    background: transparent;
    border: solid 1px #ccc;
    border-radius: 5px;
    height: 30px;
    padding: 5px;
}

.bg-button-profile{
    background: linear-gradient(to bottom,#f3dd7f 0%,#b88416 100%);
    color: #000;
    height: 30px;
    padding: 5px;
}

.hisdate{
    min-width: 100px;
}

.well {
border-color: #3e3e3e;
background: none;
background-color: #101010;
max-width: initial;
height: auto;
border: 1px solid #3c3b3b;;
padding: 19px;
width: auto;
}

.custom-inbox-btn {
    background: linear-gradient(to bottom, #525252 0%, #3c3c3c 100%);
    color:rgb(255, 255, 255);
    font-size: 15px;
    border: none;
    /* padding: 10px 12px; */
    border-radius: 4px;
    gap: 6px;
    float: left;
    margin: 0;
}

.custom-inbox-btn:hover {
    background: linear-gradient(to bottom, #3c3c3c 0%, #525252 100%);
    color: #fff;
}


#promo-details-li {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

#promo-details-li.expanded {
    height: auto;
    min-width: 558px;
    max-width: 558px;
}