/* TOP NAV BEGINNING */
header {
    height: 64px;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 1.2rem 1.6rem 1.6rem;
    padding-left: calc(275px + 2rem);
    padding-bottom: 0;
    transition: width 0.3s ease, padding 0.3s ease;
    z-index: 4;
}
header.scrolled {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    background-color: #F0F4F7;
}
.top_nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 1.4rem 1rem 1.2rem 2rem;
    border-radius: 10px;
}
.top_nav.scrolled {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(154 161 171 / 9%);
}
.top_nav a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--main-text-color);
    letter-spacing: .5px;
}
.top_nav a:hover {
    color: var(--main-color);
}
#topNavBarBurgerMenu,
#topNavBarBurgerMenu .fi-br-left-from-bracket {
    display: none;
}
.top_nav_right i.fi-br-angle-small-down {
    display: flex;
    margin-left: 6px;
    margin-right: 0;
    font-size: .9rem;
    opacity: .8;
}
.nav_menu_plateformes {
    position: relative;
}
.top_nav_right #navPlateformes {
    width: fit-content;
    padding: 4px 12px;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 30px;
    background-color: var(--main-color);
    transition: .2s;
}
.top_nav_right #navPlateformesPrefix {
    margin-right: 10px;
    font-size: .8rem;
    font-style: italic;
    letter-spacing: 0;
    opacity: .6;
}
.nav_platforms_prefix_full {
    display: block;
}
.nav_platforms_prefix_short {
    display: none;
}
.top_nav_right #navPlateformes:hover {
    opacity: .8;
}
.top_nav_right #navPlateformesMenu {
    height: 0;
    width: 280px;
    position: absolute;
    top: 2.8rem;
    left: 0;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    opacity: 0;
    transition: width 0.3s ease, padding 0.3s ease;
    box-shadow: 0 8px 24px rgba(27, 46, 94, 0.12);
}
.top_nav_right #navPlateformesMenu .parent {
    padding: 0 1rem;
}
.top_nav_right #navPlateformesMenu .parent div:first-child {
    padding-top: 0;
}
.top_nav_right #navPlateformesMenu.show {
    height: auto;
    max-height: calc(100vh - 80px - 2rem);
    overflow: auto;
    opacity: 1;
    z-index: 6;
}
.top_nav_right #navPlateformesMenu div:first-child {
    padding-top: 1rem;
}
.top_nav_right #navPlateformesMenu .parent:last-child {
    padding-bottom: .4rem;
}
.top_nav_right #navPlateformesMenu .drop_down {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.top_nav_right #navPlateformesMenu .drop_down.show {
    /* max-height: 530px; */
    max-height: fit-content;
    padding-bottom: 1rem;
    opacity: 1;
    visibility: visible;
    z-index: 6;
}
.top_nav_right #navPlateformesMenu div a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem;
    color: var(--main-text-color);
    letter-spacing: .5px;
}
.top_nav_right #navPlateformesMenu div a:hover {
    color: var(--main-color);
}
.top_nav_right #navPlateformesMenu div a,
.top_nav_right #navPlateformesMenu div a span {
    text-transform: uppercase;
}
.top_nav_right #navPlateformesMenu div > div:first-child {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: var(--main-text-color);
    letter-spacing: .5px;
    cursor: pointer;
}
.top_nav_right #navPlateformesMenu div > div:first-child i {
    margin-right: 0;
    margin-bottom: -7px;
    font-size: .9rem;
    opacity: .8;
    transition: .1s;
}
.top_nav_right #navPlateformesMenu .drop_down_title {
    width: 100%;
    margin-bottom: .6rem;
    padding: 8px !important;
    color: var(--main-color) !important;
    letter-spacing: .5px;
    background-color: var(--main-color-transparent-2);
    border-radius: 5px;
    transition: .1s;
}
.top_nav_right #navPlateformesMenu .drop_down_title:hover {
    color: var(--main-color-active) !important;
    background-color: var(--main-color-transparent-active);
}
.top_nav_right #navPlateformesMenu .drop_down_title p {
    margin: 0;
}
.top_nav_right #navPlateformesMenu .drop_down_title:hover p {
    color: var(--main-color-active) !important;
}
.top_nav_right #navPlateformesMenu .drop_down_title.active {
    color: var(--main-color-active) !important;
    background-color: var(--main-color-transparent-active);
}
.top_nav_right #navPlateformesMenu .drop_down_title.active p {
    color: var(--main-color-active) !important;
}
.top_nav_right #navPlateformesMenu .drop_down_title:last-child div > p {
    padding-bottom: 0;
}
.top_nav_right #navPlateformesMenu .drop_down_title p:hover {
    color: var(--main-color);
}
.top_nav_right #navPlateformesMenu div a span {
    padding-left: 2rem;
    font-weight: 600;
    letter-spacing: .5px;
    opacity: .7;
}

