.header_sidebar_vline {
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header_centralised {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header_buttonsurround {
    border-radius: 5px;
    width: 100%;
    height: 40px;

    background-color: rgb(36, 36, 36);
}

.header_select_button {
    color: rgb(160,160,160);
    cursor: inherit;
    font-weight: 400;
    margin-left: 10px;
}

.header_button_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;

    cursor: pointer;
}