.posty-dropdown-menu .nav-link {
    color: var(--vz-topnav-item-color);
    padding: .75rem 1.5rem;
}

.posty-dropdown-menu {
    min-width: 15rem;
}

.blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: var(--vz-body-font-size) !important;
}

.ck h1, .note-editable h1, .editor-content-h1 {
    font-size: 21px;
}

.ck h2, .note-editable h2, .editor-content-h2 {
    font-size: 19px;
}

.ck h3, .note-editable h3, .editor-content-h3 {
    font-size: 17px;
}

.ck h4, .note-editable h4, .editor-content-h4 {
    font-size: 15px;
}

.ck h5, .note-editable h5, .editor-content-h5 {
    font-size: 14px;
}

.note-editable p {
    margin-bottom: 0 !important;
}

.customer-info .nav-item {
    display: flex;
    align-items: stretch;
}

.customer-info .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    min-height: 50px;
    line-height: 1.2;
}

.disable-button {
    cursor: default !important;
    pointer-events: none !important;
}

.text-truncate-three-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal
}

/* Changer la couleur de certains éléments en dark-mode */
[data-layout-mode=dark] .text-primary, [data-layout-mode=dark] .link-primary,
[data-layout-mode=dark] .nav-tabs-custom .nav-link.active {
    color: #6078C9 !important;
}

[data-layout-mode=dark] .btn-soft-primary {
    --vz-btn-active-bg: #6078C9 !important;
}

[data-layout-mode=dark] .roadmap-card.card-border-dark,
[data-layout-mode=dark] .roadmap-card.card-border-dark .card-header {
    border-color: rgba(var(--vz-dark-rgb), var(--vz-bg-opacity)) !important;
}

.newsletter-profile {
    height: 2.5rem;
    width: 2.5rem;
    margin-top: -2px;
}

.newsletter-avatar {
    background-color: #D3D3D3;
    color: #495057;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.action-dropdown {
    position: initial !important;
}

.stat-alert {
    background-color: rgba(20, 109, 198, 0.18);
}

.navbar-menu .navbar-nav .menu-dropdown .badge {
    font-size: 9px !important;
    margin-right: -8px !important;
}

.copy-btn {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #405189;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.copy-btn:hover {
    background-color: #0056b3;
}

.copy-message {
    display: inline-block;
    margin-left: 10px;
    background-color: #4caf50;
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.owner {
    position: relative;
    cursor: pointer;
}

.url-line {
    transition: padding 0.5s ease, background-color 0.5s ease;
}

.url-line:hover {
    padding: 1.5rem 0 !important;
    background-color: #f2f5f8;
}

[data-layout-mode=dark] .url-line:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.url-favicon {
    height: 1.2rem !important;
    width: 1.2rem !important;
}

.profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.disabled-link-menucustom {
    color: #b9b8b8 !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}
