@import '_content/Appliman.SuperComponents/Appliman.SuperComponents.eue9v4ritt.bundle.scp.css';
@import '_content/AuditStock.BlazorWebApp/AuditStock.BlazorWebApp.fmzd9raoor.bundle.scp.css';
@import '_content/AuditStock.PluginClient/AuditStock.PluginClient.00yb5g8zyl.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/AgentAI/ChatBot.razor.rz.scp.css */
.chatbot-page[b-53jzxqs8p3] {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 130px);
	color: #ececf1;
}

.chatbot-empty-state[b-53jzxqs8p3] {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 1rem;
	padding: 1rem;
	pointer-events: none;
}

.chatbot-empty-intro[b-53jzxqs8p3] {
	font-size: 0.875rem;
	color: #6b7280;
	line-height: 1.5;
	padding: 0 1rem;
}

.chatbot-suggestions[b-53jzxqs8p3] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: stretch;
	pointer-events: auto;
	padding: 0 1rem;
}

.chatbot-suggestion[b-53jzxqs8p3] {
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 1rem;
	padding: 0.65rem 1rem;
	font-size: 0.9rem;
	color: #374151;
	cursor: pointer;
	text-align: left;
	transition: background 0.15s, border-color 0.15s;
}

.chatbot-suggestion:hover[b-53jzxqs8p3] {
	background: #f3f4f6;
	border-color: #9ca3af;
}

.offcanvas[b-53jzxqs8p3] {
	display: flex;
	flex-direction: column;
   height: 100vh;
}

.offcanvas-body[b-53jzxqs8p3] {
	position: relative;
  display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	flex: 1;
	min-height: 0;
	overflow: hidden;
   padding-bottom: 0;
}

