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

/* /Auth/Pages/Login.razor.rz.scp.css */
dialog[b-kdhwn78dv8] {
    width: 90%;
    max-width: 500px;

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

    background: var(--nav-background);
    color: var(--text-color-lightgrey);
}

h1[b-kdhwn78dv8] {
    margin: 20px 0;
}



.dark[b-kdhwn78dv8] {
    --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;
    }
}
/* /Home/Components/StatisticsTile.razor.rz.scp.css */
a[b-1u50l9ku8p] {
    font-size: 1em;
    color: inherit;
    text-decoration: none;
    width: 100%;
}


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

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


a:hover > button[b-1u50l9ku8p] {
    outline-offset: 3px;
}
/* /Home/Pages/Home.razor.rz.scp.css */

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

}



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


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

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

}
/* /Product/Components/EmergencyStopAlert.razor.rz.scp.css */


.emergency-banner[b-sqlxmoue7c] {
    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-sqlxmoue7c] {
        font-weight: 600;
        font-size: 1.2em;
    }

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


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

h3[b-6yekmpcyar] {
    color: var(--red);
    font-size: 2.6rem;
}

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

button[b-6yekmpcyar] {
    font-size: 1.2rem !important;
}
/* /Product/Components/ProductListView.razor.rz.scp.css */


.map-wrapper[b-xsjg7nhdoz] {
    height: 250px;
}
/* /Product/Components/ProductMapOverview.razor.rz.scp.css */
.map-container[b-pt3f86k1cg] { 
    height: 100%; 
    width: 100%;
}


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

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

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

    transform: translateY(-80%);
}

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

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



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

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

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




[b-pt3f86k1cg] .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-pt3f86k1cg] .marker-group span.green {
    background-color: #55923e;
}
[b-pt3f86k1cg] .marker-group span.red {
    background-color: #c72a2a;
}
[b-pt3f86k1cg] .marker-group span.grey {
    background-color: grey;
}
/* /Product/Components/SwitchableChart.razor.rz.scp.css */

.switchable-chart-container[b-v1c5mao030] {
    
    border: solid 2px grey;
    border-radius: 5px;
}

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

    margin: 5px;
}


.chart-tabs > button[b-v1c5mao030] {
    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-v1c5mao030] {
        border-color: rgb(44, 44, 44);
        color: rgb(44, 44, 44);
        font-weight: bold;
    }

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

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

    h3 {
        margin-top: -27px;
        background: white;
        width: fit-content;
        padding: 0 10px;
    }
}
/* /Product/Pages/DetailsPageTabs/ProductDetailsTab.razor.rz.scp.css */
.reports > *[b-jy6teu3454] {
    max-width: 500px;
    font-size: .7rem;
}

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

    i {
        color: var(--blue);
    }
}


div[b-jy6teu3454] {
    display: flex;
    flex-direction: column;
    gap: 20px
}

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

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

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

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

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

@media screen and (min-width: 900px) {
    div[b-jy6teu3454] {
        flex-direction: row;
    }
}
/* /Product/Pages/DetailsPageTabs/ProductStatisticsTab.razor.rz.scp.css */


.chart-row[b-zhq4vhj09m] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.chart-container[b-zhq4vhj09m] {
    width: 100%;
    max-width: 400px;
}
/* /Product/Pages/MaintenanceReport.razor.rz.scp.css */

form[b-1tnswg47y3] {
    width: 100%;
    flex-grow: 1;

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

    overflow: auto;
}

nav[b-1tnswg47y3] {
    grid-column: 1;
    grid-row: 1 span 2;

    background: var( --nav-background-light-grey);
    padding: 5px;
    height: 100%;

    overflow-y: auto;
}
nav > a[b-1tnswg47y3] {
    display: block;
    --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%);
    

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

    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    width: 35px;
    height: 35px;
    text-decoration: none;
    overflow: hidden;

    &.info { --tile-color: var(--blue); }
    &.done[b-1tnswg47y3] { --tile-color: rgb(0, 167, 0); }
    &.error[b-1tnswg47y3] { --tile-color: var(--red) ;}
    
    span[b-1tnswg47y3] {
        font-size: 1.5rem;
        position: absolute;
        right: 4px;
        bottom: -.5rem;
    }

    i[b-1tnswg47y3] {
        font-size: 1.6rem;
        color: var(--icon-color);
        position: absolute;
        left: -.5rem;
        bottom: 3px;
    }
}


