nav{
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
.navbar {
    padding: 0.7rem 1rem;
}
.navbar-light .navbar-nav .nav-link{
    color: #666;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}
#userInfo{
    padding: 0;
}
#userInfo .header-user-img {
    width: 2rem;
    border-radius: 100%;
    margin: 0;
}

/*==========user=========*/
.customer-info {
    /*margin: 2.8rem 0 5rem 0;*/
}
.customer-info .avatar-upload h4{
    margin: 0.7rem 0 3rem 1rem;
    color: #666666;
    font-weight: bold;
}
.dashboard-info-empty{
    margin: 20% auto;
    text-align: center;
}
.customer-info .sidebar {
    margin-left: 0;
}
.customer-info .sidebar ul{
    list-style: none;
}
.customer-info .sidebar ul li div.main-list{
    margin-top: 1rem;
    color: #9b9b9f;
    font-weight: bold;
    font-size: 1rem;
    /*font-size: 1rem;*/
}
.customer-info .sidebar ul li div.main-list i {
    font-size: 1.1rem;
    margin-right: 0.5rem;
}
.customer-info .sidebar ul li a {
    text-decoration: none;
}
.customer-info .sidebar ul.sub-list{
    line-height: 2.8rem;
    list-style: none;
}
.customer-info .sidebar ul.sub-list li a {
    text-decoration: none;
    color: #686868;
}
.customer-info .sidebar ul.sub-list li a:hover{
    color: #000;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 0;
}
.display-none {
    display: none;
}

/*customly use*/
.table-border-black > thead > tr > td, .table-border-black > thead > tr > th {
    border: 1px solid #f8f6f6;
}
.table-border-black > tbody > tr > td, .table-border-black > tbody > tr > th,
.table-border-black > tfoot > tr > td, .table-border-black > tfoot > tr > th
{
    border: 1px solid #282727;
}
.card-bordered {
    border: 1px solid #dbdfea;
}

/*custom bootstap design*/
a {
    text-decoration: none;
}
.form-group {
    margin-bottom: 1rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
.float-right {
    float: right !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.bg-dark {
    background-color: #343a40 !important;
}
.a-page-title i.f-main {
    --fa-display: inline;
}
