.overview-grid .e-grid:not(.e-row-responsive) .e-gridcontent tr.e-row .e-rowcell {
    text-align: right;
}

.overview-grid .grid-header {
    text-align: right;
    margin-right: 5px;
}

.overview-grid .grid-header.left {
    text-align: left;
    padding: 0;
}

.overview-grid .grid-cell.left {
    text-align: left;
}

.overview-grid table tbody tr.e-row td:first-child,
.overview-grid table thead tr th:first-child {
    width: 70px;
}

.overview-grid .e-rowcell.hidden div {
    display: none !important;
}

.e-grid
.e-gridheader
.e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(
        .e-icon-reorderdownarrow
    ) {
    padding-left: 10px;
}

.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
    padding: 10px;
}

.e-toolbar .e-toolbar-items {
    min-height: 50px;
}

.overview-grid .e-altrow {
    background-color: #fafafa;
}

.dialog-container {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(3px);
    background-color: rgba(180, 180, 180, 0.3);
}

.dialog-container.open {
    display: flex;
}

.dialog-box {
    display: flex;
    overflow: hidden;
    padding: 15px;
    flex-direction: column;
    background-color: white;
    min-width: 300px;
    min-height: 150px;
    max-width: 450px;
    margin-top: 50px;
    box-shadow: 0 0 30px lightgrey;
    opacity: 0;
    animation-name: slideTopDown;
    animation-duration: 0.4s;
}

@keyframes slideTopDown {
    0% {
        opacity: 0.2;
        margin-top: -50px;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
        margin-top: 50px;
    }
}

.open .dialog-box {
    opacity: 1;
}

.dialog-box button {
    border: none;
    background-color: transparent;
}

.dialog-close-icon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.dialog-header p {
    font-size: var(--global-highlight-font-size);
    font-weight: bold;
    border-bottom: 2px solid var(--global-color-primary);
}

.dialog-text p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--global-font-size);
    white-space: pre-wrap;
}

.dialog-button {
    display: flex;
    justify-content: end;
    align-items: end;
}

.dialog-button button {
    background-color: var(--global-color-primary);
    color: white;
    border: none;
    padding: 5px 15px 2px 10px;
    font-size: 14px;
    display: flex;
}

.dialog-button button.cancel {
    margin-left: 12px;
}

.dialog-check-icon-container {
    margin-top: 2px;
}

.dialog-check-icon {
    margin-right: 6px;
    padding-top: 10px;
    position: relative;
}

.dialog-refresh-button-container button {
    padding: 7px;
}

.display-text-column {
    font-weight: 450;
}

.admin-table-container {
    margin: var(--global-section-spacing);
}

.admin-table-headlines th {
    font-size: var(--global-highlight-font-size);
}

.table-text-admin td {
    font-size: var(--global-font-size);
    text-align: left;
}

.dialog-container-circular-data {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.dialog-circular-letter .e-dialog .e-footer-content .e-btn {
    margin: 0 15px 15px 0;
}

.circular-letter-container {
    margin-top: 60px;
}

.circular-letter-upload {
    margin: var(--global-section-spacing);
    width: 400px;
    height: auto;
}

.circular-letter-upload button.e-file-clear-btn.e-css.e-btn.e-flat {
    display: none;
}

.circular-letter-upload .e-upload .e-upload-files span.e-icons.e-file-delete-btn,
span.e-icons.e-file-delete-btn:before {
    display: none;
}

.circular-letter-download {
    margin: var(--global-section-spacing);
    width: 300px;
    height: auto;
}

.download-card {
    width: 400px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid lightgrey;
    padding: 15px;
    box-shadow: 0 0 40px -16px rgba(156, 156, 156, 0.5);
}

.download-headline {
    font-weight: 450;
    font-size: var(--global-highlight-font-size);
}

.circular-letter-info {
    font-weight: normal;
    line-height: 2;
    box-sizing: border-box;
    width: 100%;
    font-size: var(--global-font-size);
}

.download-circular-button button {
    background-color: var(--global-color-primary);
    color: white;
    border: none;
    padding: 5px 10px 2px 10px;
    font-size: 14px;
    display: flex;
    margin-top: 20px;
}

.download-circular-button a:hover button,
image:hover {
    cursor: pointer;
    background: #b4000f;
    color: white;
}

.download-circular-icon-container {
    padding-right: 5px;
}

.circular-letter-info table td:last-child {
    padding-left: 15px;
}

.navbar-nav a.active span.nav-link {
    color: black;
}

.navbar-nav span {
    font-size: var(--global-highlight-font-size);
    font-weight: 450;
    cursor: pointer;
}

.user {
    background-color: var(--global-color-ambient);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--global-text-color);
}

