@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /AuthDomain/Pages/LoginPage.razor.rz.scp.css */
dialog[b-zyuu3jqa5y] {
    background: var(--nav-background);
    color: var(--text-color-lightgrey);
    max-width: 550px;
}

div[b-zyuu3jqa5y] {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

h1[b-zyuu3jqa5y] {
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
}

[b-zyuu3jqa5y] form {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 550px;
}

input[b-zyuu3jqa5y] {
    color: white !important;
}

.dark[b-zyuu3jqa5y] {
    --label-background: #393939;
    color: var(--text-color-white);
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;

    > i {
        text-shadow: none;
    }
}

@media screen and (min-width: 500px) {
    div[b-zyuu3jqa5y] {
        flex-direction: row;
    }

    dialog[b-zyuu3jqa5y] {
        max-height: 400px;
    }

    h1[b-zyuu3jqa5y] {
        text-align: right;
    }

    [b-zyuu3jqa5y] form {
        width: 100%;
    }
}
/* /FormDomain/Components/ChapterContent.razor.rz.scp.css */
ul[b-cvne0lzf3q] {
    padding: 0;
    list-style: none;
}

.element-container[b-cvne0lzf3q] {
    &:not(:last-child) {
        border-bottom: solid 1px rgb(172, 172, 172);
    }

    overflow: hidden;[b-cvne0lzf3q]
}
/* /FormDomain/Components/FinishedContent.razor.rz.scp.css */



li[b-iigoum95gy] {
    display: flex;
    gap: .5em;
    align-items: center;
    justify-content: space-between;
}
/* /FormDomain/Components/FormElements/FixedTextFormUI.razor.rz.scp.css */

/* /FormDomain/Components/FormElements/ImageUploadFormUI.razor.rz.scp.css */
[b-6jihfdcq9b] label {
    border: none;
}

p[b-6jihfdcq9b] {
    margin-bottom: .5em;
    margin-top: .5em;
}

div[b-6jihfdcq9b] {
    --red: var(--blue);
}
/* /FormDomain/Components/FormElements/LongTextFormUI.razor.rz.scp.css */
    label[b-t4lm00t5xv] {
        padding: .5em;
        display: block;
    }

    textarea[b-t4lm00t5xv] {
        width: 100%;
        height: 8ch;
        border: 0;
    }

    .invalid + textarea[b-t4lm00t5xv] {
        border-bottom: dashed 2px orangered;
    }
/* /FormDomain/Components/FormElements/ScoreFormUI.razor.rz.scp.css */
p[b-ucurbvbt8a] {
    padding: .5rem;
    margin-bottom: 0;
}

.score[b-ucurbvbt8a] {
    display: flex;
    width: 100%;
    max-width: 400px;
    padding: .5rem;
    margin-bottom: .5rem;

    button {
        background: 0;
        width: 10%;
        border: solid 1px gray;
        aspect-ratio: 1;
        padding: 0;
        transition: all .2s ease-out;
    }

    button.selected[b-ucurbvbt8a] {
        background: var(--blue);
        color: white;
        scale: 1.15;
        border: 0;
        border-radius: 3px;
    }
}

.score:has(> .selected) button:not(.selected, :hover)[b-ucurbvbt8a] {
    color: var(--text-color-grey);
}
/* /FormDomain/Components/FormElements/ShortTextFormUI.razor.rz.scp.css */
.box[b-6da885f7zo] {
    display: flex;
    align-items: center;
    
    gap: 1rem;
    padding-right: 1rem;


}

button[b-6da885f7zo] {
    aspect-ratio: 1;
}

label[b-6da885f7zo] {
    padding: .5em;
    display: block;
    width: 100%;
}

input[b-6da885f7zo] {
    width: 100%;
    border: 0;
}

.invalid+input[b-6da885f7zo] {
    border-bottom: dashed 2px orangered;
}
/* /FormDomain/Components/FormElements/YesNoFormUI.razor.rz.scp.css */

div[b-h7sjo2ryd8] {
    display: flex;
    align-items: center;
    margin: .5em;
    gap: .5em;
}

button[b-h7sjo2ryd8] {
    width: 4em !important;
    min-width: 4em !important;
    --red: var(--blue);
}

span:not(.invalid) ~ button.outline[b-h7sjo2ryd8] {
    --red: grey;
}

span[b-h7sjo2ryd8] {
    user-select: none;
    cursor: pointer;
    flex-grow: 1;
}
/* /FormDomain/Pages/FormDatePickerPage.razor.rz.scp.css */
/* /FormDomain/Pages/FormEditorPage.razor.rz.scp.css */
div.form[b-582k1zpcez] {
    width: 100%;
    flex-grow: 1;

    display: grid;
    grid-template-columns: 45px 1fr;
    grid-template-rows: 1fr auto;

    overflow: auto;
}

.form nav[b-582k1zpcez] {
    grid-column: 1;
    grid-row: 1 span 2;

    padding: 5px;
    height: 100%;

    overflow: hidden;
    overflow-y: auto;
}

nav>a[b-582k1zpcez] {
    --tile-color: green;


    --background: hsl(from var(--tile-color) h s l / 20%);
    --border-color: hsl(from var(--tile-color) h s l / 80%);
    --icon-color: hsl(from var(--tile-color) h s l / 40%);

    transition: all .3s ease-out;

    background: var(--background);
    border: solid 2px var(--border-color);
    color: var(--tile-color);

    margin-bottom: 5px;
    width: 35px;
    height: 35px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;

    &.info {
        --tile-color: var(--blue);
    }

    &.done[b-582k1zpcez] {
        --tile-color: rgb(0, 167, 0);
    }

    &.unfinished[b-582k1zpcez] {
        --tile-color: orangered;
    }

    display: grid;
    place-items: center;
    font-size: 1.45rem;
    line-height: 0;[b-582k1zpcez]
}

nav a.active[b-582k1zpcez] {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 13px;

    box-shadow: black -4px 3px;

    outline-offset: -4px;
    outline: solid 3px var(--tile-color);
}


.form-content[b-582k1zpcez] {
    padding: .5em;
    grid-column: 2;
    grid-row: 1;
    overflow-y: auto;
    height: 100%;

    .status-tag {
        font-size: .5em;
        padding: 0.3em .6em;
        margin-left: .5em;

        &.valid {
            background: #bed8be;
            border: solid green 4px;
        }

        &.invalid[b-582k1zpcez] {
            background: #f1ccbe;
            border: solid orangered 4px;
        }
    }
}


.valid[b-582k1zpcez] {
    --badge-color: green;
}

.invalid[b-582k1zpcez] {
    --badge-color: orangered;
}

.action-buttons[b-582k1zpcez] {
    grid-row: 2;
    grid-column: span 2;

    width: 100%;
    display: flex;
    gap: .5em;
    padding: .5rem;

    :is(button, a) {
        height: auto;
        grid-row: 2;
        width: 100%;
        display: flex;
        align-items: start;
        align-items: center;
        flex-direction: column;
        gap: 0em .5em;
        justify-content: center;
        flex-wrap: wrap;

        span {
            /* display: block; */
            opacity: .75;
        }
    }
}


.overview nav[b-582k1zpcez] {
    margin-bottom: 1rem;

    a {
        width: 100%;
        place-items: center start;
        padding: 1.05rem;
        scale: 1 !important;
        font-size: 1.2rem;
    }
}
/* /FormDomain/Pages/FormPrintToPdfPage.razor.rz.scp.css */
@page {
    size: A4 portrait;
    /* A4 | letter | legal | A3 | landscape */
    margin: 2cm 2.5cm 2cm 2.5cm;

    /* top right bottom left */
  /* Named margin boxes for headers/footers */
    @top-center {
        content: none;
        font-size: 9pt;
        color: #666;
    }

    @bottom-right {
        content: counter(page) " / " counter(pages);
        font-size: 9pt;
    }
}


    *[b-xfweve7v3w] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    section[b-xfweve7v3w] {
        width: 100vw;
        height: 99.95vh;
        margin-bottom: 0 !important;
    }

    h1[b-xfweve7v3w] {
        text-align: center;
    }

    h2[b-xfweve7v3w] {
        /* always | page | avoid | auto */
        break-before: page;

        color: var(--red);
        padding-top: 2em;
        margin: 2em;

        position: relative;

        &::before {
            content: ' ';
            width: 100%;
            height: 2px;
            background-color: var(--red);
            display: block;
            margin-bottom: .5em;
        }

        &[b-xfweve7v3w]::after {
            content: ' ';

            position: absolute;
            right: 0;
            top: 0;
            width: 100px;
            height: 50px;

            background-image: url('/img/kitt-logo-black.png');
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }
    }
    
    .cover[b-xfweve7v3w] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: rgb(210, 210, 210);
        background-image: url(/img/pdf-report/cover.png);
    }

    .cover p[b-xfweve7v3w] {
        font-size: 1.5em !important;
    }

    p[b-xfweve7v3w] {
        margin: 1em 4em;

    }

    .cover[b-xfweve7v3w],
    .back[b-xfweve7v3w] {
        padding: 0;
        margin: 0;

        background-position: center;
        background-size: cover;
    }


    /* Never break inside a card or figure */
    .card[b-xfweve7v3w],
    figure[b-xfweve7v3w],
    table[b-xfweve7v3w],
    img[b-xfweve7v3w] {
        margin: 1em 4em;
        break-inside: avoid;
        padding-top: 2em;
    }

    img[b-xfweve7v3w] {
        max-height: 80%;
        max-width: 70%;
        width: auto;
        height: auto;
    }

    img:has(+img)[b-xfweve7v3w] {
        break-after: page;
    }

    .back[b-xfweve7v3w] {
        break-before: page;
        background-image: url(/img/pdf-report/back.png);
        break-after: avoid;
    }
