/***
các class chung
 */

.btn-none-background {
    background-color: transparent;
}

/**
    danh cho auth
 */
#forget-password {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 32px;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active > a, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a {
    background: #fc7321;
    border-left: 4px solid #fc7321;
}

.wallet-user-slc .select2-container--default .select2-selection--single {
    height: 34px;
    border: 1px solid #e5e5e5;
    line-height: 2.8;
}

.wallet-user-slc .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.box-wallet-recharge {
    /*height: 180px;*/
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16), 0px 1px 3px #ddd;
    margin-bottom: 20px;
    padding: 10px;
}

.box-wallet-recharge h3 {
    color: #fc7321;
}

.btn-orange-qc {
    background-color: #fc7321;
    color: #fff;
}

.btn-orange-qc:hover {
    color: #fff;
    background-color: #fc7321ad;
}

.wallet-user-slc .select2-selection__placeholder {
    line-height: 2.8;
}

.tbl-transaction-list thead tr {
    background-color: #fe7f4a;
    color: #ffffff;
}

.btn-drop-transaction {
    padding: 3px 5px !important;
}

.btn-status.btn-dark {
    background-color: green;
    color: white;
}
