:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-height: 36px;--vs-bg-color: inherit;--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-state-no-drop-bg: inherit;--vs-state-no-drop-cursor: default;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 0px 6px 0 3px;--vs-open-indicator-color: var(--vs-colors--dark);--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-controls--spinner-size: 1;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-selected-options-padding: 2px 0 2px 10px;--vs-selected-options-gap: 2px;--vs-selected-multiple-padding: 0 0 0 4px;--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-overflow-x: auto;--vs-dropdown-overflow-y: auto;--vs-dropdown-border-radius: 4px;--vs-dropdown-options-gap: 2px;--vs-dropdown-padding: 5px 0;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 5px 15px;--vs-dropdown-option-margin: 0px 5px;--vs-dropdown-option-border-radius: var(--vs-border-radius);--vs-dropdown-optgroup-option-bg: #dfdfdf;--vs-dropdown-optgroup-option-padding: 5px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--selected-bg: #5897fb;--vs-dropdown-option--selected-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--no-drop .vs__dropdown-toggle,.vs--no-drop .vs__clear,.vs--no-drop .vs__search,.vs--no-drop .vs__selected,.vs--no-drop .vs__open-indicator{background-color:var(--vs-state-no-drop-bg);cursor:var(--vs-state-no-drop-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{height:var(--vs-height);display:grid;grid-template-columns:1fr auto;padding:0;white-space:normal;appearance:none;background:var(--vs-bg-color);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius)}.vs__selected-options{max-width:100%;display:flex;flex-basis:100%;flex-grow:1;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;padding:var(--vs-selected-options-padding);position:relative;gap:var(--vs-selected-options-gap)}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding);margin:0 2px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}svg.vs__open-indicator>path{fill:var(--vs-open-indicator-color)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:rgba(0,0,0,0);cursor:pointer;margin-right:8px}.vs__dropdown-menu{width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);display:flex;flex-direction:column;gap:var(--vs-dropdown-options-gap);box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:var(--vs-dropdown-padding);margin:5px 0 0;overflow:var(--vs-dropdown-overflow-x) var(--vs-dropdown-overflow-y);box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-dropdown-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);margin:var(--vs-dropdown-option-margin);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer;border-radius:var(--vs-dropdown-option-border-radius)}.vs__dropdown-optgroup-option{background:var(--vs-dropdown-optgroup-option-bg);cursor:default;padding:var(--vs-dropdown-optgroup-option-padding)}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--selected{background:var(--vs-dropdown-option--selected-bg);color:var(--vs-dropdown-option--selected-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{max-width:100%;display:flex;flex-wrap:nowrap;align-items:center;margin:0;z-index:0;white-space:nowrap;overflow:hidden;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);padding:var(--vs-selected-multiple-padding)}.vs__deselect{display:inline-flex;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);flex:none;padding:0}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:relative;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__input-box{max-width:100%;flex-grow:1;position:relative;margin:0;padding:0;z-index:1;display:flex;align-items:stretch;justify-content:stretch}.vs__search,.vs__search:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);width:100%;position:relative;margin:0;padding:0;z-index:1;background:none;box-shadow:none;color:var(--vs-search-input-color);appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid rgba(0,0,0,0);border-left:none;outline:none}.vs__search_complete{position:absolute;inset:0;width:auto;z-index:0;color:var(--vs-state-disabled-color);height:100%}.vs__search_position{display:flex;align-items:center}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled,.vs--no-drop) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size), var(--vs-controls-size));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size), var(--vs-controls-size))}.vs--loading .vs__spinner{opacity:1}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}a{text-decoration:none;color:#292222}#dark a{color:#d0d0d0}html,body{height:100%;font-size:15px}body{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",sans-serif;background:#f1f3f5;line-height:1;color:#292222;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body#dark{background-color:#151111;color:#d0d0d0}img{max-width:100%;vertical-align:bottom;height:auto}b,strong{font-weight:bold}::placeholder,::-webkit-input-placeholder{color:rgba(41,34,34,.4) !important}:focus::placeholder,:focus::-webkit-input-placeholder{color:rgba(41,34,34,.2) !important}.lg-annotation{flex:1;display:flex;flex-direction:column;height:100%;align-items:center}.lg-annotation>.annotation-header{z-index:1000;font-size:24px;padding:7px 40px 12px 20px;text-align:left;width:100%;box-sizing:border-box;pointer-events:none;border-bottom:1px solid #eee}.lg-annotation>.annotation-body{display:flex;align-items:center;justify-content:center;position:relative;flex:1;padding:8px 30px;max-width:1400px;width:100%;box-sizing:border-box;overflow:hidden}.lg-annotation>.annotation-body.not-padding{padding:0}.lg-annotation>.annotation-body.scroll{overflow-y:auto}.lg-annotation>.annotation-footer{padding:13px 0;text-align:center;width:100%;border-top:1px solid #eee}.lg-annotation-cropper{overflow:hidden;width:100%;height:100%}.lg-annotation-cropper-config{padding:13px 20px;box-sizing:border-box}.lg-annotation-selector>.preview{margin-bottom:35px;text-align:center}.lg-annotation-selector>.preview canvas{height:170px;border-radius:7px;box-shadow:0 2px 4px rgba(24,29,35,.11)}.lg-annotation-selector>.categories{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.lg-annotation-selector>.categories .category{display:flex;position:relative;flex-direction:column;align-items:center;box-sizing:border-box;text-align:left;width:calc(16.6% - 5px);padding:15px 15px 36px 15px;border:2px solid #eee;margin-top:8px;cursor:pointer;outline:0;background-color:#fff;border-color:#216ead}.lg-annotation-selector>.categories .category:after{content:"選択中";color:#216ead;position:absolute;width:100%;bottom:8px;font-size:14px;font-weight:bold;text-align:center}.lg-annotation-selector>.categories .category:disabled .icon{opacity:.2;cursor:auto}.lg-annotation-selector>.categories .category:hover{border-color:#216ead}.lg-annotation-selector>.categories .category .icon{width:50px;height:40px;font-size:40px;color:#504a4a;text-align:center;margin-bottom:6px;display:flex;align-items:center;justify-content:center}.lg-annotation-selector>.categories .category .contents{flex:1}.lg-annotation-selector>.categories .category .version{position:absolute;right:6px;top:6px}.lg-annotation-selector>.categories .category .name{font-size:17px;text-align:center}.lg-annotation-selector>.categories .category .description{margin-top:2px;font-size:14px;text-align:center;color:#504a4a}.lg-annotation-selector>.categories .category.inactive{border:2px solid #eee}.lg-annotation-selector>.categories .category.inactive:after{display:none}.lg-annotation-form-title{font-size:17px;color:#504a4a;line-height:1.3;padding:12px 28px;text-align:center}.lg-annotation-form{padding:10px 0}.lg-annotation-form+.lg-annotation-form{border-top:1px solid #eee}.lg-annotation-form.orange{background-color:#fff8e6}.lg-annotation-form>.field{min-height:24px;padding:6px 20px;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer}.lg-annotation-form>.field .icon{width:20px;text-align:center;margin-right:8px}.lg-annotation-form>.field .name{width:110px;margin-right:8px;line-height:1.3;color:#6f6969}.lg-annotation-form>.field .description{margin-top:6px;font-size:12px;color:#6f6969;line-height:1.4}.lg-annotation-form>.field .values{align-items:center;flex:1}.lg-annotation-form>.field .values>.value{padding:6px 0}.lg-annotation-form>.field .value{display:flex;align-items:center;flex:1}.lg-annotation-form>.field .value>.guide{opacity:.8}.lg-annotation-form>.field .value>.tips{font-size:12px;margin-top:6px;line-height:1.4}.lg-annotation-form>.field .value>.label{margin-right:7px;font-size:.85rem}.lg-annotation-form>.field .value>.label.width-2em{width:32px;min-width:32px}.lg-annotation-form>.field .value>.input{flex:1}.lg-annotation-form>.field .value>.action{width:20px;margin-left:10px}.lg-annotation-form>.field .value.double>.icon{margin-right:0}.lg-annotation-form>.field .value.double>.label{width:28px;min-width:28px}.lg-annotation-form>.field .value.double>.label:not(:first-child){margin-left:18px}.lg-annotation-form>.field .table{width:100%;display:grid;grid-auto-rows:auto;grid-template-rows:none;grid-template-columns:auto 1fr;grid-column-gap:10px;grid-row-gap:8px;align-items:center;margin-left:12px}.lg-annotation-form>.field .table .row{display:contents}.lg-annotation-form>.field .table .label{font-size:.85rem}.lg-annotation-form>.field .separate{height:1px;background-color:#eee;margin:12px 0}.lg-annotation-form>.field .action{width:20px;opacity:.8}.lg-annotation-form>.field .action-sub{margin-top:6px;text-align:right;color:#216ead;font-size:.7rem}.lg-annotation-form>.field .help{background-color:rgba(33,110,173,.1);width:100%;padding:12px;margin:12px -12px -12px -12px;display:none}.lg-annotation-form>.field .help>.title{font-size:13px;color:#216ead}.lg-annotation-form>.field .help>.text{font-size:10px;color:#504a4a}.lg-annotation-form>.field .help>.title+.text{margin-top:4px}.lg-annotation-form>.field .color-picker{display:flex;margin:-5px 0}.lg-annotation-form>.field .color-picker .color{width:18px;height:18px;border:1px solid #eee;margin-right:3px;opacity:.8}.lg-annotation-form>.field .color-picker .selected{border-color:#216ead;opacity:1}.lg-annotation-form>.field.current{background-color:rgba(33,110,173,.1)}.lg-annotation-form>.field.current .help{display:block}.lg-annotation-form>.field.current .value .guide{color:#216ead;opacity:1;font-weight:bold}.lg-annotation-help>.image+.text{margin-top:12px}.lg-annotation-help>.text{line-height:1.5;color:#504a4a}.lg-annotation-icon{display:block;border-radius:15px;width:15px;height:15px;background:rgba(255,0,0,.7);border:2px solid #fff;box-sizing:border-box;box-shadow:0px 1px 4px rgba(0,0,0,.1);position:relative}.lg-annotation-icon.blue{background-color:rgba(0,194,255,.7)}.lg-annotation-icon.purple{background-color:rgba(140,129,229,.7)}.lg-annotation-icon.horizontal-bar:after{content:"";border:1px solid #fff;background-color:red;height:1px;width:19px;position:absolute;top:4px;left:-5px}.lg-annotation-icon.point:after{content:"";background-color:#fff;height:3px;width:3px;border-radius:5px;position:absolute;top:4px;left:4px}.lg-annotation-seven-segment-space-input{display:flex;flex-wrap:wrap}.lg-annotation-seven-segment-space-input>div{margin:0 6px 6px 0}.lg-annotation-test-photo-shoot-awaiting-predication-result{text-align:center}.lg-annotation-test-photo-shoot{display:flex;align-items:center;padding:40px}.lg-annotation-test-photo-shoot>.image{display:flex;align-items:center;justify-content:center}.lg-annotation-test-photo-shoot>.image .loading{width:800px;height:300px;display:flex;align-items:center;justify-content:center}.lg-annotation-test-photo-shoot>.image img{max-width:350px}.lg-annotation-test-photo-shoot>.result{margin-left:40px}.lg-annotation-test-photo-shoot>.result .divider{height:1px;background-color:#eee;margin:26px 0}.lg-annotation-test-photo-shoot>.actions{margin-top:12px}.lg-annotation-test-photo-shoot-transition-enter-active,.lg-annotation-test-photo-shoot-transition-leave-active{transition:opacity .2s}.lg-annotation-test-photo-shoot-transition-enter,.lg-annotation-test-photo-shoot-transition-leave-to{opacity:0}.lg-annotation-transition-forward-enter-active{transition:all .2s ease;transform:translateX(0)}.lg-annotation-transition-forward-leave-active{transition:all .2s ease;transform:translateX(0)}.lg-annotation-transition-forward-enter{transform:translateX(20px);opacity:0}.lg-annotation-transition-forward-leave-to{transform:translateX(-20px);opacity:0}.lg-annotation-transition-back-enter-active{transition:all .2s ease;transform:translateX(0)}.lg-annotation-transition-back-leave-active{transition:all .2s ease;transform:translateX(0)}.lg-annotation-transition-back-enter{transform:translateX(-20px);opacity:0}.lg-annotation-transition-back-leave-to{transform:translateX(20px);opacity:0}.lg-annotation-transition-show-enter-active{transition:all .2s ease;opacity:1}.lg-annotation-transition-show-enter{opacity:0}.lg-card-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(var(--grid-min), 1fr));grid-gap:20px;counter-reset:rank}@media screen and (max-width: 600px){.lg-card-list{grid-template-columns:auto}}.lg-card-list.compact{grid-gap:12px}.lg-card-list>.card{counter-increment:rank;position:relative}.lg-card-camera-image{cursor:pointer;position:relative;display:flex;flex-direction:column}.lg-card-camera-image .image{position:relative;flex:1;display:flex;align-items:center;justify-content:center;background-color:#181d23;border-radius:5px;overflow:hidden}.lg-card-camera-image .contents{margin:10px auto 0 auto;text-align:center}.lg-card-camera-image .name{font-size:15px}.lg-card-camera-image .update-time{font-size:14px;color:rgba(41,34,34,.6)}.lg-card-camera-image .name+.update-time{margin-top:4px}.lg-card-camera-image .information{position:absolute;padding:3px 4px;bottom:0;background-color:rgba(24,29,35,.6);color:#fff;text-align:center;font-size:13px}.lg-card-gauge-image{cursor:pointer;position:relative;background:#fff;border-radius:6px;border:1px solid rgba(24,29,35,.1)}.lg-card-gauge-image .image{position:relative;border-radius:6px 6px 0 0}.lg-card-gauge-image .image:hover>.action{opacity:1}.lg-card-gauge-image .action{transition:.3s ease;opacity:0;position:absolute;top:10px;right:10px;color:#fff;font-size:17px}.lg-card-gauge-image .action-background{transition:.5s ease;border-radius:5px;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 60px, transparent);height:100%;width:100%;position:absolute;top:0;opacity:0}.lg-card-gauge-image .image:hover>.action-background{opacity:1}.lg-card-gauge-image .name{font-size:14px;color:rgba(41,34,34,.9);text-overflow:ellipsis;height:1.2em;white-space:nowrap;overflow:hidden;margin-top:5px}.lg-card-gauge-image .update-time{margin:3px auto 0 auto;font-size:15px;color:rgba(41,34,34,.9);display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.lg-card-gauge-image .update-time .date{position:relative;bottom:-1px}.lg-card-gauge-image .update-time .time{margin-left:5px;font-size:22px}.lg-card-gauge-image .contents{padding:12px;text-align:center}.lg-card-gauge-image .add{display:flex;height:100%;width:160px;flex-direction:column;align-items:center;margin:0 auto}.lg-card-gauge-image .add .wrap{flex:1;min-height:160px;width:100%;display:flex;align-items:center;justify-content:center;font-size:42px;color:#504a4a;opacity:.2;transition:.3s ease}.lg-card-gauge-image .add .wrap:hover{opacity:.5}.lg-card-gauge-image .add .text{padding:12px;font-size:14px;color:#6f6969}.lg-card-gauge-image.small .image{width:140px}.lg-card-gauge-image.small .image img{width:140px;height:140px}.lg-card-gauge-image.small .contents{max-width:140px}.lg-card-gauge-image.small .add{width:140px}.lg-form-field{margin-bottom:24px}.lg-form-field.group,.lg-form-field>.group{display:flex;align-items:center}.lg-form-field.group .group-content,.lg-form-field>.group .group-content{margin-left:12px}.lg-form-field.group .group-main,.lg-form-field>.group .group-main{flex:1}.lg-form-field.two{width:12.5%}.lg-form-field.four{width:25%}.lg-form-field.six{width:37.5%}.lg-form-field.eight{width:50%}.lg-form-field.ten{width:62.5%}.lg-form-field.twelve{width:75%}.lg-form-field.fourteen{width:87.5%}.lg-form-field>label,.lg-form-field>.lg-form-with-action>label{margin-bottom:10px;display:block;font-weight:500}.lg-form-field.required>label:after{content:"*";display:inline-block;vertical-align:top;margin:-0.2em 0 0 .2em;color:#db2828}.lg-form-field.end{margin-bottom:0}.lg-form-field.margin-short{margin-bottom:12px}.lg-form-fields{display:flex}.lg-form-fields>.lg-form-field{margin-right:12px}.lg-form-control,.VueTables__search__input,.vgt-global-search__input .vgt-input{border:1px solid #dedede;background-color:#fff;color:#292222;max-width:100%;outline:none;box-shadow:none;padding:7px 12px;border-radius:5px;font-size:15px;width:100%;box-sizing:border-box;transition:ease .3s}.lg-form-control.border,.border.VueTables__search__input,.vgt-global-search__input .border.vgt-input{border:0;border-bottom:1px solid #dedede;background-color:rgba(0,0,0,0);border-radius:0;padding-left:0}.lg-form-control:disabled,.VueTables__search__input:disabled,.vgt-global-search__input .vgt-input:disabled{background:#eee;color:#bbb}.lg-form-control:focus,.VueTables__search__input:focus,.vgt-global-search__input .vgt-input:focus{border-color:#216ead;box-shadow:0 0 0 2px rgba(33,110,173,.3)}.lg-form-control.large,.large.VueTables__search__input,.vgt-global-search__input .large.vgt-input{font-size:17px;padding:.67857143em 1em;background-color:rgba(0,0,0,0)}.lg-form-control.edit-measurement-label,.edit-measurement-label.VueTables__search__input,.vgt-global-search__input .edit-measurement-label.vgt-input{padding:5px 12px;font-size:24px;font-weight:500}.lg-form-control.small,.small.VueTables__search__input,.vgt-global-search__input .small.vgt-input{padding:4px 8px;font-size:12px}.lg-form-control.compact,.compact.VueTables__search__input,.vgt-global-search__input .compact.vgt-input{padding:4px 6px}.lg-form-control.size-auto,.size-auto.VueTables__search__input,.vgt-global-search__input .size-auto.vgt-input{flex:1}.lg-form-control.size-1x,.size-1x.VueTables__search__input,.vgt-global-search__input .size-1x.vgt-input{max-width:60px}.lg-form-control.size-2x,.size-2x.VueTables__search__input,.vgt-global-search__input .size-2x.vgt-input{max-width:120px}.lg-form-control.size-3x,.size-3x.VueTables__search__input,.vgt-global-search__input .size-3x.vgt-input{max-width:180px}.lg-form-control.size-4x,.size-4x.VueTables__search__input,.vgt-global-search__input .size-4x.vgt-input{max-width:240px}.lg-form-control.size-5x,.size-5x.VueTables__search__input,.vgt-global-search__input .size-5x.vgt-input{max-width:300px}.lg-form-control.size-6x,.size-6x.VueTables__search__input,.vgt-global-search__input .size-6x.vgt-input{max-width:360px}.lg-form-control.size-7x,.size-7x.VueTables__search__input,.vgt-global-search__input .size-7x.vgt-input{max-width:420px}.lg-form-control.size-8x,.size-8x.VueTables__search__input,.vgt-global-search__input .size-8x.vgt-input{max-width:480px}.lg-form-control.size-9x,.size-9x.VueTables__search__input,.vgt-global-search__input .size-9x.vgt-input{max-width:540px}.lg-form-control.size-10x,.size-10x.VueTables__search__input,.vgt-global-search__input .size-10x.vgt-input{max-width:600px}.lg-form-control.size-10px,.size-10px.VueTables__search__input,.vgt-global-search__input .size-10px.vgt-input{width:10px}.lg-form-control.size-20px,.size-20px.VueTables__search__input,.vgt-global-search__input .size-20px.vgt-input{width:20px}.lg-form-control.size-30px,.size-30px.VueTables__search__input,.vgt-global-search__input .size-30px.vgt-input{width:30px}.lg-form-control.size-40px,.size-40px.VueTables__search__input,.vgt-global-search__input .size-40px.vgt-input{width:40px}.lg-form-control.size-50px,.size-50px.VueTables__search__input,.vgt-global-search__input .size-50px.vgt-input{width:50px}.lg-form-control.size-60px,.size-60px.VueTables__search__input,.vgt-global-search__input .size-60px.vgt-input{width:60px}.lg-form-control.size-70px,.size-70px.VueTables__search__input,.vgt-global-search__input .size-70px.vgt-input{width:70px}.lg-form-control.size-80px,.size-80px.VueTables__search__input,.vgt-global-search__input .size-80px.vgt-input{width:80px}.lg-form-control.size-90px,.size-90px.VueTables__search__input,.vgt-global-search__input .size-90px.vgt-input{width:90px}.lg-form-control.size-100px,.size-100px.VueTables__search__input,.vgt-global-search__input .size-100px.vgt-input{width:100px}.lg-form-control.size-110px,.size-110px.VueTables__search__input,.vgt-global-search__input .size-110px.vgt-input{width:110px}.lg-form-control.size-120px,.size-120px.VueTables__search__input,.vgt-global-search__input .size-120px.vgt-input{width:120px}.lg-form-control.size-130px,.size-130px.VueTables__search__input,.vgt-global-search__input .size-130px.vgt-input{width:130px}.lg-form-control.size-140px,.size-140px.VueTables__search__input,.vgt-global-search__input .size-140px.vgt-input{width:140px}.lg-form-control.size-150px,.size-150px.VueTables__search__input,.vgt-global-search__input .size-150px.vgt-input{width:150px}.lg-form-control.size-160px,.size-160px.VueTables__search__input,.vgt-global-search__input .size-160px.vgt-input{width:160px}.lg-form-control.size-170px,.size-170px.VueTables__search__input,.vgt-global-search__input .size-170px.vgt-input{width:170px}.lg-form-control.size-180px,.size-180px.VueTables__search__input,.vgt-global-search__input .size-180px.vgt-input{width:180px}.lg-form-control.size-190px,.size-190px.VueTables__search__input,.vgt-global-search__input .size-190px.vgt-input{width:190px}.lg-form-control.size-200px,.size-200px.VueTables__search__input,.vgt-global-search__input .size-200px.vgt-input{width:200px}.lg-form-control.size-210px,.size-210px.VueTables__search__input,.vgt-global-search__input .size-210px.vgt-input{width:210px}.lg-form-control.size-220px,.size-220px.VueTables__search__input,.vgt-global-search__input .size-220px.vgt-input{width:220px}.lg-form-control.size-230px,.size-230px.VueTables__search__input,.vgt-global-search__input .size-230px.vgt-input{width:230px}.lg-form-control.size-240px,.size-240px.VueTables__search__input,.vgt-global-search__input .size-240px.vgt-input{width:240px}.lg-form-control.size-250px,.size-250px.VueTables__search__input,.vgt-global-search__input .size-250px.vgt-input{width:250px}.lg-form-control.size-260px,.size-260px.VueTables__search__input,.vgt-global-search__input .size-260px.vgt-input{width:260px}.lg-form-control.size-270px,.size-270px.VueTables__search__input,.vgt-global-search__input .size-270px.vgt-input{width:270px}.lg-form-control.size-280px,.size-280px.VueTables__search__input,.vgt-global-search__input .size-280px.vgt-input{width:280px}.lg-form-control.size-290px,.size-290px.VueTables__search__input,.vgt-global-search__input .size-290px.vgt-input{width:290px}.lg-form-control.size-300px,.size-300px.VueTables__search__input,.vgt-global-search__input .size-300px.vgt-input{width:300px}select.lg-form-control:not([size]):not([multiple]),select.VueTables__search__input:not([size]):not([multiple]),.vgt-global-search__input select.vgt-input:not([size]):not([multiple]){height:34px}.lg-form-control-border{border:0;border-bottom:1px solid #dedede;background-color:rgba(0,0,0,0);color:#181d23;font-size:15px;max-width:100%;outline:none;flex:1 0 auto;padding:2px;margin:-2px;width:100px;box-sizing:border-box}.lg-form-control-border:focus{border-color:#216ead}.lg-form-control-simple{border:0;border-bottom:1px solid #dedede;background-color:rgba(0,0,0,0);color:#292222;max-width:100%;outline:none;flex:1 0 auto;box-shadow:none;padding:7px 0;font-size:15px;width:100%;box-sizing:border-box}.lg-form-control-simple:focus{border-color:#216ead}.lg-form-control-simple.large{font-size:20px}.lg-form-with-action{position:relative}.lg-form-with-action>.action{position:absolute;height:45px;line-height:45px;top:25px;right:12px;font-size:120%;opacity:.9;color:#504a4a;cursor:pointer}.lg-form-with-action>.action:hover{opacity:1}.lg-form-validation{padding:2px 8px;color:red;margin-top:3px}.lg-form-checkbox.inline{display:inline-block}.lg-form-checkbox.inline+.lg-form-checkbox.inline{margin-left:24px}.lg-form-checkbox>.check{display:none}.lg-form-checkbox>.text{position:relative;padding-left:20px;cursor:pointer;display:inline-block;line-height:1.3}.lg-form-checkbox>.text:hover{opacity:.9}.lg-form-checkbox>.text:before{transition:.2s ease;opacity:0;position:absolute;z-index:2;top:5px;left:2px;width:8px;height:3px;content:"";transform:rotate(-45deg) scale(0.5);border:2px solid #fff;border-top-style:none;border-right-style:none}.lg-form-checkbox>.text:after{content:"";position:absolute;top:1px;left:0;border:1px solid rgba(41,34,34,.4);display:block;width:12px;height:12px;opacity:1;border-radius:2px;z-index:1;transition:.2s ease}.lg-form-checkbox>.text:hover:after{border:1px solid rgba(33,110,173,.6);background-color:rgba(33,110,173,.1)}.lg-form-checkbox input[type=checkbox]:checked+.text:after{background-color:#216ead;border:1px solid rgba(33,110,173,.1)}.lg-form-checkbox input[type=checkbox]:checked+.text:before{opacity:1;transform:rotate(-45deg) scale(1)}.lg-form-checkbox.small>.text{font-size:.9rem;padding-left:17px}.lg-form-checkbox.small>.text:before{width:6px;height:2px}.lg-form-checkbox.small>.text:after{width:10px;height:10px}.lg-form-radio{display:flex !important;align-items:center;cursor:pointer}.lg-form-radio>.radio{width:20px}.lg-form-radio>.text{flex:1}.lg-form-radio.inline{display:inline-flex !important;margin-right:15px}.lg-form-range{-webkit-appearance:none;appearance:none;background-color:rgba(24,29,35,.2);height:3px;width:100%;border-radius:6px;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.lg-form-range.fixed-width{width:80px}.lg-form-range:focus,.lg-form-range:active{outline:none}.lg-form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;position:relative;width:11px;height:11px;display:block;box-shadow:0 0 4px rgba(0,0,0,.1);background-color:#216ead;border-radius:50%;-webkit-border-radius:50%}.lg-datepicker{margin-right:.25em;color:#292222 !important}.lg-datepicker .mx-input{border:1px solid #dedede;box-shadow:none}.lg-datepicker .mx-calendar{color:#292222}.lg-datepicker .mx-calendar-content .cell.actived{background-color:#216ead;color:#fff}.lg-datepicker .mx-calendar-content .cell:hover{background-color:rgba(33,110,173,.1)}.lg-datepicker .mx-panel-date td,.lg-datepicker .mx-panel-date th{font-size:13px}.lg-datepicker .mx-panel-date td.today{color:#216ead}.lg-datepicker .mx-datepicker-popup{border:0;box-shadow:0 3px 15px rgba(0,0,0,.2);margin-top:2px}.dropdown-menu{background:#fff;box-sizing:border-box;transform:translateY(11px);padding:6px 0px;border-radius:5px;box-shadow:0 1px 3px 0 rgba(24,29,35,.15),0 4px 8px 3px rgba(24,29,35,.07);border:1px solid rgba(41,34,34,.05);color:#181d23;overflow:hidden}.dropdown-menu>.title{padding:7px 14px;font-size:.8rem;color:#504a4a}.dropdown-menu>.separate{margin:8px 0;height:1px;background-color:#eee}.dropdown-menu>.menu{white-space:nowrap;padding:11px 14px;position:relative;display:flex;align-items:center;cursor:pointer;font-size:1rem}.dropdown-menu>.menu:hover{background-color:rgba(33,110,173,.07)}.dropdown-menu>.menu .icon{font-size:1.17rem;padding-right:9px;color:#6f6969}.dropdown-menu>.menu.current:after{content:"󰄬";font-family:"Material Design Icons";font-size:18px;display:block;position:absolute;right:16px;top:9px;opacity:.8}.dropdown-menu>.menu.negative{color:#db2828}.dropdown-menu>.menu.negative .icon{color:rgba(219,40,40,.7)}.dropdown-menu>.menu.disabled{opacity:.2;cursor:not-allowed;pointer-events:none}.dropdown-menu-header{padding:16px 16px;border-bottom:1px solid #eee}.dropdown-menu-header>.main{font-weight:bold;margin-bottom:8px}.dropdown-menu-header>.sub{color:#504a4a}.dropdown-modal{background:#fff;box-sizing:border-box;transform:translateY(11px);padding:15px;border-radius:5px;box-shadow:0 1px 3px 0 rgba(24,29,35,.15),0 4px 8px 3px rgba(24,29,35,.07);border:1px solid rgba(41,34,34,.05);color:#181d23;overflow:hidden}.lg-events-pointer-none{pointer-events:none}.flashes{top:20px;right:16px;position:fixed;background:#216ead;color:#fff;z-index:99999;padding:16px 40px 16px 16px;min-width:200px;animation-name:animationSlideTop;animation-duration:5s;animation-fill-mode:both;animation-delay:.1s;box-shadow:0 1px 7px rgba(0,0,0,.1)}.flashes li{list-style:none}.flashes.errors,.flashes .close{position:absolute;right:14px;top:16px;opacity:.6}@keyframes animationSlideTop{0%{transform:translate3d(0, -100%, 0);opacity:0}5%{transform:translate3d(0, 0, 0);opacity:1}95%{transform:translate3d(0, 0, 0);opacity:1}100%{transform:translate3d(0, 0, 0);transform:scale(0.8);opacity:0}}.lg-gauge-setting-name{margin-bottom:20px}.lg-gauge-setting-annotations{display:flex;flex-direction:column;margin:0 auto;padding:20px 40px}.lg-gauge-measurements-table-tr{display:flex;align-items:center;padding:20px;margin:3px;border:1px solid rgba(0,0,0,0);border-bottom:1px solid #eee;position:relative}.lg-gauge-measurements-table-tr.selected{box-shadow:0 0 0 3px rgba(33,110,173,.15);border-radius:2px;border:1px solid #216ead}@media screen and (max-width: 576px){.lg-gauge-measurements-table-tr{flex-direction:column;align-items:flex-start}}.lg-gauge-measurements-table-td-date{width:125px;min-width:125px}.lg-gauge-measurements-table-td-date .date{font-size:.8rem;color:#6f6969}.lg-gauge-measurements-table-td-date .time{font-size:1.6rem;margin-top:4px}.lg-gauge-measurements-table-td-image{display:flex;max-width:250px;align-items:center;margin-right:32px}@media screen and (max-width: 576px){.lg-gauge-measurements-table-td-image{margin:12px 0}}.lg-gauge-measurements-table-td-details{flex:1;display:flex;align-items:center}.lg-gauge-measurements-table-value-buttons{display:flex}.lg-gauge-measurements-table-value-buttons.checked .lg-gauge-measurements-table-value-button{box-shadow:none;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.lg-gauge-measurements-table-value-buttons.checked .lg-gauge-measurements-table-value-button.edit{padding:0;margin:0;min-width:auto;width:20px}.lg-gauge-measurements-table-value-buttons .icon-check{color:#2aab61}.lg-gauge-measurements-table-value-button{cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:36px;padding:4px;height:44px;box-sizing:border-box;border:1px solid #eee;box-shadow:0 1px 2px rgba(24,29,35,.08);background-color:#fff;border-radius:5px}.lg-gauge-measurements-table-value-button.edit{padding:3px;margin-left:6px;width:44px}.lg-gauge-measurements-table-value-button>.icon{font-size:1.2rem;color:#6f6969}.lg-gauge-measurements-table-value-button:hover{opacity:.8}.lg-gauge-measurements-table-value-button .icon-check{padding:0 9px 0 14px;text-align:center}.lg-gauge-measurements-table-note{color:#6f6969;margin-left:12px}.lg-gauge-measurements-table-shortcuts{padding:6px 20px;font-size:12px;color:#6f6969;display:flex;border-top:1px solid #eee}.lg-gauge-measurements-table-shortcuts>.shortcut{display:flex;align-items:center;margin-right:20px}.lg-gauge-measurements-table-shortcuts>.shortcut .key{border-radius:2px;border:1px solid #ddd;padding:2px 4px;margin-right:2px}.lg-gauge-measurements-table-shortcuts>.shortcut .separate{margin:0 3px;opacity:.9}.lg-gauge-measurements-table-shortcuts>.shortcut .label{margin-right:7px}.lg-gauge-accurate{display:flex;align-items:center;cursor:pointer}.lg-gauge-accurate>.accurate-label{margin-right:5px;font-size:11px;color:#504a4a}.lg-gauge-accurate>.accurate-graph{position:relative;width:40px}.lg-gauge-accurate>.accurate-graph .bar,.lg-gauge-accurate>.accurate-graph .background{height:4px;width:100%;position:absolute;left:0;top:0;border-radius:6px}.lg-gauge-accurate>.accurate-graph .bar{width:var(--bar-width);background-color:#292222;background-color:hsl(var(--bar-color), 70%, 43%)}.lg-gauge-accurate>.accurate-graph .background{background-color:rgba(41,34,34,.15)}.lg-layout-wrap{max-width:1200px;padding:30px 50px;margin:0 auto}.lg-layout-wrap.login{margin:40px auto;max-width:500px}.lg-layout-wrap.signup{margin:40px auto;max-width:680px}.lg-layout-wrap.fit{max-width:none}.lg-layout-wrap.short{max-width:860px}@media screen and (max-width: 576px){.lg-layout-wrap{padding:15px 20px}}.lg-layout-row{display:flex;height:100vh;position:relative}.lg-layout-inner-side{width:280px;padding-right:30px}.lg-layout-header{display:none;background-color:#0a131d;position:absolute;z-index:900;height:56px;align-items:center;padding:0 20px;box-sizing:border-box;width:100%;color:#fff;justify-content:space-between}.lg-layout-header>.left{flex:1}.lg-layout-header>.center{flex:3;text-align:center}.lg-layout-header>.right{flex:1}.lg-layout-header .header-menu-icon{display:inline-block;font-size:22px;padding:8px 8px;margin-left:-8px;cursor:pointer}@media screen and (max-width: 980px){.lg-layout-header{display:flex}}.lg-layout-header-outline{display:none;height:56px;width:100%}@media screen and (max-width: 980px){.lg-layout-header-outline{display:block}}.lg-layout-main{flex:1}.lg-layout-main.fixed{overflow-y:auto;height:100vh}@media screen and (max-width: 980px){.lg-layout-main.fixed{height:auto;overflow:visible}}.lg-layout-flex{align-items:center;display:flex}.lg-layout-flex.main{flex:1}.lg-layout-flex.fit{width:100%}.lg-layout-flex>div{padding-right:12px}.lg-login{padding:40px 80px}.lg-login.wide{padding:40px 30px}@media screen and (max-width: 576px){.lg-login{padding:8px}}.lg-login .login-title{font-size:22px;font-weight:bold;text-align:center;margin-bottom:15px}.lg-login .login-logo{text-align:center}.lg-login .login-logo>img{width:240px}.lg-login .login-description{line-height:1.5;color:#504a4a;text-align:center;margin-bottom:30px}.lg-login .login-description.large{font-size:1.1rem}.lg-login .login-illustration{margin-bottom:15px;text-align:center}.lg-login .login-workspace{font-size:28px;font-weight:bold;text-align:center;margin-bottom:15px}.lg-login .login-slug{color:#504a4a;text-align:center;margin-bottom:20px}.lg-login .login-text{line-height:1.5;text-align:center}.lg-login .login-form{margin-top:40px}.lg-login .login-message{line-height:1.7;text-align:center;margin-top:20px;font-size:13px}.lg-login .login-message a{color:#216ead}.lg-login-workspace-label{font-size:17px;font-weight:bold;margin-left:12px}.lg-login-menu{margin-top:28px;line-height:1.5;text-align:center}.lg-login-menu>a,.lg-login-menu>.menu a{color:#216ead}.lg-login-menu-sub{text-align:center;margin-top:40px}.lg-login-menu-sub>.menu{margin-top:12px}.lg-login-menu-sub>.menu a{color:#216ead}.lg-login-message{background:#fff;border-radius:7px;box-shadow:0 2px 4px rgba(24,29,35,.11),0 0 1px rgba(0,0,0,.2);padding:15px;border-left:4px solid #db2828;margin-bottom:17px;line-height:1.4}.lg-login-mobile{height:100%;background-color:#fff}.lg-login-mobile .lg-login{padding:40px 7%}.lg-login-remember-me{display:none}.lg-margin-top-1x{margin-top:4px !important}.lg-margin-bottom-1x{margin-bottom:4px !important}.lg-margin-left-1x{margin-left:4px !important}.lg-margin-right-1x{margin-right:4px !important}.lg-margin-top-2x{margin-top:8px !important}.lg-margin-bottom-2x{margin-bottom:8px !important}.lg-margin-left-2x{margin-left:8px !important}.lg-margin-right-2x{margin-right:8px !important}.lg-margin-top-3x{margin-top:12px !important}.lg-margin-bottom-3x{margin-bottom:12px !important}.lg-margin-left-3x{margin-left:12px !important}.lg-margin-right-3x{margin-right:12px !important}.lg-margin-top-4x{margin-top:16px !important}.lg-margin-bottom-4x{margin-bottom:16px !important}.lg-margin-left-4x{margin-left:16px !important}.lg-margin-right-4x{margin-right:16px !important}.lg-margin-top-5x{margin-top:20px !important}.lg-margin-bottom-5x{margin-bottom:20px !important}.lg-margin-left-5x{margin-left:20px !important}.lg-margin-right-5x{margin-right:20px !important}.lg-margin-top-6x{margin-top:24px !important}.lg-margin-bottom-6x{margin-bottom:24px !important}.lg-margin-left-6x{margin-left:24px !important}.lg-margin-right-6x{margin-right:24px !important}.lg-margin-top-7x{margin-top:28px !important}.lg-margin-bottom-7x{margin-bottom:28px !important}.lg-margin-left-7x{margin-left:28px !important}.lg-margin-right-7x{margin-right:28px !important}.lg-margin-top-8x{margin-top:32px !important}.lg-margin-bottom-8x{margin-bottom:32px !important}.lg-margin-left-8x{margin-left:32px !important}.lg-margin-right-8x{margin-right:32px !important}.lg-margin-top-9x{margin-top:36px !important}.lg-margin-bottom-9x{margin-bottom:36px !important}.lg-margin-left-9x{margin-left:36px !important}.lg-margin-right-9x{margin-right:36px !important}.lg-margin-top-10x{margin-top:40px !important}.lg-margin-bottom-10x{margin-bottom:40px !important}.lg-margin-left-10x{margin-left:40px !important}.lg-margin-right-10x{margin-right:40px !important}.lg-menu-group-dropdown{margin-left:15px;width:290px}.lg-menu-hover{position:absolute;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-end;width:100%;height:88px;padding:0 13px 40px 13px;top:0;opacity:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 60px, transparent);transition:.4s;pointer-events:none}.lg-menu-hover>.menu{color:#fff;font-size:1.2rem;opacity:0;transform:translateY(5px);transition:.3s ease;pointer-events:auto}.lg-menu-hover-trigger:hover .lg-menu-hover{opacity:1}.lg-menu-hover-trigger:hover .lg-menu-hover>.menu{transform:translateY(0);opacity:1}.v-select .open-indicator:before{border-width:2px 2px 0 0 !important;height:7px !important;width:7px !important}.v-select.open .open-indicator:before{transform:rotate(133deg) !important;opacity:.5 !important}.v-select .dropdown-menu>.highlight *{color:#fff !important}.v-select .dropdown-menu>.highlight>a{background-color:rgba(33,110,173,.9) !important}[v-cloak]{display:none}.vel-modal{background-color:rgba(0,0,0,.92) !important}.vel-pagination-total{color:#fff !important}.vel-custom-toolbar{user-select:none;position:absolute;bottom:15px;left:50%;transform:translate(-50%);background:rgba(0,0,0,.8);border-radius:6px;padding:3px;display:flex}.vel-custom-toolbar-button{color:#fff;font-size:30px;padding:10px;border-radius:4px;cursor:pointer}.vel-custom-toolbar-button:hover{background:rgba(255,255,255,.1)}.vel-img-title{top:20px}.vel-fade-enter-active,.vel-fade-leave-active{transition:none !important}.lg-popper{width:auto;background-color:rgba(24,29,35,.9);color:#fff;text-align:center;padding:5px 6px;display:inline-block;border-radius:3px;position:absolute;font-size:13px;font-weight:normal;border:1px #ebebeb solid;z-index:200000;box-shadow:0 0 4px rgba(0,0,0,.1);white-space:nowrap}.lg-popper .popper__arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px}.lg-popper[x-placement^=top]{margin-bottom:5px}.lg-popper[x-placement^=top] .popper__arrow{border-width:5px 5px 0 5px;border-color:rgba(24,29,35,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.lg-popper[x-placement^=bottom]{margin-top:5px}.lg-popper[x-placement^=bottom] .popper__arrow{border-width:0 5px 5px 5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(24,29,35,.9) rgba(0,0,0,0);top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.lg-popper[x-placement^=right]{margin-left:5px}.lg-popper[x-placement^=right] .popper__arrow{border-width:5px 5px 5px 0;border-color:rgba(0,0,0,0) rgba(24,29,35,.9) rgba(0,0,0,0) rgba(0,0,0,0);left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.lg-popper[x-placement^=left]{margin-right:5px}.lg-popper[x-placement^=left] .popper__arrow{border-width:5px 0 5px 5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(24,29,35,.9);right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.lg-separate{margin:30px 0;height:1px;background-color:#eee}.lg-sidebar{width:280px;height:100%;background-color:#192433;display:flex;flex-direction:column;z-index:800;transition:.4s ease}@media screen and (max-width: 980px){.lg-sidebar{position:absolute;transform:translate3d(-280px, 0, 0)}.lg-sidebar.show{transform:translate3d(0, 0, 0)}}.lg-compact-sidebar{width:52px;height:100%;background-color:#192433;display:flex;flex-direction:column;z-index:800;transition:.4s ease}@media screen and (max-width: 980px){.lg-compact-sidebar{display:none}}.lg-sidebar-header{background-color:#0f1a27;border-bottom:1px solid rgba(255,255,255,.1)}.lg-compact-sidebar-brand{height:60px;padding:0px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05)}.lg-sidebar-facilities{width:280px;display:flex}.lg-sidebar-facilities>.menu{flex:1;min-width:0}.lg-sidebar-facilities>.settings{display:flex;align-items:center;justify-content:center;width:53px;min-width:53px;border-left:1px solid rgba(255,255,255,.1);cursor:pointer}.lg-sidebar-facilities>.settings .settings-button{width:53px;height:53px;color:rgba(255,255,255,.8);font-size:1.2rem;display:flex;align-items:center;justify-content:center}.lg-sidebar-facilities>.settings:hover{background-color:rgba(255,255,255,.05)}.lg-sidebar-facilities-menu{padding:11px 15px 11px 15px;display:flex;align-items:center;cursor:pointer}.lg-sidebar-facilities-menu:hover{background-color:rgba(255,255,255,.05)}.lg-sidebar-facilities-menu.develop-disable-hover-effect{background-color:rgba(0,0,0,0);cursor:auto}.lg-sidebar-facilities-menu>.contents{flex:1;min-width:0}.lg-sidebar-facilities-menu>.contents .group-name{font-size:15px;font-weight:bold;color:rgba(255,255,255,.8);line-height:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg-sidebar-facilities-menu>.contents .user-name{font-size:12px;margin-top:4px;color:rgba(255,255,255,.6);overflow:hidden;text-overflow:ellipsis}.lg-sidebar-facilities-menu>.action{color:#6f6969;font-size:17px;margin-left:5px}.lg-sidebar-menu{flex:1;overflow-y:auto;padding-top:20px}.lg-sidebar-menu::-webkit-scrollbar{width:6px}.lg-sidebar-menu::-webkit-scrollbar-track{background-color:#141d29}.lg-sidebar-menu::-webkit-scrollbar-thumb{background-color:#3b5477}.lg-sidebar-menu>.header{padding:0 17px;margin-bottom:7px;font-size:13px;color:rgba(255,255,255,.5)}.lg-sidebar-menu>.divider{height:1px;background-color:rgba(255,255,255,.1);margin:10px 0 20px 0}.lg-sidebar-menu .menu-wrap>.menu{padding:7px 17px;font-size:14px;cursor:pointer;display:flex;align-items:center}.lg-sidebar-menu .menu-wrap>.menu .icon{opacity:.5;font-size:17px;margin-right:6px;color:#fff}.lg-sidebar-menu .menu-wrap>.menu .contents{flex:1;display:flex;align-items:center;color:rgba(255,255,255,.85)}.lg-sidebar-menu .menu-wrap>.menu .slice-text{max-width:162px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.lg-sidebar-menu .menu-wrap>.menu:hover{background-color:rgba(255,255,255,.05)}.lg-sidebar-menu .menu-wrap>.menu.current{color:#216ead;font-weight:bold}.lg-sidebar-menu .menu-wrap>.menu.current .icon{color:#fff}.lg-sidebar-menu .menu-wrap-sub{font-size:14px}.lg-sidebar-menu .menu-wrap-sub>.menu{padding:7px 15px 7px 33px;overflow:hidden;height:1em;cursor:pointer;display:flex;align-items:center}.lg-sidebar-menu .menu-wrap-sub>.menu .icon{opacity:.8;font-size:17px;margin-right:5px;color:rgba(255,255,255,.75)}.lg-sidebar-menu .menu-wrap-sub>.menu .icon.inactive{color:#fff;opacity:.2}.lg-sidebar-menu .menu-wrap-sub>.menu .contents{flex:1;color:rgba(255,255,255,.75);height:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:3px}.lg-sidebar-menu .menu-wrap-sub>.menu .battery{opacity:.9}.lg-sidebar-menu .menu-wrap-sub>.menu .gauges-count{font-size:14px;width:37px;opacity:.5;color:#fff}.lg-sidebar-menu .menu-wrap-sub>.menu .gauges-count .count-icon{margin-right:2px}.lg-sidebar-menu .menu-wrap-sub>.menu:hover{background-color:rgba(255,255,255,.05)}.lg-sidebar-menu .menu-wrap-sub>.menu.current{color:#216ead;font-weight:bold}.lg-sidebar-menu .menu-wrap-sub>.menu.current .icon{opacity:1;color:rgba(255,255,255,.7)}.lg-sidebar-menu .menu-wrap-sub>.menu.current .icon.inactive{color:#fff;opacity:.2}.lg-sidebar-menu .menu-wrap-sub>.menu.current .contents{color:rgba(255,255,255,.9)}.lg-compact-sidebar-menu{flex:1}.lg-sidebar-collapse-button{height:40px;width:40px;cursor:pointer;color:#fff;opacity:.7;display:flex;align-items:center;justify-content:center;margin-right:-4px;border-radius:4px}.lg-sidebar-collapse-button:hover{background-color:rgba(255,255,255,.1)}.lg-compact-sidebar-button{font-size:17px;z-index:100;width:100%;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;opacity:.8}.lg-compact-sidebar-button:hover{background-color:rgba(255,255,255,.1)}.lg-compact-sidebar-collapse-button{background-color:#0f1a27;border-bottom:1px solid rgba(255,255,255,.1);font-size:22px;opacity:.7;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;height:60px;border-bottom:1px solid rgba(255,255,255,.05)}.lg-compact-sidebar-collapse-button:hover{background-color:rgba(255,255,255,.1)}.lg-compact-sidebar-divider{height:1px;background-color:rgba(255,255,255,.1)}.lg-table,.VueTables__table,.vgt-table{width:100%;border-collapse:collapse}.lg-table.inner,.inner.VueTables__table,.inner.vgt-table{margin:0;width:100%}.lg-table th,.VueTables__table th,.vgt-table th,.lg-table td,.VueTables__table td,.vgt-table td{vertical-align:middle}.lg-table th.short-padding,.VueTables__table th.short-padding,.vgt-table th.short-padding,.lg-table td.short-padding,.VueTables__table td.short-padding,.vgt-table td.short-padding{padding:4px !important}.lg-table th,.VueTables__table th,.vgt-table th{vertical-align:middle;padding:10px 4px;text-align:left;color:#504a4a;font-size:13px;font-weight:bold;border-bottom:1px solid #eee;outline:0}.lg-table td,.VueTables__table td,.vgt-table td{vertical-align:middle;padding:15px 8px;outline:0}.lg-table th:first-child,.VueTables__table th:first-child,.vgt-table th:first-child,.lg-table td:first-child,.VueTables__table td:first-child,.vgt-table td:first-child{padding-left:24px}.lg-table th:last-child,.VueTables__table th:last-child,.vgt-table th:last-child,.lg-table td:last-child,.VueTables__table td:last-child,.vgt-table td:last-child{padding-right:24px}.lg-table tr:nth-child(even) th,.VueTables__table tr:nth-child(even) th,.vgt-table tr:nth-child(even) th,.lg-table tr:nth-child(even) td,.VueTables__table tr:nth-child(even) td,.vgt-table tr:nth-child(even) td{background-color:rgba(222,222,222,.2)}.lg-table tr.link,.VueTables__table tr.link,.vgt-table tr.link{cursor:pointer}.lg-table tr.link:hover th,.VueTables__table tr.link:hover th,.vgt-table tr.link:hover th,.lg-table tr.link:hover td,.VueTables__table tr.link:hover td,.vgt-table tr.link:hover td{background-color:rgba(33,110,173,.05) !important}.lg-table.bottom,.bottom.VueTables__table,.bottom.vgt-table{margin-bottom:15px}.lg-table.compact td,.compact.VueTables__table td,.compact.vgt-table td{padding:6px 4px}.lg-table.fit th:first-child,.fit.VueTables__table th:first-child,.fit.vgt-table th:first-child,.lg-table.fit td:first-child,.fit.VueTables__table td:first-child,.fit.vgt-table td:first-child{padding-left:0}.lg-table.fit th:last-child,.fit.VueTables__table th:last-child,.fit.vgt-table th:last-child,.lg-table.fit td:last-child,.fit.VueTables__table td:last-child,.fit.vgt-table td:last-child{padding-right:0}.lg-table.border th,.border.VueTables__table th,.border.vgt-table th,.lg-table.border td,.border.VueTables__table td,.border.vgt-table td{border-bottom:1px solid #eee}.lg-table.border tr:last-child th,.border.VueTables__table tr:last-child th,.border.vgt-table tr:last-child th,.lg-table.border tr:last-child td,.border.VueTables__table tr:last-child td,.border.vgt-table tr:last-child td{border-bottom:0}.lg-table.border-dark th,.border-dark.VueTables__table th,.border-dark.vgt-table th,.lg-table.border-dark td,.border-dark.VueTables__table td,.border-dark.vgt-table td{border-color:#e4e4e4}.lg-table.not-background tr:nth-child(even) th,.not-background.VueTables__table tr:nth-child(even) th,.not-background.vgt-table tr:nth-child(even) th,.lg-table.not-background tr:nth-child(even) td,.not-background.VueTables__table tr:nth-child(even) td,.not-background.vgt-table tr:nth-child(even) td{background-color:rgba(0,0,0,0)}.lg-table .clickable,.VueTables__table .clickable,.vgt-table .clickable{cursor:pointer}.lg-table .clickable:hover,.VueTables__table .clickable:hover,.vgt-table .clickable:hover{background-color:rgba(33,110,173,.05)}.lg-table .clickable.highlight td,.VueTables__table .clickable.highlight td,.vgt-table .clickable.highlight td{background-color:#216ead;color:#fff}.lg-table-simply{margin:0 -24px}.lg-table-simply.bottom{margin-bottom:15px}.lg-table-simply>dl{display:flex;padding:12px 24px;align-items:center}.lg-table-simply>dl dt{width:25%}.lg-table-simply>dl dd{font-weight:bold;flex:1}.lg-table-simply>dl:nth-child(even){background-color:rgba(222,222,222,.2)}.lg-table-compact{width:100%;border-collapse:collapse;font-size:.9rem}.lg-table-compact th{vertical-align:middle;padding:4px 10px;text-align:left;color:#504a4a;font-size:13px;font-weight:bold;border-bottom:1px solid #eee;outline:0;position:relative}.lg-table-compact th.sortable button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:none;position:absolute;top:0;left:0;width:100%;height:100%}.lg-table-compact th.sortable button:focus{outline:none}.lg-table-compact th.sortable button .sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.lg-table-compact td{vertical-align:middle;padding:4px 10px;line-height:1.5;outline:0;white-space:nowrap;border-bottom:1px solid #eee}.lg-table-compact th:first-child,.lg-table-compact td:first-child{padding-left:30px}.lg-table-compact th:last-child,.lg-table-compact td:last-child{padding-right:30px}.lg-table-compact tr:nth-child(even) th,.lg-table-compact tr:nth-child(even) td{background-color:rgba(222,222,222,.2)}.lg-table-compact tr.link{cursor:pointer}.lg-table-compact tr.link:hover th,.lg-table-compact tr.link:hover td{background-color:rgba(33,110,173,.05) !important}.lg-table-compact .clickable{cursor:pointer}.lg-table-compact .clickable:hover{background-color:rgba(33,110,173,.05)}.lg-table-compact .clickable.highlight td{background-color:#216ead;color:#fff}.lg-table-compact.fit th:first-child,.lg-table-compact.fit td:first-child{padding-left:8px}.lg-table-compact.fit th:last-child,.lg-table-compact.fit td:last-child{padding-right:8px}.vgt-responsive{margin:0 -24px}.vgt-table .actions{text-align:right;position:relative}.vgt-table th{position:relative}.vgt-table th.sortable button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:none;position:absolute;top:0;left:0;width:100%;height:100%}.vgt-table th.sortable button:focus{outline:none}.vgt-table th.sortable button .sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.vgt-table th.sorting-asc:after{border-bottom:5px solid rgba(41,34,34,.6)}.vgt-table th.sorting-desc:before{border-top:5px solid rgba(41,34,34,.6)}.vgt-global-search__input .vgt-input{max-width:400px;margin-bottom:20px}.vgt-wrap__footer{color:#292222;border-top:1px solid #eee;margin:0 -24px;padding:20px 24px 0 24px;display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between}.vgt-wrap__footer .footer__row-count__label,.vgt-wrap__footer .footer__row-count__select{display:inline-block;vertical-align:middle}.vgt-wrap__footer .footer__row-count__label{font-size:14px;color:#504a4a}.vgt-wrap__footer .footer__row-count__select{background-color:rgba(0,0,0,0);width:auto;padding:0;border:0;border-radius:0;height:auto;font-size:14px;margin-left:8px;color:#292222;font-weight:bold}.vgt-wrap__footer .footer__row-count__select:focus{outline:none;border-color:#216ead}.vgt-wrap__footer .footer__navigation{font-size:14px}.vgt-wrap__footer .footer__navigation__page-btn,.vgt-wrap__footer .footer__navigation__info,.vgt-wrap__footer .footer__navigation__page-info{display:inline-block;vertical-align:middle}.vgt-wrap__footer .footer__navigation__page-btn{text-decoration:none;color:#292222;white-space:nowrap}.vgt-wrap__footer .footer__navigation__page-btn:focus{outline:none;border:0}.vgt-wrap__footer .footer__navigation__page-btn.disabled,.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover{opacity:.5;cursor:not-allowed}.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#292222}.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-left-color:#292222}.vgt-wrap__footer .footer__navigation__page-btn .chevron{width:24px;height:24px;border-radius:15%;position:relative;margin:0px 8px}.vgt-wrap__footer .footer__navigation__page-btn .chevron:after{content:"";position:absolute;display:block;left:50%;top:50%;margin-top:-6px;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0)}.vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after{border-right:6px solid #216ead;margin-left:-3px}.vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after{border-left:6px solid #216ead;margin-left:-3px}.vgt-wrap__footer .footer__navigation__info,.vgt-wrap__footer .footer__navigation__page-info{display:inline-block;color:#504a4a;margin:0px 16px}.vgt-wrap__footer .footer__navigation__page-info__current-entry{width:30px;text-align:center;display:inline-block;margin:0px 10px;font-weight:bold}.vgt-selection-info-row{margin:0 -24px;padding:20px 25px;background:#fdf9e8;font-size:13px;color:#d3aa3b;font-weight:700}.vgt-selection-info-row a{font-weight:700;display:inline-block;margin-left:10px;color:#3eaf7c}.vgt-table tbody th{border-bottom:0}.vgt-table th.line-numbers,.vgt-table th.vgt-checkbox-col{padding:0 .75em;color:#606266;word-wrap:break-word;width:25px;text-align:center}@media only screen and (max-width: 750px){.vgt-wrap__footer .footer__navigation__info{display:none}.vgt-wrap__footer .footer__navigation__page-btn{margin-left:16px}}.lg-tag{display:inline-block;background-color:#292222;color:#fff;padding:3px 5px;border-radius:3px;font-size:86%;line-height:1}.lg-tag.primary{background-color:#216ead}.lg-tag.alpha{background-color:#2aab99}.lg-tag.beta{background-color:#a958db}.lg-tag.disabled{background-color:rgba(41,34,34,.3)}.lg-tag.gutter-left{margin-left:2px}.lg-avatar{width:36px;height:36px;border-radius:36px;background-color:rgba(41,34,34,.2);background-size:cover;background-position:center;display:inline-block}.lg-blank{padding:40px 40px}.lg-blank>.title,.lg-blank>.contents .title{font-size:17px;font-weight:bold;opacity:.9}.lg-blank>.title+.text,.lg-blank>.contents .title+.text{margin-top:12px;color:#504a4a;line-height:1.5;opacity:.9}.lg-blank>.action,.lg-blank>.contents .action{margin-top:12px}.lg-blank>.contents{flex:1;margin-left:40px}.lg-blank.table{display:flex;align-items:center}.lg-blank-message{padding:110px 40px;text-align:center;color:#6f6969;font-size:19px}.lg-button{cursor:pointer;display:inline-flex;align-items:center;outline:none;vertical-align:top;margin:0 .25em 0 0;height:34px;padding:0 12px;font-size:1rem;text-align:center;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;color:#504a4a;border-radius:5px;box-sizing:border-box;background-color:#f7f7f7;border:1px solid #ececec;box-shadow:0 1px 2px rgba(24,29,35,.08);transition:ease .3s;white-space:nowrap}.lg-button:hover{background-color:#ececec}.lg-button[disabled],.lg-button.disabled{cursor:not-allowed;opacity:.3}.lg-button:focus{box-shadow:0 0 0 2px rgba(33,110,173,.3)}.lg-button.white{background-color:#fff}.lg-button.white:hover{background-color:rgba(222,222,222,.05)}.lg-button.primary{background-color:#216ead;box-shadow:0 1px 2px rgba(0,0,0,.2);color:#fff;border:1px solid rgba(0,0,0,.1)}.lg-button.primary:hover{background-color:rgba(33,110,173,.9)}.lg-button.primary:focus{box-shadow:0 0 0 2px rgba(33,110,173,.5)}.lg-button.primary[disabled],.lg-button.primary.disabled{cursor:not-allowed;background-color:#dae3ef}.lg-button.red{background-color:#db2828;color:#fff;border:0}.lg-button.red:hover{background-color:rgba(219,40,40,.9)}.lg-button.green{background-color:#2aab61;color:#fff;border:0}.lg-button.green:hover{background-color:rgba(42,171,97,.9)}.lg-button.basic{border:0;background-color:rgba(0,0,0,0);color:#292222;box-shadow:0px 0px 0px 1px rgba(41,34,34,.1) inset}.lg-button.basic.white{box-shadow:0px 0px 0px 1px #fff inset;color:#fff}.lg-button.basic.primary{box-shadow:0px 0px 0px 1px #216ead inset;color:#216ead}.lg-button.basic.primary:hover{background-color:rgba(0,0,0,0)}.lg-button.simple{border:0;background-color:rgba(0,0,0,0);box-shadow:none;color:#292222;padding-left:10px;padding-right:10px}.lg-button.simple:hover{background-color:rgba(41,34,34,.03)}.lg-button.simple.white{color:#fff}.lg-button.simple.focus{color:#216ead;font-weight:bold}.lg-button.square{width:34px;padding:0}.lg-button.round{border-radius:100px}.lg-button.large{height:48px;line-height:48px;padding:0 12px;font-size:17px}.lg-button.small{padding:0 8px;height:25px;line-height:25px;font-size:13px}.lg-button.wide{padding-left:2.3em;padding-right:2.3em}.lg-button.fit{width:100%;box-sizing:border-box;justify-content:center}.lg-button.fixed{width:100px;display:inline-block;text-align:center;padding-left:0;padding-right:0}.lg-button>.icon{padding-right:6px;font-size:120%}.lg-button>.icon.single{padding-right:0}.lg-button>.icon-right{padding-left:6px;font-size:120%}.lg-button.loading{pointer-events:none}.lg-button.loading:before{animation:spinAround 500ms infinite linear;border:2px solid rgba(41,34,34,.3);border-radius:999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:13px;position:relative;width:13px;margin-right:7px}.lg-button.loading.primary:before,.lg-button.loading.red:before,.lg-button.loading.green:before{border:2px solid rgba(255,255,255,.5);border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0)}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.lg-button-group{display:inline-flex;align-items:center}.lg-button-group>.lg-button{margin-right:0}.lg-button-group>.lg-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.lg-button-group>.lg-button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.lg-box,.lg-box-compact{background:#fff;border-radius:7px;box-shadow:0 2px 4px rgba(24,29,35,.11)}.lg-box.gutter-bottom,.gutter-bottom.lg-box-compact{margin-bottom:15px}.lg-box.bottom,.bottom.lg-box-compact{margin-bottom:15px}.lg-box.hidden,.hidden.lg-box-compact{overflow:hidden}.lg-box.border,.border.lg-box-compact{box-shadow:none;border:1px solid #eee}.lg-box.basic,.basic.lg-box-compact{background:rgba(0,0,0,0);box-shadow:none}.lg-box.basic .box-header,.basic.lg-box-compact .box-header{border-bottom:0;padding-right:0;padding-left:0}.lg-box.align-center,.align-center.lg-box-compact{text-align:center}.lg-box.inverted .box-header>.title a,.inverted.lg-box-compact .box-header>.title a{color:#fff}.lg-box .box-header,.lg-box-compact .box-header{padding:18px 15px;border-bottom:1px solid #eee;display:flex;align-items:center}.lg-box .box-header>.title,.lg-box-compact .box-header>.title{font-size:21px;flex:1;display:flex;align-items:center}.lg-box .box-header>.title>.icon,.lg-box-compact .box-header>.title>.icon{padding-right:6px;font-size:125%;color:#6f6969}.lg-box .box-header.with-button,.lg-box-compact .box-header.with-button{padding:11px 11px 11px 15px}.lg-box .box-body,.lg-box-compact .box-body{padding:24px}.lg-box .box-body.no-padding,.lg-box-compact .box-body.no-padding{padding:0}.lg-box .box-body.padding-top-and-bottom,.lg-box-compact .box-body.padding-top-and-bottom{padding-top:39px;padding-bottom:39px}.lg-box.dark,.dark.lg-box-compact{background:rgba(255,255,255,.1)}.lg-box.dark .box-header,.dark.lg-box-compact .box-header{border-bottom:1px solid rgba(255,255,255,.1)}.lg-box-compact{box-shadow:none;border:1px solid #eee}.lg-box-compact.bottom{margin-bottom:8px}.lg-box-compact .box-header{padding:12px;background-color:#fafafa;border-bottom:1px solid #eee;display:flex;align-items:center}.lg-box-compact .box-header>.title{font-size:15px;flex:1}.lg-box-compact .box-header.compact{padding:9px 12px 9px 12px}.lg-box-compact .box-header.compact>.title{font-size:14px;font-weight:normal;color:#504a4a}.lg-box-compact .box-body{padding:12px}.lg-box-compact .box-body.no-padding{padding:0}.lg-box-compact.dark{border:1px solid rgba(255,255,255,.1)}.lg-box-compact.dark .box-header{background-color:rgba(255,255,255,.02)}.lg-box-simple{padding:15px;background-color:#fafafa;border-radius:7px}.lg-box-title{display:flex;margin-bottom:20px;align-items:center;justify-content:space-between}.lg-box-title .title{font-size:24px;font-weight:bold;flex:1;margin-right:20px}.VueTables .table-responsive{margin:0 -24px}.VueTables__table .actions{text-align:right}.VueTables__search-field{margin-bottom:12px}.VueTables__search-field>label{display:none}.VueTables__search__input{max-width:400px}.VueTables__sortable:hover{background-color:rgba(238,238,238,.5);cursor:pointer}.lg-modal{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;height:100vh;width:100%;opacity:1;z-index:5000}.lg-modal.overflow-visible>.modal-main{overflow:visible}.lg-modal.overflow-visible>.modal-main .modal-wrap{overflow:visible}.lg-modal.overflow-auto>.modal-main{overflow:auto}.lg-modal.overflow-auto>.modal-main .modal-wrap{overflow:auto}.lg-modal>.modal-background{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.7);overflow:hidden}.lg-modal>.modal-main{position:relative;background-color:#fff;height:90%;width:960px;display:flex;flex-direction:column;border-radius:7px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.2)}.lg-modal>.modal-main.dialog{width:320px;height:auto;text-align:center;padding:27px}.lg-modal>.modal-main.small{width:430px;height:auto;max-height:90%}.lg-modal>.modal-main.small-fixed-height{width:430px;height:450px}.lg-modal>.modal-main.normal{width:750px;height:auto;max-height:90%}.lg-modal>.modal-main.normal-fixed-height{width:750px;height:90%;max-height:90%}.lg-modal>.modal-main.medium{width:920px;height:auto;max-height:90%}.lg-modal>.modal-main.medium-fixed-height{width:920px;height:90%;max-height:90%}@media screen and (max-width: 768px){.lg-modal>.modal-main.medium-fixed-height{width:100%;height:100%;max-height:100%;border-radius:0}}.lg-modal>.modal-main.large{width:calc(100% - 60px);max-width:1500px;height:calc(100% - 60px);max-height:calc(100% - 60px)}@media screen and (max-width: 768px){.lg-modal>.modal-main.large{width:100%;height:100%;max-height:100%;border-radius:0}}.lg-modal>.modal-main.full{width:100%;height:100%;border-radius:0}.lg-modal>.modal-main .modal-header{background-color:#fff;display:flex;align-items:center;justify-content:space-between;height:52px;min-height:52px;border-radius:7px 7px 0 0;border-bottom:1px solid #eee;width:100%;padding:0 15px;box-sizing:border-box}.lg-modal>.modal-main .modal-header>.contents{flex:1}.lg-modal>.modal-main .modal-header>.contents .title{font-size:19px}.lg-modal>.modal-main .modal-header>.contents .title .separate{padding:0 6px;color:rgba(41,34,34,.3)}.lg-modal>.modal-main .modal-header>.contents .title a{color:#216ead}.lg-modal>.modal-main .modal-header>.contents .description{font-size:.85rem;margin-top:6px;color:#6f6969}.lg-modal>.modal-main .modal-header>.back{margin-left:-8px}.lg-modal>.modal-main .modal-header>.action{display:flex}.lg-modal>.modal-main .modal-header>.action .button{padding:8px;font-size:19px}.lg-modal>.modal-main .modal-toolbar{background-color:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;width:100%;padding:7px 15px;box-sizing:border-box}.lg-modal>.modal-main .modal-toolbar>.too-bar-left,.lg-modal>.modal-main .modal-toolbar>.too-bar-right{display:flex;align-items:center}.lg-modal>.modal-main .modal-body{height:calc(100% - 52px);overflow-y:auto}.lg-modal>.modal-main .modal-wrap{padding:24px;overflow:auto;flex:1}.lg-modal>.modal-main .modal-wrap.not-padding{padding:0}.lg-modal>.modal-main .modal-wrap-with-image{display:flex;align-items:center;height:400px;position:relative}.lg-modal>.modal-main .modal-wrap-with-image>.wrap{flex:1;padding:24px}.lg-modal>.modal-main .modal-wrap-with-image>.image{height:100%;min-width:50%;width:50%;background-color:#fafafa}.lg-modal>.modal-main .modal-wrap-with-image>.image img{object-fit:contain;width:100%;height:100%}.lg-modal>.modal-main .modal-dialog-image{margin-bottom:1.5rem;padding:0 10px}.lg-modal>.modal-main .modal-dialog-title{font-size:1.2rem;line-height:1.4;margin-bottom:.5rem}.lg-modal>.modal-main .modal-dialog-message{line-height:1.5;margin-bottom:.8rem}.lg-modal-side{position:fixed;top:0;left:0;height:100vh;width:100%;opacity:1;z-index:1000}.lg-modal-side>.modal-background{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.5);overflow:hidden}.lg-modal-side>.modal-main{background-color:#fff;position:absolute;height:100%;width:80%;margin-left:20%;display:flex;flex-direction:column}.lg-modal-side>.modal-main .modal-header{background-color:#181d23;box-shadow:0 1px 10px rgba(0,0,0,.2);color:#fff;display:flex;align-items:center;justify-content:space-between;height:60px;width:100%;padding:0 20px;box-sizing:border-box}.lg-modal-side>.modal-main .modal-header>.contents{flex:1}.lg-modal-side>.modal-main .modal-header>.contents .title{font-size:19px}.lg-modal-side>.modal-main .modal-body{height:calc(100% - 60px);overflow-y:auto}.lg-modal-side>.modal-main .modal-wrap{padding:15px}.modal-enter-active,.modal-leave-active{transition:opacity 150ms ease}.modal-enter-active .modal-main,.modal-enter-active .modal-main,.modal-leave-active .modal-main,.modal-leave-active .modal-main{transition:transform 150ms ease}.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal-main,.modal-enter .modal-main,.modal-leave-active .modal-main,.modal-leave-active .modal-main{transform:scale(0.9)}.lg-text{line-height:1.5}.lg-text ul{margin-left:20px;list-style:none;position:relative}.lg-text li+li{margin-top:8px}.lg-text li:before{display:block;position:absolute;content:"• ";color:rgba(41,34,34,.5);left:-15px}.lg-text-color-white{color:#d0d0d0}.lg-text-color-black{color:#292222}.lg-text-color-black-sub,.lg-text-sub{color:#504a4a}.lg-text-color-black-sub2{color:#6f6969}.lg-text-color-primary{color:#216ead}.lg-text-color-gray{color:#dedede}.lg-text-color-green,.lg-text-color-positive{color:#2aab61}.lg-text-color-red{color:#db2828}.lg-text-color-yellow{color:#ffcf4d}.lg-text-color-purple{color:#ae64ec}.lg-text-font-weight-bold{font-weight:bold}.lg-text-variant-paragraph.gutter-bottom{margin-bottom:20px}.lg-text-variant-h2{font-size:1.6rem}.lg-text-variant-h2.gutter-bottom{margin-bottom:27px}.lg-text-variant-h3{font-size:1.3rem}.lg-text-variant-h3.gutter-bottom{margin-bottom:27px}.lg-text-variant-h3.gutter-top{margin-top:40px}.lg-text-variant-h4{font-size:1.2rem}.lg-text-variant-h4.gutter-bottom{margin-bottom:27px}.lg-text-variant-note{font-size:.95rem;color:#504a4a}.lg-text-variant-note.gutter-bottom{margin-bottom:27px}.lg-text-variant-link{color:#216ead;cursor:pointer}.lg-text-variant-link:hover{color:rgba(33,110,173,.8)}.lg-text-decoration-underline{text-decoration:underline}.lg-text-link{color:#216ead}.lg-text-link:hover{color:rgba(33,110,173,.8)}.lg-text-with-icon{display:flex;align-items:center}.lg-text-with-icon>.icon{font-size:120%;margin-right:6px}.lg-text-size-l2{font-size:24px}.lg-text-size-l1{font-size:17px}.lg-text-size-s1,.lg-text-sub{font-size:13px}.lg-text-size-s2{font-size:11px}.lg-text-heading-2{font-size:24px;margin-bottom:1rem}.lg-text-heading-3{font-size:18px;margin-bottom:.9rem}.lg-text-heading-3.top{margin-top:2rem}.lg-text-sub{margin-top:4px}.lg-text-sub.not-margin{margin:0}.lg-text-align-right{text-align:right}.lg-text-align-center{text-align:center}.history-modal-sidebar{min-width:240px;width:240px;padding:22px 20px;background-color:#f8f8f8;border-right:1px solid #eee;overflow-y:auto}@media screen and (max-width: 768px){.history-modal-sidebar{width:auto;overflow:visible}}.history-modal-sidebar .history-modal-sidebar-property{line-height:1.4;font-size:14px}.history-modal-sidebar .history-modal-sidebar-property:not(:first-child){margin-top:28px}.history-modal-sidebar .history-modal-sidebar-title{font-weight:bold;margin-bottom:7px}.history-modal-sidebar .history-modal-sidebar-list{display:flex;flex-direction:column;gap:8px}.history-modal-sidebar .history-modal-sidebar-item{display:flex;align-items:center}.history-modal-sidebar .history-modal-sidebar-label{width:100px;color:#504a4a;padding-right:7px;line-height:1.5}.history-modal-sidebar .history-modal-sidebar-value{flex:1;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.history-modal-sidebar .history-modal-sidebar-camera-name a{color:#216ead}.history-modal-sidebar .history-modal-sidebar-button-box{margin-top:8px}.history-modal-keyboard-shortcut-cheat-sheet{padding:6px 20px;font-size:12px;color:#6f6969;display:flex;border-top:1px solid #eee}.history-modal-keyboard-shortcut-cheat-sheet>.shortcut{display:flex;align-items:center;margin-right:20px}.history-modal-keyboard-shortcut-cheat-sheet>.shortcut .key{border-radius:2px;border:1px solid #ddd;padding:2px 4px;margin-right:2px}.history-modal-keyboard-shortcut-cheat-sheet>.shortcut .separate{margin:0 3px;opacity:.9}.history-modal-keyboard-shortcut-cheat-sheet>.shortcut .label{margin-right:7px}.lg-image-round{border-radius:7px}.lg-mt-1x{margin-top:4px !important}.lg-mb-1x{margin-bottom:4px !important}.lg-ml-1x{margin-left:4px !important}.lg-mr-1x{margin-right:4px !important}.lg-mt-2x{margin-top:8px !important}.lg-mb-2x{margin-bottom:8px !important}.lg-ml-2x{margin-left:8px !important}.lg-mr-2x{margin-right:8px !important}.lg-mt-3x{margin-top:12px !important}.lg-mb-3x{margin-bottom:12px !important}.lg-ml-3x{margin-left:12px !important}.lg-mr-3x{margin-right:12px !important}.lg-mt-4x{margin-top:16px !important}.lg-mb-4x{margin-bottom:16px !important}.lg-ml-4x{margin-left:16px !important}.lg-mr-4x{margin-right:16px !important}.lg-mt-5x{margin-top:20px !important}.lg-mb-5x{margin-bottom:20px !important}.lg-ml-5x{margin-left:20px !important}.lg-mr-5x{margin-right:20px !important}.lg-mt-6x{margin-top:24px !important}.lg-mb-6x{margin-bottom:24px !important}.lg-ml-6x{margin-left:24px !important}.lg-mr-6x{margin-right:24px !important}.lg-mt-7x{margin-top:28px !important}.lg-mb-7x{margin-bottom:28px !important}.lg-ml-7x{margin-left:28px !important}.lg-mr-7x{margin-right:28px !important}.lg-mt-8x{margin-top:32px !important}.lg-mb-8x{margin-bottom:32px !important}.lg-ml-8x{margin-left:32px !important}.lg-mr-8x{margin-right:32px !important}.lg-mt-9x{margin-top:36px !important}.lg-mb-9x{margin-bottom:36px !important}.lg-ml-9x{margin-left:36px !important}.lg-mr-9x{margin-right:36px !important}.lg-mt-10x{margin-top:40px !important}.lg-mb-10x{margin-bottom:40px !important}.lg-ml-10x{margin-left:40px !important}.lg-mr-10x{margin-right:40px !important}.gutter.gutter-horizontal{transition:background .5s}.gutter.gutter-horizontal:hover{background:#216ead;transition:background .5s;cursor:col-resize}
.BpjdnxtHDZHjwasd0a7W{width:max-content;background-color:rgba(24,29,35,.9);color:#fff;text-align:center;padding:5px 6px;display:inline-block;border-radius:3px;position:absolute;font-size:13px;font-weight:normal;border:1px #ebebeb solid;z-index:200000;box-shadow:0 0 4px rgba(0,0,0,.1);bottom:0px;right:0px}.Lcg8NcgVC5J8EUViV8fy{margin-top:1px;display:inline-flex;align-items:center}.Lcg8NcgVC5J8EUViV8fy.PErdXtBmaeZxX5uIVHfS>.cZ4WR6hMDw42wTzkGuBx{width:15px;font-size:8px}.Lcg8NcgVC5J8EUViV8fy.PErdXtBmaeZxX5uIVHfS>.cZ4WR6hMDw42wTzkGuBx:after{height:6px}.Lcg8NcgVC5J8EUViV8fy.PErdXtBmaeZxX5uIVHfS>.cZ4WR6hMDw42wTzkGuBx .va9wv_9NdMGXlULdadYL{height:8px}.Lcg8NcgVC5J8EUViV8fy.PErdXtBmaeZxX5uIVHfS>.cZ4WR6hMDw42wTzkGuBx .vvwdjGCiN8eru41krBWH{height:8px;transform:translateY(-1px);display:block}.cZ4WR6hMDw42wTzkGuBx{position:relative;border:1px solid rgba(41,34,34,.5);padding:1px;border-radius:2px;width:20px;text-align:center;font-size:11px;color:#504a4a}.cZ4WR6hMDw42wTzkGuBx:after{content:"";display:block;width:2px;height:8px;border-radius:0 2px 2px 0;background:rgba(41,34,34,.5);position:absolute;right:-3px;top:2px}.cZ4WR6hMDw42wTzkGuBx .va9wv_9NdMGXlULdadYL{background:#504a4a;width:100%;height:10px;border-radius:1px}.cZ4WR6hMDw42wTzkGuBx .va9wv_9NdMGXlULdadYL.zAC03hoX5sASaXNI1Q1l{background-color:#db2828}._55bJK13BpyuG0g2ZDTr{margin-left:7px;font-size:95%}.rNcDoFzXlXIbo8j5pJ7s>.cZ4WR6hMDw42wTzkGuBx{border-color:rgba(255,255,255,.5);color:rgba(255,255,255,.8)}.rNcDoFzXlXIbo8j5pJ7s>.cZ4WR6hMDw42wTzkGuBx:after{background:rgba(255,255,255,.5)}.rNcDoFzXlXIbo8j5pJ7s>.cZ4WR6hMDw42wTzkGuBx .va9wv_9NdMGXlULdadYL{background:rgba(255,255,255,.9)}.rNcDoFzXlXIbo8j5pJ7s>.cZ4WR6hMDw42wTzkGuBx .va9wv_9NdMGXlULdadYL.zAC03hoX5sASaXNI1Q1l{background:#db2828}
.dyaJvQsRTn3hvxx5vLZ1{width:100%}.dyaJvQsRTn3hvxx5vLZ1.w9XaQkIamElaND_OTsgv{opacity:.5}._6TMU573RVsdQrFhTyipQ{display:flex;align-items:center;justify-content:center;position:relative;background-color:#272727}._6TMU573RVsdQrFhTyipQ:after{content:"";display:block;padding-top:75%}.ysvHKhfmQnOqZNYRp97M{width:40px;height:40px;opacity:.3}
.JZMFfmLsS1DbUy1vS47C{display:inline-block;border:1px solid rgba(41,34,34,.5);padding:1px 3px;border-radius:2px;font-size:12px}
.FbLSIMOwNdbOlaJhjXVt{flex-grow:1;flex-shrink:1}
.h4SvObi0v7wtsNqYpC5C{text-align:center}.XDCy4_OmEZ630iGG_97R{animation:eDpcdzUdQH0zHsHch_Oj 1.7s ease 0s 1 forwards;display:inline-block;opacity:0}.rLvusiBnwZPm_NHVNZnV{animation:NDeNkM_zR63i9Os9tXEA 1.35s linear infinite;stroke:#216ead}.zNJ5HVTU3iQMSa59fALo{transform-origin:center;animation:OR3XHQYpPRJQDdCu9dx5 1.35s ease-in-out infinite}@keyframes eDpcdzUdQH0zHsHch_Oj{0%{opacity:0}100%{opacity:.8}}@keyframes NDeNkM_zR63i9Os9tXEA{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}@keyframes OR3XHQYpPRJQDdCu9dx5{0%{stroke-dashoffset:calc(3.14*(var(--size) - var(--line-width)))}50%{stroke-dashoffset:calc(3.14*(var(--size) - var(--line-width))/4);transform:rotate(135deg)}100%{stroke-dashoffset:calc(3.14*(var(--size) - var(--line-width)));transform:rotate(450deg)}}
svg[data-v-8dea8908]{transform:rotate(var(--r, 0deg)) scale(var(--sx, 1), var(--sy, 1))}path[data-v-8dea8908]{fill:currentColor}
.AKT5NW0V9X6ayP8rd_8Z{position:relative}.AKT5NW0V9X6ayP8rd_8Z:hover>.nvNitYnRvssLR5BoCPdu{opacity:1}.nvNitYnRvssLR5BoCPdu{opacity:0;position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 101.96%);padding:4px;box-sizing:border-box;z-index:1;transition:opacity .3s}.O_JStHPf94lp6T3w3N3W{margin-left:auto;display:block}.O_JStHPf94lp6T3w3N3W rect{stroke:#fff}.O_JStHPf94lp6T3w3N3W path{fill:#fff}.wp6Mt51SHqf5c7caD8iT{display:block;font-size:13px;line-height:1.5;padding:0 4px;color:#fff}.xy3ANFpFn_RzgJ9vCZwW{width:100%;height:20px;display:flex;justify-content:space-between;align-items:flex-end;background:#000}
.lXD5ovEadoDQ6ArkEvoD{padding:17px;border-radius:5px}.lXD5ovEadoDQ6ArkEvoD.fl3R3zVjuFiQa1Bn6mDy{margin-bottom:20px}.lXD5ovEadoDQ6ArkEvoD.WJk_oBDRiXOA6yHn4GhB{background-color:#fff7dc;color:#58440a}
.wubwcLDtyxM3dQtmHyon{padding-bottom:12vh}.glpxL2ixvzfjoZit7LJi{display:flex;align-items:center;height:100%}.btUQGSQLyTIf3UypGUSS{margin:0 auto 32px auto;width:250px;text-align:center}.btUQGSQLyTIf3UypGUSS img{display:block}.Lyc57FBAFgVdE8yfU5ZJ{display:flex;flex-direction:column;align-items:center;color:#6f6969}.Lyc57FBAFgVdE8yfU5ZJ>*:not(:last-child){margin-bottom:20px}.Lyc57FBAFgVdE8yfU5ZJ .kBIauQRSiJvg0ugaPG28{font-size:22px;line-height:1.5;white-space:pre-wrap}
.A6nKWo5vAamhSqJoK64G{position:relative;width:34px}.DTp8Aksha42Lz13msitw{height:34px;width:34px;border-radius:7px;border:1px solid #ececec;box-sizing:border-box}.DTp8Aksha42Lz13msitw.iHrR_ni2PnKILwBdoFNg{height:28px}.RNjUwlZx2RdGV2UXYIqr{position:absolute;z-index:3001;min-width:90px;padding:7px;top:-44px;left:0;background-color:#fff;border-radius:7px;box-shadow:0 1px 15px rgba(0,0,0,.3);border:1px solid rgba(41,34,34,.05)}.RNjUwlZx2RdGV2UXYIqr:before{content:"";position:absolute;top:100%;left:18px;margin-left:-10px;border:8px solid rgba(0,0,0,0);border-top:10px solid #fff}.RNjUwlZx2RdGV2UXYIqr.oNNapMux61yM4ObEIpT0{right:0;left:auto}.RNjUwlZx2RdGV2UXYIqr.oNNapMux61yM4ObEIpT0:before{left:auto;right:8px}.RNjUwlZx2RdGV2UXYIqr.g6jBHzDt3VBwYKu8ldeA{width:220px}.RNjUwlZx2RdGV2UXYIqr.A6nKWo5vAamhSqJoK64G{width:112px;top:auto;bottom:30px}.F_ZPD3pppG8ZvffPgLkc{display:flex;align-items:center}.F_ZPD3pppG8ZvffPgLkc>.eN6s15e7yqgkfaGlqDmQ{height:22px;line-height:22px;width:23px;text-align:center;color:#504a4a;box-sizing:border-box;border-bottom:2px solid rgba(0,0,0,0)}.F_ZPD3pppG8ZvffPgLkc>.eN6s15e7yqgkfaGlqDmQ.rgD51rZIGfBV_aCKYS_O{border-color:#292222;border-color:var(--color)}.o_ZsmAN4313OsRDd0qQY .wmDFu1ahYxZbXoNgWg18{display:none}.o_ZsmAN4313OsRDd0qQY .THvVJEQqygOyrISpZHbK{position:relative;padding-left:28px;cursor:pointer;display:inline-block;height:22px;line-height:22px}.o_ZsmAN4313OsRDd0qQY .THvVJEQqygOyrISpZHbK:hover{opacity:.9}.o_ZsmAN4313OsRDd0qQY .THvVJEQqygOyrISpZHbK:before{transition:.2s ease;opacity:0;position:absolute;z-index:2;top:8px;left:6px;width:10px;height:4px;content:"";transform:scale(0.5);border:2px solid #fff;border-top-style:none;border-right-style:none}.o_ZsmAN4313OsRDd0qQY .THvVJEQqygOyrISpZHbK.oiEwtAAPt8hfZg6FqgOg:before{border-color:#777}.o_ZsmAN4313OsRDd0qQY .THvVJEQqygOyrISpZHbK:after{content:"";position:absolute;top:1px;left:0;background:var(--color);border:1px solid #ececec;display:block;width:22px;height:22px;opacity:1;border-radius:3px;z-index:1;transition:.2s ease}.o_ZsmAN4313OsRDd0qQY .THvVJEQqygOyrISpZHbK:hover:after{opacity:.8;border-color:#ccc}.o_ZsmAN4313OsRDd0qQY input[type=checkbox]:checked+.THvVJEQqygOyrISpZHbK,.o_ZsmAN4313OsRDd0qQY input[type=radio]:checked+.THvVJEQqygOyrISpZHbK,.o_ZsmAN4313OsRDd0qQY:before{opacity:1;transform:scale(1)}.RNjUwlZx2RdGV2UXYIqr.A6nKWo5vAamhSqJoK64G .F_ZPD3pppG8ZvffPgLkc{flex-wrap:wrap;margin-top:-4px}.RNjUwlZx2RdGV2UXYIqr.A6nKWo5vAamhSqJoK64G .F_ZPD3pppG8ZvffPgLkc .o_ZsmAN4313OsRDd0qQY .THvVJEQqygOyrISpZHbK{margin-top:3px}.TpVsLZiNnWfe6NIuR5xQ,.tRyK3k_nywH1_asL1NnB{transition:opacity 150ms ease;transition:transform 150ms ease}.eo0ob5XMLeN0IhEIL3Bg,.tRyK3k_nywH1_asL1NnB{opacity:0;transform:scale(0.9)}
.x42rQJxnF5eELLMYZ_VE{position:relative}.x42rQJxnF5eELLMYZ_VE.l6EnNaZXzijBJaYsxze9{display:inline-block}.WhdRtieG50OuH0rwsn1Z{position:absolute;z-index:3001;min-width:90px}.WhdRtieG50OuH0rwsn1Z.YRBvEUI9dDOL48uKgZCX{right:0}.WhdRtieG50OuH0rwsn1Z.ZjDIbmAZNz67dk4c7JRK{width:220px}.HeAH0xgwBOzPBEX8JVYI{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:3000}
.VY21nxzpOjjFMRfY2oDN{display:flex;align-items:center}.GSi2WwVdv9Zfp0eUdUkH{margin-right:12px}.gaKqqKaUhzx_ZzmyfN_5>.UWIUVNotlzTRlPNrV75J{font-weight:bold}.gaKqqKaUhzx_ZzmyfN_5>.z63cSf2hsiiQ8L9lhegl{margin-top:4px;color:#6f6969}.cIlTJkfD9iX8PfGyZ8LM{overflow:hidden;border-radius:999px;height:36px;width:36px}
.ZZpPiBGyQL2Yh7VXSnyI{display:flex;align-items:center}.UL8AsFmJl_VnTuLs3m5x{color:#504a4a;margin-right:1px;font-size:1.2rem}.Xca3P2UkqRyaoqx8_JE_{position:relative;bottom:-2px}
.qQPKfEpxOvvBgGCL1Y7R{display:flex}.qQPKfEpxOvvBgGCL1Y7R>div+div{margin-left:15px}.qQPKfEpxOvvBgGCL1Y7R.CmXV5I4WQX3uK_oy1cAJ{margin-bottom:24px}
.T6EwA8aJdViXJeOccEsR{height:40px;width:40px;border-radius:7px;background-color:#216ead;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8);font-size:24px}.T6EwA8aJdViXJeOccEsR.p1q83NvqbiQLBw0isea7{height:28px;width:28px;font-size:16px}.T6EwA8aJdViXJeOccEsR.Q4WZz3z7CcEZxaERi_3r{height:20px;width:20px;border-radius:4px;font-size:14px}
.kkyN3LSCAnPLwlrWeIxg{--width: 140px;display:inline-block;position:relative;width:var(--width)}.kkyN3LSCAnPLwlrWeIxg.qEhuQbfv3QaFGGdRYgsu .YF91CGWIZNlvYulfaGvY{padding-left:29px}.kkyN3LSCAnPLwlrWeIxg.PmfmMAIkuR0QQYoyymL8{width:100%}.SKDfds9WtCSsdVmX22oQ{position:absolute;height:34px;line-height:34px;top:0;left:7px;font-size:1.3rem;opacity:.3}.YF91CGWIZNlvYulfaGvY{border:1px solid #dedede;background-color:#fff;color:#292222;max-width:100%;outline:none;box-shadow:none;padding:0 12px;height:34px;border-radius:5px;font-size:15px;width:100%;box-sizing:border-box;transition:ease .3s}.YF91CGWIZNlvYulfaGvY.Twoqy2EqUcKmTfnkl3PC{box-shadow:0 1px 2px rgba(24,29,35,.08)}.YF91CGWIZNlvYulfaGvY:disabled{background:#eee;color:#bbb}.YF91CGWIZNlvYulfaGvY:focus{border-color:#216ead;box-shadow:0 0 0 2px rgba(33,110,173,.3)}.YF91CGWIZNlvYulfaGvY.AOfIcdI0pZpnjrGcsrDQ{border-color:red !important}.YF91CGWIZNlvYulfaGvY.tNeuY1CHSMHm7Ja37hz4{background-color:rgba(0,0,0,0);border:0;border-bottom:1px solid rgba(0,0,0,.07);border-radius:0;padding:3px 1px;font-size:.9rem}.YF91CGWIZNlvYulfaGvY.tNeuY1CHSMHm7Ja37hz4::-webkit-outer-spin-button,.YF91CGWIZNlvYulfaGvY.tNeuY1CHSMHm7Ja37hz4::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.YF91CGWIZNlvYulfaGvY.tNeuY1CHSMHm7Ja37hz4:focus{border-color:#216ead;box-shadow:none}.YF91CGWIZNlvYulfaGvY:focus+.SKDfds9WtCSsdVmX22oQ{opacity:.6}
.h0vkLtbJQSjqNiSJkotl{margin-top:-6px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(41,34,34,.1)}.qm_JncR4nGnklojWf7SQ{display:flex;flex:1;flex-wrap:wrap;align-items:center;justify-content:space-between}.JDxd6ksL846dT3S7Wrdr{margin-top:6px;display:flex;flex-wrap:wrap;align-items:center}.WmxyRK3gimZtxzdm96WL{margin-top:6px;display:flex;align-items:center}.Etosror8queacuYj_saP{display:flex;align-items:center}.Etosror8queacuYj_saP .WdJPgGWl3h84VI0Y16k0{font-size:23px}.Etosror8queacuYj_saP a{color:#216ead}.JTdciIwzpDuWnQFyibc6{width:125px;min-width:125px;margin:-20px 0 -20px 10px}
.m_QHkdvrwAP96Fe7YdLj{display:inline-block;padding:5px 9px;border-radius:3px;background-color:rgba(0,0,0,.05);color:#292222;min-height:10px;transition:background .8s ease}.m_QHkdvrwAP96Fe7YdLj>.Fk2mQByWKrJAGcwEK9mP{font-size:13px;height:1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:2px 0}.m_QHkdvrwAP96Fe7YdLj>.QbYpY0txcjmQBqQsQyKw{font-size:26px;font-weight:500;display:inline}.m_QHkdvrwAP96Fe7YdLj>.Y9d7LLVs0QBfqmPdeNm8{font-size:12px;height:1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0 0}.m_QHkdvrwAP96Fe7YdLj.mOM6DeFjVuW1XcdPF94k{padding:2px 8px}.m_QHkdvrwAP96Fe7YdLj.mOM6DeFjVuW1XcdPF94k>.QbYpY0txcjmQBqQsQyKw{font-size:21px}.m_QHkdvrwAP96Fe7YdLj.p5I_2QFcqC7uKdHTav_Q{padding:4px 6px;border-radius:0;box-sizing:border-box;cursor:pointer}.m_QHkdvrwAP96Fe7YdLj.p5I_2QFcqC7uKdHTav_Q:hover{opacity:.8}.m_QHkdvrwAP96Fe7YdLj.p5I_2QFcqC7uKdHTav_Q.ZvtiJd1F6CqHae0azYEg{z-index:3;position:relative;box-shadow:0 1px 12px rgba(0,0,0,.5);opacity:1}.m_QHkdvrwAP96Fe7YdLj.zzhIyzRdGzw8wiVaAcV5{width:100%;box-sizing:border-box}.m_QHkdvrwAP96Fe7YdLj.LtipntGP9adQZqn1VPBx{color:#777}.m_QHkdvrwAP96Fe7YdLj.mPe3q3eZkzOTG6Cbhemp{color:#2aab61}.m_QHkdvrwAP96Fe7YdLj.F5HEfrSFm1LgEHBKwAzr{color:#8d890e}.m_QHkdvrwAP96Fe7YdLj.SdGK2NdCxlsc3MiNNUmi{color:#8c740d}.m_QHkdvrwAP96Fe7YdLj.jyzpySvBEW_nHfi4trjU{color:#fff;background-color:#181d23}.m_QHkdvrwAP96Fe7YdLj.LtipntGP9adQZqn1VPBx.jyzpySvBEW_nHfi4trjU{background-color:#777}.m_QHkdvrwAP96Fe7YdLj.mPe3q3eZkzOTG6Cbhemp.jyzpySvBEW_nHfi4trjU{background-color:#2aab61}.m_QHkdvrwAP96Fe7YdLj.F5HEfrSFm1LgEHBKwAzr.jyzpySvBEW_nHfi4trjU{color:#b2ad12}.m_QHkdvrwAP96Fe7YdLj.SdGK2NdCxlsc3MiNNUmi.jyzpySvBEW_nHfi4trjU{background-color:#b19310}
.PELvM40KT0zOM0zAql3A{display:flex;align-items:center;position:relative;background-color:#272727}.PELvM40KT0zOM0zAql3A.uYxgy2_xxvGIa1zAQZiv{opacity:.5}.PELvM40KT0zOM0zAql3A:after{content:"";display:block;padding-top:75%}.beWDSaq7lL91gIurom8g{position:absolute;object-fit:contain;width:calc(100% - 16px);height:calc(100% - 16px);top:8px;left:8px}.O21e3emNeVSeWbhVELFm{width:40px;height:40px;top:auto;left:auto;right:auto;bottom:auto;opacity:.3;margin:auto}
.WLjTVpSZlOakNhjXPzGc{display:inline-block;padding:5px 9px;border-radius:3px;background-color:rgba(0,0,0,.05);color:#292222;min-height:10px;transition:background .8s ease}.WLjTVpSZlOakNhjXPzGc>.wn58WPTWg7xYVTbYc1c2{font-size:13px;height:1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:2px 0}.WLjTVpSZlOakNhjXPzGc>.QrWN8_KUp1rXdoJV8ycf{font-size:26px;font-weight:500;display:inline}.WLjTVpSZlOakNhjXPzGc>._LKT6HQFOky2R2rkpj85{font-size:14px;padding-left:3px;display:inline;opacity:.8}.WLjTVpSZlOakNhjXPzGc>.z4aQ9Y2Gl1EjlsXVRruK{font-size:12px;height:1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0 0}.WLjTVpSZlOakNhjXPzGc.xA08wl9xReIBWgZvnZXA{padding:2px 8px}.WLjTVpSZlOakNhjXPzGc.xA08wl9xReIBWgZvnZXA>.QrWN8_KUp1rXdoJV8ycf{font-size:21px}.WLjTVpSZlOakNhjXPzGc.xA08wl9xReIBWgZvnZXA>._LKT6HQFOky2R2rkpj85{font-size:10px;padding-left:0;font-weight:bold}.WLjTVpSZlOakNhjXPzGc.Hit09tflC8I_WAFNvrqp{padding:4px 6px;border-radius:0;box-sizing:border-box;cursor:pointer}.WLjTVpSZlOakNhjXPzGc.Hit09tflC8I_WAFNvrqp:hover{opacity:.8}.WLjTVpSZlOakNhjXPzGc.Hit09tflC8I_WAFNvrqp.SRFQgBThtfiAVsx6zCy8{z-index:3;position:relative;box-shadow:0 1px 12px rgba(0,0,0,.5);opacity:1}.WLjTVpSZlOakNhjXPzGc.b57VeoLoRN5FDXiAHuIL{width:100%;box-sizing:border-box}.WLjTVpSZlOakNhjXPzGc.nhVL3MoxxlX8j9pLe8c_{color:#777}.WLjTVpSZlOakNhjXPzGc.DksBOhZ9TPvRgwg9IcoX{color:#2aab61}.WLjTVpSZlOakNhjXPzGc.TPHHgOHdAMO3uOBl3oBv{color:#8d890e}.WLjTVpSZlOakNhjXPzGc.k3SMKYROO6CGwrUZ5u2i{color:#8c740d}.WLjTVpSZlOakNhjXPzGc.EsCD2RgEhk4MMrVjWp5H{color:#c41b1b}.WLjTVpSZlOakNhjXPzGc.KeBi_QpHSYaNb9AVqlIf{color:#fff;background-color:#181d23}.WLjTVpSZlOakNhjXPzGc.nhVL3MoxxlX8j9pLe8c_.KeBi_QpHSYaNb9AVqlIf{background-color:#777}.WLjTVpSZlOakNhjXPzGc.DksBOhZ9TPvRgwg9IcoX.KeBi_QpHSYaNb9AVqlIf{background-color:#2aab61}.WLjTVpSZlOakNhjXPzGc.TPHHgOHdAMO3uOBl3oBv.KeBi_QpHSYaNb9AVqlIf{color:#b2ad12}.WLjTVpSZlOakNhjXPzGc.k3SMKYROO6CGwrUZ5u2i.KeBi_QpHSYaNb9AVqlIf{background-color:#b19310}.WLjTVpSZlOakNhjXPzGc.EsCD2RgEhk4MMrVjWp5H.KeBi_QpHSYaNb9AVqlIf{background-color:#c41b1b}
.eHN6Xv4E2w2f99Y2QmD2.YWzmdICgicuMBOrHMSAx{position:relative;border-bottom:1px solid rgba(0,0,0,.07);padding:3px 0}.eHN6Xv4E2w2f99Y2QmD2.YWzmdICgicuMBOrHMSAx:before{position:absolute;right:0;top:calc(50% - 2px);content:"";display:block;opacity:.6;pointer-events:none;width:0;height:0;border-style:solid;border-width:3px 3px 0 3px;border-color:#292222 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.eHN6Xv4E2w2f99Y2QmD2.YWzmdICgicuMBOrHMSAx>select{color:#292222;max-width:100%;outline:none;box-shadow:none;background-color:rgba(0,0,0,0);border:0;border-radius:0;font-size:.9rem;padding:0 16px 0 0;position:relative;-webkit-appearance:none;appearance:none;line-height:1.2}.eHN6Xv4E2w2f99Y2QmD2.YWzmdICgicuMBOrHMSAx>select:focus{border-color:#216ead}
.f2rZT7pzI6Vi4s5E5JH4{position:relative;height:19px;display:inline-flex;align-items:center;cursor:pointer}.NoHUW_mPUsH9MDMhA176{opacity:0;width:0;height:0}.CuL5vx5H0Jvn5BBkfkQv{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px;width:35px}.CuL5vx5H0Jvn5BBkfkQv:before{position:absolute;content:"";height:15px;width:15px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.NoHUW_mPUsH9MDMhA176:checked+.CuL5vx5H0Jvn5BBkfkQv{background-color:#216ead}.NoHUW_mPUsH9MDMhA176:checked+.CuL5vx5H0Jvn5BBkfkQv.DZ31gSxhTwC1FUT8GU9f{background-color:#2aab61}.NoHUW_mPUsH9MDMhA176:checked+.CuL5vx5H0Jvn5BBkfkQv.fv3dH6SnZpVbsq5pY4TL{background-color:#b19310}.NoHUW_mPUsH9MDMhA176:checked+.CuL5vx5H0Jvn5BBkfkQv.cfEYPIdbogmK0ogVvKKp{background-color:#c41b1b}.NoHUW_mPUsH9MDMhA176:checked+.CuL5vx5H0Jvn5BBkfkQv:before{transform:translateX(16px)}.J6BccZDxb5AXivzLcQnS{margin-left:37px;font-size:16px}
.poaq0SVi7qy3fU72fkmq{background-color:#ffe5e5;padding:10px 11px 9px 12px;border-radius:5px;display:flex;align-items:center}.poaq0SVi7qy3fU72fkmq.hH5UMzxEw6Z9cfNg2EZA{margin-bottom:12px}.poaq0SVi7qy3fU72fkmq+.poaq0SVi7qy3fU72fkmq{margin-top:4px}.R8zy_AkrXOZbSn5tKC5F{color:red;font-size:21px}.PIwB3SwgM_hot5Gz1tNR{font-size:15px;margin-left:6px;flex:1;line-height:1.3;color:#3a0909}
body[data-v-b787b976]{padding:0;margin:0}a[data-v-b787b976]{color:#ff0337;text-decoration:none;padding:0}.bzGYFa2gF1nIgqvhtKdx[data-v-b787b976]{height:100vh;display:flex;align-items:center;justify-content:center}.H318KKxeGemZKICu0eRg[data-v-b787b976]{max-width:640px;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center}.iSC5AKPa97vCWtY9R7f5[data-v-b787b976]{display:inline-block;width:300px}.llRxhAep_TyWI3g2MugO[data-v-b787b976]{font-size:28px;margin-bottom:15px;margin-top:25px}.Oqoz0hIgvkCYfD_NzhIV[data-v-b787b976]{line-height:1.5}.xxT1LvPFVQ6bCP6JJjiA[data-v-b787b976]{margin-top:12px;display:flex;justify-content:center}.BslbBsQbZTelrF61K0e7[data-v-b787b976]{margin-top:12px;font-size:12px;color:#999}
.P86mnEPYqGVDzrjxIjAE{height:60px;padding:0px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05)}.P86mnEPYqGVDzrjxIjAE.LYNBibnl9PvGjkJ24leP{height:74px}@media screen and (max-width: 980px){.P86mnEPYqGVDzrjxIjAE.LYNBibnl9PvGjkJ24leP{height:60px}}.nW3FZz4cpi52C5EDNQU7{color:#fff;padding:0 17px;margin-bottom:12px}.pkRTWR0XlMxc7cAv39t4{flex:1}.tJ3P5EkV0_DcKuqhPYEt{margin-top:3px;display:flex;align-items:center}.EU3cAuI1blquMOEt9nHH{color:#a6b3c5;margin-right:4px;font-size:12px}.Nz7ONsDT9Ht780pqhl4P{height:20px}.CHACeatXgLiNgGVPCIQ8{display:inline-flex;align-items:center}.i3ZRage7q9CAE6ANd2qp{color:#a6b3c5;margin:0 2px;font-size:12px}.BwB9BnmmXJkT9jUhxWzt{height:20px}
.sidebarVueSelect .vs__search::placeholder,.sidebarVueSelect .vs__dropdown-menu{background-color:#0f1a27;border-color:#37404e;color:#d4d6d9}.sidebarVueSelect .vs__search{color:#d4d6d9}.sidebarVueSelect .vs__dropdown-option{color:#d4d6d9}.sidebarVueSelect .vs__dropdown-option--selected{font-weight:bold}.sidebarVueSelect .vs__dropdown-toggle{border:1px solid #48505d;background-color:#1e2a3a;color:#d4d6d9;box-shadow:0 1px 2px rgba(24,29,35,.08);padding-bottom:6px;padding-top:4px}.sidebarVueSelect .vs__selected{color:#d4d6d9;max-width:190px;height:19px;white-space:nowrap;overflow:hidden;display:inline-block;text-overflow:ellipsis;font-size:14px;font-weight:bold}.sidebarVueSelect .vs__clear,.sidebarVueSelect .vs__open-indicator{fill:#d4d6d9;transform:scale(0.7);opacity:.7}.sidebarVueSelect .vs__dropdown-option--highlight{background-color:#216ead}
.aQKqZAcjcIjwCYWYlfrF{border:1px solid #eee;border-radius:6px}.W2yb3Y_w8A8j_Dk29Xx1{display:flex;background:#eee;padding:7px;border-radius:6px 6px 0 0;align-items:center}.W2yb3Y_w8A8j_Dk29Xx1>div{margin-right:4px}.DgndpUmAeY55SwgjhF7v{padding:12px;border-radius:0 0 6px 6px}.rnqhW5EZy3DWTA7kgzLE{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:12px}.rnqhW5EZy3DWTA7kgzLE>.PVMGM0WJPF1kKx519Csw{display:flex;align-items:center;padding:2px 0 2px 2px;background:#50585f;margin:3px;border-radius:7px}.rnqhW5EZy3DWTA7kgzLE>.PVMGM0WJPF1kKx519Csw.CIckdGuiND8r20HgUkoa{animation:xvj1qUbWw8lQuBrkboe9 .3s linear 1}.rnqhW5EZy3DWTA7kgzLE>.PVMGM0WJPF1kKx519Csw .XHb5MmiSZ70JZYOZDH26{width:30px;text-align:center;color:#fff;cursor:pointer}.rnqhW5EZy3DWTA7kgzLE>.PVMGM0WJPF1kKx519Csw._LmLPOb2az04c5qyiiXD{background-color:rgba(0,0,0,0);padding:0}@keyframes xvj1qUbWw8lQuBrkboe9{0%{opacity:0}}
.P7klBH5MDuU8L9aHExGk{position:absolute;box-shadow:0px 0px 5px .5px rgba(0,0,0,.75);max-height:500px;overflow-y:scroll;width:250px}.qJdzpHe56ki6h9aTfUmA{background-color:#fff;padding:10px 10px}.qJdzpHe56ki6h9aTfUmA:hover{background-color:#f3f3f3}
.tUKHpBTFSjtKeL60yXxt+.tUKHpBTFSjtKeL60yXxt{margin-top:140px}.US_agOLrOAni9dTDK4AY{font-size:1.8rem;font-weight:500;border-bottom:1px solid #ddd;padding:15px 0;margin:0 0 20px}.US_agOLrOAni9dTDK4AY a{color:#216ead}.nCLNmSAgeKRRdSkb_jJ2{font-size:1.1rem;opacity:.8}.QPUZ9oVjukSCfhedaGUo{margin-top:10px;line-height:1.5;font-size:.95rem;background-color:#e8e9ec;padding:12px}.QPUZ9oVjukSCfhedaGUo::first-line{line-height:0}.AhO4vhvFJYsVT2FrkVsR{margin-top:50px}
.W_w0BZffhFEkZ25exqDq{margin-top:40px}.VTLZ50Ji56ybYfS18Sfl{font-size:1.3rem;font-weight:500;margin:0 0 20px}
.SU5LGhVsclIbAghfvih6{position:fixed;height:100vh;box-sizing:border-box;width:240px;background-color:#fafafa;padding:40px 40px;overflow-y:auto}.SU5LGhVsclIbAghfvih6 .Q7Zomg_5dPBlDrtdP0eo{font-weight:600;margin-bottom:12px}.tpCACBYJpwAr8sc8FTeJ{margin-left:240px;padding:40px;overflow-y:auto}.OqbaZ4mepDh0R1_RDLAb{max-width:980px;margin:0 auto}.vB5yi1daG24QtDTvW403{margin-bottom:40px}.vB5yi1daG24QtDTvW403 .FhEzQE29wVsDhuZeopZi{display:block;padding:5px 0 5px 0;color:#216ead}
