
.webBackButton {
    position: fixed;
    top: 20px;
    left: 20px;
    background: url(/images/icons/Dots.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    cursor: pointer;
    transition: .5s;
    z-index: 500;
}

.webBackButton.up{
    top: -40px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: .3s;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    transition: .3s;
}

::-webkit-scrollbar-thumb {
    background: var(--dark);
    border-radius: 3px;
}

iframe#telegram-login-testLiboLiboBot {
    margin: 0 auto;
    display: block;
}