/* buttons END */

nav{
    background-color: white;
    z-index: 800;
}

nav .dropdown-toggle::after {
    display: none;
}

nav .nav-profile .dropdown-menu.show {
    position: absolute;
    left: -460%;
}

nav .nav-hamburger.show {
    position: absolute;
    left: -480%;
}

nav #triggerInput {
    width: 500px;
    height: fit-content;
    border-color: var(--color-primary);
    border-width: 2px !important;
    border-right: none;

}




@media only screen and (max-width :795px) {
    nav #triggerInput {
        width: auto;
    }

}
