﻿:root {
    --side-panel-width: 19em;
    --color-peach: rgba(232, 159, 136, 0.2);
    --color-violet: rgba(95, 90, 194, 0.2);
    --color-lightgreen: #E6FAEE;
    --suite-primary: #6f33f4;
    --suite-primary-light: #a17af8;
    --suite-primary-dark: #632dd9;
    --suite-primary-translucent: #a17af808;
    --suite-primary-gradient: linear-gradient(45deg, rgba(99,45,217,1) 0%, rgba(161,122,248,1) 100%);
    --suite-secondary: #C4603A;
    --suite-secondary-light: #D4806A;
    --suite-secondary-dark: #A04E2E;
    --suite-secondary-translucent: #C4603A33;
    --suite-secondary-gradient: linear-gradient(45deg, rgba(160,78,46,1) 0%, rgba(212,128,106,1) 100%);
    --suite-tertiary: #C4603A;
    --suite-tertiary-light: #D4806A;
    --suite-tertiary-dark: #A04E2E;
    --suite-tertiary-translucent: #C4603A08;
    --suite-tertiary-gradient: linear-gradient(45deg, rgba(160,78,46,1) 0%, rgba(212,128,106,1) 100%);
    --suite-quaternary: #3caca2;
    --suite-quaternary-light: #4fe0d3;
    --suite-quaternary-dark: #369b92;
    --suite-quaternary-translucent: #3caca208;
    --suite-quaternary-gradient: linear-gradient(45deg, rgba(54,155,146,1) 0%, rgba(79,224,211,1) 100%);
    --suite-quinary: #094fff;
    --suite-quinary-light: #6491ff;
    --suite-quinary-dark: #0948e3;
    --suite-quinary-translucent: #094fff08;
    --suite-quinary-gradient: linear-gradient(45deg, rgba(9,72,227,1) 0%, rgba(100,145,255,1) 100%);
    --fa-primary-color: #6f33f4;
    --fa-secondary-color: #a17af8;
    --mud-appbar-height: 24px !important;
    --paper-bg: #F5F3F0;
    --paper-surface: #FAFAF8;
    --paper-border: #DDD9D4;
    --paper-shadow: 0 1px 3px rgba(44,40,37,0.08);
    --paper-serif: "Source Serif 4", "Charter", Georgia, serif;
    --paper-sans: "Inter", system-ui, -apple-system, sans-serif;
    --paper-mono: "JetBrains Mono", "Cascadia Mono", monospace;
    --paper-ink: #2C2825;
    --paper-ink-light: #8A8580
}

.mud-md-table .mud-table-cell:before {
    font-weight: 600
}

.perspective {
    position: relative;
    padding-top: 6px
}

    .perspective .content {
        padding: 10px;
        padding-bottom: 5px;
        border-width: 1px;
        border-color: var(--mud-palette-lines-inputs);
        border-radius: 5px
    }

        .perspective .content:hover {
            border-color: #000
        }

    .perspective .text {
        font-size: 16px;
        font-weight: 500;
        color: #000
    }

    .perspective .help {
        font-size: 12px
    }

    .perspective .lable {
        font-size: 12px;
        padding: 5px;
        padding-bottom: 2px;
        background-color: #edf0f4 !important;
        position: absolute;
        top: -8px;
        left: 12px
    }

    .perspective .p-icon {
        padding-bottom: 6px
    }

    .perspective .p-grid {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 20px
    }

        .perspective .p-grid .main {
            display: grid;
            align-items: center;
            grid-template-columns: 1fr
        }

    .perspective .select-child {
        background-color: #fff;
        padding: 5px;
        padding-top: 15px;
        position: absolute;
        z-index: 99;
        top: -22px;
        width: 100%;
        border-width: 1px;
        border-color: var(--mud-palette-lines-inputs);
        border-radius: 5px
    }

        .perspective .select-child .child-content {
            position: relative;
            display: grid;
            grid-template-columns: 1fr;
            border-width: 1px;
            border-color: var(--mud-palette-lines-inputs);
            border-radius: 5px
        }

            .perspective .select-child .child-content .item-child:last-child {
                border-bottom-width: 0px
            }

            .perspective .select-child .child-content .item-child {
                padding: 10px;
                display: grid;
                grid-template-columns: 2fr 1fr;
                grid-gap: 5px;
                border-bottom-width: 1px;
                border-color: var(--mud-palette-lines-inputs)
            }

                .perspective .select-child .child-content .item-child:hover {
                    background-color: #f2e7fe !important
                }

            .perspective .select-child .child-content .child-lable {
                font-size: 12px;
                padding: 5px;
                padding-bottom: 2px;
                background-color: #fff !important;
                position: absolute;
                top: -12px;
                left: 12px
            }

.btn-display {
    margin-top: 10px;
    float: right
}

.dialog-delete-project {
    align-items: center;
    justify-content: center;
    margin: 6em
}

    .dialog-delete-project .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 2em;
        text-align: center
    }

    .dialog-delete-project .dialog-btn-group {
        justify-content: center;
        display: flex
    }

.span-perspective {
    font-size: 10px;
    color: #606263
}

.slr-side-panel {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: var(--side-panel-width);
    overflow-y: auto;
    padding-top: 6em
}

    .slr-side-panel > .mud-grid-item, .slr-side-panel > .mud-grid {
        width: 100%;
        border-bottom: 1px #cecece solid;
        padding-top: .7em;
        font-size: 1em;
        font-weight: 700 !important;
        padding-left: .6em;
        padding-bottom: .7em;
        padding-bottom: .7em
    }

        .slr-side-panel > .mud-grid:first-of-type {
            border-top: 2px #cecece solid
        }

        .slr-side-panel > .mud-grid:last-of-type {
            border-bottom: 2px #cecece solid
        }

        .slr-side-panel > .mud-grid-item:first-of-type {
            border-top: 2px #cecece solid
        }

        .slr-side-panel > .mud-grid-item:last-of-type {
            border-bottom: 2px #cecece solid
        }

