.-panel-right{background-color:var(--color-bg-main)}.-panel-right__content{position:fixed;top:0;right:0;bottom:0;z-index:13;display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:600px;padding:0;background-color:var(--white-1);box-shadow:1px 0 15px #0000001a;border-top-left-radius:var(--border-radius-s);border-bottom-left-radius:var(--border-radius-s);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:none}@media only screen and (max-width:1024px){.-panel-right__content{inset:0;max-width:100%;border-radius:0}}.-panel-right__main{flex:1;padding:0 16px 16px;box-sizing:border-box;background-color:var(--white-1)}.-panel-right-animation-enter-active{animation:--easy-slide-animation .15s}.-panel-right-animation-leave-active{animation:--easy-slide-animation .2s reverse}.-panel-right__top{position:sticky;top:0;box-sizing:border-box;padding:16px 16px 0;background-color:var(--white-1);z-index:3}.-panel-right__top h6{font:var(--size-250)/var(--size-350) Inter;font-weight:var(--font-weight-semi-bold)}@media only screen and (max-width:1024px){.-panel-right__top h6{font-size:var(--size-225);line-height:var(--size-300)}}.-panel-right__top h6{color:var(--color-text-primary);margin:0 0 24px}.-panel-right__close{position:absolute;top:16px;right:16px}.-panel-right__bottom{position:sticky;bottom:0;left:0;display:flex;justify-content:flex-end;align-items:center;z-index:2;box-sizing:border-box;gap:16px;padding-top:8px;padding-bottom:16px;margin:24px 14px 0 16px;border-top:1px solid var(--color-border-main);background-color:var(--white-1)}@keyframes --easy-slide-animation{0%{transform:translate(1000px)}to{transform:translate(0)}}
