.notify-box{position:fixed;top:70vh;transform:scaleY(-1);width:100vw;z-index:1000}.notify-box .notify{align-items:center;background-color:gray;border-radius:5px;display:block;display:flex;height:-moz-fit-content;height:fit-content;justify-content:space-between;left:50%;margin-top:5px;min-height:46px;padding:0 16px;position:relative;transform:scaleY(-1) translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.notify-box .notify.info{background-color:rgb(var(--v-theme-tertiary));color:rgb(var(--v-theme-on-info))}.notify-box .notify.success{background-color:rgb(var(--v-theme-success));color:rgb(var(--v-theme-on-success))}.notify-box .notify.warn{background-color:rgb(var(--v-theme-warning));color:rgb(var(--v-theme-on-warning))}.notify-box .notify.error{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))}.notify-box .notify .btn-container{float:right;height:100%}.v-application{background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));display:flex}.v-application__wrap{backface-visibility:hidden;display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-main{flex:1 0 auto;max-width:100%;padding:var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);transition:.2s cubic-bezier(.4,0,.2,1)}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.v-main--scrollable>.v-main__scroller{flex:1 1 auto;overflow-y:auto;--v-layout-left:0px;--v-layout-right:0px;--v-layout-top:0px;--v-layout-bottom:0px}
