/* _content/CopIXusBlazorWebApp/Components/App.razor.rz.scp.css */
header[b-pepo7kbs6u] {
    display: none;
}

html[b-pepo7kbs6u] {
    height: 100%;
    width: 100%;

}

body[b-pepo7kbs6u] {
    height: 100svh;
    display: block;
    position: fixed;
    width: 100dvw;
}
/* _content/CopIXusBlazorWebApp/Components/Layout/CopIXNavCatalog.razor.rz.scp.css */
#CopIXNavCatalogButton[b-alfc541mgg] {
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 900 !important;
    max-height: 35px;
    max-width: 35px;
    border-radius: 35px;
    box-shadow: 1px 1px 2px 2px black;
}


[b-alfc541mgg] .CopIXNavCatalog {
    background-color: gray;
    border-top-left-radius: 10px;
    z-index: 5200 ! important;
}

[b-alfc541mgg] .e-text-content {
    padding: 0px;
}

[b-alfc541mgg] .e-sidebar {
    background: #8b0e05;
    z-index: 5200;
    border-top-left-radius: 16px;
    box-shadow: 1px 1px 2px 2px black;
    z-index: 5300 !important;
}
    [b-alfc541mgg] .e-sidebar.e-left {
        border-top: 1px solid lightcoral;
        border-left: 2px dashed lightcoral;
    }

[b-alfc541mgg] .e-treeview .e-text-content {
    padding: 0px;
}

[b-alfc541mgg] .e-treeview .e-ul {
    padding: 0px;
}
/* _content/CopIXusBlazorWebApp/Components/Layout/CopIXNavMenu.razor.rz.scp.css */
#CopIXNavMenuButton[b-p0l5989ku1] {
    position: absolute;
    left: 6px;
    top: 4px;
    z-index: 900 !important;
    max-height: 35px;
    max-width: 35px;
    border-radius: 35px;
    box-shadow: 1px 1px 2px 2px black;
}

[b-p0l5989ku1] .CopIXNavMenuSidebar {
    background-color: #550600;
    border-top-right-radius: 10px;
}

[b-p0l5989ku1] .e-sidebar {
    background: #550600;
    border-top-right-radius: 16px;
    box-shadow: 1px 1px 2px 2px black;
    z-index: 5300 !important;
}

    [b-p0l5989ku1] .e-sidebar.e-left {
        border-top: 1px solid lightcoral;
        border-right: 2px dashed lightcoral;
    }
/* _content/CopIXusBlazorWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-viz33hr8f7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-viz33hr8f7] {
    /*background-image: linear-gradient(to bottom right, #000066 0%, #000000 100%);*/
    background-color: #550600;
}

.top-row[b-viz33hr8f7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-viz33hr8f7]  a, .top-row[b-viz33hr8f7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-viz33hr8f7]  a:hover, .top-row[b-viz33hr8f7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-viz33hr8f7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-viz33hr8f7] {
        justify-content: space-between;
    }

    .top-row[b-viz33hr8f7]  a, .top-row[b-viz33hr8f7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-viz33hr8f7] {
        flex-direction: row;
    }

    .sidebar[b-viz33hr8f7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-viz33hr8f7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-viz33hr8f7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-viz33hr8f7], article[b-viz33hr8f7] {
       /* padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

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

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

main[b-viz33hr8f7] {
    height: 100svh;
    flex: auto;
    flex-direction: column;
    background-color: #121212;
    display: flex;
}

header[b-viz33hr8f7] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: lightblue;
    border: 2px dashed lightcoral;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0px;
    margin: 2px;
    white-space: nowrap;
    display: flex;
    background: #550600;
}

.headerMenu[b-viz33hr8f7] {
    display: flex;
    flex-shrink: 1;
    justify-self: flex-start;
    align-items: center;
    padding-right: 12px;

}
.headerTitle[b-viz33hr8f7] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.headerCatalog[b-viz33hr8f7] {
    display: flex;
    flex-shrink: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 12px;
}

article[b-viz33hr8f7] {
    flex: auto;
    border-left: 2px dashed lightcoral;
    border-right: 2px dashed lightcoral;
    margin-left: 2px;
    margin-right: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    color: wheat;
    background: linear-gradient(301deg, #350a06, black, #350a06);
    background-size: 600% 600%;
   /* -webkit-animation: AnimationName 24s ease infinite;
    -moz-animation: AnimationName 24s ease infinite;
    -o-animation: AnimationName 24s ease infinite;
    animation: AnimationName 24s ease infinite;*/
    height: 1px;
}

    article[b-viz33hr8f7]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #223145;
    }

    article[b-viz33hr8f7]::-webkit-scrollbar {
        width: 6px;
        background-color: #223145;
    }

    article[b-viz33hr8f7]::-webkit-scrollbar-thumb {
        background-color: darkred;
        border: 1px solid black;
    }

