.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal-content,.modal-leave-active .modal-content{-webkit-transform:scale(1.2)}[dir] .modal-enter .modal-content,[dir] .modal-leave-active .modal-content{transform:scale(1.2)}.modal__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;bottom:0;transition:opacity .2s ease;z-index:998}[dir] .modal__wrapper{-webkit-transition:opacity .2s ease;background-color:rgba(0,0,0,.48)}[dir=ltr] .modal__wrapper,[dir=rtl] .modal__wrapper{left:0;right:0}.modal-content{position:relative;max-width:600px;transition:all .2s ease;z-index:999;overflow:hidden}[dir] .modal-content{padding:20px 18px;background-color:#fff;border:1px solid #dcdfe6;-webkit-transition:all .2s ease;border-radius:8px}@media screen and (min-width:900px){.modal-content{min-width:500px}}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[dir] .modal-header{padding-bottom:20px}.modal-header span{font-size:24px}[dir] .modal-header .button-close{cursor:pointer}[dir] .modal-body{text-align:center}[dir] .modal-bottom{padding-top:40px}a.another-modal{color:#000}[dir] a.another-modal{border-bottom:1px solid #000}