.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.dropdown-content {
    font-size: var(--global-highlight-font-size);
    display: block;
    position: absolute;
    margin-top: 45px;
    white-space: nowrap;
    background-color: #e5e5e5;
    right: 7px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    border-radius: 3px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content:hover a {
    background-color: #f1f1f1;
}

.dropdown-content:hover .top.speech::after {
    border-bottom-color: #f1f1f1;
}

.top.speech::after {
    border-bottom-color: #e5e5e5;
    border-top: 0;

    top: -9px;
    right: 10px;
    margin-left: -22px;
}

.speech::after {
    content: '';
    border: 15px solid transparent;
    position: absolute;
}

.form-step-section {
    min-height: 71px;
    display: inline-flex;
}

.steps-container {
    display: flex;
    position: relative;
}

.steps-container:before {
    height: 1px;
    width: 98%;
    background-color: var(--global-color-ambient);
    position: absolute;
    top: 1.5rem;
    left: 1%;
    content: '';
    z-index: 1;
}

.steps-container .step {
    display: flex;
    flex-direction: column;
    margin-right: 13rem;
    justify-content: center;
    align-items: center;
    z-index: 3;
    font-size: var(--global-highlight-font-size);
}

.steps-container .step.active i {
    color: var(--global-color-primary);
}

.steps-container .step i {
    display: flex;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: 1.5px solid var(--global-color-ambient);
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 3px;
    font-size: 1.1rem;
}

.steps-container .step:last-child {
    margin-right: 0;
}

@media screen and (max-width: 992px) {
    .steps-container .step {
        margin-right: 3rem;
    }
}

.success-view-steps {
    display: flex;
    margin-top: var(--global-half-top-distance);
    align-items: center;
}

.success-view-steps .title {
    color: black;
}

.success-view-steps h1 {
    margin-right: 70px;
    color: black;
}

.success-view-highlight {
    color: var(--global-color-primary);
}

.success-view-request-container {
    margin-top: 50px;
    display: inline-flex;
    align-items: center;
    margin-left: 12%;
    width: 100%;
}

.request-text {
    padding-left: 20px;
    padding-top: 50px;
}

.request-text span {
    font-weight: 450;
    font-size: var(--global-font-size);
}

.request-text p {
    font-size: var(--global-font-size-small);
    margin-top: 10px;
}

.article-grid .e-grid .e-content {
    min-height: 300px;
}

.article-grid .e-grid .e-gridheader .e-headercell .e-sortfilterdiv.e-icons {
    margin-left: 0;
    padding-left: 0 !important;
}

.article-grid .invalid-cell {
    background-color: rgba(255, 0, 0, 0.25);
}

#article-grid #article-grid_content_table {
    padding-top: 46px !important;
    position: relative;
}

#article-grid #article-grid_content_table.readonly {
    padding-top: 0 !important;
}

#article-grid #article-grid_content_table.readonly .e-edit-delete {
    pointer-events: none;
    opacity: 0.3;
}

#article-grid #article-grid_content_table.add-mode {
    padding-top: 0 !important;
}

#article-grid #article-grid_content_table .add-section {
    position: absolute;
    width: 100%;
    height: 46px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    padding: 0 27px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

#article-grid #article-grid_content_table .add-section:before {
    font-family: 'e-icons';
    content: '\e7f9';
    color: rgba(255, 0, 15, 1);
    padding-right: 5px;
}

#article-grid #article-grid_content_table .add-section:hover {
    color: rgba(255, 0, 15, 1);
}

#article-grid #article-grid_content_table .e-row.e-addedrow {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
}

#article-grid #article-grid_content_table .align-right input {
    text-align: right;
}

#article-grid .e-altrow,
.approval-grid .e-altrow {
    background-color: #fafafa;
}

#article-grid .article-calc-error {
    color: var(--global-color-secondary);
    font-size: var(--global-highlight-font-size);
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .e-popup-open[id^='article-gridarticle'] {
        min-width: 320px !important;
    }

    .e-popup-open[id^='article-gridarticle'] .row.item div {
        line-height: 18px;
    }

    .e-popup-open[id^='article-gridarticle'] .row.item {
        padding: 5px 0;
    }
}

