/*
 * Copyright 2025 Infios US, Inc. All Rights Reserved.
 * Reproduction and distribution under license only.
 */
:root {
    --infios-tooltip-bg : var(--infios-accent-1);

    --infios-neutral-1  : #fff;
    --infios-neutral-2  : #f4f4f4;
    --infios-neutral-3  : #e7e7e7;
    --infios-neutral-4  : #d5dce2;
    --infios-neutral-5  : #98a4b0;
    --infios-neutral-6  : #58636e;
    --infios-neutral-7  : #324155;
    --infios-neutral-8  : #788897;
    --infios-neutral-9  : #b5bfcd;
    --infios-neutral-10 : #f0f2f5;
    --infios-neutral-11 : #dfe3e9;
    --infios-neutral-12 : #e5e9f0;

    --infios-accent-1   : #171f29;
    --infios-accent-2   : #6656D0;
    --infios-accent-3   : #5436CC;
    --infios-accent-4   : #2B1875;
    --infios-accent-5   : #A9A0EB;
    --infios-accent-6   : #8377D1;
    --infios-accent-7   : #d0ff25;

    --collection-radius           : 0.6rem;
    --collection-header-font-color : inherit;
    --collection-header-border    : 0.1rem solid #dce0e4;
    --collection-header-divider   : 0.1rem solid #e4e8ec;

    --collection-row-font-color   : var(--infios-neutral-6);
    --collection-row-bg           : var(--infios-neutral-1);
    --collection-row-bg-hover     : #eff2f7;
    --collection-row-bg-alt       : #f8f9fa;
    --collection-row-bg-alt-hover : #eff2f7;
    --collection-row-border       : 0.1rem solid #eaecf0;


    --modal-border-color        : var(--infios-neutral-7);
    --modal-radius              : 1rem;
    --modal-radius-inner        : calc(var(--modal-radius) - 0.4rem);
    --modal-header-bg           : var(--modal-border-color);
    --modal-header-font-color   : var(--infios-neutral-1);
    --modal-footer-bg           : var(--infios-neutral-10);
    --modal-footer-border-color : var(--infios-neutral-11);


    --factor-xs: 0.8;
    --factor-sm: 1;
    --factor-md: 1.3;
    --factor-lg: 1.6;
    --factor-xl: 2;
    --factor-xxl: 2.4;
    --icon-size: 1.6rem;
    --icon-size-xs: calc(var(--icon-size) * var(--factor-xs));
    --icon-size-sm: calc(var(--icon-size) * var(--factor-sm));
    --icon-size-md: calc(var(--icon-size) * var(--factor-md));
    --icon-size-lg: calc(var(--icon-size) * var(--factor-lg));
    --icon-size-xl: calc(var(--icon-size) * var(--factor-xl));
    --icon-size-xxl: calc(var(--icon-size) * var(--factor-xxl));
    --icon-file-size-xs: 1.6rem;
    --icon-file-size-sm: 1.8rem;
    --icon-file-size-md: 2rem;
    --icon-file-size-lg: 2.4rem;
    --icon-file-size-xl: 2.8rem;
    --icon-file-size-xxl: 3.2rem;

}
html, body {
    height     : 100%;
    width      : 100%;
    max-width  : 100vw;
    max-height : 100vh;
    overflow   : hidden;
}
en-win-body {
    overflow: hidden !important;
}
en-win > en-header en-logo {
    width: auto;
    min-width: 16rem;
    padding-right: 2rem;
}


