#wpo-mainbody.dashboard_user {
    background: #f2f2f2;
    padding-bottom: 18px;
}

.dashboard_user_footer #wpo-footer {
    margin-top: 0;
}

.dashboard_user_footer #wpo-footer .newsletter {
    /* background: #fff; */
}

/* left navigation */
.woocommerce-MyAccount-navigation {
    float: left !important;
    background: #f2f2f2;
    width: 252px !important;
    padding-right: 10px;
    padding-top: 15px;
}
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-content ul {
    list-style: none;
}
.woocommerce-MyAccount-navigation .dash_current_user {
    overflow: hidden;
}
.woocommerce-MyAccount-navigation .dash_current_user .profile_img {
    float: left;
    margin-right: 11px;
}
.woocommerce-MyAccount-navigation .dash_current_user .profile_img img {
    width: 52px;
    height: 52px;
    border-radius: 100%;
}
.woocommerce-MyAccount-navigation .dash_current_user .profile_name {
    float: right;
    margin-top: 8px;
    font-size: 12px;
    width: calc(100% - 63px);
}
.woocommerce-MyAccount-navigation .dash_current_user .profile_name .profile_current_name {
    font-size: 17px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.woocommerce-MyAccount-navigation ul {
    padding-top: 16px;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul>li {
    font-size: 17px;
    margin-bottom: 1px;
    padding-left: 14px;
    line-height: 32px;
}
.woocommerce-MyAccount-navigation ul>li.is-active {
    background: #e0e1e3;
}
.woocommerce-MyAccount-navigation ul>li a i {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 15px;
}
.woocommerce-MyAccount-navigation .support_person {
    padding: 5px 0 0 14px;
    border-top: 1px solid #fff;
}
.woocommerce-MyAccount-navigation .support_person .support_person_title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.woocommerce-MyAccount-navigation .support_person .support_person_cnt {}
.woocommerce-MyAccount-navigation .support_person .support_person_cnt .support_person_info {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}



/* content */
.woocommerce-MyAccount-content {
    width: calc(100% - 252px) !important;
    background: #fff;
    float: right !important;
}
.woocommerce-MyAccount-content .breadcrumb {
    padding: 9px 0 10px 0px;
    margin: 0;
    background: #f2f2f2;
}
.woocommerce-MyAccount-content .breadcrumb #breadcrumb {font-weight: 500;}
.woocommerce-MyAccount-content .breadcrumb #breadcrumb .current {
    color: #000000;
}

.woocommerce-MyAccount-content .dash_title {
    background: #f2f2f2;
    padding-bottom: 9px;
    overflow: hidden;
}
.woocommerce-MyAccount-content .dash_title .page-title {
    margin-top: 0;
    margin-bottom: 4px;
    color: #55acee;
    float: left;
}
.woocommerce-MyAccount-content .count_users {
    float: right;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 500;
}

.woocommerce-MyAccount-content .dashboard_content {
    padding: 15px 19px 5px 17px;
}

.woocommerce-MyAccount-content .dashboard_content .tong_doanh_thu_ctv {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.woocommerce-MyAccount-content .dashboard_content .tong_doanh_thu_ctv .doanh_thu {
    font-size: 24px;
}
#wpo-mainbody.dashboard_user form button.submitBtn {
    color: #fff;
    width: 97px;
    height: 35px;
    border-radius: 5px;
    background: #4371a3;
    border: 0;
    text-transform: unset;
}