.modal-mask{position:fixed;height:100vh;width:100vw;top:0px;left:0px;z-index:2000000;background-color:rgba(0,0,0,.3)}.modal-mask .modal{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin:0 auto;border-radius:8px;height:338px;width:90%;z-index:999;background-color:var(--marshmallow);overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 20px 20px 20px}@media all and (min-width: 1025px){.modal-mask .modal{width:60%;padding:30px 60px 30px 30px;max-height:338px}}.modal-mask .modal .modal-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:100px 33px}@media all and (min-width: 1025px){.modal-mask .modal .modal-content{padding:0px 33px}}.modal-mask .modal .bonusPackSelect{color:var(--blaze)}.modal-mask #modal-logo{width:61px;height:auto;position:relative;top:1px}@media all and (min-width: 1025px){.modal-mask #modal-logo{width:63px}}.modal-mask #modalClose{position:absolute;right:17px;top:17px;cursor:pointer;background-color:var(--ash);border-radius:50%;height:20px;width:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media all and (min-width: 1025px){.modal-mask #modalClose{right:30px;top:30px}}.modal-mask #modalClose .bar{position:absolute;width:2px;height:calc(100% - 8px);top:20%;left:45%;background-color:var(--marshmallow)}.modal-mask #modalClose .bar.cross{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
/*# sourceMappingURL=modal.min.css.map */