#teleport-modal{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:rgba(0,0,0,.6);bottom:0;display:flex;left:0;overflow:hidden;padding:16px;position:fixed;right:0;top:0}#teleport-modal.full-screen{-webkit-backdrop-filter:initial;backdrop-filter:none;background:transparent;padding:0}#teleport-modal.full-screen .teleport-modal_main{border-radius:0}#teleport-modal.full-screen .teleport-modal_main .teleport-modal_header{padding:16px 8px}#teleport-modal.full-screen .teleport-modal_main .teleport-modal_header .modal-title{flex:1;padding-left:24px;text-align:center}#teleport-modal.full-screen .teleport-modal_main .teleport-modal_header .close-btn{background-color:transparent}#teleport-modal.full-screen .teleport-modal_main .teleport-modal_content{padding:8px}#teleport-modal .teleport-modal_main{background:#fff;border-radius:16px;box-shadow:0 0 36px 0 rgba(0,0,0,.11),0 20px 32px -24px rgba(0,0,0,.06);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:650px}#teleport-modal .teleport-modal_main .teleport-modal_header{align-items:center;border-bottom:1px solid #e4e4e7;display:flex;height:56px;justify-content:space-between;padding:16px 24px;width:100%}#teleport-modal .teleport-modal_main .teleport-modal_header .modal-title{color:#18181b;font-size:16px;font-weight:700}#teleport-modal .teleport-modal_main .teleport-modal_header .close-btn{background-color:#f2f2f3;border:none;border-radius:50%;cursor:pointer;height:24px;outline:none;position:relative;width:24px}#teleport-modal .teleport-modal_main .teleport-modal_header .close-btn:after,#teleport-modal .teleport-modal_main .teleport-modal_header .close-btn:before{background:#1d1d20;content:"";display:block;height:50%;left:50%;position:absolute;top:50%;width:2px}#teleport-modal .teleport-modal_main .teleport-modal_header .close-btn:before{transform:translate(-50%,-50%) rotate(45deg)}#teleport-modal .teleport-modal_main .teleport-modal_header .close-btn:after{transform:translate(-50%,-50%) rotate(135deg)}#teleport-modal .teleport-modal_main .teleport-modal_content{flex:1;overflow-y:auto;padding:16px 24px;position:relative;width:100%}#teleport-modal .teleport-modal_main .teleport-modal_content::-webkit-scrollbar{background:#f2f2f2;border-radius:0 0 10px 0;width:6px}#teleport-modal .teleport-modal_main .teleport-modal_content::-webkit-scrollbar-thumb{background:#b6b3b3;border-radius:10px}.modal-enter,.modal-leave-to{opacity:0}.modal-enter .teleport-modal_main.start,.modal-leave-to .teleport-modal_main.start{transform:translateX(-100%)}.modal-enter .teleport-modal_main.center,.modal-leave-to .teleport-modal_main.center{transform:translateY(100%)}.modal-enter .teleport-modal_main.end,.modal-leave-to .teleport-modal_main.end{transform:translateX(100%)}.modal-enter-active,.modal-leave-active{transition:opacity .3s ease-in-out}.modal-enter-active .teleport-modal_main,.modal-leave-active .teleport-modal_main{transition:transform .3s ease-in-out}.modal-enter-active.full-screen .teleport-modal_main,.modal-leave-active.full-screen .teleport-modal_main{transition:transform .2s ease-in-out}.modal-enter-to,.modal-leave-from{opacity:1}.modal-enter-to .teleport-modal_main.start,.modal-leave-from .teleport-modal_main.start{transform:translateX(0)}.modal-enter-to .teleport-modal_main.center,.modal-leave-from .teleport-modal_main.center{transform:translateY(0)}.modal-enter-to .teleport-modal_main.end,.modal-leave-from .teleport-modal_main.end{transform:translateX(0)}