html{scroll-behavior:smooth}#app{display:flex;flex-direction:column;min-height:100vh}@media print{*{transition:none !important}.vui-modalShowing{margin:0 !important}.vui-modalShowing #app{display:none}.vui-modalShowing .vui-modalBackdrop{display:none}.vui-modalShowing .vui-modalContent{position:static}.vui-modalShowing .vui-dialog{box-shadow:none;margin:initial;max-width:none;max-height:none}.vui-modalShowing .vui-dialogHeader{padding:initial}.vui-modalShowing .vui-dialogCloseButton{display:none}.vui-modalShowing .vui-dialogBody{padding:initial}.vui-modalShowing .vui-dialogBody>*{height:initial !important;overflow:initial !important}.vui-modalShowing .vui-dialogFooter{display:none}}.vui-modalContent ::-webkit-scrollbar{width:10px}.vui-modalContent ::-webkit-scrollbar-thumb{background:#c3ccd3;border-radius:5px}.vui-modalContent ::-webkit-scrollbar-thumb:hover{background:#a5b3bd}.modal-backdrop{background-color:rgba(0,42,62,.3);bottom:0;left:0;opacity:0;position:fixed;top:0;right:0;z-index:500}.modal-backdrop.modal-backdrop-open{opacity:1}.modal-wrapper{left:50%;position:fixed;top:50%;transform:translate(-50%, -50%);user-select:none}.modal-wrapper .modal{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:6px;box-shadow:0px 10px 30px #929292;opacity:0;position:relative;--vui-modal-width: 500px;width:var(--vui-modal-width)}.modal-wrapper .modal.modal-sm{--vui-modal-width: 300px}.modal-wrapper .modal.modal-sm-to-md{--vui-modal-width: 400px}.modal-wrapper .modal.modal-lg{--vui-modal-width: 600px}.modal-wrapper .modal.modal-xl{--vui-modal-width: 1140px}.modal-wrapper .modal .modal-header{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.25rem .625rem;border-bottom:1px solid var(--vui-colors-grey-30);border-top-right-radius:6px;border-top-left-radius:6px}.modal-wrapper .modal .modal-header .modal-title{margin-bottom:0;line-height:1}.modal-wrapper .modal .modal-close-button{position:absolute;right:1.25rem;top:1.25rem}.modal-wrapper .modal .modal-body{flex:1 1 auto;overflow:hidden;padding:1.25rem;position:relative}.modal-wrapper .modal .modal-body>:last-child{margin-bottom:0}.modal-wrapper .modal .modal-body-pages{flex:1 1 auto;display:flex;overflow:hidden;--vui-modal-page: 0}.modal-wrapper .modal .modal-body-pages .modal-body-page{display:flex;flex-direction:column;flex-shrink:0;left:calc(var(--vui-modal-width)*var(--vui-modal-page)*-1);position:relative;transition:left .75s cubic-bezier(0.4, 0, 0.2, 1);width:var(--vui-modal-width)}.modal-wrapper .modal .modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:1.25rem 1.25rem;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top:1px solid var(--vui-colors-grey-30)}.modal-wrapper .modal .modal-footer>*{margin-left:.75rem}.modal-wrapper .modal .modal-footer>:first-child{margin-left:0}.modal-wrapper .modal .modal-footer.modal-footer-with-button-groups>:first-child{margin-right:auto}.modal-wrapper .modal .modal-footer.modal-footer-with-button-groups>*{display:flex;flex-shrink:0;align-items:center}.modal-wrapper .modal .modal-footer.modal-footer-with-button-groups>*>*{margin-left:.75rem}.modal-wrapper .modal .modal-footer.modal-footer-with-button-groups>*>:first-child{margin-left:0}.modal-wrapper .modal ::-webkit-scrollbar{height:10px;width:10px}.modal-wrapper .modal ::-webkit-scrollbar-thumb{background:#c3ccd3;border-radius:5px}.modal-wrapper .modal ::-webkit-scrollbar-thumb:hover{background:#a5b3bd}.modal-wrapper.modal-open .modal{opacity:1}
