.modal-mask{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:table;transition:opacity .3s ease}.modal-wrapper{display:table-cell;vertical-align:middle}.modal-container{width:90%;margin:0 auto;padding:10px 20px;background-color:#fff;border-radius:5px;box-shadow:0 2px 8px #00000054;transition:all .3s ease}.modal-header h3{margin-top:auto;line-height:normal;color:#1d1d1b}.modal-header .close{color:#f3b534}.modal-body{max-height:calc(100vh - 200px);margin:0;overflow-y:auto}.modal-default-button{float:right}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}