/* /Home/Pages/HomePage.razor.rz.scp.css */

.wrapper[b-oaf86joz14] {
    width: 100%;
    padding: 1.2em;

}



.banner[b-oaf86joz14] {
    width: 100%;
    display: grid;
    gap: 10px;
    font-size: 1.1rem;
}


@media screen and (min-width: 850px) {

    .banner[b-oaf86joz14] {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
    }

}
/* /IncidentDomain/LegacyIncidentList/LegacyIncidentList.razor.rz.scp.css */
.cards[b-55u1xzquby] {
    display: flex;
    align-items: start;
    gap: 1px;
    margin-bottom: 1rem;
    overflow: auto;
}

.wrapper[b-55u1xzquby] {
    width: 100vw;
    overflow: auto;
}

.grid[b-55u1xzquby] {
    display: flex;
    gap: .5em;
    align-items: start;
}

.grid[b-55u1xzquby]  .floating {
    margin-bottom: 0 !important;
}

.wrap[b-55u1xzquby] {
    flex-wrap: wrap;
}

.short[b-55u1xzquby] {
    min-width: 150px;
    max-width: 150px;
}

.cursor-pointer[b-55u1xzquby] {
    cursor: pointer;
}

[b-55u1xzquby] .search-bar {
    flex-grow: 1;
}
/* /IncidentDomain/LegacyIncidentList/ProductColumn.razor.rz.scp.css */


