.dashboard-menu-top{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px solid var(--neutral-200);
    align-items: center;
    justify-content: flex-end;
    padding-right: 2.5%;
    z-index: 99;
    background: #ffffff;
}

.adjust-menu-top-buttons{
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.menu-top-button{
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    border: 0;
    background-color: var(--primary-main);
    color: white;
    font-size: 0.3rem;
    cursor: pointer;
    transition: .5s;
}

.menu-top-button:hover{
    background-color: var(--primary-light);
}

.form-info-stage-header header {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px solid var(--neutral-200);
    align-items: center;
    justify-content: space-evenly;
    z-index: 99;
    background: #ffffff;
}