.modal-backdrop{top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal,.modal-backdrop{display:-webkit-box;display:-ms-flexbox;display:flex}.modal{background:#fff;position:relative!important;-webkit-box-shadow:2px 2px 20px 1px;box-shadow:2px 2px 20px 1px;overflow-x:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-footer,.modal-header{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-header{border-bottom:1px solid #eee;color:#4aae9b;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-footer{border-top:1px solid #eee;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-body{position:relative;padding:20px 10px}.btn-close{border:none;font-size:20px;padding:20px;cursor:pointer;font-weight:700;color:#4aae9b;background:transparent}.btn-green{color:#fff;background:#4aae9b;border:1px solid #4aae9b;border-radius:2px}.modal-fade-enter,.modal-fade-leave-active{opacity:0}.modal-fade-enter-active,.modal-fade-leave-active{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}