.bottom-sheet{position:relative;transition:all .4s ease;z-index:99999}.bottom-sheet *{box-sizing:border-box}.bottom-sheet__content{height:var(--094de529);overflow-y:scroll}.bottom-sheet__backdrop{bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:9999}.bottom-sheet__card{background:#fff;border-radius:14px 14px 0 0;left:50%;margin:0 auto;pointer-events:all;position:fixed;width:100%;z-index:9999}.bottom-sheet__card.square{border-radius:0}.bottom-sheet__card.stripe{padding-bottom:20px}.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:38px;padding-bottom:20px;padding-top:15px}.bottom-sheet__bar{background:rgba(0,0,0,.3);border-radius:14px;cursor:pointer;display:block;height:3px;margin:0 auto;width:50px}.bottom-sheet.closed{opacity:0;visibility:hidden}.bottom-sheet.closed .bottom-sheet__backdrop{animation:hide .3s ease}.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%)}@keyframes show{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes hide{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}blockquote,dd,dl,dt,fieldset,form,input,li,ol,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}q:after,q:before{content:""}abbr,acronym{border:0}html{-webkit-text-size-adjust:100%}a{background-color:transparent}img{border-style:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button{-webkit-appearance:none;-moz-appearance:"none";appearance:"none";background:none;border:none;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:inherit}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}*,:after,:before{border:0 solid theme("borderColor.DEFAULT",currentColor)}.bottom-sheet__backdrop{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:opacity .4s}.bottom-sheet__pan{flex-shrink:0;height:24px}.bottom-sheet__card{display:flex;flex-direction:column;padding-bottom:var(--footer-height)!important;padding-left:4px}.bottom-sheet__content{flex:1;height:unset!important;padding-inline:12px}.bottom-sheet__content ::-webkit-scrollbar{height:5px;width:5px}.bottom-sheet__content ::-webkit-scrollbar-thumb{background-color:#0f84fa;border-radius:5px;height:5px;width:5px}.bottom-sheet__content ::-webkit-scrollbar-track{background-color:#e8f1fa;height:5px;width:5px}.bottom-sheet{opacity:1!important;transition:all .4s ease,visibility .4s ease .4s}.bottom-sheet.opened{transition-delay:0ms}.bottom-sheet.opened .bottom-sheet__backdrop{animation:bottom-sheet-enter ease .2!important;opacity:1;visibility:unset}.bottom-sheet.closed .bottom-sheet__backdrop{animation:bottom-sheet-leave ease .2!important;opacity:0;visibility:unset}@keyframes bottom-sheet-enter{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0;visibility:hidden}to{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:1;visibility:visible}}@keyframes bottom-sheet-leave{0%{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:1;visibility:visible}to{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0;visibility:hidden}}.titled .bottom-sheet__pan{height:64px}.titled .bottom-sheet__pan:after{color:#000;content:var(--title);display:block;font-family:IRANSans-X;font-size:15px;font-style:normal;font-variation-settings:"wght" 700;font-weight:700;line-height:32px;margin-top:8px;text-align:right;text-align:center;width:100%}@supports (font-variation-settings:normal){.titled .bottom-sheet__pan:after{font-family:IRANSans-XV,IRANSans-X}}.bottom-sheet_footer{background-color:#fff;bottom:0;margin-right:-12px;padding:8px;position:fixed;width:100%}