tr[b-vzqisjwlo6] {
    border-bottom: solid 1px rgba(255, 255, 255, 0.441);
}

td[b-vzqisjwlo6] {
    padding: 2px 5px;
    line-height: 18px;
}

.Green[b-vzqisjwlo6] {
    background-color: #00cd009e;
}

.Red[b-vzqisjwlo6] {
    background: #ff7575;
}

.Yellow[b-vzqisjwlo6] {
    background: orange;
}

.Purple[b-vzqisjwlo6] {
    background: rebeccapurple;
}

.Grey[b-vzqisjwlo6] {
    background: #b6b6b6;
}

th[b-vzqisjwlo6] {
    background: rgb(230, 230, 230);
    font-weight: normal;
}

.hightlight-3 > th:nth-child(4)[b-vzqisjwlo6],
.hightlight-2 > th:nth-child(3)[b-vzqisjwlo6],
.hightlight-1 > th:nth-child(2)[b-vzqisjwlo6],
.hightlight-0 > th:nth-child(1)[b-vzqisjwlo6] {
    font-weight: bolder !important;
    text-decoration: underline;
    text-decoration-thickness: 4px;
}
/* /InsightsDomain/InsightsOverviewPage.razor.rz.scp.css */


.grid[b-lbc0sfmco5] {
    display: grid;
    gap: .5em;
}

.experimental[b-lbc0sfmco5] {
    margin-left: .5em;
}

@media screen and (min-width: 1000px) {
    .grid[b-lbc0sfmco5] {
        grid-template-columns: 1fr 1fr;
    }
}



@media screen and (min-width: 1300px) {
    .grid[b-lbc0sfmco5] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* /InsightsDomain/ProductMaintenanceOverview/Pages/ProductMaintenanceOverviewPage.razor.rz.scp.css */
.list-wrapper[b-ckfumkcy2z] {
    overflow: auto;
}

iframe[b-ckfumkcy2z] {
    width: 300px;
    height: 300px;
    display: block;
}

small[b-ckfumkcy2z] {
    display: block;
    
}
/* /InsightsDomain/SlaInsights/Pages/SlaInsightsPage.razor.rz.scp.css */
.row[b-b669bdzig9] {
    display: flex;
    gap: .5em;
    justify-content: start;
}

/* /ProductDomain/Components/ChartContainer.razor.rz.scp.css */
.switchable-chart-container[b-ogcdl95yzw] {

    border: solid 2px grey;
    border-radius: 5px;
}

.chart-tabs[b-ogcdl95yzw] {
    display: flex;
    gap: 5px;

    margin: 5px;
}


.chart-tabs>button[b-ogcdl95yzw] {
    margin-bottom: 0;
    width: 100%;
    border: 0;
    padding: 5px;

    background: white;
    border: solid 3px grey;
    color: gray;
    border-radius: 5px;
    transition: all .3s ease-out;

    &:hover {
        border-color: rgb(75, 75, 75);
        color: rgb(75, 75, 75);
    }

    &.active[b-ogcdl95yzw] {
        border-color: rgb(44, 44, 44);
        color: rgb(44, 44, 44);
        font-weight: bold;
    }

    i[b-ogcdl95yzw] {
        margin-right: 5px;
    }
}

.chart-content[b-ogcdl95yzw] {
    padding: 10px 15px;

    h3 {
        margin-top: -27px;
        background: white;
        width: fit-content;
        padding: 0 10px;
        font-size: 1.5rem;
        font-weight: lighter;
    }
}
/* /ProductDomain/Components/DetailsPageTabs/ProductDetailsTab.razor.rz.scp.css */

.info[b-7dur772t5m] {
    display: flex;
    flex-direction: column;
    gap: 20px
}

ul[b-7dur772t5m] {
    width: 100%;
}

.list-group-item > span:first-child[b-7dur772t5m] {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

img[b-7dur772t5m] {
    width: 100%;
    max-width: 500px;

    object-fit: contain;
    object-position: center;
}

.map-wrapper[b-7dur772t5m] {
    height: 400px;
}

.reports[b-7dur772t5m] >  * {
    width: fit-content;
}

@media screen and (min-width: 900px) {
    .info[b-7dur772t5m] {
        flex-direction: row;
        align-items: start;
    }
}
/* /ProductDomain/Components/DetailsPageTabs/ProductStatisticsTab.razor.rz.scp.css */


.chart-row[b-9fsolld4de] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
}

.chart-container[b-9fsolld4de] {
    width: 100%;
    max-width: 400px;
    border: solid 2px gray;

    h3 {
        margin: .5em;
        margin-bottom: 0;
        text-align: center;
    }
}
/* /ProductDomain/Components/EmergencyStopAlert.razor.rz.scp.css */


.emergency-banner[b-o0a2iuogd1] {
    background: hsl(from var(--red) h s 90);
    padding: 2rem 1rem;

    /* box-shadow: inset 0px 0px 0px 5px yellow; */
        border: solid 10px var(--red);

    margin-bottom: 3rem;
    filter: drop-shadow(5px 5px 0px black);

    display: flex;
    align-items: center;
    gap: 1rem;

    h1 {
        font-weight: 900;
    }

    p[b-o0a2iuogd1] {
        font-weight: 600;
        font-size: 1.2em;
    }

    i[b-o0a2iuogd1] {
        color: var(--red);
        filter: drop-shadow(2px 4px 0px black);
        font-size: 4em;
    }
}
/* /ProductDomain/Components/EmergencyStopForm.razor.rz.scp.css */


section[b-m01w9jul22] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 80ch;
    margin: auto;
}

