.ewms-status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    font-size: 0.75rem;
    white-space: nowrap;
}

.ewms-status-chip .bi {
    font-size: 0.875rem;
    line-height: 1;
}

.ewms-status-chip .spinner-grow {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0;
}

.span-order-status-new {
    background-color: rgba(249, 89, 80, 0.15);
    color: #c23c35;
    border: 1px solid rgba(249, 89, 80, 0.3);
}

.span-order-status-splitted {
    background-color: rgba(74, 144, 226, 0.12);
    color: #336d9e;
    border: 1px solid rgba(74, 144, 226, 0.28);
}

.span-order-status-tocontrol {
    background-color: rgba(255, 183, 3, 0.14);
    color: #a16207;
    border: 1px solid rgba(255, 183, 3, 0.3);
}

.span-order-status-inprogress {
    background-color: rgba(111, 45, 189, 0.12);
    color: #6f2dbd;
    border: 1px solid rgba(111, 45, 189, 0.24);
}

.span-order-status-realized {
    background-color: rgba(34, 197, 94, 0.14);
    color: #15803d;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.span-order-status-invoiced {
    background-color: rgba(6, 182, 212, 0.14);
    color: #0f766e;
    border: 1px solid rgba(6, 182, 212, 0.28);
}

.span-order-status-finished {
    background-color: rgba(51, 65, 85, 0.12);
    color: #334155;
    border: 1px solid rgba(51, 65, 85, 0.25);
}

.span-order-status-canceled {
    background-color: rgba(239, 68, 68, 0.14);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.28);
}

.span-order-status-detached {
    background-color: rgba(194, 33, 33, 0.14);
    color: #9a1a1a;
    border: 1px solid rgba(194, 33, 33, 0.28);
}

.span-order-status-default {
    background-color: rgba(100, 116, 139, 0.12);
    color: #475569;
    border: 1px solid rgba(100, 116, 139, 0.24);
}

.span-warehouseTask-waitingproduction {
    background-color: rgba(234, 179, 8, 0.15);
    color: #a16207;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.span-warehouseTask-topick {
    background-color: rgba(14, 165, 233, 0.14);
    color: #0369a1;
    border: 1px solid rgba(14, 165, 233, 0.28);
}

.span-warehouseTask-tocontrol {
    background-color: rgba(139, 92, 246, 0.14);
    color: #6d28d9;
    border: 1px solid rgba(139, 92, 246, 0.26);
}

.span-warning,
.span-success,
.span-sales-warehouse,
.span-sales-sales,
.span-stocktaking,
[class^="span-order-level-"],
[class^="span-order-status-"],
[class^="span-warehouseTask-"],
[class^="span-productionTask-"] {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100%;
    justify-content: center !important;
    align-items: center !important;
    white-space: nowrap;
    vertical-align: middle;
}

.k-grid .k-table-tbody .k-table-td,
.k-grid .k-table-tbody .k-grid-content-sticky,
.k-grid .k-grid-table tbody .k-table-td,
.k-grid .k-grid-table tbody .k-grid-content-sticky,
.k-grid .k-table-tbody .k-table-td p,
.k-grid .k-grid-table tbody .k-table-td p,
.k-grid .k-table-tbody .k-table-td span:not(.material-symbols-outlined):not(.k-icon):not(.k-svg-icon),
.k-grid .k-grid-table tbody .k-table-td span:not(.material-symbols-outlined):not(.k-icon):not(.k-svg-icon) {
    font-size: 12px !important;
}

.ewms-details-table__row,
.ewms-details-table__label,
.ewms-details-table__value,
.ewms-form-field__label,
.ewms-form-field__input,
.ewms-form-field__select,
.ewms-form-field__textarea,
.ewms-table__td,
.ewms-tabs__tab,
.ewms-search__field,
.ewms-pagination__info,
.ewms-pagination__button,
.admin-breadcrumbs,
.admin-breadcrumbs .breadcrumb-separator,
.admin-topbar .topbar-breadcrumbs,
.admin-topbar .topbar-right .topbar-search .search-input,
.admin-topbar .topbar-right .topbar-shortcuts-menu .shortcuts-dropdown-menu .shortcuts-dropdown-item,
.admin-topbar .topbar-right .topbar-user-menu .user-dropdown-menu .user-dropdown-item,
.ewms-ticket-comment-heading,
.ewms-ticket-comment-heading > *,
.ewms-ticket-comment-slaList,
.ewms-ticket-comment-text {
    font-size: 12px !important;
}
