.navPrincipal {
    width: 100%;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
    background-color: #1C90FE;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 6;
}

.fundoDropdown {
    position: fixed;
    z-index: 6;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.navBar {
    width: 100%;
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 13px 0px;
    position: relative;
}

.navItemsPrincipal {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.menuMobileAndIcon {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
}

.navOpcoes {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.opcaoMenu {
    border: 1px solid #84c2ff;
    border-radius: 44px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: 0.2s;
    cursor: pointer;
}

button.opcaoMenu {
    background-color: transparent;
}

.opcaoMenu img {
    max-width: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(200deg) brightness(101%) contrast(101%);
}

.opcaoMenu span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.opcaoMenu:hover {
    background-color: hsla(0, 0%, 100%, 0.1) !important;
}

.opcaoMenu.activeMenu {
    border: 1px solid #005BB5 !important;
    background-color: #005BB5 !important;
}

.opcaoMenu.activeMenu span {
    color: #fff !important;
}

.opcaoMenu.opcaoMenu.activeMenu img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(200deg) brightness(101%) contrast(101%);
}

.navItemPerfil {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.closeSubmenuNav,
.closeSubmenuNavMobile {
    display: flex;
    justify-content: flex-end;
}

#submenuNavButton,
#notificacaoNavButton,
#mobileNavButton,
#closeSubMenuNavButton,
#closeSubmenuNavMobileButton,
#closeSubMenuNavNotificacaoButton {
    width: 36px;
    height: 36px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    transition: 0.2s;
}

#closeSubmenuNavMobileButton {
    margin-left: -2px;
}

#closeSubMenuNavNotificacaoButton {
    margin-bottom: -2px;
    margin-left: -1px;
}

.esconderSub {
    opacity: 0 !important;
}

#submenuNavButton img,
#notificacaoNavButton img,
#mobileNavButton img,
#closeSubmenuNavMobileButton img,
#closeSubMenuNavButton img,
#closeSubMenuNavNotificacaoButton img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(200deg) brightness(101%) contrast(101%);
}


.subMenuButtons {
    position: relative;
}


#mobileNavButton,
#closeSubmenuNav {
    display: none;
}

#submenuNavButton:hover,
#notificacaoNavButton:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}

#submenuNavButton.activeSubmenu,
#notificacaoNavButton.activeSubmenu {
    background-color: hsla(0, 0%, 100%, 0.1);
}

#notificacaoNavButton {
    position: relative;
}

#notificacaoNavButton img {
    margin-right: -1px;
}

#notificacaoNavButton #contadorNotificacao {
    position: absolute;
    bottom: -0.5px;
    font-size: 11px;
    right: -3.5px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    width: 15.5px;
    height: 15.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submenuNavDiv {
    position: relative;
}

.submenuNav,
.dropdownNotificacao {
    position: absolute;
    background: #fff;
    width: max-content;
    border-radius: 10px;
    z-index: 1005;
    padding: 15px;
    top: 45px;
    right: 0px;
    min-width: 360px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #F2F3F5;
}

.submenuNav {
    min-width: 300px;
}

.submenuNav,
.dropdownNotificacao {
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.1s ease, opacity 0.1s ease;
    visibility: hidden;
}

.submenuNav.show,
.dropdownNotificacao.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}


.dropdownNotificacao {
    top: 60px;
    padding: 0px;
}

.notification-list {
    display: flex;
    flex-direction: column;
    max-height: 220px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #c6c6c6 #f0f0f0;
}

.notification-list::-webkit-scrollbar {
    width: 8px;
}

.notification-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.notification-list::-webkit-scrollbar-thumb {
    background-color: #c6c6c6;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

.notification-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.nenhumaNotificacao {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
    padding: 11px 9px;
}

.dadosUsuarioSubmenu {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    white-space: nowrap;
}

#fotoPerfilSubmenu {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

#nomeUsuarioSubmenu {
    color: #0B0951;
    font-weight: 600;
    font-size: 17px;
}

.nivelUsuarioSubmenu {
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    margin-top: 1px;
    width: max-content;
    font-weight: 500;
    gap: 3px;
}

.nivelPendente {
    background: rgba(220, 53, 69, 0.48);
    color: #DC3545;
}

.nivelBronze {
    background: rgba(169, 113, 66, 0.48);
    color: #A97142;
}

.nivelPrata {
    background: #EAEAEA;
    color: #999999;
}

.nivelOuro {
    background: rgba(255, 214, 0, 0.48);
    color: #9C8404;
}

.nivelDiamante {
    background: rgba(28, 144, 254, 0.48);
    color: #1C90FE;
}

