.popup-events,.popup-login{
    top: 0;
    left: 0;
    background-color: #33333330;
    z-index: -10;
    opacity: 0;
}
.popup-login.active{
    opacity: 1;
    z-index: 1000;
}
.popup-events.active{
    opacity: 1;
    z-index: 1000;
}
.popup-user-vote{
    width: 425px;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -100;
    top: 0;
    right: -425px;
    opacity: 0;
    transition: .5s;
}
.popup-user-vote.active{
    z-index: 100;
    right: 0;
    opacity: 1;
}
.header-popup{background: linear-gradient(94.71deg, #0F66AD 2.37%, #0879DC 102.55%, #AFADA6 102.55%);}
/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

