@import '_content/Kar.Razor.Components/Kar.Razor.Components.bundle.scp.css';

/* /Components/Designer/Elements/Block.razor.rz.scp.css */
.root[b-kqd3cn0cg7] {
    margin: 0 2px;
    border-top: solid 2px #ccc;
}

    .root.selected[b-kqd3cn0cg7] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .root:hover[b-kqd3cn0cg7] {
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 35%);
    }

.block-header[b-kqd3cn0cg7] {
    display: flex;
    margin: 6px;
    font-weight: bold;
}

    .block-header.selected[b-kqd3cn0cg7] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.title[b-kqd3cn0cg7] {
    flex: 1 1 auto;
}

.expression-indicator[b-kqd3cn0cg7]::before {
    top: 0.8rem;
    right: 3.2rem;
}

.damages-container[b-kqd3cn0cg7] {
    margin: 6px;
    border: solid 1px #933;
    border-radius: 6px;
}

.content-container[b-kqd3cn0cg7] {
    margin: 6px;
}

.add-item-btn[b-kqd3cn0cg7] {
    width: 100%;
    height: 2px;
    padding: 6px 2px;
}

    .add-item-btn:hover .add-item-indicator[b-kqd3cn0cg7] {
        border-top: solid 2px #339;
    }

.add-item-indicator[b-kqd3cn0cg7] {
    display: block;
    width: 100%;
}

    .add-item-indicator.show[b-kqd3cn0cg7] {
        border-top: solid 2px #339;
    }

span.block-collapse[b-kqd3cn0cg7] {
    width: 16px;
    height: 16px;
    line-height: 1;
}

    span.block-collapse[b-kqd3cn0cg7]:before {
        font-size: small;
        content: "⏵";
    }

span.block-visible[b-kqd3cn0cg7] {
    height: 16px;
    width: 16px;
    line-height: 1;
}

    span.block-visible[b-kqd3cn0cg7]:before {
        font-size: small;
        content: "⏷";
    }
/* /Components/Designer/Elements/DefItem.razor.rz.scp.css */
.root[b-nfxle77nk2] {
    position: relative;
    height: 100%;
}

.item-btn[b-nfxle77nk2] {
    height: 100%;
    width: 100%;
    padding: 0.8em 6px 6px 6px;
    border: solid 2px transparent;
    border-radius: 6px;
}

    .item-btn.selected[b-nfxle77nk2] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .item-btn:hover[b-nfxle77nk2] {
        border: solid 2px #E1F4FD;
    }

    [b-nfxle77nk2] .item-btn.required > .root > .title {
        color: red;
    }

        [b-nfxle77nk2] .item-btn.required > .root > .title::after {
            content: "*";
        }
/* /Components/Designer/Elements/DefItemControls/CheckboxDefItemControl.razor.rz.scp.css */
.root[b-hn9hm7nxys] {
    text-align: start;
}

.icon[b-hn9hm7nxys] {
    margin-right: 6px;
    padding: 0.1em;
    border: solid 2px #ccc;
    font-size: 1.2em;
}
/* /Components/Designer/Elements/DefItemControls/ColorPickerDefItemControl.razor.rz.scp.css */
.root[b-309howqbqu] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-309howqbqu] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-309howqbqu] {
    color: #666;
}

.drop-icon[b-309howqbqu] {
    position: absolute;
    right: 5px;
    top: 0.5em;
}

.options-container[b-309howqbqu] {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 21rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: solid 1px #ccc;
    background: #eee;
    z-index: 1000;
}

.options-list[b-309howqbqu] {
    min-height: 11rem;
    padding: 0 12px;
}

[b-309howqbqu] .option-btn {
    color: white;
    border-radius: .4rem;
}

.page-nav[b-309howqbqu] {
    display: flex;
    justify-content: center;
}

.page-btn[b-309howqbqu] {
    margin: 0 6px;
    border: none;
}

.page-bullet[b-309howqbqu]::before {
    margin: 0 3px;
    font-size: 1.2rem;
    content: "◦";
}

.page-bullet.active[b-309howqbqu]::before {
    color: blue;
    content: "•";
}

