﻿.nav {
    background-color: #000;
}

.nav-container li p, .nav-container li span {
    color: #13e3d7;
}

li.nav-over > div > div > p, li.nav-over > div > div > span {
    color: #13e3d7;
}

.nav-container li:hover > div > div > p, .nav-container li:hover > div > div > span {
    color: #13e3d7;
}

.btnIndexPlay {
    background-color: #fff999;
    color: #000;
}

.headfld {
    border-bottom: 2px solid #8e32ff !important;
}
    .headfld::placeholder {
        color: #8e32ff;
    }

.dfc-tit {
    color: #13e3d7;
}

.divfootbnk {
    color: #13e3d7;
}

table.tb-vip > tbody > tr > td:last-child {
    /*border: 3px solid #fff999;*/
}

.vip .vip-number .number-round {
    background: #fff999;
    color: #000;
}

table.bnkcover > tbody > tr > td {
    background-color: #13e3d7;
}

.tbcm-over, .tbc-menu:hover {
    background-color: #13e3d7;
    color: #000;
}

table.myacc > tbody > tr > td.myacctd1 {
    border-bottom: 5px solid #13e3d7;
}

.divmyacc1 {
    border-bottom: 2px solid #13e3d7;
    border-radius: 15px 15px 0 0;
}

.divVIPL2 {
    border-bottom: 1px solid #13e3d7;
}

.sport-req-acc {
    background-color: #eeba18;
    background-image: linear-gradient(#eed138, #eeba18);
    color: #000;
}

.fileinput {
    background-color: #13e3d7;
    color: black;
    border-radius: 5px;
}

.txtprof {
    color: #fff;
    width: 50%;
    margin-left: 10px;
    border: 0px solid white;
}

.txtBnkInfo {
    color: #fff;
    width: auto;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    border: 0px solid white;
}


.field-input option {
    color: #fff999;
}

#menu6 li:hover, #menu6 ul .active {
    background-color: #13e3d7;
    border-radius: 6px 6px 0 0;
}

    #menu6 li:hover a, #menu6 ul .active a {
        color: #000;
        font-size: 12px;
    }

#menu6 li:last-child:hover a {
    color: #13e3d7;
}

#menu6 ul {
    border-bottom: solid #13e3d7 0px;
}

#menu6 li {
    border: solid #13e3d7 2px;
    border-bottom: 0 !important;
    border-radius: 6px 6px 0 0;
}

.accframe {
    border: 2px solid #13e3d7;
    border-radius: 15px;
}

.center .center-setting a {
    color: #8e32ff;
    font-size: 14px;
}

.center .center-setting div {
    border: 0px solid #fff999;
}

.txtLogout {
    color: #15dcd5 !important;
}

.field-lbl {
    color: #fff;
}

.acc-txt-tit {
    color: #fff;
}

table.tb-promo > tbody > tr > td:first-child {
    border-top: 0px solid #fff999;
}

    table.tb-promo > tbody > tr > td:first-child > span {
        color: #13e3d7;
    }

table.tb-promo > tbody > tr > td {
    padding-left: 0 !important;
}

.tbh1 th {
    background-color: #13e3d7;
    color: #000;
}

.div-m-vip {

}

.div-m-vip1 {
    width: 75%;
    float: left;
    display: block
}

.div-m-vip2 {
    width: 20%;
    float: right;
    display: block;
}

    .div-m-vip2 > a > img {
        padding-top: 20px;
    }

    .div-m-vip2 > div {
        margin-top: 20px;
    }

.tb-m-vip {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 10px 0;
}
    .tb-m-vip > tbody > tr > td {
        padding: 5px;
        font-weight: normal !important;
    }

    .tb-m-vip > tbody > tr > td:first-child {
        width: 40%;
    }

.promo-large-img {
    border-radius: 20px;
}

.divEtc {
    width: 1024px;
    min-height: 600px;
    border: 1px solid #13e3d7;
    border-radius: 15px;
    text-align: left;
    color: #fff;
    display: inline-flex;
    position: relative;
}

.divEtc-left {
    width: 245px;
    height: 100%;
    border-right: 1px solid #13e3d7;
    border-radius: 15px 0 0 15px;
    position: absolute;
    display: inline-block;
}

.divEtc-left-first {
    color: #fff;
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
}

.divEtc-left-first-active {
    background-color: #13e3d7;
    border-radius: 15px 0 0 0;
    color: #000;
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
}

.divEtc-left-x {
    color: #fff;
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
}

    .divEtc-left-x:hover {
        background-color: #13e3d7;
        color: #000;
    }

.divEtc-left-first:hover {
    background-color: #13e3d7;
    color: #000;
    border-radius: 15px 0 0 0;
}

.divEtc-left-x-active {
    background-color: #13e3d7;
    color: #000;
    padding: 20px;
    font-weight: bold;
}

.divEtc-right {
    float: right;
    width: 730px;
    /*min-height: 600px;*/
    border: 0px solid white;
    padding: 20px;
    /*position: relative;*/
    margin-left: 245px;
    display: block;
}

@media screen and (max-width: 480px) {
    .div-m-vip1 {
        width: 100%;
        float: none;
    }

    .div-m-vip2 {
        width: 100%;
        float: none;
    }

        .div-m-vip2 > a > img {
            padding: 20px 0;
        }

    .tb-m-vip > tbody > tr > td {
        font-size: 14px;
    }

    .tb-m-vip > tbody > tr > td:first-child {
        width: 60%;
    }

    .divIndexProd {
        display: none;
    }

    #logo {
        margin: 5% auto;
        height: 30px;
    }

    .m-nav-container li {
        color: #13e3d7; /*#000;*/
        font-weight: bold;
    }

        .m-nav-container li:hover, .m-nav-container li:active, .mnc-over, .mnc-over > div > div {
            background-color: #6823a2; /*#411666; #0b1320;*/
            color: #13e3d7; /*#fff999;*/
        }

    .m-nav {
        background-color: #411666;
        border: 0px solid white;
    }

    .m-xapps {
        background-color: #fff999;
        color: #000 !important;
    }

    .m-bg-cont > b {
        color: #fff999;
    }

    .sidenav .sidenav-profile a {
        color: #13e3d7; /*#fff999;*/
    }

    .sidenav a {
        border-bottom: 1px solid #13e3d7; /*#fff999;*/
    }

    .sidenav .sidenav-footer .btnDesk {
        color: #13e3d7; /*#fff999;*/
    }

    .sidenav .sidenav-footer p {
        color: #13e3d7; /*#fff999;*/
    }

    .txtreg {
        color: #13e3d7 !important;
    }

    .m-live-title {
        color: #fff999;
    }

    .m_logo {
        width: 30%;
        max-height: unset !important;
        margin-top: -2vh;
    }
}
