.modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center}.modal{background:#fff;box-shadow:2px 2px 20px 1px;overflow-x:auto;display:flex;flex-direction:column;width:335px;height:203px}.modal-footer,.modal-header{padding:15px;display:flex}.modal-header{border-bottom:1px solid #eee;color:#000;font-size:16px;justify-content:space-between}.modal-footer{border-top:1px solid #eee;justify-content:flex-end}.modal-body{position:relative;padding:20px 10px}.modal-body .legal-text{font-size:12px;line-height:normal}.btn-close{border:none;font-size:20px;padding:20px;cursor:pointer;font-weight:700;color:#2196f3;background:transparent}.btn-blue{color:#fff;background:#2196f3;border:1px solid #2196f3;border-radius:2px;cursor:pointer}.modal-fade-enter,.modal-fade-leave-active{opacity:0}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .5s ease}