.button-appmenu .menu-icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: var(--infios-neutral-5);
}
.button-appmenu:hover .menu-icon,
.button-appmenu.active .menu-icon {
    color: var(--infios-accent-7);
}
.appjumpmenu {
    display: none;
}
.appjumpmenu.active {
    position : absolute;
    top: 50px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1000;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom: 1px solid #1f3146;
    box-shadow: 0 3px 5px 0 #00000052;
    background: linear-gradient(to bottom, #171f29 50%, #2a394b 100%);
}
.appmenu-item {
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 1px 0 1px #000000a1,
    0 1px 2px 3px #7c99c26e,
    0 -2px 0 3px #000000;
}
.appmenu-item > img {
    display: block;
    cursor: pointer;
}
.appmenu-item:before {
    position: absolute;
    z-index: 1000;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    content: '';
    border-radius: 13px;
    box-shadow: inset 0 5px 5px -5px rgb(0 0 0 / 50%),
    inset 0 -5px 10px 2px #b8e122;
}
.appmenu-item:hover:before {
    box-shadow: inset 0 5px 5px -5px rgb(0 0 0 / 50%),
    inset 0 20px 10px -10px rgb(255 255 255 / 70%),
    inset 0 -10px 10px -2px #9cbc28;
}





.aichat-button {
    display: block;
    width: 32px;
    height: 32px;
    padding: 2px 0 0;
    cursor: pointer;
    background: var(--infios-accent-7);
    border-radius: 32px;
    text-align: center;
    position: relative;
    margin-right: 14px;
    box-shadow: 0 1px 0 1px #000000a1,
                0 1px 2px 3px #7c99c26e,
                0 0 0 3px #000000;
}
.aichat-button:before {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    content: '';
    border-radius: 16px;
    box-shadow: inset 0 5px 5px -5px rgb(0 0 0 / 50%),
                inset 0 -5px 10px 2px #b8e122;
}
.aichat-button > svg {
    color: var(--infios-neutral-7);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 2;
    cursor: pointer;
    filter: drop-shadow(0 1px 1px #ffffff80);
}
.aichat-button:hover {
    box-shadow: 0 1px 0 1px #000000a1,
                0 1px 2px 3px #7c99c26e,
                0 -2px 0 3px #000000;
}
.aichat-button:hover:before {
    box-shadow: inset 0 2px 5px -2px rgb(0 0 0 / 65%),
                inset 0 10px 7px -7px rgb(255 255 255),
                inset 0 -10px 10px -9px #000000ad;
}
.aichat-button:hover > svg {
    color: #71891a;
}

.aichat-drawer {
    position         : fixed;
    top              : 70px;
    right            : -420px;
    width            : 420px;
    height           : calc(-100px + 100vh);
    max-height       : 800px;
    background-color : #fff;
    border-radius    : 16px;
    box-shadow       : rgb(0 0 0 / 30%) 0 15px 15px 0,
    rgb(0 0 0 / 40%) 0 4px 10px -2px;
    z-index          : 9999;
    display          : flex;
    flex-direction   : column;
    overflow         : hidden;
    border           : 0;
    transition       : right 0.3s ease-out;
}
.aichat-drawer-header {
    display          : flex;
    align-items      : center;
    justify-content  : space-between;
    padding          : 12px 16px;
    border-bottom    : 1px solid rgba(0, 0, 0, 0.15);
    background-color : #f5f5f5;
    border-radius    : 16px 16px 0 0;
    font-weight      : 600;
}
.aichat-drawer-header > :first-child {
    display     : flex;
    align-items : center;
    gap         : 8px;
}
.aichat-drawer-header en-icon {
    cursor : pointer;
}
.aichat-drawer-body {
    flex             : 1 1 0;
    overflow         : hidden;
    background-color : #fff;
}
.aichat-drawer-body iframe {
    width  : 100%;
    height : 100%;
    border : none;
}













.nav-content {
    position: relative;
    overflow: auto;
}
.nav-section-header {
    padding: 8px 16px;
    border-bottom: 1px solid var(--infios-neutral-4);
    /* min-height: 50px; */
    color: var(--infios-neutral-8);
    background: var(--infios-neutral-1);
    font-size: 12px;
    position: relative;
    /* box-shadow: 0 1px 3px 0px #00000063; */
    z-index: 6;
}
.nav-section-header en-title {
    margin:0;
    color: var(--infios-neutral-6);
}
.back-button {
    width: 4rem;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-right: 1.6rem;
    height: auto;
    min-height: 50px;
    background-color: var(--infios-neutral-6);
}
.nav-section-toggle {
    z-index: 2;
    width: 2.5rem;
    min-height: 48px;
    line-height: 5rem;
    background-color: var(--infios-neutral-11);
    box-shadow: none;
    text-align: center;
    color: var(--infios-neutral-8);
}
.nav-section-toggle-close {
    position: absolute;
    top: 0;
    right: 0;
    min-height: auto;
    line-height: 52px;
    bottom: 0;
    max-height: 50px;
    height: auto;
    background: var(--infios-neutral-4);
    box-shadow: none;
}


.section-top-bar {
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 1px 3px 0px #00000063;
    border-bottom: 0;
    min-height: auto;
}
.section-top-bar en-title {
    text-transform: capitalize;
    white-space: nowrap;
}
.section-top-bar > en-title > en-icon[icon="chevron-right"] {
    color: var(--infios-neutral-9);
    margin: 0 0.6rem;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    font-size: var(--icon-size-xs);
}


.en-modal-close {
    color: var(--infios-neutral-9);
}
.en-modal-close:hover {
    color: var(--infios-neutral-1);
}
en-modal {
    border-radius: var(--modal-radius);
    border: 0.4rem solid var(--modal-border-color);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--modal-border-color);
}
en-modal-header {
    background-color: var(--modal-header-bg);
    color: var(--modal-header-font-color);
    border-radius: var(--modal-radius-inner) var(--modal-radius-inner) 0 0;
    border-bottom: solid 0.4rem var(--modal-border-color);
}
en-modal-footer {
    background: var(--modal-footer-bg);
    border-radius: 0 0 var(--modal-radius-inner) var(--modal-radius-inner);
    border-top: 0.1rem solid var(--modal-footer-border-color);
}






.en-button {
    background: var(--infios-neutral-12);
}

.en-button.default, .en-button {
    border: 0.1rem solid var(--infios-neutral-4);
    color: var(--infios-neutral-6);
}
.no-touch .en-button.default:hover,
.en-button.default:focus,
.no-touch .en-button:hover,
.en-button:focus {
    border-color: var(--infios-neutral-4);
    color: var(--infios-neutral-6);
    background: var(--infios-neutral-11);
}

.en-button.button-primary {
    background: var(--infios-accent-2);
    border-color: transparent;
    color: var(--infios-neutral-1);
}
.no-touch .en-button.button-primary:hover, .en-button.button-primary:focus {
    background: var(--infios-accent-3);
    border-color: transparent;
    color: var(--infios-neutral-1);
}
.en-button.button-secondary {
    background: var(--infios-neutral-11);
    border: 0.1rem solid var(--infios-neutral-4);
    color: var(--infios-neutral-6);
}
.no-touch .en-button.button-secondary:hover, .en-button.button-secondary:focus {
    background: var(--infios-neutral-4);
    border-color: var(--infios-neutral-4);
    color: var(--infios-neutral-7);
}





/*.en-collection {*/
/*    --collection-radius           : 0.4rem;*/
/*    --collection-row-bg           : var(--infios-neutral-1);*/
/*    --collection-row-bg-hover     : #eff2f7;*/
/*    --collection-row-bg-alt       : #f8f9fa;*/
/*    --collection-row-bg-alt-hover : #eff2f7;*/
/*    --collection-row-border       : 0.1rem solid #eaecf0;*/
/*    --collection-header-border    : 0.1rem solid #dce0e4;*/
/*    --collection-header-divider   : 0.1rem solid #e4e8ec;*/
/*}*/


.collection-bordered .en-collection-header {
    border: var(--collection-header-border);
    border-bottom: 0;
    border-radius: var(--collection-radius) var(--collection-radius) 0 0;
    overflow: hidden;
}
.collection-bordered .en-collection-header > div en-flex {
    border-left: 0;
}
.collection-bordered .en-collection-body {
    border: var(--collection-row-border);
    border-width: 0 1px;
    border-radius: 0 0 var(--collection-radius) var(--collection-radius);
}
.en-collection-header {
    color:  var(--collection-header-font-color);
}
.en-collection-row > * {
    background-color: var(--collection-row-bg) !important;
    color: var(--collection-row-font-color);
}
.en-collection-row:hover > * {
    background-color: var(--collection-row-bg-hover) !important;
}

.collection-alternated .en-collection-body div div:nth-child(even) .en-collection-row > * {
    background-color: var(--collection-row-bg-alt)!important;
}
.collection-alternated .en-collection-body div div:nth-child(even) .en-collection-row:hover > * {
    background-color: var(--collection-row-bg-alt-hover)!important;
}






.ace_editor {
    /*border-radius: 6px;*/
}

.ace_container {
    position: relative;
    overflow: auto;
}
en-tab-pane > .ace_container,
en-tab-pane > .ace_container > .ace_editor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    min-height: 100%;
}
.ace_options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    color: #757a9c;
    padding: 3px 3px 2px 4px;
    cursor: pointer;
}
.ace_options:hover, .ace_options.active {
    color: #b3b9dd;
    background: #676c8d;
    /*border-radius: 0 0 0 4px;*/
}