h3[b-m01w9jul22] {
    color: var(--red);
    font-size: 2rem;
}

p[b-m01w9jul22] {
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
}

button[b-m01w9jul22] {
    font-size: 1.2rem !important;
}
/* /ProductDomain/Components/ManagedProductMapOverview.razor.rz.scp.css */
.map-container[b-5x0fc1q8ul] { 
    height: 100%; 
    width: 100%;
}


[b-5x0fc1q8ul] :has(> .marker-group) {
    background: none;
    border: none;
}

[b-5x0fc1q8ul] .marker-group {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    transform: translateY(-80%);
}

[b-5x0fc1q8ul] .marker-group .markers {
    width: 40px;
    height: 40px;
}

[b-5x0fc1q8ul] .marker-group .markers img {
    width: 40px;
    height: 40px;
    position: absolute;
}



[b-5x0fc1q8ul] .marker-group .markers img:last-child {
    rotate: 30deg;
    left: -5px;
    bottom:15px;
}

[b-5x0fc1q8ul] .marker-group .markers img:nth-child(2) {
    z-index: 1;
}

[b-5x0fc1q8ul] .marker-group .markers img:first-child {
    rotate: -30deg;
    right: -5px;
    bottom: 15px;
}




[b-5x0fc1q8ul] .marker-group span {
    z-index: 2;
    color: white;
    font-weight: bold;

    display: grid;
    place-items: center;

    width: 17px;
    height: 17px;
    border-radius: 20px;

    position: relative;
    top: -5px;
}

[b-5x0fc1q8ul] .marker-group span.green {
    background-color: #55923e;
}
[b-5x0fc1q8ul] .marker-group span.red {
    background-color: #c72a2a;
}
[b-5x0fc1q8ul] .marker-group span.grey {
    background-color: grey;
}
[b-5x0fc1q8ul] .marker-group span.orange {
    background-color: #da6f36;
}


/* /ProductDomain/Components/ProductList/ProductListView.razor.rz.scp.css */
.map[b-vrwmqrv77p] {
    height: 250px;
}
/* /ProductDomain/Pages/ProductDetailsPage.razor.rz.scp.css */

.header[b-ezitztvmpx] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}

.header > img[b-ezitztvmpx] {
    width: 100%;
    max-width: 400px;
}
/* /ProductDomain/Pages/ProductListPage.razor.rz.scp.css */
/* /Shared/Components/ChartJsChart.razor.rz.scp.css */
.chart-container[b-73fk9yxsyf] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em;
}
/* /Shared/Components/CompanySelector.razor.rz.scp.css */
div[b-bo1zc3ks96] {
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
}
/* /Shared/Components/Dialog.razor.rz.scp.css */


.content[b-05xrrif111] {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: clip;
}

.action-buttons[b-05xrrif111] {
    z-index: 1;
}
/* /Shared/Components/EntryList.razor.rz.scp.css */
li a[b-30yxqnuton] {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
    text-decoration: none;
    transition: color .3s ease-out;
    color: black;

    &:hover {
        color: var(--blue);
    }

    i[b-30yxqnuton] {
        margin-right: .5em;
    }

    &> span[b-30yxqnuton] {
        display: flex;
        flex-direction: column;
        white-space: wrap;

        small {
            color: gray;
        }
    }
}
/* /Shared/Components/FileUpload/FileUpload.razor.rz.scp.css */
.floating[b-h3wbgbh6gc] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;

}

.preview[b-h3wbgbh6gc] {
    padding-bottom: .5em;
    border-bottom: dashed 2px gray;
    margin-bottom: .5rem;
}

ul[b-h3wbgbh6gc] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* /Shared/Components/FileUpload/ImageFilePreview.razor.rz.scp.css */
div.wrapper[b-zi0nxi8lop] {
    display: flex;
    flex-direction: column;
}

