.modal__backdrop{position:fixed;inset:0;z-index:12;background-color:var(--color-modal-overlay)}.modal__backdrop--blurred{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.modal__container{position:fixed;inset:0;z-index:13;display:flex;align-items:center;justify-content:center;pointer-events:auto}.animate__slide-wrapper{display:block;overflow:hidden}.animate__scaleInRight{animation-name:scaleInRight;transform-origin:left center}.animate__scaleOutLeft{animation-name:scaleOutLeft;transform-origin:right center}@keyframes scaleInRight{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes scaleOutLeft{0%{transform:scaleX(1)}to{transform:scaleX(0)}}