.form-content[b-1tnswg47y3] {
    padding: 5px;
    grid-column: 2;
    grid-row: 1;
    overflow-y: auto;
    height: 100%;
}

.action-buttons[b-1tnswg47y3] {
    height: fit-content;

    grid-row: 2;
    grid-column: span 2;

    width: 100%;
    background: var(--nav-background-light-grey);
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 3fr;
    gap: 10px;
    padding: .5rem;

    p {
        grid-row: 1;
        grid-column: span 2;
        margin-bottom: 0;
        color: green;
    }

    button[b-1tnswg47y3] {
        grid-row: 2;
        width: 100%;

        span {
            display: block;
            opacity: .8;
        }
    }
}

/* /Product/Pages/MaintenanceReportDatePicker.razor.rz.scp.css */
ul[b-q7ymnjvq9k] {
    padding: 0;
}

li[b-q7ymnjvq9k] {
    list-style: none;
    margin-bottom: 10px;
}
/* /Product/Pages/ProductDetailsPage.razor.rz.scp.css */


.header[b-rl82hfy793] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header > img[b-rl82hfy793] {
    width: 100%;
    max-width: 400px;
}
/* /Product/Pages/ProductListPage.razor.rz.scp.css */
/* /Report/Pages/ReportPage.razor.rz.scp.css */
.config-bar[b-y3vrd2wipw] {

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 700px;

    gap: 10px;

    & label {
        flex-grow: 1;
    }

}

ul[b-y3vrd2wipw] {
    padding: 0;
}

li[b-y3vrd2wipw] {
    list-style: none;
}
/* /Shared/Components/Chart.razor.rz.scp.css */
.chart-container[b-1r64xc5f8v] {
    position: relative;
    width: 100%;
    height: 100%;
}

canvas[b-1r64xc5f8v] {
}
/* /Shared/Components/Dialog.razor.rz.scp.css */
dialog[b-ng05sy03ii] {
    border: none;
    padding: 20px;
    color: var(--nav-background);
    height: auto;
    max-height: 80%;
    overflow-x: hidden;
    width: 95%;
    max-width: min(95%, 1200px);
    container-type: inline-size;

    transition-behavior: allow-discrete;
    transition: all .2s ease-out;

    transform: translateY(0) scale(1);
    opacity: 1;

    &[open] {
        display: flex;
        flex-direction: column;

        @starting-style {
            opacity: 0;
            transform: translateY(0%) scale(.5);
        }
    }
}

dialog[b-ng05sy03ii]::backdrop
{
    background: rgba(0, 0, 0, 0.336);
    /* backdrop-filter: blur(.8px); */
}

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

.close-button[b-ng05sy03ii] {
    padding-top: 20px;
    display: flex;
    z-index: 1;
}
/* /Shared/Components/EntryList.razor.rz.scp.css */

ul[b-3jet3zmfor] {
    padding: 0;
    li {
        list-style: none;
    }
}

li a[b-3jet3zmfor] {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
    padding: .5em;
    text-decoration: none;
    border-bottom: solid 1px grey;
    color: black;
    transition: color .3s ease-out;

    &:hover {
        /* background: rgb(231, 231, 231); */
        color: var(--blue);
    }

    i[b-3jet3zmfor] {
        margin-right: .5em;
    }

    .fa-arrow-right[b-3jet3zmfor] {
        transition: all .3s ease-out;
        width: 0px;
        margin-right: 0;
        font-size: .8rem;
        position: relative;
        left: 0px;
    }

    &:hover .fa-arrow-right[b-3jet3zmfor] {
        left: .7em;
        opacity: 1;
    }

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

        .secondary-text {
            font-size: .8rem;
            color: gray;
        }
    }
}
/* /Shared/Components/IconTile.razor.rz.scp.css */

.tile[b-ogaikysw0h] {
    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(244, 244, 244);
        box-shadow:  var(--line-box-shadow);
    }


}

.tile > i[b-ogaikysw0h] {
    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-ogaikysw0h]
{
    left: 10px;
} 

.tile > div[b-ogaikysw0h] {
    width: 100%;
    max-width: 100%;
}
/* /Shared/Components/ImageInput.razor.rz.scp.css */
label[b-cezfrd9xnt] {
    flex-wrap: wrap;
}