.chatbot-empty-state h1[b-53jzxqs8p3] {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.chatbot-history[b-53jzxqs8p3] {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
   padding: 1.5rem 1rem 1rem;
	overflow-y: auto;
   color: #1f2937;
   min-height: 0;
   flex: 1;
}

.chatbot-history.is-empty[b-53jzxqs8p3] {
	visibility: hidden;
}

.chatbot-message[b-53jzxqs8p3] {
 max-width: 100%;
	padding: 0.9rem 1.1rem;
	border-radius: 1rem;
	line-height: 1.45;
}

.chatbot-message.user[b-53jzxqs8p3] {
	align-self: flex-end;
  max-width: min(85%, 760px);
	background-color: #ffffff;
	border: 1px solid #d1d5db;
	color: #111827;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	white-space: pre-wrap;
}

.chatbot-message.assistant[b-53jzxqs8p3] {
 align-self: stretch;
	width: 100%;
	background-color: transparent;
	color: #111827;
	padding-left: 0;
	padding-right: 0;
}

.chatbot-message.assistant[b-53jzxqs8p3]  table {
	width: 100%;
	border-collapse: collapse;
	margin: 0.75rem 0;
	font-size: 0.9rem;
}

.chatbot-message.assistant[b-53jzxqs8p3]  th,
.chatbot-message.assistant[b-53jzxqs8p3]  td {
	border: 1px solid #d1d5db;
	padding: 0.45rem 0.65rem;
	text-align: left;
}

.chatbot-message.assistant[b-53jzxqs8p3]  th {
	background-color: #f3f4f6;
	font-weight: 600;
}

.chatbot-message.assistant[b-53jzxqs8p3]  tr:nth-child(even) {
	background-color: #f9fafb;
}

.chatbot-message.assistant[b-53jzxqs8p3]  ol,
.chatbot-message.assistant[b-53jzxqs8p3]  ul {
	padding-left: 1.5rem;
	margin: 0.5rem 0;
}

.chatbot-message.assistant[b-53jzxqs8p3]  li {
	margin-bottom: 0.4rem;
}

.chatbot-loading[b-53jzxqs8p3] {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
}

.chatbot-loading-spinner[b-53jzxqs8p3] {
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(236, 236, 241, 0.35);
	border-top-color: #ececf1;
	border-radius: 50%;
	animation: chatbot-spin-b-53jzxqs8p3 0.8s linear infinite;
}

@keyframes chatbot-spin-b-53jzxqs8p3 {
	to {
		transform: rotate(360deg);
	}
}

.chatbot-input-wrap[b-53jzxqs8p3] {
    margin-top: 0;
	left: 0;
	right: 0;
	padding: 0 1rem;
   flex-shrink: 0;
}

.chatbot-input-wrap.is-centered[b-53jzxqs8p3] {
	position: absolute;
	top: 50%;
	transform: translateY(3.2rem);
}

.chatbot-input-wrap.is-bottom[b-53jzxqs8p3] {
    position: relative;
	bottom: auto;
	left: 0;
	right: 0;
 z-index: 1;
	margin-top: 0;
	padding-bottom: 1rem;
 background: #f8f9fa;
}

.chatbot-input-shell[b-53jzxqs8p3] {
	display: flex;
    align-items: flex-end;
	gap: 0.75rem;
	max-width: 940px;
	margin: 0 auto;
	padding: 0.65rem 0.8rem;
	border-radius: 1.4rem;
   background: #ffffff;
	border: 1px solid #d1d5db;
}

.chatbot-input[b-53jzxqs8p3] {
	flex: 1;
	min-width: 0;
   min-height: 5.5rem;
	max-height: 14rem;
	border: none;
	outline: none;
	background: transparent;
    color: #111827;
	font-size: 1rem;
   line-height: 1.4;
	resize: none;
	overflow-y: auto;
}

.chatbot-input[b-53jzxqs8p3]::placeholder {
   color: #6b7280;
}

.chatbot-model-wrap[b-53jzxqs8p3] {
	max-width: 940px;
	margin: 0.5rem auto 0;
}

.chatbot-model-combobox[b-53jzxqs8p3] {
	border-color: #d1d5db;
	color: #111827;
	background-color: #ffffff;
}

.chatbot-send-button[b-53jzxqs8p3] {
	width: 2.2rem;
	height: 2.2rem;
	border: none;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #141414;
}

.chatbot-send-button.is-stop[b-53jzxqs8p3] {
	background: #ff5e5e;
	color: #ffffff;
}

.chatbot-send-button:disabled[b-53jzxqs8p3] {
	opacity: 0.5;
}
/* /Pages/Analysis/Calendar.razor.rz.scp.css */
.calendar-table[b-1oa2pu4tau] {
        table-layout: fixed;
        width: 100%;
        font-size: 0.8rem;
    }

    .calendar-table th[b-1oa2pu4tau],
    .calendar-table td[b-1oa2pu4tau] {
        padding: 0.15rem 0.35rem;
        line-height: 1.1;
        white-space: nowrap;
        vertical-align: middle;
    }

    .calendar-table thead th[b-1oa2pu4tau] {
        font-size: 0.95rem;
    }

    .calendar-table .week-column[b-1oa2pu4tau] {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .calendar-table .day-column[b-1oa2pu4tau] {
        width: 3%;
        min-width: 3%;
        text-align: end;
    }

    .calendar-table .month-column[b-1oa2pu4tau] {
    }

    .calendar-table .week-number-cell[b-1oa2pu4tau] {
        text-align: center;
        vertical-align: middle;
        font-size: 0.85rem;
        font-weight: 600;
        border-bottom: 2px solid var(--bs-secondary);
    }

    .calendar-table .today-cell[b-1oa2pu4tau] {
        background-color: var(--bs-success-bg-subtle);
        box-shadow: inset 0 0 0 2px var(--bs-success);
    }

    .calendar-table .current-week-cell[b-1oa2pu4tau] {
        background-color: var(--bs-success-bg-subtle);
        font-weight: 700;
    }

    .calendar-table .current-month-header[b-1oa2pu4tau] {
        background-color: var(--bs-success-bg-subtle);
        font-weight: 700;
    }

    .calendar-table .current-quarter-header[b-1oa2pu4tau] {
        background-color: var(--bs-success-bg-subtle);
        font-weight: 700;
    }

    .calendar-table .sunday-border[b-1oa2pu4tau] {
        border-bottom: 2px solid var(--bs-secondary);
    }

    .calendar-table .weekend-cell[b-1oa2pu4tau] {
        background-color: var(--bs-gray-300);
        color: var(--bs-secondary);
    }

    .calendar-table .disabled-cell[b-1oa2pu4tau] {
        opacity: 0.4;
        pointer-events: none;
        cursor: default;
    }
/* /Pages/Analysis/ListKpi.razor.rz.scp.css */
.kpi-table-container[b-094f4ki9fo] {
    height: 100%;
    overflow: auto;
    position: relative;
}

.kpi-table[b-094f4ki9fo] {
    border-collapse: separate;
    border-spacing: 0;
}

.kpi-table td[b-094f4ki9fo],
.kpi-table th[b-094f4ki9fo] {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.kpi-table th:first-child[b-094f4ki9fo],
.kpi-table td:first-child[b-094f4ki9fo] {
    border-left: 1px solid #dee2e6;
}

.kpi-table thead tr:first-child th[b-094f4ki9fo] {
    border-top: 1px solid #dee2e6;
}

.kpi-table thead th[b-094f4ki9fo] {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 1;
}

.kpi-frozen[b-094f4ki9fo] {
    position: sticky !important;
    z-index: 10 !important;
}

.kpi-frozen-col-1[b-094f4ki9fo] {
    left: 0;
    min-width: 30px;
    max-width: 30px;
}

.kpi-frozen-col-2[b-094f4ki9fo] {
    left: 30px;
    min-width: 30px;
    max-width: 30px;
}

.kpi-frozen-col-3[b-094f4ki9fo] {
    left: 60px;
    min-width: 280px;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.15);
}

thead th.kpi-frozen[b-094f4ki9fo] {
    z-index: 20 !important;
    background-color: #f8f9fa !important;
}

tbody td.kpi-frozen[b-094f4ki9fo] {
    background-color: #fff !important;
}

tbody tr:hover td.kpi-frozen[b-094f4ki9fo] {
    background-color: #f8f9fa !important;
}

tbody tr.table-active td.kpi-frozen[b-094f4ki9fo] {
    background-color: var(--bs-table-active-bg) !important;
}

/* Style pour la ligne de groupe */
.kpi-group-row[b-094f4ki9fo] {
    background-color: #f8f9fa;
}

.kpi-group-row td[b-094f4ki9fo] {
    border-bottom: 2px solid #dee2e6 !important;
    background-color: #f8f9fa;
}

.kpi-group-row td.kpi-frozen[b-094f4ki9fo] {
    background-color: #f8f9fa !important;
}

.kpi-group-fill[b-094f4ki9fo] {
    background-color: #f8f9fa;
}

/* Styles pour le mode superposition */
.kpi-year-prev[b-094f4ki9fo] {
    background-color: #f0f7ff !important;
    color: #212529 !important;
}

.kpi-year-current[b-094f4ki9fo] {
    background-color: #fff9e6 !important;
    color: #212529 !important;
}

thead th.kpi-year-prev[b-094f4ki9fo] {
    background-color: #d4e8ff !important;
    color: #212529 !important;
    font-weight: 600;
}

thead th.kpi-year-current[b-094f4ki9fo] {
    background-color: #fff3cc !important;
    color: #212529 !important;
    font-weight: 600;
}

tbody tr:hover td.kpi-year-prev[b-094f4ki9fo] {
    background-color: #e3efff !important;
    color: #212529 !important;
}

tbody tr:hover td.kpi-year-current[b-094f4ki9fo] {
    background-color: #fff6d9 !important;
    color: #212529 !important;
}

/* Styles pour la colonne de comparaison */
.kpi-comparison[b-094f4ki9fo] {
    background-color: #f5f5f5 !important;
    color: #212529 !important;
    min-width: 30px;
    max-width: 35px;
    padding: 2px 4px !important;
}

thead th.kpi-comparison[b-094f4ki9fo] {
    background-color: #e9ecef !important;
    font-weight: 600;
}

tbody tr:hover td.kpi-comparison[b-094f4ki9fo] {
    background-color: #e9ecef !important;
}
/* /Pages/Analysis/TemporalReport.razor.rz.scp.css */
.kpi-group[b-eln3tb1h5j] {
    background-color: var(--bs-gray-200);
    border-top: 2px solid var(--bs-border-color);
    font-weight: 600;
}
/* /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/Common/Dialogs/ImportInitialProductListDialog.razor.rz.scp.css */
.upload-drop-zone-wrapper[b-28iwf3jc5n] {
    position: relative;
}

.upload-drop-zone[b-28iwf3jc5n] {
    min-height: 220px;
    cursor: pointer;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: #d0d7e2 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.upload-drop-zone:hover[b-28iwf3jc5n],
.upload-drop-zone-wrapper.dragover .upload-drop-zone[b-28iwf3jc5n] {
    border-color: var(--bs-primary) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    box-shadow: 0 0.75rem 1.5rem rgba(13, 110, 253, 0.08);
    transform: translateY(-1px);
}

.upload-drop-zone-wrapper[b-28iwf3jc5n]  .upload-drop-zone-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.upload-drop-zone-icon[b-28iwf3jc5n] {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.35rem;
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

.upload-drop-zone-action[b-28iwf3jc5n] {
    color: var(--bs-primary);
    background-color: #eef4ff;
    border: 1px solid #cfe0ff;
    font-weight: 600;
}

.upload-selected-file[b-28iwf3jc5n] {
    max-width: 100%;
    color: #334155;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Common/Doc.razor.rz.scp.css */
.doc-container[b-3oc2s6nz03] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: #ffffff;
    min-height: 100vh;
}

.doc-loading[b-3oc2s6nz03] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 1rem;
}

.doc-content[b-3oc2s6nz03] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.doc-content[b-3oc2s6nz03]  h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e5e5;
    color: #2c3e50;
}

.doc-content[b-3oc2s6nz03]  h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
    color: #34495e;
}

.doc-content[b-3oc2s6nz03]  h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #34495e;
}