@-webkit-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@keyframes AnimationName-b-viz33hr8f7 {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}



footer[b-viz33hr8f7] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: lightblue;
    border: 2px dashed lightcoral;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0px;
    margin: 2px;
    white-space: nowrap;
    overflow: scroll;
    text-overflow: clip;
    background: #550600;
    display: flex;
}
    footer[b-viz33hr8f7]::-webkit-scrollbar {
        display: none;
    }
/* _content/CopIXusBlazorWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-53cvuqrgim] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-53cvuqrgim] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-53cvuqrgim] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-53cvuqrgim] {
    font-size: 1.1rem;
}

.bi[b-53cvuqrgim] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-53cvuqrgim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-53cvuqrgim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-53cvuqrgim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-53cvuqrgim] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-53cvuqrgim] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-53cvuqrgim] {
        padding-bottom: 1rem;
    }

    .nav-item[b-53cvuqrgim]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-53cvuqrgim]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

    .nav-item[b-53cvuqrgim]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-53cvuqrgim] {
    display: none;
    max-height: 150px;
    overflow: auto;
}

nav-scrollable[b-53cvuqrgim]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

nav-scrollable[b-53cvuqrgim]::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

nav-scrollable[b-53cvuqrgim]::-webkit-scrollbar-thumb {
    background-color: #6f9ddb;
    border: 1px solid black;
}

.navbar-toggler:checked ~ .nav-scrollable[b-53cvuqrgim] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-53cvuqrgim] {
        display: none;
    }

    .nav-scrollable[b-53cvuqrgim] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        max-height: calc(100vh - 3.5rem);
    }
}
/* _content/CopIXusBlazorWebApp/Components/Pages/Application/GPSCurrentLocation.razor.rz.scp.css */
.iconFooterGPSLocation[b-0f4qa9980n] {
    max-width: 28px;
    max-height: 28px;
    padding-right: 8px;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/Application/QRCodeReader.razor.rz.scp.css */
.iconFooterQRCode[b-8br994mheh] {
    max-width: 22px;
    max-height: 22px;
    padding-right: 4px;
}

[b-8br994mheh] .zxing-container {
    background-color: darkgoldenrod;
    text-align: center;
}

[b-8br994mheh] .zxing-button {
    color: cornsilk;
    padding: 3px;
    margin: 4px;
    border-radius: 8px;
}

    [b-8br994mheh] .zxing-button.start {
        background-color: darkgreen;
    }


    [b-8br994mheh] .zxing-button.stop {
        background-color: darkred;
    }

    [b-8br994mheh] .zxing-button.reset {
        background-color: blue;
    }

[b-8br994mheh] .zxing-video-select{
    background-color: goldenrod;
}

[b-8br994mheh] .zxing-result-container {
    font-size: smaller;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/Cards/CardCopIXPerson.razor.rz.scp.css */
body[b-c3iubv71da] {
}

.PersonName[b-c3iubv71da] {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/Cards/CardCopIXPersonAddresses.razor.rz.scp.css */

.CopIXPersonAddress[b-85hl77wiyt] {
    /*background-color: #550600;*/
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    /* -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;*/
    /*box-shadow: inset 0 0 10px #626262;*/
    /*margin: 10px;*/
}

.AddressBox[b-85hl77wiyt] {
    line-height: 1.2em;
    overflow: clip;
}
.AddressCatalogID[b-85hl77wiyt] {
    font-size: 0.4em;
    color: dimgray;
    font-weight: bold;
    line-height: 0.6em;
}

.AddressID[b-85hl77wiyt] {
    font-size: 0.6em;
    color: darkslategray;
    font-weight: bold;
}
.AddressDescription[b-85hl77wiyt] {
    color: dimgray;
    font-size: 0.8em;
}
.AddressBox[b-85hl77wiyt] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
}
    .AddressBox[b-85hl77wiyt]::-webkit-scrollbar {
        display: none;
    }

.Address[b-85hl77wiyt] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

[b-85hl77wiyt] .AddressLink {
    text-decoration: none;
    color: white;
    font-size: 0.8em;
    text-transform: capitalize;
}
   
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/Cards/CardCopIXPersonIdentifiers.razor.rz.scp.css */

.CopIXPersonIdentifier[b-ceqikqui3j] {
    /*background-color: #550600;*/
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
   /* -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;*/
    /*box-shadow: inset 0 0 10px #626262;*/
    /*margin: 10px;*/
}

.CatalogBox[b-ceqikqui3j] {
    line-height: 1.2em;
    overflow: clip;
}
.IdentifierCatalogID[b-ceqikqui3j] {
    font-size: 0.4em;
    color: dimgray;
    font-weight: bold;
    line-height: 0.6em;
}

.IdentifierID[b-ceqikqui3j] {
    font-size: 0.6em;
    color: darkslategray;
    font-weight: bold;
}
.IdentifierDescription[b-ceqikqui3j] {
    color: dimgray;
    font-size: 0.8em;
}
.IdentifierBox[b-ceqikqui3j] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
}
    .IdentifierBox[b-ceqikqui3j]::-webkit-scrollbar {
        display: none;
    }
.Identifier[b-ceqikqui3j] {
    font-size: 1em;
    color: white;
}
   
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/Cards/CardCopIXPersonPhotos.razor.rz.scp.css */
body[b-hsziw3en6k] {
}

.CarouselPersonPhoto[b-hsziw3en6k] {
    max-height: 90px;
    max-width: 90px;
    border-radius: 16px;
}

[b-hsziw3en6k] .CarouselPersonPhotoInfo {
    position: relative;
    top: -12px;
    font-size: xx-small;
    background-color: #0000006a;
    border-radius: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 1em;
    color: navajowhite;
    color: rgba(255, 222, 173, 0.5);
}

[b-hsziw3en6k] .CarouselPersonPhotoInfoDateTime {
    font-size:smaller;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/Cards/CardCopIXPersonTips.razor.rz.scp.css */

.CopIXPersonTip[b-l9ltb17xhg] {
    background-color: #8b8b17;
    color: black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 10px;
}

.CatalogBox[b-l9ltb17xhg] {
    line-height: 1.2em;
    overflow: clip;
}
.CatalogID[b-l9ltb17xhg]
{
    font-size: 0.8em;
    color: yellowgreen;
    font-weight: bold;
}
.TipDateTime[b-l9ltb17xhg] {
    font-family: 'OCR A';
}
.TipID[b-l9ltb17xhg] {
    font-size: 0.6em;
    color: cornsilk;
    font-weight: bold;
}
.TipBox[b-l9ltb17xhg] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
}
    .TipBox[b-l9ltb17xhg]::-webkit-scrollbar {
        display: none;
    }
.Tips[b-l9ltb17xhg] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

.TipsButton[b-l9ltb17xhg] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
}
   
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/Cards/CardCopIXPersonWants.razor.rz.scp.css */

