@import '_content/AuditStock.BlazorWebApp/AuditStock.BlazorWebApp.je0hbhc1jj.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/Catalog/ProductTimeLine.razor.rz.scp.css */
/* Timeline Container */
.timeline-container[b-7d540nnfav] {
    position: relative;
    padding: 1.5rem 0;
    min-height: 100vh; /* Assurer une hauteur minimale */
}

/* SVG Connection Lines - doit couvrir tout le conteneur */
.timeline-connections[b-7d540nnfav] {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: visible;
}

/* Axe central vertical */
.timeline-container[b-7d540nnfav]::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #dee2e6 0%, #dee2e6 100%);
    transform: translateX(-50%);
    z-index: 0;
}

/* Timeline Item */
.timeline-item[b-7d540nnfav] {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    width: 100%;
    z-index: 2;
}

.timeline-item:last-child[b-7d540nnfav] {
    margin-bottom: 0;
}

/* Timeline Content Wrapper */
.timeline-content[b-7d540nnfav] {
    position: relative;
    width: 45%;
    padding: 0 1rem;
}

/* Items à gauche */
.timeline-left .timeline-content[b-7d540nnfav] {
    margin-left: 0;
    margin-right: auto;
    text-align: right;
}

/* Items à droite */
.timeline-right .timeline-content[b-7d540nnfav] {
    margin-left: auto;
    margin-right: 0;
    text-align: left;
}

/* Badge date sur l'axe central */
.timeline-date-badge[b-7d540nnfav] {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: center;
    border: 4px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.timeline-left .timeline-date-badge[b-7d540nnfav] {
    right: -35px;
    transform: translateX(50%);
}

.timeline-right .timeline-date-badge[b-7d540nnfav] {
    left: -35px;
    transform: translateX(-50%);
}

/* Card avec effet d'ombre */
.timeline-card[b-7d540nnfav] {
    background: white;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    z-index: 5;
}

/* Indicateur de connexion (point) - par défaut à gauche */
.connection-indicator[b-7d540nnfav] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e91e63;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #e91e63, 0 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 15;
}

/* Indicateur de connexion à gauche de la card (pour les réceptions et commandes fournisseurs) */
.connection-indicator-left[b-7d540nnfav] {
    left: -25px;
}

/* Indicateur de connexion à droite de la card (pour les livraisons et commandes clients) */
.connection-indicator-right[b-7d540nnfav] {
    right: -25px;
}

/* Variantes de couleur pour les indicateurs */
.connection-indicator-primary[b-7d540nnfav] {
    background-color: #0d6efd;
    box-shadow: 0 0 0 2px #0d6efd, 0 2px 4px rgba(0, 0, 0, 0.15);
}

.connection-indicator-success[b-7d540nnfav] {
    background-color: #198754;
    box-shadow: 0 0 0 2px #198754, 0 2px 4px rgba(0, 0, 0, 0.15);
}

.connection-indicator-warning[b-7d540nnfav] {
    background-color: #ffc107;
    box-shadow: 0 0 0 2px #ffc107, 0 2px 4px rgba(0, 0, 0, 0.15);
}

.connection-indicator-info[b-7d540nnfav] {
    background-color: #0dcaf0;
    box-shadow: 0 0 0 2px #0dcaf0, 0 2px 4px rgba(0, 0, 0, 0.15);
}

