@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300&display=swap";.b-radio.radio{outline:none;display:inline-flex;align-items:center}.b-radio.radio:not(.button){margin-right:.5em}.b-radio.radio:not(.button)+.radio:last-child{margin-right:0}.b-radio.radio+.radio{margin-left:0}.b-radio.radio input[type=radio]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.b-radio.radio input[type=radio]+.check{display:flex;flex-shrink:0;position:relative;cursor:pointer;width:1.25em;height:1.25em;transition:background .15s ease-out;border-radius:50%;border:2px solid #7a7a7a}.b-radio.radio input[type=radio]+.check:before{content:"";display:flex;position:absolute;left:50%;margin-left:-.625em;bottom:50%;margin-bottom:-.625em;width:1.25em;height:1.25em;transition:transform .15s ease-out;border-radius:50%;transform:scale(0);background-color:#00d1b2}.b-radio.radio input[type=radio]+.check.is-white:before{background:#fff}.b-radio.radio input[type=radio]+.check.is-black:before{background:#0a0a0a}.b-radio.radio input[type=radio]+.check.is-light:before{background:#f5f5f5}.b-radio.radio input[type=radio]+.check.is-dark:before{background:#363636}.b-radio.radio input[type=radio]+.check.is-primary:before{background:#00d1b2}.b-radio.radio input[type=radio]+.check.is-link:before{background:#485fc7}.b-radio.radio input[type=radio]+.check.is-info:before{background:#3e8ed0}.b-radio.radio input[type=radio]+.check.is-success:before{background:#48c78e}.b-radio.radio input[type=radio]+.check.is-warning:before{background:#ffe08a}.b-radio.radio input[type=radio]+.check.is-danger:before{background:#f14668}.b-radio.radio input[type=radio]:checked+.check{border-color:#00d1b2}.b-radio.radio input[type=radio]:checked+.check.is-white{border-color:#fff}.b-radio.radio input[type=radio]:checked+.check.is-black{border-color:#0a0a0a}.b-radio.radio input[type=radio]:checked+.check.is-light{border-color:#f5f5f5}.b-radio.radio input[type=radio]:checked+.check.is-dark{border-color:#363636}.b-radio.radio input[type=radio]:checked+.check.is-primary{border-color:#00d1b2}.b-radio.radio input[type=radio]:checked+.check.is-link{border-color:#485fc7}.b-radio.radio input[type=radio]:checked+.check.is-info{border-color:#3e8ed0}.b-radio.radio input[type=radio]:checked+.check.is-success{border-color:#48c78e}.b-radio.radio input[type=radio]:checked+.check.is-warning{border-color:#ffe08a}.b-radio.radio input[type=radio]:checked+.check.is-danger{border-color:#f14668}.b-radio.radio input[type=radio]:checked+.check:before{transform:scale(.5)}.b-radio.radio input[type=radio]:focus+.check{box-shadow:0 0 .5em #7a7a7acc}.b-radio.radio input[type=radio]:focus:checked+.check{box-shadow:0 0 .5em #00d1b2cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-white{box-shadow:0 0 .5em #fffc}.b-radio.radio input[type=radio]:focus:checked+.check.is-black{box-shadow:0 0 .5em #0a0a0acc}.b-radio.radio input[type=radio]:focus:checked+.check.is-light{box-shadow:0 0 .5em #f5f5f5cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-dark{box-shadow:0 0 .5em #363636cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-primary{box-shadow:0 0 .5em #00d1b2cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-link{box-shadow:0 0 .5em #485fc7cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-info{box-shadow:0 0 .5em #3e8ed0cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-success{box-shadow:0 0 .5em #48c78ecc}.b-radio.radio input[type=radio]:focus:checked+.check.is-warning{box-shadow:0 0 .5em #ffe08acc}.b-radio.radio input[type=radio]:focus:checked+.check.is-danger{box-shadow:0 0 .5em #f14668cc}.b-radio.radio .control-label{padding-left:calc(.75em - 1px)}.b-radio.radio.button{display:flex}.b-radio.radio.button.is-selected{z-index:1}.b-radio.radio[disabled]{opacity:.5}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check{border-color:#00d1b2}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-white{border-color:#fff}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-dark{border-color:#363636}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-primary{border-color:#00d1b2}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-link{border-color:#485fc7}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-info{border-color:#3e8ed0}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-success{border-color:#48c78e}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-danger{border-color:#f14668}.b-radio.radio.is-small{border-radius:2px;font-size:.75rem}.b-radio.radio.is-medium{font-size:1.25rem}.b-radio.radio.is-large{font-size:1.5rem}.table-wrapper .table{margin-bottom:0}.table-wrapper:not(:last-child){margin-bottom:1.5rem}@media screen and (max-width: 1023px){.table-wrapper{overflow-x:auto}}.b-table{transition:opacity 86ms ease-out}@media screen and (min-width: 769px),print{.b-table .table-mobile-sort{display:none}}.b-table .icon{transition:transform .15s ease-out,opacity 86ms ease-out}.b-table .icon.is-desc{transform:rotate(180deg)}.b-table .icon.is-expanded{transform:rotate(90deg)}.b-table .table{width:100%;border:1px solid rgba(0,0,0,0);border-radius:4px;border-collapse:separate}.b-table .table th{font-weight:600}.b-table .table th .th-wrap{display:flex;align-items:center}.b-table .table th .th-wrap .icon{margin-left:.5rem;margin-right:0;font-size:1rem}.b-table .table th .th-wrap.is-numeric{flex-direction:row-reverse;text-align:right}.b-table .table th .th-wrap.is-numeric .icon{margin-left:0;margin-right:.5rem}.b-table .table th .th-wrap.is-centered{justify-content:center;text-align:center}.b-table .table th.is-current-sort{border-color:#7a7a7a;font-weight:700}.b-table .table th.is-sortable:hover{border-color:#7a7a7a}.b-table .table th.is-sortable,.b-table .table th.is-sortable .th-wrap{cursor:pointer}.b-table .table th .multi-sort-cancel-icon{margin-left:10px}.b-table .table th.is-sticky{position:-webkit-sticky;position:sticky;left:0;z-index:3!important;background:#fff}.b-table .table tr.is-selected .checkbox input:checked+.check{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(171deg, 100%25, 41%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center}.b-table .table tr.is-selected .checkbox input+.check{border-color:#fff}.b-table .table tr.is-empty:hover{background-color:#0000}.b-table .table .is-chevron-cell,.b-table .table .is-checkbox-cell{width:40px}.b-table .table .is-chevron-cell,.b-table .table .is-checkbox-cell .checkbox{vertical-align:middle}.b-table .table .is-checkbox-cell .checkbox.b-checkbox{margin-right:0}.b-table .table .is-checkbox-cell .checkbox .check{transition:none}.b-table .table tr.detail{box-shadow:inset 0 1px 3px #dbdbdb;background:#fafafa}.b-table .table tr.detail .detail-container{padding:1rem}.b-table .table:focus{border-color:#485fc7;box-shadow:0 0 0 .125em #485fc740}.b-table .table.is-bordered th.is-current-sort,.b-table .table.is-bordered th.is-sortable:hover{border-color:#dbdbdb;background:#f5f5f5}.b-table .table td.is-sticky{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:#fff}.b-table .table td.is-image-cell .image{margin:0 auto;width:1.5rem;height:1.5rem}.b-table .table td.is-progress-cell{min-width:5rem;vertical-align:middle}.b-table .table-wrapper.has-sticky-header{height:300px;overflow-y:auto}@media screen and (max-width: 480px){.b-table .table-wrapper.has-sticky-header.has-mobile-cards{height:initial!important;overflow-y:initial!important}}.b-table .table-wrapper.has-sticky-header tr:first-child th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#fff}@media screen and (max-width: 480px){.b-table .table-wrapper.has-mobile-cards thead{display:none}.b-table .table-wrapper.has-mobile-cards tfoot th{border:0;display:inherit}.b-table .table-wrapper.has-mobile-cards tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;max-width:100%;position:relative;display:block}.b-table .table-wrapper.has-mobile-cards tr td{border:0;display:inherit}.b-table .table-wrapper.has-mobile-cards tr td:last-child{border-bottom:0}.b-table .table-wrapper.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]){background:inherit}.b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]):hover{background-color:inherit}.b-table .table-wrapper.has-mobile-cards tr.detail{margin-top:-1rem}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5rem;text-align:left}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image{width:6rem;height:6rem;margin:0 auto .5rem}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress{display:flex;width:45%;align-items:center;align-self:center}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell{border-bottom:0!important}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before{display:none}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before{display:none}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span{display:block;width:100%}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress{width:100%}}.b-table .table-wrapper.is-card-list thead{display:none}.b-table .table-wrapper.is-card-list tfoot th{border:0;display:inherit}.b-table .table-wrapper.is-card-list tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;max-width:100%;position:relative;display:block}.b-table .table-wrapper.is-card-list tr td{border:0;display:inherit}.b-table .table-wrapper.is-card-list tr td:last-child{border-bottom:0}.b-table .table-wrapper.is-card-list tr:not(:last-child){margin-bottom:1rem}.b-table .table-wrapper.is-card-list tr:not([class*=is-]){background:inherit}.b-table .table-wrapper.is-card-list tr:not([class*=is-]):hover{background-color:inherit}.b-table .table-wrapper.is-card-list tr.detail{margin-top:-1rem}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5rem;text-align:left}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image{width:6rem;height:6rem;margin:0 auto .5rem}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress{display:flex;width:45%;align-items:center;align-self:center}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell{border-bottom:0!important}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before{display:none}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before{display:none}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span{display:block;width:100%}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress{width:100%}.b-table.is-loading{position:relative;pointer-events:none;opacity:.5}.b-table.is-loading:after{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:#0000;border-top-color:#0000;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:4em;left:calc(50% - 2.5em);width:5em;height:5em;border-width:.25em}.b-table.has-pagination .table-wrapper{margin-bottom:0}.b-table.has-pagination .table-wrapper+.notification{border-top-left-radius:0;border-top-right-radius:0}.switch,.b-checkbox.checkbox,.b-radio.radio{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-checkbox.checkbox{outline:none;display:inline-flex;align-items:center}.b-checkbox.checkbox:not(.button){margin-right:.5em}.b-checkbox.checkbox:not(.button)+.checkbox:last-child{margin-right:0}.b-checkbox.checkbox input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;flex-shrink:0;border-radius:4px;border:2px solid #7a7a7a;transition:background .15s ease-out;background:#0000}.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(0deg, 0%25, 4%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black{background:#0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(0deg, 0%25, 100%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#0a0a0a}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light{background:#f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#f5f5f5}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark{background:#363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#363636}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link{background:#485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#485fc7}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info{background:#3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#3e8ed0}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success{background:#48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#48c78e}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning{background:#ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#ffe08a}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger{background:#f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#f14668}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-white{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(0deg, 0%25, 4%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-black{background:#0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(0deg, 0%25, 100%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#0a0a0a}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-light{background:#f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#f5f5f5}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-dark{background:#363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#363636}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-primary{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-link{background:#485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#485fc7}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-info{background:#3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#3e8ed0}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-success{background:#48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#48c78e}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-warning{background:#ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#ffe08a}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-danger{background:#f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#f14668}.b-checkbox.checkbox input[type=checkbox]:focus+.check{box-shadow:0 0 .5em #7a7a7acc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em #00d1b2cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em #fffc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em #0a0a0acc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em #f5f5f5cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em #363636cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em #00d1b2cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link{box-shadow:0 0 .5em #485fc7cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em #3e8ed0cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em #48c78ecc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em #ffe08acc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em #f14668cc}.b-checkbox.checkbox .control-label{padding-left:calc(.75em - 1px)}.b-checkbox.checkbox.button{display:flex}.b-checkbox.checkbox[disabled]{opacity:.5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:#00d1b2}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white{border-color:#fff}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark{border-color:#363636}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary{border-color:#00d1b2}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link{border-color:#485fc7}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info{border-color:#3e8ed0}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success{border-color:#48c78e}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger{border-color:#f14668}.b-checkbox.checkbox.is-small{border-radius:2px;font-size:.75rem}.b-checkbox.checkbox.is-medium{font-size:1.25rem}.b-checkbox.checkbox.is-large{font-size:1.5rem}.switch,.b-radio.radio,.b-checkbox.checkbox{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch{cursor:pointer;display:inline-flex;align-items:center;position:relative;margin-right:.5em}.switch+.switch:last-child{margin-right:0}.switch input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.switch input[type=checkbox]+.check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:4px;transition:background .15s ease-out,box-shadow .15s ease-out}.switch input[type=checkbox]+.check.is-white-passive,.switch input[type=checkbox]+.check:hover{background:#fff}.switch input[type=checkbox]+.check.is-black-passive,.switch input[type=checkbox]+.check:hover{background:#0a0a0a}.switch input[type=checkbox]+.check.is-light-passive,.switch input[type=checkbox]+.check:hover{background:#f5f5f5}.switch input[type=checkbox]+.check.is-dark-passive,.switch input[type=checkbox]+.check:hover{background:#363636}.switch input[type=checkbox]+.check.is-primary-passive,.switch input[type=checkbox]+.check:hover{background:#00d1b2}.switch input[type=checkbox]+.check.is-link-passive,.switch input[type=checkbox]+.check:hover{background:#485fc7}.switch input[type=checkbox]+.check.is-info-passive,.switch input[type=checkbox]+.check:hover{background:#3e8ed0}.switch input[type=checkbox]+.check.is-success-passive,.switch input[type=checkbox]+.check:hover{background:#48c78e}.switch input[type=checkbox]+.check.is-warning-passive,.switch input[type=checkbox]+.check:hover{background:#ffe08a}.switch input[type=checkbox]+.check.is-danger-passive,.switch input[type=checkbox]+.check:hover{background:#f14668}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check:before{content:"";display:block;border-radius:4px;width:1.175em;height:1.175em;background:#f5f5f5;transition:transform .15s ease-out;will-change:transform;transform-origin:left}.switch input[type=checkbox]+.check.is-elastic:before{transform:scaleX(1.5);border-radius:4px}.switch input[type=checkbox]:checked+.check{background:#00d1b2}.switch input[type=checkbox]:checked+.check.is-white{background:#fff}.switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.switch input[type=checkbox]:checked+.check.is-light{background:#f5f5f5}.switch input[type=checkbox]:checked+.check.is-dark{background:#363636}.switch input[type=checkbox]:checked+.check.is-primary{background:#00d1b2}.switch input[type=checkbox]:checked+.check.is-link{background:#485fc7}.switch input[type=checkbox]:checked+.check.is-info{background:#3e8ed0}.switch input[type=checkbox]:checked+.check.is-success{background:#48c78e}.switch input[type=checkbox]:checked+.check.is-warning{background:#ffe08a}.switch input[type=checkbox]:checked+.check.is-danger{background:#f14668}.switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%,0,0)}.switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(50%,0,0) scaleX(1.5)}.switch input[type=checkbox]:focus,.switch input[type=checkbox]:active{outline:none}.switch .control-label{padding-left:.5em}.switch:hover input[type=checkbox]+.check{background:#b5b5b5e6}.switch:hover input[type=checkbox]+.check.is-white-passive{background:#ffffffe6}.switch:hover input[type=checkbox]+.check.is-black-passive{background:#0a0a0ae6}.switch:hover input[type=checkbox]+.check.is-light-passive{background:#f5f5f5e6}.switch:hover input[type=checkbox]+.check.is-dark-passive{background:#363636e6}.switch:hover input[type=checkbox]+.check.is-primary-passive{background:#00d1b2e6}.switch:hover input[type=checkbox]+.check.is-link-passive{background:#485fc7e6}.switch:hover input[type=checkbox]+.check.is-info-passive{background:#3e8ed0e6}.switch:hover input[type=checkbox]+.check.is-success-passive{background:#48c78ee6}.switch:hover input[type=checkbox]+.check.is-warning-passive{background:#ffe08ae6}.switch:hover input[type=checkbox]+.check.is-danger-passive{background:#f14668e6}.switch:hover input[type=checkbox]:checked+.check{background:#00d1b2e6}.switch:hover input[type=checkbox]:checked+.check.is-white{background:#ffffffe6}.switch:hover input[type=checkbox]:checked+.check.is-black{background:#0a0a0ae6}.switch:hover input[type=checkbox]:checked+.check.is-light{background:#f5f5f5e6}.switch:hover input[type=checkbox]:checked+.check.is-dark{background:#363636e6}.switch:hover input[type=checkbox]:checked+.check.is-primary{background:#00d1b2e6}.switch:hover input[type=checkbox]:checked+.check.is-link{background:#485fc7e6}.switch:hover input[type=checkbox]:checked+.check.is-info{background:#3e8ed0e6}.switch:hover input[type=checkbox]:checked+.check.is-success{background:#48c78ee6}.switch:hover input[type=checkbox]:checked+.check.is-warning{background:#ffe08ae6}.switch:hover input[type=checkbox]:checked+.check.is-danger{background:#f14668e6}.switch.is-rounded input[type=checkbox]+.check{border-radius:9999px}.switch.is-rounded input[type=checkbox]+.check:before{border-radius:9999px}.switch.is-rounded input[type=checkbox].is-elastic:before{transform:scaleX(1.5);border-radius:9999px}.switch.is-outlined input[type=checkbox]+.check{background:#0000;border:.1rem solid #b5b5b5;padding:.1em}.switch.is-outlined input[type=checkbox]+.check.is-white-passive{border:.1rem solid rgba(255,255,255,.9)}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:before{background:#fff}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:hover{border-color:#ffffffe6}.switch.is-outlined input[type=checkbox]+.check.is-black-passive{border:.1rem solid rgba(10,10,10,.9)}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:before{background:#0a0a0a}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:hover{border-color:#0a0a0ae6}.switch.is-outlined input[type=checkbox]+.check.is-light-passive{border:.1rem solid rgba(245,245,245,.9)}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:before{background:#f5f5f5}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:hover{border-color:#f5f5f5e6}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive{border:.1rem solid rgba(54,54,54,.9)}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:before{background:#363636}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:hover{border-color:#363636e6}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive{border:.1rem solid rgba(0,209,178,.9)}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:before{background:#00d1b2}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:hover{border-color:#00d1b2e6}.switch.is-outlined input[type=checkbox]+.check.is-link-passive{border:.1rem solid rgba(72,95,199,.9)}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:before{background:#485fc7}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:hover{border-color:#485fc7e6}.switch.is-outlined input[type=checkbox]+.check.is-info-passive{border:.1rem solid rgba(62,142,208,.9)}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:before{background:#3e8ed0}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:hover{border-color:#3e8ed0e6}.switch.is-outlined input[type=checkbox]+.check.is-success-passive{border:.1rem solid rgba(72,199,142,.9)}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:before{background:#48c78e}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:hover{border-color:#48c78ee6}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive{border:.1rem solid rgba(255,224,138,.9)}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:before{background:#ffe08a}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:hover{border-color:#ffe08ae6}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive{border:.1rem solid rgba(241,70,104,.9)}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:before{background:#f14668}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:hover{border-color:#f14668e6}.switch.is-outlined input[type=checkbox]+.check:before{background:#b5b5b5}.switch.is-outlined input[type=checkbox]:checked+.check{border-color:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-white{background:#0000;border-color:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-white:before{background:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-black{background:#0000;border-color:#0a0a0a}.switch.is-outlined input[type=checkbox]:checked+.check.is-black:before{background:#0a0a0a}.switch.is-outlined input[type=checkbox]:checked+.check.is-light{background:#0000;border-color:#f5f5f5}.switch.is-outlined input[type=checkbox]:checked+.check.is-light:before{background:#f5f5f5}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark{background:#0000;border-color:#363636}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark:before{background:#363636}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary{background:#0000;border-color:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary:before{background:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-link{background:#0000;border-color:#485fc7}.switch.is-outlined input[type=checkbox]:checked+.check.is-link:before{background:#485fc7}.switch.is-outlined input[type=checkbox]:checked+.check.is-info{background:#0000;border-color:#3e8ed0}.switch.is-outlined input[type=checkbox]:checked+.check.is-info:before{background:#3e8ed0}.switch.is-outlined input[type=checkbox]:checked+.check.is-success{background:#0000;border-color:#48c78e}.switch.is-outlined input[type=checkbox]:checked+.check.is-success:before{background:#48c78e}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning{background:#0000;border-color:#ffe08a}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning:before{background:#ffe08a}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger{background:#0000;border-color:#f14668}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger:before{background:#f14668}.switch.is-outlined input[type=checkbox]:checked+.check:before{background:#00d1b2}.switch.is-outlined:hover input[type=checkbox]+.check{background:#0000;border-color:#b5b5b5e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check{background:#0000;border-color:#00d1b2e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-white{border-color:#ffffffe6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-black{border-color:#0a0a0ae6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-light{border-color:#f5f5f5e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-dark{border-color:#363636e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-primary{border-color:#00d1b2e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-link{border-color:#485fc7e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-info{border-color:#3e8ed0e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-success{border-color:#48c78ee6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-warning{border-color:#ffe08ae6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-danger{border-color:#f14668e6}.switch.is-small{border-radius:2px;font-size:.75rem}.switch.is-medium{font-size:1.25rem}.switch.is-large{font-size:1.5rem}.switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}.upload{position:relative;display:inline-flex}.upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;outline:none;cursor:pointer;z-index:-1}.upload.is-expanded{width:100%}.field.file.has-addons .button.is-static{color:#242424;background-color:#fff;border-left:0}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.upload input[type=file]{z-index:auto}}nav.navbar{box-shadow:0 1px #181c210a}nav.navbar .navbar-item.has-user-avatar .is-user-avatar{margin-right:.75rem;display:inline-flex;width:1.75rem;height:1.75rem}nav.navbar .navbar-item.has-divider{border-right:1px solid rgba(219,219,219,.25)}nav.navbar .navbar-item.no-left-space{padding-left:0}nav.navbar .navbar-item.has-dropdown{padding-right:0;padding-left:0}nav.navbar .navbar-item.has-dropdown .navbar-link{padding-right:1.125rem;padding-left:1.125rem}nav.navbar .navbar-item.has-control{padding-top:0;padding-bottom:0}nav.navbar .navbar-item .control .input{color:#363636;border:0;box-shadow:none;background:#0000}nav.navbar .navbar-item .control .input::placeholder{color:#dbdbdb}@media screen and (max-width: 1023px){nav.navbar{display:flex;padding-right:0}nav.navbar .navbar-brand{flex:1}nav.navbar .navbar-brand.is-right{flex:none}nav.navbar .navbar-item.no-left-space-touch{padding-left:0}nav.navbar .navbar-menu{position:absolute;width:100vw;padding-top:0;top:3.25rem;left:0}nav.navbar .navbar-menu .navbar-item .icon:first-child{margin-right:.75rem}nav.navbar .navbar-menu .navbar-item.has-dropdown>.navbar-link{background-color:#f5f5f5}nav.navbar .navbar-menu .navbar-item.has-dropdown>.navbar-link .icon:last-child{display:none}nav.navbar .navbar-menu .navbar-item.has-user-avatar>.navbar-link{display:flex;align-items:center;padding-top:.75rem;padding-bottom:.75rem}}@media screen and (min-width: 1024px){nav.navbar .navbar-item{padding-right:1.125rem;padding-left:1.125rem}nav.navbar .navbar-item:not(.is-desktop-icon-only) .icon:first-child{margin-right:.75rem}nav.navbar .navbar-item.is-desktop-icon-only span:not(.icon){display:none}}@media screen and (min-width: 1024px){html.has-aside-left.has-aside-expanded nav.navbar,html.has-aside-left.has-aside-expanded body{padding-left:14rem}html.has-aside-left nav.navbar,html.has-aside-left body{transition:padding-left .25s ease-in-out 50ms}html.has-aside-left aside.is-placed-left{display:block}aside.aside.is-expanded{width:14rem}aside.aside.is-expanded .menu-list .icon{width:3rem}aside.aside.is-expanded .menu-list .icon.has-update-mark:after{right:.65rem}aside.aside.is-expanded .menu-list span.menu-item-label{display:inline-block}aside.aside.is-expanded .menu-list li.is-active ul{display:block}}aside.aside{display:none;position:fixed;top:0;left:0;z-index:40;height:100vh;padding:0;box-shadow:none;background:#2e323a}aside.aside .aside-tools{display:flex;flex-direction:row;width:100%;background-color:#17191e;color:#fff;line-height:3.25rem;height:3.25rem;padding-left:.75rem;flex:1}aside.aside .aside-tools .icon{margin-right:.75rem}aside.aside .menu-list li a.has-dropdown-icon{position:relative;padding-right:3rem}aside.aside .menu-list li a.has-dropdown-icon .dropdown-icon{position:absolute;top:.5rem;right:0}aside.aside .menu-list li ul{display:none;border-left:0;background-color:#282c33;padding-left:0;margin:0 0 .75rem}aside.aside .menu-list li ul li a{padding:.75rem 0 .75rem .75rem;font-size:.95rem}aside.aside .menu-list li ul li a.has-icon{padding-left:0}aside.aside .menu-list li ul li a.is-active:not(:hover){background:#0000}aside.aside .menu-label{padding:0 .75rem;margin-top:.75rem;margin-bottom:.75rem}@media screen and (max-width: 1023px){#app,nav.navbar{transition:margin-left .25s ease-in-out 50ms}aside.aside{transition:left .25s ease-in-out 50ms}html.has-aside-mobile-transition body{overflow-x:hidden}html.has-aside-mobile-transition body,html.has-aside-mobile-transition #app,html.has-aside-mobile-transition nav.navbar{width:100vw}html.has-aside-mobile-transition aside.aside{width:15rem;display:block;left:-15rem}html.has-aside-mobile-transition aside.aside .image img{max-width:4.95rem}html.has-aside-mobile-transition aside.aside .menu-list li.is-active ul{display:block}html.has-aside-mobile-transition aside.aside .menu-list a .icon{width:3rem}html.has-aside-mobile-transition aside.aside .menu-list a .icon.has-update-mark:after{right:.65rem}html.has-aside-mobile-transition aside.aside .menu-list a span.menu-item-label{display:inline-block}html.has-aside-mobile-expanded #app,html.has-aside-mobile-expanded nav.navbar{margin-left:15rem}html.has-aside-mobile-expanded aside.aside{left:0}}section.section.is-title-bar{padding:1.5rem;border-bottom:1px solid rgba(24,28,33,.06)}section.section.is-title-bar ul li{display:inline-block;padding:0 .75rem 0 0;font-size:1.5rem;color:#7a7a7a}section.section.is-title-bar ul li:after{display:inline-block;content:"/";padding-left:.75rem}section.section.is-title-bar ul li:last-child{padding-right:0;font-weight:900;color:#242424}section.section.is-title-bar ul li:last-child:after{display:none}section.hero.is-hero-bar{background-color:#fff;border-bottom:1px solid rgba(24,28,33,.06)}section.hero.is-hero-bar .hero-body{padding:1.5rem}section.hero.is-hero-bar .hero-body .level-item.is-hero-avatar-item{margin-right:1.5rem}section.hero.is-hero-bar .hero-body .level-item>div>.level{margin-bottom:.75rem}section.hero.is-hero-bar .hero-body .level-item .subtitle+p{margin-top:.75rem}section.hero.is-hero-bar .hero-body .button.is-hero-button{background-color:#ffffff80;font-weight:300;transition:background-color .25s ease-in-out 50ms}section.hero.is-hero-bar .hero-body .button.is-hero-button:hover{background-color:#fff}.card:not(:last-child){margin-bottom:1.5rem}.card{border-radius:6px;border:1px solid rgba(24,28,33,.06)}.card.has-table .card-content{padding:0}.card.has-table .b-table{border-radius:6px;overflow:hidden}.card.is-card-widget .card-content{padding:.75rem}.card .card-header{border-bottom:1px solid rgba(24,28,33,.06)}.card .card-content hr{margin-left:-1.5rem;margin-right:-1.5rem}.card .is-widget-icon .icon{width:5rem;height:5rem}.card .is-widget-label .subtitle{color:#7a7a7a}table.table thead th{border-bottom-width:1px}table.table td.checkbox-cell .b-checkbox.checkbox:not(.button),table.table th.checkbox-cell .b-checkbox.checkbox:not(.button){margin-right:0;width:20px}table.table td.checkbox-cell .b-checkbox.checkbox:not(.button) .control-label,table.table th.checkbox-cell .b-checkbox.checkbox:not(.button) .control-label{display:none;padding:0}table.table td .image{margin:0 auto;width:1.5rem;height:1.5rem}table.table td.is-progress-col{min-width:5rem;vertical-align:middle}.b-table .table{border:0;border-radius:0}.b-table .table-wrapper{margin-bottom:0}.b-table .table-wrapper+.level{padding:1.125rem 1.5rem;margin:0;border-top:rgba(24,28,33,.06);background:#f5f5f5}.b-table .table-wrapper+.level .pagination-link{background:#fff;color:#363636;border-color:#dbdbdb}.b-table .table-wrapper+.level .pagination-link.is-current{border-color:#4a4a4a}.b-table .table-wrapper+.level .pagination-previous,.b-table .table-wrapper+.level .pagination-next,.b-table .table-wrapper+.level .pagination-link{border-color:#dbdbdb;color:#2e323a}.b-table .table-wrapper+.level .pagination-previous[disabled],.b-table .table-wrapper+.level .pagination-next[disabled],.b-table .table-wrapper+.level .pagination-link[disabled]{background-color:#0000}@media screen and (max-width: 768px){.card.has-table .b-table .table-wrapper+.level .level-left+.level-right{margin-top:0}.card.has-mobile-sort-spaced .b-table .field.table-mobile-sort{padding-top:.75rem}.b-table .field.table-mobile-sort{padding:0 .75rem}.b-table .table-wrapper.has-mobile-cards tr{margin-bottom:3px!important}.b-table .table-wrapper.has-mobile-cards td.is-progress-col span,.b-table .table-wrapper.has-mobile-cards td.is-progress-col progress{display:flex;width:45%;align-items:center;align-self:center}.b-table .table-wrapper.has-mobile-cards td.checkbox-cell,.b-table .table-wrapper.has-mobile-cards td.is-image-cell{border-bottom:0!important}.b-table .table-wrapper.has-mobile-cards td.checkbox-cell:before,.b-table .table-wrapper.has-mobile-cards td.is-actions-cell:before{display:none}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile:before{display:none}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile span{display:block;width:100%}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile.is-progress-col progress{width:100%}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile.is-image-cell .image{width:25vw;height:auto;margin:0 auto .375rem}}.is-tiles-wrapper{margin-bottom:1.5rem}.field.has-check .field-body{margin-top:.1875rem}.field .control .mdi-24px.mdi-set,.field .control .mdi-24px.mdi:before{font-size:inherit}.upload .upload-draggable{display:block}.input,.textarea,select{box-shadow:none}.input:focus,.input:active,.textarea:focus,.textarea:active,select:focus,select:active{box-shadow:none!important}.switch input[type=checkbox]+.check:before{box-shadow:none}.switch input[type=checkbox]:focus+.check,.switch input[type=checkbox]:focus:checked+.check,.b-checkbox.checkbox input[type=checkbox]:focus+.check,.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:none!important}.b-checkbox.checkbox input[type=checkbox]+.check,.b-radio.radio input[type=radio]+.check{border:1px solid #2e323a}section.section.is-main-section{padding:1.5rem}.modal-card{width:40vw}.modal-card-foot{background-color:#f5f5f5}@media screen and (max-width: 768px){.modal .modal-card{width:90vw;margin:0 auto}}footer.footer .logo img{width:auto;height:2rem}@media screen and (max-width: 768px){.footer-copyright{text-align:center}}.is-user-avatar.has-max-width{max-width:7rem}.is-user-avatar.is-aligned-center{margin:0 auto}.is-user-avatar img{margin:0 auto;border-radius:9999px}.icon.has-update-mark{position:relative}.icon.has-update-mark:after{content:"";width:.5rem;height:.5rem;position:absolute;top:1px;right:1px;background-color:#ffe08a;border-radius:9999px}@-webkit-keyframes spinAround{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pricing-table{display:flex;align-items:stretch;flex-direction:row;flex-flow:row wrap;justify-content:space-between}.pricing-table.is-comparative .pricing-plan{border-radius:initial;margin:0}.pricing-table.is-comparative .pricing-plan:not(:last-child){border-right:none}.pricing-table.is-comparative .pricing-plan:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.pricing-table.is-comparative .pricing-plan:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.pricing-table.is-comparative .pricing-plan.is-active{border:.1rem solid #f5f5f5;border-radius:4px}.pricing-table .pricing-plan{display:flex;flex-direction:column;flex:1 1 auto;background-color:#fff;border:.1rem solid #f5f5f5;border-radius:4px;list-style-type:none;transition:.25s;margin:.5em}.pricing-table .pricing-plan .plan-header{border-top-left-radius:4px;border-top-right-radius:4px;background-color:#fff;color:#4a4a4a;font-size:1.25rem;font-weight:600;padding:.75em;align-content:center;text-align:center}.pricing-table .pricing-plan .plan-item{background:#f5f5f5;border-bottom:.1rem solid #fff;padding:.75em;align-content:center;text-align:center;font-size:.9em;color:#7a7a7a}.pricing-table .pricing-plan .plan-price{background-color:#fff;color:#4a4a4a;font-size:.75rem;font-weight:400;padding:.75em;align-content:center;text-align:center}.pricing-table .pricing-plan .plan-price .plan-price-amount{font-size:2.5rem;font-weight:700}.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency{vertical-align:super;font-size:1rem!important;font-weight:400!important;color:#4a4a4a;margin-right:.25rem}.pricing-table .pricing-plan .plan-footer{border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:.75em;align-content:center;text-align:center;margin-top:auto}.pricing-table .pricing-plan.is-active{box-shadow:0 8px 12px #7a7a7a33;-webkit-transform:scale(1.05);transform:scale(1.05)}.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount{color:#00d1b2}.pricing-table .pricing-plan.is-active .plan-footer .button{background-color:#00d1b2;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-active .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-active .plan-footer .button:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-active .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-active .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #00d1b240;color:#fff}.pricing-table .pricing-plan.is-active .plan-footer .button.is-active,.pricing-table .pricing-plan.is-active .plan-footer .button:active{background-color:#00b89c;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-active .plan-footer .button[disabled]{background-color:#00d1b2;border-color:transparent}.pricing-table .pricing-plan.is-white .plan-price .plan-price-amount{color:#fff}.pricing-table .pricing-plan.is-white .plan-footer .button{background-color:#fff;border-color:transparent;color:#0a0a0a}.pricing-table .pricing-plan.is-white .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-white .plan-footer .button:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.pricing-table .pricing-plan.is-white .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-white .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #ffffff40;color:#0a0a0a}.pricing-table .pricing-plan.is-white .plan-footer .button.is-active,.pricing-table .pricing-plan.is-white .plan-footer .button:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.pricing-table .pricing-plan.is-white .plan-footer .button[disabled]{background-color:#fff;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-black .plan-price .plan-price-amount{color:#0a0a0a}.pricing-table .pricing-plan.is-black .plan-footer .button{background-color:#0a0a0a;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-black .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-black .plan-footer .button:hover{background-color:#040404;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-black .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-black .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #0a0a0a40;color:#fff}.pricing-table .pricing-plan.is-black .plan-footer .button.is-active,.pricing-table .pricing-plan.is-black .plan-footer .button:active{background-color:#000;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-black .plan-footer .button[disabled]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-light .plan-price .plan-price-amount{color:#f5f5f5}.pricing-table .pricing-plan.is-light .plan-footer .button{background-color:#f5f5f5;border-color:transparent;color:#363636}.pricing-table .pricing-plan.is-light .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-light .plan-footer .button:hover{background-color:#eee;border-color:transparent;color:#363636}.pricing-table .pricing-plan.is-light .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-light .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #f5f5f540;color:#363636}.pricing-table .pricing-plan.is-light .plan-footer .button.is-active,.pricing-table .pricing-plan.is-light .plan-footer .button:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.pricing-table .pricing-plan.is-light .plan-footer .button[disabled]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-dark .plan-price .plan-price-amount{color:#363636}.pricing-table .pricing-plan.is-dark .plan-footer .button{background-color:#363636;border-color:transparent;color:#f5f5f5}.pricing-table .pricing-plan.is-dark .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-dark .plan-footer .button:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.pricing-table .pricing-plan.is-dark .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-dark .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #36363640;color:#f5f5f5}.pricing-table .pricing-plan.is-dark .plan-footer .button.is-active,.pricing-table .pricing-plan.is-dark .plan-footer .button:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.pricing-table .pricing-plan.is-dark .plan-footer .button[disabled]{background-color:#363636;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-primary .plan-price .plan-price-amount{color:#00d1b2}.pricing-table .pricing-plan.is-primary .plan-footer .button{background-color:#00d1b2;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-primary .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-primary .plan-footer .button:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-primary .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-primary .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #00d1b240;color:#fff}.pricing-table .pricing-plan.is-primary .plan-footer .button.is-active,.pricing-table .pricing-plan.is-primary .plan-footer .button:active{background-color:#00b89c;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-primary .plan-footer .button[disabled]{background-color:#00d1b2;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-link .plan-price .plan-price-amount{color:#3273dc}.pricing-table .pricing-plan.is-link .plan-footer .button{background-color:#3273dc;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-link .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-link .plan-footer .button:hover{background-color:#276cda;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-link .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-link .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #3273dc40;color:#fff}.pricing-table .pricing-plan.is-link .plan-footer .button.is-active,.pricing-table .pricing-plan.is-link .plan-footer .button:active{background-color:#2366d1;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-link .plan-footer .button[disabled]{background-color:#3273dc;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-info .plan-price .plan-price-amount{color:#209cee}.pricing-table .pricing-plan.is-info .plan-footer .button{background-color:#209cee;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-info .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-info .plan-footer .button:hover{background-color:#1496ed;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-info .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-info .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #209cee40;color:#fff}.pricing-table .pricing-plan.is-info .plan-footer .button.is-active,.pricing-table .pricing-plan.is-info .plan-footer .button:active{background-color:#118fe4;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-info .plan-footer .button[disabled]{background-color:#209cee;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-success .plan-price .plan-price-amount{color:#23d160}.pricing-table .pricing-plan.is-success .plan-footer .button{background-color:#23d160;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-success .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-success .plan-footer .button:hover{background-color:#22c65b;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-success .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-success .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #23d16040;color:#fff}.pricing-table .pricing-plan.is-success .plan-footer .button.is-active,.pricing-table .pricing-plan.is-success .plan-footer .button:active{background-color:#20bc56;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-success .plan-footer .button[disabled]{background-color:#23d160;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-warning .plan-price .plan-price-amount{color:#ffdd57}.pricing-table .pricing-plan.is-warning .plan-footer .button{background-color:#ffdd57;border-color:transparent;color:#000000b3}.pricing-table .pricing-plan.is-warning .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-warning .plan-footer .button:hover{background-color:#ffdb4a;border-color:transparent;color:#000000b3}.pricing-table .pricing-plan.is-warning .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-warning .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #ffdd5740;color:#000000b3}.pricing-table .pricing-plan.is-warning .plan-footer .button.is-active,.pricing-table .pricing-plan.is-warning .plan-footer .button:active{background-color:#ffd83d;border-color:transparent;color:#000000b3}.pricing-table .pricing-plan.is-warning .plan-footer .button[disabled]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.pricing-table .pricing-plan.is-danger .plan-price .plan-price-amount{color:#ff3860}.pricing-table .pricing-plan.is-danger .plan-footer .button{background-color:#ff3860;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-danger .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-danger .plan-footer .button:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-danger .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-danger .plan-footer .button:focus{border-color:transparent;box-shadow:0 0 .5em #ff386040;color:#fff}.pricing-table .pricing-plan.is-danger .plan-footer .button.is-active,.pricing-table .pricing-plan.is-danger .plan-footer .button:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.pricing-table .pricing-plan.is-danger .plan-footer .button[disabled]{background-color:#ff3860;border-color:transparent;box-shadow:none}@media screen and (min-width:769px),print{.pricing-table.is-comparative{margin:.5rem}.pricing-table.is-comparative.is-features{display:none}.pricing-table.is-comparative .plan-item:before{content:attr("data-feature")}.pricing-table.is-horizontal .pricing-plan{display:flex;flex-direction:row;flex-basis:100%}.pricing-table.is-horizontal .pricing-plan .plan-header{width:50%;display:flex;flex-direction:column;justify-content:center}.pricing-table.is-horizontal .pricing-plan .plan-price{width:100%;display:flex;flex-direction:row;justify-content:center}.pricing-table.is-horizontal .pricing-plan .plan-items{width:100%;background-color:#f5f5f5;columns:2;-webkit-columns:2;-moz-columns:2;-webkit-column-gap:.1rem;column-gap:.1rem}.pricing-table.is-horizontal .pricing-plan .plan-footer{width:50%;display:flex;flex-direction:column;justify-content:center;margin:auto}}@media screen and (max-width:768px){.pricing-table.is-comparative .pricing-plan{margin:.5rem}.pricing-table.is-comparative .pricing-plan.is-plan-first-mobile{order:-1}.pricing-table.is-comparative .pricing-plan.is-features{display:none}.pricing-table.is-comparative .pricing-plan .plan-item:before{content:attr(data-feature);display:block;font-weight:600;font-size:.75rem;color:#b5b5b5}}:root{--rem: 15px;--b1-border-color: #ddd }@media screen and (max-width:1407px){:root{--rem: 14.5px }}@media screen and (max-width:1024px){:root{--rem: 14.125px }}@media screen and (max-width:768px){:root{--rem: 13.875px }}@media screen and (max-width:480px){:root{--rem: 13.5px }}html{font-size:var(--rem)}body,button,input,optgroup,select,textarea{font-family:Inter,Montserrat,Nunito,Ubuntu,Roboto Condensed,Share Tech,Noto Sans,sans-serif,system-ui,-apple-system;font-feature-settings:normal;font-variation-settings:normal}html,body{overscroll-behavior-y:none}sm{font-size:.85rem}ism{font-size:.85rem;font-style:italic}.main-app{padding:0 .25rem .25rem;min-height:calc(100vh - 6.5rem)}::-webkit-scrollbar{display:none}::scrollbar{display:none}.scroll-bar{scrollbar-width:thin!important}:root{--bulma-link-text: #485fc7;--bulma-info-h: 207;--bulma-info-s: 61%;--bulma-info-l: 53% }@media print,screen and (min-width: 769px){.helpnav .level,.helpnav .level-left{display:grid}.columns .column.is-6{width:50%}.column.live.is-4{width:calc(33.33% - .1rem)}.modal-card{width:42vw}}article .message-header p{text-transform:capitalize}.button.is-primary,.button.is-info,.button.is-danger{color:#fff}.button.is-info.is-outlined{color:#3e8ed0;background-color:#0000}[data-theme=light] .button.is-primary.is-outlined{color:var(--bulma-primary)}[data-theme=light] .button.is-danger.is-outlined{color:var(--bulma-danger)}tr.separator td,td.group-wrapper[rowspan]{border-bottom:0}.modal-card-foot button:not(:last-child){margin-right:.25rem}.footer{padding:.75rem .75rem .5rem}.is-copy{cursor:copy}.marquee{overflow:hidden;display:flex}.is-inline .marquee{display:inline-flex}.marquee .inflex{flex:none}.marquee .item:not(:last-child){margin-right:.5rem}.env-prod .debug{display:none}.env-dev .debug{display:block}:root{--ndarker: #17191e;--ndark: #222222;--darkborder: 1px solid #414141 }[data-theme=dark] body{--b1-border-color: #555;--bulma-link-text: var(--bulma-strong-color) }[data-theme=dark] nav.navbar .navbar-item .control .input{color:unset}@media screen and (max-width:1024px){[data-theme=dark] nav.navbar .navbar-menu .navbar-item.has-dropdown>.navbar-link{background-color:var(--ndarker)}}aside.aside{background:#fefefe;border-right:1px solid #ddd}footer.footer{border-top:1px solid #ddd}.menu-label{color:inherit}.menu-list a{color:#525252}.menu-list a:hover{font-weight:700}.menu-list a.is-active{color:#242424;font-weight:bolder}.menu-list a.is-active.right .icon,.menu-list a.right .icon:hover{border:1px solid #424242}.navbar-dropdown.fold{width:26rem}.navbar-dropdown.fold .grid{margin-bottom:0!important}#search-bar::placeholder{color:#484848}[data-theme=dark] .main-app,[data-theme=dark] .crumbs,[data-theme=dark] .flash,[data-theme=dark] .helpnav,[data-theme=dark] .quickview{background-color:var(--ndarker)}[data-theme=dark] .is-sun{color:#fff}[data-theme=dark] aside.aside{background:#242424;border-right:1px solid #555}[data-theme=dark] footer.footer{background:#242424;border-top:1px solid #555}[data-theme=dark] .menu-list a{color:#a9a9a9}[data-theme=dark] .menu-list a.is-active.right .icon,.menu-list a.right .icon:hover{border:1px solid #a2a2a2}[data-theme=dark] .section .card{border:1px solid #424242}[data-theme=dark] .quickview-footer,[data-theme=dark] .quickview .notification{background-color:var(--ndark)}[data-theme=dark] .tile.columns+.card{border-top:var(--darkborder)}[data-theme=dark] ::-webkit-input-placeholder{color:#aaa}[data-theme=dark] #search-bar::placeholder{color:#d8d8d8}[data-theme=dark] .table tfoot td,[data-theme=dark] .table tfoot th{border-width:1px 0 0}[data-theme=dark] .last-tr td{border:0}[data-theme=dark] .table tr:not(:last-child) td{border-bottom:var(--darkborder)!important}[data-theme=dark] .has-dark-date .datetimepicker-wrapper,[data-theme=dark] .has-inline-date .datetimepicker-wrapper,[data-theme=dark] .tv-lightweight-charts{filter:invert(1) hue-rotate(180deg)}[data-theme=dark] .has-dark-date .datetimepicker-wrapper{z-index:11;position:relative}[data-theme=dark] section.hero.is-hero-bar,[data-theme=dark] .card .card-header{border-bottom:var(--darkborder)}[data-theme=dark] .bt{border-top:var(--darkborder)!important}[data-theme=dark] .bb{border-bottom:var(--darkborder)!important}[data-theme=dark] .br{border-right:var(--darkborder)!important}[data-theme=dark] .bl{border-left:var(--darkborder)!important}[data-theme=dark] .modal-card-foot{background-color:var(--bulma-modal-card-foot-background-color)}.is-user-avatar.has-max-width{max-width:12rem}.label-ico{vertical-align:middle;height:inherit;margin-top:-.1rem}.label-vatt .label-ico{vertical-align:text-top}.tag .label-ico{margin-left:.25rem!important}.is-absolute{position:absolute}.left-2{left:.5rem}.left-4{left:1rem}.right-2{right:.5rem}.right-4{right:1rem}aside.aside{overflow-y:scroll;padding-bottom:1.5rem;overscroll-behavior-y:contain}aside.aside .aside-tools{position:sticky;top:0}.aside .menu .icon{width:1.75rem!important;vertical-align:bottom}tr td .icon{margin:.125rem;vertical-align:middle}.menu-list.float-l{width:100%;margin-top:-.25rem;padding-bottom:.25rem}.menu-list.float-l li{float:left;padding-right:.5rem;width:100%;display:flex}.menu-list a{padding:.2rem 0;background-color:unset}.menu-list .icon{font-size:1.125rem}.menu-list a.left{float:left;width:86.75%;overflow:hidden;text-wrap:nowrap}.menu-list a.inner{padding-left:1rem}.menu-list a.right,.menu-label a.right{float:right;width:1.75rem;border:none}.menu-label{font-size:.95rem}aside.aside .menu-label.clear{padding:.5rem;margin-top:3px}.menu-label.clear+.menu-list{margin-bottom:3px}.menu-group li{padding-left:.5rem;width:100%;display:inline-block}aside.aside .menu-label{padding:0;margin:0}.menu.is-menu-main{max-height:calc(100vh - 5.75rem);overflow-y:scroll}.navbar-dropdown{font-size:.95rem}.navbar-dropdown .icon{vertical-align:middle}.navbar-item,.navbar-link{line-height:1.35rem}.navbar-item.is-active{color:#fff}.release .icon{margin-left:-.25rem}.release .mdi{width:.35rem}section.flash{padding:0}main section.flash{padding:.5rem .75rem}main section.flash:not(:has(article)){display:none}section.section.is-main-section{padding:1rem .75rem}section.section.is-title-bar,section.hero.is-hero-bar .hero-body{padding:.5rem .75rem}.section.is-main-section .section.is-title-bar{display:none!important}section.hero.is-hero-bar .hero-body.has-buttons{padding:.85rem .75rem}section.section.is-title-bar ul li{font-size:1.1rem;font-weight:500;padding:0 .5rem 0 0}section.section.is-title-bar ul li:after{content:"\2022";padding-left:.5rem}.column .section{padding:1.5rem}.column .card{height:100%}.card:not(:last-child){margin-bottom:.5rem}.card-header-title{padding:.625rem .75rem}.column .card-header-title{padding:.5rem .6875rem;font-size:1rem}.tile .card-header-title{padding:.4375rem .625rem}.card-header-title .icon{margin-right:.45rem;font-size:18px}.card-header-icon{padding:.5rem;margin-left:.25rem}.card-header-icon:last-child{margin-right:.25rem}.card-content,.card.has-table .card-content{padding:1.125rem 1rem}.card.has-table .b-table:not(.non-sticky){overflow:clip}.table{transition:margin-left .4s ease .1s;overflow-x:scroll}.table td,.table th{vertical-align:middle;padding:.75rem .6125rem}.table td{border-bottom:1px solid #eaeaea}.table td.sbuttons .button{font-size:.8rem}tr.drag-hover td{background-color:#eff70d!important}td .button{margin:.25rem .25rem .3333rem}.table.compact td,.table.compact th,.table .compact td{vertical-align:middle;padding:.5rem .375rem}.table th:not(.is-select){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-table:not(.non-sticky) .table{position:relative}.b-table:not(.non-sticky) thead th{position:-webkit-sticky;position:sticky;top:3.3rem;background:#fff;z-index:5}#global-modal .b-table:not(.non-sticky) thead th{top:-1rem}.b-table:not(.non-sticky) .table-scroll thead th{top:0}.b-table:not(.non-sticky) tr th:first-child{z-index:6;left:0}.b-table:not(.non-sticky) tr td:first-child{position:-webkit-sticky;position:sticky;z-index:4;left:1.625rem;background-color:var(--bulma-table-background-color)}.b-table:not(.non-sticky) tr th:first-child{left:1.625rem}.table-scroll .b-table:not(.non-sticky) tr td:first-child,.b-table:not(.non-sticky) .table-scroll tr td:first-child,.b-table:not(.non-sticky) .table-scroll tr th:first-child{left:0!important}.b-table:not(.non-sticky) tr:nth-child(2n) td:first-child{background-color:var(--bulma-table-striped-row-even-background-color)}[data-theme=dark] .b-table:not(.non-sticky) thead th{background:var(--ndarker)}th.is-scroller{max-width:1rem;right:.5rem}th:has(+th.is-scroller .icon:not(.is-hidden)){padding-right:.75rem!important}.js-scroll th:has(+th.is-scroller){padding-right:.25rem!important}.sortable th:not(.no-sort){cursor:pointer}.table.sortable th:not(.no-sort):hover{border-bottom-color:#7a7a7a}.tabs.is-boxed li.is-active,.tabs.is-boxed a.is-active{border:1px solid var(--bulma-tabs-border-bottom-color);border-radius:5px 5px 0 0;border-bottom:none}.tabs [data-tab]{cursor:pointer;pointer-events:all}th.is-current,a.is-current{text-decoration:underline;text-underline-offset:2.5px}table td.n,table th.n,.table th.n{text-align:right}td.btc,th.btc{border-top:1px solid #ccc}td.control.has-icons-left .icon.is-left{left:.6rem;top:.85rem}.table tr.has-action-button td{vertical-align:middle}.button.is-label{border:0px;cursor:unset;background:unset;box-shadow:none;padding-right:0}.button.dnd{cursor:move;cursor:grab}td .button.is-small .icon{font-size:.75rem}td p.in{display:inline-block}tr.separator{height:5px}tr.separator td{height:5px;padding:0}.title.help{font-size:1.1rem;font-weight:400}.input.position{text-align:right;width:6rem;margin-right:-.5rem}.input[type=date]:not(.is-hidden){display:inline}input[type=color],.set-rand-color{cursor:pointer}.has-inline-date{min-height:22rem}.field .table tr th,.field .table tr td{vertical-align:middle}.has-change .change{font-size:.75rem}.has-logo img{max-width:1.5rem;max-height:1.5rem;vertical-align:middle;margin-right:.125rem}.has-logo span.no-logo{width:1.625rem;display:inline-block}.is-scrip-position .p-title{text-decoration:underline;cursor:help}.navbar .nav-notice{position:relative}.navbar-menu{width:fit-content;width:-moz-fit-content}.navbar .nav-notice sup{position:absolute;top:.35rem;left:2.4rem;font-size:.7rem}.navbar .nav-notice.is-hidden-desktop sup{top:.35rem;left:1.25rem;font-size:.65rem}nav.navbar .navbar-item:not(.is-desktop-icon-only) .icon:first-child{margin-right:.5rem}.navbar-item img{max-height:2rem}.tile.is-ancestor{margin:0}.tile.is-parent{padding:0}.tile .card-content{padding:.75rem}.tile .level:not(:last-child){margin-bottom:.5rem}.tile .title{font-size:1.125rem}.tile .subtitle{font-size:1.05rem;color:#5a5a5a;margin-bottom:.125rem}.tile .is-widget-icon{line-height:1.15}.scroll .tile .level{overflow-x:scroll}.scroll.tile .level-item:last-child{padding-right:.5rem}.card-header-title{font-size:1.1rem}.tile .level.is-mobile{min-height:3.05rem}.level.is-mobile .level-item:not(:last-child){margin-right:.25rem}.quickview-header .title{font-size:1.25rem}.quickview{top:3.5rem;display:none;height:calc(100vh - 4rem);overscroll-behavior:contain}.quickview.is-active{display:flex}.quickview-body{height:calc(100vh - 11rem);scrollbar-width:thin}.search.dropdown{display:unset}.dropdown .is-active{font-weight:700}.dropdown-menu{width:max-content}.dropdown-item .dropdown-item{display:inline-block;width:fit-content}.dropdown-item .select-stock-type.is-active{background-color:#4258ff;color:#fff}.firefox .field .dropdown-menu{top:2.25rem}.search-content .icon{width:1rem;height:1rem}.search-content img{max-height:2rem}.aicon{margin-top:.125rem;margin-left:.6rem}.aicon .icon{font-size:1.1rem}.icon.has-update-mark{margin-left:-1rem}.chart{place-content:center;min-height:58vh;margin-top:2rem}.chart canvas{padding:.5rem}.pie-chart canvas,.has-map canvas{margin:0 auto}.broker-chart .chart{margin-top:.25rem}.broker-chart canvas{padding-top:2.5rem}.has-map .chart{display:grid;place-items:center}.has-map canvas{padding-bottom:1rem!important}.stock-chart .chart{min-height:51.25vh}.worth-chart .chart{min-height:53vh}.chart-empty:not(.no-min){min-height:49.25vh}.column .chart-empty section{min-height:20vh}section.empty-section{place-content:center}.chart:not(.is-hidden)+.empty-section{display:none}.worth-chart .chart-empty section{min-height:46.25vh}.pie-chart{height:59.5vh;margin:1.75rem auto 0}.chart-action{position:absolute;right:0;top:0;height:2.5rem;padding-right:0!important}.chart-action:not(.no-border){border-bottom:1px solid var(--bulma-border)}.chart-action:not(.chart-action-left) .icon{width:1.75rem;padding-top:.25rem;margin-left:.5rem;margin-right:.5rem}.chart-action-left{right:8.5rem;padding-right:.5rem!important;left:0}.chart-action.z a,.chart-action.z .icon{z-index:2;position:relative}.has-map .chart-action-left{right:5.75rem}.chart-action+.chart-action-left{border-right:1px solid var(--bulma-border)}.chart-action-left+.chart-action{border-left:1px solid var(--bulma-border)}.chart-action-left .chart-label{margin-left:.75rem;float:left}.chart-action a,.actions a{cursor:pointer;display:flex;float:right;padding:.15rem .5rem}.chart-action a.is-active,.actions a.is-active{font-weight:900}.chart-action-left a:hover,.actions a{color:#485fc7!important}.chart-action-left.long{right:6rem}.pie-action{position:absolute;top:3rem;right:3rem;background:var(--bulma-background)}.pie-action label{cursor:pointer}.pie-action [type=checkbox]{margin-top:.25rem}.chart-action .drop-x{border:1px solid var(--bulma-border);position:absolute;top:2.125rem;right:0;width:3rem;padding-top:.5rem;z-index:1}.has-chart:not(.has-map) .chart-action .icon[data-type=image],.has-chart:not(.has-map) .chart-action .icon[data-type=reset]{position:absolute;top:3rem;z-index:2;background:var(--bulma-background);right:0rem}.has-chart:not(.has-map) .chart-action .icon[data-type=reset]{right:2.5rem}.has-map .icon[data-type=bar],.has-map .icon[data-type=line],.has-map .icon[data-type=pie]{display:none}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.25em}.select.adjust{height:auto}td .select.adjust{width:84.5%}.control.has-icons-left .icon,.control.has-icons-right .icon{height:2.4em;width:2.4em}.select:not(.is-multiple):not(.is-loading):after{top:49%;right:.625rem}.quickview .icon{vertical-align:bottom}#loading-modal .box{border:1px solid var(--bulma-border-active)}#loading-abort{margin-top:-2.75rem;background-color:var(--bulma-background);border:1px solid var(--bulma-border-active);cursor:pointer}#loading-abort.has-text-info .alert,#loading-abort.has-text-warning .info,#loading-abort.has-text-danger .info{display:none}#global-modal .modal-content{width:fit-content}#global-modal button.modal-cancel{color:#fafafa}progress{inline-size:6rem}p.prog{width:100%;height:2px;border-top:2px solid #aaa}.progress{height:.5rem!important}.pt-0p5{padding-top:.125rem!important}.pt-1p5{padding-top:.3333rem!important}td{word-wrap:break-word}td .input.icon-gap{width:84.5%}.is-small.textarea,.is-small.input{font-size:.85em}.is-shown-mobile{display:none!important}.input[type=color]{box-shadow:none;width:3em;padding:0 .1rem}.field .help{display:flex}.field .button{margin-right:.25rem}.is-fullwidth{width:100%}.notification{padding:1.25rem}.quote{background:none;font-weight:900}.quote .refresh-quote{position:fixed;right:1rem}.quote qq{margin-right:1.625rem}.quickview-block .notification{padding:.75rem}.quickview-footer{min-height:3rem}.is-middle,.icon.vm{vertical-align:middle}.inflex{display:flex}.noflex{flex:auto!important}input+.icon{vertical-align:middle}.icon svg{width:1em;height:1em}.tile small .icon,.tile .has-change .change .icon{height:1.1em}.help .icon{width:1rem;height:1rem}.help .icon.star{color:var(--bulma-code)}.help [data-icon="mdi:asterisk"]{color:#f14668}.i18px svg,.iconify.i18px{font-size:18px}.i24px svg,.iconify.i24px{font-size:24px}.i32px svg,.iconify.i32px{font-size:32px}.i36px svg,.iconify.i36px{font-size:36px}.i40px svg,.iconify.i40px{font-size:40px}.i48px svg,.iconify.i48px{font-size:48px}.card .is-widget-icon .icon{height:auto;width:auto}.button .iconify{font-size:18px}.timeline-marker.is-icon .icon{width:100%}.timeline-header .tags{flex-wrap:inherit}.field-body.b-table{display:block}small{font-size:smaller}.crumbs .icon{vertical-align:middle}.float-r{float:right}.place-r{place-items:end;float:right}.float-l{float:left}td.float-l{text-align:left!important;width:100%}.vab{vertical-align:bottom!important}.vat{vertical-align:top!important}.all-centered{text-align:center;justify-content:center;align-items:center}.ptr{pointer-events:none;overflow:hidden}.ptr-top{touch-action:pan-x pan-down pinch-zoom}.m-a{margin:0 auto}.mb--1{margin-bottom:-.25rem!important}.pb-1p{padding-bottom:1px!important}.mt--1{margin-top:-.25rem!important}.mr--1{margin-right:-.25rem!important}.ml--1{margin-left:-.25rem!important}.z-1{z-index:1}.z-2{z-index:2}.label.has-text-centered{text-align:inherit!important}[data-toggle]{cursor:pointer}.has-cp .cp-clip{cursor:copy}.steps-segment.is-active .primary{color:#23d160}.is-small .is-size-5{font-size:1.1rem!important}.is-datetimepicker-default.is-active{z-index:8}.datetimepicker-header{border:1px solid #d6d6d6}.datetimepicker .datetimepicker-footer{border:1px solid #d6d6d6;margin:-1px!important;border-top:0}.tabs .icon{margin-left:0!important;margin-right:.25rem!important}.currency-select .dropdown-content{margin-left:-2.5rem;width:fit-content}.currency-select a:not(.button){font-family:monospace}.has-installer .install-nexus{position:absolute;right:.75rem;top:3.67rem}.clear{clear:both}.table-scroll{overflow-y:auto;padding-bottom:1rem;max-height:90vh;scrollbar-width:thin;scrollbar-color:var(--bulma-skeleton-background) var(--bulma-background)}[aria-label]:not(input,textarea,select){cursor:pointer}.tooltip{z-index:45;padding:.25rem .5rem;position:absolute;font-size:.9rem;background:var(--bulma-dark-base);color:var(--bulma-black-invert)}.modal .tooltip{z-index:55}.footer .tooltip{z-index:105}.tooltip .arrow{position:absolute;background:var(--bulma-dark-base);width:8px;height:8px;transform:rotate(45deg)}.chart-tooltip{position:absolute;left:1rem;top:3.1rem;text-align:left;z-index:1000;border:1px solid;background-color:#fff}.tile.columns+.card{margin-top:.75rem}.columns:not(:last-child){margin-bottom:.5rem}.col-gap-1 .columns:not(.live),.col-gap-1 .column:not(.live){padding:.375rem!important}.is-main-section .card .card-content hr{margin-left:-.75rem;margin-right:-.75rem}.col-gap-1.section{padding-top:.375rem!important}.b-1{border-radius:5px;border:1px solid var(--b1-border-color)}.bt-1{border-top:1px solid var(--b1-border-color)}.bb-1{border-bottom:1px solid var(--b1-border-color)}.bl-1{border-left:1px solid var(--b1-border-color)!important}.br-1{border-right:1px solid var(--b1-border-color)!important}.br-t{border-top-left-radius:5px;border-top-right-radius:5px}.br-b{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.br-0{border-radius:0}.choices{margin-bottom:0!important}td .choices[data-type*=select-one]:after{content:unset;right:0}.choices__inner{min-height:33px!important;max-height:33px;padding:4px 5px 0!important;border:1px solid var(--bulma-border)!important;background-color:var(--bulma-background)!important}td .choices__inner{min-height:2.25rem!important;max-height:2.25rem;padding:.1rem 5px 0px!important}.choices__list--multiple .choices__item{padding:2px 7.5px!important}.choices__input{background-color:var(--bulma-background)!important;color:hsl(var(--bulma-input-h),var(--bulma-input-s),var(--bulma-input-color-l))}[data-type=select-multiple] .choices__input{padding:4px}.choices__list--single{padding-top:2px!important}td .choices__list--single{padding:4px 2px}td .choices__item{margin:2px}.choices__list--dropdown{display:block;z-index:10!important}.choices__list--dropdown .choices__item{padding:5px 7.5px!important}.choices__list--dropdown[aria-expanded=false]{display:none}td .choices [aria-expanded=true]{position:relative;z-index:11!important}td .choices__list--dropdown .choices__list{max-height:135px}[data-theme=dark] .choices__list--dropdown{filter:invert(1) hue-rotate(180deg);color:#242424;background:#d4d4d4}[data-theme=dark] .choices__input{background-color:#525252!important}[data-theme=dark] td .choices__input{background-color:#525252!important;color:#d4d4d4}[data-theme=dark][data-type=select-multiple] .choices__input{background-color:#d4d4d4!important;color:#242424}@media screen and (min-width:1408px){td.control.has-icons-left .icon.is-left{top:.85rem}.quickview{width:29%}}.aside .version{z-index:3;position:fixed;bottom:.25rem;width:inherit;padding-top:.25rem;background:var(--bulma-background)}@media screen and (max-width:1024px){html.has-aside-mobile-transition body,.b-table:not(.non-sticky) .table-wrapper{overflow-x:clip}html.has-aside-mobile-transition aside.aside{width:16rem;left:-16rem}html.has-aside-mobile-expanded aside.aside{left:0}html.has-aside-mobile-expanded #app,html.has-aside-mobile-expanded nav.navbar{margin-left:16rem}.navbar-dropdown .navbar-item{padding-right:0!important}.pie-chart{height:90vw}a.right{margin-right:0}.quickview-header .title{font-size:1.1rem}.is-shown-desktop{display:none!important}}@media screen and (min-width:1024px){.search-content .icon:first-child{margin-right:.1rem!important}html.has-aside-left.has-aside-expanded nav.navbar,html.has-aside-left.has-aside-expanded body,aside-left.has-aside-expanded body{padding-left:15rem}aside.aside{transition:left .25s ease-in-out 50ms}aside.aside.is-expanded{width:15rem}html.has-aside-mobile-expanded aside.aside{left:-15rem}html.has-aside-expanded aside.aside{left:0}.navbar-dropdown.fold.pull-left{left:-14.5rem}.tile.is-short .card-content{padding:.25rem}.is-narrow-desktop{flex-grow:.75}.has-widget-icon.is-hidden-tablet:not(.is-hidden){display:unset!important}hr{margin:1rem 0}}@media screen and (max-width:768px){.has-installer{padding-top:2.25rem}.has-installer .crumbs{margin-top:1rem}.has-installer .install-nexus{left:1rem;top:4rem;right:1rem}.tile .card-content{padding:.5rem}.tile.is-short .card-content{padding:.125rem .5rem}.mdi-mini.mdi-48px.mdi:before{font-size:36px}.pie-chart{width:98vw}.level-left+.level-right:not(.pager){margin-top:.75rem}.b-table td input[type=date]{min-width:7.25rem!important;padding-left:.25rem;padding-right:.25rem}.select:not(.is-multiple):not(.is-loading):after{right:.5rem}td .buttons{flex-wrap:nowrap}td .buttons button{margin-left:0!important}hr{margin:.8rem 0}.card-header-title .icon{margin-top:-.25rem}.currency-select .dropdown-content{margin-left:-1.25rem}[data-theme=dark] .tile.columns .tile.column.br{border-right-width:0!important}aside.aside .menu-label.clear{padding:.75rem .5rem}.menu-list li{padding:.25rem 0}.quickview{height:calc(100vh - 7.5rem)}.has-map .chart canvas{padding:0}}@media screen and (min-width:480px){.is-shown-small{display:none!important}}@media screen and (max-width:480px){section.section.is-title-bar,section.hero.is-hero-bar .hero-body,main section.flash{padding:.5rem}section.section.is-main-section{padding:1rem .5rem}.card-content,.card.has-table .card-content{padding:1rem .75rem}.asset-chart .chart-action a{padding:.15rem .375rem}.pie-action{top:5.5rem;right:.25rem}#search-bar{max-width:12rem}.select select:not([multiple]){padding-inline-end:1.75em}.navbar-item .dropdown-menu{margin-left:-2rem}section.section.is-title-bar ul li{padding-right:.3333rem}section.section.is-title-bar ul li:after{padding-left:.3333rem}.has-change .change{font-size:.8rem}.b-table .table-wrapper.has-mobile-cards tr.separator{box-shadow:none}.input[type=color]{width:2.5em}.is-hidden-small{display:none!important}.icon.sort-icon{display:none}th{font-weight:700!important}hr{margin:.75rem 0}.table td,.table th{padding-left:.5rem;padding-right:.5rem}progress{inline-size:4.5rem}progress.s{inline-size:3.5rem}.is-shown-mobile{display:unset!important}.small-tags .tag{font-size:.75rem;padding:.25rem .3333rem}.is-small.textarea,.is-small.input{font-size:.8em}td.h-scroll{padding:.333rem}td .choices__inner{padding-top:0!important}}@media (min-width: 640px){.choices__list--dropdown .choices__item--selectable{padding-right:5px!important}}:root{--bulma-help-size: .8rem}@media screen and (max-width:479px){html{font-size:13.5px}}.has-navbar-fixed-top main{margin-top:3.25rem}.urlsh{color:#00ff89;font-weight:700}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:0}section.hero{min-height:100vh}.main-app{min-height:calc(100vh - 6rem)}.has-navbar-fixed-top:not(.has-flash) section.hero{padding-top:3.25rem;margin-bottom:3.25rem;min-height:calc(100vh - 3.25rem)}aside.aside .menu.is-menu-main{font-size:1.05rem}[data-theme=dark] .hero{background-color:#020202}.front .navbar-burger{margin-inline-start:0}.front .navbar-item.theme-choice{margin-inline-start:auto}.has-navbar-fixed-top .flashes{padding-top:4rem}.front-nav-drop{padding-left:.75rem;padding-inline-end:2.5em!important}.message-header p{text-transform:capitalize}.message-body+progress{margin-bottom:-1rem}.flashes+section.hero{padding-top:0}.has-domain .url{width:66.66%;display:inline-block}.has-domain .domain{width:calc(33.33% - .25rem);display:inline-block}.invite-action form{display:inline}.shorten .tabs li{margin-right:.25rem}.table{width:100%;overflow:auto}.table td,.table th{background-color:var(--bulma-table-background-color)}.table.is-scrollable{background-color:#f5f5f5}.table.is-scrollable tbody{overflow-y:scroll}.th-code{width:8%}.th-copy{width:5%}.th-url{width:87%}thead .th-url{width:83%}.history-head tr{height:2.75rem}.history-body a{color:inherit}.history-body tr:nth-child(2n){background:#eaeaea}.table.history .th-short{min-width:6.5rem}.table.history .th-info{min-width:4rem}.copy-url,.caret-toggle{cursor:pointer}.login-modal .modal-content{padding:1rem}.notification:first-letter{text-transform:capitalize}.control.has-icons-left .icon:has(+.is-small),.control.has-icons-right .icon:has(+.is-small){height:2.8em}.control.has-icons-left .text-area.icon{height:2.9em}.url-form,.url-form .column{padding-bottom:0}.url-form .column.field{margin-bottom:0}.help .icon{width:1rem;height:1.2rem}.bulk-column{width:calc(50% - .375rem);float:left;display:none;padding:.75rem 0rem 0rem .75rem}.bulk-column.m-2{width:calc(50% - 1.125rem)}.urls-form{width:100%}.bulk-column-1,.bulk-column-2{display:block}.bulk-column .is-medium.input{font-size:1.15rem}.bulk-column .bulk-buttons{display:inline-block;margin-top:.2rem}.bulk-config-toggle{padding:0 0 .5rem}.bulk-inputs.grid{gap:.25rem}.input.url,.input.code,.input.keyword,.input.expiry{width:100%}.control.code,.control.keyword,.control.expiry{display:inline-block}.shorten .notification{width:100%}.paypal-subscribe{margin:auto;min-width:199px;max-width:200px}[data-theme=dark] .pricing-table{filter:invert(1)}.pricing-table.grid{gap:1px}.pricing-table .pricing-plan .plan-footer.current{margin-top:initial}.pricing-plan.is-features .plan-item{font-weight:700}.login-modal .button{min-width:236px}input.dirty::placeholder{font-size:1em;font-style:italic}.table.history{min-height:7rem}.table.history .th-code,.table.history .th-url{overflow:auto}.footer.is-fixed{padding:.75rem;position:fixed;bottom:0;z-index:100;width:100vw}.footer-logo{align-items:center;display:flex;justify-content:center}.mt--1{margin-top:-.25rem}.mt--2{margin-top:-.5rem}.ml--1{margin-left:-.25rem}.mr--1{margin-right:-.25rem}.inflex{display:inline-flex!important}.vm{vertical-align:middle}.is-card-toolbar select{width:fit-content}.is-card-toolbar select.mw{min-width:7rem}img.logo{margin-top:.5rem}img.favico{max-width:16px;max-height:16px;vertical-align:middle}.url-tags .tag{margin-bottom:.25rem}.social-share .icon{width:100%;height:fit-content;display:inline-block}.social-share .cell{text-align:center;align-items:center;margin-bottom:.5rem}.social-share .cell x{font-size:.9rem;margin-top:-.5rem}.share-label .url-tags{display:none}.menu-list a.has-icon{width:97.25%}a.hits{padding:.25rem;border:1px solid var(--bulma-border)}.analytics .chart,.analytics .chart-empty{min-height:40vh}.analytics .pie-chart{height:40vh}.analytics .b-table .chart{margin-top:0;padding-top:2rem}.analytics .b-table .chart .empty-section{margin-top:-1.5rem}.analytics .b-table .chart canvas{margin-top:.5rem!important}.analytics .has-map .chart{max-height:38vh}@media screen and (max-width: 1023px){.shorten .notification{width:100%}.is-card-toolbar .input,.is-card-toolbar select-x{max-width:11rem}}@media screen and (min-width: 769px){.field.is-horizontal{padding-bottom:.5rem}}@media screen and (max-width: 769px){body{line-height:1.5}.main-app{min-height:calc(100vh - 7.75rem)}.front .navbar-item{line-height:1.75rem}section .hero-body{padding:1.5rem}.table{font-size:.9rem}.bulk-column{width:100%;float:initial}.bulk-column.m-2{width:calc(100% - 1.1275rem)}.help .icon{height:1.2rem}.is-medium.input,.is-medium.textarea{font-size:1.1rem}.bulk-column .is-medium.input{font-size:1rem}.button{font-size:.9rem}.title{font-size:1.8rem}.shorten .notification{width:100%}.pricing-table.is-comparative .pricing-plan{margin-left:0}.level-left+.level-right{margin-top:-.5rem}.is-card-toolbar .input,.is-card-toolbar select{max-width:7rem}}@media screen and (max-width: 550px){.shorten .notification{width:100%}.th-code{width:7%}.th-copy{width:6%}}@media screen and (max-width: 399px){.shorten .notification{width:100%}.tab-select .icon{display:none}.table{font-size:.8rem}.history-row .copy-url .icon{display:none}}.pricing-table.is-comparative{margin-left:0}td.has-logo img+input{width:calc(100% - 2rem)}
/*!(bulma-switch bulma-radio) https://github.com/justboil*/
/*!github.com/justboil/bulma-responsive-tables*/
/*!github.com/vikdiesel/admin-one-bulma-dashboard*/
/*!nexus.css*/
/*!urlsh.css*/
/*# sourceMappingURL=urlsh.min.css.map?79393a3 */
