:global(.ud-field) {
    position: relative;
}

.field {
    font-family: 'Open Sans', serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    width: 100%;
}

.field.columnsMode {
    display: flex;
    align-items: flex-start;
}

.field.alignRight .fieldLabelContainer {
    justify-content: flex-end;
    padding-right: 8px;
}

.field.multiLine {
    align-items: flex-start;
}
.field.multiLine:not(.listMode) .fieldLabel {
    padding-top: 6px;
}

.fieldError {
    align-self: center;
    padding-left: 6px;
    padding-right: 3px;
    max-height: 15px;
    color: #cf4c35;
    font-size: 11px;
    cursor: default;
}

.fieldLabelContainer, .labelPrefixContainer {
    flex-shrink: 0;
    min-height: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px;
}

:not(.wide) > .fieldLabelContainer {
    min-width: 150px;
    max-width: 245px;
}

.fieldInputContainer {
    color: #666666;
}

:not(.wide) > .fieldInputContainer {
    min-width: 245px;
    max-width: 410px;
}

.fieldLabel {
    font-style: normal;
    color: #666666;
    cursor: default;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.fieldLabel .required {
    color: darkred;
    padding-left: 4px;
}

.fieldSubLabel {
    font-size: 12px;
    color: #b1afaf;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemsContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkboxInputWidth {
    width: 26px;
    padding-top: 3px;
}
.checkboxLabelWidth {
    width: calc(100% - 26px);
}
.checkboxInputPadding{
    padding-top: 3px;
}

.labelPrefixContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    padding: 6px 6px 6px 0;
}

.rightItemsContainer {
    display: flex;
    align-items: center;
    min-height: 28px;
    flex-grow: 1;
}

.rightItemsInnerContainer {
    width: 100%;
}
