.firstName,
.categories {
    color: #cc024c!important;
}

.isDisabled {
    color: currentColor!important;
    cursor: not-allowed!important;
    opacity: 0.5!important;
    text-decoration: none!important;
}

.bgrid {
    border: 2px solid #cc055f!important;
}

.special-char,
.confluence {
    color: #cc055f;
}

.list-techno {
    display: flex;
}

.list-techno span {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 9px;
    border: solid 1px #cc024c;
    padding: 2px 4px;
    border-radius: 15px;
    background-color: #cc055f;
    color: white;
}