.bottom-sheet{position:relative;transition:all .4s ease;z-index:99999}.bottom-sheet.closed{opacity:0;visibility:hidden}.bottom-sheet.closed .bottom-sheet__backdrop{animation:hide .3s ease}@media screen and (orientation:landscape)and (pointer:coarse){.bottom-sheet.closed{display:contents}}.bottom-sheet.moving .bottom-sheet__card{transition:none}.bottom-sheet.opened{height:100%;left:0;position:fixed;top:0;width:100%}.bottom-sheet.opened .bottom-sheet__backdrop{animation:show .3s ease;opacity:1;visibility:visible}.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale{opacity:1;transform:translate(-50%) scale(1)}.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left,.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right{opacity:1;transform:translate(-50%)}.bottom-sheet__title{font-size:1.2rem;font-weight:700;line-height:1.6rem;margin:1.6rem 0 1.3333333333rem;padding:0 1.0666666667rem}.bottom-sheet__content{display:flex;flex-direction:column;overflow-y:scroll}.bottom-sheet__content:has(.converter-game--mobile){overflow-y:hidden}@media only screen and (orientation:landscape){.payment-balance-lottery .bottom-sheet__content{display:flex;flex:1 1 auto;flex-direction:column;margin-top:20px;max-height:90vh}}.bottom-sheet--bonus-widget .bottom-sheet__content{-ms-overflow-style:none;scrollbar-width:none}.bottom-sheet--bonus-widget .bottom-sheet__content::-webkit-scrollbar{display:none}.bottom-sheet__scroll{overscroll-behavior:contain}.bottom-sheet__backdrop{background:#00000080!important;inset:0;opacity:0;position:fixed;visibility:hidden;z-index:9999}.bottom-sheet__card{background-color:#232e39;border-radius:.5333333333rem .5333333333rem 0 0;display:flex;flex-direction:column;left:50%;margin:0 auto;overflow:hidden;position:fixed;width:100%;z-index:9999}@media(min-width:769px)and (max-width:1024px){.bottom-sheet__card{width:52rem}}@media(min-width:1025px){.bottom-sheet__card{width:28.8888888889rem}}@media only screen and (orientation:landscape){.payment-balance-lottery .bottom-sheet__card{display:flex;flex-direction:column}}@media screen and (orientation:landscape)and (pointer:coarse)and (min-width:769px)and (max-width:1024px){.payment-balance__inner .bottom-sheet__card{width:40rem}}.bottom-sheet__card.square{border-radius:0}.bottom-sheet__card.stripe{padding-bottom:0}.bottom-sheet__card.fx-default{transform:translate(-50%);transition:bottom .3s ease}.bottom-sheet__card.fx-fadein-scale{opacity:0;transform:translate(-50%) scale(.7);transition:all .3s}.bottom-sheet__card.fx-slide-from-right{opacity:0;transform:translate(100%);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet__card.fx-slide-from-left{opacity:0;transform:translate(-100%);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet__pan{height:1.6rem;position:absolute;top:0;width:100%;z-index:999}.bottom-sheet__arrow-down{display:none}.bottom-sheet__bar{background:#657381;border-radius:9px;cursor:pointer;display:block;height:4px;margin:8px auto;width:36px}@keyframes show{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes hide{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}
