/* complaints Page Styles */

/* Complaint tabs */
.complaints-tab {
    transition: all 0.2s ease;
    cursor: pointer;
}
.complaints-tab:hover {
    background: #F8F5F1;
}
.complaints-tab.active {
    background: #6B5D52;
    color: white;
}
.complaints-tab.active:hover {
    background: #5C4F46;
}