.nivelBronze img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(69%) saturate(5254%) hue-rotate(335deg) brightness(89%) contrast(93%);
}

.nivelPendente img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(24%) saturate(976%) hue-rotate(345deg) brightness(89%) contrast(88%);
}

.nivelPrata img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(1%) saturate(0%) hue-rotate(336deg) brightness(93%) contrast(93%);
}

.nivelOuro img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(733%) hue-rotate(19deg) brightness(100%) contrast(97%);
}

.nivelDiamante img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(1343%) hue-rotate(191deg) brightness(101%) contrast(99%);
}

.walletSubmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-top: 18px;
}

.walletSubmenu div:first-child {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.walletSubmenu img {
    max-width: 23px;
}

.walletSubmenu span {
    color: #6C728A;
    font-weight: 500;
    font-size: 15px;
}

#saldoSubmenu {
    color: #0B0951;
    font-weight: 600;
    font-size: 16px;
}

.divisorSubmenu {
    margin: 20px 0px;
    border-top: 1px solid #B9BABE;
}

.opcoesSubmenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-columns: 1fr 1fr; */
    gap: 0.6rem;
}

.opcaoSubmenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5px;
    cursor: pointer;
}

.opcaoSubmenu span {
    color: #6C728A;
    font-size: 14px;
    font-weight: 500;
}

.imgOpcaoSubmenu {
    background: #1C90FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 42px;
    margin: 0 auto;
}

.imgOpcaoSubmenu img {
    max-width: 22px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* .opcaoSubmenuSair {
    grid-column: -3;
} */

.opcaoSubmenuSair .imgOpcaoSubmenu {
    background-color: #6C728A;
}

#marcarTodasLidasBtn {
    padding: 0.35rem 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #1C90FE;
    width: 100%;
    border-radius: 24px;
    font-size: 13.5px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

#marcarTodasLidasBtn:hover {
    background-color: #1a8bf4;
}

.closeSubmenuNav,
.closeSubmenuNavMobile,
.closeSubmenuNavNotificacao {
    position: absolute;
    bottom: 2px;
    left: 3px;
    z-index: 1005;
}

.closeSubmenuNavMobile {
    top: 5px;
}

.opacityButton {
    opacity: 0;
}

.cadastrar {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 4px 4px 4px 20px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #fff;
    padding: 3px 3px 3px 15px;
    border-radius: 44px;
    transform: scale(1);
    transition: 0.15s;
}

.cadastrar:hover {
    transform: scale(1.015);
}

.cadastrar span {
    font-weight: 500;
    font-size: 15px;
}

.cadastrar div {
    background-color: #1E90FF;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 5px 12px 5px 16px;
    font-size: 13.5px;
    font-weight: 400;
}

.cadastrar div strong {
    font-weight: 600;
}

.entrar {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 500;
    color: #fff;
    border-radius: 55px;
    cursor: pointer;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 33px;
    background-color: hsla(0, 0%, 100%, 0.05);
    transition: 0.2s;
}


.entrar:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


@media (max-width: 1110px) {
    .navBar {
        padding: 13px 0.55rem;
        gap: 1.5rem;
    }
}


@media (max-width: 1035px) {
    .navBar .navOpcoes {
        background: #fff;
        gap: 0.6rem;
        position: fixed;
        width: 250px;
        height: 89vh;
        border-radius: 0px 10px 0px 0px;
        top: 9vh;
        z-index: 1006;
        left: 0px;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
        border: 1px solid #F2F3F5;
        align-items: flex-start;
        padding: 15px 15px 15px 0px;
    }

    .hideOpcao {
        display: none !important;
    }

    .navBar .navOpcoes {
        transform: scale(0.5);
        transition: transform 0.2s ease;
    }

    .navBar .navOpcoes.show {
        transform: scale(1);
    }

    .opcaoMenu span {
        font-size: 15px;
        color: #6C728A;
    }

    .opcaoMenu.opcaoMenu img {
        width: 16px;
        filter: brightness(0) saturate(100%) invert(46%) sepia(13%) saturate(644%) hue-rotate(191deg) brightness(92%) contrast(87%);
    }

    .opcaoMenu.activeMenu img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(197deg) brightness(103%) contrast(118%);
    }

    .navBar .opcaoMenu {
        gap: 0.5rem;
        border-radius: 0px 44px 44px 0px !important;
        padding: 10px 15px 10px 15px !important;
        min-width: 230px;
        border: none !important;
        margin-left: -1px;
    }

    #mobileNavButton {
        display: flex;
    }

    .navBar {
        padding: 8.5px 0.55rem;
    }

    .submenuNav {
        padding: 12px;
    }

    .dadosUsuarioSubmenu {
        gap: 0.4rem;
    }

    .walletSubmenu {
        margin-top: 14px;
    }

    .divisorSubmenu {
        margin: 15px 0px;
    }

    .opcoesSubmenu {
        gap: 0.4rem;
    }

    .imgOpcaoSubmenu {
        width: 40px;
        height: 38px;
    }

    .imgOpcaoSubmenu img {
        max-width: 20px;
    }

    .opcaoSubmenu span {
        font-size: 13.5px;
    }

    #nomeUsuarioSubmenu {
        font-size: 16px;
    }

    .nivelUsuarioSubmenu {
        padding: 1px 4px;
        font-size: 13px;
    }

    .nivelDiamante img {
        max-width: 15px;
    }

    .walletSubmenu img {
        max-width: 22px;
    }

    .walletSubmenu div:first-child {
        gap: 0.4rem;
    }

}

