.left_dashboard::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: linear-gradient(left, #d6d6d6, #d4d4d4);
    box-shadow: inset 0 0 1px 1px #d2d2d2;
}
.left_dashboard::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eee;
}
.left_dashboard::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(left, #ccc, #eaeaea);
}
.left_dashboard::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.right_dashboard br {
    display: none;
}
.left_dashboard {
    background-color: #fff;
    padding: 15px 0;
    height: 100%;
    box-shadow: 0px 0px 18px -3px #e9e9e9;
}
.right_dashboard .custom_login_register {
    padding: 30px;
}

.dash_heading h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.user_dash_info {
    text-align: center;
}

.about_user {
    padding: 5px 0 8px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.about_user strong {
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 12px;
}
.dashboard_header {
    background-color: #fff;
    box-shadow: 0px -4px 17px -1px #e9e9e9;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}
.dashboad_wrap {
    padding-bottom: 43px;
    width: 100%;
    min-height: calc(100vh - 343px); 
}
.about_user h3 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #000;
}
.left_dashboard ul {
    padding-left: 15px;
}

.left_dashboard ul li {
    margin-bottom: 8px;
}

.left_dashboard ul li a {
    color: #848484;
    font-size: 14px;
    display: flex;
    padding: 5px 0;
    text-transform: capitalize;
    border-right: 3px solid transparent;
    align-items: center;
}
.left_dashboard ul li.active a {
    color: #000;
    border-color: #a2ca28;
    font-weight: 600;
}

.dashboad_tab ul.nav-tabs {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.dashboad_tab ul.nav-tabs li.nav-item {
    margin-bottom: 0;
}

.dashboad_tab ul.nav-tabs li.nav-item a {
    border: none;
    text-transform: uppercase;
    color: #848484;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    font-weight: bold;
}

.dashboad_tab ul.nav-tabs li.nav-item a.active {
    color: #000;
}

.dashboad_tab ul.nav-tabs li.nav-item a::before {
    height: 2px;
    width: auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-color: transparent;
    content: "";
    transition: all 0.3s ease-out;
}

.dashboad_tab ul.nav-tabs li.nav-item a:hover::before,
.dashboad_tab ul.nav-tabs li.nav-item a.active::before {
    width: 100%;
    background-color: #a2ca28;
}

.dashboad_tab ul.nav-tabs li.nav-item a:hover {
    color: #000;
}

.user_profile_image {
    margin: 12px 0 2px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.user_profile_image picture {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px dashed #ccc;
    padding: 2px;
}

.user_profile_image picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dash_header_right .navbar {
    padding-left: 0;
    padding-right: 0;
}

.dash_header_right .collapse {
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.dash_header_right .collapse .dash_search {
    flex: 1;
    max-width: 400px;
}

.dash_header_right .collapse ul.navbar-nav {
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 auto;
}

.dash_header_right .collapse ul.navbar-nav a > img {
    width: 28px;
    border-radius: 50px;
    height: 28px;
    object-fit: cover;
    margin-right: 2px;
}

.dash_header_right .collapse ul.navbar-nav a {
    color: #848484;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    font-weight: 300;
}
.dash_header_right .dropdown-menu a.dropdown-item {
    padding: 6px 10px !important;
}
.dash_header_right .collapse ul.navbar-nav li {
    margin-left: 8px;
}

.dash_logo a {
    display: block;
    text-align: center;
    padding: 11px 0;
}
.dash_search {
    position: relative;
}

.dash_search input[type="search"] {
    width: 100%;
    margin-right: 0 !important;
    border: 1px solid #efefef;
    height: 52px;
    border-radius: 50px;
    color: #ccc;
    padding: 0 15px;
}

.dash_header_right .collapse .dash_search button {
    position: absolute;
    right: 6px;
    border: none;
    color: #ccc;
    font-size: 18px;
}

.dash_search input[type="search"]::placeholder {
    color: #ccc;
}
.left_dashboard ul li a:hover {
    color: #000;
}

.left_dashboard ul li.active a i {
    background-color: #a2ca28;
    color: #fff;
    border-color: #a2ca28;
}

.dash_header_right .dropdown-menu {
    right: 0;
    left: auto;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    margin-top: 8px;
    border: none;
    box-shadow: 0px 0px 15px 0px #ccc;
}

.dash_header_right .dropdown-menu .dropdown-divider {
    display: none;
}

.dash_header_right .dropdown-menu a {
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
}
.left_dashboard ul li a i {
    margin-right: 8px;
    font-size: 12px;
    vertical-align: top;
    width: 30px;
    height: 30px;
    color: #bcbcbc;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
    border: 1px solid #bcbcbc;
}
.left_profile_img {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 30px;
}
.left_profile_img h4 {
    font-size: 16px;
    margin: 12px 0;
    text-transform: capitalize;
}
.info_row_item:last-child {
    margin-bottom: 0;
}
.custom_account .seller_wrap .product-btn {
    margin-top: 20px;
}
.right_freelancer_info {
    margin-bottom: 18px;
}
.seller_detail {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    line-height: 32px;
}
.info_row_item h2 {
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info_row_item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #f3f3f3;
}

.right_item_info label {
    margin: 0 5px 0 0;
    font-weight: bold;
    display: block;
}
.stripe_connect_sec a.stripe_connent {
    background-color: var(--red_color);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
}
.person_info span {
    font-size: 13px;
    text-transform: capitalize;
    margin-right: 30px;
}
.profile_image_upload label picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.checkout-process.hire_freelancer .card-body form .form-group .input_field input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 8px;
}
.checkout-process.hire_freelancer form .input_field {
    margin-bottom: 15px;
}
.hire_freelancer form .checkbox-group .input_field {
    display: inline-block;
    margin: 0 !important;
}
.hire_freelancer form .checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    margin-top: 6px !important;
}
.hire_freelancer form .checkbox-group .col-md-12 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    float: left;
    justify-content: flex-end;
}
.hire_freelancer form .checkbox-group label {
    margin: 0;
}
@media only screen and (min-width: 551px) {
    .person_info span:last-of-type {
        margin-right: 0;
    }
}
.person_info span i{
    margin-right: 5px;
}
.person_info i {
    height: 35px;
    vertical-align: middle;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid var(--red_color);
    color: var(--red_color);
    border-radius: 50px;
    font-size: 16px;
}
@media only screen and (max-width: 550px) {
    .person_info {
        flex-direction: column;
    }
    .person_info span:last-of-type {
        margin-bottom: 0px !important;
    }
    .person_info span {
        margin-bottom: 15px !important;
    }
}
.seller_wrap h2 {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0;
    color: var(--red_color);
    margin-bottom: 13px;
}
.dash_header_right {
    width: 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 247px);
    padding-left: 20px;
}
.dash_logo {
    width: 228px;
}
.right_dashboard h2.site_heading {
    text-align: left;
}
.right_product_list td a {
    color: var(--red_color);
    font-weight: bold;
}

