.modal-message[data-v-847ce60c]{display:flex;z-index:99999;position:fixed;top:0;left:0;justify-content:center;align-items:center;height:100vh;width:100%;background:rgba(0,0,0,.8)}.modal-message>div[data-v-847ce60c]{background:#fff;width:60%;padding:15px;border-radius:3px}.modal-message>div .v-card-title[data-v-847ce60c]{text-align:center;font-size:1.2em;padding:3px 0;color:#fff;border-radius:3px}.modal-message>div .v-card-title.info[data-v-847ce60c]{background:#1870c3}.modal-message>div .v-card-title.error[data-v-847ce60c]{background:#c31818}.modal-message>div .v-card-title.confirm[data-v-847ce60c],.modal-message>div .v-card-title.yesno[data-v-847ce60c]{background:#1870c3}.modal-message>div .v-card-title.auth-error[data-v-847ce60c]{background:#c37f18}.modal-message>div .v-card-text[data-v-847ce60c]{padding:21px;overflow:auto;max-height:510px;height:auto}.modal-message .v-card-actions[data-v-847ce60c]{display:flex;margin-top:10px;flex-direction:row-reverse;gap:0 6px}button.ok[data-v-847ce60c]{background:#1870c3;border:1px solid #1870c3;color:#fff}.full-overlay[data-v-847ce60c]{position:fixed;top:0;left:0;z-index:9999;opacity:.3;height:100vh;width:100vw;background-color:#000}.circle[data-v-847ce60c]{position:fixed;border:1rem solid transparent;border-top-color:#fff;border-radius:calc(min(50vh, 50vw)/2);top:calc(50vh - min(50vh, 50vw)/2);left:calc(50vw - min(50vh, 50vw)/2);height:min(50vh,50vw);width:min(50vh,50vw);animation:modal-dialog-spinner-847ce60c 1s linear infinite}@keyframes modal-dialog-spinner-847ce60c{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}