pre{
    background: white;
}


.hidden{
    display: none !important;
}



.select__arrow-wrapper{
    display: none;
}
.select.selected.active .select__arrow-wrapper{
    display: block;
}
.menu__link.active svg path {
    stroke: #FF006F;
}
body .registration {
    justify-content: space-around;
}
[data-text-hidden]{
    display: none;
}
.active[data-text-hidden]{
    display: block;
}

#bx-panel{
    display: none !important;
}
body .game__section{
    height: 100vh;
}

.registration__bottom{
    padding-bottom: 70px;
}
.modal-z-active.active{
    z-index: 99999999 !important;
}





.product__label {
    background: rgba(255, 550, 255, 1);
}

.product__label svg path {
    stroke: #FF006F;
}