.modal-backdrop{z-index:99999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-backdrop.align-right{justify-content:flex-end;align-items:stretch}.modal-container.popup{background:#fff;border-radius:32px;flex-direction:column;max-width:90%;max-height:90dvh;padding:0;animation:.2s fadeIn;display:flex;position:relative;overflow:hidden}.modal-container.popup:before{content:none}.modal-container.popup.with-border:before{content:"";z-index:1;background-image:url(/images/rtl-yellow-bg.svg);background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;width:120%;height:53px;position:absolute;top:-12px;left:0%}.modal-container.right-panel{background:#fff;border-radius:24px;flex-direction:column;width:360px;min-width:482px;height:100vh;padding:0;animation:.25s slideInRight;display:flex;position:fixed;top:0;right:0;overflow:hidden}.modal-container.drawer{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-height:calc(100dvh - 80px);padding:0;animation:.25s slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.modal-container.drawer.drawer-padded{border-radius:48px;width:auto;bottom:12px;left:8px;right:8px}.modal-container.side-panel{background:#fff;border-radius:32px;flex-direction:column;width:min(100%,480px);height:100dvh;padding:0;animation:.25s slideInRight;display:flex;overflow:hidden;box-shadow:-24px 0 48px #1018282e}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}