.right_dashboard .page_heading {
    margin-bottom: 15px;
    padding: 15px 20px;
    border: 1px solid #efefef;
    border-radius: 0;
    box-shadow: 0px 0px 18px -3px #e9e9e9;
}
.plan_outer {
    text-align: center;
    background-color: #fff;
    padding: 15px 15px 50px;
    box-shadow: 0px 2px 5px -2px #ccc;
    border-radius: 5px;
    margin-top: 19px;
    margin-bottom: 0;
    height: 100%;
    position: relative;
}
.checkout-process.hire_freelancer .row > div {
    margin-bottom: 20px;
}
.plan_outer .plan_name h2 {
    margin: 0;
}
.plan_outer .price {
    margin: 10px 0 15px;
    font-weight: bold;
    color: #f9634e;
    border-bottom: 2px solid;
    line-height: normal;
}
.plan_outer .membership_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
}
.plan_outer .membership_btn .membershippln {
    cursor: pointer;
    background-color: #f9634e;
}
.dashboard_header {
    display: none;
}
.hire_freelancer form .row > div:nth-child(3n) .plan_outer .plan_name {
    background-color: #ffd700;
}
.hire_freelancer form .row > div:first-child .plan_outer .plan_name {
    background-color: #a2ca27;
}
.hire_freelancer form .row > div:nth-child(2n) .plan_outer .plan_name {
    background-color: #82cede;
}
.hire_freelancer form .row > div:last-child .plan_outer .plan_name {
    background-color: #c88aff;
}
.hire_freelancer form .row .plan_outer .plan_name {
    padding: 10px 0;
    border-radius: 0;
    margin-top: -34px;
}
.cardDetails {
    z-index: 9999;
}
.dashboard_welcome {
    background-color: #fff;
    box-shadow: 0px 0px 18px -3px #e9e9e9;
    padding: 20px;
}
.dashboard_welcome .seller_detail {
    text-align: left;
    margin-top: 0;
}