.ace_toolpanel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: none;
    background: #383b4bf7;
    color: #868db7;
}
.ace_toolpanel.active {
    display: block;
}


.ace_toolpanel input:not([type=radio]):not([type=checkbox]):not([type=range]) {
    height: 24px;
    max-width: 60px;
    padding: 0 4px;
}








.ace_toolbar {
    background: #bac4cd;
    border-radius: 6px 6px 0 0;
    padding: 4px 8px;
}
.ace_toolbar select,
.ace_toolpanel select {
    min-width: 0 !important;
    height: 2.4rem !important;
    min-height: 2.4rem !important;
    max-height: 2.4rem !important;
    padding-left: 0.8rem !important;
    padding-right: 24px !important;
    border: 0.1rem solid transparent !important;
}
.ace_toolbar en-button.active {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.icon-softwrap {
    height: 16px;
    width: 16px;
}
en-icon > svg {
    min-height: 16px;
    min-width: 16px;
}






en-section.collpased > en-header {
    border-bottom: 0 !important;
}


en-tabs.tabs-natural {
    padding-left: 8px;

}

en-tabs.tabs-natural en-tab {
    margin-left: 0.1rem !important;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-width: 1px;
    background-color: var(--infios-neutral-12);
    color: var(--infios-neutral-6);
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}

en-tabs.tabs-natural en-tab.active,
en-tabs.tabs-natural en-tab.active:hover {
    background-color: #fff;
    border: 1px solid;
    border-color: var(--infios-neutral-4) var(--infios-neutral-4) #fff;
    font-weight: 500;
    margin-bottom: -1px;
}

en-tabs.tabs-natural en-tab:not(.active):hover {
    border-bottom-width: 1px;
    border-color: var(--infios-neutral-4);
    background: var(--infios-neutral-4);
}

.tab-natural-container {
    margin-top: 0;
    background-color: var(--infios-neutral-1);
    border-radius: 6px;
    border: 1px solid var(--infios-neutral-4);
}
.tab-natural-container en-footer {
    background: rgba(0, 0, 0, 0.04);
}





.tabs-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
en-tabs.tab-rail {

}

en-tabs.tab-rail en-tab {
    margin: 0 4px 0 4px;
    padding: 0 8px;
    letter-spacing: -0.25px;
}

en-tabs.tab-rail en-tab en-label {
    line-height: 14px;
    background: var(--infios-neutral-5);
    color: var(--infios-neutral-1);
    padding: 0 4px;
}

en-tabs.tab-rail en-tab:hover {
    border-color: rgb(0 0 0 / 30%);
}


en-tabs.tab-rail en-tab.active,
en-tabs.tab-rail en-tab.active:hover {

}
en-tabs.tab-rail en-tab.active en-label,
en-tabs.tab-rail en-tab.active:hover en-label {
    background: var(--infios-accent-2);
    color: var(--infios-neutral-1);
}

en-subheader en-tabs.tab-rail {

}
en-subheader en-tabs.tab-rail en-tab {

}

.en-api-search-tabs {
    background-color: var(--infios-neutral-12);
    box-shadow: inset 0 -1px 0 var(--infios-neutral-4);
    height: 36px;
    line-height: 36px;
}
.en-api-search-tab {
    border-right: 1px solid var(--infios-neutral-4);
    border-bottom: 0;
    background-color: var(--infios-neutral-10);
    height: 35px;
    cursor: pointer;
}
.en-api-search-tab.active:first-child {
    border-top-left-radius: 4px;
}
.en-api-search-tab.active,
.en-api-search-tab.active:hover {
    border-bottom: 0;
    background-color: var(--infios-neutral-1);
    height: 36px;
    cursor: default;
}
.en-api-search-tab:hover {
    background-color: var(--infios-neutral-11);
}

.pagination-bar {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}


en-list.select-list > en-item.selected,
en-list.select-list > en-item.selected:hover,
en-list.select-list > en-item[checked="checked"],
en-list.select-list > en-item[checked="checked"]:hover {
    background: var(--infios-neutral-4);
    color: var(--infios-neutral-6);
    border-color: var(--infios-neutral-4);
}








en-hr:before, en-hr:after {
    background: rgba(0, 0, 0, 0.1);
}

label.block {
    display: block;
}
.stretch {
    min-width: 100% !important;
    max-width: 100% !important;
}


.flex-control {
    padding: 0.8rem;
}
.flex-control > label {
    position: relative;
    font-weight: 500;
}
.flex-control > label en-icon {
    opacity: 0;
    margin-left: 0.8rem;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    font-size: var(--icon-size-xs);
}
.flex-control:hover > label en-icon {
    opacity: 0.6;
}
.flex-control:hover > label en-icon:hover {
    opacity: 1;
}

en-control.flex-control.required label:after {
    display:none;
}
en-control.flex-control.required label span:after {
    content: '*';
    color: #900;
    margin-left: 0.2rem;
    font-size: 1.4rem;
    line-height: 0;
}
.inline-control {
    padding: 0.4rem 0.8rem;
}

.inline-control label {
    font-weight: 400;
    margin-bottom: 2px;
}

.inline-control.selected > :first-child:before {
    content:' ';
    border-left: 2px solid rgb(0 0 0 / 30%);
    border-bottom: 2px solid rgb(0 0 0 / 30%);
    display:block;
    height: 22px;
    width: 10px;
    position: absolute;
    left: -10px;
    top: -4px;
}
.inline-control > :first-child {
    background: #f0f2f5;
    border-radius: 4px;
    padding: 0.4rem 1.8rem 0.4rem 0.8rem;
    position: relative;
}
.inline-control en-icon[icon="help"] {
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 2px;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    font-size: var(--icon-size-xs);
}
.inline-control.selected:hover en-icon[icon="help"] {
    opacity: 0.6;
}
.inline-control.selected:hover en-icon[icon="help"]:hover {
    opacity: 1;
}
.inline-control.disabled en-icon[icon="help"] {
    opacity: 0 !important;
}
.checkbox-control.required > label:before {
    color: #c85252;
    position: absolute;
    top: 0;
    left: 0;
}
    .checkbox-control {
        padding: 0.8rem 0.8rem 0;
    }
    .checkbox-control > label {
        display: flex;
        gap: 8px;
        margin: 0;
        font-weight: 400;
        padding: 6px;
        border-radius: 6px;
        position: relative;
    }
    .checkbox-control > label > span {
        padding-right: 12px;
    }
    .checkbox-control en-icon[icon="help"] {
        opacity: 0;
        position: absolute;
        right: 3px;
        top: 2px;
        width: var(--icon-size-xs);
        height: var(--icon-size-xs);
        font-size: var(--icon-size-xs);
    }
.checkbox-control label:hover en-icon[icon="help"] {
        opacity: 0.6;
    }
.checkbox-control label:hover en-icon[icon="help"]:hover {
        opacity: 1;
    }
.checkbox-control > label:hover,
.checkbox-control.selected > label {
    background: #f0f2f5;
}

.checkbox-content {
    background: #f0f2f5;
    border-radius: 5px;
    padding: 0.8rem;
}
.multiselect-dropdown span.dropdown-btn {
    border-color: rgba(0, 0, 0, 0.15);
}




.en-button.filter-button {
    background: color-mix(in srgb, var(--infios-neutral-4) 60%, transparent);
    border-color: transparent;
    color: var(--infios-neutral-6);
}
.en-button.filter-button:hover {
    background: color-mix(in srgb, var(--infios-neutral-4) 100%, transparent);
    border-color: color-mix(in srgb, var(--infios-neutral-6) 5%, transparent);
    color: var(--infios-neutral-6);
}


.switch {
    position : relative;
    display  : inline-block;
    width    : 60px;
    height: 24px;
    margin: 0;
}

.slider {
    position           : absolute;
    cursor             : pointer;
    top                : 0;
    left               : 0;
    right              : 0;
    bottom             : 0;
    background-color: var(--infios-neutral-4);
    border-radius      : 34px;
    transition         : .4s;
    box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0, 0.2);
}