.top_nav_right #navPlateformesMenu .platform-menu-entry {
    gap: .5rem;
}
.top_nav_right #navPlateformesMenu .platform-menu-entry .platform-menu-label {
    padding-left: 0;
    min-width: 0;
    overflow-wrap: anywhere;
    font-weight: inherit;
    opacity: 1;
}
.top_nav_right #navPlateformesMenu .platform-menu-entry .platform-menu-code {
    padding-left: .5rem;
    flex-shrink: 0;
}
.top_nav_right #navPlateformesMenu .platform-menu-child {
    padding-left: 1.5rem;
    border-left: 2px solid var(--main-color-transparent-2);
    margin-left: .4rem;
    font-size: .9em;
}
.top_nav_right #navPlateformesMenu .platform-menu-child .platform-menu-label {
    text-transform: none;
}
.top_nav_right #navPlateformesMenu .platform-menu-entry[aria-current="true"] {
    color: var(--main-color);
    background-color: var(--main-color-transparent-2);
    border-radius: 4px;
}
.top_nav_right i.fi-br-angle-small-right.active {
    transform: rotate(90deg);
}
.top_nav_right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}
.top_nav_right #navSupport i.fi-br-headset,
.top_nav_right #navLaboratory i.fi-br-flask-gear,
.top_nav_right #installAppButton i.fi-br-cloud-download-alt {
    font-size: 1.12rem;
    margin-top: 4px !important;
}
.top_nav_right #navAdmin i.fi-sr-settings {
    font-size: 1.12rem;
    margin-top: 4px;
    color: inherit !important;
}
.top_nav_right #navProfile {
    position: relative;
}
.top_nav_right #navProfile i.fi-br-circle-user{
    font-size: 1.12rem;
    margin-top: 6px;
}
.top_nav_right #navNotifications i.fi-bs-bell,
.top_nav_right #navApps i.fi-br-apps,
.top_nav_right #navPinned i.fi-br-thumbtack {
    margin-top: 4px;
}
.top_nav_right #navProfile .drop_down {
    height: 0;
    width: 290px;
    position: absolute;
    top: 2.8rem;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease, padding 0.3s ease;
    box-shadow: 0 8px 24px rgba(27, 46, 94, 0.12);
}
.top_nav_right #navProfile .drop_down.show {
    height: auto;
    max-height: calc(100vh - 80px - 2rem);
    overflow: auto;
    opacity: 1;
    visibility: visible;
    z-index: 6;
}
.top_nav_right #navProfile .drop_down a {
    padding-bottom: 1rem;
}
.top_nav_right #navProfile .drop_down a i {
    margin-right: 14px;
    margin-bottom: -4px;
    font-size: .6rem;
}
.top_nav_right #navProfile .drop_down a i.fi-br-comment-question {
    font-size: 1rem;
}
.top_nav_right #navProfile .drop_down a i.fi-br-sign-out-alt {
    font-size: 1rem;
}
#abs_link:hover,
#abs_link_sub:hover,
#abs_link i, #abs_link_sub i {
    color: #65A6B4;
}
#stc_link:hover,
#stc_link_sub:hover,
#stc_link i, #stc_link_sub i {
    color: #ffbc6d;
}
#fdt_link:hover,
#fdt_link_sub:hover,
#fdt_link i, #fdt_link_sub i {
    color: #BEA89E;
}
#ndf_link:hover,
#ndf_link_sub:hover,
#ndf_link i, #ndf_link_sub i {
    color: #4EB855;
}
#formation_link:hover,
#formation_link_sub:hover,
#formation_link i, #formation_link_sub i {
    color: #ED6324;
}
#top_nav_sign_out {
    color: #b91c1c;
}
#top_nav_sign_out:hover {
    opacity: .7;
}
.top_nav_right #navProfile .drop_down a:last-of-type {
    padding-bottom: 0;
}
.top_nav_right #navApps i.fi-br-apps {
    font-size: 1.12rem;
}
.top_nav_right #navApps .drop_down a {
    padding-bottom: 1rem;
    font-weight: 600;
    white-space: nowrap;
}
.top_nav_right #navApps .drop_down a img {
    width: 30px;
    margin-right: 18px;
}
.top_nav_right #navApps .drop_down a:last-of-type {
    padding-bottom: 0;
}
.top_nav_right #navApps {
    position: relative;
}
.top_nav_right #navApps .drop_down {
    height: 0;
    position: absolute;
    top: 2.8rem;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 10px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease, padding 0.3s ease;
    box-shadow: 0 0 15px 0 rgb(154 161 171 / 9%);
}
.top_nav_right #navApps .drop_down.show {
    height: auto;
    width: max-content;
    max-height: calc(100vh - 80px - 2rem);
    opacity: 1;
    visibility: visible;
    z-index: 6;
}
.top_nav_right .nav-pin-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.top_nav_right .nav-pin-icon[data-badge]:not([data-badge=""]) .fi-br-thumbtack {
    color: #4b5563;
}
.top_nav_right .nav-pin-icon[data-badge]::after {
    content: attr(data-badge);
    width: 22px;
    height: 22px;
    position: absolute;
    top: -5.6px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    background: var(--main-color);
    box-shadow: 0 6px 14px color-mix(in srgb, var(--main-color) 35%, transparent);
    z-index: 1;
}
.top_nav_right .nav-pin-icon[data-badge-digits="2"]::after {
    font-size: 0.75rem;
}
.top_nav_right .nav-pin-icon[data-badge=""]::after {
    display: none;
}
.top_nav_right #navNotifications {
    position: relative;
}
.top_nav_right #navNotifications i.fi-bs-bell {
    font-size: 1.12rem;
}
.top_nav_right #navNotifications .drop_down {
    height: 0;
    width: 400px;
    position: absolute;
    top: 2.8rem;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease, padding 0.3s ease;
    box-shadow: 0 0 15px 0 rgb(154 161 171 / 9%);
}
.top_nav_right #navNotifications .drop_down.show {
    height: auto;
    max-height: calc(100vh - 200px - 2rem);
    overflow: auto;
    opacity: 1;
    visibility: visible;
    z-index: 6;
}
.top_nav_right #navNotifications .drop_down ul.notifications-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_nav_right #navNotifications .drop_down .notification-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.top_nav_right #navNotifications .drop_down .notification-item:last-child {
    margin-bottom: 0;
}
.top_nav_right #navNotifications .drop_down .notification-link {
    display: block;
    padding: 0.75rem 1rem;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.15s ease;
}
.top_nav_right #navNotifications .drop_down .notification-link:hover {
    background-color: var(--main-color-transparent-2);
}
.top_nav_right #navNotifications .drop_down .notification-item.unread .notification-link {
    background-color: transparent;
}
.top_nav_right #navNotifications .drop_down .notification-item.unread .notification-link:hover {
    background-color: var(--main-color-transparent-2);
}
.top_nav_right #navNotifications .drop_down .notification-app-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 3px 7px 1px;
    border-radius: 6px;
    margin: 0 6px 0.3rem 0;
    border: 1px solid var(--main-color-transparent-2);
    line-height: 1.3;
    color: var(--main-color);
    background-color: var(--main-color-transparent-3);
}
/* .top_nav_right #navNotifications .drop_down .notification-app-general {
    background: #f5f5f5;
    color: #737373;
    border-color: #e0e0e0;
}
.top_nav_right #navNotifications .drop_down .notification-app-lms {
    background: #eff5ff;
    color: #5b8fd6;
    border-color: #cfddf5;
}
.top_nav_right #navNotifications .drop_down .notification-app-hse {
    background: #edf8f0;
    color: #5b9b6a;
    border-color: #c7e4cf;
}
.top_nav_right #navNotifications .drop_down .notification-app-gmao {
    background: #fff7ea;
    color: #e69a45;
    border-color: #f3ddbc;
}
.top_nav_right #navNotifications .drop_down .notification-app-crm {
    background: #fdeaf1;
    color: #cf6c98;
    border-color: #f3cadc;
}
.top_nav_right #navNotifications .drop_down .notification-app-emapp {
    background: #f6ecff;
    color: #9a73c2;
    border-color: #e0d0f2;
}
.top_nav_right #navNotifications .drop_down .notification-app-fip {
    background: #eef4ff;
    color: #5a7fc3;
    border-color: #c7d4f0;
}
.top_nav_right #navNotifications .drop_down .notification-app-rh {
    background: #ecfdf5;
    color: #58ac77;
    border-color: #bfdecb;
}
.top_nav_right #navNotifications .drop_down .notification-app-achat {
    background: #fffbeb;
    color: #f2b449;
    border-color: #f6e2b8;
} */
.top_nav_right #navNotifications .drop_down .notification-title {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-top: 0.15rem;
    margin-bottom: 0.35rem;
}
.top_nav_right #navNotifications .drop_down .notification-message {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    margin: 0 0 0.35rem 0;
}
.top_nav_right #navNotifications .drop_down .notification-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #999;
}
.top_nav_right #navNotifications .drop_down .notification-type {
    opacity: 0.85;
}
.top_nav_right #navNotifications .drop_down .notification-time {
    font-style: normal;
}
.top_nav_right #navNotifications .drop_down .notification-empty {
    padding: 1rem 1rem;
    text-align: center;
}
.top_nav_right #navNotifications .drop_down .notification-empty-text {
    font-size: 0.9rem;
    color: #888;
}
.top_nav_right .nav-notification-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.top_nav_right .nav-notification-icon[data-badge]:not([data-badge=""]) .fi-bs-bell {
    color: #c62828;
    animation: bell-nudge 2.4s ease-in-out infinite;
}
.top_nav_right .nav-notification-icon[data-badge]:not([data-badge=""])::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(220, 38, 38, 0.30);
    animation: notif-ping 1.8s cubic-bezier(0, 0.3, 0.2, 1) infinite;
    pointer-events: none;
}
.top_nav_right .nav-notification-icon[data-badge]::after {
    content: attr(data-badge);
    width: 22px;
    height: 22px;
    position: absolute;
    top: -10px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    background: #dc2626;
    box-shadow: 0 6px 14px rgba(220, 38, 38, 0.35);
    z-index: 1;
}
.top_nav_right .nav-notification-icon[data-badge-digits="2"]::after {
    font-size: 0.75rem;
}
.top_nav_right .nav-notification-icon[data-badge=""]::after,
.top_nav_right .nav-notification-icon[data-badge=""]::before {
    display: none;
}
.realtime-notification-banner {
    --realtime-notification-banner-right: 4rem;
    --realtime-notification-banner-top: 2rem;
    position: fixed;
    top: var(--realtime-notification-banner-top);
    right: var(--realtime-notification-banner-right);
    display: flex;
    align-items: center;
    gap: .75rem;
    width: clamp(260px, 34vw, 480px);
    max-width: calc(100vw - var(--realtime-notification-banner-right) - .75rem);
    min-height: 46px;
    padding: .58rem .8rem;
    box-sizing: border-box;
    border: 1px solid rgba(97, 202, 178, .42);
    border-color: color-mix(in srgb, var(--main-color) 32%, #ffffff);
    border-radius: 14px;
    background: #ffffff;
    background: linear-gradient(90deg, #ffffff 0%, color-mix(in srgb, var(--main-color) 7%, #ffffff) 100%);
    color: var(--main-text-color);
    font-family: Outfit, sans-serif;
    text-align: left;
    box-shadow: 0 10px 30px rgba(27, 46, 94, .16);
    cursor: pointer;
    appearance: none;
    opacity: 0;
    transform: translate(1.25rem, -50%) scaleX(.72);
    transform-origin: right center;
    z-index: 8;
}
.realtime-notification-banner[hidden] {
    display: none;
}
.realtime-notification-banner:hover,
.realtime-notification-banner:focus-visible {
    border-color: var(--main-color);
    box-shadow: 0 12px 34px rgba(27, 46, 94, .22);
}
.realtime-notification-banner:focus-visible {
    outline: 2px solid var(--main-color);
    outline-offset: 2px;
}
.realtime-notification-banner.is-visible {
    animation: realtime-notification-banner-in .36s cubic-bezier(.2, .8, .2, 1) forwards;
}
.realtime-notification-banner.is-leaving {
    pointer-events: none;
    animation: realtime-notification-banner-out .55s cubic-bezier(.55, 0, .8, .2) forwards;
}
.realtime-notification-banner-icon {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--main-color);
    color: #ffffff;
}
.realtime-notification-banner-icon i {
    margin: 2px 0 0 !important;
    color: inherit !important;
    font-size: 1rem !important;
}
.realtime-notification-banner-content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    line-height: 1.2;
}
.realtime-notification-banner-label {
    overflow: hidden;
    color: var(--main-text-color);
    font-size: .9rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.realtime-notification-banner-action {
    margin-top: .15rem;
    overflow: hidden;
    color: #667085;
    color: color-mix(in srgb, var(--main-text-color) 68%, transparent);
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.realtime-notification-banner-arrow {
    flex: 0 0 auto;
    color: var(--main-color);
    font-size: 1.1rem;
    font-weight: 700;
}
@keyframes realtime-notification-banner-in {
    from {
        opacity: 0;
        transform: translate(1.25rem, -50%) scaleX(.72);
    }
    to {
        opacity: 1;
        transform: translate(0, -50%) scaleX(1);
    }
}
@keyframes realtime-notification-banner-out {
    0% {
        opacity: 1;
        transform: translate(0, -50%) scaleX(1);
    }
    75% {
        opacity: .8;
        transform: translate(.5rem, -50%) scaleX(.08);
    }
    100% {
        opacity: 0;
        transform: translate(.65rem, -50%) scaleX(.04);
    }
}
@keyframes notif-ping {
    0% { transform: scale(1); opacity: 0.75; }
    70% { transform: scale(1.9); opacity: 0; }
    100% { transform: scale(1.9); opacity: 0; }
}
@keyframes bell-nudge {
    0%, 70%, 100% { transform: rotate(0deg); }
    75% { transform: rotate(8deg); }
    80% { transform: rotate(-8deg); }
    85% { transform: rotate(5deg); }
    90% { transform: rotate(-3deg); }
}
@media (prefers-reduced-motion: reduce) {
    .realtime-notification-banner.is-visible,
    .realtime-notification-banner.is-leaving,
    .top_nav_right .nav-notification-icon[data-badge]:not([data-badge=""]) .fi-bs-bell,
    .top_nav_right .nav-notification-icon[data-badge]:not([data-badge=""])::before {
        animation: none;
    }

    .realtime-notification-banner.is-visible {
        opacity: 1;
        transform: translate(0, -50%) scaleX(1);
    }
}
@media (max-width: 600px) {
    .realtime-notification-banner {
        gap: .55rem;
        width: 330px;
        min-height: 42px;
        padding: .5rem .65rem;
    }

    .realtime-notification-banner-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .realtime-notification-banner-label {
        font-size: .82rem;
    }

    .realtime-notification-banner-action {
        font-size: .66rem;
    }
}

.realtime-notification-stack {
    position: fixed;
    bottom: 24px;
    left: calc(50% + ((var(--app-sidebar-primary, 275px) + var(--app-sidebar-tree, 0px)) / 2));
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    width: min(680px, calc(100vw - var(--app-sidebar-primary, 275px) - var(--app-sidebar-tree, 0px) - 48px));
    pointer-events: none;
    transform: translateX(-50%);
    z-index: 8;
}
.realtime-notification-snackbar {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 0;
    padding: 14px 16px 14px 18px;
    border: 1px solid #b7e6d3;
    border-radius: 14px;
    background: #e3f6ee;
    color: #1b4a3a;
    box-shadow: 0 14px 34px rgba(24, 48, 40, .18);
    cursor: pointer;
    font-family: Outfit, sans-serif;
    opacity: 0;
    pointer-events: auto;
    transform: translateY(12px);
    transition: opacity 180ms cubic-bezier(.2, .8, .2, 1), transform 180ms cubic-bezier(.2, .8, .2, 1);
}
.realtime-notification-snackbar.is-visible { opacity: 1; transform: translateY(0); }
.realtime-notification-snackbar.is-leaving { opacity: 0; transform: translateY(12px); transition-duration: 140ms; }
.realtime-notification-snackbar:focus-visible { outline: 2px solid var(--main-color); outline-offset: 2px; }
.realtime-notification-snackbar--info { border-color: #dce3e0; background: #f1f4f3; color: #26332e; }
.realtime-notification-snackbar--warning { border-color: #f2e0bc; background: #fdf5e6; color: #5f4310; }
.realtime-notification-snackbar--error { border-color: #f56565; background: #fff5f5; color: #f56565; }
.realtime-notification-snackbar__icon {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #267d62;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.realtime-notification-snackbar--info .realtime-notification-snackbar__icon { background: #596963; }
.realtime-notification-snackbar--warning .realtime-notification-snackbar__icon { background: #b57a08; }
.realtime-notification-snackbar--error .realtime-notification-snackbar__icon { background: #f56565; }
.realtime-notification-snackbar__icon i { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; margin: 0 !important; color: inherit !important; font-size: inherit !important; line-height: 1 !important; }
.realtime-notification-snackbar__content { display: flex; flex: 1 1 auto; min-width: 0; flex-direction: column; }
.realtime-notification-snackbar__title { overflow: hidden; font-size: 17px; font-weight: 600; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.realtime-notification-snackbar__detail { overflow: hidden; color: #3f685a; font-size: 15px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.realtime-notification-snackbar--info .realtime-notification-snackbar__detail { color: #52615b; }
.realtime-notification-snackbar__time { flex: 0 0 auto; margin-left: auto; color: #527767; font-size: 15px; white-space: nowrap; }
.realtime-notification-snackbar--info .realtime-notification-snackbar__time { color: #66736e; }
.realtime-notification-snackbar__action,
.realtime-notification-snackbar__close { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; border: 0; cursor: pointer; }
.realtime-notification-snackbar__action { gap: 7px; min-height: 38px; padding: 9px 16px; border-radius: 9px; background: var(--main-color); color: #fff; font-size: 15px; font-weight: 600; }
.realtime-notification-snackbar__action i { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; margin: 0 !important; color: inherit !important; font-size: 15px !important; line-height: 1 !important; }
.realtime-notification-snackbar__action:hover { background: var(--main-color-active); }
.realtime-notification-snackbar--error .realtime-notification-snackbar__action { border: 1px solid #f56565; background: #fff; color: #f56565; }
.realtime-notification-snackbar--error .realtime-notification-snackbar__action:hover { background: rgb(255 240 240); }
.realtime-notification-snackbar__action--text { padding-inline: 6px; background: transparent; color: var(--main-color); }
.realtime-notification-snackbar__action--text:hover { background: var(--main-color-transparent-2); color: var(--main-color-active); }
.realtime-notification-snackbar__close { width: 32px; height: 32px; padding: 0; border-radius: 9px; background: transparent; color: #557b6c; font-size: 16px; line-height: 1; }
.realtime-notification-snackbar__close:hover { background: rgba(255, 255, 255, .55); color: currentColor; }
.realtime-notification-snackbar__close i { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; margin: 0 !important; color: inherit !important; font-size: 16px !important; line-height: 1 !important; }
.realtime-notification-snackbar--error .realtime-notification-snackbar__close { color: #f56565; }
.realtime-notification-snackbar--error .realtime-notification-snackbar__close:hover { background: rgb(255 240 240); }
.notification-item--highlighted { animation: notification-item-highlight 1.8s ease-out; }
.notification-file-links { display: grid; gap: 6px; padding: 0 12px 12px; }
.notification-file-link { display: inline-flex; align-items: center; min-height: 32px; color: var(--main-color); font-size: 13px; font-weight: 600; text-decoration: underline; }
@keyframes notification-item-highlight { 0%, 45% { box-shadow: inset 4px 0 var(--main-color); } 100% { box-shadow: none; } }

@media (prefers-reduced-motion: reduce) {
    .realtime-notification-snackbar,
    .realtime-notification-snackbar.is-visible,
    .realtime-notification-snackbar.is-leaving { transform: none; transition-property: opacity; }
    .notification-item--highlighted { animation: none; box-shadow: inset 4px 0 var(--main-color); }
}

@media (max-width: 640px) {
    .realtime-notification-stack { left: 50%; width: calc(100% - 24px); }
    .realtime-notification-snackbar { display: grid; grid-template-columns: 36px minmax(0, 1fr) 44px; gap: 10px 12px; padding: 12px; }
    .realtime-notification-snackbar__content { grid-column: 2; }
    .realtime-notification-snackbar__time { grid-column: 2; grid-row: 2; margin-left: 0; }
    .realtime-notification-snackbar__action { grid-column: 1 / -1; grid-row: 3; width: 100%; min-height: 44px; }
    .realtime-notification-snackbar__close { grid-column: 3; grid-row: 1; width: 44px; height: 44px; }
}
/* TOP NAV END */

/* LEFT SIDEBAR BEGINNING */
html.mobile_menu_open,
body.mobile_menu_open {
    overflow: hidden !important;
}

.bg_overlay {
    display: none;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f0f4f7d4;
    z-index: 4;
    transform: translateX(-100%);
    transition: width 0.3s ease, padding 0.3s ease;
}
.bg_overlay.show {
    display: block;
    transform: translateX(0);
}
.left_sidebar {
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.3rem 1.4rem 8px;
    background-color: #ffffff;
    transition: width 0.3s ease, padding 0.3s ease;
    z-index: 5;
}
.left_sidebar hr,
.top_nav hr {
    height: 1px;
    width: 100%;
    background-color: #61cab229;
    border: none;
}
.top_nav hr {
    margin-top: 0;
    margin-bottom: .9rem;
}
.left_sidebar ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.left_sidebar ul.left_sidebar_nav_items {
    line-height: 3.1;
}
.left_sidebar ul.drop_right_menu {
    line-height: 2.2;
}
.left_sidebar ul li {
    list-style: none;
}
.left_sidebar ul li .subtitle {
    padding: 0 8px !important;
    font-weight: bold;
    font-style: italic;
    letter-spacing: .5px;
    list-style: none;
    border-radius: 5px;
}
.left_sidebar div a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: var(--main-text-color);
    letter-spacing: .5px;
}
.left_sidebar div a span {
    transition: .1s;
}
.left_sidebar div a:hover,
.left_sidebar div a:hover i,
.left_sidebar div a:hover span {
    color: var(--main-color);
}
.left_sidebar a div {
    display: flex;
    align-items: center;
}
.left_sidebar a i {
    margin-right: 14px;
    margin-bottom: -4px;
    color: var(--main-text-color);
    font-size: 1.12rem;
    transition: .1s;
}
.left_sidebar i.fi-br-angle-small-right {
    margin-right: 0;
    font-size: .9rem;
    opacity: .8;
}
.left_sidebar i[class^=fi-br-]:before,
.left_sidebar i[class*=" fi-br-"]:before,
.left_sidebar span[class^=fi-br-]:before,
.left_sidebar span[class*=fi-br-]:before {
    line-height: 2.2;
}
.left_sidebar .drop_right_menu {
    max-height: 0;
    padding-left: 2rem;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.left_sidebar .drop_right_menu li {
    padding-left: 1rem;
}
.left_sidebar .drop_right_menu_title {
    display: none;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.left_sidebar #leftSidebarLogo {
    position: relative;
    z-index: 5;
}
.left_sidebar #leftSidebarLogo img {
    max-height: 70px;
    max-width: 180px;
    width: auto;
    transform: scale(1);
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    overflow: hidden;
}
.left_sidebar #leftSidebarLogoMobile img {
    height: 0;
    width: 48px;
    transform: scale(0);
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
}
.left_sidebar #leftSidebarTime {
    display: flex;
    align-items: center;
    margin: 2rem 0 1.6rem;
    padding: 1px 6px 1px 0;
    background-color: var(--main-color-transparent-3);
    border-radius: 30px;
    overflow: hidden;
}
.left_sidebar #leftSidebarTime #liveDate,
.left_sidebar #leftSidebarTime #liveClock {
    font-size: .9rem;
    font-weight: 600;
}
.left_sidebar #leftSidebarTime #liveDate {
    color: var(--main-color-3);
    white-space: nowrap;
    flex-shrink: 0;
}
.left_sidebar #leftSidebarTime #liveClock {
    margin-right: 8px;
    padding: 4px 8px;
    color: #ffffff;
    border-radius: 50px;
    background-color: var(--main-color-2);
}
.left_sidebar #leftSidebarBurgerMenu,
#leftSidebarBurgerMenuMobile {
    position: absolute;
    top: 20px;
    right: -22px;
    padding: 5px;
    background-color: #f0f4f7;
    border-radius: 150px;
    transition: right 0.3s ease, padding 0.3s ease;
}
.left_sidebar #leftSidebarBurgerMenu div,
#leftSidebarBurgerMenuMobile div {
    background-color: #ffffff;
    border-radius: 150px;
}
.left_sidebar #leftSidebarBurgerMenu i,
#leftSidebarBurgerMenuMobile i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding-top: 2px;
    padding-left: 2px;
    margin-right: 0;
    text-align: center;
    font-size: 1rem;
    transition: .1s;
}
.left_sidebar #leftSidebarBurgerMenu:hover i,
#leftSidebarBurgerMenuMobile:hover i {
    color: var(--main-color);
}
#leftSidebarToggleClusterMobile {
    display: none;
}
#leftSidebarElephant {
    height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#leftSidebarElephant img {
    height: auto;
    width: 1040px;
    max-width: unset;
    opacity: .03;
    transform: translateY(100px) translateX(242px);
}
.left_sidebar #leftSidebarNav2 li#logout a,
.left_sidebar #leftSidebarNav2 li#logout a i {
    color: #b91c1c;
}
.left_sidebar #leftSidebarNav2 li#logout a:hover span,
.left_sidebar #leftSidebarNav2 li#logout a:hover i {
    color: #b91c1c;
    opacity: .7;
}
.left_sidebar .parent {
    position: relative;
}
/* Scroll interne du menu quand il dépasse la hauteur de l'écran.
   Hors mode replié : les sous-menus flottants (position absolute dans #leftSidebarNav)
   seraient rognés par l'overflow. */
.wrapper:not(.left_sidebar--collapsed) .left_sidebar #leftSidebarNav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.wrapper:not(.left_sidebar--collapsed) .left_sidebar #leftSidebarNav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.left_sidebar #leftSidebarNav2 {
    flex-shrink: 0;
}

/* LEFT SIDEBAR EXPANDED */
/* LEFT SIDEBAR EXPANDED */

/* LEFT SIDEBAR COLLAPSED */
.left_sidebar--collapsed #volet {
    width: calc(100% - 80px);
    left: 80px;
    transition: width 0.3s ease, left 0.3s ease;
}
.left_sidebar--collapsed header {
    padding-left: calc(64px + 2.6rem);
    transition: padding-left .3s ease;
}
.left_sidebar--collapsed .container {
    padding-left: 80px;
    transition: padding-left .3s ease;
}
.left_sidebar--collapsed .page-head {
    padding-left: 3.6rem;
    transition: padding-left .3s ease;
}
.left_sidebar--collapsed a i.active,
.left_sidebar--collapsed i.fi-br-angle-small-right.active {
    color: var(--main-color) !important;
}
.left_sidebar--collapsed i.fi-br-angle-small-right.active {
    transform: rotate(90deg);
}
.left_sidebar--collapsed .drop_right_menu {
    max-height: 500px;
    min-width: 208px;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.left_sidebar--collapsed .drop_right_menu {
    max-height: 0;
    position: absolute;
    top: 5px;
    left: 29px;
    padding: .5rem 1rem;
    border-left: 4px solid #f0f4f7;
    border-radius: 10px;
    background-color: #ffffff;
    transform: translate(35px, 0);
    box-shadow: 0 8px 24px rgba(27, 46, 94, 0.12);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
.left_sidebar--collapsed #leftSidebarNav2 .drop_right_menu {
    top: unset;
    bottom: 5px;
}
.left_sidebar--collapsed .left_sidebar .drop_right_menu_title {
    display: block;
}
.left_sidebar--collapsed .left_sidebar .drop_right_menu li.subtitle {
    padding-left: 0;
}
.left_sidebar--collapsed .drop_right_menu.show_right {
    height: auto;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translate(35px, var(--submenu-shift-y, 0px));
}
.left_sidebar--collapsed .drop_right_menu li > a {
    justify-content: unset !important;
}
.left_sidebar--collapsed .drop_right_menu li {
    padding-left: 1rem;
}
.left_sidebar--collapsed .drop_right_menu .drop_right_menu_title li {
    padding-left: 0;
}
.left_sidebar--collapsed .drop_right_menu:not(:has(.subtitle)) li {
    padding-left: 0 !important;
}
.left_sidebar a.active,
.left_sidebar a div span.active {
    color: var(--main-color) !important;
}

/* The admin landing page is a dashboard, not the first /admin child entry. */
.left_sidebar_nav_items.admin-home a.active,
.left_sidebar_nav_items.admin-home a.active i,
.left_sidebar_nav_items.admin-home a div span.active {
    color: var(--main-text-color) !important;
}

/* News is highlighted exclusively on a changelog/news route. */
.left_sidebar .admin-news-entry.is-not-current > a,
.left_sidebar .admin-news-entry.is-not-current > a.active,
.left_sidebar .admin-news-entry.is-not-current > a i,
.left_sidebar .admin-news-entry.is-not-current > a i.active,
.left_sidebar .admin-news-entry.is-not-current > a span,
.left_sidebar .admin-news-entry.is-not-current > a span.active {
    color: var(--main-text-color) !important;
}

.left_sidebar .admin-news-entry.is-current > a,
.left_sidebar .admin-news-entry.is-current > a i,
.left_sidebar .admin-news-entry.is-current > a span {
    color: var(--main-color) !important;
}
.left_sidebar--collapsed #leftSidebarLogo img {
    height: 0;
    transform: scale(0);
    opacity: 0;
}
.left_sidebar--collapsed #leftSidebarLogoMobile img {
    height: 100%;
    margin: auto;
    transform: scale(1);
    opacity: 1;
}
.left_sidebar--collapsed #leftSidebarBurgerMenu {
    right: -46px;
}
.left_sidebar--collapsed .left_sidebar {
    width: 80px;
    padding: 1rem 1rem 6px;
}
.left_sidebar--collapsed #leftSidebarTime {
    display: flex;
    justify-content: center;
    padding-right: 0;
}
.left_sidebar--collapsed #leftSidebarTime #liveDate {
    display: none;
}
.left_sidebar--collapsed #leftSidebarTime #liveClock {
    margin-right: 0;
    padding: 4px 8px;
}
.left_sidebar--collapsed .parent span.left_sidebar_item_title {
    display: none;
}
.left_sidebar--collapsed .parent i {
    margin-right: 0;
}
.left_sidebar--collapsed .fi.fi-br-angle-small-right {
    display: none;
}
.left_sidebar--collapsed .left_sidebar_nav_items li > a {
    justify-content: center;
}
/* LEFT SIDEBAR COLLAPSED */