.side-button {
    bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    border-top: 1px #cecece solid;
    padding-top: 2em
}

    .side-button > button {
        width: 80%
    }

html, body {
    font-family: "Inter", system-ui, -apple-system, sans-serif !important
}

@font-face {
    font-family: FiraSans;
    src: url(../fonts/FiraSans-Regular.ttf)
}

.provider-image {
    max-width: inherit;
    vertical-align: inherit !important;
    cursor: pointer
}

.search-providers-label {
    padding-bottom: 2em;
    font-weight: 900;
    font-size: 1.5em;
    padding-left: 1.2em
}

.searh-query-header {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: .5em
}

.slr-content {
    margin-left: calc(var(--side-panel-width))
}

.search-criteria-label {
    font-size: 1.9em;
    font-weight: 600;
    display: block
}

.search-criteria-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em
}

.search-paper-label {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 2em;
    margin-top: .5em;
    margin-left: .8em
}

.mud-nav-link {
    font-size: 1.1em;
    font-weight: 600
}

.mud-breadcrumbs .mud-breadcrumb-item.mud-disabled > a {
    color: #000
}

.mud-breadcrumb-item:last-child {
    font-weight: 600
}

.button-notification {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 16px
}

.item-perspective .mud-select {
    width: 59%;
    float: left
}

.item-perspective .search-rslt-btn-grp {
    display: inline;
    width: 40%;
    float: right
}

.select-child-lable {
    display: none
}

.mud-list .select-child-content {
    border-width: 1px;
    border-radius: var(--mud-default-borderradius);
    box-sizing: border-box;
    border-color: var(--mud-palette-lines-inputs);
    margin-right: 2px;
    margin-left: 2px
}

.mud-list .select-child-lable {
    position: absolute;
    top: 0px;
    font-size: 12px;
    background-color: #fff !important;
    left: 5px
}

.select-perspective .mud-input-helper-text {
    position: absolute;
    bottom: 0px;
    left: 15px
}

.select-perspective .mud-input-control-helper-container {
    margin-top: 0px
}

.select-perspective .span-perspective {
    display: none
}

.badge-custom {
    bottom: 15px;
    background-color: #e634e0;
    font-size: 14px;
    color: #fff;
    padding: 0px 6px;
    border-radius: 2px;
    position: absolute;
    border-radius: 40%
}

.button-save-project {
    border-radius: 2em;
    padding-top: .7em;
    padding-bottom: .6em;
    padding-left: 3em;
    padding-right: 3em;
    color: #fff
}

.button-save-project {
    border-radius: 2em;
    padding-top: .7em;
    padding-bottom: .6em;
    padding-left: 3em;
    padding-right: 3em;
    white-space: nowrap
}

.button-new-search {
    border-radius: 2em;
    padding-top: .7em;
    padding-bottom: .6em;
    padding-left: 3em;
    padding-right: 3em;
    color: #fff
}

.grid-dropdown-menu {
    padding: 84px;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-template-rows: 1fr 32px 1fr 64px 1fr;
    grid-column-gap: 40px
}

.wride {
    grid-column-start: span 3
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right
}

.button-dropdown-menu {
    border-left: 2px solid;
    text-align: left;
    border-color: #fff;
    height: 25px;
    color: #fff;
    font-size: 14px;
    padding-left: 10px
}

    .button-dropdown-menu:hover {
        color: #e634e0;
        border-color: #e634e0
    }

.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    width: 723px;
    height: 650px;
    z-index: 1
}

.dropdown-inner {
    border-bottom: 1px dotted #000;
    position: absolute;
    background-color: #000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
    top: 35px;
    right: -150px;
    left: 150px;
    z-index: 2
}

    .dropdown-inner:after {
        content: "";
        background-color: #000;
        position: absolute;
        top: -14px;
        right: 150px;
        box-sizing: border-box;
        border: 1em solid #000;
        transform-origin: 50% 50%;
        transform: rotate(135deg);
        box-shadow: -5px 5px 10px 0 rgba(0,0,0,.1)
    }

.dropdown:hover .dropdown-content {
    display: block
}