.excel-export {
    margin: 10px 0 10px 40px;
}

.e-btn,
.e-css.e-btn {
    border: 1px solid lightgrey;
}

.offerHint-section {
    display: flex;
}

.offerHint-section.head .offerHint-hint {
    margin-top: var(--global-half-top-distance);
    font-size: var(--global-highlight-font-size);
    padding: var(--global-half-top-distance);
    background-color: var(--global-color-ambient-trans);
    border: 1px solid var(--global-color-secondary);
}

.offerHint-section.content .offerHint-hint {
    color: var(--global-color-primary);
    margin-bottom: 10px;
}
.ehg-table {
    max-height: 300px;
    overflow-y: auto;
    width: fit-content;
    margin-top: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.ehg-head {
    display: flex;
}

.ehg-head .ehg-link {
    margin-left: auto;
    padding-left:50px
}

.ehg-link a {
    color: var(--global-color-primary);
    cursor: pointer;
}

.ehg-link a:hover {
    text-decoration: dashed;
    color: var(--global-color-primary);
}

.ehg-table tr {
    line-height: 30px;
}

.display-text-column {
    font-weight: 450;
}

.ehg-table-text td {
    font-size: var(--global-font-size);
    text-align: center;
    color: var(--global-text-color);
}

.ehg-highlight-row td {
    font-size: var(--global-font-size);
    color: var(--global-color-primary);
    font-weight: 450;
    background-color: rgba(235, 235, 235, 0.81);
}

.ehg-table > :not(caption) > * > * {
    padding: 3px 20px;
    border-bottom-width: 1px;
}

.ehg-table th {
    padding: 3px 20px;
    font-size: var(--global-font-size-small) !important;
    font-weight: normal;
    position: sticky;
    white-space: nowrap;
    top: 0;
    background-color: white;
    border-bottom: 1px solid grey;
}

.ehg-highlighted td:last-child{
    font-size: var(--global-font-size);
    color: var(--global-color-primary);
    font-weight: 450;
}

.ehg-table .sum-row {
    border-bottom-color: #fff;
    background-color: rgba(235, 235, 235, 0.81);
}

.ehg-table .sum-row td:nth-child(4) {
    border-top: 1px solid #000;
    color: var(--global-text-color);
    text-align: right;
}

.ehg-table .tooltip-target {
    color: var(--global-color-secondary);
    font-size: var(--global-highlight-font-size);
    cursor: pointer;
}

.no-data-text {
    font-size: var(--global-font-size);
    border-bottom: 0;
}

.approval-form {
    min-height: 100%;
}

.approval-form .approval-head,
.approval-form .approval-band {
    display: flex;
    padding: 10px 0;
    font-size: var(--global-highlight-font-size);
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.approval-section {
    margin-top: var(--global-top-distance);
    display: flex;
}

.approval-form-ehg-section {
    margin-top: var(--global-top-distance);
    display: flex;
}

.approval-form .approval-band > div {
    margin-right: 30px;
}

.approval-form .approval-band {
    background-color: rgba(235, 235, 235, 0.81);
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 10px 0.75rem;
}

.approval-form .approval-band .item {
    display: flex;
}

.approval-form .approval-band .item .label {
    font-weight: 500;
    padding-right: 10px;
    position: relative;
}

.approval-form .approval-band .item .label:before {
    content: '';
    width: 17px;
    height: 2px;
    position: absolute;
    top: -1px;
    background-color: var(--global-color-primary);
}

.approval-form .approval-info {
    margin-right: calc(var(--global-top-distance) * 1.5);
    margin-bottom: var(--global-top-distance);
}

.approval-form .approval-info table td {
    padding: 5px 20px;
    background-color: rgba(235, 235, 235, 0.81);
    border-bottom: 1px solid #fff;
    text-align: right;
}

.approval-form .approval-info table td:first-child {
    background-color: #fff;
    padding-left: 0;
    text-align: left;
    font-weight: 500;
}

.approval-form .approval-info table .distance-row {
    border-bottom: 1px solid #000;
}

.approval-form .excel-export {
    padding-bottom: 11px;
    margin: 0 0 0 20px;
}

.approval-form h2 {
    margin: 0;
    padding-bottom: 7px;
}

.approval-grid {
    overflow: auto;
    padding-top: 4px;
    max-height: 600px;
}

.approval-grid-head {
    display: flex;
    align-items: center;
}

.approval-band {
    text-align: left;
}

.approval-add-information {
    padding-top: 50px;
}

.approval-add-information-no-cc {
    padding-top: -50px;
}

.approval-grid .article-calc-error {
    color: var(--global-color-secondary);
    font-size: var(--global-highlight-font-size);
    cursor: pointer;
}

.calc-error-approval {
    color: var(--global-color-secondary);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: var(--global-highlight-font-size);
    cursor: pointer;
}

.spinner-active #control-spinner {
    margin: 8px;
}

.e-primary.spacing,
.hint.spacing {
    margin-right: 0;
}

.hideHint {
    display: none;
}

.order-control-section-backToDraft {
    margin-left: 10px;
}

.order-control-section-backToDraft i {
    padding-right: 5px;
}

#rfc-button-container {
    position: relative;
}