/* LEFT SIDEBAR HIDDEN */
.left_sidebar a i.active,
.left_sidebar i.fi-br-angle-small-right.active {
    color: var(--main-color) !important;
}
.left_sidebar i.fi-br-angle-small-right.active {
    transform: rotate(90deg);
}
.left_sidebar .drop_right_menu.show {
    max-height: var(--submenu-expanded-height, 2000px);
    opacity: 1;
}
.left_sidebar a.active,
.left_sidebar a div span.active {
    color: var(--main-color) !important;
}
.left_sidebar #leftSidebarLogoMobile.show {
    height: auto;
    margin: 6px auto 0;
    transform: scale(1);
    opacity: 1;
}
.left_sidebar #leftSidebarBurgerMenu.move {
    right: -63px;
}
/* LEFT SIDEBAR HIDDEN END */

@media screen and (max-width: 1120px) {
    header {
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .left_sidebar--collapsed header {
        padding-left: .6rem;
    }
    .left_sidebar--collapsed .page-head {
        position: unset;
        margin-top: unset;
        padding: 1rem 1.6rem 0;
    }
    .left_sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        will-change: transform;
    }
    .left_sidebar #leftSidebarNav {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .left_sidebar #leftSidebarNav::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
    .left_sidebar #leftSidebarNav2 {
        flex-shrink: 0;
    }
    .left_sidebar.mobile_show {
        transform: translateX(0);
    }
    .left_sidebar #leftSidebarBurgerMenu {
        display: none;
    }
    #leftSidebarToggleClusterMobile {
        display: block;
        position: fixed;
        top: 20px;
        left: .6rem;
        z-index: 6;
        transform: translateX(0);
        transition: transform 0.3s ease;
        will-change: transform;
    }
    #leftSidebarToggleClusterMobile.move {
        transform: translateX(min(calc(var(--app-sidebar-primary, 280px) - 21px - .6rem), calc(100vw - 42px - .6rem)));
    }
    .wrapper.gmao_sidebar_mode #leftSidebarToggleClusterMobile.move {
        transform: translateX(min(calc(339px - .6rem), calc(100vw - 42px - .6rem)));
    }
    #leftSidebarBurgerMenuMobile {
        position: static;
    }
    #volet {
        width: 100% !important;
        left: 0 !important;
    }
}

