body {
    overflow: hidden;
}

.e8-mobile--switch-account-button {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 0 15px 1px rgba(44, 62, 80, 0.2);
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    background: #fff;
}

.e8-mobile--switch-account-button > button {
    font-size: 20px;
}