@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{background-color:#a5a5a51a}50%{background-color:#a5a5a566}to{background-color:#a5a5a51a}}.modal-sheet__overlay{display:flex;position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0}.modal-sheet__overlay--modal{justify-content:center;align-items:center}.modal-sheet__overlay--drawer{justify-content:flex-end;align-items:center}.modal-sheet__overlay--sheet{justify-content:center;align-items:flex-end}.modal-sheet__backdrop{position:absolute;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);top:0;right:0;bottom:0;left:0;background-color:var(--color-black)}.modal-sheet__panel{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.modal-sheet__panel--modal{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;position:relative;margin:var(--space-16);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-radius:1.6rem;background:var(--color-white);min-width:32rem;max-width:135rem;height:-webkit-fit-content;height:fit-content;max-height:calc(100% - 4rem);overflow:hidden;scrollbar-width:none}.modal-sheet__panel--modal::-webkit-scrollbar{display:none}.modal-sheet__panel--drawer,.modal-sheet__panel--sheet{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow-y:auto;scrollbar-width:none}.modal-sheet__panel--drawer::-webkit-scrollbar,.modal-sheet__panel--sheet::-webkit-scrollbar{display:none}.modal-sheet__panel--drawer-default{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-top-left-radius:1.6rem;background:var(--color-white);width:calc(100% - 2rem);max-width:100rem;height:calc(100% - 1rem)}.modal-sheet__panel--sheet-default{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-radius:1.6rem 1.6rem 0 0;background:var(--color-white);width:calc(100% - 1rem);max-height:calc(100% - 2rem)}.modal-sheet__panel--safe-space{padding-bottom:var(--space-40)}.modal-sheet__content{display:contents}.modal-sheet__drawer-body{padding:var(--space-32) var(--space-24)}.modal-sheet__header{display:flex;position:-webkit-sticky;position:sticky;top:0;align-items:center;z-index:11;border-radius:1.6rem 1.6rem 0 0;background:var(--color-white);padding:var(--space-24) var(--space-16) var(--space-8)}@media screen and (min-width: 640px){.modal-sheet__header{padding-right:var(--space-24);padding-left:var(--space-24)}}.modal-sheet__title{margin:0}.modal-sheet__close.button__secondary{display:flex;flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;width:4.2rem;height:4.2rem}.alert-modal__icon{display:flex;justify-content:center;align-items:center;padding:var(--space-32) var(--space-32) 0}.alert-modal__title{margin:0;padding:var(--space-32) var(--space-32) var(--space-20);width:100%;text-align:center}.alert-modal__title--with-icon{padding-top:var(--space-20)}.alert-modal__body{padding-right:var(--space-32);padding-left:var(--space-32);max-width:44rem;text-align:center}.alert-modal__actions{display:flex;flex-direction:column;justify-content:center;gap:var(--space-8);padding:var(--space-32)}@media screen and (min-width: 768px){.alert-modal__actions{flex-direction:row}}.alert-modal__action.button,.alert-modal__action.button__secondary{flex:1 1 0%;width:100%}