img[b-zi0nxi8lop] {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.controls[b-zi0nxi8lop] {
    margin-top: 0.2rem;
    display: flex;
    gap: 0.5rem;
}
/* /Shared/Components/FileUpload/TextFilePreview.razor.rz.scp.css */


.preview[b-h3iasckhlb] {

    display: flex;
    align-items: center;
    gap: .5em;

    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;

border: solid 3px var(--red);
  padding: .5em 1em;
  background: #ff000029;
}

p[b-h3iasckhlb] {
    margin-bottom: 0;
}

/* /Shared/Components/IconTiles/EmptyIconTile.razor.rz.scp.css */

.tile[b-e30pkg0cec] {
    position: relative;
    
    width: 100%;
    padding: 10px ;
    padding-left: 1.5em;
    border: solid 2px grey;

    display: flex;
    gap: 1em;

    overflow: hidden;

    transition: all .2s ease-out;
    color: var(--text-color-grey);
    &:is(:hover, :focus-within) {
        color: var(--text-color-darkgrey);
        border-color: var(--text-color-darkgrey);
        background-color: rgb(240, 240, 240);
    }
    border-radius: 3px;[b-e30pkg0cec]


}

.tile > i[b-e30pkg0cec] {
    position: relative;
    margin-left: -.15em;
    margin-right: -30px;
    left: 0;
    transform: translateX(-50%);
    font-size: 4.5em;
    text-shadow: 4px 4px rgb(201, 201, 201);
    transition: all .3s ease-out;
    width: 1.3em;
}

.tile:hover > i[b-e30pkg0cec]
{
    left: 10px;
} 

.tile > div[b-e30pkg0cec] {
    width: 100%;
    max-width: 100%;
}
/* /Shared/Components/IconTiles/LinkIconTile.razor.rz.scp.css */
.tile[b-x0vnhz8qmo] {
    font-size: .7rem;
}

a[b-x0vnhz8qmo] {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--text-color);
    text-decoration: none;

    i {
        color: var(--blue);
    }
}
/* /Shared/Components/IconTiles/StatisticsIconTile.razor.rz.scp.css */
a[b-p6sm8r0ktl] {
    font-size: 1em;
    color: inherit;
    text-decoration: none;
    width: 100%;
}


a > div[b-p6sm8r0ktl] {
    display: grid;
    & span:first-of-type {
        font-size: .9em;
    }
    & span:last-of-type[b-p6sm8r0ktl] {
        font-size: 1.8em;
        font-weight: bold;
    }
}

a > button[b-p6sm8r0ktl] {
    position: absolute;
    right: 10px;
    bottom: 10px;
}


a:hover > button[b-p6sm8r0ktl] {
    outline-offset: 3px;
}
/* /Shared/Components/ImageViewerDialog.razor.rz.scp.css */

img.preview[b-9h686kmyy8] {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: contain;
}
/* /Shared/Components/LoadingIcon.razor.rz.scp.css */
/* /Shared/Components/NotFound.razor.rz.scp.css */

p[b-juiog0xwac] {
    font-size: 1.5rem;
}
/* /Shared/Components/PageHeader.razor.rz.scp.css */


a[b-3wci44m3lr] {
    display: inline-block;
    padding: .2em 0;/* this is a padding instead of a margin to get a bigger hitbox */
}

h1[b-3wci44m3lr], h2[b-3wci44m3lr] {
    margin: 0;
}

h1:has(+h2)[b-3wci44m3lr] {
    margin-bottom: .1em;
}

h2[b-3wci44m3lr] {
    color: #464646;
}
/* /Shared/Components/SearchBar.razor.rz.scp.css */
.search-bar[b-o8r48ec6ma] {
    width: 100%;
}

.filters[b-o8r48ec6ma] {
    padding-top: .5em;
}

.floating > label[b-o8r48ec6ma] {
    display: flex;
    align-items: center;
    width: 100%;
}

.floating > button[b-o8r48ec6ma] {

    border: none;
    background: none;
    padding: 0px 10px;
    margin-left: 10px;
    color: var(--text-color-darkgrey);

}
/* /Shared/Components/SwitchableChart.razor.rz.scp.css */
h3[b-gzfouzqw1x] {
    margin: .5em;
    margin-bottom: 0;
    text-align: center;
}
/* /Shared/Components/TabbedView/TabbedView.razor.rz.scp.css */
.tabs[b-jzp6uztniz] {
    display: flex;
    padding: 0px;
    background: var(--nav-background);
    overflow: auto;
    margin-bottom: 1em;
    border-radius: 3px;
}

.tabs button[b-jzp6uztniz] {
    min-width: fit-content;
    width: 100%;
    max-width: 250px;
    
    cursor: pointer;
    background: transparent;

    border-top: solid 1px var(--text-color-grey);
    border-right: solid 1px var(--text-color-grey);

    &.active {
        border-color: var(--red) !important;
        & i {
            color: var(--red);
        }
    }

}