.button-fancy {
    background-image: linear-gradient(to right, #894dfc, #9c48fd, #ae41fe, #bf38fe, #d02bfd, #d536fb, #da3ff9, #df48f7, #da5ff3, #d671ef, #d280ea, #ce8ee4);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,.2),0px 5px 8px 0px rgba(0,0,0,.14),0px 1px 14px 0px rgba(0,0,0,.12)
}

.button-saved {
    background-image: linear-gradient(to right bottom, #018786, #009693, #00a69f, #00b5ab, #00c5b6, #00cdb8, #00d6b8, #00deb8, #00e1ab, #00e39c, #00e58a, #00e676)
}

.button-reset-filter {
    background-color: #fff;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,.2),0px 5px 8px 0px rgba(0,0,0,.14),0px 1px 14px 0px rgba(0,0,0,.12)
}

.search-rslt-btn-grp {
    margin-top: 10px;
    height: 40px;
    margin-bottom: 12px;
    padding-left: 6px
}

    .search-rslt-btn-grp button {
        padding-top: 14.5px !important;
        padding-bottom: 15px !important
    }

    .search-rslt-btn-grp svg {
        color: #000
    }

    .search-rslt-btn-grp .mud-button-label {
        color: #000;
        font-weight: 600
    }

.btn-load-next.mud-button-outlined.mud-button-outlined-primary {
    max-width: 164px;
    margin-top: 3em;
    margin-bottom: 2em;
    border-color: rgba(0,0,0,.1215686275);
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px
}

.mud-input-label {
    background-color: #edf0f4 !important;
    color: #000 !important
}

.search-result-item {
    padding: .5em;
    padding-left: 2em;
    padding-right: 2em;
    height: 500px;
    max-height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

    .search-result-item > *:not(:last-child) {
        flex: 0 0 auto
    }

    .search-result-item > *:last-child {
        flex: 1 1 auto
    }

    .search-result-item:nth-child(even) {
        background-color: rgba(255,255,225,.06)
    }

.project-item {
    padding: .5em;
    padding-left: 6em;
    padding-right: 2em
}

.search-result-title {
    margin-top: 2.1em;
    font-size: .9em;
    padding-right: 15em
}

.search-result-source {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: .2em
}

    .search-result-source svg {
        margin-top: -4px;
        margin-right: 6px;
        font-size: 1.6em;
        display: inline
    }

    .search-result-source .source-text {
        opacity: .6;
        display: inline;
        font-size: .8em
    }

.search-results-loader {
    height: 100vh;
    margin-left: var(--side-panel-width) !important
}

.chip-stats {
    vertical-align: middle
}

    .chip-stats span {
        max-width: 300px !important
    }

        .chip-stats span div {
            overflow: hidden;
            text-overflow: ellipsis
        }

.slr-main {
    margin-top: 1em
}

.input-bgn-wht label {
    background-color: #fff !important
}

.btn-active {
    background-color: #f2e7fe !important
}

.mud-table {
    padding-left: 1em;
    padding-right: 1em
}

th {
    vertical-align: bottom !important;
    font-weight: 600 !important
}

td {
    vertical-align: top !important
}

.ris-load.chip {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    border-width: 0px;
    background-size: 800px 104px;
    width: 30%
}

.ris-load-smal {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    border-width: 0px;
    background-size: 800px 104px;
    width: 12%
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.ris-table-container tr:nth-last-of-type(1) {
    border-bottom: 1px solid #dfdfdf !important
}

.ris-table-container .slr-ris-loading-label {
    font-size: .7em;
    top: -24px;
    position: relative
}

.ris-table-container .slr-ris-loading-label-error {
    font-size: .7em;
    color: #f55549 !important;
    width: 50%
}

.show-more {
    font-size: 12px;
    font-weight: 600;
    padding-right: 0 !important;
    cursor: pointer
}

    .show-more svg {
        margin-top: -1px
    }

.timeline-item {
    width: 47%;
    padding-left: 4em !important;
    padding-bottom: 1em !important;
    padding-top: 2em !important;
    margin-top: -1em;
    padding-right: 1.5em !important
}

.timeline-middle {
    background: linear-gradient(#000, #000) no-repeat center/1px 100%;
    padding: 0 !important;
    width: 6%
}

.timeline-dot {
    height: 11px;
    width: 11px;
    background-color: #5f6368;
    border-radius: 50%;
    margin: auto
}

.timeline-container {
    padding-top: 1.1em;
    margin-bottom: 1.2em;
    padding-left: 2em !important;
    padding-right: 2em !important
}

.timeline-title {
    margin-left: 2.7em;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1.1em
}

.timeline {
    overflow: auto;
    height: calc(100vh - 270px)
}

.timeline-text-number {
    font-size: 14px;
    line-height: 13px;
    letter-spacing: .5px
}

.timeline-text-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .15px;
    font-weight: 900;
    margin-top: 11px;
    margin-bottom: 4px;
    word-wrap: break-word
}

.timeline-text-date {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    color: rgba(0,0,0,.87)
}

.timeline-highlight {
    background-color: rgba(25,135,225,.09)
}

.ris {
    padding: 2em
}

    .ris .title {
        font-size: 1.4em;
        font-weight: 600;
        margin-bottom: 2em
    }

    .ris .container {
        padding-left: 3em;
        padding-right: 3em;
        font-size: 16px
    }

        .ris .container .header-grid {
            display: grid;
            grid-template-columns: 100px 150px 1fr 1fr;
            align-items: center;
            column-gap: 1em;
            row-gap: 1em;
            margin-bottom: 1em
        }

        .ris .container .content-grid {
            display: grid;
            grid-template-columns: 150px 1fr;
            align-items: center;
            row-gap: 1em;
            column-gap: 1em;
            margin-bottom: 1em
        }

        .ris .container .btn-grid {
            display: grid;
            grid-template-columns: 1fr 9.5em 9.5em;
            text-align: right;
            column-gap: 1em;
            margin-bottom: 1em
        }

            .ris .container .btn-grid .ris-file-button {
                width: 100%
            }

.ris-error {
    font-size: 10px;
    color: #f55549
}

.provider-details {
    width: 54em;
    height: 28.1em;
    max-width: none !important
}

    .provider-details .outline-none {
        height: 100%;
        width: 100%
    }

    .provider-details .mud-dialog-content {
        padding-left: 5.5em;
        padding-right: 5.5em;
        height: 100%;
        width: 100%
    }

    .provider-details .provider-image {
        max-width: 18em
    }

    .provider-details .provider-text {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: .25px;
        color: rgba(0,0,0,.87);
        padding-right: 3em;
        margin-top: 1.7em
    }

.switch {
    position: relative;
    display: inline-block;
    width: 266px;
    height: 39px;
    margin-top: 1em;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

    .switch .label {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
        cursor: pointer
    }

        .switch .label.free-search {
            left: 2em
        }

        .switch .label.ris {
            right: 1em
        }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 8px
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 35px;
            width: 133px;
            background-color: #fff;
            top: 2px;
            left: 2px;
            border-radius: 6px
        }

    .switch input + .slider {
        background: rgba(111,50,199,.2);
        opacity: .4;
        border-radius: 7px
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(129px);
        -ms-transform: translateX(129px);
        transform: translateX(129px)
    }

.slr-ris-empty {
    height: 64vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center
}

    .slr-ris-empty .slr-ris-empty-label {
        font-family: "FiraSans";
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        letter-spacing: .18px;
        color: rgba(0,0,0,.87)
    }

    .slr-ris-empty label {
        position: relative;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 3em
    }

.ris-file-button {
    width: 16em;
    background-color: #3e9641 !important
}

.exclude-dialog .exclude-result-dialog-label {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .18px;
    padding-bottom: 1em
}

.exclude-dialog .mud-radio-group .mud-icon-button {
    padding: unset !important;
    padding-right: 12px !important
}

.slr-dialog {
    padding: 1em
}

    .slr-dialog .mud-dialog-title {
        display: none
    }

.upload-ris-popup {
    padding-right: 3em;
    max-width: 700px
}

    .upload-ris-popup .dialog-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 2em
    }

    .upload-ris-popup .mud-dialog-actions {
        margin-top: 2em
    }

    .upload-ris-popup .mud-input-label {
        color: rgba(0,0,0,.3803921569) !important
    }

.entity-overview .entity-overview-container {
    padding-top: 5em !important;
    padding-left: 6em !important;
    padding-right: 6em !important;
    padding-bottom: 2em !important
}

.entity-overview .page-label {
    font-weight: 600;
    font-size: 20px
}

.entity-overview .entity-label {
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center !important
}

.entity-overview .mud-chip.mud-chip-size-xlarge {
    height: 48px;
    font-size: 18px;
    border-radius: 24px
}

.entity-overview .mud-chip.mud-chip-size-xxlarge {
    height: 56px;
    font-size: 20px;
    border-radius: 28px
}

.statistics-container {
    padding: 5em;
    margin-bottom: 2em
}

    .statistics-container .statistics-header {
        font-weight: 600;
        font-size: 20px
    }

    .statistics-container hr {
        width: 100%;
        margin-top: 3em;
        margin-bottom: 3em
    }

.search-result-details {
    max-width: 1920px;
    margin-top: 16px;
    outline: 0
}

    .search-result-details .search-result-content {
        padding: .5em;
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 2em
    }

    .search-result-details .chip-inline {
        height: 17px;
        font-size: 14px;
        border-radius: 26px;
        background: #e6faee;
        cursor: pointer
    }

        .search-result-details .chip-inline svg {
            background-color: rgba(0,0,0,.6);
            border-radius: 50%;
            height: 12px;
            width: 12px;
            position: relative;
            left: 8px;
            color: #fff
        }

    .search-result-details .chip-details {
        height: 17px;
        width: 100px;
        font-size: 14px;
        border-radius: 26px;
        background: #e6faee;
        justify-content: start !important
    }

    .search-result-details .search-details-abstract {
        margin-top: 1.1em;
        margin-left: .3em;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: .25px
    }

    .search-result-details .prev-next svg {
        font-size: 33px
    }

    .search-result-details .prev-next .mud-button-icon-start {
        margin-inline-end: -4px
    }

    .search-result-details .prev-next .mud-button-icon-end {
        margin-inline-start: -4px
    }

    .search-result-details .chip-info {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .25px;
        display: inline
    }

    .search-result-details .mud-table {
        padding: 0 !important
    }

.prediction-dialog {
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 1em
}

    .prediction-dialog .prediction-dialog-label {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 2em
    }

    .prediction-dialog .mud-dialog-actions {
        margin-top: 2em
    }

.save-project-dialog {
    padding-left: 4em;
    padding-right: 4em;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,.8705882353);
    max-height: 95vh;
    overflow: auto
}

    .save-project-dialog .header-grid {
        display: grid;
        width: 80%;
        grid-template-columns: 125px 1fr;
        row-gap: 1em;
        margin-bottom: 1em;
        align-items: center
    }

    .save-project-dialog .body-grid {
        display: grid;
        grid-template-columns: 125px 1fr;
        row-gap: 1em;
        align-items: center
    }

    .save-project-dialog .name-field .mud-input-slot {
        font-weight: 800;
        color: #000;
        font-size: 17px
    }

    .save-project-dialog .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: .1800000072px;
        text-align: left;
        color: #000;
        font-weight: bold;
        padding-bottom: 1em
    }

.invalid-file-popup {
    padding: 8em
}

    .invalid-file-popup p {
        text-align: center;
        font-size: 32px;
        font-weight: 600
    }

    .invalid-file-popup .invalid-file-label-red {
        color: #f21c0d
    }

.filter-grid {
    margin: 4px;
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 5fr 2fr;
    grid-column-gap: 2em;
    grid-row-gap: 2em
}

.hide-PICO-grouper-btn {
    margin-right: 10px;
    margin-left: 5px
}

.mode-selection-btn-group {
    margin-top: 8px
}

.search-result-header-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 5fr 0px 4fr auto
}