.slider::before {
    position           : absolute;
    content            : "";
    height: 20px;
    width: 20px;
    left: 2px;
    top: 2px;
    background-color: rgba(255,255,255,0.75);
    border-radius      : 50%;
    transition         : .4s;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 5px -3px rgba(0, 0, 0, 0.5);
}

.slider.slider-on {
    background-color: #33c75a;
}

.slider.slider-on::before {
    transform: translateX(calc(100% + 16px));
    background-color: var(--infios-neutral-1);
}


.slider-disabled .slider {
    opacity: 0.4;
    cursor: not-allowed;
}
.slider-disabled .slider label {
    cursor: not-allowed;
}

.slider label {
    color: var(--infios-neutral-8);
    position    : absolute;
    font-size   : 10px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 24px;
    text-align: center;
}

.slider label.slider-off {
    right: 4px;
    left: 22px;
    display : block
}

.slider-on label.slider-off {
    display : none !important
}

.slider label.slider-on {
    left: 4px;
    right: 22px;
    display : none;
    color: var(--infios-neutral-1);
}

.slider-on label.slider-on {
    display : block !important;
}

.slider-always-on {
    background-color : var(--infios-neutral-4) !important;
}

.toggle-label {
    text-transform : none;
    font-size      : 1.5rem;
    color          : #576569;
    margin-right   : 10px;
}