.tabs button[b-jzp6uztniz] {
    color: var(--text-color-light);
    padding: .8em;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-bottom: solid 4px transparent;
    transition: border-color .3s ease-out, background .3s ease-out;

    & i {
        margin-right: 10px;
    }

    &:is(:hover, :focus-visible)[b-jzp6uztniz] {
        background: var(--nav-background-lighter);
        border-color: var(--text-color-lightgrey);
    }
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.content[b-wzm4vkkl57] {
    width: 100%;
    padding: .5em;
}

@media screen and (min-width: 650px) {
    .content[b-wzm4vkkl57] {
        width: calc(100% - 240px);
    }
}

@media screen and (min-width: 1000px) {
    .content[b-wzm4vkkl57] {
        padding: 1em;
    }
}
/* /Shared/Layout/NavMenu.razor.rz.scp.css */
header[b-6be0wsmyrl] {
    background: var(--nav-background);

    min-height: 70px;
    height: 70px;

    display: flex;
    flex-direction: column;

    z-index: 1111;
}

header:has(nav:not(.collapse))[b-6be0wsmyrl] {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
}


    .collapse[b-6be0wsmyrl] {
        display: none;
    }

.top-row[b-6be0wsmyrl] {
    padding: 1.2em;
    height: 70px;
    width: 100%;


    display: flex;
    align-items: center;
    justify-content: space-between;

    white-space: nowrap;
    text-decoration: none;
}

    .top-row a[b-6be0wsmyrl] {
        display: flex;
        align-items: center;

        line-height: 1;
        
        text-decoration: none;
        color: var(--text-color-lightgrey);
        font-size: 1.1em;
        font-weight: 700;
    }

    .top-row a img[b-6be0wsmyrl] {
        height: 2rem;
        margin-right: 15px;
    }

    .top-row .navbar-toggler[b-6be0wsmyrl] {
        font-size: 1.5rem;
        color: var( --text-color-lightgrey);
        background: transparent;
        border: transparent;
        outline: none;
        padding: 0;
        width: 25px;
    }


nav[b-6be0wsmyrl] {
    width: 100%;
    display: flex;
    flex-direction: column;
} 

    nav .navlink[b-6be0wsmyrl] {
        background: none;
        border: none;
    }

    nav > .navlink[b-6be0wsmyrl],
    nav[b-6be0wsmyrl] >  a {
        position: relative;
        overflow: hidden;

        text-decoration: none;
        color: var(--text-color-lightgrey);
        background: transparent;

        display: flex;
        align-items: baseline;

        padding: .7em 1em;

        margin-right: 20px; 
        border-radius: 0 50px 50px 0;

        transition: background .3s ease-out;

    }

    nav > *:has(> a.active)[b-6be0wsmyrl],
    nav[b-6be0wsmyrl] >  a.active {
        background: rgba(255, 255, 255, 0.247);
        color: white;
        font-weight: bold;
    }

    nav > .dual-button[b-6be0wsmyrl] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }


    nav > .dual-button[b-6be0wsmyrl] >  a:last-child {
        border-radius: 100%;
        width: 25px;
        text-align: center;
        background: transparent;
        transition: .15s ease-out;
        rotate: 0deg;

        &:hover {
            background: rgba(255, 255, 255, 0.10);
            rotate: 90deg;
        }

        i[b-6be0wsmyrl] {
            margin: 0;
        }
    }

    nav > .navlink[b-6be0wsmyrl]  a {
        color: inherit;
        text-decoration: none;
    }


    nav > .navlink[b-6be0wsmyrl],
    nav[b-6be0wsmyrl] >  a:not(:has(+ hr)) {
        margin-bottom: 5px;
    }

    nav > .navlink:not(.active)[b-6be0wsmyrl]:before,
    nav > .navlink:not(.active)[b-6be0wsmyrl]:after,
    
    nav[b-6be0wsmyrl] >  a:not(.active):before,
    nav[b-6be0wsmyrl] >  a:not(.active)::after {
        --animation-transition: left 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        
        content: "";

        height: 100%;
        width: 100%;

        position: absolute;
        top: 0;

        background-color: var(--nav-background-lighter);
        z-index: -1;
    }

    nav .navlink[b-6be0wsmyrl]::before,
    nav[b-6be0wsmyrl]  a::before {
        left: -100%;
    }

    nav .navlink[b-6be0wsmyrl]::after,
    nav[b-6be0wsmyrl]  a::after {
        left: 100%;

        transition: var(--animation-transition);
        transition-delay: .1s;
    }

    nav .navlink:hover[b-6be0wsmyrl]::before,
    nav[b-6be0wsmyrl]  a:hover::before {
        left: 0;
        transition: var(--animation-transition);
    }

    nav .navlink:hover[b-6be0wsmyrl]::after,
    nav[b-6be0wsmyrl]  a:hover::after {
        left: 0;
        background: transparent;
        transition: all 0s;
    }


    nav i[b-6be0wsmyrl] {
        margin-right: 15px;
        width: 17px;
    }

    nav[b-6be0wsmyrl]  a:not(.active):hover i {
        color: var(--red);
    }



.space-filler[b-6be0wsmyrl] {
    flex-grow: 1;
}

