.modal{display:none}.modal.is-active{display:flex!important}.modal-background{background-color:rgba(10,10,10,.8);position:fixed;top:0;right:0;bottom:0;left:0}.modal-card{display:flex;flex-direction:column;max-width:600px;margin:auto;background-color:#fff;border-radius:.25rem;overflow:hidden}.modal-card-head{padding:1rem;background-color:#f5f5f5}.modal-card-title{font-size:1.25rem;font-weight:700;margin-bottom:0}.modal-card-body{padding:1rem}.modal-card-foot{display:flex;justify-content:flex-end;padding:.75rem;background-color:#f5f5f5;border-top:1px solid #dbdbdb}.modal-card-foot button+button{margin-left:.75rem}