.color-square[b-309howqbqu] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
/* /Components/Designer/Elements/DefItemControls/DamageDefItemControl.razor.rz.scp.css */
.root[b-u6mv6o64pd] {
    position: relative;
    padding-left: 6px;
    text-align: start;
}

.title[b-u6mv6o64pd] {
}
/* /Components/Designer/Elements/DefItemControls/DatePickerDefItemControl.razor.rz.scp.css */
.root[b-4c61viq9c4] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-4c61viq9c4] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-4c61viq9c4] {
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/DecimalDefItemControl.razor.rz.scp.css */
.root[b-s5ph1h1k2f] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-s5ph1h1k2f] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-s5ph1h1k2f] {
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/DynamicOptionToggleDefItemControl.razor.rz.scp.css */
.root[b-s5h3epv58x] {
    position: relative;
    padding-left: 6px;
    text-align: start;
}

.title[b-s5h3epv58x] {
}

.options-container[b-s5h3epv58x] {
    display: flex;
    flex-wrap: wrap;
    background: #ccc;
    border-radius: 3px;
}

[b-s5h3epv58x] .option {
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    margin: 3px;
    text-align: center;
    width: initial !important;
}

[b-s5h3epv58x] .option-btn {
    margin: 3px 0 !important;
    padding: 3px 0;
}

.option-label[b-s5h3epv58x] {
    color: #333;
}

[b-s5h3epv58x] .expression-indicator {
    top: -0.6rem;
    right: -0.2rem;
}
/* /Components/Designer/Elements/DefItemControls/DynamicUrlDefItemControl.razor.rz.scp.css */
.root[b-3wlvmu9zdx] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-3wlvmu9zdx] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-3wlvmu9zdx] {
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/NotesDefItemControl.razor.rz.scp.css */
.root[b-a1lgropdos] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
    height: 6rem;
}

.title[b-a1lgropdos] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-a1lgropdos] {
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/NumericDefItemControl.razor.rz.scp.css */
.root[b-ye7b7dcn2f] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-ye7b7dcn2f] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-ye7b7dcn2f] {
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/Obd2DefItemControl.razor.rz.scp.css */
.root[b-xfumldtmdf] {
    position: relative;
    padding-left: 6px;
    text-align: start;
}

.title[b-xfumldtmdf] {
}
/* /Components/Designer/Elements/DefItemControls/OneColumnOptionPickerDefItemControl.razor.rz.scp.css */
.root[b-i7wow3mw4i] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-i7wow3mw4i] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-i7wow3mw4i] {
    color: #666;
}

.drop-icon[b-i7wow3mw4i] {
    position: absolute;
    right: 5px;
    top: 0.5em;
}

.options-container[b-i7wow3mw4i] {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 21rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: solid 1px #ccc;
    background: #eee;
    z-index: 1000;
}

.options-list[b-i7wow3mw4i] {
    min-height: 11rem;
    padding: 0 12px;
}

[b-i7wow3mw4i] .option-btn {
    background-color: blue;
    color: white;
    border-radius: .4rem;
}

.page-nav[b-i7wow3mw4i] {
    display: flex;
    justify-content: center;
}

.page-btn[b-i7wow3mw4i] {
    margin: 0 6px;
    border: none;
}

.page-bullet[b-i7wow3mw4i]::before {
    margin: 0 3px;
    font-size: 1.2rem;
    content: "◦";
}

.page-bullet.active[b-i7wow3mw4i]::before {
    color: blue;
    content: "•";
}
/* /Components/Designer/Elements/DefItemControls/Option.razor.rz.scp.css */
.root[b-cfk4rahtw9] {
    width: 100%;
}

.option-btn[b-cfk4rahtw9] {
    margin: 6px 0;
    width: 100%;
}

.frequent .option-btn[b-cfk4rahtw9] {
    background-color: darkmagenta;
}