@media (max-width: 600px) {
    #navApps,
    #navPinned,
    #navSupport,
    #navLaboratory,
    #navAdmin,
    #navProfile {
        display: none;
    }
    #navApps.show,
    #navPinned.show,
    #navSupport.show,
    #navLaboratory.show,
    #navNotifications.show,
    #navAdmin.show,
    #navProfile.show {
        display: block;
    }
    .nav_menu_plateformes.hide {
        display: none;
    }
    .top_nav_right #navPlateformes {
        font-size: .9rem;
    }
    #topNavBarBurgerMenu .fi-br-left-from-bracket {
        display: block;
        font-size: 1.2rem;
        margin-top: 4px;
        margin-right: 0;
    }
    #topNavBarBurgerMenu .fi-br-left-from-bracket.open {
        transform: scaleX(-1);
    }
    #topNavBarBurgerMenu {
        display: block;
    }
    #topNavBarBurgerMenu.hide {
        display: none;
    }
    .nav_menu_plateformes,
    #navApps,
    #navPinned,
    #navNotifications,
    #navProfile {
        position: initial !important;
    }
    .top_nav_right #navPlateformesMenu,
    .top_nav_right .drop_down {
        width: calc(100% - 1.2rem) !important;
        margin: auto;
        top: 5.1rem !important;
        left: 0;
        right: 0;
    }
    .top_nav_right #navNotifications .drop_down.show {
        height: calc(100dvh - 5.7rem) !important;
        max-height: calc(100dvh - 5.7rem) !important;
        overflow: hidden !important;
    }
    .top_nav_right #navNotifications .drop_down ul.notifications-list {
        height: 100% !important;
        max-height: 100% !important;
        overflow-y: auto !important;
        padding-right: 4px;
    }
    .top_nav_right #navPlateformes {
        font-size: .9rem;
    }
}

