a {
 color: #252525;
 text-decoration: none;
}

.fieldSelect {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.fieldSelect p {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}
.customselect {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 40px;
    min-height: 34px;
    padding-right: 12px;
    position: relative;
    border: 1px solid #C0C0CA;
}
.customselect p {
    width: 100%;
}
.select {
    flex-grow: 1;
    min-height: 34px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #192035;
    background: transparent;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.cross {
    width: 34px;
    height: 20px;
    display: flex;
    opacity: 0.4;
    top: 7px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-right: 1px solid #C0C0CA;
    cursor: pointer;
    position: absolute;
    right: 38px;
}

.ql-editor strong {
    font-weight: 600 !important;
}

.ql-editor em {
    font-style: italic !important;
}