.CopIXPersonWant[b-d8k4fyohde] {
    background-color: #550600;
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 10px;
}

.CatalogBox[b-d8k4fyohde] {
    line-height: 1.2em;
    overflow: clip;
}
.CatalogID[b-d8k4fyohde]
{
    font-size: 0.8em;
    color: yellowgreen;
    font-weight: bold;
}
.WantDateTime[b-d8k4fyohde] {
    font-family: 'OCR A';
}
.WantID[b-d8k4fyohde] {
    font-size: 0.6em;
    color: cornsilk;
    font-weight: bold;
}
.ChargesBox[b-d8k4fyohde] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
}
    .ChargesBox[b-d8k4fyohde]::-webkit-scrollbar {
        display: none;
    }
.Charges[b-d8k4fyohde] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

[b-d8k4fyohde] .WantsButton {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
}

.Inactive[b-d8k4fyohde] {
    text-decoration: line-through;
    color: rosybrown;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/Dialogs/DialogCopixAddressStatusChange.razor.rz.scp.css */
[b-8jx65q15ag] .AddressLink a:link, a:visited[b-8jx65q15ag] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
    text-decoration: none;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/WantsList.razor.rz.scp.css */
.copixPersonCard[b-dgi86jizdq] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-dgi86jizdq] .e-toolbar.e-spacer-toolbar .e-toolbar-items {
    background-color: #550600;
}