.commentRefDisabledButton {
    position: absolute;
    width: 166px;
    height: 28px;
    top: 0;
    cursor: pointer;
}

.approval-sidebar-content {
    padding: 145px 11px 0 12px;
}
.sidebar-hidden {
    display: none;
}
.approval-sidebar-content .sidebar-separator {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--global-color-ambient);
}
.approval-sidebar-content i.e-close {
    background-color: var(--global-color-primary);
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 888;
    left: 10px;
    top: 75px;
    cursor: pointer;
}

.attachment-container table {
    width: 100%;
    margin-top: var(--global-half-top-distance);
}

.attachment-container tr.attachment {
    border-bottom: 1px solid rgba(235, 235, 235, 0.81);
    font-size: var(--global-highlight-font-size);
    cursor: pointer;
    transition: all 0.2s;
}

.attachment-container tr.attachment:last-child {
    border: none;
}

.attachment-container tr.attachment td:first-child {
    width: 92%;
}

.attachment-container tr.attachment td:last-child i:hover {
    color: var(--global-color-primary);
}

.attachment-container tr.attachment:hover {
    background-color: rgba(235, 235, 235, 0.81);
}

.attachment-container tr.attachment:hover td:first-child i {
    color: var(--global-color-primary);
}

.attachment-container tr.attachment i {
    font-size: var(--global-hero-font-size);
    color: var(--global-text-color);
    padding: 7px 5px;
}

.attachmentFiles {
    margin-bottom: var(--global-section-spacing);
}

.comment-container {
    max-width: 600px;
    margin: 0 0 40px 10px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', 'sans-serif', '-apple-system',
    'BlinkMacSystemFont';
}

.comment-section {
    width: 100%;
    padding-bottom: 10px;
}

.comment-section p {
    margin-left: 60px !important;
}

.comment-textbox-container {
    display: flex;
    align-items: center;
    position: relative;
}

.left.comment-speech::after {
    border-right-color: #f1f1f1;
    border-left: 0;
    left: -24px;
    top: 50%;
    margin-top: -20px;
    margin-left: 10px;
}

.comment-speech {
    font-size: var(--global-font-size);
    width: 100%;
    color: black;
    background: #f1f1f1;
    position: relative;
    padding: 20px;
    margin-left: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
}

.comment-speech::after {
    content: '';
    border: 20px solid transparent;
    position: absolute;
}

.comment-user-initials.link-secondary:hover {
    color: black;
    width: 6%;
}

.comment-text-box.e-input-focus {
    position: relative;
    border-color: #6e6e6e !important;
    box-shadow: none !important;
}

.comment-delete-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: var(--global-color-primary);
}

.comment-delete-text {
    font-size: 11px;
    margin-right: 20px;
    padding-top: 10px;
}

.comment-hint {
    font-size: var(--global-font-size-small);
    color: #ababab;
    width: 100%;
    max-width: 600px;
    margin-left: 70px;
    margin-top: 9px;
}

.comment-hint-author {
    margin-right: 4px;
    color: black;
}

.comment-user-initials {
    width: 6%;
    border: 1px solid #c4c4c4;
}

.additional-information-section-container {
    display: flex;
    width: 100%;
}

.additional-information-section-container p {
    font-weight: 450;
    font-size: var(--global-highlight-font-size);
    margin-bottom: 0;
}

.additional-information-section-hint {
    font-size: var(--global-font-size-small);
    color: #ababab;
    width: 100%;
    margin-left: 10px;
    max-width: 550px;
}

