/* Start custom CSS */.custom-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f3f5;
    color: #495057;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-chip:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.e-divider-base {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.c-yes  { color: #23af94; font-weight: 700; }
.c-no   { color: #EAF2FF; }
.c-part { color: #9CA3AF; }/* End custom CSS */