.customer_dashboard_wrap {
    display: flex;
}
.dashboard_sidebar {
    width: 20%;
    background-color: var(--white-color);
    margin-right: 25px;
    box-shadow: var(--box-shadow);
    height: 100%;
    border-radius: var(--border-radius);
    transition: var(--transition);
    position: relative;
}
.dashboard_sidebar .dash-toggle {
    left: auto;
    right: 10px;
    top: 8px;
}
.dashboard-main-wrapper{
    position: relative;
    width: 80%;
    transition: var(--transition);
}
.dashboard_sidebar ul {
    padding-left: 0;
    margin-bottom:0;
    border-radius: var(--border-radius);
}
.dashboard_content{
    background: var(--white-color);
    padding: 20px;
    border-radius: var(--border-radius);
    box-shadow:var(--box-shadow);
}
.dashboard_sidebar ul li {
    list-style: none;
}

.dashboard_sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: black;
    text-decoration: none;
}
.dashboard_sidebar ul li:first-child a{
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.dashboard_sidebar ul li:last-child a{
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.dashboard_sidebar ul li+li a {
    border-top: 1px solid #f5f5f5;
}
.sidebar_sub_Menu li+li a {
    border-top: 1px solid #efefef !important;
}
.sidebar_sub_Menu li a i {
    margin-right: 2px !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}
.dashboard_sidebar ul li .active:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
}
.dashboard_sidebar ul li a:hover{
      background-color:#ffe1da;
}
.dashboard_sidebar ul li a i{
    margin-right: 8px;
    font-size: 19px;
    vertical-align: text-top;
}
.dashboard_sidebar ul li .active {
    background-color: #ffe1da;
}
.cs_profile {
    display: flex;
}
.cs_profile_detail {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid var(--border-color);
}
.cs_profile_picture {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 900px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
}

.cs_profile_picture img {
    width: 100%;
}
.cs_profile_upload a {
    color: black;
    font-weight: 600;
}
.cs_profile_detail li span:first-child {
    margin-right: 11px;
    color: #000000;
    text-transform: capitalize;
}
.cs_profile_detail ul li {
    list-style: none;
    display: flex;
}
.cs_profile_detail ul li +li{
    margin-top:3px;
}
.cs_profile_detail ul {
    padding-left: -0;
}
.cs_profile_detail ul li span:nth-child(2) {
    color: var(--text-color);
}
.cs_profile_detail ul li a {
    margin-left: 50px;
    text-transform: capitalize;
    color: #00a790;
}
.avatar_wrapper {
    position: relative;
}

.cs_account_link h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    color: #999999;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cs_account_link ul {
    padding-left: 0;
}

.cs_account_link li {
    list-style: none;
    font-size: 14px;
}

.cs_account_link li a {
    text-decoration: none;
    color: #00a790;
}
 
.cs_account_link {
    margin-top: 50px;
}

.wishlist_tab_wrapper li button {
    position: relative;
    color: black;
    border: none !important;
    text-transform: capitalize;
}
.wishlist_tab_wrapper li button.active:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
}
.wishlist_tab_wrapper li button.active{
    color: var(--primary-color) !important;  
}

.wishlist_tab_wrapper li:first-child button {
    padding-left: 0;
}
.wishlist_tab_wrapper li button:hover,
.wishlist_tab_wrapper li button:focus{
    color: var(--primary-color) !important;
}
.wishlist_tab_wrapper .nav-tabs {
    border-bottom: none;
    margin-bottom:15px;
}

 
 
.wishlist_table h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}
.wishlist_table table {
    width: 100%;
    margin-bottom:0;
}
.wishlist_table table tr td:first-of-type img{
    height: 50px;
    width: auto;
}
.wishlist_table table tr td:nth-child(2) div:first-child p {
    margin-bottom: 0;
    font-weight: 600;
}
.wishlist_table table tr td:nth-child(2) div:nth-child(2) p {
    color: #605f5d;
    margin-bottom: 0;
}
.btn_remove a {
    display: block;
    color: var(--primary-color);
    font-size: 20px;
    margin-top:2px;
}
.wishlist_table table tr td:nth-child(3) div:nth-child(1) p {
    margin-bottom: 0;
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
}
.wishlist_table table tr td:nth-child(3) div:nth-child(2) del {
    color: #787878;
    margin-right: 11px;
}
.wishlist_table table tr td:nth-child(3) div:nth-child(3) p {
    color: #00a790;
    margin-bottom:0;
}
.wishlist_table table tr td:nth-child(4) a i {
    margin: 0;
    font-size: 22px;
}

