* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    color: white;
}
.sidebar {
    display: none;
}

.vertical-menu-icon-container {
    display: none;
    flex-direction: column;
    gap: 0.25rem;

    display: none;
    z-index: 20;
}

.vertical-menu-icon {
    height: 3px;
    background-color: white;
    transition: all 400ms ease-in-out;
}
.sidebar {
    display: none;
}

.bar-1 {
    width: 40px;
}

.bar-2 {
    width: 56px;
    opacity: 1;
    transition: opacity 800ms ease-in-out;
}

.bar-3 {
    width: 48px;
}

.bar-1-change {
    transform: rotate(45deg);
    width: 48px;
    background-color: white;
}
.bar-2-change {
    display: none;
    width: 60px;
    opacity: 1;
    background-color: white;
}
.bar-3-change {
    width: 56px;
    transform: rotate(-45deg);
    background-color: white;
}

.sidebar-change {
    width: 95%;
    /* -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); */
    background: linear-gradient(180deg, #1646cc 0%, #1d23ac 100%);
    border-radius: 16px;
    position: fixed;
    display: block;
    top: 6rem;
    padding: 0.5rem 0;
}

.hide-it {
    display: none !important;
}

.sidebar-sections-container {
    display: none;
}
.sidebar-sections-container-change {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-sections-li {
    text-decoration: none;
}
.sidebar-sections-span {
    font-size: 2.5em !important;
    padding: 0.5rem;
    font-weight: 500;
    display: block;
    border-radius: 8px 8px 8px 8px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    text-align: center;
}

.sidebar-sections-span-change {
    color: rgb(255, 255, 255);
    background-color: #1579d6;
}
