.menu-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
    z-index: 1000;
}

.menu-toggle.active{
    background-color: transparent;
}

.menu-toggle {
    display: flex;
    z-index: 20;
}