
.account_top_dealer_name{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.account_top_dealer_id{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
}
.account_top_dealer_phone{
    font-size: 13px;
}

.account_mobile{
    display: block;
}
.account_top_dealer{
    display: flex;
}

.account_top_dealer img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
    border-radius: 50%;
}
.notification{
    padding: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.notification * {
    color: #fff;
}
.notification p{
    font-size: 14px;
}
.notification a{
    font-weight: 600;
}

.notification_red{
    background: red;
    color: #fff;

}
.notification_yellow{
    background: #e08f02;
    color: #fff;
}

.account_main h2{
    margin-bottom: 30px;
}

.input_wrap label{
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}
.account_main .input_wrap{
    max-width: 400px;
}

.input_file {
    position: relative;
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    background-size: cover !important;

}
.input_file:after{
    content: 'Обновить';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #000;
    font-size: 12px;
}
.input_file input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.account_edit_info_name{
    margin-bottom: 10px;
    font-weight: 500;
}
.account_edit_info_id{
    margin-bottom: 10px;
    font-size: 13px;
    color: #555;
    font-weight: 400;
}
.account_left {
    display: none;
    width: 300px;
    margin-right: 20px;
}
.account_left .inner{
    background: #fff;
}

.account_left > a {
    margin-bottom: 20px;
    width: 100%;
}

.account_main{
    padding: 20px 0;
}

.account_left ul li a {
    padding: 20px;
    display: flex;
    align-items: center;
    transition: background-color .3s ease;
}
.account_left ul li a span {
    min-width: 20px;
    background: #1cbf1c;
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}
.account_left ul li a.active{
    background: #e8e8e8;
}
.account_left ul li a:hover {
    background: #dbdbdb;
}
.account_main{
    flex: 1;
}

.account_top{
    margin-bottom: 20px;
    padding: 20px 0 0;
}

.success{
    color: #4bb04f;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}
.account_car_item_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.account_car_item_inner{
    display: flex;
    margin-bottom: 10px;
}
.account_car_item{
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.account_car_item_image{
    margin-right: 20px;
}
.account_car_item_info{
    flex: 1;
}
.account_car_item_title{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}
.account_car_item_price{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--color-primary);
}

.account_car_item_id{
    font-weight: 600;
    font-size: 13px;
}

.account_edit_confirmed{
    position: absolute;
    right: -30px;
    bottom: 10px;
}
.account_car_item_city{
    font-size: 12px;
    margin-bottom: 10px;
}
.account_car_item_date{
    font-size: 12px;
}
.account_car_item_buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.account_car_item_buttons a, .account_car_item_buttons .button_green {
    margin-right: 10px;
}

.account_car_item_status{
    margin-left: auto;
    font-size: 13px;
    font-weight: 500;
}

.account_car_item_stats{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.account_car_item_stats_item{
    font-size: 13px;
    margin-right: 15px;
    font-weight: 500;
}
.account_car_item_stats_item i {
    margin-right: 8px;
}
.account_dashboard{
    position: relative;
}
.account_dashboard_item{
    padding-left: 50px;
    margin-bottom: 30px;
}
.account_dashboard_item > i{
    position: absolute;
    left: 0;
    font-size: 30px;
    color: var(--color-primary);
}
.account_dashboard_item_title{
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}

.account_dashboard_item p{
    margin-bottom: 10px;
}

