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

/* _content/BlazorAutoPriceFiller/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.login-panel[b-7g80hqoiw1] {
    display: flex;
    align-content: center;
    justify-content: center;
}
/* _content/BlazorAutoPriceFiller/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.login-panel[b-5g1guak8f3] {
    display: flex;
    align-content: center;
    justify-content: center;
}
/* _content/BlazorAutoPriceFiller/Pages/ChooseHub.razor.rz.scp.css */
.img-minimized[b-289mlmszng] {
    width: 60%;
    justify-self: center;
}

.card-container[b-289mlmszng] {
    display: flex;
    width: 100%;
    height: 100%;
}

.card-content[b-289mlmszng] {
    display: flex;
    flex: 1;
    padding: 1rem;
}

h1[b-289mlmszng] {
    margin-top: 5%;
}

.card-content[enabled="false"][b-289mlmszng] {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: grayscale(1);
}
/* _content/BlazorAutoPriceFiller/Pages/FillingResults.razor.rz.scp.css */
.legend[b-k868e8787j] {
    padding: 1em;
    display: flex;
    border: 1px solid grey;
    align-content: center;
    justify-content: left;
    width: fit-content;
    flex-direction: column;
    margin-left: initial;
}

.label-row[b-k868e8787j] {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}

.col-2[b-k868e8787j] {
    display: flex;
    justify-content: center;
    align-content: center;
}

.legend-row[b-k868e8787j] {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}

.legend-label[b-k868e8787j] {
    display: inline-grid;
    justify-self: center;
    align-self: center;
    text-align: center;
}

.legend-item[b-k868e8787j] {
    border: 2px solid grey;
    width: 4em;
    height: 4em;
    align-self: center;
    justify-self: center;
}
/* _content/BlazorAutoPriceFiller/Pages/Index.razor.rz.scp.css */
.img-minimized[b-npejcopxm9] {
    width: 40%;
    display: flex;
}

.header-link[b-npejcopxm9] {
    text-decoration: none;
    color: inherit;
}
/* _content/BlazorAutoPriceFiller/Pages/Spinner.razor.rz.scp.css */
.spinner[b-vrgintih9v] {
    border: 16px solid orange;
    border-top: 16px solid red;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-vrgintih9v 900ms linear infinite;
    top: 40%;
    left: 55%;
}

@keyframes spin-b-vrgintih9v {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/BlazorAutoPriceFiller/Shared/AppHeader.razor.rz.scp.css */
.img-minimized[b-c1z0yluoj8] {
    width: 40%;
    display: flex;
}

.header-link[b-c1z0yluoj8] {
    text-decoration: none;
    color: inherit;
}
/* _content/BlazorAutoPriceFiller/Shared/MainLayout.razor.rz.scp.css */
.page[b-zqz9x9pijh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.hide[b-zqz9x9pijh] {
    display: none;
    opacity: 0;
}

.top-row-nav[b-zqz9x9pijh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 15%;
    transition: margin-left .4s;
}

.top-row-no-nav[b-zqz9x9pijh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0%;
    transition: margin-left .4s;
}


.main-layout-nav[b-zqz9x9pijh] {
    margin-left: 15%;
    transition: margin-left .4s;
}

.main-layout-no-nav[b-zqz9x9pijh] {
    margin-left: 0%;
    transition: margin-left .4s;
}

.navbar-toggler[b-zqz9x9pijh] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.show-icon[b-zqz9x9pijh] {
    opacity: 0;
    animation: iconAnimation-b-zqz9x9pijh 0s 0.4s forwards;
}

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

    .top-row.auth[b-zqz9x9pijh] {
        justify-content: right;
    }

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

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

    .sidebar[b-zqz9x9pijh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    
    .navbar-icon[b-zqz9x9pijh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

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

    .px-4.auth[b-zqz9x9pijh] {
        justify-content: flex-end;
        display: flex;
    }

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

@keyframes iconAnimation-b-zqz9x9pijh {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* _content/BlazorAutoPriceFiller/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-egw1u51ewn] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-egw1u51ewn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-link.disabled[b-egw1u51ewn] {
    background-image: linear-gradient(150deg, rgba(105, 105, 105, 0.7), rgba(105, 105, 105, 0.25));
/*    background-color: rgba(105, 105, 105, 0.5);
*/    color: black;
}

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

    .nav-item:first-of-type[b-egw1u51ewn] {
        padding-top: 0.5rem;
    }

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

    .nav-item[b-egw1u51ewn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

.navbar-toggler-icon[b-egw1u51ewn] {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000�p='round' stroke-miterlimit='10' d='M47h22M4 15h22M423h22'/%3e%3c/svg%3e);
}

.sidebar[b-egw1u51ewn] {
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    animation: ease-in-out 0.4s;
}

oi-list-rich [b-egw1u51ewn]::before {
    padding-right: 1rem;
}

.sidebar-no-hide[b-egw1u51ewn] {
    background-image: linear-gradient(180deg, #e62222 0%, #f7d65e 70%);
    display: block;
    width: 15%;
    height: 100%;
}

.sidebar-hide[b-egw1u51ewn] {
    background-image: linear-gradient(180deg, #e62222 0%, #f7d65e 70%);
    display: none;
}

.nav-separator[b-egw1u51ewn] {
    height=1px;
    width: 80%;
    margin: auto;
    border: 1px DarkSlateGray solid;
}

@media (min-width: 641px) {

    .navbar-icon[b-egw1u51ewn] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }

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