.doc-content[b-3oc2s6nz03]  h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #34495e;
}

.doc-content[b-3oc2s6nz03]  p {
    margin-bottom: 1rem;
}

.doc-content[b-3oc2s6nz03]  a {
    color: #0066cc;
    text-decoration: none;
}

.doc-content[b-3oc2s6nz03]  a:hover {
    text-decoration: underline;
}

.doc-content[b-3oc2s6nz03]  code {
    background-color: #f5f5f5;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.9em;
    color: #e83e8c;
}

.doc-content[b-3oc2s6nz03]  pre {
    background-color: #f6f8fa;
    border-radius: 6px;
    padding: 1rem;
    overflow-x: auto;
    margin-bottom: 1rem;
    border: 1px solid #e1e4e8;
}

.doc-content[b-3oc2s6nz03]  pre code {
    background-color: transparent;
    padding: 0;
    color: #24292e;
    font-size: 0.875rem;
}

.doc-content[b-3oc2s6nz03]  blockquote {
    border-left: 4px solid #dfe2e5;
    padding-left: 1rem;
    margin-left: 0;
    color: #6a737d;
    font-style: italic;
}

.doc-content[b-3oc2s6nz03]  ul,
.doc-content[b-3oc2s6nz03]  ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.doc-content[b-3oc2s6nz03]  li {
    margin-bottom: 0.5rem;
}

.doc-content[b-3oc2s6nz03]  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 6px;
}

.doc-content[b-3oc2s6nz03]  table th,
.doc-content[b-3oc2s6nz03]  table td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #e1e4e8;
}

.doc-content[b-3oc2s6nz03]  table th {
    background-color: #f6f8fa;
    font-weight: 600;
}

.doc-content[b-3oc2s6nz03]  table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.doc-content[b-3oc2s6nz03]  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.doc-content[b-3oc2s6nz03]  hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 2rem 0;
}

.doc-content[b-3oc2s6nz03]  .mermaid {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .doc-container[b-3oc2s6nz03] {
        padding: 1rem;
    }

    .doc-content[b-3oc2s6nz03]  h1 {
        font-size: 2rem;
    }

    .doc-content[b-3oc2s6nz03]  h2 {
        font-size: 1.5rem;
    }

    .doc-content[b-3oc2s6nz03]  h3 {
        font-size: 1.25rem;
    }
}
/* /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/ListStockItemByProduct.razor.rz.scp.css */
[b-qu1x6site3].stock-item-list li {
    border: 0 !important;
    padding: 0 !important;
}