@media (max-width: 380px) {
    .nav_platforms_prefix_full {
        display: none;
    }
    .nav_platforms_prefix_short {
        display: block;
    }
    #navApps i:first-of-type,
    #navPinned i:first-of-type,
    #navSupport i:first-of-type,
    #navLaboratory i:first-of-type,
    #navNotifications i:first-of-type,
    #navAdmin i:first-of-type,
    #navProfile i:first-of-type {
        margin-right: 0 !important;
        font-size: 1rem !important;
    }
    .top_nav_right #navPlateformes {
        font-size: .8rem;
    }
    .top_nav_right #navPlateformes #navPlateformesPrefix {
        font-size: .65rem;
    }
}

/* GMAO secondary equipment tree */
.wrapper.gmao_sidebar_mode {
    --app-sidebar-primary: 80px;
    --app-sidebar-tree: 0px;
    --app-page-gutter: 1.6rem;
}

.wrapper.gmao_sidebar_mode.left_sidebar_secondary--open {
    --app-sidebar-tree: 280px;
}

.wrapper.gmao_sidebar_mode .left_sidebar {
    width: 80px;
    padding: 1rem 1rem 6px;
}

.wrapper.gmao_sidebar_mode header {
    padding-left: calc(var(--app-sidebar-primary) + var(--app-sidebar-tree) + var(--app-page-gutter));
    padding-right: var(--app-page-gutter);
}

