.msg-cover{position:fixed;left:0;top:0;width:100%;height:100%;color:#3a3a3a;background-color:#ddd9;z-index:800}.msg-cover .msg-alert{position:absolute;display:flex;flex-direction:column;left:50%;top:50%;min-width:350px;border:solid 1px #ccc;border-radius:2px;background-color:#fff;box-shadow:0 0 20px #999}.msg-cover .dialog{box-shadow:0 0 15px #515151}.msg-header{padding:15px 10px;font-size:16px;border-bottom:solid 1px #ccc;height:30px;user-select:none;display:flex;align-items:center}.msg-header .msg-title{color:#000;font-size:22px;font-weight:300;margin:0 20px 0 0;white-space:nowrap;overflow:hidden}.msg-header .msg-close{cursor:pointer;margin:5px 10px 5px auto}.msg-body{min-height:30px;padding:15px 20px;flex:1;overflow:auto}.msg-footer{border-top:solid 1px #ccc;padding:10px;height:28px;display:flex}.msg-footer .resize{cursor:se-resize;width:10px;height:10px;position:absolute;right:0;bottom:0}.msg-footer .left-footer-buttons{flex:1}.msg-footer .left-footer-buttons button:not(:nth-child(1)){margin-left:10px}.msg-footer .right-footer-buttons button:not(:nth-child(1)){margin-left:10px}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.msg-loading{display:inline-block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.msg-loading div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:loading-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#4967ff transparent transparent transparent}.msg-loading div:nth-child(1){animation-delay:-.45s}.msg-loading div:nth-child(2){animation-delay:-.3s}.msg-loading div:nth-child(3){animation-delay:-.15s}@keyframes loading-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
