@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';

/* _content/Phoenix.WebBlazor/Pages/Account/Login.razor.rz.scp.css */
.loginBg[b-3oe1lbez2d] {
    background-color: var(--rpm-dark-blue);
    background: radial-gradient(circle at 25% 50%, var(--rpm-dark-blue) 10%, var(--rpm-dark-blue--shift-up) 33%, var(--rpm-light-blue) 100%);
}

.loginContainer[b-3oe1lbez2d] {
    margin-bottom: 15em;
}

.logoImg[b-3oe1lbez2d] {
    filter: drop-shadow(3px 2px 7px rgb(0 0 0 / 0.75));
}

.headline-light-blue[b-3oe1lbez2d] {
    color: var(--rpm-light-blue--shift-up);
    font-weight: bold;
    font-size: 6em;
    transform: scale(1, 1.1);
    line-height: 80%;
    letter-spacing: -0.08em;
    padding-right: 0.75em;
}

.headline-white[b-3oe1lbez2d] {
    color: var(--bs-white);
    text-shadow: 1px 1px 5px rgb(0 0 0 / 0.75);
    font-weight: bold;
    font-size: 3.5em;
    transform: scale(1, 0.8);
    line-height: 100%;
    letter-spacing: -0.08em;
}

.headline-shift-right[b-3oe1lbez2d] {
    margin-left: 8em;
}

label[for="RememberMe"][b-3oe1lbez2d] {
    color: var(--bs-white) !important;
}

.forgotPasswordLink[b-3oe1lbez2d],
.forgotPasswordLink:hover[b-3oe1lbez2d] {
    color: var(--bs-white);
}

.form-check-input[b-3oe1lbez2d],
.form-check-label[b-3oe1lbez2d] {
    cursor: pointer;
}

input.form-control[b-3oe1lbez2d] {
    padding-right: calc(1.5em + 0.75rem) !important;
}
/* _content/Phoenix.WebBlazor/Pages/BI/Home.razor.rz.scp.css */
.row[b-11d4g9uzyz] {
    margin-right: 0;
    margin-left: 0;
}

h3[b-11d4g9uzyz] {
    margin-bottom: 0;
}

.bgBox[b-11d4g9uzyz] {
    background-image: url("/img/background-2560x1440.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
    min-width: 100%;
}

.banner-primary[b-11d4g9uzyz] {
    color: #003976;
    text-decoration: none;
    border-radius: 10px !important;
    background-color: white;
    padding: 0.8rem !important;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.5;
    width: 90%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0px;
}

.card2[b-11d4g9uzyz] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
}

    .card2 > a > img[b-11d4g9uzyz] {
        max-height: 150px;
        max-width: 150px;
    }
    .card2 > div > img[b-11d4g9uzyz] {
        max-height: 150px;
        max-width: 150px;
    }