.wrapper.gmao_sidebar_mode .container {
    padding-left: calc(var(--app-sidebar-primary) + var(--app-sidebar-tree));
}

.wrapper.gmao_sidebar_mode .parent span.left_sidebar_item_title {
    display: none;
}

.wrapper.gmao_sidebar_mode .parent i {
    margin-right: 0;
}

.wrapper.gmao_sidebar_mode .left_sidebar .fi.fi-br-angle-small-right {
    display: none;
}

.wrapper.gmao_sidebar_mode .left_sidebar_nav_items li > a {
    justify-content: center;
}

.wrapper.gmao_sidebar_mode #leftSidebarLogo img {
    height: 0;
    transform: scale(0);
    opacity: 0;
}

.wrapper.gmao_sidebar_mode #leftSidebarLogoMobile img {
    height: 100%;
    margin: auto;
    transform: scale(1);
    opacity: 1;
}

.wrapper.gmao_sidebar_mode #leftSidebarTime {
    display: flex;
    justify-content: center;
    padding-right: 0;
}

.wrapper.gmao_sidebar_mode #leftSidebarTime #liveDate {
    display: none;
}

.wrapper.gmao_sidebar_mode #leftSidebarTime #liveClock {
    margin-right: 0;
    padding: 4px 8px;
}

