@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.2jmos03fny.bundle.scp.css';

/* _content/EPCSelectorGuide/Components/Layout/MainLayout.razor.rz.scp.css */
.app-container[b-ih2ihtgook] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url('assets/bg-app.jpg');
}

.top-nav[b-ih2ihtgook] {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 4rem;
}

.main-container[b-ih2ihtgook] {
    display: flex;
    flex-direction: row;
    min-height: calc(100vh - 4rem);
}

.left-nav[b-ih2ihtgook] {
    min-width: 128px;
    position: sticky;
    display: flex;
    flex-direction: column;
    top: 4rem;
    height: calc(100vh - 4rem);
}

.main-content[b-ih2ihtgook] {
    overflow-y: auto;
    width: -webkit-fill-available;
    padding: 2rem;
}

@media (max-width: 768px) {
    .left-nav[b-ih2ihtgook] {
        display: none;
    }

    .main-content[b-ih2ihtgook] {
        padding: 2rem 1rem;
    }
}

#blazor-error-ui[b-ih2ihtgook] {
    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-ih2ihtgook] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/EPCSelectorGuide/Components/Layout/TopNav.razor.rz.scp.css */
.mobile-nav-overlay[b-twc55dpoh7] {
    position: fixed;
    top: 4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.mobile-nav[b-twc55dpoh7] {
    position: fixed;
    top: 4rem;
    left: 0;
    bottom: 0;
    width: 128px;
    background-color: white;
    animation: slideIn-b-twc55dpoh7 0.2s ease-out;
}

.mobile-nav.sliding-out[b-twc55dpoh7] {
    animation: slideOut-b-twc55dpoh7 0.2s ease-out forwards;
}

@keyframes slideIn-b-twc55dpoh7 {
    from {
        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOut-b-twc55dpoh7 {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
/* _content/EPCSelectorGuide/Components/Shared/Dialog.razor.rz.scp.css */
.overlay[b-3wpg2hvkfm] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.dialog[b-3wpg2hvkfm] {
    width: 480px;
    background-color: white;
    border-radius: 4px;
    padding: 1rem;
}

.dialog .dialog-header[b-3wpg2hvkfm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.dialog .dialog-body[b-3wpg2hvkfm] {
    padding: 1rem;
}

.dialog .dialog-footer[b-3wpg2hvkfm] {
    padding: 1rem;
}


.close[b-3wpg2hvkfm] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close:hover[b-3wpg2hvkfm] {
    background-color: #DDD;
}
/* _content/EPCSelectorGuide/Components/Shared/Spinner.razor.rz.scp.css */
.lds-dual-ring[b-ksubpdefom],
.lds-dual-ring[b-ksubpdefom]:after {
    box-sizing: border-box;
}

.lds-dual-ring[b-ksubpdefom] {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring[b-ksubpdefom]:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-dual-ring-b-ksubpdefom 1.2s linear infinite;
}

@keyframes lds-dual-ring-b-ksubpdefom {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