.root.selected .option-btn[b-cfk4rahtw9] {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.frequent-indicator[b-cfk4rahtw9] {
    display: none;
}

.frequent .frequent-indicator[b-cfk4rahtw9] {
    display: block;
    position: relative;
}

    .frequent-indicator[b-cfk4rahtw9]::before {
        position: absolute;
        top: 1rem;
        left: 0.4em;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

.expression-indicator[b-cfk4rahtw9]::before {
    top: .5rem;
    right: 0.2rem;
    z-index: 1;
}
/* /Components/Designer/Elements/DefItemControls/PhotoDefItemControl.razor.rz.scp.css */
.root[b-q6g0uql3wx] {
    text-align: start;
}

.icon[b-q6g0uql3wx] {
    margin-right: 6px;
    padding: 0.3em;
    border: solid 2px #ccc;
    border-radius: 100px;
    font-size: 1.2em;
}
/* /Components/Designer/Elements/DefItemControls/RadioDefItemControl.razor.rz.scp.css */
.root[b-n8s40mn6b3] {
    text-align: start;
}

[b-n8s40mn6b3] .option-btn {
    display: flex;
    position: relative;
    width:100%;
    align-items: center;
}

.option-icon[b-n8s40mn6b3] {
    margin: 2px 6px 2px 0;
    border: solid 2px #000;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 1rem;
}

[b-n8s40mn6b3] .expression-indicator::before {
    top: 0.2em;
}
/* /Components/Designer/Elements/DefItemControls/ReadOnlyTextDefItemControl.razor.rz.scp.css */
.root[b-dg92bkj5uk] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-dg92bkj5uk] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-dg92bkj5uk] {
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/TextDefItemControl.razor.rz.scp.css */
.root[b-wempjzbenb] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    padding-left: 6px;
    border: solid 2px #ccc;
    border-radius: 6px;
    text-align: start;
}

.title[b-wempjzbenb] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-wempjzbenb] {
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/UnknownDefItemControl.razor.rz.scp.css */
.root[b-bbxiymdpdj] {
    position: relative;
    margin-top: 0.3em;
    padding-top: 0.6em;
    border: solid 2px #ccc;
    border-radius: 6px;
}

.title[b-bbxiymdpdj] {
    position: absolute;
    top: -0.8em;
    left: 12px;
    padding: 0px 6px;
    background: #fff;
}

.value[b-bbxiymdpdj] {
    text-align: start;
    color: #666;
}
/* /Components/Designer/Elements/DefItemControls/VideoDefItemControl.razor.rz.scp.css */
.root[b-o1v3b964xm] {
    text-align: start;
}

.icon[b-o1v3b964xm] {
    margin-right: 6px;
    padding: 0.3em;
    border: solid 2px #ccc;
    border-radius: 100px;
    font-size: 1.2em;
}
/* /Components/Designer/Elements/DefItems.razor.rz.scp.css */
.damages-container[b-eniolc8ut5] {
    margin: 6px;
    border: solid 1px #933;
    border-radius: 6px;
}

.content-container[b-eniolc8ut5] {
    margin: 6px;
}
/* /Components/Designer/Elements/FlowSections.razor.rz.scp.css */
.section-container[b-nd3yf5g9bv] {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding-right: 6px
}

.section[b-nd3yf5g9bv] {
    flex: 1 1 auto;
    margin: 6px;
}
/* /Components/Designer/Elements/Section.razor.rz.scp.css */
.root[b-tzb1xb5pb2] {
    position: relative;
    height: 100%;
}

    .root.selected[b-tzb1xb5pb2] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.select-btn[b-tzb1xb5pb2] {
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    background: #f8f9fa;
    border-top-right-radius: 0.15rem;
}

    .select-btn:hover[b-tzb1xb5pb2] {
        background-color: #6c757d;
    }

.nav-btn[b-tzb1xb5pb2] {
    height: 100%;
    width: 100%;
}

.expression-indicator[b-tzb1xb5pb2]::before {
    left: 0.7rem;
    right: initial;
}
/* /Components/Designer/Elements/Tile.razor.rz.scp.css */
.root[b-9iqck9ikfr] {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
}

    .root.selected[b-9iqck9ikfr] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

[b-9iqck9ikfr] .context-menu-wrapper {
    width: 100%;
    height: 100%;
}

.nav-btn[b-9iqck9ikfr] {
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    background: #f8f9fa;
    border-top-right-radius: 0.15rem;
}

    .nav-btn:hover[b-9iqck9ikfr] {
        background-color: #6c757d;
    }

.select-btn[b-9iqck9ikfr] {
    height: 100%;
    width: 100%;
    overflow-wrap: anywhere;
}

.expression-indicator[b-9iqck9ikfr]::before {
    left: 0.7rem;
    right: initial;
}
/* /Components/Designer/Elements/Tiles.razor.rz.scp.css */
.tile-container[b-4zjuocnupi] {
    display: flex;
    flex-flow: wrap;
    padding-right: 12px;
}

.tile-group[b-4zjuocnupi] {
    display: flex;
    width: 143px;
    height: 100px;
    margin: 6px 0px;
}

.tile[b-4zjuocnupi] {
    flex: 1 1 auto;
}
/* /Components/Designer/Elements/WheelTireTile.razor.rz.scp.css */
.root[b-rtte0zeil6] {
    margin: 0 2px;
    border-top: solid 2px #ccc;
}

    .root.selected[b-rtte0zeil6] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .root:hover[b-rtte0zeil6] {
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 35%);
    }

