/* resharper disable all */

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* resharper disable all */

/* see: https://mycolor.space/?hex=%230028CD&sub=1 */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    /* IDTA primary blue */
    color: #fff;
    background-color: #0028cd;
    border-color: #1861ac;
}

.btn-primary-light {
    /* light blue */
    color: #fff;
    background-color: #0060FA;
    border-color: #fff;
}

.btn-secondary-light {
    /* darker gray */
    color: #fff;
    background-color: #505050;
    border-color: #fff;
}

.btn-backdrop {
    color: #ffffff;
    background-color: #00118dc0;
    border-color: #ffffff !important;
}

.bg-primary {
    background-color: #0028cd!important
}

.bg-secondary {
    background-color: #e53d02!important
}

.caret-off::before {
    display: none;
}

.caret-off::after {
    display: none;
}

/* Disable selection of text in browser
   see: https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting */
* {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.selectable-text {
    -webkit-touch-callout: initial; /* iOS Safari */
      -webkit-user-select: text; /* Safari */
       -khtml-user-select: text; /* Konqueror HTML */
         -moz-user-select: text; /* Old versions of Firefox */
          -ms-user-select: text; /* Internet Explorer/Edge */
              user-select: text; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

/* styling of the modal dialogue box */
dialog::backdrop {
    background-color: #000977c0;
    backdrop-filter: blur(3px);
}

dialog {
    position: fixed;
    left: 50vw;
    top: 50vh;
    width: 80vw !important;
    /*height: 70vh;*/
    /* see: https://stackoverflow.com/questions/27385126/chrome-font-appears-blurry */
    transform: translate(-50%, -50%); /* Remark: this transform seems to make the text in dialogue blurry!! */
    margin: 0; /*reset some browser centering*/
    /* box-shadow: 5px 10px #888888; */
    border-radius: 5px;
    border-width: 2px;
    border-color: #ffffff !important;
    background-color: #00118dc0;
    color: #ffffff;
}

dialog header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    float: none !important;
}

/* light content portions of a modal dialog */
.modal-content-light {
    color: #303030;
    background-color: #edeeff;
}

/* every nav-link?? */
/* .nav-link {
    color: #ffffff !important;
} */
/* drop down items are always prepared to have an icon / checkbox */
/* see: https://stackoverflow.com/questions/16554172/adding-icons-to-bootstrap-drop-down-menu-items
   for inspiration
*/
.dropdown-item {
    padding-left: 30px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

/*
 * Disabled menu entries: not bold/italic (that looked like “important”, not “inactive”).
 * Only a calmer gray — still readable on #f0f0f0; no hover bar (see rules below).
 */
.dropdown-item.disabled,
.dropdown-item:disabled,
.dropdown-item[aria-disabled="true"] {
    color: #5c6675 !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    opacity: 1 !important;
    pointer-events: none;
    cursor: default !important;
}

.dropdown-item.disabled .dropdown-item-texticon,
.dropdown-item[aria-disabled="true"] .dropdown-item-texticon {
    color: #6b7788 !important;
}

/* Stronger hover/focus than Bootstrap default (enabled items only) */
.dropdown-item:hover:not(.disabled):not(:disabled):not([aria-disabled="true"]),
.dropdown-item:focus:not(.disabled):not(:disabled):not([aria-disabled="true"]) {
    background-color: #7a94c8 !important;
    color: #0a0a0a !important;
}

.dropdown-item:active:not(.disabled):not(:disabled):not([aria-disabled="true"]) {
    background-color: #5a78b0 !important;
    color: #fff !important;
}

.dropdown-item:focus-visible:not(.disabled):not(:disabled):not([aria-disabled="true"]) {
    outline: 2px solid #0028cd;
    outline-offset: -2px;
}

    .dropdown-item .dropdown-item-texticon {
        position: absolute;
        top: -0.18rem;
        left: -1.6rem;
        font-size: 1.3rem;
        font-weight: 300;
        color: #0028cd !important
    }

/* dropdown in top nav menu */
.dropdown-toggle {
    color: #ffffff !important;
}

.dropdown-menu {
    margin: 2px;
    list-style: none;
    white-space: nowrap;
    border: 2px solid black;
    border-color: #999999;
    color: black;
    padding: 5px;
    background-color: #f0f0f0;
    /* Above detail panel sticky toolbars (z-index 3) and split panes */
    z-index: 2000;
}

/* Top nav: allow menus to extend below bar (was overflow:hidden inline) */
.app-top-navbar {
    overflow: visible !important;
}

/* Navbar bar (IDTA + AAS links im Fluss, kein Logo mehr absolut rechts) */
.app-top-navbar-bar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 0;
}

.app-top-navbar-idta {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

.app-top-navbar-idta-img {
    display: block;
    height: 24px;
    width: auto;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    .app-top-navbar-idta-img {
        height: 20px;
    }
}

/* Collapsible menu block (Bootstrap .collapse + eigener Breakpoint 800px) */
.app-top-navbar-inner.navbar-collapse {
    box-sizing: border-box;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

/*
 * Navbar „expanded“ ab 800px — ersetzt navbar-expand-lg (992px).
 * Unter 800px: Burger + aufklappbar wie Bootstrap-Collapse.
 */
@media (min-width: 800px) {
    .app-top-navbar.app-navbar-expand-800 {
        flex-wrap: nowrap;
    }

    .app-top-navbar.app-navbar-expand-800 .navbar-toggler {
        display: none !important;
    }

    .app-top-navbar.app-navbar-expand-800 .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 1;
        flex-wrap: nowrap;
        align-items: center;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
    }

    .app-top-navbar.app-navbar-expand-800 .navbar-nav {
        flex-direction: row;
        margin-bottom: 0;
        column-gap: 0.25rem;
    }

    .app-top-navbar.app-navbar-expand-800 .navbar-nav .nav-link {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .app-top-navbar.app-navbar-expand-800 .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .app-top-navbar-inner.navbar-collapse {
        flex-grow: 1;
        flex-wrap: nowrap;
        align-items: center;
        padding-right: 0;
    }

    .app-top-navbar-actions {
        margin-left: 2rem;
    }
}

@media (max-width: 799.98px) {
    .app-top-navbar-inner.navbar-collapse {
        flex-basis: 100%;
        flex-direction: column !important;
        align-items: stretch !important;
        margin-top: 0.35rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
    }

    .app-top-navbar-inner .navbar-nav {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .app-top-navbar-actions {
        margin-left: 0 !important;
        margin-top: 0.35rem;
        justify-content: flex-start;
    }
}

.status-bar-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

/* Shorter header bar (menu + status): less vertical padding, smaller logos */
.app-top-navbar.navbar {
    min-height: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

/* Ohne Bootstrap navbar-expand-* greifen die padding-x-Regeln für die Zeilen-Navbar nicht — Abstand zwischen Einträgen */
.app-top-navbar .navbar-nav .nav-link {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.app-top-navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0.5rem;
}

.main > .top-row.auth > .col-12 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

/* Slightly larger tap targets for back/home next to the menu (header only) */
.app-top-navbar .btn-sm {
    min-height: 36px;
    min-width: 36px;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    touch-action: manipulation;
}

/* Lower left panel, repository / container list items / infos with AAS / AssetId .. */
.container-list-item-infos {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.7em;
    color: #0028cd;
    font-weight: bolder;
    line-height: 100%;
}

/* Lower left panel, repository / container list items / location info .. */
.container-list-item-location {
    display: inline-block;
    overflow: hidden;
    font-size: 0.7em;
    line-height: 100%;
    color: #a07c7c;
}

/* Lower left panel, repository / container list : tabl�e header */
.container-list-header {
    background: #e0e0e0
}

.container-list-body {
    background: #ffffff
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}

/* Router / layout host must participate in flex chain */
app > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.top-row {
    height: 5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Header with menu + status: natural height (do not clip at 5rem) */
.main > .top-row.auth {
    height: auto;
    min-height: 0;
    flex-shrink: 0;
    align-items: stretch;
    position: relative;
    z-index: 1000; /* above .content (0) and sticky detail toolbars (3) */
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 0.35rem;
    flex: 1;
    min-height: 0;
    /* Allow flex child to shrink to viewport width (avoids horizontal clip on narrow screens) */
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto; /* fallback for non-Index pages; Index fills height and scrolls inside panes */
    display: flex;
    flex-direction: column;
    /* Stacking: keep entire main workspace below header row + dropdowns */
    position: relative;
    z-index: 0;
}

/* Index: fill content area; zoom bar fixed; split fills rest */
.index-workspace {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Zoom row: flex-start + overflow-x; mobil eine Zeile (siehe Media Query) */
.index-zoom-toolbar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #e8eeff;
    border-bottom: 1px solid #c0ccff;
    padding: 8px 12px;
    margin-bottom: 4px;
    gap: 10px;
    overflow-x: auto;
    min-height: 52px;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
}

.index-zoom-toolbar button.btn-tiny-bl-wh {
    min-height: 44px;
    min-width: 44px;
    padding: 8px 14px;
    font-size: 1.2rem;
    line-height: 1.1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.index-zoom-toolbar button.index-zoom-pct {
    min-width: 4.5rem;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
}

.index-zoom-toolbar-sep {
    width: 1px;
    height: 30px;
    background: #b0bce8;
    margin: 0 4px;
    flex-shrink: 0;
}

/* Gruppen für kompaktere mobile Anordnung */
.index-zoom-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
}

.index-zoom-legend {
    display: none;
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 700;
    color: #0028cd;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    min-width: 2.75rem;
}

.index-split-outer {
    flex: 1;
    min-height: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.index-split-outer .split-container {
    flex: 1;
    min-height: 0;
    width: 100%;
}

/* Right detail panel: internal vertical scroll (flex child inside zoom wrapper) */
.detail-panel-scroll {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* First rows of entity panel (title + Editing of entities + buttons) */
.anyui-sticky-top-toolbar {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #f0f4ff;
    padding-bottom: 4px;
    margin-bottom: 2px;
    box-shadow: 0 2px 6px rgba(0, 40, 200, 0.12);
}

.index-redraws-footer {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #666;
    padding: 2px 0;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Hauptmenü: Burger gut erkennbar auf blauem Header (Touch-Ziel ≥ 44px) */
.app-top-navbar .navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.95);
    background-color: rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    padding: 0.5rem 0.6rem;
    min-width: 46px;
    min-height: 46px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    touch-action: manipulation;
}

.app-top-navbar .navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.35);
    border-color: #fff;
}

.app-top-navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45), 0 1px 3px rgba(0, 0, 0, 0.25);
}

.app-top-navbar .navbar-toggler-icon {
    width: 1.45rem;
    height: 1.45rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.btn-tiny-bl-wh {
    padding: 0px 2px 0px 2px;
    vertical-align: middle;
    background-color: #ffffff;
    border-color: #0128CB;
    border-width: 2px;
    border-radius: 4px;
    color: #0128CB!important;
    font-size: 0.8rem;
}

/* Unter 800px: kompakte Zoom-Zeile (eine Zeile, scroll); gleicher Breakpoint wie Navbar */
@media (max-width: 799.98px) {
    .app-top-navbar {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    /*
     * Sehr schmaler Rand links (und rechts): MainLayout .top-row.px-2 + Bootstrap .container-fluid-Gutter
     * stapeln sich sonst zu ~16px+ links vom Viewport.
     */
    .main > .top-row.auth {
        padding-left: 2px !important;
        padding-right: 4px !important;
    }

    .app-top-navbar .app-top-navbar-bar.container-fluid {
        padding-left: 2px !important;
        padding-right: 4px !important;
        --bs-gutter-x: 0.35rem;
    }

    .content {
        padding-left: 0;
        padding-right: 2px;
    }

    .app-top-navbar-idta {
        margin-left: 0 !important;
    }

    /* Navbar-Brand: Standard-Padding links oft ~0.5rem */
    .app-top-navbar .navbar-brand {
        padding-left: 0;
        padding-right: 0.25rem;
    }

    /* Detail-Panel: nicht breiter als Viewport; weniger Padding (inline 10px überschreiben) */
    .right-pane-outer {
        min-width: 0 !important;
        max-width: 100%;
        padding: 4px 5px !important;
    }

    /* Baum-Spalte: fast bis zum Rand */
    .left-pane-scroll {
        padding-left: 0;
        padding-right: 1px;
        box-sizing: border-box;
    }

    /* Schmalerer Splitter = weniger „Lücke“ zwischen den Spalten */
    .spliter-bar {
        width: 5px !important;
    }

    .spliter-bar::after {
        width: 2px;
        height: 26px;
    }

    /* Eine Zeile: etwas luftiger als vorher (Touch + Lesbarkeit), bei Bedarf horizontal scrollen */
    .index-zoom-toolbar {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        padding: 7px 6px 7px 2px;
        min-height: 44px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .index-zoom-legend {
        display: none !important;
    }

    .index-zoom-group {
        flex-shrink: 0;
        flex-wrap: nowrap;
        gap: 5px;
        justify-content: flex-start;
    }

    .index-zoom-toolbar-sep {
        display: block;
        height: 28px;
        margin: 0 4px;
        flex-shrink: 0;
    }

    .index-zoom-toolbar button.btn-tiny-bl-wh {
        min-height: 36px;
        min-width: 32px;
        padding: 5px 8px;
        font-size: 0.92rem;
        border-width: 2px;
        line-height: 1.15;
    }

    .index-zoom-toolbar button.index-zoom-pct {
        min-width: 2.85rem;
        font-size: 0.78rem;
        font-weight: 600;
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: flex-start;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .main .top-row.auth > .col-12 {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        z-index: 1000;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Nur Sidebar-Burger ausblenden (App-Hauptmenü: eigener Breakpoint 800px) */
    .sidebar .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* BlazorInputFile */

.drag-drop-zone {
    border: 5px dashed #e53d02;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

    .drag-drop-zone:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.drag-drop-zone-blue {
    border: 1px dashed #0028cd;
    padding: 0.4rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    overflow: hidden;
    cursor: pointer;
    margin: 0.4rem 0;
    position: relative;
    min-height: 2.5rem;
}

    .drag-drop-zone-blue:hover {
        background-color: #f5f5f5;
    }

.drag-drop-zone-blue input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* AnyUI hint bubbles (moved from AnyUiRenderElem.razor to avoid per-instance <style> injection) */
.hintbox {
    width: 100%;
    margin: 5px 2px 14px 2px; /* 14px bottom creates clearance for the downward triangle */
    padding: 5px;
    text-align: left;
    font-weight: normal;
    font-family: arial;
    position: relative;
    background-color: #f0e060; /* default yellow; overridden by inline style from hb.Background */
    color: #f0e060;            /* triangle arrow color inherits from here */
    border-radius: 4px;
    border: 1px solid rgba(0, 40, 200, 0.25);
}

/* downward-pointing speech-bubble tail; sits just below the hintbox */
.sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid; /* ? triangle; color inherited from .hintbox */
    left: 19px;
    bottom: -10px;
}

/* Panel visibility modes */
.panel-left-only .pane-of-split-container:last-of-type,
.panel-left-only .spliter-bar {
    display: none !important;
}
.panel-left-only .pane-of-split-container:first-of-type {
    width: 100% !important;
    min-width: 0 !important;
}

.panel-right-only .pane-of-split-container:first-of-type,
.panel-right-only .spliter-bar {
    display: none !important;
}
.panel-right-only .pane-of-split-container:last-of-type {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Splitter bar styling */
.spliter-bar {
    position: relative;
    width: 10px !important;
    background-color: #c8d4f8;
    border-left: 1px solid #0028cd;
    border-right: 1px solid #0028cd;
    cursor: col-resize;
    flex-shrink: 0;
    transition: background-color 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spliter-bar:hover {
    background-color: #0028cd;
}

.spliter-bar::after {
    content: '';
    display: block;
    width: 4px;
    height: 40px;
    border-left: 1px dotted #0028cd;
    border-right: 1px dotted #0028cd;
    transition: border-color 0.15s ease;
}

.spliter-bar:hover::after {
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}

/* AnyUI rendered buttons: rounded corners + stronger blue border */
button:not(.btn):not(.navbar-toggler):not(.btn-tiny-bl-wh) {
    border-radius: 4px;
    border: 2px solid #0028cd;
}

/* AnyUI text inputs and selects: rounded corners + stronger blue border */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
select {
    border-radius: 4px;
    border: 2px solid #0028cd;
    outline: none;
    padding: 3px 4px;
    line-height: normal;
    vertical-align: middle;
    box-sizing: border-box;
}