.wrapper.gmao_sidebar_mode #leftSidebarBurgerMenu {
    right: -46px;
}

.wrapper.gmao_sidebar_mode.left_sidebar_secondary--open .left_sidebar #leftSidebarBurgerMenu {
    right: -301px;
}

.sidebar_dock {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    height: 100vh;
    height: 100dvh;
    z-index: 5;
    overflow: visible;
}

.sidebar_dock .left_sidebar {
    position: relative;
    flex: 0 0 80px;
}

.left_sidebar_secondary {
    flex: 0 0 auto;
    width: 0;
    overflow: hidden;
    background-color: #ffffff;
    border-right: 1px solid rgba(97, 202, 178, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.wrapper.left_sidebar_secondary--open .left_sidebar_secondary {
    width: 280px;
    opacity: 1;
    visibility: visible;
    overflow: auto;
}

.left_sidebar_tree_panel {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 100%;
    padding: 1.95rem 1rem 8px;
    overflow-y: auto;
    overflow-x: hidden;
}

.left_sidebar_secondary_heading {
    margin: 0 0 .8rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--main-text-color);
}

.left_sidebar_tree_toolbar,
.left_sidebar_tree_search_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.left_sidebar_tree_search {
    margin: .4rem 0 .8rem;
}

.left_sidebar_tree_search_footer {
    margin-top: .55rem;
}

.left_sidebar_tree_matches {
    color: #8b95a5;
    font-size: .54rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .01em;
    opacity: .85;
}

.left_sidebar_tree_search input[type="search"] {
    width: 100%;
    padding: .45rem .6rem;
    border: 1px solid #dde1e3;
    border-radius: 6px;
}

.left_sidebar_tree_toolbar {
    justify-content: flex-start;
}

.left_sidebar_tree_text_action {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--main-color);
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
}