.search-result-select-grid {
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 4fr 2fr
}

    .search-result-select-grid .display-grid {
        align-items: center;
        display: grid;
        float: right;
        grid-template-columns: auto 1fr
    }

        .search-result-select-grid .display-grid.open {
            grid-column-start: 4;
            grid-column-end: 18
        }

.grid-item {
    margin-right: 1em
}

.statistics-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 6fr
}

.search-grid {
    margin: 4px;
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 5fr 1fr auto;
    grid-column-gap: 1em
}

.result-item-content {
    max-width: 1920px !important;
    padding-left: 1em;
    padding-right: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    overflow: auto
}

    .result-item-content > *:not(:last-child) {
        flex: 0 0 auto
    }

    .result-item-content > *:last-child {
        flex: 1 1 auto
    }

@media(max-width: 1281px) {
    .search-result-select-grid {
        grid-template-columns: 2fr 2fr 2fr 4fr auto
    }

    .search-result-header-grid {
        grid-template-columns: 5fr 2fr 3fr 3fr
    }

    .detail-content {
        max-width: 1280px;
        padding-left: 3em;
        padding-right: 3em
    }

    .result-item-content {
        padding-left: 3em
    }
}

@media(max-width: 1024px) {
    :root {
        --side-panel-width: 15em
    }

    .search-grid {
        grid-template-columns: 2fr 5fr 0px auto;
        grid-column-gap: 1em
    }

    .button-save-project {
        color: #fff;
        border-radius: 2em;
        padding-top: .7em;
        padding-bottom: .6em;
        padding-left: 1em;
        padding-right: 1em;
        white-space: nowrap
    }

    .search-result-select-grid {
        grid-template-columns: 2fr 2fr auto 4fr auto
    }

    .search-result-header-grid {
        grid-template-columns: 3fr 0px 1fr 2fr
    }

    .slr-main .mud-container {
        padding-left: 0px
    }

    .slr-main .mud-grid-spacing-xs-2 {
        padding-left: 0px
    }

    .slr-main .mud-select {
        min-width: 80px
    }

    .filter-grid {
        grid-template-columns: 3fr 4fr 1fr;
        grid-column-gap: 1em;
        grid-row-gap: 2em
    }

    .search-result-title {
        padding-right: 0px
    }

    .statistics-grid {
        grid-template-columns: 1fr 0px
    }

    .entity-overview .entity-overview-container {
        padding-top: 3em !important;
        padding-left: 3em !important;
        padding-right: 3em !important;
        padding-bottom: 2em !important
    }

    .timeline-item {
        padding-left: 2em !important;
        padding-right: 2em !important
    }

    .timeline-text-title {
        font-size: 19px
    }

    .project-item {
        padding-left: 1em;
        padding-right: 1em
    }
}

