body{font-family:Roboto,Arial,Tahoma,Helvetica,sans-serif}.q-checkbox--dense .q-checkbox__label{padding-left:0}.q-table--dense .q-table td:last-child,.q-table--dense .q-table th:last-child{padding-right:0}.q-icon.on-left{margin-right:8px}.q-icon.on-right{margin-left:8px}.q-card__actions .q-btn--rectangle.q-btn{padding-left:12px;padding-right:12px}.q-field__inner .q-field__bottom{padding:3px 10px 5px}.q-tooltip.tooltip-forbidden{background:#fff;border:2px solid #222;color:#b30000;font-size:14px;padding:4px 8px}.snotifyToast{animation-fill-mode:both}.snotify-leftBottom .fadeIn,.snotify-leftCenter .fadeIn,.snotify-leftTop .fadeIn{animation-name:fadeInLeft}.snotify-leftBottom .fadeOut,.snotify-leftCenter .fadeOut,.snotify-leftTop .fadeOut{animation-name:fadeOutLeft}.snotify-rightBottom .fadeIn,.snotify-rightCenter .fadeIn,.snotify-rightTop .fadeIn{animation-name:fadeInRight}.snotify-rightBottom .fadeOut,.snotify-rightCenter .fadeOut,.snotify-rightTop .fadeOut{animation-name:fadeOutRight}.snotify-centerTop .fadeIn{animation-name:fadeInDown}.snotify-centerTop .fadeOut{animation-name:fadeOutUp}.snotify-centerCenter .fadeIn{animation-name:fadeIn}.snotify-centerCenter .fadeOut{animation-name:fadeOut}.snotify-centerBottom .fadeIn{animation-name:fadeInUp}.snotify-centerBottom .fadeOut{animation-name:fadeOutDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes appear{0%{max-height:0}to{max-height:50vh}}@keyframes disappear{0%{max-height:50vh;opacity:0}to{max-height:0;opacity:0}}@keyframes async{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.snotify{display:block;pointer-events:none;position:fixed;width:300px;z-index:9999}.snotify,.snotify *{box-sizing:border-box}.snotify-leftBottom,.snotify-leftCenter,.snotify-leftTop{left:10px}.snotify-rightBottom,.snotify-rightCenter,.snotify-rightTop{right:10px}.snotify-centerBottom,.snotify-centerCenter,.snotify-centerTop{left:calc(50% - 150px)}.snotify-centerTop,.snotify-leftTop,.snotify-rightTop{top:10px}.snotify-centerCenter,.snotify-leftCenter,.snotify-rightCenter{top:50%;transform:translateY(-50%)}.snotify-centerBottom,.snotify-leftBottom,.snotify-rightBottom{bottom:10px}.snotify-backdrop{background-color:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9998}.snotifyToast{background-color:#fff;border-radius:5px;cursor:pointer;display:block;height:100%;margin:5px;opacity:0;overflow:hidden;pointer-events:auto}.snotifyToast--in{animation-name:appear}.snotifyToast--out{animation-name:disappear}.snotifyToast__inner{align-items:flex-start;color:#000;display:flex;flex-flow:column nowrap;font-size:13px;justify-content:center;min-height:78px;padding:5px 65px 5px 15px;position:relative}.snotifyToast__noIcon{padding:5px 15px}.snotifyToast__progressBar{background-color:#c7c7c7;height:10px;position:relative;width:100%}.snotifyToast__progressBar__percentage{background-color:#4c4c4c;height:10px;left:0;max-width:100%;position:absolute;top:0}.snotifyToast__title{color:#fff;font-size:1.2em;font-weight:700;line-height:1.2em;margin-bottom:5px}.snotifyToast__body{font-size:1em}.snotifyToast-show{opacity:1;transform:translate(0)}.snotifyToast-remove{max-height:0;opacity:0;overflow:hidden;transform:translateY(50%)}.fadeOutRight{animation-name:fadeOutRight}.snotify-simple .snotifyToast__body,.snotify-simple .snotifyToast__title{color:#000}.snotify-success{background-color:#2ea44f}.snotify-success .snotifyToast__progressBar{background-color:#2c974b}.snotify-success .snotifyToast__progressBar__percentage{background-color:#81c784}.snotify-success .snotifyToast__body{color:#fff}.snotify-info{background-color:#1e88e5}.snotify-info .snotifyToast__progressBar{background-color:#1565c0}.snotify-info .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-info .snotifyToast__body{color:#e3f2fd}.snotify-warning{background-color:#ff9800}.snotify-warning .snotifyToast__progressBar{background-color:#ef6c00}.snotify-warning .snotifyToast__progressBar__percentage{background-color:#ffcc80}.snotify-warning .snotifyToast__body{color:#fff3e0}.snotify-error{background-color:#f04025}.snotify-error .snotifyToast__progressBar{background-color:#c62828}.snotify-error .snotifyToast__progressBar__percentage{background-color:#f56c6c}.snotify-error .snotifyToast__body{color:#fff}.snotify-error .snotifyToast__buttons button{background-color:var(--q-secondary);color:#fff}.snotify-error .snotifyToast__buttons button:hover{background-color:var(--q-secondary)}.snotify-async{background-color:#1e88e5}.snotify-async .snotifyToast__progressBar{background-color:#1565c0}.snotify-async .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-async .snotifyToast__body{color:#e3f2fd}.snotify-confirm{background-color:#fff;border:1px solid var(--q-dark,#f0f0f0)}.snotify-confirm .snotifyToast__progressBar{background-color:#4db6ac}.snotify-confirm .snotifyToast__progressBar__percentage{background-color:#80cbc4}.snotify-confirm .snotifyToast__inner{align-items:center}.snotify-confirm .snotifyToast__body,.snotify-confirm .snotifyToast__title{color:#444}.snotify-confirm .snotifyToast__buttons button{background-color:var(--q-secondary);color:#fff}.snotify-confirm .snotifyToast__buttons button:hover{background-color:var(--q-secondary)}.snotify-prompt{background-color:#009688}.snotify-prompt .snotifyToast__title{margin-bottom:0}.snotify-prompt .snotifyToast__body{color:#e0f2f1}.snotify-confirm .snotifyToast__inner,.snotify-prompt .snotifyToast__inner{padding:10px 15px}.snotifyToast__input{display:inline-block;margin:0;position:relative;transition:all .5s;transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1);vertical-align:top;width:100%;z-index:1}.snotifyToast__input__field{appearance:none;background:#0000;border:none;border-radius:0;color:#333;display:block;float:right;font-weight:700;opacity:0;padding:.85em .5em;position:relative;transition:opacity .3s;width:100%}.snotifyToast__input__field:focus{outline:none}.snotifyToast__input__label{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;color:#e0f2f1;display:inline-block;float:right;font-size:70.25%;font-weight:700;height:100%;left:0;padding:0 .85em;pointer-events:none;position:absolute;text-align:left;user-select:none;width:100%}.snotifyToast__input__label:after,.snotifyToast__input__label:before{content:"";height:100%;left:0;position:absolute;top:0;transition:transform .3s;width:100%}.snotifyToast__input__label:before{border-top:2px solid #fff;transform:translate3d(0,100%,0) translate3d(0,-2px,0);transition-delay:.3s}.snotifyToast__input__label:after{background:#b2dfdb;transform:scaleY(0);transform-origin:50% 0;z-index:-1}.snotifyToast__input__labelContent{display:block;padding:1em 0;position:relative;transition:transform .3s .3s;width:100%}.snotifyToast__input--filled{margin-top:2.5em}.snotifyToast__input--filled .snotifyToast__input__field,.snotifyToast__input--filled:focus{opacity:1;transition-delay:.3s}.snotifyToast--invalid .snotifyToast__input__label:before{border-color:#f04025}.snotifyToast--valid .snotifyToast__input__label:before{border-color:#2ea44f}.snotifyToast__input--filled .snotifyToast__input__labelContent,.snotifyToast__input__field:focus+.snotifyToast__input__label .snotifyToast__input__labelContent{transform:translateY(-80%);transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input--filled .snotifyToast__input__label:before,.snotifyToast__input__field:focus+.snotifyToast__input__label:before{transform:translate(0);transition-delay:0s}.snotifyToast__input--filled .snotifyToast__input__label:after,.snotifyToast__input__field:focus+.snotifyToast__input__label:after{transform:scale(1);transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__buttons{border-top:1px solid #0000001a;display:flex;flex-flow:row nowrap;justify-content:space-between}.snotifyToast__buttons button{background:#0000;border:1px solid #0000001a;border-bottom:none;border-top:none;box-sizing:border-box;color:#fff;cursor:pointer;overflow:hidden;padding:8px;position:relative;text-transform:capitalize;width:100%}.snotifyToast__buttons button:after{background:#ffffff4d;border-radius:100%;content:"";height:5px;left:50%;opacity:0;position:absolute;top:50%;transform:scale(1) translate(-50%);transform-origin:50% 50%;width:5px}.snotifyToast__buttons button:active:after{animation:ripple 1s ease-out}.snotifyToast__buttons button:hover:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.snotifyToast__buttons button:focus{outline:none}.snotifyToast__buttons button:active{background:#00000026}.snotifyToast__buttons button:last-child{border-right:none}.snotifyToast__buttons button:first-child{border-left:none}.snotifyToast__buttons--bold{font-weight:700}@keyframes ripple{0%{opacity:1;transform:scale(0)}20%{opacity:1;transform:scale(25)}to{opacity:0;transform:scale(40)}}.snotify-icon{display:none;height:100%;line-height:0;max-height:20px;max-width:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:100%}.snotify-icon--error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFCDD2'%3E%3Cpath d='M437 75A256 256 0 1 0 75 437 256 256 0 1 0 437 75Zm-20.57 341.43a226.82 226.82 0 0 1-320.86 0C7.11 328 7.11 184 95.57 95.57a226.82 226.82 0 0 1 320.86 0c88.46 88.43 88.46 232.43 0 320.86Z'/%3E%3Cpath d='M368.81 143.19a14.5 14.5 0 0 0-20.58 0L256 235.42l-92.23-92.23a14.55 14.55 0 0 0-20.58 20.58L235.42 256l-92.23 92.23a14.6 14.6 0 0 0 10.24 24.89 14.19 14.19 0 0 0 10.24-4.31l92.23-92.23 92.23 92.23a14.64 14.64 0 0 0 10.24 4.31 14 14 0 0 0 10.24-4.31 14.5 14.5 0 0 0 0-20.58l-92-92.23 92.23-92.23a14.5 14.5 0 0 0-.03-20.58Z'/%3E%3C/svg%3E")}.snotify-icon--warning{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFCCBC'%3E%3Cpath d='M256 512c141.15 0 256-114.84 256-256S397.15 0 256 0 0 114.84 0 256s114.85 256 256 256Zm0-480.49c123.79 0 224.49 100.71 224.49 224.49S379.79 480.49 256 480.49 31.51 379.79 31.51 256 132.21 31.51 256 31.51Z'/%3E%3Ccircle cx='260.08' cy='343.87' r='26.35'/%3E%3Cpath d='M254.68 278.39a15.76 15.76 0 0 0 15.75-15.75V128.72a15.75 15.75 0 1 0-31.51 0v133.91a15.76 15.76 0 0 0 15.76 15.76Z'/%3E%3C/svg%3E")}.snotify-icon--info{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23BBDEFB'%3E%3Cpath d='M256 0C114.84 0 0 114.84 0 256s114.84 256 256 256 256-114.84 256-256S397.15 0 256 0Zm0 478.43c-122.65 0-222.43-99.79-222.43-222.43S133.35 33.58 256 33.58 478.42 133.36 478.42 256 378.64 478.43 256 478.43Z'/%3E%3Cpath d='M251.26 161.24a22.39 22.39 0 1 0-22.38-22.39 22.39 22.39 0 0 0 22.38 22.39ZM286.84 357.87h-14v-160A16.79 16.79 0 0 0 256 181.05h-30.83a16.79 16.79 0 0 0 0 33.58h14.05v143.24h-14.05a16.79 16.79 0 0 0 0 33.57h61.67a16.79 16.79 0 1 0 0-33.57Z'/%3E%3C/svg%3E")}.snotify-icon--success{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23C8E6C9'%3E%3Cpath d='M256 0C114.85 0 0 114.84 0 256s114.85 256 256 256 256-114.84 256-256S397.15 0 256 0Zm0 492.31c-130.29 0-236.31-106-236.31-236.31S125.71 19.69 256 19.69 492.31 125.71 492.31 256 386.29 492.31 256 492.31Z'/%3E%3Cpath class='cls-1' d='M376.64 151 225.31 321.24l-91.17-72.93a9.85 9.85 0 0 0-12.3 15.38l98.46 78.77a9.86 9.86 0 0 0 13.52-1.15l157.54-177.23A9.85 9.85 0 0 0 376.64 151Z'/%3E%3C/svg%3E")}.snotify-icon--async{animation:async 3s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23BBDEFB'%3E%3Cpath d='M256 0a32 32 0 0 0-32 32v64a32 32 0 0 0 64 0V32a32 32 0 0 0-32-32Zm0 384a32 32 0 0 0-32 32v64a32 32 0 0 0 64 0v-64a32 32 0 0 0-32-32Zm135.74-218.5L437 120.22A32 32 0 0 0 391.74 75l-45.24 45.22a32 32 0 0 0 45.25 45.28Zm-271.52 181L75 391.74A32 32 0 0 0 120.22 437l45.25-45.25a32 32 0 0 0-45.25-45.25Zm0-271.52A32 32 0 1 0 75 120.22l45.25 45.28a32 32 0 1 0 45.25-45.28ZM391.74 346.5a32 32 0 0 0-45.25 45.25L391.74 437A32 32 0 0 0 437 391.74ZM480 224h-64a32 32 0 0 0 0 64h64a32 32 0 0 0 0-64Zm-352 32a32 32 0 0 0-32-32H32a32 32 0 0 0 0 64h64a32 32 0 0 0 32-32Z'/%3E%3C/svg%3E");transform-origin:50% 50%}.wc-flex{display:flex}.wc-flex-col{flex-direction:column}.wc-items-center{align-items:center}.wc-justify-between{justify-content:space-between}.wc-flex-grow{flex-grow:1}.wc-h-40px{height:40px}.wc-mt-9{margin-top:2.25rem}.wc-max-h-750px{max-height:750px}.wc-max-h-40px{max-height:40px}.wc-max-w-90px{max-width:90px}.wc-min-w-7\/10{min-width:70%}.wc-object-contain{object-fit:contain}.wc-overflow-auto{overflow:auto}.wc-text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.wc-text-opacity-70{--tw-text-opacity:0.7}.wc-whitespace-pre-wrap{white-space:pre-wrap}