#exit-modal{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.6);z-index:1001;line-height:1.8}#exit-modal.hide{opacity:0}#exit-modal.open{opacity:1}#exit-modal .main-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}#exit-modal .close-btn{padding:10px;border:0;border-radius:50%;background:#fff;position:absolute;top:-20px;right:-30px;width:auto;min-width:auto}#exit-modal .close-btn img{display:block;width:10px}#exit-modal .main-content{position:relative;width:850px;background:#fff;border-radius:20px;padding:40px 40px 60px;-webkit-box-sizing:border-box;box-sizing:border-box}#exit-modal .main-content>div{background:url(/expense/common/exit-modal-bg.svg) no-repeat bottom}.exit-modal-header{text-align:center}.exit-modal-header span{color:#c02434}#exit-modal .title{font-size:33px;font-weight:700;padding-top:30px;line-height:1.4}#exit-modal .title span{color:#c02434}#exit-modal .desc{font-size:16px;width:80%;margin:0 auto;padding-top:15px;line-height:1.4}#exit-modal .btn-filled,#exit-modal .btn-outline:hover{background:#c02434;color:#fff;border:1px solid #c02434}#exit-modal .btn-filled,#exit-modal .btn-outline{font-size:15px;border-radius:3px;margin-top:25px}#exit-modal .btn-filled:hover,#exit-modal .btn-outline{background:#fcedee;color:#c02434;border:1px solid #c02434}#exit-modal .btn-outline{margin-left:20px}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}#exit-modal.fade-in{-webkit-animation:fade-in .5s ease;animation:fade-in .5s ease}#exit-modal.fade-out{-webkit-animation:fade-out .5s ease;animation:fade-out .5s ease}