﻿html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body.bottom-menu {
    padding-bottom: 50px;
    padding-top: 65px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

.form-group {
    margin-bottom: 0.8rem;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

div#preloading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    z-index: 100;
    left: 0px;
}

/*img#preloading-img {
    position: fixed;
    width: 200px;
    margin: calc(50vh - 130px) calc(50vw - 100px);
}*/

img#preloading-img {
    position: fixed;
    width: 50px;
    margin: calc(40vh - 25px) calc(50vw - 25px);
}

div#preloading span {
    position: fixed;
    width: 100%;
    margin-top: calc(50vh - 20px);
    display: block;
    text-align: center;
}

#unclaimed-rebate+div#content {
    padding-top: 25px;
}

#processing_ticket+div#content {
    padding-top: 25px;
}

#processing_ticket+#unclaimed-rebate+div#content {
    padding-top: 55px;
}

#roll-ann-div+#unclaimed-rebate+div#content {
    padding-top: 55px;
}

#roll-ann-div+#processing_ticket+div#content {
    padding-top: 55px;
}

#roll-ann-div+#processing_ticket+#unclaimed-rebate+div#content {
    padding-top: 85px;
}

body.bottom-menu #roll-ann-div+div#content {
    padding-top: 30px;
}

body.top-menu #roll-ann-div+div#content {
    padding-top: 95px;
}

body.top-menu div#content {
    padding-top: 65px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.navbar-black,
.fixed-top #menu {
    background-color: black;
}

.fixed-top #menu {
    height: 60px;
}

hr {
    border-color: #c3c3c3;
}

.top-bar {
    display: flex;
    color: #fff;
}

.top-logo img {
    height: 53px;
}

.top-welcome {
    align-self: center;
    /*margin-left: auto;*/
}

.navbar {
    padding: 5px 5px;
}

.navbar.fixed-top {
    height: 65px;
    border-bottom: 2px solid #000;
}

.navbar.fixed-bottom {
    height: 50px;
    padding: 0px;
    /* must not use percents here, must be 60px*/
}

.navbar.fixed-bottom>.container>.icon-bar {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0px;
    height: 50px;
    /* must not use percents here, must be 60px*/
}

.navbar.fixed-bottom>.container>.icon-bar>i {
    line-height: 50px;
    /* must not use percents here, must be 60px*/
}

.navbar.fixed-bottom>.container>.icon-bar:first-child {
    border-left: 2px solid #fff;
    /* must not use percents here, must be 60px*/
}

.navbar.fixed-bottom>.container>.icon-bar:last-child {
    border-right: 2px solid #fff;
    /* must not use percents here, must be 60px*/
}

.navbar.fixed-bottom>.container>.icon-bar>img {
    height: 50px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

a.icon-bar {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease;
    color: white;
    font-size: 28px;
    max-width: 100%;
    max-height: 100%;
}

.fixed-top .icon-bar {
    font-size: 35px;
    line-height: 61px;
}

.fixed-top .icon-bar img {
    max-width: 100%;
    max-height: 100%;
    height: 60px;
    vertical-align: initial;
}

#roll-ann-div {
    background-color: #444444;
    color: #fff;
    top: 65px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    z-index: 1;
}

.notification-bg-fullwidth {
    background-color: #ccc;
    top: 65px;
    left: 0;
    width: 100%;
    height: 25px;
    z-index: 1;
}

#roll-ann-div+.notification-bg-fullwidth {
    top: 95px;
}

#roll-ann-div+#processing_ticket+.notification-bg-fullwidth {
    top: 116px;
    border-top: 1px solid black;
}

#unclaimed-rebate {
    text-align: center;
    font-size: 12px;
}

.notification-text {
    padding: 2px 15px;
    font-weight: 600;
    line-height: 20px;
}

a.notification-text {
    color: black;
    text-decoration: none;
}

/* PRODUCT */
.product {
    /*display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;*/
}

.product thead th {
    text-align: center;
}

.product-name {
    /*align-self: center;
    text-align: center;*/
    padding: 10px;
}

.product-content {}

.product-content span {
    padding-left: 5px;
}

.product-download {
    margin-top: 5px;
}

.product-download a {
    margin-bottom: 5px;
}

.product-download a .fa-android {
    color: #a4c639;
}

.product-download a .fa-apple {
    color: #808080;
}

.product-download a .fa-html5 {
    color: #e34f26;
}

.product-action {
    text-align: center;
}

.product-action .deposit-btn {
    color: #fff;
    background-color: #14a536;
}

.product-content #changePwdBtn.btn {
    font-size: 12px;
    padding: 0px 8px;
}

/* END PRODUCT */

/* CONTACT */
.contact-row {
    display: flex;
    margin-bottom: 2px;
}

.contact-icon {
    width: 22px;
}

.contact-icon>i {
    font-size: 16px;
}

.contact-icon>i.fa-phone {
    color: #636363;
}

.contact-icon>i.fa-whatsapp-square {
    color: #00c500;
}

.contact-icon>i.fa-weixin {
    color: #43aa43;
}

.contact-icon>i.fa-telegram {
    color: #0088cc;
}

.contact-icon>i.fa-skype {
    color: #00aff0;
}

.contact-link a {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
    padding: 1px 3px;
    color: #000;
    margin-left: 5px;
}