@media (min-width: 650px) {

    header[b-6be0wsmyrl] {
        width: 240px;
        min-width: 240px;
        height: 100vh;

        position: sticky;
        top: 0;
        overflow: auto;
    }

    .top-row[b-6be0wsmyrl] {
        z-index: 1;
    }

    .navbar-toggler[b-6be0wsmyrl] {
        display: none;
    }

    .collapse[b-6be0wsmyrl] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
    }


    
    .nav-scrollable[b-6be0wsmyrl] {
        /* overflow-y: auto; */
    }
}

.version[b-6be0wsmyrl] {
    color: #828282;
    padding-left: .5em;
    font-size: .8em;
}
/* /TicketDomain/Components/Discussion/AttachmentViews/ImageAttachments.razor.rz.scp.css */
.images[b-yfljo3gz4p] {
    gap: 0;
}

.images img:hover[b-yfljo3gz4p] {
    transform: scale(1.03);
    z-index: 1;
}

.images:has(button:focus, img:hover) img:not(:hover)[b-yfljo3gz4p] {
    filter: brightness(.8);
}

.images :is(button, img)[b-yfljo3gz4p] {
    all: revert;

    background: 0;
    border: 0;
    padding: 0;
    margin: 0;

    cursor: pointer;
}

.images button[b-yfljo3gz4p] {
    width: 50%;
    display: flex;
}


.images button:nth-child(odd):last-child[b-yfljo3gz4p] {
    width: 100%;
}

.images img[b-yfljo3gz4p] {
    transition: all .2s ease-out;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}
/* /TicketDomain/Components/Discussion/AttachmentViews/OtherAttachments.razor.rz.scp.css */


.file[b-orvvtz1aa6] {
    border-radius: 3px;
    text-decoration: none;
    color: var(--text-color-grey);

    display: flex;
    align-items: center;
    justify-content: start;
    gap: .5em;

    background: white;
    padding: .5em;

    width: 100%;


    border: solid var(--border-color) 2px;
    border-left: var(--border-color) solid 5px;

    margin-bottom: .5em;
}

.file > i[b-orvvtz1aa6] {
        font-size: 1.5em;
        color: var(--border-color);
    }

.file-name[b-orvvtz1aa6] {
    overflow: auto;
    overflow-wrap: break-word;
    flex-grow: 1;
}


iframe[b-orvvtz1aa6] {
    width: 100%;
  height: 100%;
}
/* /TicketDomain/Components/Discussion/AttachmentViews/PdfAttachments.razor.rz.scp.css */


.file[b-agnfzouzq5] {
    border-radius: 3px;
 
    text-decoration: none;
    color: var(--text-color-grey);

    display: flex;
    align-items: center;
    justify-content: start;
    gap: .5em;

    background: white;
    padding: .5em;

    width: 100%;


    border: solid var(--border-color) 2px;
    border-left: var(--border-color) solid 5px;

    margin-bottom: .5em;
}

.file > i[b-agnfzouzq5] {
        font-size: 1.5em;
        color: var(--border-color);
    }

.file-name[b-agnfzouzq5] {
    overflow: auto;
    overflow-wrap: break-word;
    flex-grow: 1;
}


iframe[b-agnfzouzq5] {
    width: 100%;
  height: 100%;
}

.buttons[b-agnfzouzq5] {
    flex-wrap: nowrap !important;
}
/* /TicketDomain/Components/Discussion/AttachmentViews/VideoAttachments.razor.rz.scp.css */

div[b-djmhc8ex3z] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

video[b-djmhc8ex3z] {
    max-height: 50vh;
}
/* /TicketDomain/Components/Discussion/DiscussionView.razor.rz.scp.css */


ul[b-juxu3z29l0] {
    overflow: auto;
    overflow-x: hidden;
    padding: 10px;
    flex-grow: 1;
    list-style: none;
}

li[b-juxu3z29l0] {
    width: calc(100% - 14px);/* compensate for the arrow thingy */
    max-width: 60ch;

    position: relative;
    margin-bottom: .5em;
    padding: 10px;

    --bubble-background: hsl(from var(--user-color) h 30% 90% / 100%);
    --border-color: var(--user-color);
    
    border-left: solid 4px var(--border-color);
    border-radius: 3px;
    
    background: var(--bubble-background);


    &::before {
        position: absolute;
        content: '';

        border: solid var(--bubble-background) 7px;
        border-left-color: transparent;
        border-top-color: transparent;

        filter: drop-shadow(-4px 0px var(--border-color));

        z-index: 1;
    }
}

li:not(.send-by-me)[b-juxu3z29l0]::before {
    left: -12px;
    bottom: 0px;
}

li.send-by-me[b-juxu3z29l0] {
        margin-left: auto;

    border-left: 0;
    border-right: solid 4px var(--border-color);

    color: #090909;
}

li.send-by-me[b-juxu3z29l0]::before {
    transform: scaleX(-1);
    right: -12px;
    bottom: 0px;
    filter: drop-shadow(4px 0px var(--border-color));
}

p[b-juxu3z29l0] {
    white-space: pre-wrap;
}


.date[b-juxu3z29l0] {
    font-size: .8em;
    opacity: .7;
    display: flex;
    gap: .5em;
}

.response-bar[b-juxu3z29l0] {
    display: flex;

}

.response-bar input[b-juxu3z29l0] {
    flex-grow: 1;
    font-size: .9em;

    padding: 7px;
    border: 0;
    border-bottom: solid 1px var(--text-color-lightgrey);
    width: 100%;
}