.spacing-hint-emails {
    margin-bottom: 10px;
}

.cc-section {
    margin-left: 80px;
}

.emailAddress-chip-container {
    width: 100%;
}

.cc-text-container {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', 'sans-serif', '-apple-system',
    'BlinkMacSystemFont';
}

.input-section-cc-mails {
    padding-bottom: 20px;
    width: 100%;
    max-width: 450px;
}

.cc-text-box.e-input-focus {
    position: relative;
    border-color: #6e6e6e !important;
    box-shadow: none !important;
}

.order-rfc-section .comment-box {
    max-width: 800px;
    font-size: var(--global-font-size);
    width: 100%;
    color: black;
    background: #f1f1f1;
    position: relative;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
}

.order-rfc-section .rfc-hint {
    margin-top: var(--global-half-top-distance);
    font-size: var(--global-highlight-font-size);
}
.order-rfc-section .rfc-hint a {
    color: var(--global-color-primary);
    cursor: pointer;
}

.autosuggest-head-template .prime-label {
    padding-left: 1rem;
}

.custom-disabled {
    color: var(--global-text-color);
    -webkit-text-fill-color: var(--global-text-color);
    cursor: text;
}

.order-customer-margin-container > div {
    margin-top: var(--global-top-distance);
}

.order-customer-margin-container div:first-child {
    margin-right: 30px;
}



.flex-container {
    display: flex;
    align-items: end;
    height: 100%;
    padding-bottom: 8px;
}

.order-condition-tab-container {
    display: flex;
    margin-top: var(--global-section-spacing);
}

.order-condition-tab-container .order-condition-tab-head {
    font-size: var(--global-highlight-font-size);
    padding: 10px;
    border: 1px solid var(--global-color-border);
    border-bottom: none;
    border-right: none;
    cursor: pointer;

    background-color: #fff;
}

.order-condition-tab-container .order-condition-tab-head:hover {
    color: var(--global-color-primary);
}

.order-condition-tab-container .order-condition-tab-head:last-child {
    border-right: 1px solid var(--global-color-border);
}

.order-condition-tab-container .order-condition-head-container {
    display: flex;
    box-shadow: 2px 0 5px 0 rgb(0 0 0 / 6%), 0 2px 4px rgb(0 0 0 / 4%);
}

.order-condition-tab-container .order-condition-tab-head.selected {
    border-bottom: 2px solid var(--global-color-primary);
}

.order-condition-tab-container .excel-template {
    margin: 10px 0 10px 20px;
}
.order-condition-tab-container small {
    display: flex;
    align-items: end;
    padding: 0 0 10px 20px;
}
.order-condition-tab-container small b {
    padding: 0 3px;
}

.hideExcelUploadButtons .excel-upload-order-approval {
    display: none;
}

.excel-upload-order-approval {
    display: inline-flex;
    margin-top: 10px;
}

.excel-upload-order-approval .choose-file-button {
    height: 28px;
    vertical-align: middle;
    margin-left: 20px;
    padding: 3px 12px 3px;
    border-radius: 2px;
    box-sizing: border-box;
    font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', 'sans-serif', '-apple-system',
    'BlinkMacSystemFont';
    text-align: center;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    border: 1px solid lightgrey;
    text-transform: uppercase;
    font-weight: 500;
}

.excel-upload-order-approval .choose-file-button:hover {
    background-color: lightgrey;
}

.excel-upload-order-approval .amount-box-container {
    margin-left: 10px;
    padding: 3px 12px 3px;
    font-weight: 450;
    border: 1px solid lightgrey;
}

.excel-upload-order-approval .amount-box-container span {
    text-transform: none;
    font-size: var(--global-font-size);
}

.excel-upload-order-approval .check-icon {
    color: #0e800e;
}

.excel-upload-order-approval .failed-icon {
    color: var(--global-color-primary);
}

.excel-upload-order-approval .succeeded-upload {
    color: #0e800e;
}

.excel-upload-order-approval .failed-upload {
    color: var(--global-color-primary);
}

.excel-upload-order-approval .amount-box {
    display: inline-block;
}

#customdropArea {
    border: none;
    display: inline-block;
}

#customdropArea .e-upload .e-file-select-wrap {
    padding: 0;
}

#customdropArea .e-upload .e-file-select-wrap > div {
    display: inline-block;
}