.block-header[b-rtte0zeil6] {
    display: flex;
    margin: 6px;
    font-weight: bold;
}

    .block-header.selected[b-rtte0zeil6] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.title[b-rtte0zeil6] {
    flex: 1 1 auto;
}

.damages-container[b-rtte0zeil6] {
    margin: 6px;
    border: solid 1px #933;
    border-radius: 6px;
}

.content-container[b-rtte0zeil6] {
    margin: 6px;
}

.add-item-btn[b-rtte0zeil6] {
    width: 100%;
    height: 2px;
    padding: 6px 2px;
}

    .add-item-btn:hover .add-item-indicator[b-rtte0zeil6] {
        border-top: solid 2px #339;
    }

.add-item-indicator[b-rtte0zeil6] {
    display: block;
    width: 100%;
}

    .add-item-indicator.show[b-rtte0zeil6] {
        border-top: solid 2px #339;
    }
/* /Components/Designer/GlobalSourceReferenceCollectionSelector.razor.rz.scp.css */
.header[b-zrcf3k4qsq] {
    display: flex;
    background: #eee;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
}

    .header .form-control[b-zrcf3k4qsq] {
        background: none;
        border: none;
    }

.filter-text[b-zrcf3k4qsq] {
    flex: 1 1 auto;
}

.filter-content[b-zrcf3k4qsq] {
    display: flex;
    flex-direction: column;
    max-height: 75vh;
    overflow-y: scroll;
}

.item-btn[b-zrcf3k4qsq] {
    text-align: start;
    padding: 0 6px;
}

    .item-btn:hover[b-zrcf3k4qsq] {
        background-color: #0069d9;
        border-color: #0062cc;
        color: #fff;
    }

.item-id[b-zrcf3k4qsq] {
    font-weight: bold;
}
/* /Components/Designer/Panels/SectionPanel.razor.rz.scp.css */
.block[b-j8d1cz7stm] {
    border: solid 1px #ccc;
}
/* /Components/Designer/Panels/TilePanel.razor.rz.scp.css */
body[b-orvpsy8xxt] {
}
/* /Components/Designer/Panels/WheelTireTilePanel.razor.rz.scp.css */
body[b-tudo6m5qcl] {
}
/* /Components/Designer/TargetReferenceCollectionSelector.razor.rz.scp.css */
.header[b-t93u3atssk] {
    display: flex;
    background: #eee;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
}

.header .form-control[b-t93u3atssk] {
    background: none;
    border: none;
}

.filter-text[b-t93u3atssk] {
    flex: 1 1 auto;
}

.filter-select[b-t93u3atssk] {
    width: auto;
}

.filter-content[b-t93u3atssk] {
    display: flex;
    flex-direction: column;
    max-height: 75vh;
    overflow-y: scroll;
}

.item-btn[b-t93u3atssk] {
    text-align: start;
    padding: 0 6px;
}

    .item-btn:hover[b-t93u3atssk] {
        background-color: #0069d9;
        border-color: #0062cc;
        color: #fff;
    }

.item-id[b-t93u3atssk] {
    font-weight: bold;
}
/* /Components/Designer/TargetReferenceItemSelector.razor.rz.scp.css */
.header[b-2u7lnkkyqg] {
    background: #eee;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
}

