.select2-container .select2-dropdown .select2-results ul li:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}

.select2-container .select2-dropdown .select2-results ul li.select2-results__option--selected {
    color: #944361;
}

.select2-container .select2-dropdown .select2-results ul li.select2-results__option--selected:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    color: #fff;
    background-color: #944361;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.copy-status {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-overview #contact-profile-add-note-form-editor .node-item-note .editable-title {
    min-height: 26px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
}