/* END CONTACT */

/* CONTACT US*/
.contactus-row {
    padding: 10px 0px;
}

.contactus-icon {
    margin-bottom: 5px;
}

.contactus-icon>i {
    font-size: 30px;
}

.contactus-icon>i.fa-phone {
    color: #636363;
}

.contactus-icon>i.fa-whatsapp-square {
    color: #00c500;
}

.contactus-icon>i.fa-weixin {
    color: #43aa43;
}

.contactus-icon>i.fa-telegram {
    color: #0088cc;
}

.contactus-icon>i.fa-skype {
    color: #00aff0;
}

.contactus-link a {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
    padding: 1px 3px;
    color: #000;
    margin-left: 5px;
}

/* END CONTACT US */

/* DEPOSIT */
.deposit {
    padding-top: 10px;
}

.product-content>div>i {
    width: 15px;
}

ul.receipt-notes {
    margin-top: 2px;
    list-style-type: none;
    padding-left: 10px;
    font-size: 12px;
}

ul.receipt-notes>li>i {
    margin-right: 5px;
    color: red;
    font-weight: 600;
    font-size: 6px;
    vertical-align: top;
    padding-top: 5px;
}

ul.receipt-notes>li>h5 {
    display: inline;
    font-style: italic;
}

ul.freecredit-notes {
    margin-top: 2px;
    list-style-type: none;
    padding-left: 10px;
    font-size: 12px;
}

ul.freecredit-notes>li>i {
    margin-right: 5px;
    color: red;
    font-weight: 600;
    font-size: 6px;
    vertical-align: top;
    padding-top: 5px;
}

ul.freecredit-notes>li>h5 {
    display: inline;
    font-style: italic;
}

/* END DEPOSIT */
/* SUSPENDED, INVALID, BLACKLISTED */
.suspended-text {
    font-weight: 600;
    color: red;
}

.invalid-text {
    font-weight: 600;
    color: blue;
}

.blacklisted-text {
    font-weight: 600;
}

/* END SUSPENDED, INVALID, BLACKLISTED */
/* Status Text color*/
.text-Processing {
    color: #007bff;
}

.text-Success {
    color: #28a745;
}

.text-Reject {
    color: #dc3545;
}

/*TABLE*/
.table th,
.table td {
    padding: 0.5rem;
}

.table thead tr th {
    border-top: 0px;
}

/*Game*/
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #1e672f;
    border-color: #176228;
}

/*End Game*/

/*Announcement*/
.modal-header,
.modal-footer {
    padding: 0.5rem;
    display: unset;
}

.modal-body {
    padding: 0.5rem;
}

/*End Announcment*/

/*CAROUSEL*/
div#home-carousel {
    width: 100%;
    height: 300px;
}

div#home-carousel div.carousel-inner,
div#home-carousel div.carousel-inner div.carousel-item {
    width: 100%;
    height: 100%;
}

div#home-carousel div.carousel-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

/*END CAROUSEL*/
/*Reward Page*/

.step-progressbar-toplabels .step-progressbar-steplabel,.step-progressbar-bottomlabels .step-progressbar-steplabel {
    color: #000000 !important;
}

/*End Reward Page*/
@media screen and (max-width: 767px) {
    .top-welcome {
        margin-right: 5px;
    }

    .top-logo {
        /*margin-left: 10px;*/
    }

    .notification-text {
        padding-left: 10px;
    }

    .container,
    .body-content {
        padding-left: 0;
        padding-right: 0;
    }

    footer {
        padding-left: 10px;
    }

    .deposit {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar.fixed-bottom>.container>.icon-bar:first-child {
        border-left: 0px;
        /* must not use percents here, must be 60px*/
    }

    .navbar.fixed-bottom>.container>.icon-bar:last-child {
        border-right: 0px;
        /* must not use percents here, must be 60px*/
    }

    .fixed-top #menu {
        top: 60px;
        width: 100%;
        position: fixed;
        left: 0px;
        height: 65px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .fixed-top #menu #inner-menu {
        max-width: 540px;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    /*body.bottom-menu div#content {
        padding-top: 60px;
    }*/

    body.top-menu #roll-ann-div {
        top: 120px;
    }

    body.top-menu #roll-ann-div+#processing_ticket {
        top: 150px;
    }

    body.top-menu #roll-ann-div+#processing_ticket+div#content {
        padding-top: 175px;
    }

    body.top-menu #roll-ann-div+div#content {
        padding-top: 150px;
    }

    div#home-carousel {
        width: 100%;
        height: 100px;
    }

    body.top-menu #processing_ticket {
        top: 125px;
    }

    body.top-menu #processing_ticket+div#content {
        padding-top: 145px;
    }

    body.top-menu div#content {
        padding-top: 125px;
    }

}

@media (min-width: 768px) {
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Deposit Page */
#ticket-btn.active,
#fpx-btn.active,
#transfer-btn.active,
#duitnow-btn.active {
    background-color: var(--theme-color-2) !important;
    border-color: var(--theme-color-2) !important;
}

.action-btn,
.amount-btn {
    width: 75px !important;
    outline: none !important;
    box-shadow: none !important;
}
/* #ticket-btn,
#fpx-btn {
    display: inline-block;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    background-color: var(--theme-color-2);
    color: white;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
} */