[b-dgi86jizdq] .e-content::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-dgi86jizdq] .e-content::-webkit-scrollbar-thumb {
    background-color: #550600;
    border: 1px solid black;
}

[b-dgi86jizdq] .e-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

[b-dgi86jizdq] .e-rowcell {
    background-color: #350a06;
}

[b-dgi86jizdq] .e-grid .e-gridheader {
    display: none;
}



[b-dgi86jizdq] .virtualtable::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-dgi86jizdq] .virtualtable::-webkit-scrollbar-thumb {
    background-color: #6f9ddb;
    border: 1px solid black;
}

[b-dgi86jizdq] .virtualtable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/CopIX/Wants/WantsMap.razor.rz.scp.css */
.copixPersonCard[b-ccm5jik9kp] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-ccm5jik9kp] .e-toolbar.e-spacer-toolbar .e-toolbar-items {
    background-color: #550600;
}

[b-ccm5jik9kp] .e-content::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-ccm5jik9kp] .e-content::-webkit-scrollbar-thumb {
    background-color: #550600;
    border: 1px solid black;
}

[b-ccm5jik9kp] .e-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

[b-ccm5jik9kp] .e-rowcell {
    background-color: #350a06;
}

[b-ccm5jik9kp] .e-grid .e-gridheader {
    display: none;
}



[b-ccm5jik9kp] .virtualtable::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-ccm5jik9kp] .virtualtable::-webkit-scrollbar-thumb {
    background-color: #6f9ddb;
    border: 1px solid black;
}

[b-ccm5jik9kp] .virtualtable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}
/* _content/CopIXusBlazorWebApp/Components/Pages/Home.razor.rz.scp.css */
body[b-8aq8kby6ah] {
}

.CopIXBackground[b-8aq8kby6ah] {
    background-position: center;
    overflow: clip;
}



[b-8aq8kby6ah] .CopIXHomeHeroContainer {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    line-height: 100px;
    font-family: Orbitron-Regular;
    overflow: clip;
    min-width: 94vw;
    min-height: 94vh;
 }


[b-8aq8kby6ah] .carousel-hero-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    line-height: 100px;
    font-family: Orbitron-Regular;
    overflow: clip;
    min-width: 94vw;
    min-height: 94vh;
}

