.profile-modal{position:fixed;inset:0;display:flex;z-index:var(--z-profile-modal);background-color:transparent;transition:.3s ease-in-out}.profile-modal-open{background-color:rgba(0,0,0,.5)}.profile-modal__content{color:#fff;width:100%;max-width:100vw;display:flex;flex-direction:column;justify-content:space-between;overflow:auto;scrollbar-width:none;transform:translateX(100%);transition:.3s ease-in-out}.profile-modal__content.authenticated{justify-content:start;gap:80px;padding:0 32px}.profile-modal-open .profile-modal__content{transform:translateX(0)}.profile-modal__header .modal-title{line-height:34px;padding:8px 0 16px 64px}.profile-modal__body{display:flex;flex-direction:column;flex:1;gap:24px;padding:16px 80px 24px 56px}.profile-modal__section__title{font-size:14px;font-weight:600;margin-bottom:24px}.profile-modal__section__title.mb-0{margin-bottom:0}.profile-modal__range__separator{height:40px;width:20px;display:flex;align-items:center;justify-content:center}.profile-modal__footer{display:flex;flex-direction:row;justify-content:space-between;padding-top:16px;padding-right:80px;padding-left:56px;border-top-width:1px;border-style:solid;background-color:var(--color-gray-900)}
/*# sourceMappingURL=82ba1d5b8481932d.css.map*/