.card-body[b-11d4g9uzyz] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.lightbluebar[b-11d4g9uzyz] {
    background-color: #007DBE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabtitle[b-11d4g9uzyz] {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
/* _content/Phoenix.WebBlazor/Pages/Control Center/Home.razor.rz.scp.css */
.row[b-p4yli5897d] {
    margin-right: 0;
    margin-left: 0;
}

h3[b-p4yli5897d] {
    margin-bottom: 0;
}

.bgBox[b-p4yli5897d] {
    background-image: url("/img/background-2560x1440.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
    min-width: 100%;
}

.banner-primary[b-p4yli5897d] {
    color: #003976;
    text-decoration: none;
    border-radius: 10px !important;
    background-color: white;
    padding: 0.8rem !important;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.5;
    width: 90%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0px;
}

.card2[b-p4yli5897d] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
}

.card2 > a > img[b-p4yli5897d] {
    max-height: 150px;
    max-width: 150px;
}

.card-body[b-p4yli5897d] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100px;
    padding: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lightbluebar[b-p4yli5897d] {
    background-color: #007DBE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabtitle[b-p4yli5897d] {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
/* _content/Phoenix.WebBlazor/Pages/Control Center/Section.razor.rz.scp.css */
.row[b-1z5rjpv6m6] {
    margin-right: 0;
    margin-left: 0;
}

h3[b-1z5rjpv6m6] {
    margin-bottom: 0;
}

.bgBox[b-1z5rjpv6m6] {
    background-image: url("/img/background-2560x1440.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
    min-width: 100%;
}

.banner-primary[b-1z5rjpv6m6] {
    color: #003976;
    text-decoration: none;
    border-radius: 10px !important;
    background-color: white;
    padding: 0.8rem !important;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.5;
    width: 90%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0px;
}

.card2[b-1z5rjpv6m6] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
}

    .card2 > a > img[b-1z5rjpv6m6] {
        max-height: 150px;
        max-width: 150px;
    }

.card-body[b-1z5rjpv6m6] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.lightbluebar[b-1z5rjpv6m6] {
    background-color: #007DBE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabtitle[b-1z5rjpv6m6] {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
/* _content/Phoenix.WebBlazor/Pages/Facilities/Facility.razor.rz.scp.css */
.facilitiesNav .inactive[b-mhu0xzq640] {
    background-color: mistyrose;
}
.list-group-item a[b-mhu0xzq640] {
    text-decoration: none;
    color: inherit;
}
.deleteFile[b-mhu0xzq640] {
    cursor: pointer;
    color: var(--rpm-bright-red);
}
/* _content/Phoenix.WebBlazor/Pages/Vendor Hub/SignatureRequest.razor.rz.scp.css */

input[b-huwj0rs2oc] {
    outline: 0 !important;
    border-width: 0 0 2px !important;
    border-color: #dadfe2 !important;
    transition-duration: 200ms !important;
}

    input:focus[b-huwj0rs2oc] {
        border-color: black !important;
    }
    input[readonly]:focus[b-huwj0rs2oc] {
        border-color: #dadfe2 !important;
    }
    input[readonly]:hover[b-huwj0rs2oc] {
        cursor: default;
    }
    input.error[b-huwj0rs2oc]{
        border-color:red;
    }
.container-fluid[b-huwj0rs2oc] {
    background-color: #fafafa !important;
    overflow: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
.code-of-conduct-header[b-huwj0rs2oc] {
    max-width: 100%;
    max-height: 100%;
    transition-duration: 500ms;
}
.code-of-conduct-body[b-huwj0rs2oc] {
    background-color: white;
    padding: 0 2rem 0 2rem;
    font-size: 10.5pt;
}

.signature-input[b-huwj0rs2oc] {
    font-family: cursive;
    font-weight: 900;
}
@media (min-width: 1200px) {
    .code-of-conduct-body[b-huwj0rs2oc] {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .code-of-conduct-body[b-huwj0rs2oc] {
        max-width: 960px;
    }
}

@media (min-width: 576px) {
    .code-of-conduct-body[b-huwj0rs2oc] {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .code-of-conduct-body[b-huwj0rs2oc] {
        max-width: 720px
    }
}

@media print {
    .no-print[b-huwj0rs2oc], .no-print *[b-huwj0rs2oc] {
        display: none !important;
    }
}
/* _content/Phoenix.WebBlazor/Shared/AuthLayout.razor.rz.scp.css */
.page[b-e1c2yao1g8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-e1c2yao1g8] {
    flex: 1;
}

.sidebar[b-e1c2yao1g8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e1c2yao1g8] {
        display: none;
    }

    .top-row.auth[b-e1c2yao1g8] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-e1c2yao1g8], article[b-e1c2yao1g8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/GridComponents/Grid.Column.HeaderCell.razor.rz.scp.css */
th[b-vuaptf9jfy] {
    vertical-align: middle;
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/GridComponents/Grid.Column.razor.rz.scp.css */
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/GridComponents/Grid.razor.rz.scp.css */

table[b-zt6d28jzzp] {
    border-collapse: collapse;
}

.inactive[b-zt6d28jzzp] {
    background-color: mistyrose;
}

.justifyCenter[b-zt6d28jzzp] {
    justify-content: center;
}

.gridPagination[b-zt6d28jzzp] {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    background: var(--rpm--body-bg);
    border: none;
    color: var(--rpm--body-color);
}

.grid-PageLink[b-zt6d28jzzp] {
    position: relative;
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
    cursor:pointer;
}

.currentPage[b-zt6d28jzzp] {
    color: var(--rpm--body-bg);
    background: var(--rpm--body-color);
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/HelperComponents/IconButton.razor.rz.scp.css */


button[b-3muffd0zwp] {
    width: 40px;
    height: 40px;
}

i[b-3muffd0zwp] {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/HelperComponents/Layout/HorizontalRule.razor.rz.scp.css */

hr[b-pqfsha8aa3] {
    border-color: var(--rpm--nav-top--bg) !important;
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/HelperComponents/Layout/VerticalRule.razor.rz.scp.css */

.vr[b-410t26de79] {
    border-color: var(--rpm--nav-top--bg) !important;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/HelperComponents/LoadingIcon.razor.rz.scp.css */

.Loading[b-dw8hpa760y] {
    z-index: 100000;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: wait;
}

    .Loading.FullScreen[b-dw8hpa760y] {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .Loading .Loading_Backdrop[b-dw8hpa760y] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        backdrop-filter: blur(2px);
        background-color: rgb(0 0 0 / 40%);
        z-index: inherit;
    }

    .Loading .Loading_Content[b-dw8hpa760y] {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100010;
    }

        .Loading .Loading_Content .Loading_Icon[b-dw8hpa760y] {
            color: var(--rpm--nav-top--bg);
            /*text-shadow: 1px 0px 0px var(--rpm--nav-top--color);*/
        }
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/HelperComponents/SearchBox.razor.rz.scp.css */


.input-group input.form-control[b-9elhiz1gt9] {
    transition-duration: 250ms;
    color: var(--rpm--body-color);
    background-color: rgba(var(--rpm--nav-top--bg--values), 0.1) !important;
    border-color: var(--rpm--nav-border--color);
}

    .input-group input.form-control[b-9elhiz1gt9]::placeholder {
        color: rgba(var(--rpm--body-color--values), 0.5) !important;
    }

.input-group .btn[b-9elhiz1gt9] {
    border-color: var(--rpm--nav-border--color);
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/HelperComponents/Slider.razor.rz.scp.css */
    html h4[b-acn29vm8fd] {
        color: #999;
        font-weight: 500;
    }

        html h4[b-acn29vm8fd]:after {
            content: "%";
            padding-left: 1px;
        }

    html input[type="range"][b-acn29vm8fd] {
        outline: 0;
        border: 0;
        border-radius: 500px;
        width: 100%;
        max-width: 100%;
        margin: 24px 0 16px;
        transition: box-shadow 0.2s ease-in-out;
    }

html input[type="range"][b-acn29vm8fd] {
    overflow: hidden;
    height: 40px;
    -webkit-appearance: none;
    background-color: #ddd;
}

    html input[type="range"][b-acn29vm8fd]::-webkit-slider-runnable-track {
        height: 40px;
        -webkit-appearance: none;
        color: #444;
        transition: box-shadow 0.2s ease-in-out;
    }
    html input[type="range"][b-acn29vm8fd]::-moz-range-track {
        height: 40px;
        -webkit-appearance: none;
        color: #444;
        transition: box-shadow 0.2s ease-in-out;
    }

    html input[type="range"][b-acn29vm8fd]::-webkit-slider-thumb {
        width: 40px;
        -webkit-appearance: none;
        height: 40px;
        cursor: pointer;
        background: #fff;
        box-shadow: -4200px 0 0 4200px #1597ff, inset 0 0 0 40px #1597ff;
        border-radius: 50%;
        transition: box-shadow 0.2s ease-in-out;
        position: relative;
    }
    html input[type="range"][b-acn29vm8fd]::-moz-range-thumb {
        width: 40px;
        -webkit-appearance: none;
        height: 40px;
        cursor: pointer;
        background: #fff;
        box-shadow: -4200px 0 0 4200px #1597ff, inset 0 0 0 40px #1597ff;
        border-radius: 50%;
        transition: box-shadow 0.2s ease-in-out;
        position: relative;
    }
    html input[type="range"][b-acn29vm8fd]::-webkit-slider-thumb {
        background: #fff;
        box-shadow: -4200px 0 0 4200px #1597ff, inset 0 0 0 3px #1597ff;
    }
    html input[type="range"][b-acn29vm8fd]::-moz-range-thumb {
        background: #fff;
        box-shadow: -4200px 0 0 4200px #1597ff, inset 0 0 0 3px #1597ff;
    }
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/HelperComponents/Toasts.razor.rz.scp.css */
.ToastMessage[b-m4kor1b8h9] {
    color: white;
    text-align: center;
    transition: top 2s ease 0s;
    transition-duration: 250ms;
}
.ToastSuccess[b-m4kor1b8h9] {
    background-color: #04AA6D;
}
.ToastError[b-m4kor1b8h9] {
    background-color: red;
}
.ToastClose[b-m4kor1b8h9] {
    cursor:pointer;
    margin-left: 1.5rem;
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/NavComponents/LeftNavMenu.razor.rz.scp.css */
.left-nav[b-1c0qsdks5t],
.rpm-logo[b-1c0qsdks5t] {
    transition-duration: 250ms;
}

.left-nav[b-1c0qsdks5t] {
    box-sizing: content-box;
    background-color: var(--rpm--nav-top--bg)
}

.logoImg[b-1c0qsdks5t] {
    background-image: var(--rpm--logo-img);
    background-repeat: no-repeat;
    background-position-y: center;
    height: 30px;
}

.left-nav--navbar[b-1c0qsdks5t] {
    border-bottom-color: var(--rpm--nav-border--color) !important;
    z-index: 100;
}

.left-nav[b-1c0qsdks5t] {
    width: 260px;
}

.left-nav--menu[b-1c0qsdks5t] {
    height: calc(100% - 57px);
    width: 100%;
    z-index: 15;
}
.left-nav--menu-sharepoint[b-1c0qsdks5t] {
    height: 100% !important;
}
.left-nav--option-panel[b-1c0qsdks5t] {
    max-height: calc(100% - 84px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 15;
}

.left-nav--toggle-panel[b-1c0qsdks5t] {
    border-top-color: var(--rpm--nav-border--color) !important;
}

/* Collapsed left-nav */
.left-nav.collapsed[b-1c0qsdks5t] {
    width: calc(55px + 0.5rem);
}

    .left-nav.collapsed .rpm-logo[b-1c0qsdks5t] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

.fa-layers-counter[b-1c0qsdks5t] {
    background-color: var(--fa-counter-background-color,#ff253a);
    border-radius: var(--fa-counter-border-radius,1em);
    box-sizing: border-box;
    color: var(--fa-inverse,#fff);
    line-height: var(--fa-counter-line-height,1);
    max-width: var(--fa-counter-max-width,5em);
    min-width: var(--fa-counter-min-width,1.5em);
    overflow: hidden;
    padding: var(--fa-counter-padding,.25em .5em);
    right: var(--fa-right,0);
    text-overflow: ellipsis;
    top: var(--fa-top,0);
    -webkit-transform: scale(var(--fa-counter-scale,.25));
    transform: scale(var(--fa-counter-scale,.25));
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/NavComponents/NavSection.razor.rz.scp.css */

.left-nav--top-section[b-is9qyn0lc3],
.left-nav--sub-section[b-is9qyn0lc3] {
    overflow: hidden;
    width: 100%;
}

.left-nav--sub-section[b-is9qyn0lc3] {
    display: none;
}

.left-nav--section-active .left-nav--sub-section[b-is9qyn0lc3] {
    display: block;
}

.left-nav--section-active[b-is9qyn0lc3]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    z-index: 10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.left-nav--section-popout[b-is9qyn0lc3] {
    transition-duration: 0ms;
    width: 225px;
    z-index: 10;
    position: fixed;
    background-color: var(--bs-white);
    border: 1px solid var(--rpm--nav-border--color);
    border-left: none;
    display: none;
}

    .left-nav--section-popout[data-menu="collapsed"][b-is9qyn0lc3] {
        left: 63px;
    }

    .left-nav--section-popout[data-menu="expanded"][b-is9qyn0lc3] {
        left: 260px;
    }

.left-nav--section:not(.left-nav--section-active):hover .left-nav--section-popout[b-is9qyn0lc3] {
    display: block;
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/NavComponents/NavSection.Sub.razor.rz.scp.css */
.left-nav--sub-section[b-r43u87ud6a] {
    display: none;
}

.left-nav--section-active .left-nav--sub-section[b-r43u87ud6a],
.left-nav--section-popout .left-nav--sub-section[b-r43u87ud6a] {
    display: block;
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/NavComponents/TopNavMenu.razor.rz.scp.css */
.right-content--navbar[b-dr2nyxnfqs] {
    border-bottom-color: var(--rpm--nav-border--color) !important;
    z-index: 100;
}

.right-content .navbar[b-dr2nyxnfqs] {
    color: var(--rpm--nav-top--color);
    background-color: var(--rpm--nav-top--bg);
}

    .right-content .navbar .breadcrumb-item[b-dr2nyxnfqs],
    .right-content .navbar .breadcrumb-item a[b-dr2nyxnfqs] {
        color: var(--rpm--nav-top--color);
    }

        .right-content .navbar .breadcrumb-item + .breadcrumb-item[b-dr2nyxnfqs]::before {
            color: var(--rpm--nav-top--color) !important;
        }
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/SortableListComponents/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-zu3t4v361u] .sortable-ghost {
    visibility: hidden;
}

[b-zu3t4v361u] .sortable-fallback {
    opacity: 1 !important
}
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/ThemeComponents/ThemeCustomizer.razor.rz.scp.css */
.theme-dialog-side[b-gml9im1q9a] {
    position: fixed;
    z-index: 5;
    opacity: 1;
    background-color: white;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    overflow-y: auto;
    background: var(--rpm--body-bg);
    display:flex;
    flex-direction: column;
}
.theme-dialog-side-position-right[b-gml9im1q9a] {
    right: 0;
    min-width: 150px;
    width: 400px;
    max-width: 100%;
    height: 95%;
}
.theme-dialog-side-content[b-gml9im1q9a] {
    flex: 0 1 auto;
    padding: 1.5rem;
    overflow: auto;
}
.theme-dialog-footer[b-gml9im1q9a] {
    margin-top: auto;
    border-color: var(--rpm--nav-border--color) !important;
}
[data-theme-dialog="default"][b-gml9im1q9a] {
    /* Default Custom CSS Variables */
    /* Navigation */
    --rpm--nav-top--color-values-custom: rgb(var(--bs-white-rgb));
    --rpm--nav-top--bg-values-custom: rgb(0, 57, 118);
    --rpm--nav-border--color--values-custom: rgb(0, 57, 118);
    --rpm--nav-sub--bg--values-custom: rgb(var(--rpm-light-blue--shift-up--values));
    --rpm--nav-sub--color--values: var(--bs-white-rgb);
    --rpm--nav-active--bg--values: 255,255,255;
    --rpm--nav-top--bg--values: var(--rpm-dark-blue--values);
    /* Body */
    --rpm--body-bg--values-custom: rgb(var(--bs-white-rgb));
    --rpm--body-filter-saturate: 100%;
    /* Button */
    --rpm--button-bg--values-custom: rgb(var(--rpm-light-blue--values));
    --rpm--button-text--values-custom: rgb(var(--bs-white-rgb));
    --rpm--button-bg-hover--values-custom: var(--rpm-light-green);
    --rpm--button-text-hover--values-custom: var(--bs-white);
    /* Input */
    --rpm--input-bg--values-custom: rgb(var(--bs-white-rgb));
    --rpm--input-color--values-custom: var(--rpm-dark-gray);
    --rpm--input-border--values-custom: var(--rpm-light-gray);
    --rpm--body-filter-brightness: 100%;
    --rpm--body-filter-contrast: 100%;
    --rpm--body-filter-saturate: 100%;
    /* */
    --rpm--body-color: black;
    --rpm--body-bg: rgb(var(--bs-white-rgb));
    --rpm--nav-top--color: rgb(var(--bs-white-rgb));
    --rpm--nav-top--bg: rgb(0, 57, 118);
    color: black;
    filter: brightness(100%) saturate(100%) contrast(100%);
    font-family: unset !important;
    font-size: medium !important;
    line-height: 1.5 !important;
}

    [data-theme-dialog="default"] .theme-dialog-footer[b-gml9im1q9a] {
        border-color: black !important;
    }

.category[b-gml9im1q9a] {
    margin-top: 2rem;
    padding-right:1rem;
}
.bordery[b-gml9im1q9a] {
    border: 2px solid var(--rpm--nav-border--color--values-custom);
}
    .bordery span[b-gml9im1q9a] {
        background-color: var(--rpm--body-bg);
        position: relative;
        top: -18px;
        left: -25px;
        padding-right: 10px;
    }

    .category span[b-gml9im1q9a] {
        position: relative;
        top: -18px;
        left: -25px;
    }
/* _content/Phoenix.WebBlazor/Shared/ComponentLibrary/ThemeComponents/ThemePalette.razor.rz.scp.css */


.theme-palette[b-xby0iu3dve] {
    transition-duration: 50ms;
    width: 150px;
    height: 150px;
    background-color: var(--rpm--body-bg);
    border: 2px solid var(--rpm--body-color);
    cursor: pointer;
}

    .theme-palette:hover[b-xby0iu3dve] {
        box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
    }

.theme-palette-primary[b-xby0iu3dve] {
    background-color: var(--rpm--nav-top--bg);
    border-bottom: 3px solid var(--rpm--nav-border--color);
}

    .theme-palette-primary .theme-palette-primary-label[b-xby0iu3dve] {
        color: var(--rpm--nav-top--color);
    }

.theme-palette-secondary[b-xby0iu3dve] {
    background-color: var(--rpm--nav-sub--bg);
}

    .theme-palette-secondary .theme-palette-secondary-icon[b-xby0iu3dve] {
        color: var(--rpm--nav-sub--color);
    }

.theme-palette-tertiary[b-xby0iu3dve] {
    background-color: var(--rpm--nav-active--bg);
}

    .theme-palette-tertiary .theme-palette-tertiary-icon[b-xby0iu3dve] {
        color: var(--rpm--nav-active--color);
    }

.theme-palette.active[b-xby0iu3dve]:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.5em;
    line-height: 1.5rem;
    color: var(--rpm--body-color);
    background-color: var(--rpm--body-bg);
    border-radius: 50%;
    outline: 3px solid var(--rpm--body-bg);
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: auto;
    height: 1.5rem;
}
.EditTheme[b-xby0iu3dve] {
    width: 100%;
}
.DeleteTheme[b-xby0iu3dve] {
    width: 100%;
}
@media (min-width: 768px)
{
    .EditTheme[b-xby0iu3dve] {
        margin-left: 0.5rem;
        width: 75%;
    }
    .DeleteTheme[b-xby0iu3dve] {
        margin-right: 0.5rem;
        width:unset;
    }
}
/* _content/Phoenix.WebBlazor/Shared/MainLayout.razor.rz.scp.css */


.main-content[b-p4ueggnske] {
    overflow-y: auto;
}