@media(max-width: 850px) {
    .save-project-dialog {
        padding-left: 2em;
        padding-right: 2em
    }

    .search-grid {
        grid-template-columns: 3fr 5fr 0px auto;
        grid-column-gap: .5em
    }

    .button-save-project {
        white-space: nowrap
    }

    .search-result-select-grid {
        grid-template-columns: 2fr 2fr 0px
    }

        .search-result-select-grid .display-grid.open {
            grid-column-start: 1;
            grid-column-end: 4
        }

        .search-result-select-grid .mud-container {
            padding-left: 0px
        }

    .search-result-header-grid {
        grid-template-columns: 3fr 0px 1fr 2fr
    }

    .ris .container {
        padding-left: 1em;
        padding-right: 1em
    }

        .ris .container .header-grid {
            grid-template-columns: 100px 1fr;
            column-gap: 0px;
            row-gap: .2em
        }

            .ris .container .header-grid .item {
                grid-column-start: 2;
                grid-column-end: 3
            }

        .ris .container .content-grid {
            grid-template-columns: 100px 1fr;
            column-gap: 0px
        }

        .ris .container .btn-grid {
            grid-template-columns: 1fr 9.5em 9.5em;
            column-gap: .5em
        }
}

@media(max-width: 767px) {
    :root {
        --side-panel-width: 14em
    }

    .timeline-item {
        padding-left: 1em !important;
        padding-right: 1em !important
    }

    .timeline-text-title {
        font-size: 15px
    }

    .entity-overview .entity-overview-container {
        padding-top: 3em !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
        padding-bottom: 2em !important
    }

    .detail-content {
        padding-left: 2em;
        padding-right: 2em
    }

    .result-item-content {
        padding-left: 0px
    }

    .filter-grid {
        grid-template-columns: 3fr 4fr 1fr;
        grid-column-gap: 1em;
        grid-row-gap: 2em
    }
}

.search-editor .mesh-term-chip > * {
    cursor: pointer !important
}

.search-editor .parentheses {
    color: #00a344
}

.search-editor .operator {
    color: #5600e8
}

.search-editor #search-query-input {
    position: absolute !important;
    height: initial !important;
    color: #fff !important;
    caret-color: #000 !important;
    min-height: 6em;
    box-sizing: border-box;
    top: 0;
    resize: none;
    overflow: hidden;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

    .search-editor #search-query-input::selection {
        background-color: beige !important
    }

.search-editor .color-text {
    display: initial !important;
    height: initial !important;
    min-height: 6em;
    z-index: 999;
    cursor: text;
    user-select: none;
    pointer-events: none;
    overflow-wrap: break-word
}

.order-direction-btn {
    padding-top: 5.5px;
    border-left: hidden !important
}

.site-suggestion-container {
    padding-top: 10px
}

