/* /Pages/InvoicePage.razor.rz.scp.css */
.status-icons[b-fdinnx5fh7] {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.status-icon[b-fdinnx5fh7] {
    display: inline-block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Les variantes sont pilotées par les variables globales
   définies dans visual-identity-light.css / visual-identity-dark.css */
.status-icon.sent[b-fdinnx5fh7] {
    content: var(--icon-sent);
}

.status-icon.not-sent[b-fdinnx5fh7] {
    content: var(--icon-not-sent);
}

.status-icon.approved[b-fdinnx5fh7] {
    content: var(--icon-approved);
}

.status-icon.not-approved[b-fdinnx5fh7] {
    content: var(--icon-not-approved);
}
/* /Pages/PromotionsPage.razor.rz.scp.css */
.switch-icon[b-3ay9vygpzq] {
    font-size: 16px;
    font-weight: bold;
}
/* /Pages/StockItemsPage.razor.rz.scp.css */
/* /Shared/Components/HeadingComponent.razor.rz.scp.css */
.heading-1[b-2gsaidc8j0] {
  font-size: 2.5em;
}

.heading-2[b-2gsaidc8j0] {
  font-size: 2em;
}

.heading-3[b-2gsaidc8j0] {
  font-size: 1.75em;
}

.heading-4[b-2gsaidc8j0] {
  font-size: 1.5em;
}

.heading-5[b-2gsaidc8j0] {
  font-size: 1.25em;
}

.heading-6[b-2gsaidc8j0] {
  font-size: 1em;
}

.skeleton-heading-1[b-2gsaidc8j0] {
  height: 2.5em;
}

.skeleton-heading-2[b-2gsaidc8j0] {
  height: 2em;
}

.skeleton-heading-3[b-2gsaidc8j0] {
  height: 1.75em;
}

.skeleton-heading-4[b-2gsaidc8j0] {
  height: 1.5em;
}

.skeleton-heading-5[b-2gsaidc8j0] {
  height: 1.25em;
}

.skeleton-heading-6[b-2gsaidc8j0] {
  height: 1em;
}
/* /Shared/Error404.razor.rz.scp.css */
*[b-51lycm6rei] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*[b-51lycm6rei]::before,
*[b-51lycm6rei]::after {
    content: '';
    position: absolute;
}

body[b-51lycm6rei] {
    background: #1B0034;
    background-image: linear-gradient(135deg, #1B0034 10%, #33265C 100%);
    background-attachment: fixed;
    background-size: cover;

}

.error[b-51lycm6rei] {
    width: 100%;
    height: auto;
    margin: 50px auto;
    text-align: center;
    margin-bottom: 0;
}

.dracula[b-51lycm6rei] {
    width: 230px;
    height: 300px;
    display: inline-block;
    margin: auto;
    overflowX: hidden;
}

.error .p[b-51lycm6rei] {
    height: 100%;
    color: #C0D7DD;
    font-size: 280px;
    margin: 50px;
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-family: 'Combo', cursive;
}


.con[b-51lycm6rei] {
    width: 500px;
    height: 500px;
    position: relative;
    margin: 9% auto 0;
    animation: ani9-b-51lycm6rei 0.7s ease-in-out infinite alternate;
}

@keyframes ani9-b-51lycm6rei {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(30px);
    }

}


.con > *[b-51lycm6rei] {
    position: absolute;
    top: 0;
    left: 0;
}

.hair[b-51lycm6rei] {
    top: -20px;
    width: 210px;
    height: 200px;
    background: #C0D7DD;
    border-radius: 0 50% 0 50%;
    transform: rotate(45deg);
    background: #33265C;
}

.hair-r[b-51lycm6rei] {
    left: 20px;
    width: 210px;
    height: 200px;
    background: #C0D7DD;
    border-radius: 0 50% 0 50%;
    transform: rotate(45deg);
    background: #33265C;

}

.head[b-51lycm6rei] {
    width: 200px;
    height: 200px;
    background: #C0D7DD;
    border-radius: 0 50% 0 50%;
    transform: rotate(45deg);
}

.eye[b-51lycm6rei] {
    width: 20px;
    height: 20px;
    background: #111113;
    border-radius: 50%;
    top: 15%;
    left: 11.5%;
    transition: .3s linear;
}

.eye-r[b-51lycm6rei] {
    left: 24%;
}

.mouth[b-51lycm6rei] {
    width: 60px;
    height: 20px;
    background: #840021;
    top: 20%;
    left: 14%;
    border-radius: 50% / 0 0 100% 100%;
}

.mouth[b-51lycm6rei]::after {

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 13px solid #FFFFFF;
    left: 10px;

}

.mouth[b-51lycm6rei]::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 13px solid #FFFFFF;
    left: 40px;
}

.blod[b-51lycm6rei] {
    width: 8px;
    height: 20px;
    background: #840021;
    top: 23%;
    left: 17%;
    border-radius: 20px;
}

.blod[b-51lycm6rei]::after {
    width: 2px;
    height: 10px;
    background: #FFF;
    top: 20%;
    left: 10%;
    border-radius: 20px;

}

.blod2[b-51lycm6rei] {
    top: 23%;
    left: 20%;
    width: 13px;
    height: 13px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(130deg);
    animation: blod-b-51lycm6rei 2s linear infinite;
    opacity: 0;
}

@keyframes blod-b-51lycm6rei {
    0% {
        opacity: 1;
    }
    100% {
        background: red;
        opacity: 0;
        top: 50%;
    }


}


/* page-ms */
.page-ms[b-51lycm6rei] {
    transform: translateY(-50px);
}

.error p.page-msg[b-51lycm6rei] {
    text-align: center;
    color: #C0D7DD;
    font-size: 30px;
    font-family: 'Combo', cursive;
    margin-bottom: 20px;
}

button.go-back[b-51lycm6rei] {
    font-size: 30px;
    font-family: 'Combo', cursive;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s linear;
    z-index: 9;
    border-radius: 10px;
    background: #C0D7DD;
    color: #33265C;
    box-shadow: 0 0 10px 0 #C0D7DD;
    margin-top: 20px;
}

button:hover[b-51lycm6rei] {
    box-shadow: 0 0 20px 0 #C0D7DD;
}

