@media (max-width: 900px) {
    .container-help {
        margin: 0 !important;
    }

    #nav-help-menu {
        padding-left: var(--bs-gutter-x, 7rem) !important;
    }

    #nav-arrow-down {
        visibility: visible;
    }

    #nav-title {
        pointer-events: all;
    }

    #collapse-nav {
        position: absolute;
        /* Set the collapse list to absolute positioning */
        top: 100%;
        /* Adjust the top position as needed */
        margin-top: 0.5rem;
        padding: 0 0.5rem;
        background-color: #fff;
        /* Optional: Add background color for visibility */
        z-index: 1;
        /* Optional: Adjust the z-index to control stacking order */
    }


    .shadow-nav {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }



}

@media (width > 900px) {
    #nav-arrow-down {
        visibility: hidden;
    }

    #nav-title {
        pointer-events: none;
    }

    #nav-title {
        display: block;
    }

    .nav-overflow {
        max-height: 570px;
        padding: 10px; /* Optional: Add padding for spacing */
        overflow-y: auto;
    }

}

#nav-help-menu {
    transition: all 0.3s ease-in-out;
}

#nav-help-menu::-webkit-scrollbar {
    width: 0; /* Hide the default scrollbar in Webkit (Chrome, Safari) */
}

/* Hide the scrollbar only in Firefox */
@-moz-document url-prefix() {
    #nav-help-menu {
        scrollbar-width: none;
    }
}


.fixed-nav-help {
    position: fixed !important;
    top: 7rem;
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .two-lines {
        overflow-wrap: break-word;
    }
}

@media (max-width: 900px) {
    #cabecera-pagina-user-newmeet {
        background: transparent !important;
        min-height: 4rem !important;
    }
}