@media (max-width: 750px) {
    .menuMobileAndIcon a img {
        max-width: 150px;
        height: auto;
    }

    #submenuNavButton,
    #notificacaoNavButton,
    #mobileNavButton,
    #closeSubMenuNavButton,
    #closeSubmenuNavMobileButton,
    #closeSubMenuNavNotificacaoButton {
        width: 32px;
        height: 32px;
    }

    #mobileNavButton img {
        max-width: 19px;
    }

    #submenuNavButton>img {
        max-width: 18px;
    }

    #notificacaoNavButton img {
        max-width: 20px;
    }

    #notificacaoNavButton #contadorNotificacao {
        font-size: 11px;
        width: 14.5px;
        height: 14.5px;
    }

    .navBar {
        padding: 6.5px 0.55rem;
    }
}

@media (max-width: 585px) {
    .cadastrar div {
        padding: 4px 10px 4px 12px;
        font-size: 13px;
    }

    .cadastrar {
        padding: 4px 4px 4px 20px;
        gap: 0.2rem;
        padding: 2px 2px 2px 7px;
    }

    .cadastrar span {
        font-size: 14px;
    }

    .navBar {
        gap: 1rem;
    }

    .entrar {
        gap: 0.25rem;
        padding: 6px 10px;
        height: 30px;
        font-size: 15.5px;
    }

    .entrar img {
        width: 23px;
    }

    .menuMobileAndIcon a img {
        max-width: 145px;
        height: auto;
    }
}

@media (max-width: 450px) {
    .submenuNav {
        position: fixed;
        width: 300px;
        height: 100%;
        border-radius: 10px 0px 0px 0px;
        top: 9vh;
        right: 0px;
    }

    .dropdownNotificacao {
        position: fixed;
        width: 300px;
        height: 100%;
        border-radius: 10px 0px 0px 0px;
        top: 9vh;
        right: 0px;
    }

    #submenuNavButton span {
        display: none !important;
    }

    #submenuNavButton {
        padding: 3px 6px;
    }
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px;
    border-bottom: 1px solid #e5e7eb;
}

.dropdown-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.clear-all {
    background-color: transparent;
    border: 1px solid #1C90FE;
    color: #1C90FE;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.clear-all:hover {
    background-color: #1C90FE;
    color: white;
}

.notification-icon svg {
    max-width: 21.5px;
}

.notification-list {
    max-height: 400px;
    overflow-y: auto;
}

.notification-item {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    padding: 7px 9px;
    transition: background-color 0.2s;
}

.notification-item:hover {
    background-color: #f9fafb;
}

.notification-icon {
    margin-right: 13px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #e5e7eb;
}

.notification-content {
    flex-grow: 1;
}

.notification-title {
    font-weight: 600;
    margin-bottom: 1px;
    font-size: 15.5px;
    color: #111827;
}

.notification-message {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 1px;
}

.notification-timestamp {
    font-size: 12px;
    color: #9ca3af;
}

.remove-notification {
    position: absolute;
    top: 5.5px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #9ca3af;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    padding: 0;
}

.remove-notification:hover {
    background-color: #fee2e2;
    color: #ef4444;
}

.remove-notification svg {
    width: 16px;
    height: 16px;
}

.overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1px);
    z-index: 40;
    transition: opacity 0.1s;
    opacity: 0;
    pointer-events: none;
}

.overlay.active2 {
    opacity: 1;
    pointer-events: auto;
}

/* Sidebar styles */
.sidebar {
    position: fixed;
    top: 95px;
    border-radius: 0px 28px 0px 0px;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 300px;
    background-color: white;
    transform: translateX(-100%);
    transition: transform 0.15s;
    border-right: 1px solid #e5e7eb;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.05);
}