img[b-cezfrd9xnt] {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* /Shared/Components/LoadingIcon.razor.rz.scp.css */
/* /Shared/Components/NotFound.razor.rz.scp.css */

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


a[b-5zeqrhzv4c] {
    font-size: 1rem;
    margin-bottom: 10px;
    display: block !important;
}

h2[b-5zeqrhzv4c] {
    color: var(--text-color-grey);
    margin-top: -.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
/* /Shared/Components/SearchBar.razor.rz.scp.css */

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

.floating > button[b-treyl8okfv] {

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

}

.floating > label > i[b-treyl8okfv] {
    padding-top: 3px;
}
/* /Shared/Components/TabbedView/TabbedView.razor.rz.scp.css */
.tabs[b-9dcl5li91c] {
    display: flex;
    padding: 0px;
    background: var(--nav-background);
    overflow: auto;
}

.tabs li[b-9dcl5li91c] {
    display: flex;
    list-style: none;
    min-width: 180px;
    cursor: pointer;

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

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

}

.tabs li > button[b-9dcl5li91c] {
    color: var(--text-color-light);
    padding: 10px 13px;
    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-9dcl5li91c] {
        background: var(--nav-background-lighter);
        border-color: var(--text-color-lightgrey);
    }
}

@media screen and (min-width: 1000px) {
        
    .tabs li[b-9dcl5li91c] {
        width: 175px;
    }

}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.content[b-fy2yzzrkc0] {
    width: 100%;
    padding: 1em .5em;
}

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

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

    height: 70px;

    display: flex;
    flex-direction: column;

    z-index: 1111;
}

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

.top-row[b-la46zttad7] {
    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-la46zttad7] {
        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-la46zttad7] {
        height: 2rem;
        margin-right: 15px;
    }

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


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

    nav button.navlink[b-la46zttad7] {
        background: none;
        border: none;
    }

    nav button.navlink[b-la46zttad7],
    nav[b-la46zttad7]  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;

        &.active {
            background: rgba(255, 255, 255, 0.247);
            color: white;
            font-weight: bold;
        }

        transition: background .3s ease-out;[b-la46zttad7]

    }

    nav[b-la46zttad7]  a:not(:has(+ hr)) {
        margin-bottom: 5px;

    }

    nav button.navlink:not(.active)[b-la46zttad7]:before,
    nav button.navlink:not(.active)[b-la46zttad7]:after,
    
    nav[b-la46zttad7]  a:not(.active):before,
    nav[b-la46zttad7]  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 button.navlink[b-la46zttad7]::before,
    nav[b-la46zttad7]  a::before {
        left: -100%;
    }

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

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

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

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


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

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


hr[b-la46zttad7] {
    margin: 15px 0;
    color: white;
}

@media (min-width: 650px) {

    header[b-la46zttad7] {
        min-width: 250px;
        height: 100vh;

        position: sticky;
        top: 0;
    }

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

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

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


    
    .nav-scrollable[b-la46zttad7] {
        overflow-y: auto;
    }
}
/* /Ticket/Components/Discussion/DiscussionView.razor.rz.scp.css */


ul[b-f0ks0k5tvo] {
    overflow: auto;
    overflow-x: hidden;
    padding: 10px;
    flex-grow: 1;
}

li[b-f0ks0k5tvo] {
    width: calc(100% - 20px);/* compensate for the arrow thingy */
    margin-left: 20px;

    position: relative;
    margin-bottom: 10px;
    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);
    background: var(--bubble-background);

    max-width: 60ch;

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

        border: solid var(--bubble-background) 10px;
        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-f0ks0k5tvo]::before {
    left: -16px;
    bottom: 10px;
}

li.send-by-me[b-f0ks0k5tvo] {
    margin-left: auto;
    margin-right: 15px;

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

    color: #090909;
}

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



.date[b-f0ks0k5tvo] {
    font-size: .8em;
    opacity: .7;
}

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

}

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

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

.response-bar button[b-f0ks0k5tvo] {
    font-size: .8em;
    /* padding: .2em .8em; */
}
/* /Ticket/Components/Discussion/ImageAttachments.razor.rz.scp.css */
.images[b-s1pnvl6zdr] {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

    cursor: pointer;
}

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


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

.images img[b-s1pnvl6zdr] {
    transition: all .2s ease-out;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

img.preview[b-s1pnvl6zdr] {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: contain;
}
/* /Ticket/Components/Discussion/MessageComposer.razor.rz.scp.css */

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

.message[b-h1kkog6cpd] {

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

    width: 100%;
}

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

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

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

    &:hover {
        color: black;
    }
}

