html,body{
    height: 100%;
}
.login-form{
    padding-top: 16vh;
}
.main-menu.menu-light .navigation > li.active > a{
    background: #050b56;
}
body {
    font-family: 'Prompt', sans-serif;
    font-size: 13px;
    background-color: #010101;
    color: #999;
    background-image: url(../assets/bg/bg-login.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
a {
    text-decoration: none;
    color: #999;
}
.logoTop {
    width: 300px;
}
.iconUserGold {
    display: none;
}
.righBox {
    float: right !important;
}
.promotionTop {
    display: block;
    text-align: center;
    background-color: #888;
}
.promotionTop .borderGold {
    background: rgb(42,50,59);
    background: linear-gradient(180deg, rgba(42,50,59,1) 0%, rgba(22,26,31,1) 100%);
    margin: 0 3px 3px 3px;
}
.borderGold span {
    color: #F4DD62;
    font-size: 16px;
    margin-top: 6px;
}
.promotionTop img {
    width: 38px;
}
.promotionTop span {
    display: block;
}

a.btnDeposit {
    background: rgb(176,117,21);
    background: linear-gradient(-45deg, rgba(176,117,21,1) 0%, rgba(245,215,127,1) 46%, rgba(176,117,21,1) 100%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 8px 40px;
    font-size: 18px;
    color: #000;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
.btnDeposit:hover {
    color: #fff;
    background: rgb(176,117,21);
    background: linear-gradient(-45deg, rgba(176,117,21,1) 0%, rgba(245,215,127,1) 46%, rgba(176,117,21,1) 100%);
}

.btnWithdraw {
    background:
        linear-gradient(#000,#000) padding-box, /*this is your grey background*/
        linear-gradient(to right, rgba(176,117,21,1) 0%, rgba(245,215,127,1) 46%, rgba(176,117,21,1) 100%) border-box;
    color: #efcf76;
    padding: 5px 40px;
    border: 3px solid transparent;
    border-radius: 100px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
}
.btnWithdraw:hover {
    color: #fff;
}
.btn-gold-blue {
    background:
        linear-gradient(#0a0a05,#2a220f) padding-box, /*this is your grey background*/
        linear-gradient(to right, rgba(176,117,21,1) 0%, rgba(245,215,127,1) 46%, rgba(176,117,21,1) 100%) border-box;
    color: #efcf76;
    padding: 5px 40px;
    border: 3px solid transparent;
    border-radius: 100px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
}
.iconCoin {
    width: 32px;
    position: absolute;
    left: -16px;
    top: -3px;
}
.iconRefresh {
    width: 16px;
}
.boxCredit {
    background: rgb(176,117,21);
    background: linear-gradient(to right, rgba(176,117,21,1) 0%, rgba(245,215,127,1) 46%, rgba(176,117,21,1) 100%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 3px;
}
.bgCredit {
    background-color: #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 3px 15px;
    font-size: 14px;
    color: #e6e9e8;
    font-weight: 600;
    position: relative;
}
.creditTop {
    padding-left: 10px;
    padding-right: 5px;
}
.userTop {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    color: #f2d37a;
}
.iconRank {
    width: 74px;
}
.relativePos {
    position: relative;
}
.iconPro {
    position: absolute;
    right: 0;
    top: -60px;
}

.newsPromotion {
    background: rgb(42,50,59);
    background: linear-gradient(45deg, rgb(42 50 59 / 35%) 0%, rgb(22 26 31 / 75%) 100%);
    color: #f2d37a;
    padding: 5px 10px;
    position: relative;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.imgNews {
    position: absolute;
    top: 16px;
}
.mgLeftNews {
    margin-left: 40px;
    margin-top: 6px;
}

.newsLine {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    mix-blend-mode: screen;
}
.newsLineTop {
    top: -12px;
}
.newsLineBottom {
    bottom: -12px;
}
.newsLine img {
    mix-blend-mode: screen;
}

.boxLeft, .boxRight {
    padding-top: 0;
    padding-bottom: 20px;
}
.lineContact {
    margin-top: 20px;
    display: inline-block;
}


.footercontent {
    background-color: #232323;
    padding: 20px;
}
.texttitleFooter1 {
    color: #f2d279;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.texttitleFooter2 {
    font-size: 14px;
    font-weight: 300;
}
.tagsFooter a {
    color: #fbfbfb;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 5px 15px;
    border-radius: 18px;
    background: #464646;
    transition: all .2s ease-in-out;
    display: inline-block;
}
.tagsFooter a:hover {
    background: #595959;
}
.partnership img {
    width: 46px;
    margin-right: 3px;
}
.titleBar {
    display: block;
    text-align: center;
    padding: 8px;
}

.goldText {
    font-size: 32px;
    font-weight: bold;
    background-image: linear-gradient(
        180deg,
        #462523 0,
       	#cb9b51 22%,
        #f6e27a 45%,
        #f6f2c0 50%,
        #f6e27a 55%,
        #cb9b51 78%,
        #462523 100%
        );
    color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    /*padding-left: 32px;*/
}
.titleGoldtext {
    margin-bottom: 10px;
}
.titleGoldtext > ul > li {
    position: relative;
}
.iconFire {
    width: 140px;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -4px;
}
.titleMtop {
    margin-top: 32px;
}
.titleMtop2 {
    margin-top: 60px;
}

.gameList {
    text-align: center;
    display: inline-block;
}
.gameList span {
    font-size: 14px;
    display: block;
    margin-bottom: 25px;
    margin-top: 5px;
}
.gameList:hover {
    color: #fff;
}
.gameList img {
    border-radius: 10px;
}


.menuLeft {
    background:
        linear-gradient(0deg, #161A1F,#2A323B) padding-box, /*this is your grey background*/
        linear-gradient(0deg, rgba(176,117,21,1) 0%, rgba(245,215,127,1) 46%, rgba(176,117,21,1) 100%) border-box;
    border: 0px solid transparent;
    border-radius: 8px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #efcf76;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.menuLeft img {
    width: 56px;
    margin: 10px 15px;
    height: auto;
    font-weight: 600;
}

.menuLeft.active .textMenu {
    background: transparent;
    color: #000;
    -webkit-background-clip: text;
    font-weight: 600;
}

.menuLeft.active {
    background: rgb(252,239,219);
    background: linear-gradient(180deg, rgb(248 236 170) 0%, rgb(186 140 38) 100%);
}




/*.textMenu {
        background: rgb(176,117,21);
        background: linear-gradient(-45deg, rgba(176,117,21,1) 0%, rgba(245,215,127,1) 46%, rgba(176,117,21,1) 100%);
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #000;
        font-weight: 600;
        padding: 11px 8px;
}*/
.textMenu {
    background: transparent;
    background: transparent;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #efcf76;
    font-weight: 300;
    padding: 11px 8px;
}
.menuline1 {
    display: block;
    line-height: 8px;
    text-transform: uppercase;
    padding: 15px 5px 5px 10px;
    font-size: 16px;
}
.menuline2 {
    padding-left: 10px;
}
.hotitem {
    position: relative;
}
.fireHot {
    position: absolute;
    width: 200px !important;
    z-index: -1;
    left: 92px;
    top: -75px;
}
.iconFronttitle {
    width: 64px;
}

.menuBottom {
    display: none;
}

/*SLIDER*/
.owl-carousel img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #b27919;
}

.lgBanner {
    position: relative;
}
.lgBanner span {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}
.titleCenterText {
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}
.titlePad {
    padding-bottom: 30px;
}
.soonIcon {
    position: absolute;
    width: 250px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 70px;
}

.logoLogin {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bgLogin {
    /*background-color: #002c67;*/
    background-image: url(../../assets/bg/bg-login.png);
    /* background-size: cover; */
    /* background-position: top; */
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1175px){
    .loginSection {
        width: 80%;
        margin: 0 auto;
    }
}
.loginSection {
    background-color: #00000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 30px;
}
.titleLogin1 {
    color: #f1c458;
    text-align: center;
    margin-bottom: 0;
}
.subTitleLogin {
    display: block;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.flagIcon {
    text-align: right;
    margin-bottom: 10px;
}
.flagIcon img {
    width: 32px;
}

.form-control.gold-blue{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d6dbe0;
    background-color: #323232;
    background-clip: padding-box;
    border: 1px solid #f1c458;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.gold-blue:focus {
    color: #d6dbdf;
    background-color: #daa52057;
    border-color: #f1c458;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 170 57 / 25%);
}

.form-control.gold-blue:focus::placeholder {
    color: #d6dbdf;
}
.textLogin {
    display: flex;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.memPass {
    flex: 1;
}
.textLogin a {
    color: #fff;
}
.footerCopy {
    margin-top: 5%;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding-bottom: 20px;
    color: #a88e50;
    font-weight: 800;
}
#login_form label{
    margin-top: 0.5rem;
    font-size:1rem;
}

