*{
    scroll-behavior: smooth;
}
.hidden{
    display: none !important;
}
.sidebar-right{
    position: fixed;
    bottom: 35px;
    z-index: 99;
    right: 2%;
}
.sidebar-list{
    display: flex;
    flex-direction: column;
    list-style: none;
}
.sidebar-item{
    width: 40px;
    height: 40px;
    margin: 5px;
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-item i{
    color:#ffffff !important;
}
.qrcode-layer{
    position: fixed;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(212, 212, 212, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.qrcode-layer-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qrcode-image{
    border-radius: 15px;
}
.qrcode-text{
    margin-top: 1.5rem;
    text-align: center;
    color: #0a0c0d;
    font-weight: bold;
}