
.status_resolved:before {
    background: #83b324;
}
.status_resolved {
    color: #83b324;
}
.complaint_status:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.complaint_progress {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #dedede;
}

.complaint_description a {
    display: block;
    margin: 9px 0;
    color: #000;
    line-height: 20px;
    max-height: 62px;
    box-shadow: none!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.status{

    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.18182;
    text-transform: uppercase;
}

.complaint_hours {
    display: inline-block;
    padding: 0 4px;
    color: #000;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 1.18182;
    border-radius: 2px;
    background-color: #f1f1f1;
}

.complaint_amount {
    margin-right: 11px;
    line-height: 1.46154;
    font-size: 13px;
    color: #999;
}
.write_complaint{

    position: relative;
    padding: 12px 0;
    border-radius: 2px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}