#customdropArea .e-upload .e-file-select-wrap .e-btn {
    font-size: 0px;
    line-height: 0px;
    padding: 13px 12px 13px 12px;
    margin-left: 20px;
    border: 1px solid lightgrey;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

#customdropArea .e-btn:hover,
.e-css.e-btn:hover {
    background-color: rgba(226, 226, 226, 0.9844);
    border-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
}

#customdropArea .e-upload .e-file-select-wrap .e-btn {
    font-size: 14px;
}

#customdropArea .e-btn:hover,
.e-css.e-btn:hover {
    background-color: lightgrey;
}

#customdropArea .e-upload .e-upload-files {
    border: none;
}

#customdropArea .e-upload .e-file-select-wrap .e-file-drop {
    display: none;
}

#customdropArea .e-upload {
    border: none;
}

#customdropArea .e-upload .e-upload-files .e-upload-file-list {
    display: none;
    border: none;
}

#customdropArea .blocked {
    position: relative;
}

#customdropArea .blocked:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.uploaderror-container {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(3px);
    background-color: rgba(180, 180, 180, 0.3);
}

.uploaderror-container.open {
    display: flex;
}

.uploaderror-text table {
    margin: 8px 0;
}

.uploaderror-text table td,
.uploaderror-text table th {
    padding: 3px 8px;
}

.uploaderror-box {
    display: flex;
    overflow: hidden;
    padding: 15px;
    flex-direction: column;
    background-color: white;
    min-width: 300px;
    min-height: 150px;
    max-width: 850px;
    margin-top: 50px;
    box-shadow: 0 0 30px lightgrey;
    opacity: 0;
    animation-name: slideTopDown;
    animation-duration: 0.4s;
}

@keyframes slideTopDown {
    0% {
        opacity: 0.2;
        margin-top: -50px;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
        margin-top: 50px;
    }
}

.open .uploaderror-box {
    opacity: 1;
}

.uploaderror-box button {
    border: none;
    background-color: transparent;
}

.uploaderror-close-icon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.uploaderror-header p {
    font-size: var(--global-highlight-font-size);
    font-weight: bold;
    border-bottom: 2px solid var(--global-color-primary);
}

.uploaderror-text {
    max-height: 350px;
    overflow-y: auto;
}

.uploaderror-text p {
    margin-bottom: 10px;
}

.uploaderror-button {
    display: flex;
    justify-content: end;
    align-items: end;
}

.uploaderror-button button {
    background-color: var(--global-color-primary);
    color: white;
    border: none;
    padding: 5px 15px 2px 10px;
    font-size: 14px;
    display: flex;
}

.uploaderror-button button:first-child {
    margin-right: 12px;
}

.uploaderror-check-icon-container {
    margin-top: 2px;
}

.uploaderror-check-icon {
    margin-right: 6px;
    padding-top: 10px;
    position: relative;
}

.uploaderror-refresh-button-container button {
    padding: 7px;
}

.order-head-section {
    display: flex;
    align-items: center;
}

.form-step-section .state-head {
    position: relative;
}
.order-head-section .form-step-section .state-head .state {
    position: absolute;
    margin-top: 7px;
}

.order-head-section .attachment-button {
    margin-left: var(--global-section-spacing);
}

.order-sidebar-content {
    padding: 145px 11px 0 12px;
}
.sidebar-hidden {
    display: none;
}
.order-sidebar-content .sidebar-separator {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--global-color-ambient);
}
.order-sidebar-content i.e-close {
    background-color: var(--global-color-primary);
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 888;
    left: 10px;
    top: 75px;
    cursor: pointer;
}

.npv-error,
.calc-error {
    position: relative;
}

.npv-error:before,
.calc-error:before {
    content: '\f05e';
    color: var(--global-color-secondary);
    position: absolute;
    left: 2px;
    top: 19px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: var(--global-highlight-font-size);
}

.spinner-container {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    backdrop-filter: blur(3px);
    background-color: rgba(180, 180, 180, 0.3);
}

.spinner-container.open {
    display: flex;
}
.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv,
.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
    padding:0;
    margin: 0;
}

.e-grid .e-headercell {
    padding: 0 12px 0;
}

.e-grid .e-gridheader .e-sortfilter .e-headercelldiv {
    padding:0 5px 0 0.6em
}

.e-grid .e-sortfilterdiv,.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: 0 12px;
    bottom: 3px;
    position: relative;
}

.e-grid .e-rightalign .e-headercell-container .e-headertext {
    text-align: left;
}

