.popup-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#1c2632cc;display:flex;justify-content:center;inset:0;padding:20px;position:fixed;z-index:9999}.popup-content{background-color:#2c3b4e;border:1px solid hsla(48,5%,81%,.1);border-radius:16px;box-shadow:0 25px 50px -12px #00000080;color:#d1d0cc;max-height:90vh;max-width:1200px;overflow-y:auto;padding:40px 30px 30px;position:relative;scrollbar-color:hsla(48,5%,81%,.2) transparent;scrollbar-gutter:stable;scrollbar-width:thin;width:100%}.popup-content--no-padding{overflow:hidden;padding:0}.popup-content--no-padding .popup-close{background-color:#1c263280;color:#fff;right:16px;top:16px}.popup-content--no-padding .popup-close:hover{background-color:#feb161cc;color:#fff}.popup-content--transparent{background-color:transparent;border:none;box-shadow:none}.popup-content::-webkit-scrollbar{width:6px}.popup-content::-webkit-scrollbar-track{background:transparent}.popup-content::-webkit-scrollbar-thumb{background:#d1d0cc33;border-radius:10px}.popup-close{align-items:center;backface-visibility:hidden;background:none;border:none;border-radius:50%;color:#d1d0cc99;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:absolute;right:12px;top:12px;transition:transform .3s ease,color .3s ease,background-color .3s ease;width:32px;will-change:transform}.popup-close svg{display:block;height:20px;width:20px}.popup-close:hover{background-color:#feb1611a;color:#feb161;transform:rotate(90deg)}.popup-body{width:100%}.popup-fade-enter-active,.popup-fade-leave-active{transition:opacity .4s ease}.popup-fade-enter-active .popup-content,.popup-fade-leave-active .popup-content{transition:transform .4s cubic-bezier(.175,.885,.32,1.275),opacity .4s ease}.popup-fade-enter-from,.popup-fade-leave-to{opacity:0}.popup-fade-enter-from .popup-content,.popup-fade-leave-to .popup-content{opacity:0;transform:scale(.9) translateY(20px)}