.breadcrumb-bar {
    padding: 6px 8px;
    background: var(--infios-neutral-8);
    box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.5), 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgb(0,0,0,0.2);
}
.breadcrumb-bar a {
    padding: 1px 8px 3px;
    color: var(--infios-neutral-1);
    border-radius: 15px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.breadcrumb-bar a:hover,
.breadcrumb-bar a.active {
    opacity    : 1;
    color      : var(--infios-neutral-1);
    box-shadow : inset 0 2px 2px -1px rgb(0, 0, 0, 0.3);
    background : var(--infios-neutral-7);
}



.section-top-bar:has(+ .breadcrumb-bar),
.collection-search-bar:has(+ .breadcrumb-bar){
    border-bottom: 0;
    box-shadow: none;
}
.section-top-bar:has(+ .breadcrumb-bar) .back-button {
    height: 5rem;
}
.collection-search-bar:has(+ .breadcrumb-bar) {
    border-bottom: 0;
    box-shadow: none;
}

.chevron {
    --chevron-xs: 0.5;
    --chevron-sm: 1;
    --chevron-md: 1.25;
    --chevron-lg: 1.5;
    --chevron-xl: 2;
    --chevron-hw: 10px;
    --chevron-vh: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.chevron:after {
    content:'';
    width: 100%;
    height: 100%;
    background: currentColor;
    position: absolute;
    clip-path: polygon(100% 50%, 22% 0%, 0% 14%, 56% 50%, 0% 86%, 22% 100%);
}
.chevron.up:after, .chevron.down:after {
    clip-path: polygon(50% 56%, 14% 0%, 0% 22%, 50% 100%, 100% 22%, 86% 0%);
}
.chevron {
    width: calc(var(--chevron-hw) * var(--chevron-sm));
    height: calc(var(--chevron-vh) * var(--chevron-sm));
}
.chevron.up, .chevron.down {
    width: calc(var(--chevron-vh) * var(--chevron-sm));
    height: calc(var(--chevron-hw) * var(--chevron-sm));
}
.chevron.xs {
    width: calc(var(--chevron-hw) * var(--chevron-xs));
    height: calc(var(--chevron-vh) * var(--chevron-xs));
}
.chevron.up.xs, .chevron.down.xs {
    width: calc(var(--chevron-vh) * var(--chevron-xs));
    height: calc(var(--chevron-hw) * var(--chevron-xs));
}
.chevron.md {
    width: calc(var(--chevron-hw) * var(--chevron-md));
    height: calc(var(--chevron-vh) * var(--chevron-md));
}
.chevron.up.md, .chevron.down.md {
    width: calc(var(--chevron-vh) * var(--chevron-md));
    height: calc(var(--chevron-hw) * var(--chevron-md));
}
.chevron.lg {
    width: calc(var(--chevron-hw) * var(--chevron-lg));
    height: calc(var(--chevron-vh) * var(--chevron-lg));
}
.chevron.up.lg, .chevron.down.lg {
    width: calc(var(--chevron-vh) * var(--chevron-lg));
    height: calc(var(--chevron-hw) * var(--chevron-lg));
}
.chevron.xl {
    width: calc(var(--chevron-hw) * var(--chevron-xl));
    height: calc(var(--chevron-vh) * var(--chevron-xl));
}
.chevron.up.xl, .chevron.down.xl {
    width: calc(var(--chevron-vh) * var(--chevron-xl));
    height: calc(var(--chevron-hw) * var(--chevron-xl));
}

.chevron.left:after  { transform: rotate(180deg); }
.chevron.up:after    { transform: rotate(180deg); }

.highlight-light {
    background: var(--infios-neutral-10);
}
.highlight-dark {
    background: var(--infios-neutral-12);
}







.order-details-header {
    position: relative;
}
.order-details-header > .trigger {
    position: absolute;
    z-index: 98;
    right: 4px;
    bottom: -20px;
    border: 1px solid var(--infios-neutral-4);
    padding: 0px 4px;
    border-radius: 0 0 4px 4px;
    background: var(--infios-neutral-10);
    height: 20px;
    line-height: 20px;
    border-top: 0;
}
.order-details-header > .trigger.open {
    bottom: -19px;
    border: 1px solid var(--infios-neutral-4);
    border-radius: 0 0 4px 4px;
    background: var(--infios-neutral-10);
    border-top: 0;
}
.order-details-header > *:not(.trigger) {
    display:none;
    padding: 16px 0;
    line-height: 20px;
    background: var(--infios-neutral-10);
}
.order-details-header > *.open:not(.trigger) {
    display:flex;
    border-bottom: 1px solid var(--infios-neutral-4);
}

.order-details-header en-list {

}
.order-details-header en-list en-item {
    padding: 0;

}

.order-details-header en-list en-item .item-label {
    text-align: right;
    opacity: .8;
    font-weight: normal;
}
.order-details-header en-list en-item .item-content {
    padding: 3px 4px 2px;
    font-weight: 600;
    border: 1px dotted transparent;
    display: flex;
    margin-right: 0;
}

en-icon[icon=help] {
    opacity: 0.5;
}
en-icon[icon=help]:hover {
    opacity: 1;
}
.inline-edit en-icon[icon=edit] {
    opacity: 0.2;
}
.inline-edit:hover en-icon[icon=edit] {
    opacity: 1;
}
.inline-edit:hover {
    cursor: pointer;
    border-radius: 4px;
    background: var(--infios-neutral-4);
    border-color: var(--infios-accent-2) !important;
}











.dev-files-panel {
    --pt: 1px;
    --ph: calc((var(--pt) + var(--dfh)) / 2);
    --pw: 10px;
    --px: calc(0px - ( var(--pw) - (var(--pt) / 2 ) ) );
    --py: 0;
    --pipe-color: var(--infios-neutral-6);
    --dffs: 14px;
    --dfh: 24px;
    --dfpl: 4px;
    --dfml: calc(var(--dfpl) + var(--pw) + var(--pt));
}
.dev-files-panel {
    position: fixed;
    bottom: 8px;
    left: 8px;
    z-index: 20000;
    transform: translateY(calc(100% + 8px));
    transition: transform 0.3s ease-out;
}
.dev-files-panel.open {
    transform: translateY(0);
}
.dev-files-panel > .trigger {
    font-size: 14px;
    line-height: 22px;
    height: 20px;
    top: -20px;
    left: 8px;
    padding: 0 6px;
    color: var(--infios-accent-7);
    background: #000000cf;
    border-radius: 4px 4px 0 0;
    /* border: 2px solid #98a4b0; */
    border-bottom: 0;
    display: block;
    position: absolute;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 8px 10px -6px var(--infios-neutral-5);
}
.dev-files-panel > .trigger:before {
    content: "▲";
}
.dev-files-panel.open > .trigger:before {
    content: "▼";
    /* color: var(--infios-accent-7); */
    /* background: var(--infios-neutral-9); */
}

.dev-files-panel ul {
    list-style: none;
    padding: 8px 8px 8px 8px;
    margin: 0;
    /* border: 2px solid var(--infios-neutral-5); */
    border-radius: 8px;
    background: #000000cf;
    box-shadow: 0 4px 10px -2px #000;
}
.dev-files-panel ul li {
    padding: 0 var(--dfpl) 0 var(--dfpl);
    margin: 0 0 0 var(--dfml);
    color: var(--infios-neutral-9);
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: var(--dfh);
    position: relative;
    font-size: var(--dffs);
}
.dev-files-panel ul li:first-child {
    margin: 0 0 0 0;
}
.dev-files-panel ul li:not(:first-child):before,
.dev-files-panel ul li:not(:first-child):after {
    content: " ";
    position: absolute;
    display: block;
    box-sizing: border-box;
}
.dev-files-panel ul li:not(:first-child):before {
    left: var(--px);
    top: var(--py);
    bottom: 0;
    border-left: var(--pt) solid var(--pipe-color);
    width: var(--pw);
}
.dev-files-panel ul li:not(:first-child):after {
    left: var(--px);
    top: var(--py);
    height: var(--ph);
    width: var(--pw);
    border-bottom: var(--pt) solid var(--pipe-color);
}
.dev-files-panel ul li:last-child:before {
    top: var(--py);
    height: calc(var(--ph) - var(--pt));
}



.dev-files-panel li:hover {
    background: var(--infios-accent-7);
    color: #68810f;
    border-radius: 4px;
}