.timeline-card:hover[b-7d540nnfav] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.timeline-card-header[b-7d540nnfav] {
    color: #495057;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* Flèche pointant vers l'axe central */
.timeline-card[b-7d540nnfav]::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline-left .timeline-card[b-7d540nnfav]::before {
    right: -15px;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent white;
}

.timeline-right .timeline-card[b-7d540nnfav]::before {
    left: -15px;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
}

/* Timeline Events */
.timeline-events[b-7d540nnfav] {
    text-align: left;
}

.timeline-event[b-7d540nnfav] {
    padding: 0.25rem 0;
}

.timeline-event strong[b-7d540nnfav] {
    margin-right: 0.25rem;
}

/* Connection paths */
.connection-path[b-7d540nnfav] {
    transition: opacity 0.3s ease, stroke-width 0.3s ease;
}

.timeline-item:hover ~ svg .connection-path[b-7d540nnfav],
svg:has(+ .timeline-item:hover) .connection-path[b-7d540nnfav] {
    opacity: 1 !important;
    stroke-width: 4;
}

/* Connecteurs entre événements liés */
.timeline-connector-svg[b-7d540nnfav] {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    overflow: visible;
}

/* Style pour les lignes de connexion */
.connection-line[b-7d540nnfav] {
    stroke: #e91e63;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.8;
}

/* Points de connexion */
.connection-dot[b-7d540nnfav] {
    fill: #e91e63;
    stroke: white;
    stroke-width: 2;
}

/* Highlight au survol */
.timeline-item:hover ~ .timeline-connector-svg .connection-line[b-7d540nnfav] {
    opacity: 1;
    stroke-width: 4;
}

/* Animation de la ligne */
@keyframes drawLine-b-7d540nnfav {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.connection-line[b-7d540nnfav] {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLine-b-7d540nnfav 1s ease-out forwards;
}

/* Responsive */
@media (max-width: 768px) {
    /* Sur mobile, tout aligné à droite avec axe à gauche */
    .timeline-container[b-7d540nnfav]::before {
        left: 30px;
    }

    .timeline-item[b-7d540nnfav] {
        padding-left: 60px;
        margin-bottom: 1.5rem;
    }

    .timeline-content[b-7d540nnfav] {
        width: 100%;
        text-align: left;
        padding: 0 0.75rem;
    }

    .timeline-left .timeline-content[b-7d540nnfav],
    .timeline-right .timeline-content[b-7d540nnfav] {
        margin: 0;
        text-align: left;
    }

    .timeline-date-badge[b-7d540nnfav] {
        left: 0 !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }

    .timeline-card[b-7d540nnfav] {
        padding: 0.75rem;
    }

    .timeline-card[b-7d540nnfav]::before {
        left: -15px !important;
        right: auto !important;
        border-width: 15px 15px 15px 0 !important;
        border-color: transparent white transparent transparent !important;
    }

    .timeline-events[b-7d540nnfav] {
        text-align: left;
    }

    /* Hide connection indicators on mobile for cleaner look */
    .connection-indicator[b-7d540nnfav] {
        display: none;
    }

    /* Hide connection paths on mobile */
    .connection-path[b-7d540nnfav] {
        display: none;
    }
}

/* Animations */
@keyframes fadeInUp-b-7d540nnfav {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item[b-7d540nnfav] {
    animation: fadeInUp-b-7d540nnfav 0.6s ease-out;
}
/* /Pages/Common/Components/AvailableTagListSelector.razor.rz.scp.css */
.badge:hover[b-0ap7o7hmns] {
	transform: translateY(-1px);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2) !important;
}

.badge:active[b-0ap7o7hmns] {
	transform: translateY(0);
}

/* Style spécial pour les tags sélectionnés */
.badge.border-2[b-0ap7o7hmns] {
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Styles pour les flèches de navigation */
.tag-selector-container .nav-arrow[b-0ap7o7hmns] {
	min-width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
}

.tag-selector-container .nav-arrow:hover[b-0ap7o7hmns] {
	transform: translateY(-1px);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.tag-selector-container .nav-arrow:active[b-0ap7o7hmns] {
	transform: translateY(0);
}
/* /Pages/Common/Contexts/ListDocumentByEntity.razor.rz.scp.css */
[b-otsxkystku].list-item li {
	border: 0 !important;
	padding: 0 !important;
}
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-1i5pr8f7of] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-1i5pr8f7of] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-a0l4shbrcu],
.components-reconnect-repeated-attempt-visible[b-a0l4shbrcu],
.components-reconnect-failed-visible[b-a0l4shbrcu],
.components-pause-visible[b-a0l4shbrcu],
.components-resume-failed-visible[b-a0l4shbrcu],
.components-rejoining-animation[b-a0l4shbrcu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-retrying[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-failed[b-a0l4shbrcu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-a0l4shbrcu] {
    display: block;
}


#components-reconnect-modal[b-a0l4shbrcu] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-a0l4shbrcu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-a0l4shbrcu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-a0l4shbrcu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-a0l4shbrcu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-a0l4shbrcu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-a0l4shbrcu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-a0l4shbrcu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-a0l4shbrcu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-a0l4shbrcu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-a0l4shbrcu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-a0l4shbrcu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-a0l4shbrcu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-a0l4shbrcu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-a0l4shbrcu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-a0l4shbrcu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-a0l4shbrcu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-a0l4shbrcu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-a0l4shbrcu {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Pages/Storage/Contexts/ListProductByWarehouse.razor.rz.scp.css */
[b-x4lqqtu8cb].pwd-data-list li {
    border: 0 !important;
    padding: 0 !important;
}
/* /Pages/Storage/Contexts/ListStockItem.razor.rz.scp.css */
[b-u5913g5eid].stock-item-list li {
    border: 0 !important;
    padding: 0 !important;
}