.left_sidebar_tree_mini_button {
    padding: .2rem .5rem;
    border: 1px solid var(--main-button-icon-border-color);
    border-radius: 5px;
    background-color: #ffffff;
    color: var(--main-color);
    font-size: .68rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .02em;
    white-space: nowrap;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.left_sidebar_tree_mini_button:hover {
    opacity: 1;
    background-color: var(--main-color-transparent-2);
    border-color: var(--main-color-transparent);
    color: var(--main-color-active);
}

.left_sidebar_tree_text_action--danger {
    color: #dc2626;
    font-size: .54rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.left_sidebar_tree_text_action--danger:disabled {
    opacity: .45;
    cursor: not-allowed;
    text-decoration: none;
}

@media screen and (max-width: 1120px) {
    .sidebar_dock {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .sidebar_dock .left_sidebar {
        transform: none;
    }

    .sidebar_dock.mobile_show {
        transform: translateX(0);
    }

    .wrapper.gmao_sidebar_mode {
        --app-page-gutter: .6rem;
        --app-sidebar-tree: 0px;
    }

    .wrapper.gmao_sidebar_mode header,
    .wrapper.gmao_sidebar_mode .container {
        padding-left: .6rem;
    }

    .wrapper.gmao_sidebar_mode .page-head {
        padding-left: 1.6rem;
    }
}