.header .form-control[b-2u7lnkkyqg] {
    background: none;
    border: none;
}

.filter-text[b-2u7lnkkyqg] {
    flex: 1 1 auto;
}

.filter-select[b-2u7lnkkyqg] {
    width: auto;
}
.filter-container[b-2u7lnkkyqg] {
    position:relative;
    margin-top:30px;
}

.filter-wrapper-float[b-2u7lnkkyqg] {
    position: absolute;
    top:98%;
    padding:4px;
    background: white;
    border: 1px solid #AAA;
    border-radius: 4px;
    z-index: 999;
    width:100%;
    flex-direction: column;
}

.filter-content2[b-2u7lnkkyqg] {
    flex-direction: column;
    max-height: 20vh;
    overflow-y: scroll;
}

.item-btn[b-2u7lnkkyqg] {
    text-align: start;
    padding: 0 6px;
}

    .item-btn:hover[b-2u7lnkkyqg] {
        background-color: #0069d9;
        border-color: #0062cc;
        color: #fff;
    }

.item-id[b-2u7lnkkyqg] {
    font-weight: bold;
}
/* /Components/File/AutoSaveList.razor.rz.scp.css */
.auto-save-row[b-gjnsi758al] {
    display: flex;
}

.load-auto-save-btn[b-gjnsi758al] {
    flex: 1 1 auto;
    text-align: start;
}
/* /Components/File/CurrentFile.razor.rz.scp.css */
.close-definiton-btn[b-fmcefdtrnd] {
    position: absolute;
    right: 5px;
    top: 5px;
}
/* /Components/File/FileSelector.razor.rz.scp.css */
.definition-name-selector[b-10bvxdz8y2] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.template-name-selector[b-10bvxdz8y2] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.version-list[b-10bvxdz8y2] {
    display: flex;
    flex-direction: column;
    height: 11.5rem;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

    .version-list.show-more[b-10bvxdz8y2] {
        height: 18rem;
    }

.version-btn[b-10bvxdz8y2] {
    padding: 0 12px;
    color: darkgray;
    text-align: left;
}

    .version-btn:hover[b-10bvxdz8y2] {
        background-color: #bdd5ed;
        border-color: #b7cde5;
    }

    .show-more .version-btn[b-10bvxdz8y2] {
        margin-left: .6rem;
    }

    .version-btn.can-branch-minor[b-10bvxdz8y2] {
        font-weight: bold;
        color: black;
    }

    .version-btn.can-branch-patch[b-10bvxdz8y2] {
        color: black;
    }

    .version-btn.in-progress[b-10bvxdz8y2] {
        color: blue;
    }

    .version-btn.in-progress[b-10bvxdz8y2]::after {
        content: "*";
    }
/* /Components/Library/LibraryItems.razor.rz.scp.css */
.root[b-c6unbwt9v9] {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row[b-c6unbwt9v9] {
	margin: 0px;
	padding-top: 8px;
}

.items-content[b-c6unbwt9v9] {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	min-height: 30%;
}

.items-table[b-c6unbwt9v9] {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 300px;
}

.header[b-c6unbwt9v9] {
	display: flex;
	background: #ccc;
	justify-content: space-between;
}

.header .btn[b-c6unbwt9v9] {
	border: none;
}

.title[b-c6unbwt9v9] {
	margin-top: 2px;
	margin-left: 6px;
}

.table-content[b-c6unbwt9v9] {
	overflow-y: scroll;
	flex: 1 1 auto;
}

table[b-c6unbwt9v9] {
	border-collapse: separate;
	border-spacing: 0;
}

thead th[b-c6unbwt9v9] {
	position: sticky;
	top: 0;
	z-index: 0;
	background: #fff;
}

.delete-btn[b-c6unbwt9v9] {
	border: none;
	margin-top: 3px;
}

.sidebar-right[b-c6unbwt9v9] {
	flex: 0 0 auto;
	margin-left: 12px;
	width: 500px;
	height: 100%;
}

.compare-items[b-c6unbwt9v9] {
	display: flex;
	width: 50vw;
}
/* /Components/PropertyGridEditors/DataExpressionEditor.razor.rz.scp.css */
.root[b-tg4ywu7lfn] {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: solid 1px #767676;
    border-radius: 3px;
}

.value[b-tg4ywu7lfn] {
    flex: 1 1 auto;
    width: 100%;
    margin: 0 4px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.edit-btn[b-tg4ywu7lfn] {
    flex: 0;
    margin-top: -1px;
}

.edit-data-expression[b-tg4ywu7lfn] {
    height: 200px; 
}

.pretty-data-expression[b-tg4ywu7lfn] {
    height: 200px;
}
/* /Components/PropertyGridEditors/TargetReferenceCollectionEditor.razor.rz.scp.css */
.root[b-g1hubraxp2] {
    width: 100%;
}

    .root .btn[b-g1hubraxp2] {
        padding: 1px 3px;
        border: none;
    }

.add-btn[b-g1hubraxp2] {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.right[b-g1hubraxp2] {
    float: right;
}

.panel-content[b-g1hubraxp2] {
    display: flex;
}

.selected-items[b-g1hubraxp2] {
    flex: 1 1 auto;
    max-height: 9rem;
    overflow-y: auto;
    border-color: #767676;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 2px;
}

.items-expanded[b-g1hubraxp2] {
    max-height: fit-content;
}

.item-btn[b-g1hubraxp2] {
    width: 100%;
    text-align: start;
}

    .item-btn.selected[b-g1hubraxp2] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.remove-btn[b-g1hubraxp2] {
    position: absolute;
    top: 3px;
    right: 0;
}

.sidebar-right[b-g1hubraxp2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-color: #767676;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* /Components/PropertyGridEditors/TargetReferenceItemEditor.razor.rz.scp.css */
datalist[b-3kg245yfwi] {
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
    left:auto !important;
}

datalist option[b-3kg245yfwi] {
    font-size: 0.8em;
    padding: 2px 2px 2px 2px;
    background-color: #f8f9fa;
    cursor: pointer;
    border-top: 1px solid #dee2e6;
}

/* option active styles */
datalist option:hover[b-3kg245yfwi], datalist option:focus[b-3kg245yfwi] {
    color: #fff;
    background-color: #dee2e6;
    outline: 0 none;
}

.item-border[b-3kg245yfwi] {
    float: left;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px;
    width: 100%;
    min-height: 29px;
}

.item-button[b-3kg245yfwi] {
    width: 20px;
    height: 20px;
    float: right;
    top: 4px;
    right: 2px;
    position: relative;
}

.item-button i[b-3kg245yfwi] {
    left: -6px;
    top: -4px;
}
/* /Components/RightSidebar/RightSidebar.razor.rz.scp.css */
.navbar-toggler[b-dpy87gi8e9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-right[b-dpy87gi8e9] {
    border-left: 1px solid #d6d5d5;
    width: 50px;
}

    .sidebar-right.expanded[b-dpy87gi8e9] {
        width: 600px;
        flex: 0 0 auto;
        overflow: auto;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-dpy87gi8e9] {
        display: normal;
    }
}
/* /Components/Shared/AutoSaveDisplay.razor.rz.scp.css */
.spinner-border[b-mawn9m1ml8] {
    margin-left: 2px;
    vertical-align: -40%;
    height: 30px;
    width: 30px;
}

.saving-alert-box[b-mawn9m1ml8] {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px
}

.save-text[b-mawn9m1ml8] {
    margin: 10px;
}
/* /Components/Shared/GlobalFileToolbar.razor.rz.scp.css */
.root[b-8n6s58k47v] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* /Components/Shared/ObjectDetails.razor.rz.scp.css */
.root[b-xiuuyg425o] {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.property-grid[b-xiuuyg425o] {
	flex: 0 1 auto;
	min-height: 20vh;
}

.references[b-xiuuyg425o] {
	/* max-height: 30%; */
	margin-top: 6px;
}

.compare-items > div[b-xiuuyg425o] {
	max-width: 50%;
}
/* /Components/Shared/References.razor.rz.scp.css */
.root[b-33tmk20cts] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.header[b-33tmk20cts] {
    padding: 0px 6px;
    background: #ccc;
}

.header-container[b-33tmk20cts] {
    display: flex;
    justify-content: space-between;
}

.grid[b-33tmk20cts] {
    overflow-y: auto;
}

.no-references-tip[b-33tmk20cts] {
    padding: 6px;
    text-align: center;
}

table[b-33tmk20cts] {
    width: 100%;
}

td[b-33tmk20cts] {
    padding: 2px;
}

.show-all-btn[b-33tmk20cts] {
    padding: 0 12px;
    color: darkgray;
    text-align: left;
}

.show-all-btn:hover[b-33tmk20cts] {
    background-color: #bdd5ed;
    border-color: #b7cde5;
}

.items[b-33tmk20cts] {
    flex: 1 1 auto;
    max-height: 9rem;
    overflow-y: auto;
    padding: 0 2px;
}

.items-expanded[b-33tmk20cts] {
    max-height: 27rem;
}

.expand-btn:hover[b-33tmk20cts] {
    color: #fff;
    background-color: #6c757d;
}
/* /Pages/Designer.razor.rz.scp.css */
.root[b-bsx6y1v0xw] {
	display: flex;
	height: 100%;
	width: 100%;
}

.design-panel[b-bsx6y1v0xw] {
	display: flex;
	height: 100%;
	width: 460px;
	flex: none;
	flex-direction: column;
}

.header[b-bsx6y1v0xw] {
	display: flex;
	justify-content: space-between;
	background: #ccc;
}

.nav-back[b-bsx6y1v0xw] {
	margin-left: 6px;
	top: 3px;
}

.title[b-bsx6y1v0xw] {
	margin-left: 6px;
}

.design-content[b-bsx6y1v0xw] {
	overflow-y: scroll;
	flex: 1 1 auto;
}

.sidebar-right[b-bsx6y1v0xw] {
	margin-left: 12px;
	flex: 1 1 auto;
	min-width: 3.5rem;
}

.show-all-btn[b-bsx6y1v0xw] {
	padding: 0 8px;
	text-align: left;
	background: #fff;
	height: 19px;
	line-height: 1;
	align-self: center;
}

.show-all-btn:hover[b-bsx6y1v0xw] {
	background-color: #bdd5ed;
	border-color: #b7cde5;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pay2xjm3pv] {
    position: relative;
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
}

.main[b-pay2xjm3pv] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 3.5rem;
    height: 100vh;
}

.sidebar[b-pay2xjm3pv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pay2xjm3pv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    flex: 0;
    align-items: center;
}

.top-row .login-display[b-pay2xjm3pv] {
    display: flex;
    align-items: center;
}

.top-row .saving-display[b-pay2xjm3pv] {
    height: 3.5rem;
    display: flex;
    flex: 1;
    align-items: center;
}

.content[b-pay2xjm3pv] {
    flex: 1 1 auto;
    overflow: auto;
    padding-bottom: 1.1rem;
}

.main-content[b-pay2xjm3pv] {
    display: flex;
    flex: 1 1 auto;
    min-height: 3.5rem;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pay2xjm3pv] {
        display: none;
    }

    .top-row.auth[b-pay2xjm3pv] {
        justify-content: space-between;
    }

    .top-row a[b-pay2xjm3pv], .top-row .btn-link[b-pay2xjm3pv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pay2xjm3pv] {
        flex-direction: row;
    }

    .sidebar[b-pay2xjm3pv] {
        height: 100vh;
        position: sticky;
        top: 0;
    }



    .top-row[b-pay2xjm3pv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

.current-definition[b-pay2xjm3pv] {
    font-weight: 800;
    font-size: 20px;
    margin-right: 20px;
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iteqr9jw2q] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iteqr9jw2q] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iteqr9jw2q] {
    font-size: 1.1rem;
}

.navbar-brand.collapse[b-iteqr9jw2q] {
    display: none;
}

.oi[b-iteqr9jw2q] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-iteqr9jw2q] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iteqr9jw2q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iteqr9jw2q] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iteqr9jw2q]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-iteqr9jw2q]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-iteqr9jw2q]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iteqr9jw2q] {
        display: normal;
    }

    .collapse[b-iteqr9jw2q] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
