@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/Proxiweb.BlazorWebApp/Proxiweb.BlazorWebApp.suh3j6h6nx.bundle.scp.css';

/* /Pages/Account/Chat.razor.rz.scp.css */
/* Styles pour le composant Chat principal */

/* Layout principal */
.chat-container[b-zifl28fu2j] {
    height: calc(100vh - 60px);
}

.chat-sidebar[b-zifl28fu2j] {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    overflow-y: auto;
}

.chat-main[b-zifl28fu2j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.chat-users-list[b-zifl28fu2j] {
    flex: 1;
    overflow-y: auto;
}

.chat-header[b-zifl28fu2j] {
    border-bottom: 1px solid #dee2e6;
    background: white;
    min-height: 70px;
}

.chat-messages[b-zifl28fu2j] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background: #f8f9fa;
}

.chat-input[b-zifl28fu2j] {
    border-top: 1px solid #dee2e6;
    background: white;
    padding: 1rem;
}

.chat-input-textarea[b-zifl28fu2j] {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    resize: none;
}

.chat-input-textarea:focus[b-zifl28fu2j] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Messages */
.message-wrapper[b-zifl28fu2j] {
    margin-bottom: 1rem;
    animation: fadeIn-b-zifl28fu2j 0.3s ease-in-out;
}

.message-wrapper.own-message[b-zifl28fu2j] {
    margin-left: 20%;
}

.message-wrapper.other-message[b-zifl28fu2j] {
    margin-right: 20%;
}

/* Avatars */
.avatar-circle[b-zifl28fu2j] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Avatar de groupe avec couleur cyan */
.avatar-circle.bg-info[b-zifl28fu2j] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
    color: white !important;
}

/* Avatar "Message à tous" avec couleur orange/rose */
.avatar-circle.message-all[b-zifl28fu2j] {
    background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%) !important;
    color: white !important;
}

.avatar-circle-small[b-zifl28fu2j] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.online-indicator[b-zifl28fu2j] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #28a745;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.group-indicator[b-zifl28fu2j] {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    background: #0d6efd;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Accordéons */
.accordion-button[b-zifl28fu2j] {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.accordion-button:not(.collapsed)[b-zifl28fu2j] {
    background-color: #f8f9fa !important;
    color: inherit !important;
}

.accordion-button[b-zifl28fu2j]::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    font-weight: 900;
    background-image: none;
    transform: none;
    transition: transform 0.2s ease;
}

.accordion-button.collapsed[b-zifl28fu2j]::after {
    transform: rotate(-90deg);
}

.accordion-collapse[b-zifl28fu2j] {
    transition: all 0.35s ease;
}

.accordion-button .btn-link[b-zifl28fu2j] {
    opacity: 0.8;
}

.accordion-button:hover .btn-link[b-zifl28fu2j] {
    opacity: 1;
}

/* Bouton + pour créer un groupe */
.btn-link.text-primary[b-zifl28fu2j] {
    transition: transform 0.2s ease;
    font-size: 14px !important;
    text-decoration: none !important;
}

.btn-link.text-primary:hover[b-zifl28fu2j] {
    transform: scale(1.2);
    color: #0056b3 !important;
    text-decoration: none !important;
}

.accordion-header .btn-link[b-zifl28fu2j] {
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    border: 1px solid rgba(13, 110, 253, 0.3);
}

.accordion-header .btn-link:hover[b-zifl28fu2j] {
    background: rgba(13, 110, 253, 0.2);
    border-color: rgba(13, 110, 253, 0.5);
}

/* Chat user items */
.chat-user-item[b-zifl28fu2j] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.chat-user-item:hover[b-zifl28fu2j] {
    background-color: rgba(0, 123, 255, 0.1);
}

.chat-user-item.selected[b-zifl28fu2j] {
    background-color: rgba(0, 123, 255, 0.15);
    border-left: 3px solid #007bff;
}

