body {
    font-family: 'Kumbh Sans', 'Prompt', sans-serif;
    background-color: #FAFAFA;
    color: #3D3E40;
    font-size: 14px;
}

a, a:hover {
    text-decoration: none;
}

header {
    background-color: #fff;
    /*padding: 10px 20px;*/
    -webkit-box-shadow: 0px 17px 13px -16px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 17px 13px -16px rgba(0,0,0,0.09);
    box-shadow: 0px 17px 13px -16px rgba(0,0,0,0.09);
    position: fixed;
    width: 100%;
    z-index: 9;
}

.leftBox {
    position: relative;
}

.navIcon {
    position: absolute;
    left: 140px;
    top: 10px;
}


/*SIDEBAR*/
.sidebar {
    background-color: #fff;
    position: fixed;
    height: 100%;
    z-index: 5;
    width: 156px;
    padding: 10px;
    margin-top: 60px;
    -webkit-box-shadow: 9px 0px 20px -9px rgba(219,219,219,1);
    -moz-box-shadow: 9px 0px 20px -9px rgba(219,219,219,1);
    box-shadow: 9px 0px 20px -9px rgba(219,219,219,1);
}



.warpbody {
    margin-left: 156px;
    padding-top: 60px;
    position: relative;
}

.marketPrice {
    background-color: #FAFAFA;
    padding: 20px 20px 10px 20px;
    -webkit-box-shadow: 0px 17px 13px -16px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 17px 13px -16px rgba(0,0,0,0.09);
    box-shadow: 0px 17px 13px -16px rgba(0,0,0,0.09);
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 15px;
}

.marketCurrency {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-top: 6px;
}

.minidot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 2px;
}

.dotOffline {
    background-color: #BCC4C9;
}

.dotOnline {
    background-color: #3D9844;
}

.titleba {
    font-size: 12px;
    color: #BCC4C9;
    display: block;
    line-height: 10px;
    padding-top: 5px;
}

.smallNum {
    font-size: 11px;
}

.colorDown, .type-sell {
    color: #F82929 !important;
}

.colorUp, .type-buy {
    color: #3D9844;
}

.type-pf {
    color: #ecc877;
}

.border-right {
    border-right: 1px solid #BCC4C9 !important;
}



.contentPanel {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 23px 2px rgba(219,219,219,0.59);
    -moz-box-shadow: 0px 8px 23px 2px rgba(219,219,219,0.59);
    box-shadow: 0px 8px 23px 2px rgba(219,219,219,0.59);
    margin-bottom: 20px;
}

.titlePanel {
    position: relative;
    margin-bottom: 40px;
}

    .titlePanel.smallMb {
        margin-bottom: 10px;
    }

    .titlePanel h2 {
        font-size: 18px;
        font-weight: 700;
        color: #005584;
    }

.btnRightPanel {
    position: absolute;
    right: 0;
    top: 0;
}

.lineTitle {
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #E6B850;
}

.dateNews {
    font-size: 11px;
    color: #BCC4C9;
}

.newstitle a {
    color: #3D3E40;
}

.titleColum {
    font-weight: 600;
}

.fz16 {
    font-size: 16px;
}

.detailTextright {
    color: #005584;
}

.text-black-20 {
    color: #BCC4C9;
}