.wishlist_table table tr +tr{
    border-top: 1px solid #e9e9e9;
}

.just_for_you {
    margin-top: 25px;
}

.just_for_you h5 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 16px;
}
.dashboard_contentArea h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
 .fxl_flex_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.billing_address_wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.form_header {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.billing_address_wrapper label {
    font-size: 13px;
    font-weight: 600;
}
.form_spacing {
    margin-bottom: 10px;
}
.customer_order_wrapper h3 {
    font-size: 20px;
    font-weight: 600;
     margin-bottom: 25px;
}
.customer_order_wrapper table {
    width: 100%;
}
table.table_style thead tr {
    border-bottom: 1px solid #e3e2e2;
}
table.table_style tbody tr td {
    font-size: 13px;
}
span.conting_items span {
    background-color: var(--primary-color);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 600;
    color: white;
}
.close_me {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: auto;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
        background-color: #efeded;
        display: none;
}
.close_me i {
    color: black;
}

.close_me:hover{
    background-color: var(--primary-color);
    color: white;
}
.close_me:hover i{color: white;}

.toggle_menu_style:before {
    content: '';
    position: absolute;
    border-top: 3px solid white;
    width: 35px;
    height: 24px;
    border-bottom: 3px solid white;
    top: 7px;
    left: 8px;
}
.toggle_menu_style:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 14px;
        border-bottom: 3px solid white;
        top: 7px;
        left: 8px;
}
.toggle_menu_style {
    position: relative;
    height: 38px;
    width: 100%;
    background-color: var(--primary-color);
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    display: none;
}
 