.sidebar.active2 {
    transform: translateX(0);
}

.sidebar-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar-header {
    padding: 24px;
}

.sidebar-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.sidebar-subtitle {
    font-size: 14px;
    color: #6b7280;
}

.sidebar-close-button {
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.sidebar-nav-item-icon-container svg {
    width: 21px;
    height: 21px;
}

.sidebar-nav-item-icon-container img {
    width: 21px;
    height: 21px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(24%) saturate(469%) hue-rotate(177deg) brightness(92%) contrast(95%);
}

.sidebar-close-button:hover {
    background-color: #e6f3ff;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-nav-item {
    width: 100%;
    justify-content: flex-start;
    height: 52px;
    padding: 0 16px;
    transition: all 0.2s;
    color: #374151;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sidebar-nav-item:hover {
    color: #2196F3;
    background-color: rgba(33, 150, 243, 0.05);
}

.sidebar-nav-item:hover .sidebar-nav-item-icon-container img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(69%) saturate(3702%) hue-rotate(187deg) brightness(104%) contrast(91%);
}

.sidebar-nav-item.active2 {
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196F3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sidebar-nav-item-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 8px;
    margin-right: 12px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

.sidebar-nav-item.active2 .sidebar-nav-item-icon-container {
    background-color: #2196F3;
    color: white;
    transform: scale(1.02);
}

.sidebar-nav-item.active2 .sidebar-nav-item-icon-container img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.sidebar-nav-item-text {
    flex-grow: 1;
    text-align: left;
}

.sidebar-nav-item-arrow {
    color: #9ca3af;
    transition: all 0.2s;
}

.sidebar-nav-item.active2 .sidebar-nav-item-arrow {
    color: #2196F3;
    transform: translateX(4px);
}

.sidebar-nav-item-indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #2196F3;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    opacity: 0;
    transition: opacity 0.2s;
}

/* .sidebar-nav-item.active2 .sidebar-nav-item-indicator {
    opacity: 1;
} */
.sidebar-footer {
    margin-top: auto;
    padding: 24px;
    background-image: linear-gradient(to top, rgba(33, 150, 243, 0.05), transparent);
}

.sidebar-help-container {
    background-color: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e6f3ff;
}

.sidebar-help-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.sidebar-help-text {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 12px;
}

.sidebar-help-button {
    width: 100%;
    background-color: transparent;
    color: #2196F3;
    border: 1px solid #2196F3;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.sidebar-help-button:hover {
    background-color: #e6f3ff;
}

@media (max-width: 1100px) {
    .sidebar {
        position: fixed;
        border-radius: 0px 28px 0px 0px;
        bottom: 0px;
        left: 0;
        z-index: 50;
        width: 300px;
        background-color: white;
        transform: translateX(-100%);
        transition: transform 0.15s;
        border-right: 1px solid #e5e7eb;
        box-shadow: 4px 0 6px rgba(0, 0, 0, 0.05);
    }

    .sidebar.active2 {
        transform: translateX(0);
    }

    .sidebar-container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .sidebar-header {
        padding: 12px;
    }

    .sidebar-title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }

    .sidebar-title {
        font-size: 18px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 4px;
    }

    .sidebar-subtitle {
        font-size: 14px;
        color: #6b7280;
    }

    .sidebar-close-button {
        height: 40px;
        width: 40px;
        border-radius: 9999px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s;
    }

    .sidebar-nav-item-icon-container svg {
        width: 21px;
        height: 21px;
    }

    .sidebar-nav-item-icon-container img {
        width: 21px;
        height: 21px;
        filter: brightness(0) saturate(100%) invert(25%) sepia(24%) saturate(469%) hue-rotate(177deg) brightness(92%) contrast(95%);
    }

    .sidebar-close-button:hover {
        background-color: #e6f3ff;
    }

    .sidebar-nav {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .sidebar-nav-item {
        width: 100%;
        justify-content: flex-start;
        height: 48px;
        padding: 0 7px;
        transition: all 0.2s;
        color: #374151;
        background-color: transparent;
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .sidebar-nav-item:hover {
        color: #2196F3;
        background-color: rgba(33, 150, 243, 0.05);
    }

    .sidebar-nav-item:hover .sidebar-nav-item-icon-container img {
        filter: brightness(0) saturate(100%) invert(50%) sepia(69%) saturate(3702%) hue-rotate(187deg) brightness(104%) contrast(91%);
    }

    .sidebar-nav-item.active2 {
        background-color: rgba(33, 150, 243, 0.1);
        color: #2196F3;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .sidebar-nav-item-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        width: 36px;
        border-radius: 8px;
        margin-right: 12px;
        background-color: white;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: all 0.2s;
    }

    .sidebar-nav-item.active2 .sidebar-nav-item-icon-container {
        background-color: #2196F3;
        color: white;
        transform: scale(1.02);
    }

    .sidebar-nav-item.active2 .sidebar-nav-item-icon-container img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    }

    .sidebar-nav-item-text {
        flex-grow: 1;
        text-align: left;
    }

    .sidebar-nav-item-arrow {
        color: #9ca3af;
        transition: all 0.2s;
    }

    .sidebar-nav-item.active2 .sidebar-nav-item-arrow {
        color: #2196F3;
        transform: translateX(4px);
    }

    .sidebar-nav-item-indicator {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        background-color: #2196F3;
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
        opacity: 0;
        transition: opacity 0.2s;
    }

    /* .sidebar-nav-item.active2 .sidebar-nav-item-indicator {
        opacity: 1;
    } */
    .sidebar-footer {
        margin-top: auto;
        padding: 12px;
        background-image: linear-gradient(to top, rgba(33, 150, 243, 0.05), transparent);
    }

    .sidebar-help-container {
        background-color: white;
        border-radius: 12px;
        padding: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border: 1px solid #e6f3ff;
    }

    .sidebar-help-title {
        font-size: 14px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 7px;
    }

    .sidebar-help-text {
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 9px;
    }

    .sidebar-help-button {
        width: 100%;
        background-color: transparent;
        color: #2196F3;
        border: 1px solid #2196F3;
        padding: 8px 16px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
    }

    .sidebar-help-button:hover {
        background-color: #e6f3ff;
    }
}