.user-hover:hover[b-zifl28fu2j] {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 768px) {
    .chat-sidebar[b-zifl28fu2j] {
        width: 100%;
        max-width: 100%;
    }
    
    .message-wrapper.own-message[b-zifl28fu2j] {
        margin-left: 10%;
    }
    
    .message-wrapper.other-message[b-zifl28fu2j] {
        margin-right: 10%;
    }
}

@media (max-width: 576px) {
    .chat-container[b-zifl28fu2j] {
        height: calc(100vh - 56px);
    }
    
    .message-wrapper.own-message[b-zifl28fu2j],
    .message-wrapper.other-message[b-zifl28fu2j] {
        margin-left: 0;
        margin-right: 0;
    }
    
    .chat-sidebar[b-zifl28fu2j] {
        width: 100%;
        position: absolute;
        z-index: 1000;
    }
}

/* Animations */
@keyframes fadeIn-b-zifl28fu2j {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/Account/Components/ChatGroup.razor.rz.scp.css */
/* Styles pour le composant ChatGroup */

.group-indicator[b-p2vrt54slx] {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    background: #0d6efd;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.manage-btn[b-p2vrt54slx] {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.chat-user-item:hover .manage-btn[b-p2vrt54slx] {
    opacity: 1;
}

.avatar-circle[b-p2vrt54slx] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chat-user-item[b-p2vrt54slx] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.chat-user-item:hover[b-p2vrt54slx] {
    background-color: rgba(0, 123, 255, 0.1);
}

.chat-user-item.selected[b-p2vrt54slx] {
    background-color: rgba(0, 123, 255, 0.15);
    border-left: 3px solid #007bff;
}

.user-hover:hover[b-p2vrt54slx] {
    background-color: rgba(0, 0, 0, 0.05);
}
/* /Pages/Account/Components/ChatGroupManager.razor.rz.scp.css */
/* Styles pour le composant ChatGroupManager */

.avatar-circle-small[b-p6gnbkfhhc] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.modal-content[b-p6gnbkfhhc] {
    border-radius: 0.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.modal-header[b-p6gnbkfhhc] {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.modal-body[b-p6gnbkfhhc] {
    padding: 1.5rem;
}

.modal-footer[b-p6gnbkfhhc] {
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.member-item[b-p6gnbkfhhc] {
    transition: background-color 0.2s ease;
}

.member-item:hover[b-p6gnbkfhhc] {
    background-color: rgba(0, 0, 0, 0.05);
}

.danger-zone[b-p6gnbkfhhc] {
    background-color: rgba(220, 53, 69, 0.05);
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 0.375rem;
    padding: 1rem;
}
/* /Pages/Account/Components/ChatMessageItem.razor.rz.scp.css */
/* Styles pour le composant ChatMessageItem */

/* Bulles de messages */
.message-bubble[b-3sqczlmxbp] {
    max-width: 500px;
    padding: 10px 15px;
    border-radius: 18px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.message-bubble.own[b-3sqczlmxbp] {
    background-color: #007bff;
    color: white;
    border-bottom-right-radius: 4px;
}

.message-bubble.other[b-3sqczlmxbp] {
    background-color: white;
    color: #333;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 4px;
}

/* Mode édition */
.message-item-container-edit[b-3sqczlmxbp] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

.edit-area-container[b-3sqczlmxbp] {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.message-edit-textarea[b-3sqczlmxbp] {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}

.message-edit-textarea:focus[b-3sqczlmxbp] {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Conteneur de message */
.message-item-container[b-3sqczlmxbp] {
    position: relative;
    width: auto;
}

.message-content[b-3sqczlmxbp] {
    flex: 1;
    flex-grow: 1;
    word-wrap: break-word;
    word-break: break-word;
}

/* Menu dropdown et boutons */
.message-menu-btn[b-3sqczlmxbp] {
    opacity: 0;
    transition: opacity 0.2s ease;
    border: none !important;
    background: transparent !important;
    padding: 0.25rem !important;
}

[b-3sqczlmxbp] .message-wrapper:hover .message-menu-btn {
    opacity: 0.8;
}

.message-menu-btn:hover[b-3sqczlmxbp] {
    opacity: 1 !important;
}

/* Styles très spécifiques pour surcharger Bootstrap */
.dropdown-menu .dropdown-item[type="button"][b-3sqczlmxbp] {
    width: 100% !important;
    text-align: left !important;
    border: none !important;
    background: none !important;
    padding: 0.375rem 1rem !important;
    display: block !important;
    clear: both !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    transition: all 0.15s ease-in-out !important;
    outline: none !important;
}

/* État hover/focus pour les boutons normaux avec priorité maximale */
.dropdown-menu .dropdown-item[type="button"]:hover[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"]:focus[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"]:active[b-3sqczlmxbp] {
    color: #1e2125 !important;
    background-color: #e9ecef !important;
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

/* Styles spécifiques pour les icônes des boutons normaux */
.dropdown-menu .dropdown-item[type="button"]:hover i[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"]:focus i[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"]:active i[b-3sqczlmxbp] {
    color: #1e2125 !important;
}

/* Style spécial pour le bouton Supprimer avec priorité maximale */
.dropdown-menu .dropdown-item[type="button"].text-danger[b-3sqczlmxbp] {
    color: #dc3545 !important;
    font-weight: 500 !important;
    background-color: transparent !important;
}

.dropdown-menu .dropdown-item[type="button"].text-danger:hover[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"].text-danger:focus[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"].text-danger:active[b-3sqczlmxbp] {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    text-shadow: none !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

/* Icônes du bouton Supprimer */
.dropdown-menu .dropdown-item[type="button"].text-danger:hover i[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"].text-danger:focus i[b-3sqczlmxbp],
.dropdown-menu .dropdown-item[type="button"].text-danger:active i[b-3sqczlmxbp] {
    color: #ffffff !important;
}

/* Amélioration générale des icônes */
.dropdown-menu .dropdown-item[type="button"] i[b-3sqczlmxbp] {
    transition: color 0.15s ease-in-out !important;
    display: inline-block !important;
}

/* Avatars dans les messages avec dégradé */
.avatar-circle-small[b-3sqczlmxbp] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* Badges boutons */
.badge[type="button"][b-3sqczlmxbp] {
    cursor: pointer;
    transition: opacity 0.2s ease;
    border: none;
    background: transparent;
}

.badge[type="button"]:hover[b-3sqczlmxbp] {
    opacity: 0.8;
}
/* /Pages/Account/Components/ChatUser.razor.rz.scp.css */
/* Styles pour le composant ChatUser */

.chat-user-item[b-ywqgonw9bk] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.chat-user-item:hover[b-ywqgonw9bk] {
    background-color: rgba(0, 123, 255, 0.1);
}

.chat-user-item.selected[b-ywqgonw9bk] {
    background-color: rgba(0, 123, 255, 0.15);
    border-left: 3px solid #007bff;
}

.user-hover:hover[b-ywqgonw9bk] {
    background-color: rgba(0, 0, 0, 0.05);
}

.avatar-circle[b-ywqgonw9bk] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.online-indicator[b-ywqgonw9bk] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #28a745;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* /Pages/Blog/BlogPost.razor.rz.scp.css */
.blog-content[b-j1uqjkr1un] {
	font-size: 1.1rem;
	line-height: 1.7;
}

	.blog-content h1[b-j1uqjkr1un], .blog-content h2[b-j1uqjkr1un], .blog-content h3[b-j1uqjkr1un], .blog-content h4[b-j1uqjkr1un], .blog-content h5[b-j1uqjkr1un], .blog-content h6[b-j1uqjkr1un] {
		margin-top: 2rem;
		margin-bottom: 1rem;
		font-weight: 600;
	}

	.blog-content p[b-j1uqjkr1un] {
		margin-bottom: 1.5rem;
	}

	.blog-content img[b-j1uqjkr1un] {
		max-width: 100%;
		height: auto;
		border-radius: 0.5rem;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		margin: 1.5rem 0;
	}

	.blog-content blockquote[b-j1uqjkr1un] {
		border-left: 4px solid #0d6efd;
		padding-left: 1.5rem;
		margin: 2rem 0;
		font-style: italic;
		background-color: #f8f9fa;
		padding: 1rem 1.5rem;
		border-radius: 0.5rem;
	}

	.blog-content code[b-j1uqjkr1un] {
		background-color: #f8f9fa;
		color: #e83e8c;
		padding: 0.2rem 0.4rem;
		border-radius: 0.25rem;
		font-size: 0.875em;
	}

	.blog-content pre[b-j1uqjkr1un] {
		background-color: #f8f9fa;
		border: 1px solid #dee2e6;
		border-radius: 0.5rem;
		padding: 1rem;
		overflow-x: auto;
		margin: 1.5rem 0;
	}

		.blog-content pre code[b-j1uqjkr1un] {
			background-color: transparent;
			color: inherit;
			padding: 0;
		}


.featured-image-container[b-j1uqjkr1un] {
	max-width: 200px;
	width: 100%;
}

.featured-image[b-j1uqjkr1un] {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.article-content-wrapper[b-j1uqjkr1un] {
	overflow: hidden;
}

.blog-content[b-j1uqjkr1un] {
	text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.featured-image-container[b-j1uqjkr1un] {
		float: none !important;
		margin-right: 0 !important;
		margin-bottom: 1.5rem;
		max-width: 100%;
	}
}
/* /Pages/Blog/Components/ListBlogPost.razor.rz.scp.css */
.featured-post[b-3zh54upa78] {
    border: 2px solid #ffc107;
    box-shadow: 0 4px 8px rgba(255, 193, 7, 0.2);
}

.card:hover[b-3zh54upa78] {
    transform: translateY(-2px);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-title a:hover[b-3zh54upa78] {
    color: #0d6efd !important;
}
/* /Pages/Blog/Contexts/ListBlogByTaskItem.razor.rz.scp.css */
[b-mm52nm9usl] .blog-list-context {
    max-height: 500px;
    overflow-y: auto;
}

[b-mm52nm9usl] .blog-item-card {
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(0,0,0,0.125);
    position: relative;
    z-index: 1;
}

[b-mm52nm9usl] .blog-item-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
    z-index: 10;
}

[b-mm52nm9usl] .blog-item-card .card-title a:hover {
    color: #0d6efd !important;
}

/* Fix dropdown z-index issue - more aggressive approach */
[b-mm52nm9usl] .blog-item-card .dropdown {
    position: relative;
    z-index: 1000;
}

[b-mm52nm9usl] .blog-item-card .dropdown.show {
    z-index: 9999;
}

[b-mm52nm9usl] .blog-item-card .dropdown-menu {
    z-index: 9999 !important;
    position: absolute !important;
    background: white !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}

[b-mm52nm9usl] .blog-item-card .dropdown-menu.show {
    display: block !important;
    z-index: 9999 !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item {
    display: block !important;
    width: 100% !important;
    padding: 0.25rem 1rem !important;
    clear: both !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: inherit !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 0 !important;
    cursor: pointer !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item:hover,
[b-mm52nm9usl] .blog-item-card .dropdown-item:focus {
    color: #1e2125 !important;
    background-color: #e9ecef !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item.text-danger {
    color: #dc3545 !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item.text-danger:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
}

/* Styles spécifiques pour PolicyButton dans dropdown */
[b-mm52nm9usl] .blog-item-card .dropdown-item.rz-button {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    padding: 0.25rem 1rem !important;
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #212529 !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item.rz-button:hover {
    background-color: #e9ecef !important;
    color: #1e2125 !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item.rz-button.text-danger {
    color: #dc3545 !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item.rz-button.text-danger:hover {
    background-color: #dc3545 !important;
    color: #fff !important;
}

/* Styles pour les icônes Radzen dans le dropdown */
[b-mm52nm9usl] .blog-item-card .dropdown-item.rz-button .rz-icon {
    margin-right: 0.5rem !important;
    font-size: 0.875rem !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown-item.rz-button span {
    font-size: 0.875rem !important;
}

/* Ensure the dropdown trigger card has higher z-index when active */
[b-mm52nm9usl] .blog-item-card:has(.dropdown.show) {
    z-index: 9998 !important;
}

/* Alternative selector for browsers that don't support :has() */
[b-mm52nm9usl] .blog-item-card .dropdown.show {
    z-index: 9999 !important;
}

[b-mm52nm9usl] .blog-item-card .dropdown.show ~ * {
    position: relative;
    z-index: 1;
}
/* /Pages/Common/Components/AvailableTagListSelector.razor.rz.scp.css */
.badge:hover[b-i9n0344twi] {
	transform: translateY(-1px);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2) !important;
}

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

/* Style spécial pour les tags sélectionnés */
.badge.border-2[b-i9n0344twi] {
	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-i9n0344twi] {
	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-i9n0344twi] {
	transform: translateY(-1px);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.tag-selector-container .nav-arrow:active[b-i9n0344twi] {
	transform: translateY(0);
}
/* /Pages/Common/Contexts/ListDocumentByEntity.razor.rz.scp.css */
[b-gprqlotk4u].list-item li {
	border: 0 !important;
	padding: 0 !important;
}
/* /Pages/Disclaimers/DisclaimerView.razor.rz.scp.css */
.disclaimer-content[b-wugsnq05ty] {
    line-height: 1.8;
    font-size: 1.1rem;
}

.disclaimer-content h1[b-wugsnq05ty],
.disclaimer-content h2[b-wugsnq05ty],
.disclaimer-content h3[b-wugsnq05ty],
.disclaimer-content h4[b-wugsnq05ty],
.disclaimer-content h5[b-wugsnq05ty],
.disclaimer-content h6[b-wugsnq05ty] {
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.disclaimer-content h1[b-wugsnq05ty] {
    font-size: 2rem;
    border-bottom: 3px solid #3498db;
    padding-bottom: 0.5rem;
}

.disclaimer-content h2[b-wugsnq05ty] {
    font-size: 1.75rem;
    color: #34495e;
}

.disclaimer-content h3[b-wugsnq05ty] {
    font-size: 1.5rem;
    color: #34495e;
}

.disclaimer-content p[b-wugsnq05ty] {
    margin-bottom: 1.2rem;
    text-align: justify;
}

.disclaimer-content ul[b-wugsnq05ty],
.disclaimer-content ol[b-wugsnq05ty] {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.disclaimer-content li[b-wugsnq05ty] {
    margin-bottom: 0.5rem;
}

.disclaimer-content strong[b-wugsnq05ty] {
    color: #2c3e50;
    font-weight: 600;
}

.disclaimer-content em[b-wugsnq05ty] {
    color: #7f8c8d;
    font-style: italic;
}

.disclaimer-content a[b-wugsnq05ty] {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.disclaimer-content a:hover[b-wugsnq05ty] {
    color: #2980b9;
    text-decoration: underline;
}

.disclaimer-content blockquote[b-wugsnq05ty] {
    border-left: 4px solid #3498db;
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
}

.disclaimer-content table[b-wugsnq05ty] {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.disclaimer-content th[b-wugsnq05ty],
.disclaimer-content td[b-wugsnq05ty] {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
}

.disclaimer-content th[b-wugsnq05ty] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

/* Design responsive */
@media screen and (max-width: 768px) {
    .disclaimer-content[b-wugsnq05ty] {
        font-size: 1rem;
    }

    .disclaimer-content h1[b-wugsnq05ty] {
        font-size: 1.75rem;
    }

    .disclaimer-content h2[b-wugsnq05ty] {
        font-size: 1.5rem;
    }

    .disclaimer-content h3[b-wugsnq05ty] {
        font-size: 1.25rem;
    }

    .d-flex.gap-3[b-wugsnq05ty] {
        flex-direction: column;
        gap: 1rem !important;
    }
}
/* /Pages/Invoicing/Reports/Invoice.razor.rz.scp.css */
/* Styles pour la facture - Compatible wkhtmltopdf CSS 2.1 */
.invoice-container[b-46u5vvujaw] {
    width: 210mm;
    margin: 0 auto;
    padding: 20mm;
    background: white;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.4;
    color: #333;
}

.invoice-header[b-46u5vvujaw] {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #2c5aa0;
}

.invoice-header[b-46u5vvujaw]:after {
    content: "";
    display: table;
    clear: both;
}

.header-left[b-46u5vvujaw] {
    float: left;
    width: 60%;
}

.header-right[b-46u5vvujaw] {
    float: right;
    width: 35%;
    text-align: right;
}

.header-left .company-name[b-46u5vvujaw] {
    font-size: 24pt;
    font-weight: bold;
    color: #2c5aa0;
    margin: 0 0 10px 0;
}

.company-details p[b-46u5vvujaw] {
    margin: 2px 0;
    font-size: 10pt;
}

.invoice-title[b-46u5vvujaw] {
    font-size: 28pt;
    font-weight: bold;
    color: #2c5aa0;
    margin: 0 0 15px 0;
}

.invoice-meta p[b-46u5vvujaw] {
    margin: 5px 0;
    font-size: 11pt;
}

.invoice-body[b-46u5vvujaw] {
    margin-bottom: 30px;
    clear: both;
}

.billing-section[b-46u5vvujaw] {
    margin-bottom: 30px;
}

.bill-to h3[b-46u5vvujaw] {
    color: #2c5aa0;
    font-size: 14pt;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.client-details p[b-46u5vvujaw] {
    margin: 3px 0;
}

.items-section[b-46u5vvujaw] {
    margin-bottom: 30px;
}

.items-table[b-46u5vvujaw] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.items-table th[b-46u5vvujaw] {
    background-color: #2c5aa0;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-weight: bold;
    font-size: 11pt;
}

.items-table td[b-46u5vvujaw] {
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
}

.items-table tbody tr.even-row[b-46u5vvujaw] {
    background-color: #f8f9fa;
}

.description-col[b-46u5vvujaw] {
    width: 50%;
}

.quantity-col[b-46u5vvujaw] {
    width: 15%;
    text-align: center;
}

.price-col[b-46u5vvujaw] {
    width: 17.5%;
    text-align: right;
}

.total-col[b-46u5vvujaw] {
    width: 17.5%;
    text-align: right;
}

.quantity-cell[b-46u5vvujaw] {
    text-align: center;
}

.price-cell[b-46u5vvujaw], .total-cell[b-46u5vvujaw] {
    text-align: right;
    font-weight: bold;
}

.totals-section[b-46u5vvujaw] {
    margin-bottom: 30px;
}

.totals-table[b-46u5vvujaw] {
    width: 300px;
    float: right;
}

.total-row[b-46u5vvujaw] {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.total-row:last-child[b-46u5vvujaw] {
    border-bottom: 1px solid #ddd;
}

.total-row.final-total[b-46u5vvujaw] {
    background-color: #2c5aa0;
    color: white;
    font-size: 14pt;
    font-weight: bold;
}

.total-label[b-46u5vvujaw] {
    display: table-cell;
    text-align: left;
    width: 60%;
    vertical-align: middle;
}

.total-value[b-46u5vvujaw] {
    display: table-cell;
    text-align: right;
    width: 40%;
    vertical-align: middle;
    font-weight: bold;
}

.footer[b-46u5vvujaw] {
    clear: both;
    /* margin-top: 30px; */
    /* padding-top: 20px; */
}

.footer h6[b-46u5vvujaw] {
    color: #2c5aa0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.notes-section[b-46u5vvujaw] {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #2c5aa0;
    clear: both;
}

.notes-section h3[b-46u5vvujaw] {
    color: #2c5aa0;
    margin-top: 0;
}

.payment-section[b-46u5vvujaw] {
    margin-bottom: 30px;
}

.payment-section h3[b-46u5vvujaw] {
    color: #2c5aa0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.payment-info p[b-46u5vvujaw] {
    margin: 5px 0;
    font-family: "Courier New", monospace;
    font-size: 10pt;
}

.invoice-footer[b-46u5vvujaw] {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #666;
    clear: both;
}

.footer-note[b-46u5vvujaw] {
    font-size: 9pt;
    color: #999;
}

.print-actions[b-46u5vvujaw] {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
}

.btn[b-46u5vvujaw] {
    padding: 12px 24px;
    margin: 0 10px;
    border: none;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn-primary[b-46u5vvujaw] {
    background-color: #2c5aa0;
    color: white;
}

.btn-secondary[b-46u5vvujaw] {
    background-color: #6c757d;
    color: white;
}

/* Clearfix utility */
.clearfix[b-46u5vvujaw]:after {
    content: "";
    display: table;
    clear: both;
}

/* Styles d'impression pour wkhtmltopdf */
@media print {
    body[b-46u5vvujaw] {
        margin: 0;
        padding: 0;
    }
    
    .invoice-container[b-46u5vvujaw] {
        width: auto;
        margin: 0;
        padding: 15mm;
    }
    
    .print-actions[b-46u5vvujaw] {
        display: none;
    }
    
    /* Éviter les coupures de page */
    .invoice-header[b-46u5vvujaw] {
        page-break-inside: avoid;
    }
    
    .items-section[b-46u5vvujaw] {
        page-break-inside: avoid;
    }
    
    .totals-section[b-46u5vvujaw] {
        page-break-inside: avoid;
    }
    
    .items-table[b-46u5vvujaw] {
        page-break-inside: auto;
    }
    
    .items-table tr[b-46u5vvujaw] {
        page-break-inside: avoid;
        page-break-after: auto;
    }
    
    .items-table thead[b-46u5vvujaw] {
        display: table-header-group;
    }
    
    .items-table tfoot[b-46u5vvujaw] {
        display: table-footer-group;
    }
    
    /* Configuration de page pour wkhtmltopdf */
    @page {
        size: A4;
        margin: 10mm;
    }
}
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yajr8n9vx6] {
    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-yajr8n9vx6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Tasks/ListCustomerTaskItem.razor.rz.scp.css */
/* CSS isolation pour ListCustomerTaskItem.razor */

.task-row:hover[b-zzr8r66n36] {
    background-color: var(--bs-light) !important;
}

.table th[b-zzr8r66n36] {
    border-bottom: 2px solid var(--bs-border-color);
}

/* Colonnes figées/frozen - SEULEMENT pour les tâches */
.frozen-column[b-zzr8r66n36] {
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: white;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
}

.frozen-header[b-zzr8r66n36] {
    z-index: 15; /* Plus élevé que les cellules pour être au-dessus */
    background-color: var(--bs-light) !important;
}

.frozen-cell[b-zzr8r66n36] {
    background-color: white;
}

/* Styles pour les lignes de groupe - NORMALES sans frozen */
.group-row td[b-zzr8r66n36] {
    padding: 0.75rem 0.5rem;
    background-color: #c8ecf3 !important;
    border-bottom: 2px solid var(--bs-border-color) !important;
}

/* Styles pour la ligne sélectionnée */
.selected-row[b-zzr8r66n36] {
    background-color: #3193c6 !important;
    color: white !important;
}

    .selected-row td[b-zzr8r66n36] {
        background-color: #3193c6 !important;
        color: white !important;
    }

    .selected-row .frozen-cell[b-zzr8r66n36] {
        background-color: #3193c6 !important;
        color: white !important;
    }

/* Liens dans les lignes sélectionnées */
.selected-row a[b-zzr8r66n36] {
    color: white !important;
    text-decoration: underline;
}

.selected-row a:hover[b-zzr8r66n36] {
    color: #e6e6e6 !important;
}

/* Ajustement pour les lignes au survol - mais pas si sélectionnée */
.task-row:hover:not(.selected-row) .frozen-cell[b-zzr8r66n36] {
    background-color: var(--bs-light) !important;
}

/* Ajustement pour les lignes striped - mais pas si sélectionnée */
.table-striped tbody tr:nth-of-type(odd):not(.selected-row) .frozen-cell[b-zzr8r66n36] {
    background-color: var(--bs-gray-100);
}

.table-striped tbody tr:nth-of-type(even):not(.selected-row) .frozen-cell[b-zzr8r66n36] {
    background-color: white;
}