.toggle_menu_style span {
    margin-left: 66px;
    margin-top: 6px;
    display: inline-block;
    color: white;
}
.menu_visible {
    left: 0;
    transition: ease-in-out 0.5s;
}
.sidebar_sub_Menu {
    background-color: #fff8f8;
    display: none;
}
.sidebar_sub_Menu{
    display: none;
}
.visible_me .sidebar_sub_Menu{
    display: block;
}
.sidebar_sub_Menu li a {
    padding-left: 43px !important;
}
.visit_graph {
    background-color: var(--white-color);
    padding: 15px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    display: flex;
    margin-bottom:25px;
}
.graph_art i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: var(--border-radius);
    color: var(--white-color);
    font-size: 35px;
}
.first .graph_art i{
    background: linear-gradient(45deg, #f53c5b, #fb768c);
}
.second .graph_art i{
    background: linear-gradient(45deg, #3858f9, #8e79fd);
}
.third .graph_art i{
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.fourth .graph_art i{
    background-image: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
.graph_art {
    margin-right: 10px;
}
.table_wrapper thead th {
    background: #efefef;
    border-top:1px solid #e9e9e9;
    padding:7px;
    line-height: normal;
}
.table_wrapper tbody td{
    padding:7px;
    line-height: normal;
}
.table_wrapper tbody{
    border-top:none !important;
}
.table_wrapper tbody tr:hover{
    background: #f1f1f1;
}
.graph_counter span {
    font-size: 32px;
    color: #162c58;
}
.visit_graph h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom:3px;
}
.in_dp_flex span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}
.first .in_dp_flex span{
    color: #f53c5b;
}
.second .in_dp_flex span{
    color: #3858f9;
}
.third .in_dp_flex span{
    color: #0ba360;
}
.fourth .in_dp_flex span{
    color: #f09819;
}
.in_color i {
    color: var(--primary-color);
}

.in_color span {
    color: var(--primary-color);
}
.next_color i {
    color: #31500e;
}

.next_color span {
    color: #31500e;
}
.table_wrapper {
    margin-bottom: 0;
}
.table_wrapper tbody tr:nth-child(even) {
    background: #f7f7f7;
}
.table_wrapper tr td {
    font-size: 13px;
}
.addressBook_wrapper tr td {
    font-size: 13px;
}
.addressBook_wrapper tr td a {
    text-decoration: none;
}
.payment_option_wrap ul {
    padding-left: 0;
}

.payment_option_wrap li img {
    height: 60px;
    width: auto;
    border: 1px solid var(--border-color);
    padding: 15px 15px;
    border-radius: var(--border-radius);
}

.payment_option_wrap ul li {
    list-style: none;
    display: inline-block;
}

.payment_option_wrap ul li:not(:last-child) {
    margin-right: 10px;
}
.pay_description {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #656c6c;
}

.voucher_wrapper table tr td {
    font-size: 13px;
}
.completed_order_table tr td:last-child a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}   
.completed_order_table tr td:last-child a:hover{
    color: var(--secondary-color);
}
.completed_order_table tr td:last-child div:not(:last-of-type){
    margin-right: 10px;
}
.for_flex {
    display: flex;
}
.for_flex div:nth-of-type(1) a {
    border-right: 1px solid rgb(227 219 219);
    padding-right: 10px;
}
.cancellation_wrapper tr td:last-child span {
    background-color: #f4f4f4;
    padding: 1px 10px 4px;
    border-radius: 26px;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
    border: 1px solid #e7e7e7;
}
.review_table table tr td:nth-child(2) p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.review_table span {
    color: #7d7e7e;
    display: block;
    font-size: 13px;
}
.review_table table tr td:nth-child(3) p a {
    color: #00a790;
    text-decoration: none;
    text-transform: capitalize;
}

.review_table table tr td:nth-child(3) p {
    margin-bottom: 0;
}
.btn-review {
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-top: 5px;
    padding:3px 10px 5px;
    font-size: 14px;
}
.btn-review:hover{
    background: var(--secondary-color);
    color: var(--white-color);
}
.review_table td img {
    height: 50px;
    width: auto;
}
.absolute_menu {
    display: flex;
    align-items: center;
    background-color: var(--primary-color)00;
    padding-left: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.absolute_menu > span {
    font-weight: 600;
}
.absolute_menu {
    display: none;
}
.cancellation_wrapper,
.completed_order_table {
    margin-top: 0;
}
.table_btn {
    display: flex;
    align-items: center;
}
.table_btn button{
    padding:0;
    border: none;
    background: transparent;
    font-size: 18px;
    margin-left:7px;
    transition: var(--transition);
}
.table_btn button:hover{
    color: var(--primary-color);
}
.table_btn button:focus{
    outline: none;
    box-shadow: none;
}
.table_btn a {
    display: flex;
    font-size: 18px;
    vertical-align: middle;
    text-decoration: none !important;
    cursor: pointer;
}
.table_btn .edit{
    color:var(--default-color);
}
.table_btn .view{
    color:var(--success-color);
}
.table_btn .delete{
    color:var(--primary-color);
}

.table_btn a +a {
    margin-left: 7px;
}

.view {
    color: #0ba50f;
    transition: ease-in-out .3s;
}
.view:hover{
    color:var(--primary-color)
}
.dash-toggle {
    position: absolute;
    top: -9px;
    left: -7px;
    z-index: 2;
    cursor: pointer;
    display: none;
}
.dash-toggle i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 100%;
    color: var(--white-color);
    font-size: 17px;
}
.dash-inner-title h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.dash-inner-title {
    margin-bottom: 15px;
}
.dashboard_contentArea table {
    width: 100%;
}

.dashboard_contentArea table th, 
.dashboard_contentArea table td, 
.dashboard_contentArea table tr {
    border-color: var(--border-color);
}
.dashboard_contentArea table th, 
.dashboard_contentArea table td{
    padding:7px 10px;
    text-transform: capitalize;
    font-size: 14px;
    vertical-align: middle;
}
.dashboard_contentArea table td a{
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
}
.dashboard_contentArea table td a:hover{
    color: var(--primary-color);
    text-decoration: underline;
}
.dashboard-tables-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.dashboard-tables-head h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.common-popup .table>:not(:first-child){
    border-top:none;
}
.common-popup table tr th {
    background: #efefef;
}
.common-popup table tr th, 
.common-popup table tr td{
    padding:7px 10px;
    font-size: 14px;
    vertical-align: middle;
}
.common-popup table tr td img{
    height: 50px;
    width: auto;
}
.more-btns .btns {
    color: var(--white-color);
    font-size: 13px;
    padding: 3px 12px 5px;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    background: var(--primary-color);
}
.more-btns .btns:hover{
    opacity: .8;
    color: var(--white-color);
}
.more-btns a{
    text-decoration: none !important;
    cursor: pointer;
}
.more-btns .btn-pending{
    background: var(--primary-color);
}
.more-btns .btn-approved{
    background: var(--success-color);
}
.more-btns .btn-returned{
    background: #ffc107;
}
.more-btns .btn-rejected{
    background: #dc3545;
}
.more-btns .btn-received{
    background: var(--success-color);
}
.more-btns .btn-refund{
    background: var(--primary-color);
}
.more-btns .btn-paid{
    background: #17a2b8;
}