#submenuNavButton {
    width: auto;
    height: auto;
    border: 1px solid #84c2ff;
    border-radius: 44px;
    padding: 3px;
    display: flex;
    align-items: center;
}

#submenuNavButton>div>img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    filter: none;
    border: 2px solid transparent;
    object-fit: cover;
}

#submenuNavButton span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 7px;
}


#submenuNavButton>img:last-child {
    width: 11.5px;
    height: 11.5px;
    margin-bottom: -2px;
    margin-right: 4px;
    transition: transform .2s, -webkit-transform .2s;
}

.imgOpenMenu {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#fotoUsuarioMenu.nivelPendente {
    border-color: #DC3545 !important;
}

#fotoUsuarioMenu.nivelBronze {
    border-color: rgba(169, 113, 66, 0.48) !important;
}

#fotoUsuarioMenu.nivelPrata {
    border-color: #EAEAEA !important;
}

#fotoUsuarioMenu.nivelOuro {
    border-color: rgba(255, 214, 0, 0.48) !important;
}

#fotoUsuarioMenu.nivelDiamante {
    border-color: #005BB5 !important;
}

#fotoUsuarioWrapper {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 7px;
}

#fotoUsuarioWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loadingMenu .5s infinite;
    border-radius: 50%;
    z-index: 5;
    /* Fica acima da imagem enquanto carrega */
}

#fotoUsuarioWrapper.loadingMenu::before {
    display: block;
}

#fotoUsuarioWrapper:not(.loadingMenu)::before {
    display: none;
}

#fotoUsuarioMenu {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}


@keyframes skeleton-loadingMenu {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.contadorReservasSidebar {
    display: inline-block;
    background: #1c90fe;
    color: #fff;
    border-radius: 44px;
    font-size: 11px;
    padding: 2px 3px;
    margin-left: 5px;
}

.suporte-button {
    max-width: 100%;
    border: 0px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1c90fe;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: transform 0.1s ease-out, border-radius 0.1s ease-out;
    animation: 0.2s ease 0s 1 normal forwards running supportAnimation2;
    transform: scale(1);
    min-width: 48px;
    height: 44px;
    border-radius: 24px;
    box-shadow: rgba(38, 38, 38, 0.08) 0px 4px 28px 6px;
    padding: 12px;
    z-index: 2147482000;
    position: fixed;
    bottom: 18px;
    right: 18px;
}

@keyframes supportAnimation2 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }

    80% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes supportAnimation {
    0% {
        opacity: 0;
        transform: scale(0.2) rotate(-180deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.iconeSuporte {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    position: relative;
    animation: 0.2s ease 0s 1 normal forwards running supportAnimation;
    transition: scale 0.2s ease-out;
}


.iconeSuporte::after {
    content: "";
    background: rgb(255, 255, 255);
    width: 50%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    color: #fff;
}

.suporte-button p{
    margin-left: 6px;
    font-size: 14px;
}

.suporte-button:hover .iconeSuporte{
    scale: 1.2;
}