.non-selectable {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fix-height > div:first-child > div:first-child {
    height: 40px !important
}

.with-width-max-content:after {
    width: max-content;
    max-width: 25rem;
    white-space: break-spaces !important
}

.center-button {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-stack {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex !important;
    justify-content: center
}

.highlights {
    font-family: Roboto;
    font-size: 1.05rem
}

    .highlights ul {
        margin: 0 0 10px 0;
        padding: 0 0 0 46px;
        list-style: disc
    }

    .highlights h1 {
        font-size: 1.4rem;
        padding: 0 0 0 6px;
        font-weight: bold !important
    }

        .highlights h1 span {
            font-weight: bold !important
        }

    .highlights h2 {
        font-size: 1.15rem;
        padding: 0 0 0 16px;
        margin: 12px 0 0 0;
        font-weight: bold !important
    }

        .highlights h2 span {
            font-weight: bold !important
        }

    .highlights h3 {
        font-size: 1.1rem;
        padding: 0 0 0 16px;
        margin: 12px 0 0 0;
        font-weight: normal !important
    }

        .highlights h3 span {
            font-weight: normal !important
        }

    .highlights p {
        font-size: 1.05rem;
        padding: 0 0 0 24px;
        margin: 0 0 12px;
        line-height: normal
    }

.css_tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 1px
}

    .css_tooltip cite {
        font-family: monospace
    }

    .css_tooltip .bottom {
        line-height: 16px;
        min-width: 550px;
        top: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 10px 20px;
        color: #444;
        background-color: #eee;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0,0,0,.5);
        display: none
    }

    .css_tooltip:hover .bottom {
        display: block
    }

    .css_tooltip .bottom i {
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        height: 12px;
        overflow: hidden
    }

        .css_tooltip .bottom i::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            transform: translate(-50%, 50%) rotate(45deg);
            background-color: #eee;
            box-shadow: 0 1px 8px rgba(0,0,0,.5)
        }

.bullet-points-content {
    font-family: Roboto;
    font-size: 1.05rem;
    list-style: none;
    margin: 16px
}

    .bullet-points-content p {
        margin: 0
    }

.toolbar-slim {
    height: fit-content
}

.agent-content-tooltip {
    overflow-y: auto
}

.table-tooltip-container {
    overflow-y: hidden
}

    .table-tooltip-container img {
        height: 100%;
        width: 100%;
        object-fit: contain
    }

.table-formula {
    margin: auto;
    text-align: center
}

.agent-answer dl, .agent-answer ol, .agent-answer ul {
    margin-left: 32px
}

.agent-answer h1 {
    margin-top: 32px;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #00386a
}

.agent-answer h2 {
    margin-top: 24px;
    font-size: 1.4rem;
    font-weight: bolder;
    color: #00386a
}

.agent-answer h3 {
    margin-top: 18px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00386a
}

.agent-answer h4, .agent-answer h5, .agent-answer h6 {
    margin-top: 9px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #00386a
}

.agent-answer p {
    font-family: var(--paper-serif);
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: .01em;
    font-weight: 400;
    color: #333;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto
}

.agent-answer table {
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border-radius: 8px;
    overflow: hidden
}

    .agent-answer table thead {
        background-color: #EDEAE6;
        border-bottom: 2px solid #e0e0e0
    }

        .agent-answer table thead th {
            padding: 12px 16px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: .5px;
            align-content: center
        }

    .agent-answer table tbody tr {
        border-bottom: 1px solid #f0f0f0;
        transition: background-color .2s ease
    }

        .agent-answer table tbody tr:hover {
            background-color: #fafafa
        }

        .agent-answer table tbody tr:last-child {
            border-bottom: none
        }

    .agent-answer table tbody td {
        padding: 12px 16px;
        color: #555;
        font-size: 15px;
        line-height: 1.5
    }

    .agent-answer table.agent-answer-slim {
        box-shadow: none
    }

        .agent-answer table.agent-answer-slim thead {
            background-color: rgba(0,0,0,0);
            border-bottom: 1px solid #e0e0e0
        }

            .agent-answer table.agent-answer-slim thead th {
                padding: 8px 12px;
                font-size: 13px
            }

        .agent-answer table.agent-answer-slim tbody tr {
            border-bottom: 1px solid #f5f5f5
        }

        .agent-answer table.agent-answer-slim tbody td {
            padding: 8px 12px;
            font-size: 14px
        }

agent-addendum {
    font-size: 14px
}