[b-8aq8kby6ah] .CopIXHomeHero {
    object-fit: cover;
    object-position: center;
    min-width: calc(100vw - 8px);
    min-height: 100vh;
    overflow: clip;
}
/* _content/CopIXusBlazorWebApp/Components/Shared/LoginDisplay.razor.rz.scp.css */
.loginlogout[b-z4sxnhee3t] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
}
/* _content/CopIXusBlazorWebApp/Components/Shared/Permission/ProductPermissionList.razor.rz.scp.css */
.CopIXPermission[b-2j0u1ct87i] {
    background-color: #350a0d;
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 2px;
}

.CopIXPermission[b-2j0u1ct87i]::-webkit-scrollbar {
    display: none;
}

.CopIXPermissionEditBox[b-2j0u1ct87i] {
    background-color: darkgoldenrod;
    color: black;
    padding: 8px;
    border-radius: 10px;
    overflow:clip;
}

[b-2j0u1ct87i] .e-grid {
    max-height: 400px;
    overflow-y: auto;
}
    
    [b-2j0u1ct87i] .e-grid::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #223145;
    }

    [b-2j0u1ct87i] .e-grid::-webkit-scrollbar {
        width: 6px;
        background-color: #223145;
    }

    [b-2j0u1ct87i] .e-grid::-webkit-scrollbar-thumb {
        background-color: darkred;
        border: 1px solid black;
    }





[b-2j0u1ct87i] .e-grid .e-rowcell {
    background-color: #350a0d !important;
    
} 

[b-2j0u1ct87i] .e-grid .e-rowcell.e-selectionbackground {
    background-color: darkred !important;
} 

[b-2j0u1ct87i] .e-grid .e-gridhover {
    background-color: #350a0d !important;
}

[b-2j0u1ct87i] .e-toolbar-items {
    background-color: black !important;
}
[b-2j0u1ct87i] .e-toolbar-item {
    background-color: black !important;
    margin-right: 0px;
}
[b-2j0u1ct87i] .e-toolbar .e-toolbar-item .e-tbar-btn {
}


[b-2j0u1ct87i] .e-row {
    background-color: black !important;
}

[b-2j0u1ct87i] .e-grid .e-gridheader .e-columnheader {
    display: none;
} 
/* _content/CopIXusBlazorWebApp/Components/Shared/Permission/ProductPermissions.razor.rz.scp.css */
.copixPersonCard[b-fi63zafz32] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-fi63zafz32] .e-grid .e-rowcell.e-selectionbackground {
    background-color: darkred !important;
} 

[b-fi63zafz32] .e-toolbar {
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: black !important;
}

[b-fi63zafz32] .e-toolbar-items {
    background-color: black !important;
}

[b-fi63zafz32] .e-toolbar-item {
    background-color: black !important;
    margin-right: 0px;
}

[b-fi63zafz32] .e-toolbar .e-toolbar-item .e-tbar-btn {
}


[b-fi63zafz32] .e-row {
    background-color: black !important;
}

[b-fi63zafz32] .e-grid .e-gridheader .e-columnheader {
    display: none;
} 
/* _content/CopIXusBlazorWebApp/Components/Shared/Permission/Roles.razor.rz.scp.css */
.copixPersonCard[b-xzzfu3ne51] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-xzzfu3ne51] .e-grid .e-rowcell.e-selectionbackground {
    background-color: darkred !important;
} 

[b-xzzfu3ne51] .e-toolbar {
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: black !important;
}

[b-xzzfu3ne51] .e-toolbar-items {
    background-color: black !important;
}

[b-xzzfu3ne51] .e-toolbar-item {
    background-color: black !important;
    margin-right: 0px;
}

[b-xzzfu3ne51] .e-toolbar .e-toolbar-item .e-tbar-btn {
}


[b-xzzfu3ne51] .e-row {
    background-color: black !important;
}

[b-xzzfu3ne51] .e-grid .e-gridheader .e-columnheader {
    display: none;
} 