.table .thead-table th {
    vertical-align: bottom;
    border-bottom: 3px solid #E6B850;
    border-top: 1px solid #E6B850;
    background-color: #FFFBEF;
    color: #3D3E40;
    font-size: 16px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table th,
.table td {
    padding: 0.6rem;
}


.titleCash {
    font-weight: 600;
    color: #BCC4C9;
    font-size: 28px;
}

    .titleCash span {
        font-weight: 300;
        font-size: 18px;
    }

.numBalance {
    font-size: 60px;
    color: #005584;
    font-weight: 600;
}


.bankPanel {
    -webkit-box-shadow: 0px 0px 17px 3px rgba(219,219,219,0.43);
    -moz-box-shadow: 0px 0px 17px 3px rgba(219,219,219,0.43);
    box-shadow: 0px 0px 17px 3px rgba(219,219,219,0.43);
    display: block;
    padding: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #3D3E40;
    font-weight: 600;
}

    .bankPanel img {
        margin-right: 5px;
    }

.col-sm-3.col-bank {
    padding-right: 5px;
    padding-left: 5px;
}

.status {
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}


footer {
    font-size: 12px;
    margin-top: 40px;
    color: #BCC4C9;
    margin-bottom: 40px;
}


.btn-primary {
    background-color: #005584;
    border-color: #005584;
}

    .btn-primary:hover {
        background-color: #016CA7;
        border-color: #016CA7;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #BCC4C9;
        border-color: #BCC4C9;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #BCC4C9;
        border-color: #BCC4C9;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #BCC4C9;
        border-color: #BCC4C9;
    }


.btn-outline-primary {
    color: #005584;
    border-color: #005584;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #016CA7;
        border-color: #016CA7;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        color: #fff;
        background-color: #BCC4C9;
        border-color: #BCC4C9;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }



dd {
    margin-bottom: 0;
}

.markInfo {
    font-size: 12px;
    color: #BCC4C9;
    margin-bottom: 30px;
    position: relative;
}

    .markInfo span {
        display: inline-block;
        margin-left: 20px;
    }

.iconInfo {
    position: absolute;
}

.labelInline {
    font-weight: 600;
}


.leftmenu {
    text-align: center;
    display: block;
    padding: 15px 0 15px 0;
    margin-top: 5px;
    color: #BCC4C9;
    transition: all 0.5s ease;
}

a.leftmenu:hover {
    color: #BCC4C9;
    background-color: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.leftmenu span {
    display: block;
    margin-top: 5px
}

.menuAcctive {
    font-weight: 600;
    color: #005584;
    background-color: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

a.menuAcctive:hover {
    color: #005584;
}

.iconUser {
    margin-right: 5px;
}

.navTopright {
    margin-bottom: 0;
}

    .navTopright > li:first-child {
        padding-right: 15px;
    }

.langClass {
    display: inline-block;
}

    .langClass img {
        margin-right: 3px;
    }

    .langClass span {
        color: #3D3E40;
        display: inline-block;
    }




.modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.8rem;
}

.modal-header {
    padding: 2rem 2rem 0;
    border-bottom: 0px solid #dee2e6;
}

.modal-body {
    padding: 1rem 2rem 2rem;
}

.currecyRight {
    position: absolute;
    display: inline;
    right: 34px;
    top: 40px;
    color: #aaaaaa;
}

.balanceModal {
    font-size: 36px;
    color: #005584;
    font-weight: 600;
}

.balanceTiltleModal {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}


.warpbody {
    transition: all 0.5s ease;
}

.sidebar {
    left: 0;
    transition: all 0.5s ease;
}

.hideSidebar {
    left: -200px;
}

.fullBody {
    margin-left: 0;
}

.flag, .iconFontNav i, .iconFontNav svg {
    margin-right: 15px;
}

.headerPad {
    padding: 10px 20px;
}


.outerScroll {
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

    .outerScroll .pricecol {
        width: 24.5%;
        float: none;
        display: inline-block;
        zoom: 1;
        margin: 0 0.25%;
    }



.widthCol {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 0;
    padding-right: 0;
}

.card {
    padding: 0 10px 0 8px;
    margin-right: 8px;
    border-right: 1px solid #ccc !important;
}

.scrolling-wrapper {
    overflow-x: auto;
}

.card-block {
    border: none;
    background-color: transparent;
    transition: all 0.2s ease-in-out !important;
    border-radius: 0;
}

.navBottom {
    display: none;
}

.icoWallet {
    width: 84px;
}

/*PAGINATION*/
.page-item.active .page-link {
    background-color: #005584;
    border-color: #005584;
}

.pagination .page-item {
    cursor: pointer;
}

.page-link {
    color: #005584;
}

/*LOAD SPINDER*/
.spinner-border {
    width: 7rem;
    height: 7rem;
}

/*Deposit Witdraw*/
.check-order {
    height: inherit;
}

@media (min-width: 768px) {
    .part-1-detail .contentPanel {
        height: 100%;
        margin-bottom: 0 !important;
    }
}

/*Datepicker*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
}

/*Info*/
/*#AccPort .row:nth-child(-n+3) .col-4 {*/
#AccPort .row .col-4 {
    font-weight: bold;
}

#acc-row-CashBalance {
    display: none;
}