.csv-renderer .e-grid {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 16px 0
}

    .csv-renderer .e-grid .e-gridheader {
        background-color: #EDEAE6;
        border-bottom: 2px solid #e0e0e0
    }

        .csv-renderer .e-grid .e-gridheader .e-columnheader {
            background-color: rgba(0,0,0,0)
        }

            .csv-renderer .e-grid .e-gridheader .e-columnheader .e-headercell {
                background-color: rgba(0,0,0,0);
                padding: 12px 16px;
                font-weight: 600;
                color: #333;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: .5px;
                border-right: 1px solid rgba(224,224,224,.5)
            }

                .csv-renderer .e-grid .e-gridheader .e-columnheader .e-headercell:last-child {
                    border-right: none
                }

    .csv-renderer .e-grid .e-gridcontent .e-row {
        border-bottom: 1px solid #f0f0f0;
        transition: background-color .2s ease
    }

        .csv-renderer .e-grid .e-gridcontent .e-row:hover {
            background-color: #fafafa !important
        }

        .csv-renderer .e-grid .e-gridcontent .e-row:last-child {
            border-bottom: none
        }

        .csv-renderer .e-grid .e-gridcontent .e-row .e-rowcell {
            padding: 12px 16px;
            color: #555;
            font-size: 15px;
            line-height: 1.5;
            border-right: 1px solid rgba(240,240,240,.5)
        }

            .csv-renderer .e-grid .e-gridcontent .e-row .e-rowcell:last-child {
                border-right: none
            }

        .csv-renderer .e-grid .e-gridcontent .e-row.e-altrow {
            background-color: #fafafa
        }

            .csv-renderer .e-grid .e-gridcontent .e-row.e-altrow:hover {
                background-color: #f5f5f5 !important
            }

    .csv-renderer .e-grid .e-gridheader .e-columnheader, .csv-renderer .e-grid .e-gridcontent .e-row, .csv-renderer .e-grid .e-gridcontent .e-altrow {
        border: none
    }

    .csv-renderer .e-grid.csv-renderer-slim {
        box-shadow: none
    }

        .csv-renderer .e-grid.csv-renderer-slim .e-gridheader {
            background-color: rgba(0,0,0,0);
            border-bottom: 1px solid #e0e0e0
        }

            .csv-renderer .e-grid.csv-renderer-slim .e-gridheader .e-headercell {
                padding: 8px 12px;
                font-size: 13px
            }

        .csv-renderer .e-grid.csv-renderer-slim .e-gridcontent .e-row {
            border-bottom: 1px solid #f5f5f5
        }

            .csv-renderer .e-grid.csv-renderer-slim .e-gridcontent .e-row .e-rowcell {
                padding: 8px 12px;
                font-size: 14px
            }

.csv-renderer .e-gridcontent::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.csv-renderer .e-gridcontent::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

.csv-renderer .e-gridcontent::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px
}

    .csv-renderer .e-gridcontent::-webkit-scrollbar-thumb:hover {
        background: #555
    }

@media(max-width: 768px) {
    .csv-renderer .e-grid .e-gridheader .e-headercell, .csv-renderer .e-grid .e-gridcontent .e-rowcell {
        padding: 8px 12px;
        font-size: 14px
    }

    .csv-renderer .e-grid .e-gridheader .e-headercell {
        font-size: 13px
    }
}

.agent-inner-content {
    padding: 24px 48px 24px 48px;
    font-family: var(--paper-serif) !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media(max-width: 960px) {
    .agent-inner-content {
        padding: 12px 4px 12px 4px
    }
}

.toi-header {
    margin: 10px 2px 10px 2px
}

.toi-item {
    margin: 6px
}

.sidekick-error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60%
}

.prompt-card-header h6 {
    overflow-x: visible;
    max-width: 260px;
    white-space: nowrap
}

.prompt-card-content {
    max-height: 200px;
    height: 200px;
    overflow-y: hidden
}

    .prompt-card-content ul {
        margin-left: 12px
    }

    .prompt-card-content li {
        margin-left: 24px
    }

.prompt-card {
    box-shadow: var(--mud-elevation-4);
    transition: transform .2s,box-shadow .2s;
    cursor: pointer
}

    .prompt-card:hover {
        transform: scale(1.03);
        box-shadow: var(--mud-elevation-8)
    }

.sidekick-pre {
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.sidekick-promptlibrary-container {
    margin: 2px 2px 12px 2px;
    padding: 8px;
    border: 1px solid var(--paper-border);
    border-radius: 5px
}

.marquee {
    width: 220px;
    overflow: hidden;
    box-sizing: border-box
}

    .marquee h6 {
        display: inline-block;
        white-space: nowrap;
        animation: bounce 10s ease-in-out infinite
    }

@keyframes bounce {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(calc(180px - 100%))
    }
}

.e-rte-fullscreen {
    margin-top: var(--mud-appbar-height) !important
}

.e-richtexteditor.e-rte-full-screen {
    margin-top: var(--mud-appbar-height) !important
}

.sidekick-footnote {
    margin-right: 4px;
    margin-left: -4px
}

.e-content {
    font-family: var(--paper-serif) !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    letter-spacing: .01em !important;
    font-weight: 400 !important;
    color: #333 !important;
    margin: 0 auto !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important
}

    .e-content dl, .e-content ol, .e-content ul {
        list-style-type: circle !important;
        margin-left: 32px !important
    }

    .e-content h1 {
        margin-top: 32px;
        font-size: 1.5rem;
        font-weight: bolder
    }

    .e-content h2 {
        margin-top: 24px;
        font-size: 1.4rem !important;
        font-weight: bolder !important
    }

    .e-content h3 {
        margin-top: 18px;
        font-size: 1.3rem !important;
        font-weight: bold !important
    }

    .e-content h4, .e-content h5, .e-content h6 {
        margin-top: 9px;
        font-size: 1.2rem !important;
        font-weight: bold !important
    }

.agent-message-text {
    display: inline;
    font-family: var(--paper-serif);
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: .01em;
    font-weight: 400;
    color: #333;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto
}

cite {
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal
}

.denkrozess_visible {
    display: none;
    font-family: "Consolas","Monaco",monospace;
    padding: 1rem;
    border-radius: 4px;
    white-space: pre-wrap;
    overflow-x: auto;
    line-height: 1.3;
    position: relative;
    font-size: 14px
}

    .denkrozess_visible::after {
        content: " █";
        animation: blink .7s infinite;
        font-weight: normal;
        color: #222
    }

@keyframes blink {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.rag-highlight {
    padding: .2em;
    background-color: rgba(0,0,0,0);
    COLOR: #fff;
    font-weight: bolder;
    text-decoration: underline
}

.theme-transition {
    transition: background-color .8s ease,color .8s ease
}

.mud-button-root {
    transition: background-color .8s ease,color .8s ease
}

.agent-footnotes .footnotes-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #666;
    margin-bottom: 16px
}

