/* /Components/Pages/Commandes/CodeVerification.razor.rz.scp.css */
.input-code[b-qsho752t0w] {
    font-family: monospace;
    letter-spacing: 8px;
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 240px;
    outline: none;
    background-color: white;
}

.input-code[b-qsho752t0w]::placeholder {
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.3);
}

.input-code:focus[b-qsho752t0w] {
    border-color: #2E7D32;
    box-shadow: 0 0 8px rgba(46, 125, 50, 0.6);
}

.btn-validate[b-qsho752t0w] {
    position: relative;
    overflow: hidden;
    background-color: #4CAF50;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}

.btn-validate:hover[b-qsho752t0w] {
    background-color: #388E3C;
}

.btn-validate:active[b-qsho752t0w] {
    transform: scale(0.95);
}

.btn-validate[b-qsho752t0w]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transition: left 0.3s ease-in-out;
}

.btn-validate:active[b-qsho752t0w]::after {
    left: 100%;
}
/* /Components/Pages/Commandes/Commandes.razor.rz.scp.css */
@font-face {
    font-family: EtiquetteFont;
    src: url("https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZVC8iB7HM.woff2") format("woff2");
}

@font-face {
    font-family: 'Courgette';
    src: url(https://fonts.gstatic.com/s/courgette/v17/wEO_EBrAnc9BLjLQAUk1VvoK.woff2) format("woff2");
}

.courgette-regular[b-tmaqwzwsq8] {
    font-family: "Courgette", serif;
}

.animate-fade-in[b-tmaqwzwsq8] {
    animation: fadeIn-b-tmaqwzwsq8 1s ease-in-out;
}

.animate-zoom-in[b-tmaqwzwsq8] {
    animation: zoomIn-b-tmaqwzwsq8 0.8s ease-in-out;
}

.animate-slide-in[b-tmaqwzwsq8] {
    animation: slideIn-b-tmaqwzwsq8 0.8s ease-out;
}

@keyframes fadeIn-b-tmaqwzwsq8 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn-b-tmaqwzwsq8 {
    from {
        transform: scale(0.9);
        opacity: 0.5;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideIn-b-tmaqwzwsq8 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes blink-b-tmaqwzwsq8 {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

@keyframes tutoborder-b-tmaqwzwsq8 {
    0% { border: 1px solid orange; }
    50% { border: 2px solid orange; }
    100% { border: 3px solid orange; }
}

.animate-blink[b-tmaqwzwsq8] {
    animation: blink-b-tmaqwzwsq8 1s infinite;
}

.animate-blink-section[b-tmaqwzwsq8] {
    animation: tutoborder-b-tmaqwzwsq8 1s infinite;
}

.btn-validate2[b-tmaqwzwsq8] {
    overflow: hidden;
    background-color: #4CAF50;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}

.btn-validate2:hover[b-tmaqwzwsq8] {
    background-color: #388E3C;
}

.btn-validate2:active[b-tmaqwzwsq8] {
    transform: scale(0.95);
}

.btn-validate2[b-tmaqwzwsq8]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transition: left 0.3s ease-in-out;
}

.btn-validate2:active[b-tmaqwzwsq8]::after {
    left: 100%;
}
/* /Components/Pages/Dashboard/OrderDash.razor.rz.scp.css */
