pre{
    background: white;
}

.mt-20{
    margin-top: 40px;
}
.-mb-20{
    margin-bottom: -20px;
}

.hidden{
    display: none !important;
}

body .modal-active.active{
    z-index: 99999;
}
body .modal-wrapper.active {
    z-index: 99999 !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;
}

.ns-cookiesaccept {
    display: none !important;
}
body .section-detailed-pose{
    z-index: 99999999;
}