@-webkit-keyframes infinite-spinning{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes infinite-spinning{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.modal{display:none;max-width:600px !important;}.modal__content{margin-bottom:1.5rem;margin-top:.5rem;}.modal__buttons{display:-webkit-flex;display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-bottom:-.5rem;}.modal__buttons > div{flex:1 0 auto;padding:0 10px;margin-bottom:.5rem;}.modal__buttons .button{width:100%;white-space:nowrap;}.modal__buttons .button.button--wrap{white-space:normal;}