.actions{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;width:calc(100% + 16px)}.actions>div{padding:0 8px 8px;display:flex;max-width:100%}.actions._left{justify-content:flex-start}.actions._right{justify-content:flex-end}.actions._center{justify-content:center}.actions._spaceBetween{justify-content:space-between}.actions._stretch>div{flex:1 0 auto}.actions._stretch .btn{width:100%}.actions._stretchLeft>div:first-child{flex:1 0 auto}.actions._stretchLeft>div:first-child .btn{width:100%}.actions._stretchRight>div:last-child{flex:1 0 auto}.actions._stretchRight>div:last-child .btn{width:100%}@media(max-width:767.98px){.actions._stretchMobile{flex-wrap:wrap}.actions._stretchMobile>div{flex:1 0 auto;width:100%}.actions._stretchMobile .btn{width:100%}}html[data-theme=_dark] .modal{--modal-container_bg:rgba(var(--clr-000),0.9);--modal-content_bg:rgba(var(--clr-100),1)}.modal-container{position:fixed;top:0;bottom:0;left:0;right:0;background:var(--modal-container_bg);z-index:9990;display:flex;justify-content:center;overflow-x:hidden;overflow-y:auto;padding:0 16px;animation:modalBackdrop .45s cubic-bezier(.25,.46,.45,.94) both}@keyframes modalBackdrop{0%{opacity:0}to{opacity:1}}.modal-container._full{padding:0;height:100vh;overflow:hidden}.modal-container._full .modal-dialog{max-width:100%;height:100%;margin:0}.modal-container._full .modal-content{width:100%;height:100%;display:flex}.modal-container._full-content{padding:0}.modal-container._full-content .modal-content{width:100%}.modal-dialog{width:100%;max-width:700px;margin:auto 0}.modal-dialog._wide{max-width:1100px}.modal-dialog._sm{max-width:500px}.modal-dialog._centered{display:flex;align-items:center;justify-content:center}.modal-content{box-shadow:10px 20px 44px rgba(0,0,0,.2);animation:modalEntry .45s cubic-bezier(.25,.46,.45,.94) .2s both;background:var(--modal-content_bg);padding:48px;position:relative}@keyframes modalEntry{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content._plain{padding:0;box-shadow:none}.modal-content._transparent{background-color:transparent}.modal-content._hasCloseIcon{padding-top:64px;padding-right:64px}.modal-close{position:absolute;top:24px;right:24px}.modal-body{margin-bottom:56px}.modal-footer{display:flex;justify-content:flex-end}