.images[b-h1kkog6cpd] {
    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-h1kkog6cpd] {
            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-h1kkog6cpd] {
        opacity: 1;
    }

}

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

    span {
        flex-grow: 1;
    }

    > i[b-h1kkog6cpd] {
        margin-right: .7rem;
        text-shadow: 2px 2px 0px rgb(196, 196, 196);
        color: var(--red);
    }
}
/* /Ticket/Components/Discussion/OtherAttachments.razor.rz.scp.css */


a[b-izalp14av9] {
 
    text-decoration: none;
    color: var(--text-color-grey);

    display: flex;
    align-items: center;

    background: white;
    padding: 1.5em;

    i {
        font-size: 1.5em;
        color: var(--border-color);
    }

}
/* /Ticket/Components/RecipientsEditor.razor.rz.scp.css */

.person-list li[b-pgmlgsdxpo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px;
}

.person-list li:not(.add-row, .blank)[b-pgmlgsdxpo] {
    border-bottom: dashed 1px var(--text-color-lightgrey);
}

.person-list li button[b-pgmlgsdxpo] {
    font-size: .8em;
}

.person-list button[b-pgmlgsdxpo] {
    padding: .2em 1em;
    display: inline-block;
}

.person-list select[b-pgmlgsdxpo] {
    background: none;
    border: none;
    padding: 0;
    margin-right: 10px;
}
/* /Ticket/Components/TicketDetails.razor.rz.scp.css */
.ticket-details-container[b-5q5kfg7o7m] {
    container-type: inline-size;
}


h3 i[b-5q5kfg7o7m] {
    font-size: .8em;
    margin-right: 7px;
    /* text-shadow: 1px 1px 0px var(--red); */
}

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

    flex-wrap: wrap;
    font-size: .8rem;
    gap: 10px;
}

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

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

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

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

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

    cursor: pointer;
}

.sla-info[b-5q5kfg7o7m] {
    
    ul {
        padding: 0;
        list-style: none;
        font-size: 1rem;

        li {
            display: flex;

            span:first-child {
                max-width: 6em;
                color: var(--text-color-grey);
                font-weight: bold;
            }
        }

        li:not(:last-child)[b-5q5kfg7o7m] {
            margin-bottom: 4px;
            padding-bottom: 4px;
            border-bottom: dashed 1px grey;
        }
    }
}



.discussion-wrapper[b-5q5kfg7o7m] {
    height: 70cqh;
}

.discussion[b-5q5kfg7o7m] {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    
    h3 {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .badge[b-5q5kfg7o7m] {
        font-size: 1rem;
        color: black;
        border: solid black 1px;
    }
}


@container (width > 550px) {
    

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


@container (width > 900px) {
    
    .discussion-wrapper[b-5q5kfg7o7m] {
        display: flex;
        flex-direction: row-reverse;

        .discussion {
            flex-grow: 2;
            padding-right: 10px;
            border-right: solid 1px var(--text-color-darkgrey);
            margin-right: 10px;
        }

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

}
/* /Ticket/Components/TicketListView.razor.rz.scp.css */

.wrapper[b-0d0yfztp8l] {
    width: 100%;
    overflow: auto;
}
/* /Ticket/Components/UrgencyBadge.razor.rz.scp.css */
.urgency[b-xsnz4xb84z] {
    --urgency-color: lightgrey;

    white-space: nowrap;
    font-weight: normal;

    color: var(--urgency-color);
    border: solid var(--urgency-color) 2px;
    padding: .2em .4em;
    border-radius: 5px;

    font-size: .7em;

    & i {
        font-size: 1.1em;
    }
}

.urgency-1[b-xsnz4xb84z] {
    --urgency-color: #f0c000;
}

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

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

/* /Ticket/Pages/NewTicket.razor.rz.scp.css */

.sla-grid[b-lrjororzbo] {
    font-size: .8rem;


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

    ul[b-lrjororzbo] {
        padding: 0;
        font-size: 1rem;
        list-style: none;
        
        li {
            display: flex;

            span:first-child {
                min-width: 6em;
                font-weight: bold;
            }

            span:last-child[b-lrjororzbo] {
                flex-grow: 1;
            }
        }

        li:not(:last-child)[b-lrjororzbo] {
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: dashed 1px grey;
        }
    
    }

    margin-bottom: 1rem;[b-lrjororzbo]
}


h3[b-lrjororzbo] {
    margin-bottom: 25px;
}



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

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

    .grid[b-lrjororzbo] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
    }
    
}
