@import url(https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap);
.rwx-animateable-border svg{position:absolute}.rwx-animateable-border svg rect{stroke-width:5px;fill:transparent;stroke:#000;transition:1s all ease}.rwx-animateable-border svg.active rect,.rwx-animateable-border svg:hover rect{stroke-dasharray:50 0;stroke-width:5px;stroke-dashoffset:0;stroke:#fff}.rwx-animateable-border.active svg rect{stroke-dasharray:50 0;stroke-width:5px;stroke-dashoffset:0;stroke:#fff}.rwx-tombola{display:flex;justify-content:center;align-items:center;flex-direction:column}.rwx-tombola-stopper{margin-top:100px;cursor:pointer}.rwx-tombola-stopper .text{font-size:1.52rem;line-height:2.07rem}.rwx-tombola-background{position:absolute;top:0px;right:0px;left:0px;bottom:0px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;opacity:0;flex-direction:column;z-index:9999;overflow:hidden;background:rgba(19,66,160,0.7);transform:translateY(-100%);transition:all 1s .5s ease-in}.rwx-tombola-background.appear{opacity:1;transition:all .5s ease-out;transform:translateY(0)}.rwx-tombola-container{box-shadow:4px 4px 0px 7px rgba(230,92,0,0.7);border-radius:15px;overflow:hidden;height:160px;min-width:400px}.rwx-tombola-item{padding-left:20px;padding-right:20px;word-break:break-word;height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.rwx-tombola-item span{font-size:2.28rem;line-height:2.83rem;font-weight:bold;color:#000}


/*# sourceMappingURL=tombolapage.app.css.map*/