.tabs-left-align .fi-tabs {
    margin-left: inherit;
}

.table-hide-head thead {
    display: none;
}
.table-hide-head .fi-ta-content,
.table-hide-head .fi-ta-content tbody {
    border-top: 0px !important;
}

.catalog-row-exclude .flex, .catalog-row-exclude .fi-ta-text-item, .catalog-row-exclude .fi-ta-text-item-label {
    flex-direction: column;
    width: 100%;
    max-width: inherit;
    align-items: flex-start;
}
.row-exclude {
    display: grid;
    grid-template-columns: 30% 70%;
}
.table-repeater-empty-column {
    font-size: 14px;
    color: rgba(var(--gray-500), var(--tw-text-opacity));
    font-style: inherit !important;
}

.fi-logo svg {
    width: 80%;
}
.fi-logo {
    justify-content: center;
}

.gap-05 .gap-6 {
    gap: 0.3rem !important;
}

.warning-row {
    background-color: rgb(255 165 0 / 10%);
}

.hide-section-content .fi-section-content-ctn {
    display: none;
}

body .configurator-step-section {
    border-radius: 0px;
    margin-bottom: -23px;
}
body .configurator-step-section-first-item {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: -23px;
}
body .configurator-step-section-last-item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ml-10 {
    margin-left: 10px;
}

.form-with-loader {
    position: relative;
}

.custom-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #333;
    z-index: 99;
}

.product-categories .gap-6 {
    gap: 0 !important;
}
.product-categories section {
    height: 100% !important;
    border-radius: 0px !important;
}
.product-categories section header {
    background: rgba(var(--gray-50),var(--tw-bg-opacity)) !important;
    padding: .8rem !important;
}
.product-categories section .fi-section-content {
    padding: .8rem !important;
}
.product-categories label {
    column-gap: .5rem;
}

.my-custom-class-whatever {
    vertical-align: top;
}

a.brand-link {
    color: #005fff;
    cursor: pointer;
    transition: color .3s cubic-bezier(.165,.84,.44,1), box-shadow .3s cubic-bezier(.165,.84,.44,1);
}
a.brand-link:hover {
    color: #0055d4;
}

.feature-base-block {
    height: 40px !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.feature-base-block svg {
    width: auto;
    height: 100%;
}

.feature-base-sidebar-btn {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 8px;
    background-color: #005fff;
    margin: 0 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1), box-shadow .3s cubic-bezier(.165,.84,.44,1);
}
.feature-base-sidebar-btn:hover {
    background-color: #0055d4;
}

.fi-ta-header-heading .d-flex {
    display: flex;
    gap: 5px;
}

.plotgemak-icon {
    width: 20px;
    height: 20px;
}
.plotgemak-order .fi-ta-group-header {
    /* padding-top: 20px;
    padding-bottom: 20px; */
}
.plotgemak-order td.fi-ta-cell .py-4 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.company-order-screen .fi-ta-actions-cell .fi-ta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Eerste rij met twee kolommen */
    grid-template-rows: auto auto; /* Twee rijen */
    grid-template-areas: 
        "files action-group"
        "order-file-upload order-file-upload"
        "notes notes"
        "reference reference";
    gap: 5px;
}

.company-order-screen .files {
    grid-area: files;
    justify-content: flex-end;
}
.company-order-screen .action-group {
    grid-area: action-group;
    justify-content: flex-end;
}
.company-order-screen .reference {
    grid-area: reference;
    justify-content: flex-end;
}
.company-order-screen .notes {
    grid-area: notes;
    justify-content: flex-end;
}
.company-order-screen .order-file-upload {
    grid-area: order-file-upload;
    justify-content: flex-end;
}
.company-order-screen .order-line-badges .fi-ta-text-item-label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.company-order-screen .order-line-badges .max-w-max {
    max-width: inherit;
}
.company-order-screen .order-line-badges .fi-ta-text-item {
    width: 100%;
}
.catalogs-grid .grid.flex-1 .fi-ta-content {
    background: rgba(var(--gray-50),var(--tw-bg-opacity,1));
}
.catalogs-grid .grid.flex-1 .fi-ta-ctn {
    border: 0 !important;
    box-shadow: unset;
}
.catalogs-grid .grid.flex-1 .grid.fi-ta-content-grid {
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.catalogs-grid .grid.flex-1 .ps-4.pe-4 {
    padding: 0;
}
.catalogs-grid .grid.flex-1 .flex.w-full.flex-col.gap-y-3.py-4 {
    padding: 0;
}
.catalogs-grid .grid.flex-1 .fi-ta-record {
    border-radius: 0px !important;
}
.catalog-item-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.catalogs-grid .grid.flex-1 img {
    border-radius: 0px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.catalog-creation-date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(var(--gray-50), 1) !important;
    color: #000 !important;
}
.catalog-item-padding {
    padding-left: 1rem;
    padding-right: 1rem;
}

.catalogs-grid .grid.flex-1 .fi-ta-actions {
    padding: 0 1rem !important;
    padding-bottom: 1rem !important;
}
.catalog-item-padding.is-first {
    padding-top: .4rem;
}
.page-section-title .text-sm {
    --tw-text-opacity: 1;
    color: rgba(var(--gray-950), var(--tw-text-opacity, 1));
    font-size: 1rem;
    font-weight: 600;
}
.save-section {
    background: unset !important;
    border: unset !important;
    box-shadow: unset !important;
}
.save-section .fi-section-content {
    display: none;
}
.save-section .fi-section-footer {
    border-top-width: 0px;
    padding: 0px;
}
.language-switch-trigger {
    margin-left: 10px;
}

.warning-widget {
    gap: 0 !important;
    margin-bottom: -23px;
}
.warning-widget .shout-component {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.warning-widget.rounded-radius > div:last-child .shout-component {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}
.table-with-pickup-message div[x-data="table"] .fi-ta-ctn {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.warning-no-borders {
    border-radius: 0px !important;
}
.custom-warning-style {
    padding: 10px !important;
}
.form-grid-selects .grid {
    gap: 0 !important;
}
.form-grid-selects .grid .fi-input-wrp:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.form-grid-selects .grid .fi-input-wrp:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}
.combi-package-badge {
    padding: 4px 6px;
    border-radius: .5rem;
    background-color: black;
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
    font-weight: 800;
}

.mb-warning-widget {
    margin-bottom: -10px;
}

.view-invoice-btn {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-right: -.75rem;
}
.invoice-dropdown {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.fi-table-cell-order-line-status-id {
    min-width: 200px !important;
}