/* _content/CC.Lindstrom.Web.App/Components/ErrorMarkComponent.razor.rz.scp.css */
.svg-validation[b-t0bzpn78fv] {
    display: block;
    width: 50%;
}

.path[b-t0bzpn78fv] {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .path.circle[b-t0bzpn78fv] {
        -webkit-animation: dash 0.9s ease-in-out;
        animation: dash-b-t0bzpn78fv 0.9s ease-in-out;
    }

    .path.line[b-t0bzpn78fv] {
        stroke-dashoffset: 1000;
        -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
        animation: dash-b-t0bzpn78fv 0.9s 0.35s ease-in-out forwards;
    }

    .path.check[b-t0bzpn78fv] {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
        animation: dash-check-b-t0bzpn78fv 0.9s 0.35s ease-in-out forwards;
    }

p[b-t0bzpn78fv] {
    text-align: center;
    font-size: 1.25em;
    margin-top: 25px;
    max-width: 300px;
}

    p.success[b-t0bzpn78fv] {
        color: #73af55;
    }

    p.error[b-t0bzpn78fv] {
        color: #d06079;
    }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-b-t0bzpn78fv {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check-b-t0bzpn78fv {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.svg-wrapper[b-t0bzpn78fv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
/* _content/CC.Lindstrom.Web.App/Components/LoadingMarkComponent.razor.rz.scp.css */

.message[b-n12m1bo03p] {
    margin-bottom: 20px;
    text-align:center;
    max-width:250px;
}

.lds-dual-ring[b-n12m1bo03p] {
    display: inline-block;
}

    .lds-dual-ring[b-n12m1bo03p]:after {
        content: " ";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 6px solid red;
        border-color: #C4161C transparent #C4161C transparent;
        border-collapse: inherit;
        animation: lds-dual-ring-b-n12m1bo03p 1.2s linear infinite;
    }

.lds-dual-ring-white[b-n12m1bo03p] {
    display: inline-block;
}

    .lds-dual-ring-white[b-n12m1bo03p]:after {
        content: " ";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 6px solid red;
        border-collapse: inherit;
        border-color: white gray white gray !important;
        animation: lds-dual-ring-b-n12m1bo03p 1.2s linear infinite;
    }

.lds-dual-ring-inherit[b-n12m1bo03p] {
    position: relative;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lds-dual-ring-inherit[b-n12m1bo03p]:after {
        content: " ";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        border: 2px solid red;
        border-collapse: inherit;
        border-color: white #175673 white #175673 !important;
        animation: lds-dual-ring-b-n12m1bo03p 1.2s linear infinite;
    }


@keyframes lds-dual-ring-b-n12m1bo03p {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* _content/CC.Lindstrom.Web.App/Components/SuccessMarkComponent.razor.rz.scp.css */
.svg-validation[b-w3rg86k873] {
    display: block;
    width: 50%;
}

.path[b-w3rg86k873] {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .path.circle[b-w3rg86k873] {
        -webkit-animation: dash 0.9s ease-in-out;
        animation: dash-b-w3rg86k873 0.9s ease-in-out;
    }

    .path.line[b-w3rg86k873] {
        stroke-dashoffset: 1000;
        -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
        animation: dash-b-w3rg86k873 0.9s 0.35s ease-in-out forwards;
    }

    .path.check[b-w3rg86k873] {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
        animation: dash-check-b-w3rg86k873 0.9s 0.35s ease-in-out forwards;
    }

p[b-w3rg86k873] {
    text-align: center;
    font-size: 1.25em;
    margin-top: 25px;
    max-width:300px;
}

    p.success[b-w3rg86k873] {
        color: #73af55;
    }

    p.error[b-w3rg86k873] {
        color: #d06079;
    }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-b-w3rg86k873 {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check-b-w3rg86k873 {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.svg-wrapper[b-w3rg86k873] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
/* _content/CC.Lindstrom.Web.App/Pages/EditSupplierInfo.razor.rz.scp.css */
.form-inner-wrapper[b-1ifcnv82jg] {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px;
    flex-direction: column;
    font-size: 0.95rem;
    width: 300px;
}

.mark-component-wrapper[b-1ifcnv82jg] {
    width: 150px;
    overflow: hidden;
    margin: auto;
    padding: 1rem;
    position: fixed;
    z-index: 5;
    top: 1rem;
    right: calc(50% - 75px);
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(6px);
    border: 2px solid darkgray;
}

.mark-component-loading[b-1ifcnv82jg] {
    width: 150px;
    display: flex;
    justify-content: stretch;
    height: 150px;
    align-items: stretch;
    overflow: hidden;
    margin: auto;
    position: fixed;
    z-index: 5;
    top: 1rem;
    right: calc(50% - 75px);
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(6px);
    border: 2px solid darkgray;
}

.supplier-container[b-1ifcnv82jg] {
    grid-template-columns: 100px auto 25px auto 100px auto 75px;
}
.item-container[b-1ifcnv82jg] {
    grid-template-columns: 100px 200px 100px auto 100px 200px 75px;
    overflow:auto;
}
.supplier-container[b-1ifcnv82jg], .item-container[b-1ifcnv82jg] {
    margin: 30px 0px;
    display: grid;
    align-items: center;
    grid-gap: 5px 15px;
    justify-content: left;
}
.supplier[b-1ifcnv82jg], .item[b-1ifcnv82jg] {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 2px;
    gap: 10px;
}

.input-percentage[b-1ifcnv82jg] {
    width: 4rem;
    outline: none;
    text-align: center;
}
.d-border-bottom[b-1ifcnv82jg] {
    border-bottom: 2px solid gray;
    margin-right: -15px;
    overflow: hidden;
    margin-bottom: 10px;
}
/* _content/CC.Lindstrom.Web.App/Pages/Index.razor.rz.scp.css */
.supplier-wrapper[b-3km7lqq7n1] {
    margin:2rem;


}
.btn-supplier-open[b-3km7lqq7n1]{
    width:300px;
}

.img-wrapper[b-3km7lqq7n1] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 5rem);
}
.mark-component-loading[b-3km7lqq7n1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 50px;
}
/* _content/CC.Lindstrom.Web.App/Shared/MainLayout.razor.rz.scp.css */
.page[b-vsy89wsniu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vsy89wsniu] {
    flex: 1;
}

.sidebar[b-vsy89wsniu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vsy89wsniu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vsy89wsniu]  a, .top-row .btn-link[b-vsy89wsniu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vsy89wsniu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vsy89wsniu] {
        display: none;
    }

    .top-row.auth[b-vsy89wsniu] {
        justify-content: space-between;
    }

    .top-row a[b-vsy89wsniu], .top-row .btn-link[b-vsy89wsniu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vsy89wsniu] {
        flex-direction: row;
    }

    .sidebar[b-vsy89wsniu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vsy89wsniu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-vsy89wsniu], article[b-vsy89wsniu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