.agent-footnotes .footnote-item {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #555
}

    .agent-footnotes .footnote-item .footnote-number {
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 600;
        color: #888;
        font-size: 12px
    }

        .agent-footnotes .footnote-item .footnote-number::after {
            content: "."
        }

    .agent-footnotes .footnote-item .footnote-text {
        display: block
    }

        .agent-footnotes .footnote-item .footnote-text a {
            color: #6f33f4;
            text-decoration: none;
            transition: color .2s ease
        }

            .agent-footnotes .footnote-item .footnote-text a:hover {
                color: #632dd9;
                text-decoration: underline
            }

    .agent-footnotes .footnote-item:hover .footnote-number {
        color: #6f33f4
    }

.agent-footnotes.agent-footnotes-compact .footnote-item {
    margin-bottom: 8px;
    font-size: 13px;
    padding-left: 20px
}

    .agent-footnotes.agent-footnotes-compact .footnote-item .footnote-number {
        font-size: 11px
    }

.agent-answer hr {
    border: none;
    height: 1px;
    margin: 32px 0;
    position: relative
}

    .agent-answer hr::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to right, transparent, #d0d0d0 20%, #d0d0d0 80%, transparent)
    }

    .agent-answer hr.hr-ornament {
        height: 20px;
        margin: 48px 0
    }

        .agent-answer hr.hr-ornament::before {
            display: none
        }

        .agent-answer hr.hr-ornament::after {
            content: "◆";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
            color: #DDD9D4;
            background: var(--paper-surface);
            padding: 0 16px
        }

        .agent-answer hr.hr-ornament::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, #e0e0e0 10%, #e0e0e0 40%, transparent 50%, #e0e0e0 60%, #e0e0e0 90%, transparent);
            display: block
        }

    .agent-answer hr.hr-dotted::before {
        background: none;
        border-top: 1px dotted #d0d0d0
    }

    .agent-answer hr.hr-double {
        height: 5px
    }

        .agent-answer hr.hr-double::before {
            height: 1px;
            background: #d0d0d0
        }

        .agent-answer hr.hr-double::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: #d0d0d0
        }

    .agent-answer hr.hr-short::before {
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        background: #DDD9D4
    }

.citation-bubble {
    border-radius: 8px;
    padding: 0 4px;
    font-size: 12px;
    vertical-align: text-top;
    font-family: monospace;
    cursor: help;
    margin-left: 1px;
    min-width: 16px;
    max-height: 16px
}

.denkprozess {
    font-size: 12.5px;
    font-family: var(--paper-sans);
    color: #6c757d;
    line-height: 1.5;
    padding: 4px 8px
}

    .denkprozess p {
        font-size: 12.5px;
        font-family: var(--paper-sans);
        margin-bottom: 6px
    }

    .denkprozess ul, .denkprozess ol {
        margin: 4px 0 4px 16px;
        padding: 0
    }

    .denkprozess li {
        margin-bottom: 2px
    }

.denkprozess-step {
    padding: 2px 0;
    border-left: 2px solid #dee2e6;
    padding-left: 8px;
    margin-bottom: 4px
}

    .denkprozess-step:last-child {
        margin-bottom: 0
    }

    .denkprozess-step p {
        margin-bottom: 0
    }

/* Consolidated thinking panel — numbered segments */
.thinking-panel-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.thinking-panel-spinner {
    color: #00386A;
}

.thinking-segment {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

    .thinking-segment:last-child {
        margin-bottom: 0;
    }

.thinking-segment-body {
    flex: 1 1 auto;
    min-width: 0;
}

.thinking-step-num {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border-radius: 50%;
    background-color: #00386A;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
    .thinking-panel-spinner svg circle {
        animation: none;
    }
}

/* Compact plan steps */
.plan-steps-compact {
    position: relative;
    padding-left: 6px;
    margin: 8px 0 12px 0
}

.plan-steps-compact::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--mud-palette-lines-default, #e0e0e0);
    border-radius: 1px
}

.plan-step-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 0;
    font-size: .8125rem;
    line-height: 1.4;
    position: relative
}

.plan-step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    z-index: 1;
    background: var(--mud-palette-surface, #fff)
}

.plan-dot-empty {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid var(--mud-palette-lines-default, #bdbdbd);
    background: transparent
}

.plan-step-label {
    flex: 1;
    min-width: 0
}

.plan-row-done {
    opacity: .65
}

.plan-row-done .plan-step-label {
    text-decoration: line-through;
    color: var(--mud-palette-text-secondary, #6c757d)
}

.plan-row-active .plan-step-label {
    font-weight: 600;
    color: var(--mud-palette-primary)
}

.plan-row-pending {
    opacity: .45
}

.workspace-card {
    transition: transform .2s ease-in-out,box-shadow .2s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .workspace-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--mud-elevation-8)
    }

    .workspace-card .mud-card-content {
        flex-grow: 1
    }

.add-workspace-card {
    border: 2px dashed var(--mud-palette-lines-default);
    cursor: pointer;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: var(--mud-palette-background-hover)
}

    .add-workspace-card:hover {
        background-color: var(--mud-palette-action-default-hover);
        border-color: var(--mud-palette-primary)
    }

.add-workspace-card-icon {
    font-size: 3rem !important;
    margin-bottom: .5rem
}

.mud-toolbar.center-buttons {
    justify-content: center !important
}

div:has(>.pre100vw) {
    width: 100%
}