.response-bar button[b-juxu3z29l0] {
    font-size: .8em;
    /* padding: .2em .8em; */
}
/* /TicketDomain/Components/Discussion/MessageComposer.razor.rz.scp.css */

.wrapper[b-kq8w41j7r1] {
    display: flex;
    align-items: flex-end;
    gap: .5em;
}

.message[b-kq8w41j7r1] {

    padding: .5em;
    border: solid var(--text-color-grey) 1px;

    width: 100%;
}

.edit[b-kq8w41j7r1] {
    display: flex;
    align-items: flex-end;
    gap: .5em;
}

.edit textarea[b-kq8w41j7r1] {
    flex-grow: 1;
    border: 0;
}

.edit .attach[b-kq8w41j7r1] {
    padding: 0 .5em;
    cursor: pointer;
    color: var(--text-color-darkgrey);
    transition: all .3s ease-out;

    &:hover {
        color: black;
    }
}

.images[b-kq8w41j7r1] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3px;

    > .image {
        position: relative;
        width: 10rem;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

        button[b-kq8w41j7r1] {
            all: revert;

            font-size: .7rem;

            transition: opacity .3s ease-out;
            width: 1.5rem;
            height: 1.5rem;
            opacity: 0;
            display: grid;
            place-items: center;
            cursor: pointer;
            position: absolute;
            right: -.5rem;
            top: -.5rem;
            background: black;
            color: white;
            border: 0;
            border-radius: 50px;
        }
    }

    > .image:hover button[b-kq8w41j7r1] {
        opacity: 1;
    }

}

.file[b-kq8w41j7r1] {
    display: flex;
    align-items: center;
    padding: .5em 1em;
    border: solid 1px var(--text-color-grey);
    margin-bottom: 3px;

    span {
        flex-grow: 1;
    }

    > i[b-kq8w41j7r1] {
        margin-right: .7rem;
        text-shadow: 2px 2px 0px rgb(196, 196, 196);
        color: var(--red);
    }
}
/* /TicketDomain/Components/RecipientsEditor.razor.rz.scp.css */
li[b-6l306gkhqk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-row[b-6l306gkhqk] {
    gap: .3em;
}

select[b-6l306gkhqk] {
    background: none;
    border: none;
    padding: 0;
    flex-grow: 1;
}
/* /TicketDomain/Components/TicketDetailsView.razor.rz.scp.css */
.ticket-details-container[b-e1imzjj5ex] {
    container-type: inline-size;
}


h3 i[b-e1imzjj5ex] {
    font-size: .85em;
    /* display: none; */
}

.details[b-e1imzjj5ex] {
    display: grid;
    grid-template-columns: 1fr;

    flex-wrap: wrap;
    font-size: .8rem;
    gap: .5em;
}

.details :is(span, label)[b-e1imzjj5ex] {
    font-size: 1rem;
    color: var(--text-color-darkgrey);

    display: inline-flex;
    flex-direction: column;
    width: 100%;

    &.locked {
        cursor: not-allowed;
    }
}

.details select[b-e1imzjj5ex] {
    background: none;
    border: none;

    margin-top: 3px;
    padding-left: 0;

    cursor: pointer;
}




.discussion-wrapper[b-e1imzjj5ex] {
    min-height: 70cqh;
}

.discussion[b-e1imzjj5ex] {
    overflow: clip;
    display: flex;
    flex-direction: column;

    h3 {
        display: flex;
        align-items: center;
        gap: 10px;
    }

}

.badge[b-e1imzjj5ex] {
    --badge-color: black;
}

@container (width > 550px) {
    .details[b-e1imzjj5ex] {
        grid-template-columns: 1fr 1fr;
    }
}


@container (width > 900px) {

    .discussion-wrapper[b-e1imzjj5ex] {
        display: flex;
        flex-direction: row-reverse;

        .discussion {
            flex-grow: 2;
        }

        .person-list[b-e1imzjj5ex] {
            flex-grow: 1;
        }
    }

    .details[b-e1imzjj5ex] {
        grid-template-columns: 1fr 1fr 1fr;
    }

}



/* /TicketDomain/Components/TicketListView.razor.rz.scp.css */

.wrapper[b-xtoeazorrx] {
    width: 100%;
    overflow: auto;
}


.filters label[b-xtoeazorrx] {
    width: fit-content;
}
/* /TicketDomain/Components/UrgencyBadge.razor.rz.scp.css */

.urgency-1[b-egysnf388e] {
    --badge-color: #bb9500;
}

.urgency-3[b-egysnf388e] {
    --badge-color: #ff8f00;
}

.urgency-5[b-egysnf388e] {
    --badge-color: var(--red);
}

/* /TicketDomain/Pages/NewTicketPage.razor.rz.scp.css */

.sla-grid[b-bcter3pco9] {

    h3 {
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: .2em;
    }

    hr[b-bcter3pco9] {
        border-style: dashed;
        margin: .5em 0;
    }

}

button[b-bcter3pco9] {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (min-width: 1000px) {
    

    .grid[b-bcter3pco9] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1em;
    }
    
}
