/* REGISTER FORM */
.member-page { font-size: 15px }
.regis-bg { position: relative; height: 100vh; overflow: hidden; display:flex;}
.regis-bg img { object-fit:cover; width:100%; height:100vh; overflow: hidden;}
.logo-mask {
    position: absolute;
    top: 10px; left: 50%;
    transform: translate(-50%,0);
    background: url("../../images/logo-white.png") no-repeat center center;
    background-size: contain;
    width: 200px; height: 100px;
    object-fit: cover;
    z-index: 99;
}
.regis-panel {
    position: relative;
    height: 100vh; overflow-y: scroll;
}
.regis-box {
    width: 100%;
    max-width: 900px;
    max-height: 100vh;
    padding: 20px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.regis-box .title { 
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.regis-box .desc1, .regis-panel .desc1 { color: #F2B705; padding: 10px 0; font-weight: 600;}
.regis-box .desc2, .regis-panel .desc2 { padding: 10px 0; font-weight: 600;}
.regis-box .control-label, .regis-panel .control-label { font-weight: 500;}
.regis-box a, .regis-panel a { color: #F2B705; font-weight: 600;}
.regis-box a:hover, .regis-panel a:hover { color: #333333;}

.regis-box input[type='text'], .regis-box input[type='password'] {
    height: 38px; line-height: 38px;
}
.regis-box .label-check { font-weight: normal;}
.aff-box {
    background-color: #F2B705; 
    color: #fff; 
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 6px;
}
#btn-process, #btn-process-register {
    width: 200px;
    margin: auto;
    border-radius: 6px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
}
.regis-box .fa-check-circle {
    margin-top: 86px;
}

/* LOGIN FORM */
.login-box {
    width: 500px;
}

/* DASHBOARD */
.dashboard-page {
    background-color: #F1F4F7;
    color: #3333;
    font-size: 14px;
}
.dashboard-page header {
    color: #333;
    background-color: #fff;
    box-shadow: 0 1px 3px #ccc;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.dashboard-page header .container, .dashboard-page header .container-fluid {
    display: flex;
}
.dashboard-page header .logo {
    height: 80px; 
    width: fit-content;
    overflow: hidden;
    flex: 1; 
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.dashboard-page header .logo img {
    height: 68px; object-fit: cover;
}
.dashboard-page a { text-decoration: none;}
.dashboard-page a.btn-success { color: #fff;}
.dashboard-page a.detail { color: #333;}
.dashboard-page a.detail:hover { color: #F2B705;}

.dashboard-icon { 
    width: 68px; 
    height: 68px;
    margin-right: 18px;
    /* background: #eee;
    border-radius: 50%; */
    text-align: center;
}
.dashboard-icon .fa { font-size: 60px;}
.dashboard-icon .text-info { color: #F2B705}
.dashboard-icon .text-success { color: #d5e4c4}
.dashboard-icon .text-warning { color: orange}
.dashboard-icon .text-danger { color: red}
.dashboard-icon .text-green { color: #F2B705}

.dashboard-total { color:#F2B705; font-weight: 600;}

.dashboard-page .avatar {
    background: #ccc; padding: 10px 20px;
    width: 96px; height: 100px; color: #fff;
}

.text-primary {
    color: #F2B705 !important;
}
.fa-chart-line:before {
    content: "\f201";
}
.fa-chart-bar:before {
    content: "\f080";
}
.fa-chart-area:before {
    content: "\f1fe";
}
.fa-chart-pie:before {
    content: "\f200";
}
h6, .h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.border-bottom {
    border-bottom: 1px solid #eee !important;
}
.border-top {
    border-top: 1px solid #eee !important;
}
.text-bold {
    font-weight: bold;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #eee;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
}
.btn.btn-primary {
    color: #FFFFFF;
}
.btn.btn-default {
    color: #555;
    background: #ddd;
    border: 1px solid #ddd;
}
.btn.btn-default:hover {
    color: #fff;
    background: #F2B705;
    border: 1px solid #F2B705;
}
.btn {
    transition: .2s;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    width: unset;
    text-transform: unset;
    line-height: 25px;
    height: 25px;
    padding: 0 5px;
    border-radius: .2rem;
}
.btn-view { width: 150px; border-radius: 26px}

.box_history ul {
    margin: 0; padding: 0
}
.box_history ul li {
    list-style: none;
}

.sidebar-menu ul li li {
    padding: 6px 20px;
}
.member-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    margin: 8px 0;
}
.member-menu li {
    list-style: none;
}
.member-menu li a {
    color: #3f4254;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 20px; 
    border-right: 1px solid #ebedf3;
}
.member-menu li:hover > a, .member-menu li.active > a {
    background: #F2B705;
    color: #fff;
}
.member-menu li h4{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; padding: 0 0 5px;
}
.member-menu li label{
    font-weight: normal;
    color: #b5b5c3;
}
.member-menu .dropdown-menu {
    display: none;
    width: 200px;
    top: 25px;
}
.dropdown-menu-right {
    right: 12px; top: 70% !important;
}
.member-menu li:hover .dropdown-menu {
    display: block;
    background-color: #fff;
}
.member-menu .dropdown-menu a {
    display: block;
    text-transform: none;
}
.member-menu .dropdown-menu a:hover, 
.member-menu .dropdown-menu a.active {
    color: #333; background: #eee;
}
.member-menu .dropdown-menu .fa {
    width: 25px; 
}
.member-menu .fa-user-circle {
    color: #F2B705; font-size: 20px; margin-right: 5px;
}
.member-menu li:hover .fa-user-circle {
    color: #fff;
}
.member-menu .fa-home { font-size: 20px; }

.frm-search {
    display: flex;
}
#frm-search {
    margin: auto 10px;
}
#frm-search .search-box {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 2s;
}
#frm-search .inputSearch {
    color: #333;
    background: #F2F5F9;
    width: 300px;
    display: block;
    padding-right: 48px;
    opacity: 1;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border-radius: 26px;
    padding-left: 48px;
    padding-right: 0px;
    transition: all 1s;
    border: 0;
}
#frm-search #btn-search {
    color: #333;
    position: absolute;
    left: 0px;
    background: transparent;
    border: 0;
    width: 48px;
    font-size: 24px;
    transition: all 1s;
}
#frm-search .cbo-search {
    position: absolute;
    right: 18px; top: 6px;
    width: 111px;
    border: 0;
    border-left: 1px solid #fff;
    font-size: 15px;
    background: transparent;
}
.box-notify { position: relative;}
.box-notify .number {
    width: 20px; height:20px;
    border-radius: 50%;
    background: #F2B705; 
    color: #fff;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 5px;
    font-size: 14px;
}

.choose_language {
    position: relative;
}
.choose_language:hover .language_submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.language_submenu { 
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px; right: 0;
    width: 140px;
    z-index: 999;
    border: 1px solid #eee;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.language_submenu a {
    padding: 10px 15px;
    display: block;
}


.member-path { color: #bbb}

.dashboard-page .card-white {
    background: #fff;
    box-shadow: 0 1px 3px #ccc;
    padding: 20px; margin: 20px 0;
    border-radius: 6px;
    color: #333;
}

.dashboard-page .card-green {
    background: #F2B705;
    color: #fff;
}
.dashboard-page .card-body { padding: 20px 0}
.dashboard-page .main-title {
    text-transform: uppercase; 
    font-size: 20px;
    margin: 0; padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1; 
}
.dashboard-page .main-title label {
    font-size: 14px;
}
.dashboard-page .main-title::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    height: 2px; width: 100px;
    background: #F2B705; 
    z-index: 2;
}
.card-welcome .main-title { font-size: 22px; text-transform: none;}

.dashboard-page .card-form label{
    font-weight: 500;
}
.form-small {
    width: 60%;
    margin: auto;
}
.dashboard-page #btn-save {
    width: 200px;
    margin: auto;
    border-radius: 6px;
    color: #fff;
    height: 34px;
    text-transform: uppercase;
}

.card-notify .card-body {
    padding: 0;
}
.card-notify ul { margin: 0; padding: 0;}
.card-notify ul li { 
    list-style: none;
    margin: 10px 0; padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
}
.card-notify .note { margin-bottom: 10px;}
.card-notify .date { color: #666; font-size: 13px;}

.card-link .menu {
    list-style: none;
    margin-left: 18px;
}
.card-link .menu li {
    list-style-image: url(../../images/li-black.png);
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
    width: 100%;
}
.card-link .menu li .nav-link {
    padding: 0;
    display: block;
}

.dashboard-page .card-white-order {
    background: #fff;
    box-shadow: 0 1px 3px #ccc;
    padding: 20px 0; margin: 20px 0;
    border-radius: 6px;
    color: #333;
}
.card-white-order .card-header {
    padding: 0 20px
}

table.table {     
    font-size: 14px;
    font-family: arial, "Open Sans";
}
table.table th {
    color: #394047;
}
table.table .text-gray { color: #666;}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F3F4F5;
}
table.table tr, table.table th, table.table td {
    border: none;
    border-bottom: 1px solid #F3F4F5;
}
table.table .label-success {
    background: #779D4E;
    border-radius: 15px;
    padding: 6px 12px;
    font-size: 90%;
    font-weight: 500;
}
table.table .label-warning {
    background: #F3D784;
    border-radius: 15px;
    padding: 6px 12px;
    font-size: 90%;
    font-weight: 500;
}
.nav-tabs>li { height: 50px; line-height: 50px;}
.nav-tabs>li>a { 
    line-height: 50px; 
    padding: 0px 15px; border: 0; 
    font-size: 16px; color: #999;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #333;
    border: 0;
    border-bottom: 2px solid #F2B705;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.faq_tabs { position: relative;}
.faq_tabs .fa-plus-circle {
    position: absolute;
    right: 12px; top: 10px;
    z-index: 2; color: #F2B705
}

.member-path ul { margin: 0; padding: 0}
.member-path ul li {
    list-style: none; 
    padding: 8px 8px 8px 0; 
    font-size: 13px;
    display: inline-block;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 20px auto;
    max-width: 600px;
  }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    width: 4px;
    height: 100%;
    background: #ddd;
  }
  .timeline-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }
  .timeline-step:last-child {
    margin-bottom: 0;
  }
  .timeline-icon {
    width: 40px;
    height: 40px;
    background: #F2B705;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    position: relative;
  }
  .timeline-step.completed .timeline-icon {
    background: #0673a4;
  }
  .timeline-step .step-content {
    margin-left: 20px;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    position: relative;
    z-index: 0;
  }
  .timeline-step .step-content h4 {
    margin: 0;
    font-size: 16px;
  }
  .timeline-step .step-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
  }

.card-order-info { min-height: 250px;}
.order_info {
    display: flex; width: 100%;
}
.order_info label{ width: 210px; }

/* icon question */
.icon_ques {position:relative;}
.icon_ques .fa{color:gray;}
.icon_ques .txt_ques {
	position:absolute; display:none;
	bottom: 15px; right: -30px;
    z-index: 99; padding: 2px 5px;
	border:1px solid #ccc; background:#fff;
}

.text-center { text-align: center !important;}
.text-right { text-align: right !important;}
.text-left { text-align: left !important;}


.order-tabs {
    margin: 0; padding: 10px 0; 
    display: flex;
}
.order-tabs li {
    list-style: none; display: flex;
    margin: 0px 2px;
    padding: 0;
    font-size: 13px;
}
.order-tabs li a {
    font-weight: 500;
    padding: 5px 12px;
    color: #333;
    background: #eee;
}
.order-tabs li:hover a, .order-tabs li.active a {
    background: #F2B705; color: #fff;
}
.order-tabs .num {
    background: red;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}

.order-tabs-mobile { 
    display: block;
}
.order-tabs-mobile a { 
    display: block;
    float: left;
    width: 33%;
    padding: 10px;
    background: #f9f9f9;
    color: #333;
    border-right: 1px solid #eee;
    margin-bottom: 10px;
    text-decoration: none;
}
.order-tabs-mobile a.active,
.order-tabs-mobile a:hover {
    background: #0673a4;
    color: #fff;
} 
.order-tabs-mobile .num {
    background: red;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}

.pagination { margin: 0; padding: 0;}
.pagination li { margin: 0 5px;}
.pagination li a, .pagination li span { line-height: unset;}

/* FIX TABLE */
#tablefixbottom {
	position:fixed; display:none;
	bottom:0; left:0; right:0; 
	height:50px; line-height:50px;
	background:#2782c0; color:#fff;
	text-align:center;
	box-shadow:1px 1px 5px #333;
	font-size:20px; text-align:right;
	padding:0 50px 0 20px; 
	z-index:999;
}
#tablefixbottom .inner {margin:auto}
#tablefixbottom .box {padding:0 30px; border: 0; border-right:1px solid #2e94da; background: none;}
#tablefixbottom .total_orders span,
#tablefixbottom .currency_cyn span,
#tablefixbottom .currency_vn span {color:yellow}
#tablefixbottom  #quick_deposit {color:#fff; font-size:20px;}
#tablefixbottom  #change_status {margin-top:10px;}

table .notenough .wrong {
    color: white;
    background: orange;
    padding: 0 5px;
}

.colright .title {
    border-bottom: 1px solid #eee; 
    padding: 10px 0; 
    margin: 5px 0;
}

/* ORDER PAGE */
.order-list {
    overflow: hidden;
    display: block;
}
.order-list .order-item {
    border-bottom: 1px solid #eee;
    text-align: left; 
    background: #fff;
}
.order-list .order-item:nth-child(odd) {
    background: #eee;
}
.order-item .item-header {
    background: #F2B705;
    padding: 0 20px;
    font-weight: 600;
    color: #fff;
}
.order-item .item-content {
    padding: 10px 20px;
}
.order-item .item-content img {
    margin-right: 10px;
}
.order-item .item-content .item-info {
    font-weight: 600;
}

#search_wallet .form-group {
    margin-bottom: 15px;
}
@media (max-width: 950px) {
    #frm-search .inputSearch { width: 230px;}
    .member-menu li a { padding: 8px 10px;}
}
@media (max-width: 768px) {

    .dash-report {
        text-align: center;
    }
    .dash-report .pull-left, .dash-report .pull-right {
        float: unset !important;
        width: 100%;
    }
    .regis-panel {
        background: url("../../../images/form/form_bg.png") repeat-y top center;
        background-size: 100%;
        overflow: unset !important;
        padding: 20px;
    }
    .regis-panel .main { 
        background: rgba(255, 255, 255, .8);
        border-radius: 8px;
        padding: 10px 30px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 90%;
        margin: 20px 0;
    }
    .order-tabs ul li a {
        padding: 10px 10px;
    }
    .order_info label {
        width: 180px;
    }

    .dashboard-page header .logo img {
        height: 50px;
    }
    .member-menu li a { 
        padding: 8px 8px;
        letter-spacing: -0.86px;
    }
}
@media (max-width: 600px) {
    .list-member .member-item {
        clear: both; border-bottom: 1px solid #eee;
        padding: 10px 0;
        margin: 10px 0;
    }
    .list-member .member-item:nth-child(odd) {
        /* background: #eee; */
    }
    .list-member .member-item:nth-child(even) {
        background: #fff;
    }
    .list-member .member-item .form-group {
        clear: both; overflow: auto;
    }
    .list-member .member-item .detail, 
    .list-member .member-item .detail:hover { color: #fff}
    .list-member .member-item .thumb {
        width: 110px;
    }
    .list-member .member-item .info {
        width: calc(100% - 110px);
    }

    .member-menu li a { padding: 8px 10px; }
    .dashboard-page header { display: block;}
    .dashboard-page header .container, .dashboard-page header .container-fluid {
        display: block;
    }
    .member-menu {
        float: right;
        display: block;
        margin: 10px 0;
    }
    .member-menu li {
        list-style: none;
        display: inline-flex;
        height: 45px;
        width: unset;
    }

    #frm-search { width: 100%;}
    #frm-search .inputSearch { width: 100%;}

    .dashboard-page header .logo { float: left;}
    .dashboard-page header .logo a { text-align: center; width: 100%;}
    .dashboard-page header .logo img { margin: auto;}

    #frm-change { width: 100% }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        font-size: 18px; padding: 0px 10px;
    }
}
