body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.RaList-content {
    margin-top: 4px;
}

.RaFilterForm-filterFormInput .RaFilterFormInput-hideButton {
    margin-bottom: 2px !important;
}

.RaSimpleFormIterator-line {
    padding-top: 20px !important;
}

.RaSelectArrayInput-chip {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.MuiFormControl-root:not(.MuiTextField-root) .MuiFormLabel-root.MuiInputLabel-root.Mui-focused,
.MuiFormControl-root:not(.MuiTextField-root) .MuiFormLabel-root.MuiInputLabel-root.MuiFormLabel-filled {
    z-index: 3 !important;
    padding: 0 9px 0 4px !important;
    background: inherit;
    margin-left: -4px;
    margin-top: 1px;
    transform: translate(14px, -9px) scale(0.75);
}

.datetime-picker .MuiFormLabel-root.MuiInputLabel-root{
    z-index: 3 !important;
    padding: 0 9px 0 4px !important;
    background: white;
    margin-left: -4px;
    margin-top: 1px;
    transform: translate(14px, -9px) scale(0.75);
}

.MuiFormControl-root:not(.MuiTextField-root) .MuiFormLabel-root.MuiInputLabel-root {
    transform: translate(14px, 9px) scale(1);
}

.MuiStack-root .tox-tinymce {
    border-radius: 7.5px;
    border-color: #e6e8f0;
}

.MuiStack-root .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-color: #e6e8f0;
}

.MuiStack-root .tox .tox-toolbar__primary {
    background: none;
    border-bottom: 1px solid #e6e8f0;
}

.MuiFormControl-root {
    width: 100%;
}

.MuiFormControl-root label.MuiInputLabel-shrink {
    top: 0px !important;
}

.MuiSpeedDialAction-staticTooltipLabel {
    white-space: nowrap;
}

.MuiAutocomplete-root {
    width: 100%;
}

.ImportProcess-sheetContainer .MuiTableHead-root .MuiTableCell-root {
    text-transform: none !important;
    border-bottom: 1px solid #ffffff !important;
}

.ImportProcess-sheetContainer .MuiTableRow-root:last-child td {
    border-bottom: none !important;
}

.RaSimpleFormIterator-list .RaSimpleFormIterator-form.RaSimpleFormIterator-inline {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

input.RaSearchInput-input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
}

.tox-tbtn {
    cursor: pointer !important;
}

.MuiImageListItem-root {
    min-height: 50px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.SplitItemView {
    border-left: 1px solid #ebebeb;
    background-color: #ffffff;
}

div .removeButton {
    font-weight: 600;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif,"Segoe UI Emoji";
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #D14343;
    padding: 6px 16px;
    min-width: 64px;
    border-radius: 8px;
}
div .removeButton:hover {
    background-color: rgba(209, 67, 67, 0.04);
}

.fabric-detail-sheet__wrapper {
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
}

.fabric-detail-sheet__wrapper p {
    margin: 2px 2px 2px 0;
    font-size: 14px;
}

.fabric-detail-sheet__table {
    padding: 5px 20px;
    background: #fafafa;
}

.fabric-detail-sheet__table :first-child {
    border-top: none;
}

.fabric-detail-sheet__table :last-child {
    border-bottom: none;
}

.fabric-detail-sheet__table p {
    padding: 0;
    line-height: 1rem;
    margin: 5px 2px;
}

.fabric-detail-sheet__print-header {
    display: flex;
    align-items: baseline;
}

.fabric-detail-sheet__print-header h2 {
    font-weight: 300;
    padding: 0 0 5px;
}

.fabric-detail-sheet__print-header h5 {
    font-weight: 300;
}

.fabric-detail-sheet__print-logo {
    flex: 1;
    text-align: end;
}

.fabric-detail-sheet__table-row {
    padding-bottom: 2px;
    display: flex;
    border-bottom: 1px solid #eee;
}

.fabric-detail__row-title {
    font-weight: 700;
    width: 40%;
}

.fabric-detail-shteet__print-wrapper {
    max-width: 300px;
}

.fabric-detail-sheet__multiline-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
}

.fabric-detail-sheet__multiline-row-title {
    font-weight: 700;
    width: 100%
}

.fabric-detail-sheet__multiline-row-subtitle {
    width: 40%;
    display: flex;
    justify-content: right;
    margin-right: 10px;
}

.fabric-detail-sheet__multiline-table-row {
    display: flex;
}

.fabric-detail-sheet__title span {
    font-size: 16px;
}

.fabric-detail-sheet__notice {
    font-size: 16px;
    margin-top: 20px; 
    font-weight: 600; 
}

.RaDatagrid-table .MuiTableCell-root .MuiFormHelperText-root {
    display: none;
}