@charset "UTF-8";.rdp{--rdp-cell-size:40px;--rdp-caption-font-size:18px;--rdp-accent-color:#0000ff;--rdp-background-color:#e7edff;--rdp-accent-color-dark:#3003e1;--rdp-background-color-dark:#180270;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:3px solid var(--rdp-accent-color);--rdp-selected-color:#fff;margin:1em}.rdp-vhidden{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute!important;top:0;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;border:0!important}.rdp-button_reset{appearance:none;position:relative;margin:0;padding:0;cursor:default;color:inherit;background:none;font:inherit;-moz-appearance:none;-webkit-appearance:none}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid transparent}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){color:inherit;background-color:var(--rdp-background-color);border:var(--rdp-outline)}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{margin:0;max-width:calc(var(--rdp-cell-size) * 7);border-collapse:collapse}.rdp-with_weeknumber .rdp-table{max-width:calc(var(--rdp-cell-size) * 8);border-collapse:collapse}.rdp-caption{display:flex;align-items:center;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{position:relative;display:block;text-align:center}.rdp-caption_dropdowns{position:relative;display:inline-flex}.rdp-caption_label{position:relative;z-index:1;display:inline-flex;align-items:center;margin:0;padding:0 .25em;white-space:nowrap;color:currentColor;border:0;border:2px solid transparent;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{position:absolute;top:50%;left:0;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;top:50%;right:0;transform:translateY(-50%)}.rdp-nav_button{display:inline-flex;align-items:center;justify-content:center;width:var(--rdp-cell-size);height:var(--rdp-cell-size);padding:.25em;border-radius:100%}.rdp-dropdown_year,.rdp-dropdown_month{position:relative;display:inline-flex;align-items:center}.rdp-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;z-index:2;top:0;bottom:0;left:0;width:100%;margin:0;padding:0;cursor:inherit;opacity:0;border:none;background-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit}.rdp-dropdown[disabled]{opacity:unset;color:unset}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{vertical-align:middle;font-size:.75em;font-weight:700;text-align:center;height:100%;height:var(--rdp-cell-size);padding:0;text-transform:uppercase}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{width:var(--rdp-cell-size);height:100%;height:var(--rdp-cell-size);padding:0;text-align:center}.rdp-weeknumber{font-size:.75em}.rdp-weeknumber,.rdp-day{display:flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;width:var(--rdp-cell-size);max-width:var(--rdp-cell-size);height:var(--rdp-cell-size);margin:0;border:2px solid transparent;border-radius:100%}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{color:var(--rdp-selected-color);opacity:1;background-color:var(--rdp-accent-color)}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-top-right-radius:0;border-bottom-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-top-right-radius:0;border-bottom-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}.bp5-datepicker-content .rdp{--rdp-cell-size:30px;--rdp-accent-color:#2d72d2;--rdp-background-color:#ffffff;--rdp-accent-color-dark:#215db0;--rdp-background-color-dark:#2f343c;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:2px solid rgba(0, 0, 0, 75%);margin:0;min-width:auto}.bp5-datepicker .rdp{display:inline-block;min-width:210px;position:relative;vertical-align:top}.bp5-datepicker .rdp:focus{outline:none}.bp5-datepicker .rdp-month{display:flex;flex-direction:column;margin:0 5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bp5-datepicker .rdp-month+.bp5-datepicker .rdp-month{margin-left:10px}.bp5-datepicker .rdp-caption{border-bottom:solid 1px rgba(17,20,24,.15);padding-bottom:5px}.bp5-datepicker .rdp-table{align-self:center}.bp5-datepicker .rdp-head_cell{font-size:inherit;font-weight:600;padding-top:5px;text-decoration:none;text-transform:none}.bp5-datepicker .rdp-weeknumber{color:#5f6b7c}.bp5-datepicker .rdp-day{border-radius:2px}.bp5-datepicker .rdp-day.rdp-day_outside{color:#5f6b7c99}.bp5-datepicker .rdp-day.rdp-day_today{font-weight:400}.bp5-datepicker .rdp-day:not([disabled],.rdp-day_selected):hover,.bp5-datepicker .rdp-day:not([disabled],.rdp-day_selected):focus{background:rgba(143,153,168,.15);color:#1c2127}.bp5-datepicker .rdp-day:not([disabled],.rdp-day_selected):active{background:rgba(143,153,168,.3)}.bp5-datepicker .rdp-day.rdp-day_disabled{background:none;color:#5f6b7c99;cursor:not-allowed}.bp5-datepicker .rdp-day.rdp-day_selected{background-color:#2d72d2;border-radius:2px;color:#fff}.bp5-datepicker .rdp-day.rdp-day_selected:hover{background-color:#215db0;color:#fff}.bp5-datepicker .rdp-day.rdp-day_selected:active{background-color:#184a90}.bp5-datepicker.bp5-datepicker-highlight-current-day .rdp-day.rdp-day_today{border:1px solid rgba(17,20,24,.15)}.bp5-datepicker.bp5-datepicker-reverse-month-and-year .rdp-caption_dropdowns{flex-direction:row-reverse}.bp5-datepicker-content{align-items:center;display:flex;flex-direction:column;gap:5px}.bp5-datepicker-content>.bp5-divider{margin:0;width:calc(100% - 10px)}.bp5-datepicker-month-select select,.bp5-datepicker-year-select select{font-weight:600;padding-left:5px;padding-right:16px}.bp5-datepicker-month-select select+.bp5-icon,.bp5-datepicker-year-select select+.bp5-icon{right:2px}.bp5-datepicker-footer{display:flex;justify-content:space-between;width:100%}.bp5-dark .bp5-datepicker{background:#2f343c}.bp5-dark .bp5-datepicker .rdp-week-number{color:#abb3bf}.bp5-dark .bp5-datepicker .rdp-day.rdp-day_outside{color:#abb3bf99}.bp5-dark .bp5-datepicker .rdp-day:not([disabled],.rdp-day_selected):hover,.bp5-dark .bp5-datepicker .rdp-day:not([disabled],.rdp-day_selected):focus{background:rgba(143,153,168,.15);color:#fff}.bp5-dark .bp5-datepicker .rdp-day:not([disabled],.rdp-day_selected):active{background:rgba(143,153,168,.3)}.bp5-dark .bp5-datepicker .rdp-day.rdp-day_selected{background-color:#2d72d2}.bp5-dark .bp5-datepicker .rdp-day.rdp-day_selected:hover{background-color:#215db0}.bp5-dark .bp5-datepicker .rdp-day.rdp-day_selected:active{background-color:#184a90}.bp5-dark .bp5-datepicker .rdp-day.rdp-day_disabled{background:none;color:#abb3bf99}.bp5-dark .bp5-datepicker.bp5-datepicker-highlight-current-day .rdp-day.rdp-day_today{border:1px solid rgba(255,255,255,.2)}.bp5-dark .bp5-datepicker .bp5-datepicker-footer{border-top-color:#11141866}.bp5-datepicker-timepicker-wrapper{align-items:center;display:flex;flex-direction:column}.bp5-datepicker-timepicker-wrapper .bp5-timepicker-arrow-row:empty+.bp5-timepicker-input-row{margin:5px 0}.bp5-datepicker-caption.rdp-caption{display:flex;flex-direction:row;justify-content:space-between;margin:0}.bp5-datepicker-caption.rdp-caption>*{flex-grow:0;flex-shrink:0}.bp5-datepicker-caption.rdp-caption>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-datepicker-caption.rdp-caption .bp5-html-select select{font-weight:600;padding-left:5px;padding-right:16px}.bp5-datepicker-caption.rdp-caption .bp5-html-select select+.bp5-icon{right:2px}.bp5-datepicker-caption.rdp-caption+.bp5-divider{margin:0}.bp5-datepicker-caption.rdp-caption .bp5-datepicker-nav-button-hidden{visibility:hidden}.bp5-datepicker-month-select{flex-shrink:1}.bp5-datepicker-year-select{flex-shrink:1;min-width:60px}.bp5-datepicker-caption-measure{font-weight:600;padding-left:5px}.bp5-daterangepicker.bp5-daterangepicker-contiguous .rdp{min-width:220px}.bp5-daterangepicker.bp5-daterangepicker-single-month .rdp{min-width:210px}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-caption{display:flex;flex-direction:row;justify-content:space-between}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-caption>*{flex-grow:0;flex-shrink:0}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-caption>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-caption_start .rdp-caption{flex-direction:row-reverse}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-caption_start .rdp-caption:before{content:"";height:30px;width:30px}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-caption_end .rdp-caption{flex-direction:row}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-caption_end .rdp-caption:before{content:"";height:30px;width:30px}.bp5-daterangepicker .rdp.rdp-multiple_months .rdp-nav{left:initial;position:initial;top:initial;transform:none}.bp5-daterangepicker.bp5-datepicker .rdp-day_outside{visibility:hidden}.bp5-daterangepicker.bp5-datepicker .rdp-day_hovered:not(.rdp-day_selected){border-radius:0;color:#215db0}.bp5-daterangepicker.bp5-datepicker .rdp-day_hovered:not(.rdp-day_selected):not(.rdp-day_range_start,.rdp-day_range_middle,.rdp-day_range_end){background-color:#2d72d21a}.bp5-daterangepicker.bp5-datepicker .rdp-day_range_middle{background-color:#2d72d21a;border-radius:0;color:#215db0}.bp5-daterangepicker.bp5-datepicker .rdp-day_range_middle:hover{background-color:#2d72d233;color:#215db0}.bp5-daterangepicker.bp5-datepicker .rdp-day_range_start:not(.rdp-day_range_end,.rdp-day_hovered_end){border-bottom-right-radius:0;border-top-right-radius:0}.bp5-daterangepicker.bp5-datepicker .rdp-day_range_end:not(.rdp-day_range_start,.rdp_day_hovered_start){border-bottom-left-radius:0;border-top-left-radius:0}.bp5-daterangepicker.bp5-datepicker .rdp-day_hovered_start:not(.rdp-day_hovered_end){border-bottom-right-radius:0;border-top-right-radius:0}.bp5-daterangepicker.bp5-datepicker .rdp-day_hovered_end:not(.rdp-day_hovered_start){border-bottom-left-radius:0;border-top-left-radius:0}.bp5-daterangepicker.bp5-datepicker-highlight-current-day .rdp-day.rdp-day_today{border:1px solid rgba(17,20,24,.15)}.bp5-daterangepicker.bp5-daterangepicker-reverse-month-and-year.bp5-daterangepicker-contiguous.rdp-caption_dropdowns{flex-direction:row-reverse}.bp5-daterangepicker-timepickers.bp5-daterangepicker-timepickers-stacked{align-items:center;flex-direction:column}.bp5-dark .bp5-daterangepicker.bp5-datepicker .rdp-day_hovered{color:#f6f7f9}.bp5-dark .bp5-daterangepicker.bp5-datepicker .rdp-day_hovered:not(.rdp-day_selected,.rdp-day_range_start,.rdp-day_range_middle,.rdp-day_range_end){background-color:#2d72d233}.bp5-dark .bp5-daterangepicker.bp5-datepicker .rdp-day_range_middle{background-color:#2d72d233;color:#f6f7f9}.bp5-dark .bp5-daterangepicker.bp5-datepicker .rdp-day_range_middle:hover{background-color:#2d72d266}.bp5-dark .bp5-daterangepicker.bp5-datepicker-highlight-current-day .rdp-day.rdp-day_today{border:1px solid rgba(255,255,255,.2)}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.1)}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline-width:0}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px #00000026}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px #0009}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px #0009}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline-width:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:#fff0;border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:#6660;border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-webkit-box-flex:99999;-ms-flex:99999 1 auto;flex:99999 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px #00000026}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px #0000001a;border-top:2px solid rgba(0,0,0,.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline-width:0}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:#0009;background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline-width:0}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:#00000080}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:#0009;-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none!important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.machine-image{-webkit-user-select:none;user-select:none;z-index:3}.machine-wrapper{position:relative;height:fit-content;width:fit-content}.machine-wrapper .inactive{filter:brightness(40%)}.uses-webkit .machine-wrapper{position:fixed;transform-origin:top left;transform:scale(var(--webkit-controlled-scale, 1))}.machine-live-data,.machine-events{z-index:4}.joint-paper-scroller{overflow:auto!important}.joint-paper-scroller .joint-paper>svg{overflow:visible}#visualiser{width:100%;height:100%;position:relative;overflow:hidden}#visualiser .machine-overlay{visibility:hidden}#visualiser :focus{outline:none!important}#flyPaper{position:fixed;z-index:100;opacity:.7;pointer-events:none;background-color:#c94c4c00!important}#flyPaper .joint-paper-background{background-color:#c94c4c00!important}.airgrid-popover{z-index:99}.joint-type-standard-link{animation:dash 100000s linear reverse infinite}@keyframes dash{to{stroke-dashoffset:4000000}}.joint-selection .handle.rotate,.joint-selection .handle.resize{display:none}.joint-navigator{width:100%!important;height:100%!important}.joint-navigator.joint-theme-default{border:none!important}.unavailable{opacity:.5}#grid-top{width:100%;height:50px;background-color:#3635354d;z-index:92;font-size:20px;font-weight:700;position:absolute}#grid-left{height:100%;width:50px;background-color:#3635354d;z-index:92;font-size:20px;font-weight:700;position:absolute}#inner-grid-top{height:40px;z-index:92;display:grid;grid-template-columns:repeat(10,auto);justify-items:center}#inner-grid-top div.active div{color:#00f!important}#inner-grid-top .cell{position:absolute;left:50%;transform:translate(-50%)}#inner-grid-left{width:40px;z-index:92;display:grid;grid-template-rows:repeat(10,auto);justify-items:center;place-items:center}#inner-grid-left .cell{height:fit-content}#inner-grid-left div.active{color:#00f!important}#grid{z-index:90;pointer-events:none;position:absolute;display:grid;grid-template-columns:repeat(10,auto)}#grid div{border:1px solid black;width:100%;height:100%;margin-top:-1px;margin-left:-1px}#grid .active{border:2px solid blue;margin-top:-1px;margin-left:-1px}#grid .noBorderLeft{border-left:1px solid black}#grid .noBorderTop{border-top:1px solid black}/*! JointJS+ v4.0.1 - HTML5 Diagramming Framework

Copyright (c) 2024 client IO

 2024-04-11 


This Source Code Form is subject to the terms of the JointJS+ License
, v. 2.0. If a copy of the JointJS+ License was not distributed with this
file, You can obtain one at https://www.jointjs.com/license
 or from the JointJS+ archive as was distributed by client IO. See the LICENSE file.*/.joint-paper-scroller{position:relative;overflow:scroll;box-sizing:border-box;width:100%;height:100%;max-height:100000px;max-width:100000px}.joint-paper-scroller>.paper-scroller-background{margin:0;position:relative;display:inline-block;vertical-align:top;overflow:hidden}.joint-paper-scroller .joint-paper{margin:0;position:absolute;display:inline-block}.joint-paper-scroller .joint-paper>svg{display:block}.joint-paper-scroller[data-cursor=grab]{cursor:all-scroll;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.joint-paper-scroller[data-cursor=grab].is-panning{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.joint-paper-scroller.joint-theme-dark>.paper-scroller-background{background:#18191b}.joint-paper-scroller.joint-theme-dark .joint-paper{border:1px dotted #fefefe}.joint-paper-scroller.joint-theme-material{background-color:#f3f5fa}.joint-paper-scroller.joint-theme-modern{background-color:#f6f6f6}.joint-paper-scroller.joint-theme-modern .joint-paper{box-shadow:0 0 2px #d3d3d3}.joint-selection{display:none;touch-action:none}.joint-selection.lasso{display:block;position:absolute;opacity:.3;overflow:visible}.joint-selection.selected{display:block;background-color:transparent;opacity:1;cursor:move;position:static;height:0!important}.selection-box{position:absolute;padding-right:5px;padding-bottom:5px;margin-top:-4px;margin-left:-4px;box-sizing:content-box}.selection-box-no-events{pointer-events:none}.selection-wrapper{position:absolute;margin-left:-6px;margin-top:-6px;padding-right:9px;padding-bottom:9px;pointer-events:none;box-sizing:content-box}.selection-wrapper[data-selection-length="0"],.selection-wrapper[data-selection-length="1"]{display:none}.joint-selection .box{position:absolute;top:100%;margin-top:30px;left:-20px;right:-20px;text-align:center;line-height:14px;border-radius:6px;padding:6px}.joint-selection .handle.se{bottom:-25px;right:-25px}.joint-selection .handle.nw{top:-21px;left:-25px}.joint-selection .handle.n{top:-22px;left:50%;margin-left:-10px}.joint-selection .handle.e{right:-25px;top:-webkit-calc(50% - 10px);top:calc(50% - 10px)}.joint-selection .handle.ne{top:-21px;right:-25px}.joint-selection .handle.w{left:-25px;top:50%;margin-top:-10px}.joint-selection .handle.sw{bottom:-25px;left:-25px}.joint-selection .handle.s{bottom:-24px;left:50%;margin-left:-10px}.joint-selection .handle{position:absolute;pointer-events:auto;width:20px;height:20px;background-size:20px 20px;background-repeat:no-repeat;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;cursor:pointer}.joint-selection .remove{cursor:pointer}.joint-selection .rotate{cursor:move}.joint-selection .box:empty{display:none}@font-face{font-family:selection-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-selection.lasso.joint-theme-dark{background-color:#3498db;border:2px solid #2980B9}.joint-selection.joint-theme-dark .selection-box{border:2px dashed #feb663}.joint-selection.joint-theme-dark .selection-wrapper{border:2px solid #feb663}.joint-selection.joint-theme-dark .box{font-size:10px;color:#fff;background-color:#a2753f}.joint-selection.joint-theme-dark .handle.resize:after,.joint-selection.joint-theme-dark .handle.rotate:after,.joint-selection.joint-theme-dark .handle.remove:after{font-family:selection-icons-dark;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;margin:auto;text-align:center;font-variant:normal;text-transform:none;font-size:18px;color:#ffb68a}.joint-selection.joint-theme-dark .handle.remove:after{content:""}.joint-selection.joint-theme-dark .handle.resize:after{content:""}.joint-selection.joint-theme-dark .handle.rotate:after{content:""}.joint-selection.joint-theme-dark .handle.remove:hover:after,.joint-selection.joint-theme-dark .handle.resize:hover:after,.joint-selection.joint-theme-dark .handle.rotate:hover:after{color:#ffd829}.joint-selection.lasso.joint-theme-default{background-color:#d3d3d3;border:2px solid red}.joint-selection.joint-theme-default .selection-box{border:2px dashed lightgrey}.joint-selection.joint-theme-default .selection-wrapper{border:2px solid lightgrey}.joint-selection.joint-theme-default .box{background-color:#d3d3d3;color:#000;font-size:14px}.joint-selection.joint-theme-default .remove{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO5JREFUeNrUV9sNwyAMtLoAI3SEjJIRMgqjdBRG8CiMQGnlVHwEOBAE19L9OdwRGz+IcNsibISLCBk48dlooB0RXCDNgeXbbntWbovCyVlNtkf4AeQnvJwJ//IwCQdy8zAZeynm/gYBPpcT7gbyNDGb4/4CnyOLb1M+MED+MVPxZfEhQASnFQ4hp4qIlJxAEd+KaQGlpiIC8bmCRZOvRNBL/kvGltp+RdRLfqK5wZhCITMdjaury5lB5OFBCuxvQjAtCZc/w+WFaHkpXt6MVLTj5QOJipFs+VCqYixXsZioWM1GLaf7yK45ZT1/CzAAESidXQn9F/MAAAAASUVORK5CYII=)}.joint-selection.joint-theme-default .rotate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1NTk5RUFBMkU3RjExRTI4OUIyQzYwMkMyN0MxMDE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1NTk5RUFCMkU3RjExRTI4OUIyQzYwMkMyN0MxMDE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjU1OTlFQTgyRTdGMTFFMjg5QjJDNjAyQzI3QzEwMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjU1OTlFQTkyRTdGMTFFMjg5QjJDNjAyQzI3QzEwMTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6W+5aDAAABJElEQVR42syXbRGDMAyGYTcBOBgSkICESWAOmAMcTAJzgAQksCnYHFRC13Jlx7qkDf0Acvf+6ZF7mjRNQ8o5T/ZqmVAt1AkxIa5JrvXqmywUsAVANkmf3BV6RqKjSvpWlqD+7OYBhKKHoMNS6EuddaPUqjUqfIJyPb2Ysyye0pC6Qm0I8680KJ/vhDmcFbU2mAb9glvk48KhMAtiYY7RYunxuRVWcI2cqa/ZegBYFGWA5jPYwAy4MrGhI1hf6FaA8gPg/PSA9tSbcAz8il2XOIRM9SILXVxki3GdEvUmD6bhIHYDQeFrtEwUvsYj0WBRx34Wc5cXJcQg8GMpMPrUBsBb6DHrbie1IdNUeRe6UNLVRB72Nh1v9zfQR/+FSbf6afsIMAB0elCwFZfPigAAAABJRU5ErkJggg==)}.joint-selection.joint-theme-default .resize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQTc4MzUwQjJGMEIxMUUyOTFFNUE1RTAwQ0EwMjU5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQTc4MzUwQTJGMEIxMUUyOTFFNUE1RTAwQ0EwMjU5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk3oY88AAAEMSURBVHja7JftDYMgEIbRdABHcARG6CalGziCG3QE3KAj0A0cod3AEa6YUEMpcKeI9oeXvP5QuCeA90EBAGwPK7SU1hkZ12ldiT6F1oUycARDRHLBgiTiEzCwTNhNuRT8XOEog/AyMqlOXPEuZzx7q29aXGtIhLvQwfNuAgtrYgrcB+VWqH2BhceBD45ZE4EyB/7zIQTvCeAWgdpw1CqT2Sri2LsRZ4cddtg/GLfislo55oNZxE2ZLcFXT8haU7YED9yXpxsCGMvTn4Uqe7DIXJnsAqGYB5CjFnNT6yEE3qr7iIJT+60YXJUZQ3G8ALyof+JWfTV6xrluEuqkHw/ESW3CoJsBRVubtwADAI2b6h9uJAFqAAAAAElFTkSuQmCC)}@font-face{font-family:selection-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-selection.lasso.joint-theme-material{background-color:#3498db;border:2px solid #2980B9}.joint-selection.joint-theme-material .selection-box{border:2px dashed #5faaee}.joint-selection.joint-theme-material .selection-wrapper{border:2px solid #5faaee}.joint-selection.joint-theme-material .box{font-size:14px;color:#deebfb;background-color:#5fa9ee;font-family:lato-light,Arial,sans-serif}.joint-selection.joint-theme-material .handle.resize:after,.joint-selection.joint-theme-material .handle.rotate:after,.joint-selection.joint-theme-material .handle.remove:after{font-family:selection-icons-dark;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;margin:auto;text-align:center;font-variant:normal;text-transform:none;font-size:18px;color:#5faaee}.joint-selection.joint-theme-material .handle.remove:after{content:""}.joint-selection.joint-theme-material .handle.resize:after{content:""}.joint-selection.joint-theme-material .handle.rotate:after{content:""}.joint-selection.joint-theme-material .handle.remove:hover:after,.joint-selection.joint-theme-material .handle.resize:hover:after,.joint-selection.joint-theme-material .handle.rotate:hover:after{color:#717d98}.joint-selection.lasso.joint-theme-modern{background-color:#3498db;border:2px solid #2980B9}.joint-selection.joint-theme-modern .selection-box{border:2px dashed #feb663;box-shadow:2px 2px 5px #d3d3d3}.joint-selection.joint-theme-modern .selection-wrapper{border:2px solid #feb663;box-shadow:2px 2px 5px #d3d3d3}.joint-selection.joint-theme-modern .box{font-size:10px;color:#fff;background-color:#6a6b8a}.joint-selection.joint-theme-modern .handle{background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-size:20px 20px}.joint-selection.joint-theme-modern .handle.remove{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M15.386%2C3.365c-3.315-3.314-8.707-3.313-12.021%2C0c-3.314%2C3.315-3.314%2C8.706%2C0%2C12.02%20c3.314%2C3.314%2C8.707%2C3.314%2C12.021%2C0S18.699%2C6.68%2C15.386%2C3.365L15.386%2C3.365z%20M4.152%2C14.598C1.273%2C11.719%2C1.273%2C7.035%2C4.153%2C4.154%20c2.88-2.88%2C7.563-2.88%2C10.443%2C0c2.881%2C2.88%2C2.881%2C7.562%2C0%2C10.443C11.716%2C17.477%2C7.032%2C17.477%2C4.152%2C14.598L4.152%2C14.598z%22%2F%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M12.157%2C11.371L7.38%2C6.593C7.162%2C6.375%2C6.809%2C6.375%2C6.592%2C6.592c-0.218%2C0.219-0.218%2C0.572%2C0%2C0.79%20l4.776%2C4.776c0.218%2C0.219%2C0.571%2C0.219%2C0.79%2C0C12.375%2C11.941%2C12.375%2C11.588%2C12.157%2C11.371L12.157%2C11.371z%22%2F%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M11.369%2C6.593l-4.777%2C4.778c-0.217%2C0.217-0.217%2C0.568%2C0%2C0.787c0.219%2C0.219%2C0.571%2C0.217%2C0.788%2C0l4.777-4.777%20c0.218-0.218%2C0.218-0.571%2C0.001-0.789C11.939%2C6.375%2C11.587%2C6.375%2C11.369%2C6.593L11.369%2C6.593z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-selection.joint-theme-modern .handle.remove:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M15.386%2C3.365c-3.315-3.314-8.707-3.313-12.021%2C0c-3.314%2C3.315-3.314%2C8.706%2C0%2C12.02%20c3.314%2C3.314%2C8.707%2C3.314%2C12.021%2C0S18.699%2C6.68%2C15.386%2C3.365L15.386%2C3.365z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.157%2C11.371L7.38%2C6.593C7.162%2C6.375%2C6.809%2C6.375%2C6.592%2C6.592c-0.218%2C0.219-0.218%2C0.572%2C0%2C0.79%20l4.776%2C4.776c0.218%2C0.219%2C0.571%2C0.219%2C0.79%2C0C12.375%2C11.941%2C12.375%2C11.588%2C12.157%2C11.371L12.157%2C11.371z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.369%2C6.593l-4.777%2C4.778c-0.217%2C0.217-0.217%2C0.568%2C0%2C0.787c0.219%2C0.219%2C0.571%2C0.217%2C0.788%2C0l4.777-4.777%20c0.218-0.218%2C0.218-0.571%2C0.001-0.789C11.939%2C6.375%2C11.587%2C6.375%2C11.369%2C6.593L11.369%2C6.593z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-selection.joint-theme-modern .handle.rotate{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M9.374%2C17.592c-4.176%2C0-7.57-3.401-7.57-7.575c0-4.175%2C3.395-7.574%2C7.57-7.574c0.28%2C0%2C0.56%2C0.018%2C0.837%2C0.05%20V1.268c0-0.158%2C0.099-0.3%2C0.239-0.36c0.151-0.058%2C0.315-0.026%2C0.428%2C0.086l2.683%2C2.688c0.152%2C0.154%2C0.152%2C0.399%2C0%2C0.553l-2.68%2C2.693%20c-0.115%2C0.112-0.279%2C0.147-0.431%2C0.087c-0.141-0.063-0.239-0.205-0.239-0.361V5.296C9.934%2C5.243%2C9.654%2C5.22%2C9.374%2C5.22%20c-2.646%2C0-4.796%2C2.152-4.796%2C4.797s2.154%2C4.798%2C4.796%2C4.798c2.645%2C0%2C4.798-2.153%2C4.798-4.798c0-0.214%2C0.174-0.391%2C0.391-0.391h1.991%20c0.217%2C0%2C0.394%2C0.177%2C0.394%2C0.391C16.947%2C14.19%2C13.549%2C17.592%2C9.374%2C17.592L9.374%2C17.592z%20M9.374%2C17.592%22%2F%3E%3C%2Fsvg%3E%20)}.joint-selection.joint-theme-modern .handle.rotate:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FD6EB6%22%20d%3D%22M9.374%2C17.592c-4.176%2C0-7.57-3.401-7.57-7.575c0-4.175%2C3.395-7.574%2C7.57-7.574c0.28%2C0%2C0.56%2C0.018%2C0.837%2C0.05%20V1.268c0-0.158%2C0.099-0.3%2C0.239-0.36c0.151-0.058%2C0.315-0.026%2C0.428%2C0.086l2.683%2C2.688c0.152%2C0.154%2C0.152%2C0.399%2C0%2C0.553l-2.68%2C2.693%20c-0.115%2C0.112-0.279%2C0.147-0.431%2C0.087c-0.141-0.063-0.239-0.205-0.239-0.361V5.296C9.934%2C5.243%2C9.654%2C5.22%2C9.374%2C5.22%20c-2.646%2C0-4.796%2C2.152-4.796%2C4.797s2.154%2C4.798%2C4.796%2C4.798c2.645%2C0%2C4.798-2.153%2C4.798-4.798c0-0.214%2C0.174-0.391%2C0.391-0.391h1.991%20c0.217%2C0%2C0.394%2C0.177%2C0.394%2C0.391C16.947%2C14.19%2C13.549%2C17.592%2C9.374%2C17.592L9.374%2C17.592z%20M9.374%2C17.592%22%2F%3E%3C%2Fsvg%3E%20)}.joint-selection.joint-theme-modern .handle.resize{background-image:url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2224px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%2F%3E%3Cdesc%2F%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22miu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20id%3D%22Artboard-1%22%20transform%3D%22translate(-251.000000%2C%20-443.000000)%22%3E%3Cg%20id%3D%22slice%22%20transform%3D%22translate(215.000000%2C%20119.000000)%22%2F%3E%3Cpath%20d%3D%22M252%2C448%20L256%2C448%20L256%2C444%20L252%2C444%20L252%2C448%20Z%20M257%2C448%20L269%2C448%20L269%2C446%20L257%2C446%20L257%2C448%20Z%20M257%2C464%20L269%2C464%20L269%2C462%20L257%2C462%20L257%2C464%20Z%20M270%2C444%20L270%2C448%20L274%2C448%20L274%2C444%20L270%2C444%20Z%20M252%2C462%20L252%2C466%20L256%2C466%20L256%2C462%20L252%2C462%20Z%20M270%2C462%20L270%2C466%20L274%2C466%20L274%2C462%20L270%2C462%20Z%20M254%2C461%20L256%2C461%20L256%2C449%20L254%2C449%20L254%2C461%20Z%20M270%2C461%20L272%2C461%20L272%2C449%20L270%2C449%20L270%2C461%20Z%22%20fill%3D%22%236A6C8A%22%20id%3D%22editor-crop-glyph%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.joint-selection.joint-theme-modern .handle.resize:hover{background-image:url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2224px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%2F%3E%3Cdesc%2F%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22miu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20id%3D%22Artboard-1%22%20transform%3D%22translate(-251.000000%2C%20-443.000000)%22%3E%3Cg%20id%3D%22slice%22%20transform%3D%22translate(215.000000%2C%20119.000000)%22%2F%3E%3Cpath%20d%3D%22M252%2C448%20L256%2C448%20L256%2C444%20L252%2C444%20L252%2C448%20Z%20M257%2C448%20L269%2C448%20L269%2C446%20L257%2C446%20L257%2C448%20Z%20M257%2C464%20L269%2C464%20L269%2C462%20L257%2C462%20L257%2C464%20Z%20M270%2C444%20L270%2C448%20L274%2C448%20L274%2C444%20L270%2C444%20Z%20M252%2C462%20L252%2C466%20L256%2C466%20L256%2C462%20L252%2C462%20Z%20M270%2C462%20L270%2C466%20L274%2C466%20L274%2C462%20L270%2C462%20Z%20M254%2C461%20L256%2C461%20L256%2C449%20L254%2C449%20L254%2C461%20Z%20M270%2C461%20L272%2C461%20L272%2C449%20L270%2C449%20L270%2C461%20Z%22%20fill%3D%22%23FD6EB6%22%20id%3D%22editor-crop-glyph%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.joint-halo{position:absolute;pointer-events:none}.joint-halo .handle{position:absolute;pointer-events:auto;width:20px;height:20px;background-size:20px 20px;background-repeat:no-repeat;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.joint-halo .handle{cursor:pointer}.joint-halo .handle.hidden{display:none}.joint-halo .resize{cursor:se-resize}.joint-halo .clone{cursor:move}.joint-halo .link{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing}.joint-halo .fork,.joint-halo .rotate{cursor:move}.joint-halo .box{position:absolute;top:100%;text-align:center;font-size:10px;line-height:14px;border-radius:6px;padding:6px}.joint-halo.surrounding .box{left:-20px;right:-20px;margin-top:30px}.joint-halo.surrounding.small .box{margin-top:25px}.joint-halo.surrounding.tiny .box{margin-top:20px}.joint-halo.surrounding.animate .handle{transition:background-size 80ms,width 80ms,height 80ms,top .15s,left .15s,bottom .15s,right .15s}.joint-halo.surrounding.small .handle{width:15px;height:15px;background-size:15px 15px;font-size:15px}.joint-halo.surrounding.tiny .handle{width:10px;height:10px;background-size:10px 10px;font-size:10px}.joint-halo.surrounding .handle.se{bottom:-25px;right:-25px}.joint-halo.surrounding.small .handle.se{bottom:-19px;right:-19px}.joint-halo.surrounding.tiny .handle.se{bottom:-13px;right:-15px}.joint-halo.surrounding .handle.nw{top:-21px;left:-25px}.joint-halo.surrounding.small .handle.nw{top:-19px;left:-19px}.joint-halo.surrounding.tiny .handle.nw{top:-13px;left:-15px}.joint-halo.surrounding .handle.n{top:-22px;left:50%;margin-left:-10px}.joint-halo.surrounding.small .handle.n{top:-19px;margin-left:-7.5px}.joint-halo.surrounding.tiny .handle.n{top:-13px;margin-left:-5px}.joint-halo.surrounding .handle.e{right:-26px;top:-webkit-calc(50% - 10px);top:calc(50% - 9px)}.joint-halo.surrounding.small .handle.e{right:-19px;top:-webkit-calc(50% - 8px);top:calc(50% - 8px)}.joint-halo.surrounding.tiny .handle.e{right:-15px;top:-webkit-calc(50% - 5px);top:calc(50% - 5px)}.joint-halo.surrounding .handle.ne{top:-21px;right:-25px}.joint-halo.surrounding.small .handle.ne{top:-19px;right:-19px}.joint-halo.surrounding.tiny .handle.ne{top:-13px;right:-15px}.joint-halo.surrounding .handle.w{left:-25px;top:50%;margin-top:-10px}.joint-halo.surrounding.small .handle.w{left:-19px;margin-top:-8px}.joint-halo.surrounding.tiny .handle.w{left:-15px;margin-top:-5px}.joint-halo.surrounding .handle.sw{bottom:-25px;left:-25px}.joint-halo.surrounding.small .handle.sw{bottom:-19px;left:-19px}.joint-halo.surrounding.tiny .handle.sw{bottom:-13px;left:-15px}.joint-halo.surrounding .handle.s{bottom:-24px;left:50%;margin-left:-10px}.joint-halo.surrounding.small .handle.s{bottom:-19px;margin-left:-7.5px}.joint-halo.surrounding.tiny .handle.s{bottom:-13px;margin-left:-5px}.joint-halo.surrounding .handle.selected{background-color:#0000001a;border-radius:3px}.joint-halo.pie .box{margin-top:10px;left:0;right:0}@-webkit-keyframes pie-visibility{0%{visibility:hidden}to{visibility:visible}}@-moz-keyframes pie-visibility{0%{visibility:hidden}to{visibility:visible}}@-o-keyframes pie-visibility{0%{visibility:hidden}to{visibility:visible}}@keyframes pie-visibility{0%{visibility:hidden}to{visibility:visible}}@-webkit-keyframes pie-opening{0%{transform:scale(.4) rotate(-20deg)}to{transform:scale(1) rotate(0)}}@-moz-keyframes pie-opening{0%{transform:scale(.4) rotate(-20deg)}to{transform:scale(1) rotate(0)}}@-o-keyframes pie-opening{0%{transform:scale(.4) rotate(-20deg)}to{transform:scale(1) rotate(0)}}@keyframes pie-opening{0%{transform:scale(.4) rotate(-20deg)}to{transform:scale(1) rotate(0)}}.joint-halo.pie{margin:-2px 0 0 -2px}.joint-halo.pie .handles{display:none;z-index:1;pointer-events:visiblePainted;height:100px;width:100px;position:absolute;right:-50px;top:-webkit-calc(50% - 50px);top:calc(50% - 50px);margin:-2px -2px 0 0;border-radius:50%;cursor:default}.joint-halo.pie.open .handles{display:block;-webkit-animation:pie-visibility .1s,pie-opening .1s;-moz-animation:pie-visibility .1s,pie-opening .1s;-o-animation:pie-visibility .1s,pie-opening .1s;animation:pie-visibility .1s,pie-opening .1s;-webkit-animation-delay:0s,.1s;-moz-animation-delay:0s,.1s;-o-animation-delay:0s,.1s;animation-delay:0s,.1s;-webkit-animation-timing-function:step-end,ease;-moz-animation-timing-function:step-end,ease;-o-animation-timing-function:step-end,ease;animation-timing-function:step-end,ease}.joint-halo.pie .handle{pointer-events:visiblePainted;height:auto;width:1px}.joint-halo.pie .slice-text-icon,.joint-halo.pie .slice-img-icon{pointer-events:none;display:none}.joint-halo.pie .slice{pointer-events:auto}.joint-halo.pie .slice-svg{overflow:visible;pointer-events:none}.joint-halo.pie .pie-toggle{z-index:2;pointer-events:visiblePainted;cursor:pointer;display:block;width:30px;height:30px;border-radius:50%;box-sizing:border-box;background-position:center;background-repeat:no-repeat;background-size:20px 20px;position:absolute;right:-15px;top:-webkit-calc(50% - 15px);top:calc(50% - 15px);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.joint-halo.pie .pie-toggle.e{top:-webkit-calc(50% - 15px);top:calc(50% - 15px);right:-15px;left:auto;bottom:auto}.joint-halo.pie .pie-toggle.w{top:-webkit-calc(50% - 15px);top:calc(50% - 15px);left:-15px;right:auto;bottom:auto}.joint-halo.pie .pie-toggle.n{left:-webkit-calc(50% - 15px);left:calc(50% - 15px);top:-15px;right:auto;bottom:auto}.joint-halo.pie .pie-toggle.s{left:-webkit-calc(50% - 15px);left:calc(50% - 15px);bottom:-15px;right:auto;top:auto}.joint-halo.pie[data-pie-toggle-position=e] .handles{left:auto;right:-50px;top:-webkit-calc(50% - 50px);top:calc(50% - 50px)}.joint-halo.pie[data-pie-toggle-position=w] .handles{left:-52px;right:auto;top:-webkit-calc(50% - 50px);top:calc(50% - 50px)}.joint-halo.pie[data-pie-toggle-position=n] .handles{bottom:auto;top:-50px;right:auto;left:-webkit-calc(50% - 52px);left:calc(50% - 52px)}.joint-halo.pie[data-pie-toggle-position=s] .handles{top:auto;bottom:-52px;right:auto;left:-webkit-calc(50% - 52px);left:calc(50% - 52px)}.joint-halo.pie.open .pie-toggle{-webkit-transition:.1s background-image;-moz-transition:.1s background-image;-ms-transition:.1s background-image;-o-transition:.1s background-image;transition:.1s background-image}.joint-halo.toolbar .handles{display:table-row;position:absolute;top:-50px;padding:7px 5px}.joint-halo.toolbar .handles:after{content:"";position:absolute;width:0;height:0;top:100%;margin-top:4px;left:10px;border-left:10px solid transparent;border-right:10px solid transparent}.joint-halo.toolbar .handle{display:table-cell;position:relative;margin:0 2px;background-size:16px 16px;background-position:3px 3px;min-width:20px}.joint-halo.toolbar .handle.hidden{display:none}.joint-halo.toolbar .handle:after{content:"";position:absolute;bottom:-11px;width:100%}.joint-halo.toolbar .box{left:-20px;right:-20px;margin-top:30px}@font-face{font-family:halo-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-halo.joint-theme-dark .handle{font-family:halo-icons-dark;font-size:18px;color:#acaca3}.joint-halo.joint-theme-dark .handle:hover:before{color:#dadada}.joint-halo.joint-theme-dark .handle.resize:before{content:""}.joint-halo.joint-theme-dark .handle.remove:before{content:""}.joint-halo.joint-theme-dark .handle.clone:before{content:""}.joint-halo.joint-theme-dark .handle.link:before{content:""}.joint-halo.joint-theme-dark .handle.fork:before{content:""}.joint-halo.joint-theme-dark .handle.unlink:before{content:""}.joint-halo.joint-theme-dark .handle.direction:before{content:""}.joint-halo.joint-theme-dark .handle.rotate:before{content:""}.joint-halo.joint-theme-dark.surrounding.tiny .handle.se,.joint-halo.joint-theme-dark.surrounding.tiny .handle.e,.joint-halo.joint-theme-dark.surrounding.tiny .handle.ne{right:-16px}.joint-halo.joint-theme-dark.surrounding.tiny .handle.nw,.joint-halo.joint-theme-dark.surrounding.tiny .handle.w,.joint-halo.joint-theme-dark.surrounding.tiny .handle.sw{left:-16px}joint-halo.joint-theme-dark.surrounding.tiny .handle.w{margin-top:-6px}.joint-halo.joint-theme-dark.pie .handle:before{display:none}.joint-halo.joint-theme-dark .box{color:#fff;background-color:#828278}.joint-halo.joint-theme-dark.surrounding.type-link .handle.remove{background-color:#fff;border-radius:50%}.joint-halo.joint-theme-dark.pie .handles{background:url(data:image/png;base64,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) repeat;border:2px solid #acaca3}.joint-halo.joint-theme-dark.pie .slice{stroke:#acaca3;stroke-width:1;fill:transparent}.joint-halo.joint-theme-dark.pie .slice:hover{fill:#92979b}.joint-halo.joint-theme-dark.pie .slice-text-icon{display:block;fill:#acaca3}.joint-halo.joint-theme-dark.pie .slice:hover+image+.slice-text-icon{fill:#52575b}.joint-halo.joint-theme-dark.pie .handle.selected .slice{fill:#fff}.joint-halo.joint-theme-dark.pie .pie-toggle{background-color:#fff;background-size:16px 16px;background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20height%3D%2216px%22%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M15%2C6h-5V1c0-0.55-0.45-1-1-1H7C6.45%2C0%2C6%2C0.45%2C6%2C1v5H1C0.45%2C6%2C0%2C6.45%2C0%2C7v2c0%2C0.55%2C0.45%2C1%2C1%2C1h5v5c0%2C0.55%2C0.45%2C1%2C1%2C1h2%20c0.55%2C0%2C1-0.45%2C1-1v-5h5c0.55%2C0%2C1-0.45%2C1-1V7C16%2C6.45%2C15.55%2C6%2C15%2C6z%22%2F%3E%3C%2Fsvg%3E);border:2px solid #937b7b;-webkit-filter:brightness(.5) invert(80%);filter:brightness(.5) invert(80%)}.joint-halo.joint-theme-dark.pie .pie-toggle:hover{background-color:#acaca3;border-color:#828278;-webkit-filter:brightness(1);filter:brightness(1)}.joint-halo.joint-theme-dark.pie .pie-toggle.open{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20id%3D%22Layer_1%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs7%22%20%2F%3E%3Cpath%20d%3D%22M%2015%2C6%2010%2C6%20C%201.0301983%2C6.00505%2015.002631%2C6.011353%206%2C6%20L%201%2C6%20C%200.45%2C6%200%2C6.45%200%2C7%20l%200%2C2%20c%200%2C0.55%200.45%2C1%201%2C1%20l%205%2C0%20c%208.988585%2C-0.019732%20-5.02893401%2C-0.018728%204%2C0%20l%205%2C0%20c%200.55%2C0%201%2C-0.45%201%2C-1%20L%2016%2C7%20C%2016%2C6.45%2015.55%2C6%2015%2C6%20z%22%20id%3D%22path3%22%20style%3D%22fill%3A%236a6c8a%22%20%2F%3E%3C%2Fsvg%3E)}.joint-halo.joint-theme-dark.toolbar .handles{position:static;display:inline-block;vertical-align:top;white-space:nowrap;border:1px solid #937b7b;border-bottom-width:5px;border-radius:3px;box-shadow:0 1px 2px #202132;margin-top:-50px;margin-left:45px;background:url(data:image/png;base64,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) repeat}.joint-halo.joint-theme-dark.toolbar .handles:after{top:-12px;left:55px;border-top:6px solid #937b7b;border-right:10px solid transparent;border-left:10px solid transparent;margin-top:3px}.joint-halo.joint-theme-dark.toolbar .handle:hover:after{border-bottom:3px solid #dadada;left:-1px}.joint-halo.joint-theme-dark.toolbar .handle{display:inline-block;vertical-align:top}.joint-halo.joint-theme-dark.toolbar .handle+.handle{margin-left:4px}.joint-halo.joint-theme-dark.toolbar .handle.rotate{position:absolute;right:100%;top:100%;margin-right:6px;margin-top:3px}.joint-halo.joint-theme-dark.toolbar .handle.remove:hover:after,.joint-halo.joint-theme-dark.toolbar .handle.rotate:hover:after{border-bottom:none}.joint-halo.joint-theme-dark.toolbar.type-element .handle.remove{position:absolute;right:100%;bottom:100%;margin-right:6px;margin-bottom:3px}.joint-halo.joint-theme-dark.toolbar.type-link .handles{margin-left:-18px}.joint-halo.joint-theme-dark.toolbar.type-link .handles:after{left:-9px}.joint-halo.joint-theme-dark.toolbar.type-link .handles{margin-top:-60px}.joint-halo.joint-theme-dark.toolbar.type-link .handles:after{top:-22px}.joint-halo.joint-theme-default .handle{background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-size:20px 20px}.joint-halo.joint-theme-default .handle.resize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQTc4MzUwQjJGMEIxMUUyOTFFNUE1RTAwQ0EwMjU5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQTc4MzUwQTJGMEIxMUUyOTFFNUE1RTAwQ0EwMjU5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk3oY88AAAEMSURBVHja7JftDYMgEIbRdABHcARG6CalGziCG3QE3KAj0A0cod3AEa6YUEMpcKeI9oeXvP5QuCeA90EBAGwPK7SU1hkZ12ldiT6F1oUycARDRHLBgiTiEzCwTNhNuRT8XOEog/AyMqlOXPEuZzx7q29aXGtIhLvQwfNuAgtrYgrcB+VWqH2BhceBD45ZE4EyB/7zIQTvCeAWgdpw1CqT2Sri2LsRZ4cddtg/GLfislo55oNZxE2ZLcFXT8haU7YED9yXpxsCGMvTn4Uqe7DIXJnsAqGYB5CjFnNT6yEE3qr7iIJT+60YXJUZQ3G8ALyof+JWfTV6xrluEuqkHw/ESW3CoJsBRVubtwADAI2b6h9uJAFqAAAAAElFTkSuQmCC)}.joint-halo.joint-theme-default .handle.remove{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO5JREFUeNrUV9sNwyAMtLoAI3SEjJIRMgqjdBRG8CiMQGnlVHwEOBAE19L9OdwRGz+IcNsibISLCBk48dlooB0RXCDNgeXbbntWbovCyVlNtkf4AeQnvJwJ//IwCQdy8zAZeynm/gYBPpcT7gbyNDGb4/4CnyOLb1M+MED+MVPxZfEhQASnFQ4hp4qIlJxAEd+KaQGlpiIC8bmCRZOvRNBL/kvGltp+RdRLfqK5wZhCITMdjaury5lB5OFBCuxvQjAtCZc/w+WFaHkpXt6MVLTj5QOJipFs+VCqYixXsZioWM1GLaf7yK45ZT1/CzAAESidXQn9F/MAAAAASUVORK5CYII=)}.joint-halo.joint-theme-default .handle.clone{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNTM0NjJBRjJGMkQxMUUyQkRFM0FCRTMxMDhFQkE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNTM0NjJBRTJGMkQxMUUyQkRFM0FCRTMxMDhFQkE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NjREODhDMjc4MkVFMjExODUyOEU5NTNCRjg5OEI3QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkJFWv4AAAD3SURBVHja5FfRDYMgED2bDsAIjsAIMAluoqs4CY7gCI7ABtTTnsEUNCVQanzJGT/Qx7t7HFBZa6EEHlAIxYh90HPYzCHul+pixM93TV1wfDRNA0qppGRSyh2x8A2q6xqEEIc/mqZpCcTZWJ/iaPR9D13XLe/fNqKiNd6lahxHMMb8jlhrvRlgGAbvYJwQTsytMcH9hjEGnPN0NUZS15khx2L2SMi1GwgqQfdSkKPJ1RRnau/ZMq9J3LbtVtfodezrw6H1nAp2NeWK2bm5Tx9lTyAfilNhXuOkTv/n7hTqwbFwN5DDVGcMHVIsM2fVu7lXt7s7vQQYAIMHB7xhVbHdAAAAAElFTkSuQmCC)}.joint-halo.joint-theme-default .handle.link{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIwRkVFNkM3MkU3RjExRTJBMDA3RkZBQzMyMzExQzIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIwRkVFNkM4MkU3RjExRTJBMDA3RkZBQzMyMzExQzIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjBGRUU2QzUyRTdGMTFFMkEwMDdGRkFDMzIzMTFDMjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjBGRUU2QzYyRTdGMTFFMkEwMDdGRkFDMzIzMTFDMjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hjT/5AAAA8ElEQVR42syXwQ3DIAxFUbtAR+gIHLsSN2+SboA6CSOEMbghJqCAHKlNmwYwkWvpKwdinmRsY4Sos2sSJJkknxRX8rgG+C/ZJG4YG2XQt9kuSVMHcK0J96qGzgOgi+Ya+GhoFfwo6C5890wBIGqto5SScuYf2fvTKcMW895T4G/ZblrARLh5bQ5VTjnMg+ClyUCL0yA4iJ7ONABewu17koQIz8z+2iTCaY3hG7zG7yQYjS3UbMnFVk5sDYStZbJdEizX4hnBDqeD21bNOedECKF8lVLCWttTuvekx9+MPmzDHut4yzrQsz5hDn+0PQUYAOGQcmTsT0IpAAAAAElFTkSuQmCC)}.joint-halo.joint-theme-default .handle.fork{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUUEAUZcNUVHAAAALtJREFUWMPtlt0RgjAMgL9zAkZglI7ACLoJm8RNHIERGMER6ksfsIeRtsGq9LvLW2i+oz8JNBoHYAZcTQEfQoCupoAH7sBZS1jGDAwbCgwh1yfEDejfCSx/3SsksXAcIxsTZYfiSQJrEiUCT1sQ45TFNQkJ33aphzB1f9ckZK9rKBkHM2YqfYgsJIr5aYnJshfkSJj3Ak3C5fQCSwmTh+hTEh4YTwUCF+D6DRNPcTuuPpD8/UhWfShtNFQe+d/oVK9MAB0AAAAASUVORK5CYII=)}.joint-halo.joint-theme-default .handle.unlink{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJCNjcxNUZBMkU3RjExRTI5RURCRDA5NDlGRDBFMDgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJCNjcxNUZCMkU3RjExRTI5RURCRDA5NDlGRDBFMDgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkI2NzE1RjgyRTdGMTFFMjlFREJEMDk0OUZEMEUwODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkI2NzE1RjkyRTdGMTFFMjlFREJEMDk0OUZEMEUwODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5htS6kAAABHElEQVR42uxW0Q2DIBBV0wEcwRHsBo7QERjBbkAnYARGaDdghI5gN9ANKCRHQy4HxFakH77kxeTAe95xd1JrrasSaKpCOIR3R2+oDLXHp+GQU3RAYhyezsZyCU8gwJGdgX3+wXcHfi1HyOwHGsQpuMjXprwFMU3QavGTtzHkwGJZIXoxFBBtyOer8opKog0ykQ0qrSoQpTsy7gfZg9EtKu/cnbBvm4iC454PijKUgQ4WYy9rot0Y6gBMhQvKoY70dYs+TERqAcOe4dXwsUXbWdF7IgsztM3/jsziqd69uLZqp/GbdgoNEJF7gMR+BC7KfuXInBIfwJrELF4Ss5yCLaiz4S3isyv6W8QXAbHXRaDI1ac+LvSHcC68BRgAHv/CnODh8mEAAAAASUVORK5CYII=)}.joint-halo.joint-theme-default .handle.direction{background-image:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%236A6C8A%3Bstroke%3A%236A6C8A%3Bstroke-width%3A30%7D%0A%09.dot%7Bfill%3A%236A6C8A%3B%7D%0A%3C%2Fstyle%3E%3Cg%3E%3Cg%20id%3D%22XMLID_475_%22%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M133.1%2C277.1c1.8%2C0%2C3.7-0.6%2C5.4-1.7c4.1-3%2C5-8.7%2C2-12.8c-3-4.1-8.7-5-12.8-2c0%2C0%2C0%2C0%2C0%2C0%20%20%20%20%20c-4.1%2C3-5%2C8.7-2%2C12.8C127.5%2C275.8%2C130.3%2C277.1%2C133.1%2C277.1z%22%20id%3D%22XMLID_489_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M138.5%2C359.6c-4.1-3-9.8-2.1-12.8%2C2c-3%2C4.1-2.1%2C9.8%2C2%2C12.8c1.6%2C1.2%2C3.5%2C1.7%2C5.4%2C1.7%20%20%20%20%20c2.8%2C0%2C5.6-1.3%2C7.4-3.7C143.5%2C368.3%2C142.6%2C362.6%2C138.5%2C359.6z%22%20id%3D%22XMLID_726_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M108.1%2C327.7c-4.8%2C1.6-7.4%2C6.7-5.9%2C11.5c1.3%2C3.9%2C4.8%2C6.3%2C8.7%2C6.3c0.9%2C0%2C1.9-0.1%2C2.8-0.4%20%20%20%20%20c4.8-1.6%2C7.4-6.7%2C5.9-11.5C118%2C328.8%2C112.9%2C326.2%2C108.1%2C327.7z%22%20id%3D%22XMLID_776_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M108.1%2C307.3c0.9%2C0.3%2C1.9%2C0.4%2C2.8%2C0.4c3.8%2C0%2C7.4-2.4%2C8.7-6.3c1.6-4.8-1.1-9.9-5.9-11.5%20%20%20%20%20c-4.8-1.6-9.9%2C1.1-11.5%2C5.9C100.7%2C300.6%2C103.3%2C305.7%2C108.1%2C307.3z%22%20id%3D%22XMLID_777_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M169.2%2C265.4c2.4%2C0%2C4.7-1%2C6.5-2.6c1.7-1.7%2C2.7-4.1%2C2.7-6.5c0-2.4-1-4.8-2.7-6.5%20%20%20%20%20c-1.7-1.7-4.1-2.7-6.5-2.7s-4.7%2C1-6.5%2C2.7c-1.7%2C1.7-2.7%2C4-2.7%2C6.5c0%2C2.4%2C1%2C4.7%2C2.7%2C6.5C164.4%2C264.4%2C166.8%2C265.4%2C169.2%2C265.4z%22%20id%3D%22XMLID_797_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M247.7%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C243.7%2C265.4%2C247.7%2C261.3%2C247.7%2C256.3z%22%20id%3D%22XMLID_798_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M213%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C208.9%2C265.4%2C213%2C261.3%2C213%2C256.3z%22%20id%3D%22XMLID_799_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M317.2%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C313.1%2C265.4%2C317.2%2C261.3%2C317.2%2C256.3z%22%20id%3D%22XMLID_800_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M282.5%2C256.3c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20S282.5%2C261.3%2C282.5%2C256.3z%22%20id%3D%22XMLID_801_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M401.1%2C185.2c0.9%2C0%2C1.9-0.1%2C2.8-0.5c4.8-1.6%2C7.4-6.7%2C5.9-11.5c-1.6-4.8-6.7-7.4-11.5-5.8%20%20%20%20%20c-4.8%2C1.6-7.4%2C6.7-5.8%2C11.5C393.6%2C182.8%2C397.2%2C185.2%2C401.1%2C185.2z%22%20id%3D%22XMLID_802_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M403.9%2C205.2c-4.8-1.6-9.9%2C1-11.5%2C5.9l0%2C0c-1.6%2C4.8%2C1.1%2C9.9%2C5.9%2C11.5%20%20%20%20%20c0.9%2C0.3%2C1.9%2C0.5%2C2.8%2C0.5c3.9%2C0%2C7.4-2.5%2C8.7-6.3c0%2C0%2C0%2C0%2C0%2C0C411.3%2C211.9%2C408.7%2C206.8%2C403.9%2C205.2z%22%20id%3D%22XMLID_803_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M373.5%2C237.2L373.5%2C237.2c-4.1%2C3-5%2C8.7-2%2C12.8c1.8%2C2.4%2C4.6%2C3.7%2C7.4%2C3.7%20%20%20%20%20c1.8%2C0%2C3.7-0.6%2C5.4-1.8c4.1-3%2C4.9-8.7%2C2-12.8C383.3%2C235.1%2C377.6%2C234.2%2C373.5%2C237.2z%22%20id%3D%22XMLID_804_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M373.5%2C152.9c1.6%2C1.2%2C3.5%2C1.8%2C5.4%2C1.8c2.8%2C0%2C5.6-1.3%2C7.4-3.8c3-4.1%2C2.1-9.8-2-12.7%20%20%20%20%20c-4.1-3-9.8-2.1-12.7%2C2C368.5%2C144.2%2C369.4%2C149.9%2C373.5%2C152.9z%22%20id%3D%22XMLID_805_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M342.8%2C247.1c-2.4%2C0-4.8%2C1-6.5%2C2.7c-1.7%2C1.7-2.7%2C4-2.7%2C6.5c0%2C2.4%2C1%2C4.7%2C2.7%2C6.4%20%20%20%20%20c1.7%2C1.7%2C4%2C2.7%2C6.5%2C2.7c2.4%2C0%2C4.7-1%2C6.5-2.7c1.7-1.7%2C2.7-4%2C2.7-6.4c0-2.4-1-4.8-2.7-6.5C347.6%2C248.1%2C345.2%2C247.1%2C342.8%2C247.1z%22%20id%3D%22XMLID_806_%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M342.8%2C124.7H206.6l36.4-36.4c3.6-3.6%2C3.6-9.3%2C0-12.9c-3.6-3.6-9.3-3.6-12.9%2C0l-51.5%2C51.5%20%20%20%20%20c-1.9%2C1.9-2.8%2C4.4-2.7%2C6.9c-0.1%2C2.5%2C0.7%2C5%2C2.7%2C6.9l51.5%2C51.5c1.8%2C1.8%2C4.1%2C2.7%2C6.5%2C2.7c2.3%2C0%2C4.7-0.9%2C6.5-2.7%20%20%20%20%20c3.6-3.6%2C3.6-9.3%2C0-12.9l-36.4-36.4h136.1c0%2C0%2C0.1%2C0%2C0.1%2C0c0.6%2C0%2C1.2-0.1%2C1.8-0.2c0.2%2C0%2C0.4-0.1%2C0.6-0.1c0.1%2C0%2C0.2%2C0%2C0.3-0.1%20%20%20%20%20c3.2-1%2C5.6-3.6%2C6.3-6.9c0.1-0.6%2C0.2-1.2%2C0.2-1.8c0-0.6-0.1-1.2-0.2-1.8C351%2C127.8%2C347.3%2C124.7%2C342.8%2C124.7z%22%20id%3D%22XMLID_807_%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M322.1%2C371.3l-51.5-51.5c-3.6-3.6-9.3-3.6-12.9%2C0c-3.6%2C3.6-3.6%2C9.3%2C0%2C12.9l36.9%2C36.9H169.2%20%20%20%20%20c-2.8%2C0-5.4%2C1.3-7%2C3.3c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.4c-0.1%2C0.1-0.2%2C0.2-0.2%2C0.3c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.4c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.4%20%20%20%20%20c0%2C0.1-0.1%2C0.2-0.1%2C0.2c-0.1%2C0.2-0.2%2C0.4-0.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0.1c-0.4%2C1.1-0.7%2C2.2-0.7%2C3.4c0%2C1.5%2C0.4%2C2.9%2C1%2C4.2c0%2C0%2C0%2C0.1%2C0.1%2C0.1%20%20%20%20%20c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.4%2C0.7%2C0.9%2C1.3%2C1.4%2C1.8c0.4%2C0.4%2C0.7%2C0.7%2C1.2%2C1c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c0%2C0%2C0.1%2C0%2C0.1%2C0.1%20%20%20%20%20c1.4%2C0.9%2C3.1%2C1.5%2C5%2C1.5h124.4l-36%2C36c-3.6%2C3.6-3.6%2C9.3%2C0%2C12.9c1.8%2C1.8%2C4.1%2C2.7%2C6.5%2C2.7c2.3%2C0%2C4.7-0.9%2C6.5-2.7l51.5-51.5%20%20%20%20%20c1.9-1.9%2C2.8-4.4%2C2.7-6.9C324.8%2C375.7%2C324%2C373.2%2C322.1%2C371.3z%22%20id%3D%22XMLID_808_%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.joint-halo.joint-theme-default .handle.rotate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1NTk5RUFBMkU3RjExRTI4OUIyQzYwMkMyN0MxMDE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1NTk5RUFCMkU3RjExRTI4OUIyQzYwMkMyN0MxMDE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjU1OTlFQTgyRTdGMTFFMjg5QjJDNjAyQzI3QzEwMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjU1OTlFQTkyRTdGMTFFMjg5QjJDNjAyQzI3QzEwMTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6W+5aDAAABJElEQVR42syXbRGDMAyGYTcBOBgSkICESWAOmAMcTAJzgAQksCnYHFRC13Jlx7qkDf0Acvf+6ZF7mjRNQ8o5T/ZqmVAt1AkxIa5JrvXqmywUsAVANkmf3BV6RqKjSvpWlqD+7OYBhKKHoMNS6EuddaPUqjUqfIJyPb2Ysyye0pC6Qm0I8680KJ/vhDmcFbU2mAb9glvk48KhMAtiYY7RYunxuRVWcI2cqa/ZegBYFGWA5jPYwAy4MrGhI1hf6FaA8gPg/PSA9tSbcAz8il2XOIRM9SILXVxki3GdEvUmD6bhIHYDQeFrtEwUvsYj0WBRx34Wc5cXJcQg8GMpMPrUBsBb6DHrbie1IdNUeRe6UNLVRB72Nh1v9zfQR/+FSbf6afsIMAB0elCwFZfPigAAAABJRU5ErkJggg==)}.joint-halo.joint-theme-default .box{color:#000;background-color:#d3d3d3}.joint-halo.joint-theme-default.surrounding.type-link .handle.remove{background-color:#fff;border-radius:50%}.joint-halo.joint-theme-default.pie .handles{background-color:#fff;border:2px solid black;overflow:hidden}.joint-halo.joint-theme-default.pie .slice{stroke:#d3d3d3;stroke-width:1;fill:transparent}.joint-halo.joint-theme-default.pie .slice:hover{fill:#d3d3d3}.joint-halo.joint-theme-default.pie .slice-img-icon{display:block}.joint-halo.joint-theme-default.pie .handle.selected .slice{fill:#fff}.joint-halo.joint-theme-default.pie .pie-toggle{background-color:#fff;background-size:16px 16px;background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20height%3D%2216px%22%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15%2C6h-5V1c0-0.55-0.45-1-1-1H7C6.45%2C0%2C6%2C0.45%2C6%2C1v5H1C0.45%2C6%2C0%2C6.45%2C0%2C7v2c0%2C0.55%2C0.45%2C1%2C1%2C1h5v5c0%2C0.55%2C0.45%2C1%2C1%2C1h2%20c0.55%2C0%2C1-0.45%2C1-1v-5h5c0.55%2C0%2C1-0.45%2C1-1V7C16%2C6.45%2C15.55%2C6%2C15%2C6z%22%2F%3E%3C%2Fsvg%3E);border:2px solid black}.joint-halo.joint-theme-default.pie .pie-toggle.open{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20id%3D%22Layer_1%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs7%22%20%2F%3E%3Cpath%20d%3D%22M%2015%2C6%2010%2C6%20C%201.0301983%2C6.00505%2015.002631%2C6.011353%206%2C6%20L%201%2C6%20C%200.45%2C6%200%2C6.45%200%2C7%20l%200%2C2%20c%200%2C0.55%200.45%2C1%201%2C1%20l%205%2C0%20c%208.988585%2C-0.019732%20-5.02893401%2C-0.018728%204%2C0%20l%205%2C0%20c%200.55%2C0%201%2C-0.45%201%2C-1%20L%2016%2C7%20C%2016%2C6.45%2015.55%2C6%2015%2C6%20z%22%20id%3D%22path3%22%20style%3D%22fill%3A%23%23000%22%20%2F%3E%3C%2Fsvg%3E)}.joint-halo.joint-theme-default.toolbar .handles{position:static;display:inline-block;vertical-align:top;white-space:nowrap;background-color:#fff;border:1px solid lightgrey;border-bottom:3px solid black;border-radius:5px;margin-top:-50px;margin-left:45px}.joint-halo.joint-theme-default.toolbar .handles:after{top:-12px;left:55px;border-top:6px solid black;border-right:10px solid transparent;border-left:10px solid transparent;margin-top:0}.joint-halo.joint-theme-default.toolbar .handle{display:inline-block;vertical-align:top}.joint-halo.joint-theme-default.toolbar .handle+.handle{margin-left:4px}.joint-halo.joint-theme-default.toolbar .handle.rotate{position:absolute;right:100%;top:100%;margin-right:6px;margin-top:3px}.joint-halo.joint-theme-default.toolbar .handle.remove:hover:after,.joint-halo.joint-theme-default.toolbar .handle.rotate:hover:after{border-bottom:none}.joint-halo.joint-theme-default.toolbar.type-element .handle.remove{position:absolute;right:100%;bottom:100%;margin-right:6px;margin-bottom:3px}.joint-halo.joint-theme-default.toolbar.type-link .handles{margin-left:-18px}.joint-halo.joint-theme-default.toolbar.type-link .handles:after{left:-9px}.joint-halo.joint-theme-default.toolbar.type-link .handles{margin-top:-60px}.joint-halo.joint-theme-default.toolbar.type-link .handles:after{top:-22px}@font-face{font-family:halo-icons-material;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-halo.joint-theme-material .handle{font-family:halo-icons-material;font-size:18px;color:#5fa9ee}.joint-halo.joint-theme-material .handle:hover:before{color:#717d98}.joint-halo.joint-theme-material .handle.resize:before{content:""}.joint-halo.joint-theme-material .handle.remove:before{content:""}.joint-halo.joint-theme-material .handle.clone:before{content:""}.joint-halo.joint-theme-material .handle.link:before{content:""}.joint-halo.joint-theme-material .handle.fork:before{content:""}.joint-halo.joint-theme-material .handle.unlink:before{content:""}.joint-halo.joint-theme-material .handle.direction:before{content:""}.joint-halo.joint-theme-material .handle.rotate:before{content:""}.joint-halo.joint-theme-material.surrounding.tiny .handle.se,.joint-halo.joint-theme-material.surrounding.tiny .handle.e,.joint-halo.joint-theme-material.surrounding.tiny .handle.ne{right:-16px}.joint-halo.joint-theme-material.surrounding.tiny .handle.nw,.joint-halo.joint-theme-material.surrounding.tiny .handle.w,.joint-halo.joint-theme-material.surrounding.tiny .handle.sw{left:-16px}joint-halo.joint-theme-material.surrounding.tiny .handle.w{margin-top:-6px}.joint-halo.joint-theme-material.pie .handle:before{display:none}.joint-halo.joint-theme-material .box{color:#717d98;border:1px solid #d0d8e8;background-color:#ecf0f8}.joint-halo.joint-theme-material.surrounding.type-link .handle.remove{background-color:#fff;border-radius:50%}.joint-halo.joint-theme-material.pie .handles{background:#ecf0f8;border:2px solid #717d98}.joint-halo.joint-theme-material.pie .slice{stroke:#717d98;stroke-width:1;fill:transparent}.joint-halo.joint-theme-material.pie .slice:hover{fill:#d0d8e8}.joint-halo.joint-theme-material.pie .slice-text-icon{display:block;fill:#5fa9ee}.joint-halo.joint-theme-material.pie .slice:hover+image+.slice-text-icon{fill:#717d98}.joint-halo.joint-theme-material.pie .handle.selected .slice{fill:#fff}.joint-halo.joint-theme-material.pie .pie-toggle{background-color:#ecf0f8;background-size:16px 16px;background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20height%3D%2216px%22%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M15%2C6h-5V1c0-0.55-0.45-1-1-1H7C6.45%2C0%2C6%2C0.45%2C6%2C1v5H1C0.45%2C6%2C0%2C6.45%2C0%2C7v2c0%2C0.55%2C0.45%2C1%2C1%2C1h5v5c0%2C0.55%2C0.45%2C1%2C1%2C1h2%20c0.55%2C0%2C1-0.45%2C1-1v-5h5c0.55%2C0%2C1-0.45%2C1-1V7C16%2C6.45%2C15.55%2C6%2C15%2C6z%22%2F%3E%3C%2Fsvg%3E);border:2px solid #717d98}.joint-halo.joint-theme-material.pie .pie-toggle:hover{background-color:#d0d8e8}.joint-halo.joint-theme-material.pie .pie-toggle.open{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20id%3D%22Layer_1%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs7%22%20%2F%3E%3Cpath%20d%3D%22M%2015%2C6%2010%2C6%20C%201.0301983%2C6.00505%2015.002631%2C6.011353%206%2C6%20L%201%2C6%20C%200.45%2C6%200%2C6.45%200%2C7%20l%200%2C2%20c%200%2C0.55%200.45%2C1%201%2C1%20l%205%2C0%20c%208.988585%2C-0.019732%20-5.02893401%2C-0.018728%204%2C0%20l%205%2C0%20c%200.55%2C0%201%2C-0.45%201%2C-1%20L%2016%2C7%20C%2016%2C6.45%2015.55%2C6%2015%2C6%20z%22%20id%3D%22path3%22%20style%3D%22fill%3A%236a6c8a%22%20%2F%3E%3C%2Fsvg%3E)}.joint-halo.joint-theme-material.toolbar .handles{position:static;display:inline-block;vertical-align:top;white-space:nowrap;border:1px solid #d0d8e8;border-bottom-width:5px;border-radius:3px;box-shadow:0 1px 2px #d0d8e8;margin-top:-50px;margin-left:45px;background:#ecf0f8}.joint-halo.joint-theme-material.toolbar .handles:after{top:-12px;left:55px;border-top:6px solid #d0d8e8;border-right:10px solid transparent;border-left:10px solid transparent;margin-top:3px}.joint-halo.joint-theme-material.toolbar .handle:hover:after{border-bottom:3px solid #717d98;left:-1px}.joint-halo.joint-theme-material.toolbar .handle{display:inline-block;vertical-align:top}.joint-halo.joint-theme-material.toolbar .handle+.handle{margin-left:4px}.joint-halo.joint-theme-material.toolbar .handle.rotate{position:absolute;right:100%;top:100%;margin-right:6px;margin-top:3px}.joint-halo.joint-theme-material.toolbar .handle.remove:hover:after,.joint-halo.joint-theme-material.toolbar .handle.rotate:hover:after{border-bottom:none}.joint-halo.joint-theme-material.toolbar.type-element .handle.remove{position:absolute;right:100%;bottom:100%;margin-right:6px;margin-bottom:3px}.joint-halo.joint-theme-material.toolbar.type-link .handles{margin-left:-18px}.joint-halo.joint-theme-material.toolbar.type-link .handles:after{left:-9px}.joint-halo.joint-theme-material.toolbar.type-link .handles{margin-top:-60px}.joint-halo.joint-theme-material.toolbar.type-link .handles:after{top:-22px}.joint-halo.joint-theme-modern .handle{background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-size:20px 20px}.joint-halo.joint-theme-modern .handle.resize{background-image:url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2224px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%2F%3E%3Cdesc%2F%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22miu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20id%3D%22Artboard-1%22%20transform%3D%22translate(-251.000000%2C%20-443.000000)%22%3E%3Cg%20id%3D%22slice%22%20transform%3D%22translate(215.000000%2C%20119.000000)%22%2F%3E%3Cpath%20d%3D%22M252%2C448%20L256%2C448%20L256%2C444%20L252%2C444%20L252%2C448%20Z%20M257%2C448%20L269%2C448%20L269%2C446%20L257%2C446%20L257%2C448%20Z%20M257%2C464%20L269%2C464%20L269%2C462%20L257%2C462%20L257%2C464%20Z%20M270%2C444%20L270%2C448%20L274%2C448%20L274%2C444%20L270%2C444%20Z%20M252%2C462%20L252%2C466%20L256%2C466%20L256%2C462%20L252%2C462%20Z%20M270%2C462%20L270%2C466%20L274%2C466%20L274%2C462%20L270%2C462%20Z%20M254%2C461%20L256%2C461%20L256%2C449%20L254%2C449%20L254%2C461%20Z%20M270%2C461%20L272%2C461%20L272%2C449%20L270%2C449%20L270%2C461%20Z%22%20fill%3D%22%236A6C8A%22%20id%3D%22editor-crop-glyph%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.joint-halo.joint-theme-modern .handle.resize:hover{background-image:url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2224px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%2F%3E%3Cdesc%2F%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22miu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20id%3D%22Artboard-1%22%20transform%3D%22translate(-251.000000%2C%20-443.000000)%22%3E%3Cg%20id%3D%22slice%22%20transform%3D%22translate(215.000000%2C%20119.000000)%22%2F%3E%3Cpath%20d%3D%22M252%2C448%20L256%2C448%20L256%2C444%20L252%2C444%20L252%2C448%20Z%20M257%2C448%20L269%2C448%20L269%2C446%20L257%2C446%20L257%2C448%20Z%20M257%2C464%20L269%2C464%20L269%2C462%20L257%2C462%20L257%2C464%20Z%20M270%2C444%20L270%2C448%20L274%2C448%20L274%2C444%20L270%2C444%20Z%20M252%2C462%20L252%2C466%20L256%2C466%20L256%2C462%20L252%2C462%20Z%20M270%2C462%20L270%2C466%20L274%2C466%20L274%2C462%20L270%2C462%20Z%20M254%2C461%20L256%2C461%20L256%2C449%20L254%2C449%20L254%2C461%20Z%20M270%2C461%20L272%2C461%20L272%2C449%20L270%2C449%20L270%2C461%20Z%22%20fill%3D%22%23FD6EB6%22%20id%3D%22editor-crop-glyph%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.joint-halo.joint-theme-modern .handle.remove{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M15.386%2C3.365c-3.315-3.314-8.707-3.313-12.021%2C0c-3.314%2C3.315-3.314%2C8.706%2C0%2C12.02%20c3.314%2C3.314%2C8.707%2C3.314%2C12.021%2C0S18.699%2C6.68%2C15.386%2C3.365L15.386%2C3.365z%20M4.152%2C14.598C1.273%2C11.719%2C1.273%2C7.035%2C4.153%2C4.154%20c2.88-2.88%2C7.563-2.88%2C10.443%2C0c2.881%2C2.88%2C2.881%2C7.562%2C0%2C10.443C11.716%2C17.477%2C7.032%2C17.477%2C4.152%2C14.598L4.152%2C14.598z%22%2F%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M12.157%2C11.371L7.38%2C6.593C7.162%2C6.375%2C6.809%2C6.375%2C6.592%2C6.592c-0.218%2C0.219-0.218%2C0.572%2C0%2C0.79%20l4.776%2C4.776c0.218%2C0.219%2C0.571%2C0.219%2C0.79%2C0C12.375%2C11.941%2C12.375%2C11.588%2C12.157%2C11.371L12.157%2C11.371z%22%2F%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M11.369%2C6.593l-4.777%2C4.778c-0.217%2C0.217-0.217%2C0.568%2C0%2C0.787c0.219%2C0.219%2C0.571%2C0.217%2C0.788%2C0l4.777-4.777%20c0.218-0.218%2C0.218-0.571%2C0.001-0.789C11.939%2C6.375%2C11.587%2C6.375%2C11.369%2C6.593L11.369%2C6.593z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.remove:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M15.386%2C3.365c-3.315-3.314-8.707-3.313-12.021%2C0c-3.314%2C3.315-3.314%2C8.706%2C0%2C12.02%20c3.314%2C3.314%2C8.707%2C3.314%2C12.021%2C0S18.699%2C6.68%2C15.386%2C3.365L15.386%2C3.365z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.157%2C11.371L7.38%2C6.593C7.162%2C6.375%2C6.809%2C6.375%2C6.592%2C6.592c-0.218%2C0.219-0.218%2C0.572%2C0%2C0.79%20l4.776%2C4.776c0.218%2C0.219%2C0.571%2C0.219%2C0.79%2C0C12.375%2C11.941%2C12.375%2C11.588%2C12.157%2C11.371L12.157%2C11.371z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.369%2C6.593l-4.777%2C4.778c-0.217%2C0.217-0.217%2C0.568%2C0%2C0.787c0.219%2C0.219%2C0.571%2C0.217%2C0.788%2C0l4.777-4.777%20c0.218-0.218%2C0.218-0.571%2C0.001-0.789C11.939%2C6.375%2C11.587%2C6.375%2C11.369%2C6.593L11.369%2C6.593z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.clone{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M12.852%2C0.875h-9.27c-0.853%2C0-1.547%2C0.694-1.547%2C1.547v10.816h1.547V2.422h9.27V0.875z%20M15.172%2C3.965h-8.5%20c-0.849%2C0-1.547%2C0.698-1.547%2C1.547v10.816c0%2C0.849%2C0.698%2C1.547%2C1.547%2C1.547h8.5c0.85%2C0%2C1.543-0.698%2C1.543-1.547V5.512%20C16.715%2C4.663%2C16.021%2C3.965%2C15.172%2C3.965L15.172%2C3.965z%20M15.172%2C16.328h-8.5V5.512h8.5V16.328z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.clone:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23FD6EB6%22%20d%3D%22M12.852%2C0.875h-9.27c-0.853%2C0-1.547%2C0.694-1.547%2C1.547v10.816h1.547V2.422h9.27V0.875z%20M15.172%2C3.965h-8.5%20c-0.849%2C0-1.547%2C0.698-1.547%2C1.547v10.816c0%2C0.849%2C0.698%2C1.547%2C1.547%2C1.547h8.5c0.849%2C0%2C1.543-0.698%2C1.543-1.547V5.512%20C16.715%2C4.663%2C16.021%2C3.965%2C15.172%2C3.965L15.172%2C3.965z%20M15.172%2C16.328h-8.5V5.512h8.5V16.328z%20M15.172%2C16.328%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.link{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M9.884%2C9.838c0.54-0.551%2C1.005-0.955%2C1.384-1.201c0.463-0.308%2C0.749-0.352%2C0.887-0.352h1.34v1.367%20c0%2C0.104%2C0.061%2C0.2%2C0.154%2C0.242s0.204%2C0.027%2C0.284-0.038l3.168-2.669c0.06-0.051%2C0.096-0.125%2C0.096-0.203S17.16%2C6.83%2C17.101%2C6.781%20l-3.168-2.677c-0.08-0.067-0.19-0.081-0.284-0.038c-0.094%2C0.045-0.154%2C0.139-0.154%2C0.242v1.414h-1.343%20c-1.24%2C0.014-2.215%2C0.67-2.927%2C1.242c-0.797%2C0.65-1.533%2C1.447-2.245%2C2.217c-0.361%2C0.391-0.7%2C0.759-1.044%2C1.1%20c-0.541%2C0.549-1.011%2C0.951-1.395%2C1.199c-0.354%2C0.231-0.678%2C0.357-0.921%2C0.357h-1.8c-0.146%2C0-0.266%2C0.12-0.266%2C0.265v2.029%20c0%2C0.148%2C0.12%2C0.268%2C0.266%2C0.268h1.8l0%2C0c1.255-0.014%2C2.239-0.667%2C2.958-1.24c0.82-0.661%2C1.572-1.475%2C2.297-2.256%20C9.225%2C10.524%2C9.555%2C10.169%2C9.884%2C9.838z%22%2F%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.link:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FD6EB6%22%20d%3D%22M9.884%2C9.838c0.54-0.551%2C1.005-0.955%2C1.384-1.201c0.463-0.308%2C0.749-0.352%2C0.887-0.352h1.34v1.367%20c0%2C0.104%2C0.061%2C0.2%2C0.154%2C0.242s0.204%2C0.027%2C0.284-0.038l3.168-2.669c0.06-0.051%2C0.096-0.125%2C0.096-0.203S17.16%2C6.83%2C17.101%2C6.781%20l-3.168-2.677c-0.08-0.067-0.19-0.081-0.284-0.038c-0.094%2C0.045-0.154%2C0.139-0.154%2C0.242v1.414h-1.343%20c-1.24%2C0.014-2.215%2C0.67-2.927%2C1.242c-0.797%2C0.65-1.533%2C1.447-2.245%2C2.217c-0.361%2C0.391-0.7%2C0.759-1.044%2C1.1%20c-0.541%2C0.549-1.011%2C0.951-1.395%2C1.199c-0.354%2C0.231-0.678%2C0.357-0.921%2C0.357h-1.8c-0.146%2C0-0.266%2C0.12-0.266%2C0.265v2.029%20c0%2C0.148%2C0.12%2C0.268%2C0.266%2C0.268h1.8l0%2C0c1.255-0.014%2C2.239-0.667%2C2.958-1.24c0.82-0.661%2C1.572-1.475%2C2.297-2.256%20C9.225%2C10.524%2C9.555%2C10.169%2C9.884%2C9.838z%22%2F%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.fork{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236A6C8A%22%20d%3D%22M13.307%2C11.593c-0.69%2C0-1.299%2C0.33-1.693%2C0.835l-4.136-2.387%20C7.552%2C9.82%2C7.602%2C9.589%2C7.602%2C9.344c0-0.25-0.051-0.487-0.129-0.71l4.097-2.364c0.393%2C0.536%2C1.022%2C0.888%2C1.737%2C0.888%20c1.193%2C0%2C2.16-0.967%2C2.16-2.159s-0.967-2.159-2.16-2.159c-1.191%2C0-2.158%2C0.967-2.158%2C2.159c0%2C0.076%2C0.014%2C0.149%2C0.021%2C0.223%20L6.848%2C7.716C6.469%2C7.39%2C5.982%2C7.185%2C5.442%2C7.185c-1.191%2C0-2.158%2C0.967-2.158%2C2.159s0.967%2C2.159%2C2.158%2C2.159%20c0.545%2C0%2C1.037-0.208%2C1.417-0.541l4.319%2C2.493c-0.014%2C0.098-0.029%2C0.194-0.029%2C0.296c0%2C1.193%2C0.967%2C2.159%2C2.158%2C2.159%20c1.193%2C0%2C2.16-0.966%2C2.16-2.159C15.467%2C12.559%2C14.5%2C11.593%2C13.307%2C11.593z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.fork:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FD6EB6%22%20d%3D%22M13.307%2C11.593c-0.69%2C0-1.299%2C0.33-1.693%2C0.835l-4.136-2.387%20c0.075-0.22%2C0.125-0.452%2C0.125-0.697c0-0.25-0.051-0.487-0.129-0.71l4.097-2.365c0.394%2C0.536%2C1.022%2C0.888%2C1.737%2C0.888%20c1.193%2C0%2C2.16-0.967%2C2.16-2.159s-0.967-2.159-2.16-2.159c-1.191%2C0-2.158%2C0.967-2.158%2C2.159c0%2C0.076%2C0.015%2C0.148%2C0.022%2C0.223%20L6.848%2C7.716C6.469%2C7.39%2C5.981%2C7.185%2C5.442%2C7.185c-1.191%2C0-2.158%2C0.967-2.158%2C2.159s0.967%2C2.159%2C2.158%2C2.159%20c0.545%2C0%2C1.037-0.208%2C1.417-0.541l4.319%2C2.493c-0.013%2C0.098-0.029%2C0.194-0.029%2C0.296c0%2C1.193%2C0.967%2C2.159%2C2.158%2C2.159%20c1.193%2C0%2C2.16-0.966%2C2.16-2.159C15.467%2C12.559%2C14.5%2C11.593%2C13.307%2C11.593z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.unlink{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M12.285%2C9.711l-2.104-0.302L9.243%2C8.568L6.669%2C7.095C6.948%2C6.6%2C6.995%2C6.026%2C6.845%2C5.474%20c-0.191-0.698-0.695-1.36-1.438-1.786C4.068%2C2.922%2C2.464%2C3.214%2C1.82%2C4.338C1.536%2C4.836%2C1.489%2C5.414%2C1.64%2C5.97%20c0.189%2C0.698%2C0.694%2C1.36%2C1.438%2C1.787c0.328%2C0.187%2C0.67%2C0.31%2C1.01%2C0.372c0.002%2C0%2C0.006%2C0.002%2C0.008%2C0.004%20c0.027%2C0.004%2C0.057%2C0.009%2C0.088%2C0.011c2.12%2C0.316%2C3.203%2C0.915%2C3.73%2C1.337c-0.527%2C0.424-1.61%2C1.021-3.731%2C1.339%20c-0.029%2C0.003-0.058%2C0.007-0.087%2C0.012c-0.002%2C0.002-0.004%2C0.002-0.007%2C0.003c-0.341%2C0.062-0.684%2C0.187-1.013%2C0.374%20c-0.74%2C0.425-1.246%2C1.089-1.437%2C1.787c-0.149%2C0.555-0.105%2C1.133%2C0.181%2C1.632c0.011%2C0.018%2C0.021%2C0.033%2C0.033%2C0.049l0.883%2C0.783%20c0.765%2C0.366%2C1.775%2C0.328%2C2.67-0.184c0.744-0.425%2C1.248-1.088%2C1.439-1.786c0.148-0.552%2C0.104-1.126-0.176-1.62l2.573-1.473%20c0.573%2C0.287%2C2.299%2C1.292%2C2.299%2C1.292s3.602%2C1.445%2C4.241%2C1.812c0.773%2C0.191%2C0.566-0.151%2C0.566-0.151L12.285%2C9.711z%20M5.571%2C6.482%20C5.279%2C6.993%2C4.425%2C7.076%2C3.705%2C6.664C3.282%2C6.424%2C2.966%2C6.039%2C2.856%2C5.64C2.81%2C5.464%2C2.778%2C5.203%2C2.917%2C4.963%20c0.291-0.51%2C1.146-0.593%2C1.866-0.182C5.21%2C5.027%2C5.521%2C5.4%2C5.632%2C5.807C5.679%2C5.98%2C5.708%2C6.242%2C5.571%2C6.482z%20M5.632%2C13.159%20c-0.111%2C0.406-0.422%2C0.778-0.848%2C1.025c-0.719%2C0.409-1.576%2C0.327-1.867-0.184c-0.137-0.239-0.106-0.499-0.06-0.676%20c0.108-0.398%2C0.426-0.781%2C0.847-1.022c0.72-0.412%2C1.574-0.329%2C1.866%2C0.181C5.708%2C12.723%2C5.679%2C12.983%2C5.632%2C13.159z%20M16.181%2C5.139%20c-0.448%2C0.258-4.435%2C1.9-4.435%2C1.9s-1.556%2C0.855-2.104%2C1.13l0.937%2C0.843l2.057-0.229l4.11-3.638%20C16.745%2C5.146%2C17.013%2C4.664%2C16.181%2C5.139z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.unlink:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23FD6EB6%22%20d%3D%22M12.285%2C9.711l-2.104-0.302L9.243%2C8.568L6.669%2C7.095C6.948%2C6.6%2C6.995%2C6.026%2C6.845%2C5.474%20c-0.191-0.698-0.695-1.36-1.438-1.786C4.068%2C2.922%2C2.464%2C3.214%2C1.82%2C4.338C1.536%2C4.836%2C1.489%2C5.414%2C1.64%2C5.97%20c0.189%2C0.698%2C0.694%2C1.36%2C1.438%2C1.787c0.328%2C0.187%2C0.67%2C0.31%2C1.01%2C0.372c0.002%2C0%2C0.006%2C0.002%2C0.008%2C0.004%20c0.027%2C0.004%2C0.057%2C0.009%2C0.088%2C0.011c2.12%2C0.316%2C3.203%2C0.915%2C3.73%2C1.337c-0.527%2C0.424-1.61%2C1.021-3.731%2C1.339%20c-0.029%2C0.003-0.058%2C0.007-0.087%2C0.012c-0.002%2C0.002-0.004%2C0.002-0.007%2C0.003c-0.341%2C0.062-0.684%2C0.187-1.013%2C0.374%20c-0.74%2C0.425-1.246%2C1.089-1.437%2C1.787c-0.149%2C0.555-0.105%2C1.133%2C0.181%2C1.632c0.011%2C0.018%2C0.021%2C0.033%2C0.033%2C0.049l0.883%2C0.783%20c0.765%2C0.366%2C1.775%2C0.328%2C2.67-0.184c0.744-0.425%2C1.248-1.088%2C1.439-1.786c0.148-0.552%2C0.104-1.126-0.176-1.62l2.573-1.473%20c0.573%2C0.287%2C2.299%2C1.292%2C2.299%2C1.292s3.602%2C1.445%2C4.241%2C1.812c0.773%2C0.191%2C0.566-0.151%2C0.566-0.151L12.285%2C9.711z%20M5.571%2C6.482%20C5.279%2C6.993%2C4.425%2C7.076%2C3.705%2C6.664C3.282%2C6.424%2C2.966%2C6.039%2C2.856%2C5.64C2.81%2C5.464%2C2.778%2C5.203%2C2.917%2C4.963%20c0.291-0.51%2C1.146-0.593%2C1.866-0.182C5.21%2C5.027%2C5.521%2C5.4%2C5.632%2C5.807C5.679%2C5.98%2C5.708%2C6.242%2C5.571%2C6.482z%20M5.632%2C13.159%20c-0.111%2C0.406-0.422%2C0.778-0.848%2C1.025c-0.719%2C0.409-1.576%2C0.327-1.867-0.184c-0.137-0.239-0.106-0.499-0.06-0.676%20c0.108-0.398%2C0.426-0.781%2C0.847-1.022c0.72-0.412%2C1.574-0.329%2C1.866%2C0.181C5.708%2C12.723%2C5.679%2C12.983%2C5.632%2C13.159z%20M16.181%2C5.139%20c-0.448%2C0.258-4.435%2C1.9-4.435%2C1.9s-1.556%2C0.855-2.104%2C1.13l0.937%2C0.843l2.057-0.229l4.11-3.638%20C16.745%2C5.146%2C17.013%2C4.664%2C16.181%2C5.139z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.direction{background-image:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%236A6C8A%3Bstroke%3A%236A6C8A%3Bstroke-width%3A30%7D%0A%09.dot%7Bfill%3A%236A6C8A%3B%7D%0A%3C%2Fstyle%3E%3Cg%3E%3Cg%20id%3D%22XMLID_475_%22%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M133.1%2C277.1c1.8%2C0%2C3.7-0.6%2C5.4-1.7c4.1-3%2C5-8.7%2C2-12.8c-3-4.1-8.7-5-12.8-2c0%2C0%2C0%2C0%2C0%2C0%20%20%20%20%20c-4.1%2C3-5%2C8.7-2%2C12.8C127.5%2C275.8%2C130.3%2C277.1%2C133.1%2C277.1z%22%20id%3D%22XMLID_489_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M138.5%2C359.6c-4.1-3-9.8-2.1-12.8%2C2c-3%2C4.1-2.1%2C9.8%2C2%2C12.8c1.6%2C1.2%2C3.5%2C1.7%2C5.4%2C1.7%20%20%20%20%20c2.8%2C0%2C5.6-1.3%2C7.4-3.7C143.5%2C368.3%2C142.6%2C362.6%2C138.5%2C359.6z%22%20id%3D%22XMLID_726_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M108.1%2C327.7c-4.8%2C1.6-7.4%2C6.7-5.9%2C11.5c1.3%2C3.9%2C4.8%2C6.3%2C8.7%2C6.3c0.9%2C0%2C1.9-0.1%2C2.8-0.4%20%20%20%20%20c4.8-1.6%2C7.4-6.7%2C5.9-11.5C118%2C328.8%2C112.9%2C326.2%2C108.1%2C327.7z%22%20id%3D%22XMLID_776_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M108.1%2C307.3c0.9%2C0.3%2C1.9%2C0.4%2C2.8%2C0.4c3.8%2C0%2C7.4-2.4%2C8.7-6.3c1.6-4.8-1.1-9.9-5.9-11.5%20%20%20%20%20c-4.8-1.6-9.9%2C1.1-11.5%2C5.9C100.7%2C300.6%2C103.3%2C305.7%2C108.1%2C307.3z%22%20id%3D%22XMLID_777_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M169.2%2C265.4c2.4%2C0%2C4.7-1%2C6.5-2.6c1.7-1.7%2C2.7-4.1%2C2.7-6.5c0-2.4-1-4.8-2.7-6.5%20%20%20%20%20c-1.7-1.7-4.1-2.7-6.5-2.7s-4.7%2C1-6.5%2C2.7c-1.7%2C1.7-2.7%2C4-2.7%2C6.5c0%2C2.4%2C1%2C4.7%2C2.7%2C6.5C164.4%2C264.4%2C166.8%2C265.4%2C169.2%2C265.4z%22%20id%3D%22XMLID_797_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M247.7%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C243.7%2C265.4%2C247.7%2C261.3%2C247.7%2C256.3z%22%20id%3D%22XMLID_798_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M213%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C208.9%2C265.4%2C213%2C261.3%2C213%2C256.3z%22%20id%3D%22XMLID_799_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M317.2%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C313.1%2C265.4%2C317.2%2C261.3%2C317.2%2C256.3z%22%20id%3D%22XMLID_800_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M282.5%2C256.3c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20S282.5%2C261.3%2C282.5%2C256.3z%22%20id%3D%22XMLID_801_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M401.1%2C185.2c0.9%2C0%2C1.9-0.1%2C2.8-0.5c4.8-1.6%2C7.4-6.7%2C5.9-11.5c-1.6-4.8-6.7-7.4-11.5-5.8%20%20%20%20%20c-4.8%2C1.6-7.4%2C6.7-5.8%2C11.5C393.6%2C182.8%2C397.2%2C185.2%2C401.1%2C185.2z%22%20id%3D%22XMLID_802_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M403.9%2C205.2c-4.8-1.6-9.9%2C1-11.5%2C5.9l0%2C0c-1.6%2C4.8%2C1.1%2C9.9%2C5.9%2C11.5%20%20%20%20%20c0.9%2C0.3%2C1.9%2C0.5%2C2.8%2C0.5c3.9%2C0%2C7.4-2.5%2C8.7-6.3c0%2C0%2C0%2C0%2C0%2C0C411.3%2C211.9%2C408.7%2C206.8%2C403.9%2C205.2z%22%20id%3D%22XMLID_803_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M373.5%2C237.2L373.5%2C237.2c-4.1%2C3-5%2C8.7-2%2C12.8c1.8%2C2.4%2C4.6%2C3.7%2C7.4%2C3.7%20%20%20%20%20c1.8%2C0%2C3.7-0.6%2C5.4-1.8c4.1-3%2C4.9-8.7%2C2-12.8C383.3%2C235.1%2C377.6%2C234.2%2C373.5%2C237.2z%22%20id%3D%22XMLID_804_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M373.5%2C152.9c1.6%2C1.2%2C3.5%2C1.8%2C5.4%2C1.8c2.8%2C0%2C5.6-1.3%2C7.4-3.8c3-4.1%2C2.1-9.8-2-12.7%20%20%20%20%20c-4.1-3-9.8-2.1-12.7%2C2C368.5%2C144.2%2C369.4%2C149.9%2C373.5%2C152.9z%22%20id%3D%22XMLID_805_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M342.8%2C247.1c-2.4%2C0-4.8%2C1-6.5%2C2.7c-1.7%2C1.7-2.7%2C4-2.7%2C6.5c0%2C2.4%2C1%2C4.7%2C2.7%2C6.4%20%20%20%20%20c1.7%2C1.7%2C4%2C2.7%2C6.5%2C2.7c2.4%2C0%2C4.7-1%2C6.5-2.7c1.7-1.7%2C2.7-4%2C2.7-6.4c0-2.4-1-4.8-2.7-6.5C347.6%2C248.1%2C345.2%2C247.1%2C342.8%2C247.1z%22%20id%3D%22XMLID_806_%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M342.8%2C124.7H206.6l36.4-36.4c3.6-3.6%2C3.6-9.3%2C0-12.9c-3.6-3.6-9.3-3.6-12.9%2C0l-51.5%2C51.5%20%20%20%20%20c-1.9%2C1.9-2.8%2C4.4-2.7%2C6.9c-0.1%2C2.5%2C0.7%2C5%2C2.7%2C6.9l51.5%2C51.5c1.8%2C1.8%2C4.1%2C2.7%2C6.5%2C2.7c2.3%2C0%2C4.7-0.9%2C6.5-2.7%20%20%20%20%20c3.6-3.6%2C3.6-9.3%2C0-12.9l-36.4-36.4h136.1c0%2C0%2C0.1%2C0%2C0.1%2C0c0.6%2C0%2C1.2-0.1%2C1.8-0.2c0.2%2C0%2C0.4-0.1%2C0.6-0.1c0.1%2C0%2C0.2%2C0%2C0.3-0.1%20%20%20%20%20c3.2-1%2C5.6-3.6%2C6.3-6.9c0.1-0.6%2C0.2-1.2%2C0.2-1.8c0-0.6-0.1-1.2-0.2-1.8C351%2C127.8%2C347.3%2C124.7%2C342.8%2C124.7z%22%20id%3D%22XMLID_807_%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M322.1%2C371.3l-51.5-51.5c-3.6-3.6-9.3-3.6-12.9%2C0c-3.6%2C3.6-3.6%2C9.3%2C0%2C12.9l36.9%2C36.9H169.2%20%20%20%20%20c-2.8%2C0-5.4%2C1.3-7%2C3.3c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.4c-0.1%2C0.1-0.2%2C0.2-0.2%2C0.3c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.4c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.4%20%20%20%20%20c0%2C0.1-0.1%2C0.2-0.1%2C0.2c-0.1%2C0.2-0.2%2C0.4-0.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0.1c-0.4%2C1.1-0.7%2C2.2-0.7%2C3.4c0%2C1.5%2C0.4%2C2.9%2C1%2C4.2c0%2C0%2C0%2C0.1%2C0.1%2C0.1%20%20%20%20%20c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.4%2C0.7%2C0.9%2C1.3%2C1.4%2C1.8c0.4%2C0.4%2C0.7%2C0.7%2C1.2%2C1c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c0%2C0%2C0.1%2C0%2C0.1%2C0.1%20%20%20%20%20c1.4%2C0.9%2C3.1%2C1.5%2C5%2C1.5h124.4l-36%2C36c-3.6%2C3.6-3.6%2C9.3%2C0%2C12.9c1.8%2C1.8%2C4.1%2C2.7%2C6.5%2C2.7c2.3%2C0%2C4.7-0.9%2C6.5-2.7l51.5-51.5%20%20%20%20%20c1.9-1.9%2C2.8-4.4%2C2.7-6.9C324.8%2C375.7%2C324%2C373.2%2C322.1%2C371.3z%22%20id%3D%22XMLID_808_%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.joint-halo.joint-theme-modern .handle.direction:hover{background-image:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FD6EB6%3Bstroke%3A%23FD6EB6%3Bstroke-width%3A30%7D%0A%09.dot%7Bfill%3A%23FD6EB6%3B%7D%0A%3C%2Fstyle%3E%3Cg%3E%3Cg%20id%3D%22XMLID_475_%22%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M133.1%2C277.1c1.8%2C0%2C3.7-0.6%2C5.4-1.7c4.1-3%2C5-8.7%2C2-12.8c-3-4.1-8.7-5-12.8-2c0%2C0%2C0%2C0%2C0%2C0%20%20%20%20%20c-4.1%2C3-5%2C8.7-2%2C12.8C127.5%2C275.8%2C130.3%2C277.1%2C133.1%2C277.1z%22%20id%3D%22XMLID_489_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M138.5%2C359.6c-4.1-3-9.8-2.1-12.8%2C2c-3%2C4.1-2.1%2C9.8%2C2%2C12.8c1.6%2C1.2%2C3.5%2C1.7%2C5.4%2C1.7%20%20%20%20%20c2.8%2C0%2C5.6-1.3%2C7.4-3.7C143.5%2C368.3%2C142.6%2C362.6%2C138.5%2C359.6z%22%20id%3D%22XMLID_726_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M108.1%2C327.7c-4.8%2C1.6-7.4%2C6.7-5.9%2C11.5c1.3%2C3.9%2C4.8%2C6.3%2C8.7%2C6.3c0.9%2C0%2C1.9-0.1%2C2.8-0.4%20%20%20%20%20c4.8-1.6%2C7.4-6.7%2C5.9-11.5C118%2C328.8%2C112.9%2C326.2%2C108.1%2C327.7z%22%20id%3D%22XMLID_776_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M108.1%2C307.3c0.9%2C0.3%2C1.9%2C0.4%2C2.8%2C0.4c3.8%2C0%2C7.4-2.4%2C8.7-6.3c1.6-4.8-1.1-9.9-5.9-11.5%20%20%20%20%20c-4.8-1.6-9.9%2C1.1-11.5%2C5.9C100.7%2C300.6%2C103.3%2C305.7%2C108.1%2C307.3z%22%20id%3D%22XMLID_777_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M169.2%2C265.4c2.4%2C0%2C4.7-1%2C6.5-2.6c1.7-1.7%2C2.7-4.1%2C2.7-6.5c0-2.4-1-4.8-2.7-6.5%20%20%20%20%20c-1.7-1.7-4.1-2.7-6.5-2.7s-4.7%2C1-6.5%2C2.7c-1.7%2C1.7-2.7%2C4-2.7%2C6.5c0%2C2.4%2C1%2C4.7%2C2.7%2C6.5C164.4%2C264.4%2C166.8%2C265.4%2C169.2%2C265.4z%22%20id%3D%22XMLID_797_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M247.7%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C243.7%2C265.4%2C247.7%2C261.3%2C247.7%2C256.3z%22%20id%3D%22XMLID_798_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M213%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C208.9%2C265.4%2C213%2C261.3%2C213%2C256.3z%22%20id%3D%22XMLID_799_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M317.2%2C256.3c0-5-4.1-9.1-9.1-9.1c-5%2C0-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20C313.1%2C265.4%2C317.2%2C261.3%2C317.2%2C256.3z%22%20id%3D%22XMLID_800_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M282.5%2C256.3c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C5%2C4.1%2C9.1%2C9.1%2C9.1%20%20%20%20%20S282.5%2C261.3%2C282.5%2C256.3z%22%20id%3D%22XMLID_801_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M401.1%2C185.2c0.9%2C0%2C1.9-0.1%2C2.8-0.5c4.8-1.6%2C7.4-6.7%2C5.9-11.5c-1.6-4.8-6.7-7.4-11.5-5.8%20%20%20%20%20c-4.8%2C1.6-7.4%2C6.7-5.8%2C11.5C393.6%2C182.8%2C397.2%2C185.2%2C401.1%2C185.2z%22%20id%3D%22XMLID_802_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M403.9%2C205.2c-4.8-1.6-9.9%2C1-11.5%2C5.9l0%2C0c-1.6%2C4.8%2C1.1%2C9.9%2C5.9%2C11.5%20%20%20%20%20c0.9%2C0.3%2C1.9%2C0.5%2C2.8%2C0.5c3.9%2C0%2C7.4-2.5%2C8.7-6.3c0%2C0%2C0%2C0%2C0%2C0C411.3%2C211.9%2C408.7%2C206.8%2C403.9%2C205.2z%22%20id%3D%22XMLID_803_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M373.5%2C237.2L373.5%2C237.2c-4.1%2C3-5%2C8.7-2%2C12.8c1.8%2C2.4%2C4.6%2C3.7%2C7.4%2C3.7%20%20%20%20%20c1.8%2C0%2C3.7-0.6%2C5.4-1.8c4.1-3%2C4.9-8.7%2C2-12.8C383.3%2C235.1%2C377.6%2C234.2%2C373.5%2C237.2z%22%20id%3D%22XMLID_804_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M373.5%2C152.9c1.6%2C1.2%2C3.5%2C1.8%2C5.4%2C1.8c2.8%2C0%2C5.6-1.3%2C7.4-3.8c3-4.1%2C2.1-9.8-2-12.7%20%20%20%20%20c-4.1-3-9.8-2.1-12.7%2C2C368.5%2C144.2%2C369.4%2C149.9%2C373.5%2C152.9z%22%20id%3D%22XMLID_805_%22%2F%3E%0A%3Cpath%20class%3D%22dot%22%20d%3D%22M342.8%2C247.1c-2.4%2C0-4.8%2C1-6.5%2C2.7c-1.7%2C1.7-2.7%2C4-2.7%2C6.5c0%2C2.4%2C1%2C4.7%2C2.7%2C6.4%20%20%20%20%20c1.7%2C1.7%2C4%2C2.7%2C6.5%2C2.7c2.4%2C0%2C4.7-1%2C6.5-2.7c1.7-1.7%2C2.7-4%2C2.7-6.4c0-2.4-1-4.8-2.7-6.5C347.6%2C248.1%2C345.2%2C247.1%2C342.8%2C247.1z%22%20id%3D%22XMLID_806_%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M342.8%2C124.7H206.6l36.4-36.4c3.6-3.6%2C3.6-9.3%2C0-12.9c-3.6-3.6-9.3-3.6-12.9%2C0l-51.5%2C51.5%20%20%20%20%20c-1.9%2C1.9-2.8%2C4.4-2.7%2C6.9c-0.1%2C2.5%2C0.7%2C5%2C2.7%2C6.9l51.5%2C51.5c1.8%2C1.8%2C4.1%2C2.7%2C6.5%2C2.7c2.3%2C0%2C4.7-0.9%2C6.5-2.7%20%20%20%20%20c3.6-3.6%2C3.6-9.3%2C0-12.9l-36.4-36.4h136.1c0%2C0%2C0.1%2C0%2C0.1%2C0c0.6%2C0%2C1.2-0.1%2C1.8-0.2c0.2%2C0%2C0.4-0.1%2C0.6-0.1c0.1%2C0%2C0.2%2C0%2C0.3-0.1%20%20%20%20%20c3.2-1%2C5.6-3.6%2C6.3-6.9c0.1-0.6%2C0.2-1.2%2C0.2-1.8c0-0.6-0.1-1.2-0.2-1.8C351%2C127.8%2C347.3%2C124.7%2C342.8%2C124.7z%22%20id%3D%22XMLID_807_%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M322.1%2C371.3l-51.5-51.5c-3.6-3.6-9.3-3.6-12.9%2C0c-3.6%2C3.6-3.6%2C9.3%2C0%2C12.9l36.9%2C36.9H169.2%20%20%20%20%20c-2.8%2C0-5.4%2C1.3-7%2C3.3c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.4c-0.1%2C0.1-0.2%2C0.2-0.2%2C0.3c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.4c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.4%20%20%20%20%20c0%2C0.1-0.1%2C0.2-0.1%2C0.2c-0.1%2C0.2-0.2%2C0.4-0.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0.1c-0.4%2C1.1-0.7%2C2.2-0.7%2C3.4c0%2C1.5%2C0.4%2C2.9%2C1%2C4.2c0%2C0%2C0%2C0.1%2C0.1%2C0.1%20%20%20%20%20c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.4%2C0.7%2C0.9%2C1.3%2C1.4%2C1.8c0.4%2C0.4%2C0.7%2C0.7%2C1.2%2C1c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c0%2C0%2C0.1%2C0%2C0.1%2C0.1%20%20%20%20%20c1.4%2C0.9%2C3.1%2C1.5%2C5%2C1.5h124.4l-36%2C36c-3.6%2C3.6-3.6%2C9.3%2C0%2C12.9c1.8%2C1.8%2C4.1%2C2.7%2C6.5%2C2.7c2.3%2C0%2C4.7-0.9%2C6.5-2.7l51.5-51.5%20%20%20%20%20c1.9-1.9%2C2.8-4.4%2C2.7-6.9C324.8%2C375.7%2C324%2C373.2%2C322.1%2C371.3z%22%20id%3D%22XMLID_808_%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.joint-halo.joint-theme-modern .handle.rotate{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M9.374%2C17.592c-4.176%2C0-7.57-3.401-7.57-7.575c0-4.175%2C3.395-7.574%2C7.57-7.574c0.28%2C0%2C0.56%2C0.018%2C0.837%2C0.05%20V1.268c0-0.158%2C0.099-0.3%2C0.239-0.36c0.151-0.058%2C0.315-0.026%2C0.428%2C0.086l2.683%2C2.688c0.152%2C0.154%2C0.152%2C0.399%2C0%2C0.553l-2.68%2C2.693%20c-0.115%2C0.112-0.279%2C0.147-0.431%2C0.087c-0.141-0.063-0.239-0.205-0.239-0.361V5.296C9.934%2C5.243%2C9.654%2C5.22%2C9.374%2C5.22%20c-2.646%2C0-4.796%2C2.152-4.796%2C4.797s2.154%2C4.798%2C4.796%2C4.798c2.645%2C0%2C4.798-2.153%2C4.798-4.798c0-0.214%2C0.174-0.391%2C0.391-0.391h1.991%20c0.217%2C0%2C0.394%2C0.177%2C0.394%2C0.391C16.947%2C14.19%2C13.549%2C17.592%2C9.374%2C17.592L9.374%2C17.592z%20M9.374%2C17.592%22%2F%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .handle.rotate:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FD6EB6%22%20d%3D%22M9.374%2C17.592c-4.176%2C0-7.57-3.401-7.57-7.575c0-4.175%2C3.395-7.574%2C7.57-7.574c0.28%2C0%2C0.56%2C0.018%2C0.837%2C0.05%20V1.268c0-0.158%2C0.099-0.3%2C0.239-0.36c0.151-0.058%2C0.315-0.026%2C0.428%2C0.086l2.683%2C2.688c0.152%2C0.154%2C0.152%2C0.399%2C0%2C0.553l-2.68%2C2.693%20c-0.115%2C0.112-0.279%2C0.147-0.431%2C0.087c-0.141-0.063-0.239-0.205-0.239-0.361V5.296C9.934%2C5.243%2C9.654%2C5.22%2C9.374%2C5.22%20c-2.646%2C0-4.796%2C2.152-4.796%2C4.797s2.154%2C4.798%2C4.796%2C4.798c2.645%2C0%2C4.798-2.153%2C4.798-4.798c0-0.214%2C0.174-0.391%2C0.391-0.391h1.991%20c0.217%2C0%2C0.394%2C0.177%2C0.394%2C0.391C16.947%2C14.19%2C13.549%2C17.592%2C9.374%2C17.592L9.374%2C17.592z%20M9.374%2C17.592%22%2F%3E%3C%2Fsvg%3E%20)}.joint-halo.joint-theme-modern .box{color:#fff;background-color:#6a6b8a}.joint-halo.joint-theme-modern.surrounding.type-link .handle.remove{background-color:#fff;border-radius:50%}.joint-halo.joint-theme-modern.pie .handles{background-color:#f6f6f6;border:2px solid #3B425F}.joint-halo.joint-theme-modern.pie .slice{stroke:#e2ceff;stroke-width:1;fill:transparent}.joint-halo.joint-theme-modern.pie .slice:hover{fill:#fff}.joint-halo.joint-theme-modern.pie .slice-img-icon{display:block}.joint-halo.joint-theme-modern.pie .handle.selected .slice{fill:#fff}.joint-halo.joint-theme-modern.pie .pie-toggle{background-color:#f6f6f6;background-size:16px 16px;background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20height%3D%2216px%22%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%236A6C8A%22%20d%3D%22M15%2C6h-5V1c0-0.55-0.45-1-1-1H7C6.45%2C0%2C6%2C0.45%2C6%2C1v5H1C0.45%2C6%2C0%2C6.45%2C0%2C7v2c0%2C0.55%2C0.45%2C1%2C1%2C1h5v5c0%2C0.55%2C0.45%2C1%2C1%2C1h2%20c0.55%2C0%2C1-0.45%2C1-1v-5h5c0.55%2C0%2C1-0.45%2C1-1V7C16%2C6.45%2C15.55%2C6%2C15%2C6z%22%2F%3E%3C%2Fsvg%3E);border:2px solid #3B425F}.joint-halo.joint-theme-modern.pie .pie-toggle:hover{background-color:#fff;background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20height%3D%2216px%22%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%23FD6EB6%22%20d%3D%22M15%2C6h-5V1c0-0.55-0.45-1-1-1H7C6.45%2C0%2C6%2C0.45%2C6%2C1v5H1C0.45%2C6%2C0%2C6.45%2C0%2C7v2c0%2C0.55%2C0.45%2C1%2C1%2C1h5v5c0%2C0.55%2C0.45%2C1%2C1%2C1h2%20c0.55%2C0%2C1-0.45%2C1-1v-5h5c0.55%2C0%2C1-0.45%2C1-1V7C16%2C6.45%2C15.55%2C6%2C15%2C6z%22%2F%3E%3C%2Fsvg%3E);border-color:#fd6eb6}.joint-halo.joint-theme-modern.pie .pie-toggle.open{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20id%3D%22Layer_1%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs7%22%20%2F%3E%3Cpath%20d%3D%22M%2015%2C6%2010%2C6%20C%201.0301983%2C6.00505%2015.002631%2C6.011353%206%2C6%20L%201%2C6%20C%200.45%2C6%200%2C6.45%200%2C7%20l%200%2C2%20c%200%2C0.55%200.45%2C1%201%2C1%20l%205%2C0%20c%208.988585%2C-0.019732%20-5.02893401%2C-0.018728%204%2C0%20l%205%2C0%20c%200.55%2C0%201%2C-0.45%201%2C-1%20L%2016%2C7%20C%2016%2C6.45%2015.55%2C6%2015%2C6%20z%22%20id%3D%22path3%22%20style%3D%22fill%3A%236a6c8a%22%20%2F%3E%3C%2Fsvg%3E)}.joint-halo.joint-theme-modern.pie .pie-toggle.open:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20id%3D%22Layer_1%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs7%22%20%2F%3E%3Cpath%20d%3D%22M%2015%2C6%2010%2C6%20C%201.0301983%2C6.00505%2015.002631%2C6.011353%206%2C6%20L%201%2C6%20C%200.45%2C6%200%2C6.45%200%2C7%20l%200%2C2%20c%200%2C0.55%200.45%2C1%201%2C1%20l%205%2C0%20c%208.988585%2C-0.019732%20-5.02893401%2C-0.018728%204%2C0%20l%205%2C0%20c%200.55%2C0%201%2C-0.45%201%2C-1%20L%2016%2C7%20C%2016%2C6.45%2015.55%2C6%2015%2C6%20z%22%20id%3D%22path3%22%20style%3D%22fill%3A%23FD6EB6%22%20%2F%3E%3C%2Fsvg%3E)}.joint-halo.joint-theme-modern.toolbar .handles{position:static;display:inline-block;vertical-align:top;white-space:nowrap;background-color:#f7f7f7;border-bottom:3px solid #3B425F;border-radius:5px;box-shadow:0 1px 2px #202132;margin-top:-50px;margin-left:45px}.joint-halo.joint-theme-modern.toolbar .handles:after{top:-12px;left:55px;border-top:6px solid #3B425F;border-right:10px solid transparent;border-left:10px solid transparent;margin-top:0}.joint-halo.joint-theme-modern.toolbar .handle:hover:after{border-bottom:4px solid #FC6CB8}.joint-halo.joint-theme-modern.toolbar .handle{display:inline-block;vertical-align:top}.joint-halo.joint-theme-modern.toolbar .handle+.handle{margin-left:4px}.joint-halo.joint-theme-modern.toolbar .handle.rotate{position:absolute;right:100%;top:100%;margin-right:6px;margin-top:3px}.joint-halo.joint-theme-modern.toolbar .handle.remove:hover:after,.joint-halo.joint-theme-modern.toolbar .handle.rotate:hover:after{border-bottom:none}.joint-halo.joint-theme-modern.toolbar.type-element .handle.remove{position:absolute;right:100%;bottom:100%;margin-right:6px;margin-bottom:3px}.joint-halo.joint-theme-modern.toolbar.type-link .handles{margin-left:-18px}.joint-halo.joint-theme-modern.toolbar.type-link .handles:after{left:-9px}.joint-halo.joint-theme-modern.toolbar.type-link .handles{margin-top:-60px}.joint-halo.joint-theme-modern.toolbar.type-link .handles:after{top:-22px}.joint-stencil{position:absolute;top:0;bottom:0;left:0;right:0}.joint-stencil>.content{position:absolute;overflow-y:auto;overflow-x:hidden;height:auto;top:0;bottom:0;left:0;right:0}.joint-stencil.searchable>.content{top:30px}.joint-stencil.collapsible>.content{top:30px}.joint-stencil.collapsible.searchable>.content{top:50px}.joint-stencil .joint-elements{height:100%;width:100%}.stencil-paper-drag{z-index:100;top:-10000px;left:-10000px;display:none;background:none!important;opacity:.7;cursor:none;pointer-events:none}.stencil-paper-drag.dragging{display:inline-block}.stencil-paper-drag.dragging *{pointer-events:none!important}.joint-stencil .group{overflow:hidden;padding:0 0 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joint-stencil .group.closed{height:auto;padding-bottom:0}.joint-stencil .group>.group-label{position:relative;padding:5px 4px;margin-top:0;margin-bottom:0;cursor:pointer}.joint-stencil .joint-element [magnet]:not([magnet=passive]){pointer-events:none}.joint-stencil .unmatched{opacity:.3}.joint-stencil .search{width:100%;box-sizing:border-box;height:30px;max-height:30px;line-height:30px;z-index:1;outline:none;position:relative}.joint-stencil:after{display:block;content:"";pointer-events:none;position:absolute;top:0;width:100%;height:20px;line-height:20px;padding:8px 0;text-align:center;opacity:0;transition:top .1s linear,opacity .1s linear}.joint-stencil.not-found:after{content:attr(data-text-no-matches-found);opacity:1}.joint-stencil.not-found.searchable:after{top:30px}.joint-stencil.not-found.searchable.collapsible:after{top:50px}.joint-stencil .groups-toggle .group-label:hover{cursor:pointer}.joint-stencil .group>.group-label,.joint-stencil .groups-toggle>.group-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.joint-stencil .groups-toggle>.group-label{padding:0 5px 0 53px}.joint-stencil .joint-element.unmatched,.joint-stencil .group.unmatched{display:none}@font-face{font-family:stencil-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-stencil.joint-theme-dark .joint-paper,.joint-stencil.joint-theme-dark{color:#feffff;background:#5e6366}.joint-stencil.joint-theme-dark>.content{position:absolute}.joint-stencil.joint-theme-dark.searchable>.content{top:90px}.joint-stencil.joint-theme-dark.collapsible>.content{top:30px}.joint-stencil.joint-theme-dark.searchable.collapsible>.content{top:110px}.joint-stencil.joint-theme-dark.not-found:after{position:absolute}.joint-stencil.joint-theme-dark.not-found.searchable.collapsible:after{top:80px}.joint-stencil.joint-theme-dark.not-found.searchable:after{top:60px}.joint-stencil.joint-theme-dark .group{height:auto;padding:0;margin-bottom:1px;transition:none}.joint-stencil.joint-theme-dark .group>.joint-elements{margin:0}.joint-stencil.joint-theme-dark .group.closed{height:auto;max-height:31px}.joint-stencil.joint-theme-dark input[type=search]{-webkit-appearance:textfield}.joint-stencil.joint-theme-dark input[type=search]::-webkit-search-decoration,.joint-stencil.joint-theme-dark input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.joint-stencil.joint-theme-dark .group>.group-label,.joint-stencil.joint-theme-dark .groups-toggle>.group-label{position:relative;left:0;width:100%;height:31px;line-height:31px;color:#f5f5f5;font-size:12px;font-weight:700;text-transform:uppercase;box-sizing:border-box;border-bottom:1px solid #383c3f;border-top:1px solid #383c3f;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAdCAYAAAA6lTUKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AMWDTgSBLydUQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAP4SURBVFjDjVhBtuQgCCyI25nTzWYWc/9L/FCzUBCJprvfy2tjEBELCpU/f/8RAHgbKAAAiAhEBCQBAAqJb95HEqoabR9jZvHuv6zL+0lGH4BFl7+7rrCJgF4CY7e3mVkfBILGMCoPpipALJPmif1dVaPf9WZH1AXn/yxT9QLAfd+4RAFVkICB0KpAVRevZW/ld19g9bzL5vcsV3egjjn9rusKPe6YVo3frbp62+Xytvp3V5y9mfvevF6/VRsAWeZuoYCAAKBgxSI61lg8kWV2+K6O2DmnxsDJ+9FH9/rY+dhWnUG5YFUAqCwwqNu8g8IJdju4nOD5aXFavVi9u/v21veG25ORvlMZKnVxdUdJ9myzw15u3/cNWMoCggXHi1wxJqe9LHOKi6yrt11Xh3bv72PbLj1tsek7IYBAHlywC8RvdurzT8JYkjE3STTPzdnoXcqDueF7DJ/IaEd6GSJvYyocRftjRogAShpIO3osSAdP8tgRVpbZpdI6z+wnui3f62sVa9lTwbAbaOS268i7eJq4Mu6U8YXgyDUKtwkgDSqiA9F4MOMpJVYoCPcZZZcOd0zbZQTdlv3PGd1ZFkDONtwGSP+3x4Qkcd/WAxkE+YlNLfSv/a5PXhkWAG6zYWZfbMtePZHGjjWR9ss9904077rOpFb6BeFcnR80eV2i7c+E1/wGURCC285pL3u46l7bdQFuuM/p2Uk7SmhovTjmUj/EYokVUpnhbBCI10VeG9kKLQEA63ERpDN0uz4aITrn796aKxYRGBm1jeuNbGNmy5bmjGBmgAz8OUbBMU9vmSEyVA1yVQVhXS5h2pnT+wWTiVEqTaaFuV0tSGK4TmS6X2Q0BUtG2hZh/FyIVSKrmQkgOiqkP+DrnA3qtur58JFOSKcyQsYhJg+N7KRL1PVxFegbXUyxFD5Ncm3Hgn6aygS2Oyys3+xBUmsVeCYpkriuKxHeDdVrYd9+5ujOIQ0gp7ufpFEZVZZHREsG+kRUM8PkTPOJnHJSrra1yGGWIONtSl+0zUBZYGXEkq2MOSd2NuSUk9EO3OdicF5PxMmuZ8Q1qcdukGg+Xw9QwSiRYsH0+Enhw1Fj/9g9iCONG7IiMos5zv7+z5CFuEHusW7l7cWiX8eM6xeOYyAINJUc09yUt4SbtsYxZ2Z6nHaA56kXM8eP+PR8neVrXMRhBFyCXBSzPDhmkU1xtbun+eaIdzrfvpUmj/o/JYX2c9tmMicczgupYqQZo86Yhp3OtSk7GR9zzd1Kcsjn2Z5hhBIwgwENqIE4awgpeKxyeMCJh2sRHo+MKJCdi7DSLw8ktt+/fh3hcjqLflMZ1tR7Oh19um2oNwZ+VWNm+A8qy7Bl/n+ONAAAAABJRU5ErkJggg==) repeat}.joint-stencil.joint-theme-dark .groups-toggle>.group-label{padding-left:58px}.joint-stencil.joint-theme-dark .group>.group-label{padding:0 5px 0 34px;border-top:1px solid #383c3f}.joint-stencil.joint-theme-dark .groups-toggle>.group-label{position:absolute}.joint-stencil.joint-theme-dark .groups-toggle .btn.btn-expand,.joint-stencil.joint-theme-dark .groups-toggle .btn.btn-collapse{background:transparent;border:none;margin-top:2px}.joint-stencil.joint-theme-dark .groups-toggle .btn-expand:before,.joint-stencil.joint-theme-dark .groups-toggle .btn-collapse:before,.joint-stencil.joint-theme-dark .group>.group-label:before{position:absolute;color:#717276;font-family:stencil-icons-dark;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:16px;text-shadow:0px 1px #35393c}.joint-stencil.joint-theme-dark .groups-toggle .btn-expand:before,.joint-stencil.joint-theme-dark .groups-toggle .btn-collapse:before{left:3px;top:6px}.joint-stencil.joint-theme-dark .group>.group-label:before{left:5px;top:7px}.joint-stencil.joint-theme-dark .groups-toggle .btn{line-height:20px;color:transparent;position:relative;display:inline-block;width:23px}.joint-stencil.joint-theme-dark .groups-toggle .btn:focus{outline:none}.joint-stencil.joint-theme-dark .groups-toggle .btn:hover{cursor:pointer}.joint-stencil.joint-theme-dark .groups-toggle .btn-collapse:before,.joint-stencil.joint-theme-dark .group>.group-label:before{content:""}.joint-stencil.joint-theme-dark .group>.group-label:hover,.joint-stencil.joint-theme-dark .groups-toggle>.group-label:hover,.joint-stencil.joint-theme-dark .groups-toggle .btn-expand:hover:before,.joint-stencil.joint-theme-dark .groups-toggle .btn-collapse:hover:before,.joint-stencil.joint-theme-dark .group.closed>.group-label:hover:before,.joint-stencil.joint-theme-dark .group>.group-label:hover:before{color:#8b9094}.joint-stencil.joint-theme-dark .groups-toggle .btn-expand:before,.joint-stencil.joint-theme-dark .group.closed>.group-label:before{content:""}.joint-stencil.joint-theme-dark .search{display:block;width:90%;color:#24282b;background:#92979b;background:-webkit-linear-gradient(#8b9094,#92979b);background:-o-linear-gradient(#8b9094,#92979b);background:-moz-linear-gradient(#8b9094,#92979b);background:linear-gradient(#8b9094,#92979b);border:1px solid #42474a;border-radius:3px;outline:none;padding-left:8px;margin:30px 5% 24px}.joint-stencil.joint-theme-dark .search::-webkit-input-placeholder{color:#444549}.joint-stencil.joint-theme-dark .search:-moz-placeholder{color:#444549;opacity:1}.joint-stencil.joint-theme-dark .search:-ms-input-placeholder{color:#444549}.joint-stencil.joint-theme-dark .search:placeholder-shown{color:#444549}.joint-stencil.joint-theme-dark .search:focus{outline:none}.joint-stencil.joint-theme-dark:after{font-size:12px;font-weight:700;background:transparent;color:#92979b}.joint-stencil.joint-theme-default{color:#000;background:white;border:1px solid lightgrey}.joint-stencil.joint-theme-default.collapsible>.content{top:20px}.joint-stencil.joint-theme-default.collapsible.searchable>.content{top:52px}.joint-stencil.joint-theme-default .group.closed{height:auto;max-height:24px}.joint-stencil.joint-theme-default .groups-toggle{line-height:20px}.joint-stencil.joint-theme-default .group>.group-label{text-transform:uppercase;font-size:10px}.joint-stencil.joint-theme-default .group:first-child{border-top:1px solid lightgrey}.joint-stencil.joint-theme-default .group{border-bottom:1px solid lightgrey}.joint-stencil.joint-theme-default .groups-toggle>.group-label{display:block}.joint-stencil.joint-theme-default .group>.group-label:before{position:relative;top:5px;content:"";width:0;height:0;display:inline-block;border:5px solid transparent;border-top-color:#000;margin-left:2px;margin-right:5px}.joint-stencil.joint-theme-default .group.closed>.group-label:before{top:2px;left:2px;border:5px solid transparent;border-left-color:#000}.joint-stencil.joint-theme-default .search{color:#000;border:none;background:white}.joint-stencil.joint-theme-default:after{font-size:12px;border-top:1px solid lightgrey;background:white;color:#000}.joint-stencil.joint-theme-default .groups-toggle .btn{position:absolute;top:2px;left:2px;background:none;outline:none;color:#000;cursor:pointer;width:20px;height:16px;line-height:12px;margin:0;padding:0;border:1px solid lightgrey;border-radius:4px}.joint-stencil.joint-theme-default .groups-toggle .btn-collapse{left:25px}.joint-stencil.joint-theme-default .groups-toggle .btn:focus{outline:none}.joint-stencil.joint-theme-default .groups-toggle .btn:hover{cursor:pointer;background:lightgrey}.joint-stencil.joint-theme-material{color:#55627b;background:#717d98;font-family:lato-light}.joint-stencil.joint-theme-material>.content{position:absolute}.joint-stencil.joint-theme-material.searchable>.content{top:48px;border:none;background:#ecf0f8}.joint-stencil.joint-theme-material.collapsible>.content{top:30px}.joint-stencil.joint-theme-material.searchable.collapsible>.content{top:80px}.joint-stencil.joint-theme-material.not-found:after{position:absolute}.joint-stencil.joint-theme-material.not-found.searchable.collapsible:after{top:80px}.joint-stencil.joint-theme-material.not-found.searchable:after{top:60px}.joint-stencil.joint-theme-material .group{height:auto;max-height:5000px;padding:0;margin-bottom:1px;transition:max-height .25s cubic-bezier(.5,0,1,0) -.1s;transition-delay:0s}.joint-stencil.joint-theme-material .group>.elements{background:#ecf0f8;margin:0}.joint-stencil.joint-theme-material .group.closed{height:auto;max-height:31px;overflow:hidden;transition:max-height .25s cubic-bezier(0,1,0,1) -.1s}.joint-stencil.joint-theme-material input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.joint-stencil.joint-theme-material input[type=search]::-webkit-search-decoration,.joint-stencil.joint-theme-material input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.joint-stencil.joint-theme-material input[type=search]::-webkit-input-placeholder{color:#d2d7e2}.joint-stencil.joint-theme-material input[type=search]:-moz-placeholder{color:#d2d7e2;opacity:1}.joint-stencil.joint-theme-material input[type=search]::-moz-placeholder{color:#d2d7e2;opacity:1}.joint-stencil.joint-theme-material input[type=search]:-ms-input-placeholder{color:#d2d7e2}.joint-stencil.joint-theme-material .group>.group-label{position:relative;left:0;width:100%;height:31px;line-height:31px;color:#55627b;font-size:12px;font-weight:700;text-transform:uppercase;box-sizing:border-box}.joint-stencil.joint-theme-material .group>.group-label{padding:0 5px 0 10px;background:#ecf0f8}.joint-stencil.joint-theme-material .group:not(.closed)>div:after,.joint-stencil.joint-theme-material .group>.group-label:after{content:"";position:absolute;bottom:-3px;left:-3px}.joint-stencil.joint-theme-material .group:not(.closed)>div:after,.joint-stencil.joint-theme-material .group>.group-label:after{right:0;height:4px;background-image:-webkit-gradient(linear,0 0,#dfe3f0 0,from(transparent),to(#dfe3f0));background-image:-webkit-linear-gradient(right,#dfe3f0,transparent);background-image:-moz-linear-gradient(right,#dfe3f0,transparent);background-image:-o-linear-gradient(right,#dfe3f0,transparent)}.joint-stencil.joint-theme-material .group>.group-label:hover,.joint-stencil.joint-theme-material .groups-toggle>.group-label:hover{color:#5faaee}.joint-stencil.joint-theme-material .group>.group-label:hover{border-right:5px solid #5fa9ee}.joint-stencil.joint-theme-material .search{display:block;width:90%;color:#ecf0f8;background:#717d98;border:none;border-bottom:1px solid #ecf0f8;outline:none;padding-left:8px;background:url(data:image/png;base64,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) no-repeat right center}.joint-stencil.joint-theme-material .search:focus{outline:none}.joint-stencil.joint-theme-material:after{font-size:12px;font-weight:700;background:transparent;color:#55627b}.joint-stencil.joint-theme-material .groups-toggle>.group-label{position:relative;float:left;color:#fff;padding:10px;font-weight:700}.joint-stencil.joint-theme-material .groups-toggle .btn{line-height:25px;position:relative;display:inline-block;width:28px;right:0;margin-left:2px;float:right;cursor:pointer;background:#828da6;color:#deebfb;font-weight:700;font-size:17px;border:none;outline:none}.joint-stencil.joint-theme-material .btn:hover{background-color:#5fa9ee}.joint-stencil.joint-theme-material.searchable .search-wrap{position:relative;margin:8px 5%}.joint-stencil.joint-theme-material.searchable .search-wrap:after{background:#3f51b5;bottom:0;content:"";height:2px;left:40%;position:absolute;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:-1;width:10px;transition-property:width,left,z-index;display:block}.joint-stencil.joint-theme-material.searchable.is-focused .search-wrap:after{z-index:1000;left:0;width:90%}.joint-stencil.joint-theme-material.searchable .groups-toggle{height:30px}.joint-stencil.joint-theme-modern{color:#c6c7e2;background:#383b61}.joint-stencil.joint-theme-modern>.content{position:absolute}.joint-stencil.joint-theme-modern.searchable>.content{top:48px}.joint-stencil.joint-theme-modern.collapsible>.content{top:30px}.joint-stencil.joint-theme-modern.searchable.collapsible>.content{top:70px}.joint-stencil.joint-theme-modern.not-found:after{position:absolute}.joint-stencil.joint-theme-modern.not-found.searchable.collapsible:after{top:80px}.joint-stencil.joint-theme-modern.not-found.searchable:after{top:60px}.joint-stencil.joint-theme-modern .group{height:auto;padding:0;margin-bottom:1px;transition:none}.joint-stencil.joint-theme-modern .group>.joint-elements{background:#4a4d6e;margin:0}.joint-stencil.joint-theme-modern .group.closed{height:auto;max-height:31px}.joint-stencil.joint-theme-modern input[type=search]{-webkit-appearance:textfield}.joint-stencil.joint-theme-modern input[type=search]::-webkit-search-decoration,.joint-stencil.joint-theme-modern input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.joint-stencil.joint-theme-modern .group>.group-label,.joint-stencil.joint-theme-modern .groups-toggle>.group-label{position:relative;left:0;width:100%;height:31px;line-height:31px;color:#9093b1;font-size:12px;font-weight:700;text-transform:uppercase;box-sizing:border-box}.joint-stencil.joint-theme-modern .group>.group-label{padding:0 5px 0 34px;background:#424568}.joint-stencil.joint-theme-modern .groups-toggle>.group-label{position:absolute}.joint-stencil.joint-theme-modern .group>.group-label:hover,.joint-stencil.joint-theme-modern .groups-toggle>.group-label:hover{color:#d8d8ec}.joint-stencil.joint-theme-modern .groups-toggle .btn-expand,.joint-stencil.joint-theme-modern .groups-toggle .btn-collapse,.joint-stencil.joint-theme-modern .group>.group-label:before{position:absolute;left:5px;top:6px;display:block;width:19px;height:19px;background-color:transparent;background-position:0 0;background-repeat:no-repeat;border:none;content:" ";margin:0;padding:0}.joint-stencil.joint-theme-modern .groups-toggle .btn{line-height:30px;color:transparent;position:relative;display:inline-block}.joint-stencil.joint-theme-modern .groups-toggle .btn:focus{outline:none}.joint-stencil.joint-theme-modern .groups-toggle .btn:hover{cursor:pointer}.joint-stencil.joint-theme-modern .groups-toggle .btn-expand{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M8.817%2C5.623v6.756c0%2C0.307%2C0.25%2C0.557%2C0.558%2C0.557c0.309%2C0%2C0.558-0.25%2C0.558-0.557V5.623%20c0-0.309-0.25-0.559-0.558-0.559S8.817%2C5.314%2C8.817%2C5.623L8.817%2C5.623z%20M8.817%2C5.623%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .groups-toggle .btn-expand:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M8.817%2C5.623v6.756c0%2C0.307%2C0.25%2C0.557%2C0.558%2C0.557c0.309%2C0%2C0.558-0.25%2C0.558-0.557V5.623%20c0-0.309-0.25-0.559-0.558-0.559S8.817%2C5.314%2C8.817%2C5.623L8.817%2C5.623z%20M8.817%2C5.623%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .groups-toggle .btn-collapse{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .groups-toggle .btn-collapse:hover{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .group>.group-label:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .group>.group-label:hover:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .group.closed>.group-label:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M8.817%2C5.623v6.756c0%2C0.307%2C0.25%2C0.557%2C0.558%2C0.557c0.309%2C0%2C0.558-0.25%2C0.558-0.557V5.623%20c0-0.309-0.25-0.559-0.558-0.559S8.817%2C5.314%2C8.817%2C5.623L8.817%2C5.623z%20M8.817%2C5.623%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .group.closed>.group-label:hover:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M8.817%2C5.623v6.756c0%2C0.307%2C0.25%2C0.557%2C0.558%2C0.557c0.309%2C0%2C0.558-0.25%2C0.558-0.557V5.623%20c0-0.309-0.25-0.559-0.558-0.559S8.817%2C5.314%2C8.817%2C5.623L8.817%2C5.623z%20M8.817%2C5.623%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-stencil.joint-theme-modern .search{display:block;width:90%;color:#d8d8ec;background:#3a3c62;border:1px solid #525676;border-radius:12px;outline:none;padding-left:8px;margin:8px 5%}.joint-stencil.joint-theme-modern .search:focus{outline:none}.joint-stencil.joint-theme-modern:after{font-size:12px;font-weight:700;background:transparent;color:#d8d8ec}.joint-inspector{position:absolute;top:0;bottom:0;right:0;left:0;overflow:auto}.joint-inspector label{display:block;margin-top:5px;margin-bottom:10px}.joint-inspector label:after{content:":"}.joint-inspector input,.joint-inspector textarea{width:200px;height:20px;line-height:20px}.joint-inspector label.with-output{float:left}.joint-inspector output{float:left;margin:5px 2px 10px}.joint-inspector .units{float:left;margin:5px 0 10px}.joint-inspector input[type=range]{clear:both;display:block}.joint-inspector select{display:block}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.joint-inspector .group>.field>form{height:60px}.joint-inspector input[type=range]{height:10px}.joint-inspector input[type=range]::-ms-tooltip{display:none}}.joint-inspector .group{overflow:hidden;padding:0 0 10px}.joint-inspector .group.closed{height:auto;padding-bottom:0}.joint-inspector .group.empty,.joint-inspector .group.closed .field{display:none}.joint-inspector .group>.group-label{position:relative;padding:5px 4px;margin-top:0;margin-bottom:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joint-inspector .group>.group-label:before{content:"";width:0;height:0;display:inline-block;margin-left:2px;margin-right:5px;position:relative;top:5px}.joint-inspector .group.closed>.group-label:before{top:2px;left:2px}.link-tools .tool-options{display:block}.joint-inspector .toggle{position:relative;width:97px;height:14px}.joint-inspector .toggle input{top:0;right:0;bottom:0;left:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;z-index:100;position:absolute;width:100%;height:100%;cursor:pointer;box-sizing:border-box;padding:0;box-shadow:none;-webkit-appearance:none}.joint-inspector .toggle span{display:block;width:100%;height:100%;border-radius:40px;position:relative}.joint-inspector .toggle span:before{box-sizing:border-box;padding:0;margin:0;content:"";position:absolute;z-index:-1;top:-18px;right:-18px;bottom:-18px;left:-18px;border-radius:inherit}.joint-inspector .toggle input:checked+span i{right:0}.joint-inspector .toggle span i{display:block;height:100%;width:60%;border-radius:inherit;position:absolute;z-index:2;right:40%;top:0}.joint-inspector .btn-list-add,.joint-inspector .btn-list-del{cursor:pointer;border-radius:2px;min-width:23px;margin:2px 8px 2px 2px}.joint-inspector .list-items{margin-top:4px}.joint-inspector .list-item{margin-top:2px;padding:10px}.joint-inspector .list-item>.field>label{display:none}.joint-inspector .field{display:block;box-sizing:border-box;padding:4px 10px}.joint-inspector .hidden{display:none!important}.joint-inspector .joint-select-box{width:100%}.joint-inspector .joint-color-palette{width:auto}.joint-inspector .content-editable{white-space:pre-wrap;-webkit-user-select:auto;-moz-user-select:text}.joint-inspector .content-editable *{margin:0;padding:0}@font-face{font-family:inspector-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-inspector.joint-theme-dark{color:#dddfde;background:#5e6366}.joint-inspector.joint-theme-dark label{font-size:12px;padding-right:4px}.joint-inspector.joint-theme-dark label,.joint-inspector.joint-theme-dark output,.joint-inspector.joint-theme-dark .units{text-transform:uppercase;text-shadow:0px 1px 1px #313538;font-size:12px;margin-bottom:6px}.joint-inspector.joint-theme-dark select.select{margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AMYCRwNn4qu7QAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAPrSURBVFjDjZfPbu00EMZ/MzFSuwB2FxXeoW/RJ2CBxFsDUqWWQtUKaLut1PagE8+wcOwzdpJ7iRQlcezx/Pnmm7H8+NPPfnl5ycfhgDuYgJgjIrg7qoq7417G6lW/67O+xzXxquMAGWt7vLy8kKoAKAq4OxqExo2B/zVuAohgZqd/AMsSQXAFUeXi4oKkXhak9BVuGXXIeFk0Ka6CLxKaVyzjzqKIgAguAlIsnQZPVAWnacLMUBdEi6HZMgnAzMg5Y27gYHjnZjNrri6uLR6rlqoqqroxz7vvKotFv2pUqsLMDMeLhe4sNqIObo4vi0WkalG9i/qCo2WesITmpHExaJmTzToc6Rjbat0Iqs9917Gydu2FiLs4v96pE+KGDsgflYru7VwcviMORiUjqFs2xcV72o5X3Gg93mNoTN8tI1qKiggqitBzQgVcvSJvbIXE3UkpdaGNe8RUrrJbdpgZ2Q11VgKiG4tbM7Kk45hFAPM8d/+qvGmaWliiMalaZGaI+8IQsopjBGR5eBf3MTRfAnV86hjfMV4jVkaPFGXAvWaGb8oasRPlphjr4hHfpOM6p7r9+fmJj/f3FVbOz8+5+P6HbrOoTJ0XFUkAR8vM87y43oB+YQ2JLSQDcHV1xXefPiGWC8AE3EtB+uXX3zYzrCqUc27AbOEYU6dqOk1T8FCPjdvbW3LOTbh6mXNzc7Pigb1wN0xU2h1jHrNmJBgz4+3tjcfHxxaejPDw8MD7x+GLCozfukWj8Y4e6C0R7u/veTv8y+xwOBz448/7TUKKym/J0z3E7qWciOBa/s3HzN3dHarK73d3zPPc/m1l1p681NoMAVfBTJjo87+6vDGrLf2GCn/9/Q9ff/MtT0/PJWwOkmTVjY0UHoGaAHLOHI9HMqUk5w2uH7Mjhur6+rpz7/F43CxyI1G1fqKrHealSxryeGzftqza60WjNyNHxGuFiXHS+F5Ttlo0TVPn7tplbVdYVrIaJrZ4Ys/C0a0557Zx5Y1RRtfwhgLWYeKUOvv5HTcbO7CYfnvd00hgOedWVTd5YqwbY86Pm8VY13+jMRE/8WlmfY85hiTn3FFzpO+oWM550+I9b63au9IVO9FYcVAERRAHzMEcz1Z4YIOAohIjD3yuOW7AjOeG0TPI0j/XlFVFBqCN6I9g3lKs7pNSIufl8DPPcyuvng10fa6s7yMAbThDbIVs611EyoHLjFS5viqjAm777h7xsLVRxdF45ihzrM3pTmDxBI7bbnt/IrNYlvu71qJ1P+ntYBRJb5om0tnZGaraDqvt6HyyFRFQFVTLuSKS0lblVZ0aIVUZpUhWQ8poSonX11f+A300zYI9/iS2AAAAAElFTkSuQmCC) right center no-repeat,linear-gradient(#8b9094,#92979b)}.joint-inspector.joint-theme-dark option{color:#222}.joint-inspector.joint-theme-dark output,.joint-inspector.joint-theme-dark .units{font-weight:700}.joint-inspector.joint-theme-dark .group{height:auto;padding:0 0 20px;margin-bottom:1px}.joint-inspector.joint-theme-dark .group.closed{height:auto;max-height:31px;padding:0}.joint-inspector.joint-theme-dark .group>.group-label{position:relative;left:0;width:100%;height:31px;line-height:31px;color:#f5f5f5;font-size:12px;font-weight:700;text-transform:uppercase;box-sizing:border-box;border-bottom:1px solid #383c3f;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAdCAYAAAA6lTUKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AMWDTgSBLydUQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAP4SURBVFjDjVhBtuQgCCyI25nTzWYWc/9L/FCzUBCJprvfy2tjEBELCpU/f/8RAHgbKAAAiAhEBCQBAAqJb95HEqoabR9jZvHuv6zL+0lGH4BFl7+7rrCJgF4CY7e3mVkfBILGMCoPpipALJPmif1dVaPf9WZH1AXn/yxT9QLAfd+4RAFVkICB0KpAVRevZW/ld19g9bzL5vcsV3egjjn9rusKPe6YVo3frbp62+Xytvp3V5y9mfvevF6/VRsAWeZuoYCAAKBgxSI61lg8kWV2+K6O2DmnxsDJ+9FH9/rY+dhWnUG5YFUAqCwwqNu8g8IJdju4nOD5aXFavVi9u/v21veG25ORvlMZKnVxdUdJ9myzw15u3/cNWMoCggXHi1wxJqe9LHOKi6yrt11Xh3bv72PbLj1tsek7IYBAHlywC8RvdurzT8JYkjE3STTPzdnoXcqDueF7DJ/IaEd6GSJvYyocRftjRogAShpIO3osSAdP8tgRVpbZpdI6z+wnui3f62sVa9lTwbAbaOS268i7eJq4Mu6U8YXgyDUKtwkgDSqiA9F4MOMpJVYoCPcZZZcOd0zbZQTdlv3PGd1ZFkDONtwGSP+3x4Qkcd/WAxkE+YlNLfSv/a5PXhkWAG6zYWZfbMtePZHGjjWR9ss9904077rOpFb6BeFcnR80eV2i7c+E1/wGURCC285pL3u46l7bdQFuuM/p2Uk7SmhovTjmUj/EYokVUpnhbBCI10VeG9kKLQEA63ERpDN0uz4aITrn796aKxYRGBm1jeuNbGNmy5bmjGBmgAz8OUbBMU9vmSEyVA1yVQVhXS5h2pnT+wWTiVEqTaaFuV0tSGK4TmS6X2Q0BUtG2hZh/FyIVSKrmQkgOiqkP+DrnA3qtur58JFOSKcyQsYhJg+N7KRL1PVxFegbXUyxFD5Ncm3Hgn6aygS2Oyys3+xBUmsVeCYpkriuKxHeDdVrYd9+5ujOIQ0gp7ufpFEZVZZHREsG+kRUM8PkTPOJnHJSrra1yGGWIONtSl+0zUBZYGXEkq2MOSd2NuSUk9EO3OdicF5PxMmuZ8Q1qcdukGg+Xw9QwSiRYsH0+Enhw1Fj/9g9iCONG7IiMos5zv7+z5CFuEHusW7l7cWiX8eM6xeOYyAINJUc09yUt4SbtsYxZ2Z6nHaA56kXM8eP+PR8neVrXMRhBFyCXBSzPDhmkU1xtbun+eaIdzrfvpUmj/o/JYX2c9tmMicczgupYqQZo86Yhp3OtSk7GR9zzd1Kcsjn2Z5hhBIwgwENqIE4awgpeKxyeMCJh2sRHo+MKJCdi7DSLw8ktt+/fh3hcjqLflMZ1tR7Oh19um2oNwZ+VWNm+A8qy7Bl/n+ONAAAAABJRU5ErkJggg==) repeat;padding:0 5px 0 30px;border-top:1px solid #383c3f}.joint-inspector.joint-theme-dark .group>.group-label:before{position:absolute;left:5px;top:7px;color:#717276;font-family:inspector-icons-dark;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:16px;text-shadow:0px 1px #35393c}.joint-inspector.joint-theme-dark .group>.group-label:before{content:""}.joint-inspector.joint-theme-dark .group.closed>.group-label:hover:before,.joint-inspector.joint-theme-dark .group>.group-label:hover:before{color:#8b9094}.joint-inspector.joint-theme-dark .group.closed>.group-label:before{content:""}.joint-inspector.joint-theme-dark .toggle{width:72px}.joint-inspector.joint-theme-dark .toggle input{display:block;width:100%;box-sizing:border-box;box-shadow:none;height:12px}.joint-inspector.joint-theme-dark .toggle span,.joint-inspector.joint-theme-dark .toggle input:checked+span{background:#8b9094}.joint-inspector.joint-theme-dark .toggle span{border-radius:3px;box-shadow:none}.joint-inspector.joint-theme-dark .toggle span:before{background:#f6f6f6;box-shadow:none}.joint-inspector.joint-theme-dark .toggle span i:before{content:"off";position:absolute;right:-50%;top:0;text-transform:uppercase;font-style:normal;font-weight:700;color:#f5f5f5;font-family:Arial,sans-serif;font-size:10px;line-height:16px;margin-top:-1px;margin-right:-8px}.joint-inspector.joint-theme-dark .toggle input:checked+span i:before{content:"on";right:100%;color:#f5f5f5;margin-right:12px}.joint-inspector.joint-theme-dark .toggle span i{right:50%;width:50%;background:#414548;box-shadow:0 0 3px #8b9094}.joint-inspector.joint-theme-dark .btn-list-add,.joint-inspector.joint-theme-dark .btn-list-del{background:transparent;color:#fff;border:1px solid gray;box-shadow:1px 1px 1px #000}.joint-inspector.joint-theme-dark .btn-list-add:hover,.joint-inspector.joint-theme-dark .btn-list-del:hover{box-shadow:inset 1px 1px 1px #000}.joint-inspector.joint-theme-dark .joint-select-box{color:#000}.joint-inspector.joint-theme-dark .joint-select-box.joint-color-palette.joint-theme-dark div.select-box-selection{color:#ddd;border:1px solid #8b9094}.joint-select-box[data-attribute$="/stroke"].joint-color-palette.joint-theme-dark .select-box-selection div.select-box-option-content:after{left:5px;top:5px}.joint-inspector.joint-theme-dark .group .field{box-sizing:border-box;padding:0 18px;margin-top:12px}.joint-inspector.joint-theme-dark input{width:100%;height:auto;text-shadow:none;box-shadow:none;border:none;outline:none;box-sizing:border-box;padding:0}.joint-inspector.joint-theme-dark input[type=range]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;margin:6px 0 0;background:transparent}.joint-inspector.joint-theme-dark input[type=range]:focus{outline:none}.joint-inspector.joint-theme-dark input[type=range]::-ms-track{cursor:pointer;background:transparent;border-color:transparent;color:transparent}.joint-inspector.joint-theme-dark input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:8px;height:8px;background:#8a9199;border-radius:8px;margin-top:-2px}.joint-inspector.joint-theme-dark input[type=range]::-ms-thumb{margin-top:0;width:8px;height:8px;background:#8a9199;border-radius:8px}.joint-inspector.joint-theme-dark input[type=range]::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:8px;height:8px;background:#8a9199;border-radius:8px}.joint-inspector.joint-theme-dark input[type=range]::-ms-fill-lower,.joint-inspector.joint-theme-dark input[type=range]::-ms-fill-upper{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#726bae,#3cbebc);background:-o-linear-gradient(right,#726bae,#3cbebc);background:-moz-linear-gradient(right,#726bae,#3cbebc);background:linear-gradient(to right,#726bae,#3cbebc)}.joint-inspector.joint-theme-dark input[type=range]::-moz-range-track{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#726bae,#3cbebc);background:-o-linear-gradient(right,#726bae,#3cbebc);background:-moz-linear-gradient(right,#726bae,#3cbebc);background:linear-gradient(to right,#726bae,#3cbebc)}.joint-inspector.joint-theme-dark input[type=range]::-webkit-slider-runnable-track{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#726bae,#3cbebc);background:-o-linear-gradient(right,#726bae,#3cbebc);background:-moz-linear-gradient(right,#726bae,#3cbebc);background:linear-gradient(to right,#726bae,#3cbebc)}.joint-inspector.joint-theme-dark input[type=text],.joint-inspector.joint-theme-dark input[type=number],.joint-inspector.joint-theme-dark textarea,.joint-inspector.joint-theme-dark .content-editable,.joint-inspector.joint-theme-dark select{width:100%;height:auto;line-height:16px;text-shadow:none;box-shadow:none;box-sizing:border-box;outline:none;padding:6px 10px;overflow:auto;color:#24282b;background:#92979b;background:-webkit-linear-gradient(#8b9094,#92979b);background:-o-linear-gradient(#8b9094,#92979b);background:-moz-linear-gradient(#8b9094,#92979b);background:linear-gradient(#8b9094,#92979b);border:1px solid #42474a;border-radius:3px}.joint-inspector.joint-theme-dark .content-editable{width:calc(100% - 12px);box-sizing:content-box;min-height:1em}.joint-inspector.joint-theme-dark input[type=text],.joint-inspector.joint-theme-dark input[type=number],.joint-inspector.joint-theme-dark select:not([multiple]){height:33px}@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm){.joint-inspector.joint-theme-dark input[type=text],.joint-inspector.joint-theme-dark input[type=number]{padding:0 0 0 10px}.joint-inspector.joint-theme-dark .toggle span i:before{margin-top:0}}.joint-inspector.joint-theme-dark option{background:#fff;padding:0 10px}.joint-inspector.joint-theme-dark input[type=color]{width:40px;height:40px}.joint-inspector .joint-select-box.joint-color-palette.joint-theme-dark .select-box-option-content{border:none}.joint-inspector .joint-select-box.joint-theme-dark[data-type=select-button-group] .select-box-selection,.joint-inspector .joint-select-button-group.joint-theme-dark[data-type=select-button-group] .select-button-group-button.selected,.joint-inspector .joint-select-button-group.joint-theme-dark[data-type=select-button-group] .select-button-group-button{color:#feffff;text-align:center;border-radius:4px;border:2px solid transparent}.joint-inspector .joint-select-button-group.joint-theme-dark[data-type=select-button-group] .select-button-group-button.selected{border:2px solid #feffff}.joint-inspector .joint-select-box.joint-theme-dark[data-type=select-button-group] .select-box-selection,.joint-inspector .joint-select-button-group.joint-theme-dark.disabled[data-type=select-button-group] .select-button-group-button.selected,.joint-inspector .joint-select-button-group.joint-theme-dark.disabled[data-type=select-button-group] .select-button-group-button{color:#8b9094}.joint-inspector .joint-select-button-group.joint-theme-dark.disabled[data-type=select-button-group] .select-button-group-button.selected{border:2px solid #8b9094}.joint-inspector.joint-theme-dark .list-item{background:#414548;padding:16px;border:1px solid rgb(36,36,36);box-shadow:inset 0 0 2px gray}.joint-inspector.joint-theme-dark .list-item .field{padding:0}.joint-inspector.joint-theme-default{color:#000;background:white;border:1px solid lightgrey}.joint-inspector.joint-theme-default label{font-size:12px;margin-bottom:10px}.joint-inspector.joint-theme-default output,.joint-inspector.joint-theme-default .units{font-size:12px;margin-bottom:6px}.joint-inspector.joint-theme-default .group>.group-label{font-size:10px;font-weight:700;text-transform:uppercase}.joint-inspector.joint-theme-default .group{border-bottom:1px solid lightgrey}.joint-inspector.joint-theme-default .group>.group-label:before{border-top:5px solid black;border-right:5px solid transparent;border-left:5px solid transparent;border-bottom:5px solid transparent}.joint-inspector.joint-theme-default .group.closed>.group-label:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid transparent;border-left:5px solid black}.joint-inspector.joint-theme-default .toggle{width:60px}.joint-inspector.joint-theme-default .toggle input:checked+span{background:white}.joint-inspector.joint-theme-default .toggle span{background:lightgrey;border:1px solid lightgrey;border-radius:40px}.joint-inspector.joint-theme-default .toggle input:checked+span i:before{content:"on";right:115%;color:#000}.joint-inspector.joint-theme-default .toggle span i:before{content:"off";position:absolute;top:50%;margin-top:-5px;right:-80%;text-transform:uppercase;color:#000;font-family:Helvetica,Arial,sans-serif;font-size:10px;font-style:normal}.joint-inspector.joint-theme-default .toggle span i{background:white;width:50%;right:50%}.joint-inspector.joint-theme-default .toggle input:checked+span i{background:lightgrey}.joint-inspector.joint-theme-default .btn-list-add,.joint-inspector.joint-theme-default .btn-list-del{background:transparent;color:#000;border:1px solid lightgrey}.joint-inspector.joint-theme-default .list-item{border:1px solid lightgrey}.joint-inspector.joint-theme-default input{width:100%;height:15px;text-shadow:none;box-shadow:none;border:none;outline:none;box-sizing:border-box;padding:0}.joint-inspector.joint-theme-default input[type=range]{background:transparent;position:relative;height:20px;border:none;outline:none;padding:0}.joint-inspector.joint-theme-default input[type=range]::-ms-thumb{position:relative;width:6px;height:12px;top:0;z-index:2;border:1px solid lightgrey;background:white}.joint-inspector.joint-theme-default input[type=range]::-ms-track{position:absolute;left:0;top:9px;content:" ";width:100%;height:2px;background:lightgrey;border-color:transparent;border-radius:3px;color:transparent}.joint-inspector.joint-theme-default input[type=range]::-ms-fill-lower{background:transparent;border-color:transparent}.joint-inspector.joint-theme-default input[type=range]:focus{outline:none}.joint-inspector.joint-theme-default input[type=text],.joint-inspector.joint-theme-default input[type=number],.joint-inspector.joint-theme-default textarea,.joint-inspector.joint-theme-default .content-editable,.joint-inspector.joint-theme-default select,.joint-inspector.joint-theme-default option{width:100%;height:auto;line-height:16px;background:transparent;border:1px solid lightgrey;box-sizing:border-box;outline:none;padding:5px}.joint-inspector.joint-theme-default .content-editable{width:calc(100% - 10px);box-sizing:content-box;min-height:1em}.joint-inspector.joint-theme-default input[type=color]{width:40px;height:40px}.joint-inspector.joint-theme-default select:not([multiple]){height:28px}.joint-inspector.joint-theme-material{color:#55627b;background:#ecf0f8;font-family:lato-light,Arial,sans-serif}.joint-inspector.joint-theme-material label{font-size:12px;padding-right:4px;margin-bottom:6px}.joint-inspector.joint-theme-material input,.joint-inspector.joint-theme-material .content-editable,.joint-inspector.joint-theme-material textarea{color:#55627b;border:none;outline:none;background:transparent}.joint-inspector.joint-theme-material input[type=text],.joint-inspector.joint-theme-material input[type=number],.joint-inspector.joint-theme-material .content-editable,.joint-inspector.joint-theme-material textarea{border-bottom:2px solid #5fa9ee;padding:4px 0;line-height:16px}.joint-inspector.joint-theme-material .content-editable{width:calc(100% - 8px);box-sizing:content-box;min-height:1em}.joint-inspector.joint-theme-material textarea{width:100%;resize:vertical}.joint-inspector.joint-theme-material select.select{font-size:14px;font-family:lato-light,Arial,sans-serif;background:#ecf0f8;color:#55627b;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-padding-end:20px;-webkit-padding-start:2px;background-image:url(data:image/png;base64,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);background-position:right center;background-repeat:no-repeat;overflow:hidden;padding:5px 10px;text-overflow:ellipsis;white-space:nowrap;width:200px;cursor:pointer}.joint-inspector.joint-theme-material select.select::-ms-expand{visibility:hidden}.joint-inspector.joint-theme-material output,.joint-inspector.joint-theme-material .units{font-size:12px;font-weight:700;margin-bottom:6px}.joint-inspector.joint-theme-material .group{height:auto;padding:0 0 20px;margin-bottom:1px;max-height:5000px;transition:max-height .25s cubic-bezier(.5,0,1,0) -.1s;transition-delay:0s}.joint-inspector.joint-theme-material .group.closed{height:auto;max-height:31px;padding:0;transition:max-height .25s cubic-bezier(0,1,0,1) -.1s}.joint-inspector.joint-theme-material .group>.group-label{position:relative;left:0;width:100%;height:31px;line-height:31px;color:#55627b;font-size:12px;font-weight:700;text-transform:uppercase;box-sizing:border-box;background:#d0d8e8;padding:0 5px 0 15px}.joint-inspector.joint-theme-material .group>.group-label:hover{color:#5faaee}.joint-inspector.joint-theme-material .toggle{height:14px;width:36px;border-radius:14px}.joint-inspector.joint-theme-material .toggle input:checked+span{background:#5fa9ee}.joint-inspector.joint-theme-material .toggle span{background:rgba(0,0,0,.26);color:#f6f6f6;border-radius:14px;box-shadow:none}.joint-inspector.joint-theme-material .toggle span i{right:50%;width:50%;top:-2px;height:130%;left:0;border-radius:50%;cursor:pointer;background:#fafafa;box-shadow:0 2px 2px #00000024,0 3px 1px -2px #0003,0 1px 5px #0000001f;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:left}.joint-inspector.joint-theme-material .toggle input:checked+span i{position:absolute;left:20px;background:#3f51b5;box-shadow:0 3px 4px #00000024,0 3px 3px -2px #0003,0 1px 8px #0000001f}.joint-inspector.joint-theme-material .btn-list-add,.joint-inspector.joint-theme-material .btn-list-del{background:#5fa9ee;color:#deebfb;font-weight:700;font-size:17px;border:none}.joint-inspector.joint-theme-material .btn-list-add:hover,.joint-inspector.joint-theme-material .btn-list-del:hover{background-color:#4c88be}.joint-inspector.joint-theme-material .select-box{color:#000}.joint-inspector.joint-theme-material .select-box.color-palette.joint-theme-material div.select-box-selection{color:#ddd;border:1px solid transparent}.select-box[data-attribute$="/stroke"].color-palette.joint-theme-material .select-box-selection div.select-box-option-content:after{left:5px;top:5px}.joint-inspector.joint-theme-material .group .field{box-sizing:border-box;padding:0 18px;margin-top:12px}.joint-inspector.joint-theme-material input{width:100%;height:auto;text-shadow:none;box-shadow:none;border:none;outline:none;box-sizing:border-box;padding:0}.joint-inspector.joint-theme-material input[type=range]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;height:30px}.joint-inspector.joint-theme-material input[type=range]:focus{outline:none}.joint-inspector.joint-theme-material input[type=range]::-ms-track{cursor:pointer;background:transparent;border-color:transparent;color:transparent}.joint-inspector.joint-theme-material input[type=range]::-webkit-slider-thumb{margin-top:-5px;cursor:move;-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:rgb(63,81,181);border:none;transition:border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.joint-inspector.joint-theme-material input[type=range]::-ms-thumb{margin-top:0;-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:rgb(63,81,181);border:none;transition:border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.joint-inspector.joint-theme-material input[type=range]:active::-webkit-slider-thumb{background:rgb(63,81,181);-webkit-transform:scale(1.5);transform:scale(1.5)}.joint-inspector.joint-theme-material input[type=range]:active::-ms-thumb{background:rgb(63,81,181);-webkit-transform:scale(1.5);transform:scale(1.5)}.joint-inspector.joint-theme-material input[type=range]::-moz-range-thumb{cursor:move;-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:rgb(63,81,181);border:none;transition:border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.joint-inspector.joint-theme-material input[type=range]:active::-moz-range-thumb{background:rgb(63,81,181);-webkit-transform:scale(1.5);transform:scale(1.5)}.joint-inspector.joint-theme-material input[type=range]::-ms-fill-lower,.joint-inspector.joint-theme-material input[type=range]::-ms-fill-upper{width:100%;height:3px;background:#5fa9ee}.joint-inspector.joint-theme-material input[type=range]::-ms-fill-lower{background:#3f51b5}.joint-inspector.joint-theme-material input[type=range]::-moz-range-track{width:100%;height:3px;background:#5fa9ee;cursor:pointer}.joint-inspector.joint-theme-material input[type=range]::-moz-range-progress{height:3px;background:#3f51b5}.joint-inspector.joint-theme-material input[type=range]::-webkit-slider-runnable-track{width:100%;height:3px;background:#5fa9ee;cursor:pointer}.joint-inspector.joint-theme-material select{width:100%;height:auto;line-height:14px;text-shadow:none;box-shadow:none;border:2px solid #5fa9ee;box-sizing:border-box;outline:none;padding:6px;overflow:auto}.joint-inspector.joint-theme-material select:not([multiple]){height:33px}@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm){.joint-inspector.joint-theme-material input[type=text],.joint-inspector.joint-theme-material input[type=number]{padding:0 0 4px 10px}}.joint-inspector.joint-theme-material option{background:white;padding:0 10px}.joint-inspector.joint-theme-material input[type=color]{width:40px;height:40px}.joint-inspector.joint-theme-material .list-item{background:#d0d8e8;box-shadow:none;border:none;padding:16px}.joint-inspector.joint-theme-material .list-item .field{padding:0}.joint-inspector.joint-theme-material input.toggle+span:after{content:"";position:absolute;z-index:2;box-sizing:border-box;background:#3f51b5;transition:width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);border-radius:50%;opacity:0;pointer-events:none;top:-12px;left:-12px;overflow:hidden;width:40px;height:40px}.joint-inspector.joint-theme-material .toggle-field.is-in-action input.toggle+span:after{opacity:.3}.joint-inspector.joint-theme-material input.toggle:checked+span:after{transform:translate(20px)}.joint-inspector.joint-theme-material .textarea-field>.input-wrapper,.joint-inspector.joint-theme-material .number-field>.input-wrapper,.joint-inspector.joint-theme-material .content-editable-field>.input-wrapper,.joint-inspector.joint-theme-material .text-field>.input-wrapper{position:relative}.joint-inspector.joint-theme-material .textarea-field>.input-wrapper:after,.joint-inspector.joint-theme-material .content-editable-field>.input-wrapper:after,.joint-inspector.joint-theme-material .number-field>.input-wrapper:after,.joint-inspector.joint-theme-material .text-field>.input-wrapper:after{background:#3f51b5;bottom:0;content:"";height:2px;left:45%;position:absolute;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:-1;width:10px;transition-property:width,left,z-index;display:block}.joint-inspector.joint-theme-material .is-focused.textarea-field>.input-wrapper:after,.joint-inspector.joint-theme-material .is-focused.content-editable-field>.input-wrapper:after,.joint-inspector.joint-theme-material .is-focused.number-field>.input-wrapper:after,.joint-inspector.joint-theme-material .is-focused.text-field>.input-wrapper:after{z-index:1000;left:0;width:100%}@-moz-document url-prefix(){.joint-inspector.joint-theme-material .textarea-field>.input-wrapper:after{bottom:1px}}@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm){.joint-inspector.joint-theme-material .textarea-field>.input-wrapper:after{bottom:3px}}.joint-inspector.joint-theme-modern{color:#c6c7e2;background:#383b61}.joint-inspector.joint-theme-modern label{font-size:12px;padding-right:4px;margin-bottom:6px}.joint-inspector.joint-theme-modern input,.joint-inspector.joint-theme-modern .content-editable,.joint-inspector.joint-theme-modern textarea{color:#ddd;border:2px solid #444;background:transparent}.joint-inspector.joint-theme-modern select.select{color:#ddd;-moz-appearance:none}.joint-inspector.joint-theme-modern select.select::-ms-expand{visibility:hidden}.joint-inspector.joint-theme-modern option{color:#222}.joint-inspector.joint-theme-modern output,.joint-inspector.joint-theme-modern .units{font-size:12px;font-weight:700;color:#e6e6e6;margin-bottom:6px}.joint-inspector.joint-theme-modern .group{height:auto;padding:0 0 20px;margin-bottom:1px}.joint-inspector.joint-theme-modern .group.closed{height:auto;max-height:31px;padding:0}.joint-inspector.joint-theme-modern .group>.group-label{position:relative;left:0;width:100%;height:31px;line-height:31px;color:#9093b1;font-size:12px;font-weight:700;text-transform:uppercase;box-sizing:border-box;background:#424568;padding:0 5px 0 34px}.joint-inspector.joint-theme-modern .group>.group-label:before{position:absolute;left:5px;top:6px;display:block;width:19px;height:19px;background-color:transparent;background-position:0 0;background-repeat:no-repeat;border:none;content:" ";margin:0;padding:0}.joint-inspector.joint-theme-modern .group>.group-label:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-inspector.joint-theme-modern .group>.group-label:hover:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-inspector.joint-theme-modern .group.closed>.group-label:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3Cpath%20fill%3D%22%23C6C7E2%22%20d%3D%22M8.817%2C5.623v6.756c0%2C0.307%2C0.25%2C0.557%2C0.558%2C0.557c0.309%2C0%2C0.558-0.25%2C0.558-0.557V5.623%20c0-0.309-0.25-0.559-0.558-0.559S8.817%2C5.314%2C8.817%2C5.623L8.817%2C5.623z%20M8.817%2C5.623%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-inspector.joint-theme-modern .group.closed>.group-label:hover:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218.75px%22%20height%3D%2218.75px%22%20viewBox%3D%220%200%2018.75%2018.75%22%20enable-background%3D%22new%200%200%2018.75%2018.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M9.375%2C0.5c-4.688%2C0-8.5%2C3.813-8.5%2C8.5c0%2C4.688%2C3.812%2C8.5%2C8.5%2C8.5c4.687%2C0%2C8.5-3.812%2C8.5-8.5%20C17.875%2C4.313%2C14.062%2C0.5%2C9.375%2C0.5L9.375%2C0.5z%20M9.375%2C16.386C5.303%2C16.386%2C1.99%2C13.072%2C1.99%2C9s3.312-7.385%2C7.385-7.385%20S16.76%2C4.928%2C16.76%2C9S13.447%2C16.386%2C9.375%2C16.386L9.375%2C16.386z%20M9.375%2C16.386%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M12.753%2C8.443H5.997c-0.308%2C0-0.558%2C0.25-0.558%2C0.557c0%2C0.309%2C0.25%2C0.559%2C0.558%2C0.559h6.756%20c0.308%2C0%2C0.558-0.25%2C0.558-0.559C13.311%2C8.693%2C13.061%2C8.443%2C12.753%2C8.443L12.753%2C8.443z%20M12.753%2C8.443%22%2F%3E%3Cpath%20fill%3D%22%23D8D8EC%22%20d%3D%22M8.817%2C5.623v6.756c0%2C0.307%2C0.25%2C0.557%2C0.558%2C0.557c0.309%2C0%2C0.558-0.25%2C0.558-0.557V5.623%20c0-0.309-0.25-0.559-0.558-0.559S8.817%2C5.314%2C8.817%2C5.623L8.817%2C5.623z%20M8.817%2C5.623%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20)}.joint-inspector.joint-theme-modern .toggle{width:72px}.joint-inspector.joint-theme-modern .toggle input{display:block;width:100%;box-sizing:border-box;box-shadow:none;height:12px}.joint-inspector.joint-theme-modern .toggle input:checked+span{background:#31d0c6}.joint-inspector.joint-theme-modern .toggle span{background:#c6c7e2;border-radius:40px;box-shadow:none}.joint-inspector.joint-theme-modern .toggle span:before{background:#f6f6f6;box-shadow:none}.joint-inspector.joint-theme-modern .toggle span i:before{content:"off";position:absolute;right:-50%;top:0;text-transform:uppercase;font-style:normal;font-weight:700;color:#6a6c8a;font-family:Arial,sans-serif;font-size:10px;line-height:16px;margin-top:-1px;margin-right:-8px}.joint-inspector.joint-theme-modern .toggle input:checked+span i:before{content:"on";right:100%;color:#f6f6f6;margin-right:12px}.joint-inspector.joint-theme-modern .toggle span i{right:50%;width:50%;background:#f6f6f6;box-shadow:0 0 3px #111}.joint-inspector.joint-theme-modern .btn-list-add,.joint-inspector.joint-theme-modern .btn-list-del{background:transparent;color:#fff;border:1px solid gray;box-shadow:1px 1px 1px #000}.joint-inspector.joint-theme-modern .btn-list-add:hover,.joint-inspector.joint-theme-modern .btn-list-del:hover{box-shadow:inset 1px 1px 1px #000}.joint-inspector.joint-theme-modern .joint-select-box{color:#000}.joint-inspector.joint-theme-modern .joint-select-box.joint-color-palette.joint-theme-modern div.select-box-selection{color:#ddd;border:1px solid #4E517A}.joint-select-box[data-attribute$="/stroke"].joint-color-palette.joint-theme-modern .select-box-selection div.select-box-option-content:after{left:5px;top:5px}.joint-inspector.joint-theme-modern .group .field{box-sizing:border-box;padding:0 18px;margin-top:12px}.joint-inspector.joint-theme-modern input{width:100%;height:auto;text-shadow:none;box-shadow:none;border:none;outline:none;box-sizing:border-box;padding:0}.joint-inspector.joint-theme-modern input[type=range]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;margin:0}.joint-inspector.joint-theme-modern input[type=range]:focus{outline:none}.joint-inspector.joint-theme-modern input[type=range]::-ms-track{cursor:pointer;background:transparent;border-color:transparent;color:transparent}.joint-inspector.joint-theme-modern input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:8px;height:8px;background:#fff;border-radius:8px;margin-top:-2px}.joint-inspector.joint-theme-modern input[type=range]::-ms-thumb{margin-top:0;width:8px;height:8px;background:#fff;border-radius:8px}.joint-inspector.joint-theme-modern input[type=range]::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:8px;height:8px;background:#fff;border-radius:8px}.joint-inspector.joint-theme-modern input[type=range]::-ms-fill-lower,.joint-inspector.joint-theme-modern input[type=range]::-ms-fill-upper{width:100%;height:3px;background:#7c69fd;border-radius:3px}.joint-inspector.joint-theme-modern input[type=range]::-moz-range-track{width:100%;height:3px;background:#7c69fd;border-radius:3px}.joint-inspector.joint-theme-modern input[type=range]::-webkit-slider-runnable-track{width:100%;height:3px;background:#7c69fd;border-radius:3px}.joint-inspector.joint-theme-modern input[type=text],.joint-inspector.joint-theme-modern input[type=number],.joint-inspector.joint-theme-modern textarea,.joint-inspector.joint-theme-modern .content-editable,.joint-inspector.joint-theme-modern select{width:100%;height:auto;line-height:16px;text-shadow:none;background:transparent;border:2px solid #4E517A;box-shadow:none;box-sizing:border-box;outline:none;padding:6px;overflow:auto}.joint-inspector.joint-theme-modern .content-editable{width:calc(100% - 12px);box-sizing:content-box;min-height:1em}.joint-inspector.joint-theme-modern input[type=text],.joint-inspector.joint-theme-modern input[type=number],.joint-inspector.joint-theme-modern select:not([multiple]){height:33px}@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm){.joint-inspector.joint-theme-modern input[type=text],.joint-inspector.joint-theme-modern input[type=number]{padding:0 0 0 10px}.joint-inspector.joint-theme-modern .toggle span i:before{margin-top:0}}.joint-inspector.joint-theme-modern option{background:#fff;padding:0 10px}.joint-inspector.joint-theme-modern input[type=color]{width:40px;height:40px}.joint-inspector .joint-select-box.joint-theme-modern .select-box-selection{border-color:#4e517a;color:#fff}.joint-inspector .joint-select-box.joint-color-palette.joint-theme-modern .select-box-option-content{border:none}.joint-inspector .joint-select-button-group.joint-theme-modern.disabled .select-button-group-button{color:#4e517a}.joint-inspector .joint-select-button-group.joint-theme-modern.disabled .select-button-group-button.selected{border-color:#4e517a}.joint-inspector.joint-theme-modern .list-item{background:#424568;box-shadow:none;border:none;padding:16px}.joint-inspector.joint-theme-modern .list-item .field{padding:0}.joint-free-transform{position:absolute;pointer-events:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;box-sizing:border-box}.joint-free-transform>div{position:absolute;pointer-events:auto;box-sizing:content-box}.joint-free-transform .resize,.joint-free-transform .rotate{touch-action:none}.joint-free-transform .resize{border-radius:6px;width:8px;height:8px}.joint-free-transform .resize[data-position=top-left]{top:-5px;left:-5px}.joint-free-transform .resize[data-position=top-right]{top:-5px;right:-5px}.joint-free-transform .resize[data-position=bottom-left]{bottom:-5px;left:-5px}.joint-free-transform .resize[data-position=bottom-right]{bottom:-5px;right:-5px}.joint-free-transform .resize[data-position=top]{top:-5px;left:50%;margin-left:-5px}.joint-free-transform .resize[data-position=bottom]{bottom:-5px;left:50%;margin-left:-5px}.joint-free-transform .resize[data-position=left]{left:-5px;top:50%;margin-top:-5px}.joint-free-transform .resize[data-position=right]{right:-5px;top:50%;margin-top:-5px}.joint-free-transform.no-orthogonal-resize .resize[data-position=top],.joint-free-transform.no-orthogonal-resize .resize[data-position=bottom],.joint-free-transform.no-orthogonal-resize .resize[data-position=left],.joint-free-transform.no-orthogonal-resize .resize[data-position=right]{display:none}.joint-free-transform .resize.n{cursor:n-resize}.joint-free-transform .resize.s{cursor:s-resize}.joint-free-transform .resize.e{cursor:e-resize}.joint-free-transform .resize.w{cursor:w-resize}.joint-free-transform .resize.ne{cursor:ne-resize}.joint-free-transform .resize.nw{cursor:nw-resize}.joint-free-transform .resize.se{cursor:se-resize}.joint-free-transform .resize.sw{cursor:sw-resize}.joint-free-transform .rotate{border-radius:6px;width:10px;height:10px;top:-20px;left:-20px;cursor:pointer}.joint-free-transform.no-rotation .rotate{display:none}.joint-free-transform.in-operation{border-style:hidden}.joint-free-transform.in-operation>div{display:none}.joint-free-transform>div.in-operation{display:block}.joint-free-transform.joint-theme-dark{border:1px solid #8f9498}.joint-free-transform.joint-theme-dark .resize,.joint-free-transform.joint-theme-dark .rotate{width:6px;height:6px;background:radial-gradient(circle,#acaca3,#8f9498);border-radius:0}.joint-free-transform.joint-theme-dark .resize[data-position=top-left]{top:-3px;left:-3px}.joint-free-transform.joint-theme-dark .resize[data-position=top-right]{top:-3px;right:-3px}.joint-free-transform.joint-theme-dark .resize[data-position=bottom-left]{bottom:-3px;left:-3px}.joint-free-transform.joint-theme-dark .resize[data-position=bottom-right]{bottom:-3px;right:-3px}.joint-free-transform.joint-theme-dark .resize[data-position=top]{top:-3px;margin-left:-3px}.joint-free-transform.joint-theme-dark .resize[data-position=bottom]{bottom:-3px;margin-left:-3px}.joint-free-transform.joint-theme-dark .resize[data-position=left]{left:-3px;margin-top:-3px}.joint-free-transform.joint-theme-dark .resize[data-position=right]{right:-3px;margin-top:-3px}.joint-free-transform.joint-theme-default{border:1px dashed black}.joint-free-transform.joint-theme-default>div{background-color:#fff;border:1px solid black}.joint-free-transform.joint-theme-default>div:hover{background-color:#d3d3d3}.joint-free-transform.joint-theme-default>div.in-operation{background-color:gray}.joint-free-transform.joint-theme-material{border:1px solid #c6c7e2}.joint-free-transform.joint-theme-material .resize,.joint-free-transform.joint-theme-material .rotate{width:6px;height:6px;background:#717d98;border-radius:0}.joint-free-transform.joint-theme-material .resize[data-position=top-left]{top:-3px;left:-3px}.joint-free-transform.joint-theme-material .resize[data-position=top-right]{top:-3px;right:-3px}.joint-free-transform.joint-theme-material .resize[data-position=bottom-left]{bottom:-3px;left:-3px}.joint-free-transform.joint-theme-material .resize[data-position=bottom-right]{bottom:-3px;right:-3px}.joint-free-transform.joint-theme-material .resize[data-position=top]{top:-3px;margin-left:-3px}.joint-free-transform.joint-theme-material .resize[data-position=bottom]{bottom:-3px;margin-left:-3px}.joint-free-transform.joint-theme-material .resize[data-position=left]{left:-3px;margin-top:-3px}.joint-free-transform.joint-theme-material .resize[data-position=right]{right:-3px;margin-top:-3px}.joint-free-transform.joint-theme-modern{border:1px solid #c6c7e2}.joint-free-transform.joint-theme-modern .resize,.joint-free-transform.joint-theme-modern .rotate{width:6px;height:6px;background:linear-gradient(#6a6c8a,#3c4260);border-radius:0}.joint-free-transform.joint-theme-modern .resize[data-position=top-left]{top:-3px;left:-3px}.joint-free-transform.joint-theme-modern .resize[data-position=top-right]{top:-3px;right:-3px}.joint-free-transform.joint-theme-modern .resize[data-position=bottom-left]{bottom:-3px;left:-3px}.joint-free-transform.joint-theme-modern .resize[data-position=bottom-right]{bottom:-3px;right:-3px}.joint-free-transform.joint-theme-modern .resize[data-position=top]{top:-3px;margin-left:-3px}.joint-free-transform.joint-theme-modern .resize[data-position=bottom]{bottom:-3px;margin-left:-3px}.joint-free-transform.joint-theme-modern .resize[data-position=left]{left:-3px;margin-top:-3px}.joint-free-transform.joint-theme-modern .resize[data-position=right]{right:-3px;margin-top:-3px}.joint-tooltip{position:absolute;z-index:10000;border-radius:5px;pointer-events:none}.joint-tooltip .tooltip-content{padding:10px}.joint-tooltip.left,.joint-tooltip.right{margin-top:-2px}.joint-tooltip.top,.joint-tooltip.bottom{margin-left:-2px}.joint-tooltip.small{padding:5px;font-size:10px}.joint-tooltip .tooltip-arrow,.joint-tooltip .tooltip-arrow-mask{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.joint-tooltip.left .tooltip-arrow-mask,.joint-tooltip.left .tooltip-arrow{margin-right:-1px;right:100%}.joint-tooltip.right .tooltip-arrow-mask,.joint-tooltip.right .tooltip-arrow{margin-left:-1px;left:100%}.joint-tooltip.top .tooltip-arrow-mask,.joint-tooltip.top .tooltip-arrow{bottom:100%}.joint-tooltip.bottom .tooltip-arrow-mask,.joint-tooltip.bottom .tooltip-arrow{top:100%}.joint-tooltip .tooltip-arrow-mask{border-width:6px}.joint-tooltip.left .tooltip-arrow-mask,.joint-tooltip.right .tooltip-arrow-mask{margin-top:-6px}.joint-tooltip.top .tooltip-arrow-mask,.joint-tooltip.bottom .tooltip-arrow-mask{margin-left:-6px}.joint-tooltip .tooltip-arrow{border-width:8px}.joint-tooltip.left .tooltip-arrow,.joint-tooltip.right .tooltip-arrow{margin-top:-8px}.joint-tooltip.top .tooltip-arrow,.joint-tooltip.bottom .tooltip-arrow{margin-left:-8px}@keyframes joint-tooltip-fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes joint-tooltip-fadein{0%{opacity:0}to{opacity:1}}@-moz-keyframes joint-tooltip-fadein{0%{opacity:0}to{opacity:1}}@-ms-keyframes joint-tooltip-fadein{0%{opacity:0}to{opacity:1}}.joint-tooltip.animated{opacity:0}.joint-tooltip.animated.rendered{animation:joint-tooltip-fadein;-webkit-animation:joint-tooltip-fadein;-moz-animation:joint-tooltip-fadein;-ms-animation:joint-tooltip-fadein;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards}.joint-tooltip.joint-theme-dark{color:#fff;font-size:14px;background:#5e6366;border:none;border-radius:10px;box-shadow:0 1px 1px #aaa}.joint-tooltip.joint-theme-dark.left .tooltip-arrow-mask{border-right-color:#5e6366}.joint-tooltip.joint-theme-dark.right .tooltip-arrow-mask{border-left-color:#5e6366}.joint-tooltip.joint-theme-dark.top .tooltip-arrow-mask{border-bottom-color:#5e6366}.joint-tooltip.joint-theme-dark.bottom .tooltip-arrow-mask{border-top-color:#5e6366}.joint-tooltip.joint-theme-dark.left .tooltip-arrow{border-right-color:#5e6366}.joint-tooltip.joint-theme-dark.right .tooltip-arrow{border-left-color:#5e6366}.joint-tooltip.joint-theme-dark.top .tooltip-arrow{border-bottom-color:#5e6366}.joint-tooltip.joint-theme-dark.bottom .tooltip-arrow{border-top-color:#5e6366}.joint-tooltip.joint-theme-default{background-color:#d3d3d3;color:#000;font-size:14px}.joint-tooltip.joint-theme-default.left .tooltip-arrow-mask{border-right-color:#d3d3d3}.joint-tooltip.joint-theme-default.right .tooltip-arrow-mask{border-left-color:#d3d3d3}.joint-tooltip.joint-theme-default.top .tooltip-arrow-mask{border-bottom-color:#d3d3d3}.joint-tooltip.joint-theme-default.bottom .tooltip-arrow-mask{border-top-color:#d3d3d3}.joint-tooltip.joint-theme-default.left .tooltip-arrow{border-right-color:#d3d3d3}.joint-tooltip.joint-theme-default.right .tooltip-arrow{border-left-color:#d3d3d3}.joint-tooltip.joint-theme-default.top .tooltip-arrow{border-bottom-color:#d3d3d3}.joint-tooltip.joint-theme-default.bottom .tooltip-arrow{border-top-color:#d3d3d3}.joint-tooltip.joint-theme-material{color:#deebfb;font-size:14px;background:#5fa9ee;border:none;border-radius:3px;font-family:lato-light,Arial,sans-serif;-webkit-animation:pulse .2s cubic-bezier(0,0,.2,1);animation:pulse .2s cubic-bezier(0,0,.2,1)}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.joint-tooltip.joint-theme-material.left .tooltip-arrow-mask{border-right-color:#5fa9ee}.joint-tooltip.joint-theme-material.right .tooltip-arrow-mask{border-left-color:#5fa9ee}.joint-tooltip.joint-theme-material.top .tooltip-arrow-mask{border-bottom-color:#5fa9ee}.joint-tooltip.joint-theme-material.bottom .tooltip-arrow-mask{border-top-color:#5fa9ee}.joint-tooltip.joint-theme-material.left .tooltip-arrow{border-right-color:#5fa9ee}.joint-tooltip.joint-theme-material.right .tooltip-arrow{border-left-color:#5fa9ee}.joint-tooltip.joint-theme-material.top .tooltip-arrow{border-bottom-color:#5fa9ee}.joint-tooltip.joint-theme-material.bottom .tooltip-arrow{border-top-color:#5fa9ee}.joint-tooltip.joint-theme-modern.joint-theme-modern{color:#fff;font-size:14px;background:#6a6b8a;border:none;border-radius:10px;box-shadow:0 1px 1px #aaa}.joint-tooltip.joint-theme-modern.left .tooltip-arrow-mask{border-right-color:#6a6b8a}.joint-tooltip.joint-theme-modern.right .tooltip-arrow-mask{border-left-color:#6a6b8a}.joint-tooltip.joint-theme-modern.top .tooltip-arrow-mask{border-bottom-color:#6a6b8a}.joint-tooltip.joint-theme-modern.bottom .tooltip-arrow-mask{border-top-color:#6a6b8a}.joint-tooltip.joint-theme-modern.left .tooltip-arrow{border-right-color:#6a6b8a}.joint-tooltip.joint-theme-modern.right .tooltip-arrow{border-left-color:#6a6b8a}.joint-tooltip.joint-theme-modern.top .tooltip-arrow{border-bottom-color:#6a6b8a}.joint-tooltip.joint-theme-modern.bottom .tooltip-arrow{border-top-color:#6a6b8a}.joint-snaplines{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.joint-snaplines>.snapline{position:absolute;pointer-events:none;opacity:1}.joint-snaplines>.snapline.horizontal{width:100%}.joint-snaplines>.snapline.vertical{height:100%}.joint-paper-scroller .joint-snaplines>.snapline.horizontal{width:700%;left:-300%}.joint-paper-scroller .joint-snaplines>.snapline.vertical{height:700%;top:-300%}.joint-snaplines.joint-theme-dark .snapline.horizontal{border-bottom:1px solid #feb663}.joint-snaplines.joint-theme-dark .snapline.vertical{border-right:1px solid #feb663}.joint-snaplines.joint-theme-default .snapline.horizontal{border-bottom:1px solid lightgrey}.joint-snaplines.joint-theme-default .snapline.vertical{border-right:1px solid lightgrey}.joint-snaplines.joint-theme-material .snapline.horizontal{border-bottom:1px solid #5faaee}.joint-snaplines.joint-theme-material .snapline.vertical{border-right:1px solid #5faaee}.joint-snaplines.joint-theme-modern .snapline.horizontal{border-bottom:1px solid #2ECC71}.joint-snaplines.joint-theme-modern .snapline.vertical{border-right:1px solid #2ECC71}.joint-text-editor{margin:0;padding:0}@-webkit-keyframes text-editor-caret-blink{0%{opacity:1}to{opacity:0}}@-moz-keyframes text-editor-caret-blink{0%{opacity:1}to{opacity:0}}@-ms-keyframes text-editor-caret-blink{0%{opacity:1}to{opacity:0}}@keyframes text-editor-caret-blink{0%{opacity:1}to{opacity:0}}.joint-text-editor .caret{position:absolute;height:15px;margin-left:-1px;margin-top:2px;width:1px;-webkit-animation:text-editor-caret-blink 1s linear 0s infinite;-moz-animation:text-editor-caret-blink 1s linear 0s infinite;-ms-animation:text-editor-caret-blink 1s linear 0s infinite;animation:text-editor-caret-blink 1s linear 0s infinite;pointer-events:none;white-space:nowrap}.joint-text-editor .caret.placeholder{background-color:transparent;-webkit-animation:none;animation:none;width:auto}.joint-text-editor .caret.placeholder:before{content:"";display:block;height:100%;width:1px;-webkit-animation:text-editor-caret-blink 1s linear 0s infinite;-moz-animation:text-editor-caret-blink 1s linear 0s infinite;-ms-animation:text-editor-caret-blink 1s linear 0s infinite;animation:text-editor-caret-blink 1s linear 0s infinite;float:left}.joint-text-editor .caret.placeholder:after{content:attr(data-placeholder-text);vertical-align:middle;display:inline-block}.joint-text-editor .caret[text-anchor=middle].placeholder:after{-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translate(-50%)}.joint-text-editor .caret[text-anchor=end].placeholder:after{-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translate(-100%)}.joint-text-editor .char-selection-box{position:absolute;opacity:.8;padding:0;margin:2px 0 0;pointer-events:none}.joint-text-editor .char-selection-box:hover{cursor:text}.joint-text-editor .textarea-container{position:absolute;height:0;overflow:hidden}.joint-text-editor textarea{position:absolute;width:1000px;height:1em;outline:none}.joint-text-editor.joint-theme-dark .caret{background-color:#595a5a}.joint-text-editor.joint-theme-dark .caret.placeholder:before{background-color:#595a5a}.joint-text-editor.joint-theme-dark .caret.placeholder:after{font-style:italic;color:#d3d3d3}.joint-text-editor.joint-theme-dark .char-selection-box{background-color:#d3d3d3}.joint-text-editor.joint-theme-default .caret{background-color:#000}.joint-text-editor.joint-theme-default .caret.placeholder:before{background-color:#000}.joint-text-editor.joint-theme-default .caret.placeholder:after{font-style:italic;color:#d3d3d3}.joint-text-editor.joint-theme-default .char-selection-box{background-color:#d3d3d3}.joint-text-editor.joint-theme-material .caret{background-color:#000}.joint-text-editor.joint-theme-material .caret.placeholder:before{background-color:#000}.joint-text-editor.joint-theme-material .caret.placeholder:after{font-style:italic;color:#d3d3d3}.joint-text-editor.joint-theme-material .char-selection-box{background-color:#d3d3d3}.joint-text-editor.joint-theme-modern .caret{background-color:#000}.joint-text-editor.joint-theme-modern .caret.placeholder:before{background-color:#000}.joint-text-editor.joint-theme-modern .caret.placeholder:after{font-style:italic;color:#d3d3d3}.joint-text-editor.joint-theme-modern .char-selection-box{background-color:#afd5ff}.joint-dialog .bg{position:fixed;top:0;left:0;right:0;bottom:0;opacity:.5;z-index:10000}.joint-dialog .fg{width:80%;margin:0 auto;top:100px;left:0;right:0;z-index:10001;position:absolute}.joint-dialog.inlined .bg{display:none}.joint-dialog:not(.modal) .bg{display:none}.joint-dialog:not(.modal) .fg{z-index:9999}.joint-dialog.inlined .fg{position:relative;top:auto;left:auto;margin:0;z-index:auto}.joint-dialog .titlebar{text-rendering:optimizeLegibility}.joint-dialog.draggable .titlebar{cursor:move;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.joint-dialog .titlebar.empty{display:none}.joint-dialog .btn-close{line-height:1;position:absolute;top:5px;right:5px;cursor:pointer}.joint-dialog .body{padding:10px}.joint-dialog .controls{text-align:center}.joint-dialog .controls .control-button{float:right;margin:20px 5px 10px;line-height:30px;height:30px;cursor:pointer;outline:none}.joint-dialog .controls .control-button:first-child:not(.left):not(.center){margin-right:10px}.joint-dialog .controls .control-button.left{float:left}.joint-dialog .controls .control-button.left:not(.left~.left){margin-left:10px}.joint-dialog .controls .control-button.center{float:none;display:inline-block}.joint-dialog.modal{display:block}@font-face{font-family:dialog-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-dialog.joint-theme-dark{font-family:Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif}.joint-dialog.joint-theme-dark .bg{background-color:#111}.joint-dialog.joint-theme-dark .fg{background-color:#f6f6f6;box-shadow:2px 2px 3px #666;border-radius:3px;overflow:hidden;border:1px solid #383c3f}.joint-dialog.joint-theme-dark.inlined .fg{position:relative;top:auto;left:auto;z-index:auto;margin:0}.joint-dialog.joint-theme-dark .titlebar{background:url(data:image/png;base64,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) repeat;color:#f5f5f5;padding:10px 25px 10px 10px;text-shadow:1px 2px 1px #313538;border-bottom:1px solid #383c3f}.joint-dialog.joint-theme-dark[data-type=alert] .titlebar{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AQECQ0lUQkRMAAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAApnSURBVGjenVtbkiO5DcwES4r1JRw+sa/rmVYT8AcJEkSx1KruiI2RSlngC48EiOV///NvQ/orZqjk8kz7V7GJATBw/o5yYpTAQ1dZxQwv4SLrkzGzrLt4f+fwF+O/BQb4wmCoIIphxTkg4Npnjs0ohpOsNrMpy58vi++4F+biviFD1h18sT7/jjn8JT8dn3CB4YsyJus75bhqPJ1wW7/hm+35YekkkizHPb6BIu09ANBKX8nAW3/5r9zDVxCVRAXxNMWhBAiDAqABrgB/SRjnd8eg4/zkXY2qNcHmatUXdFjbhDYJQCpgxTehb244rkriIdrxUz6H1tzDVxKvrpFqwBFBYoD4SfVTMHBZbFs8+y8G2twQ9s3wBZfaP1z8SZfl07c+6W/KYpOuPfgV3vzgYWA74fjnx786ghVkAL4gIAzSTHL7Vw/CrJ360e3bCmCc+xDli4Ud66fU/EUb4xXM7lO8P/fxhg1L8tU/eWPfMffK5mcevov5+9zK3p56sHuC3SS6XDXYTXx77u7DcDz0PPpwWNGzdi+dF+4DDg+aHJPb+rC//j1HhvxOsTYH/01TePkUHw/oYYYjxzJfnBI9HK3eOKqhC4uTjxN6cb6vbJvhi93J8jEBOS3qt/jIDZTA8QoxteK8eCcJ45T8xNhUNQ7qn+ezEMYwDdd/G8+5qr2ynVAeU36B9zFa5BIcg1jApvoGhzDsLTgHD/zupY/goY8R4A021JWQaH3sat3H9THimErgMF3UNpOUT/BtniOg4qAZyODhzHCYoSohpQXrtnMcxAIAWLvXk9Xuo1txm9UUKnyhLxI0G7IAgAU4rPmDV7LvUg0suIWPMaaIThv+ogTKqC2kgFDK2MFG39oKn0VHCJPuEJr6yNhPASB9178o43QGWXHnddj0B2Abn1wwAFBKbXJu4B0ziIeE2CpmeJihWIuVL06v68LkTZIhBtRuqjk26xtZI0ajUTta+43WqJ+f2sNssLdP8fGICeLQyEis2aLSg3VyLsE2GuMxzwUWpgMAD6wqLGmxS8jbZGONa6+h8btryR28Ed3DNFs+LAxuJCo++1MC6ownLCSmh+4pdylcPPFBCXHNSKZ3voePmZKBkN1Lcdcav8bw4mLzhMQ5c/CgD7PTRLL3j562Ys2NY2iM753G/hAfvXVzsoY1ZHTb1O7AYm4bXX4OV6Xb/hL4aZNa0uCsrhjGyfvYjqvdBp9m+COyLsLy50/w7HEa+EcVxzfPtvXsoaSSqMKtOku2WzmrtHJ9fikrMDtlIzt/IAuJaARI8ep09lN8nNNfEkdUiUgRd6wrq6m2HG04Ln2TGOTn6oze/F2eVLSSeHkFpePu4uM7XwxMKxKF0t272+/JSxtPiy9mI4fO9u9q74v2U2JkeR7iDHha8/vf4dSkJe9NhW/gJaWPh8zKS0rKmX7BJd/2MBU3z0/dYOM0OMKYOz2OjWWPy9ZlKS/GvItPczyWMg0Jr/UoG6uKTmCwGSP+hQpB2/HaufJJVlfZwagCX2+yZooJNqo55tA37CtQHbLexwfm9YDNAkBUaemOtRq3XvJKhbMsV6tWrOsqHpJxoJVSMyMqQRPKEgXsNh7JHJcSz4hzPQMpYhDd13y/U7GqJrUa9ipcyAase2wSD3VN2iT3Xd3HhnNWWO7gDeuhHdE7j4mBp7g346udaOQVE0Pw4n7ib7Fp83bVkN/gI+5ok7B92EjF8xgzY6wdjMb4diGrl189d8Q6RsyWMkyc4x18nKPkQTWoRe2p88tT6B7PakiprxYWN2x3suJxcpMEZPlL7P8lfqj0S/a6WUlU5Sjm+U1DobWiO4gndVGdXNOqkRWx0UAN9LOqOxk7mc2XyVJwX8f4HD/W0sc+cuVw7p6hhPJJYbh78udhcZ4LZ08d5eU8unSuPUs2NtWPZ3w2v8/wWMxna8Mt7MSJu2ufOMe4y3+YbSvyo6BmSMVCc9awxdEMZrG44OUi3sK74xyXaaN0I1yyHg/qnuFEtYxZ//TsWHBjweF9hJItOkkYKh3CFbTLYzKVcf35Od7X4eX3I9aC4s55jcsDcaZrrkJu415XyjjPXCqmCjtu1Ji7cxl1NdZmk1ypaqx0fowP9bTiTGtXcslx+F3WtOOu76oRfgrcFAuuxvhU7rt1FDNInuwXBS/hRxP+ZBI5no8qok0WN7Qpc3bs4/od/KK55FqIjzy5porHLgHZsZl3iz/JkjW99IqjR4KsnnmOn+Bz+nuUjVrFEJNDQC4UuKCH2ZY1xZCUw8S7G8QTjufw9jGec477y7S4Kzxz00HUw2Xa9iILxDM4s+i0Tidh65g7WYU2HdCH+OFI/QB3XjDb3FVi7cJiznmVfGcbfufoFrlvSk138D7HY+cBsyrkUs7ynDMTijQ1lolOasgVk9+JTTVxzJPH/gQfMJ6PL7uzS7XyLu1OOhYQdq0TUfWvZGW13Mm6i8/h9ZjEITijTjzyCXsQ92SiVBvJeO1kwJMMlZZsO+nI15hR1lMVCETiqbrdqKKGL5Fb+GXs2JjmD56mWxVaKpsd90fk0uGKAk/qyZvPRre9qexCWSQOubL6Ez5ncFIveiciBcy7NFI/ACLtPwjG9wcNInsHFjsDrppmdqelQKOPN/GL9sIgcTdOdzU/lEvyru/6NXcT29Wjru6IxnhGqOBX+HjqR+yF3HnBU8xLzCwuPJays9zTxCx1+MSezI0s9TxG8Gt8MestGdxcVLmnVlu46AgrtoYY2CbMBFvzOnWmrVU4TmDcPW1kiRMd3MN7u5VjjpEvXtiVimw5tObQIHLK/yvZWiHCO69gHnls/WHM2ku+d/DsbOtF4mXEYWTvWZw3ghKckvHsZIyzQhi19rsPXGK/puPfyGrcpH/m7KWMXEA7hTTKTfxsrTCyhaXT3eu2X9pOPc5xxQWGp+qK2fRex87bHS6GrjgvNY7a1S286HW/9CjS/dAvXcnLfumdrOWuKcm6Ymz5mRLI/Rif4E/90leD/08KzAxq0zHo0I1ml5Iu2E70cbPIy1Bn0y6LnTMw9j6rwQxv4F9drasRh2pfSK9AkI0umhlIQkI502L+e1Ha2fHX+sOl22JWm3QzR5A7+Nh0owAOlXPA9ozJyl59KokvCFQBC05CFbC+QapBAzTdZvS2KCjwLVi0yMTg1DjKUgHUWj/nHbxjRNuxj8a0cUso8zOqvS2kxXdlau8iq9ieZ+9OYPR49duNK9xtvG+IESLaHnhlwz8PWkZbqvq+kDz5UvuNxEV7vMpelo+Xn4973vCby7+Dj7inKo5aNpUKa/b6KjPsVFljJ8Tw7Wkim72/OEsptYcFCc4upo7jRlIA1fm8Gpfgrp0T+/O7+DheYW89lPUyAdiUQONv2v8lXJWJ70AAnNrFzVNMnzCaT0vviiiTpUpoFVyaVOnFRd7HjxI0mw1r0vkSWBT7j+y7RvbeaG2pYIkM5403fkTP2TfAN7uk39wxPkI+G+33Dj7OaxQAkMo5s17Vr0R7Oibe/9SlabenpxOVPox7zQc7C7Jdwe76huNpChiW/4chM7M7+PjO/wHJP7EgTU0UQAAAAABJRU5ErkJggg==) repeat}.joint-dialog.joint-theme-dark[data-type=warning] .titlebar{background:url(data:image/png;base64,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) repeat}.joint-dialog.joint-theme-dark[data-type=info] .titlebar{background:url(data:image/png;base64,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) repeat;border-bottom:1px solid #06416E}.joint-dialog.joint-theme-dark[data-type=success] .titlebar{background:url(data:image/png;base64,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) repeat}.joint-dialog.joint-theme-dark:not(.joint-lightbox) .btn-close{background-color:transparent;border:none;visibility:hidden;top:10px}.joint-dialog.joint-theme-dark:not(.joint-lightbox) .btn-close:before{position:absolute;color:#f5f5f5;font-family:dialog-icons-dark;font-style:normal;font-weight:400;speak:none;display:inline-block;text-align:center;font-variant:normal;text-transform:none;font-size:16px;text-shadow:0px 1px #35393c;content:"";visibility:visible}.joint-dialog.joint-theme-dark:not(.joint-lightbox) .btn-close:hover:before{color:#866b6b}.joint-dialog.joint-theme-dark .body{color:#3c4260;background-color:#f6f6f6;padding:10px}.joint-dialog.joint-theme-dark .controls .control-button{border:1px solid #6A6C8B;color:#6a6c8b;background-color:transparent;border-radius:8px;font-weight:bolder;min-width:100px;padding:0 15px;font-size:10pt}.joint-dialog.joint-theme-dark .controls .control-button:hover{color:#f6f6f6;background-color:#6a6c8b}.joint-dialog.joint-theme-default{font-family:Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif!important}.joint-dialog.joint-theme-default .bg{background-color:#000}.joint-dialog.joint-theme-default .fg{border-radius:5px;background-color:#fff;border:1px solid lightgrey}.joint-dialog.joint-theme-default.inlined .fg{position:relative;top:auto;left:auto;margin:0;z-index:auto}.joint-dialog.joint-theme-default .titlebar{background-color:#7c68fc;padding:10px 25px 10px 10px;color:#fff;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom:1px solid lightgrey}.joint-dialog.joint-theme-default[data-type=alert] .titlebar{background-color:#fe854f}.joint-dialog.joint-theme-default[data-type=warning] .titlebar{background-color:#feb663}.joint-dialog.joint-theme-default[data-type=success] .titlebar{background-color:#31d0c6}.joint-dialog.joint-theme-default[data-type=neutral] .titlebar{background-color:#efefef;color:#696c8a}.joint-dialog.joint-theme-default .btn-close{background-color:transparent;border:1px solid transparent;font-size:16px;font-family:Arial;border-radius:4px}.joint-dialog.joint-theme-default .btn-close:hover{border:1px solid black}.joint-dialog.joint-theme-default .body{padding:10px}.joint-dialog.joint-theme-default .controls .control-button{border:1px solid lightgrey;color:#000;background-color:transparent;padding:0 15px;font-size:10pt;border-radius:4px}.joint-dialog.joint-theme-default .controls .control-button:hover{background-color:#d3d3d3}.joint-dialog.joint-theme-material{font-family:lato-light,Arial,sans-serif}.joint-dialog.joint-theme-material .fg{border:2px solid #d0d8e8;background-color:#ecf0f8;border-radius:3px;overflow:hidden}.joint-dialog.joint-theme-material.inlined .fg{position:relative;top:auto;left:auto;z-index:auto;margin:0}.joint-dialog.joint-theme-material .titlebar{color:#6a6c8a;text-shadow:none;background-color:#d0d8e8;padding:5px 25px 5px 5px}.joint-dialog.joint-theme-material[data-type=alert] .fg{border-color:#c00d0f}.joint-dialog.joint-theme-material[data-type=alert] .titlebar{color:#deebfb;background-color:#c00d0f}.joint-dialog.joint-theme-material[data-type=warning] .fg{border-color:#daac0f}.joint-dialog.joint-theme-material[data-type=warning] .titlebar{color:#deebfb;background-color:#daac0f}.joint-dialog.joint-theme-material[data-type=success] .fg{border-color:#5fa9ee}.joint-dialog.joint-theme-material[data-type=success] .titlebar{color:#deebfb;background-color:#5fa9ee}.joint-dialog.joint-theme-material .btn-close{color:#6a6c8a;font-size:16px;background-color:transparent;border:none}.joint-dialog.joint-theme-material[data-type=alert] .btn-close,.joint-dialog.joint-theme-material[data-type=warning] .btn-close,.joint-dialog.joint-theme-material[data-type=success] .btn-close{color:#f6f6f6}.joint-dialog.joint-theme-material .body{color:#55627b;padding:10px}.joint-dialog.joint-theme-material .controls .control-button{border:none;color:#fefefe;background-color:#5faaee;border-radius:8px;padding:0 15px;font-size:10pt;font-weight:700}.joint-dialog.joint-theme-material .controls .control-button:hover{background-color:#4c88be}.joint-dialog.joint-theme-modern{font-family:Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif}.joint-dialog.joint-theme-modern .bg{background-color:#111}.joint-dialog.joint-theme-modern .fg{background-color:#f6f6f6;box-shadow:0 0 3px #888;border-radius:10px;overflow:hidden}.joint-dialog.joint-theme-modern.inlined .fg{position:relative;top:auto;left:auto;z-index:auto;margin:0}.joint-dialog.joint-theme-modern .titlebar{color:#6a6c8a;text-shadow:none;background-color:#efefef;padding:10px 25px 10px 10px}.joint-dialog.joint-theme-modern[data-type=alert] .titlebar{color:#f6f6f6;background-color:#fe854f}.joint-dialog.joint-theme-modern[data-type=warning] .titlebar{color:#f6f6f6;background-color:#feb663}.joint-dialog.joint-theme-modern[data-type=success] .titlebar{color:#f6f6f6;background-color:#31d0c6}.joint-dialog.joint-theme-modern .btn-close{color:#6a6c8a;font-size:16px;font-family:Arial;background-color:transparent;border:none}.joint-dialog.joint-theme-modern[data-type=alert] .btn-close,.joint-dialog.joint-theme-modern[data-type=warning] .btn-close,.joint-dialog.joint-theme-modern[data-type=success] .btn-close{color:#f6f6f6}.joint-dialog.joint-theme-modern .body{color:#3c4260;padding:10px}.joint-dialog.joint-theme-modern .controls .control-button{border:1px solid #6A6C8B;color:#6a6c8b;background-color:transparent;border-radius:15px;padding:0 15px;font-size:10pt;font-family:Helvetica Neue}.joint-dialog.joint-theme-modern .controls .control-button:hover{color:#f6f6f6;background-color:#6a6c8b}.joint-flash-message .fg{top:0;max-width:30%;min-width:300px;right:20px;left:auto}.joint-flash-message .titlebar{border-radius:0;border-bottom:0}.joint-flash-message.joint-theme-default .fg{border-radius:5px}.joint-flash-message.joint-theme-default .titlebar{padding:5px 25px 5px 5px}.joint-flash-message.joint-theme-default .body{color:#fff}.joint-flash-message.joint-theme-default .fg{background-color:#7c68fc}.joint-flash-message.joint-theme-default[data-type=alert] .fg{background-color:#fe854f}.joint-flash-message.joint-theme-default[data-type=warning] .fg{background-color:#feb663}.joint-flash-message.joint-theme-default[data-type=success] .fg{background-color:#31d0c6}.joint-flash-message.joint-theme-default[data-type=neutral] .fg{background-color:#efefef}.joint-flash-message.joint-theme-default[data-type=neutral] .body{color:#696c8a;text-shadow:none}.joint-dialog.joint-lightbox{position:fixed;z-index:10000;top:0;left:0;right:0;height:100%;width:100%;text-align:center}.joint-dialog.joint-lightbox .bg{opacity:.87}.joint-dialog.joint-lightbox .btn-close{background-color:transparent;border:1px solid transparent;text-shadow:none}.joint-dialog.joint-lightbox .fg{position:relative;display:inline-block;overflow:visible;background-color:transparent;top:0;width:80%;height:80%;min-width:10%;max-height:none;border:none;box-shadow:none;text-align:center}.joint-dialog.joint-lightbox .body{display:inline-block;background-color:transparent;padding:0;width:100%;height:100%}.joint-dialog.joint-lightbox img{display:inline-block;max-width:100%;max-height:100%}.joint-dialog.joint-lightbox .titlebar{position:absolute;background:none;top:100%;padding:10px 0;border-bottom:none;text-align:left}.joint-dialog.joint-lightbox .controls{position:relative}.joint-dialog.joint-lightbox.joint-theme-dark .btn-close{color:#d1d2d4;top:-35px;right:-4px;font-size:24px}.joint-dialog.joint-lightbox.joint-theme-dark .btn-close:hover{color:#d1d2d4;border:1px solid #937b7b}.joint-dialog.joint-lightbox.joint-theme-dark .titlebar{color:#d1d2d4}.joint-dialog.joint-lightbox.joint-theme-dark .control-button{color:#d1d2d4;border:1px solid #937b7b}.joint-dialog.joint-lightbox.joint-theme-default .btn-close{color:#fff;top:-35px;right:-2px;font-size:24px}.joint-dialog.joint-lightbox.joint-theme-default .btn-close:hover{border:1px solid #fff}.joint-dialog.joint-lightbox.joint-theme-default .titlebar,.joint-dialog.joint-lightbox.joint-theme-default .control-button{color:#fff}.joint-dialog.joint-lightbox.joint-theme-material{font-family:lato-light,Arial,sans-serif}.joint-dialog.joint-lightbox.joint-theme-material .bg{background:#000}.joint-dialog.joint-lightbox.joint-theme-material .btn-close{color:#fff;top:-35px;right:-2px;font-size:24px}.joint-dialog.joint-lightbox.joint-theme-material .btn-close:hover{border:1px solid #fff}.joint-dialog.joint-lightbox.joint-theme-material .titlebar,.joint-dialog.joint-lightbox.joint-theme-material .control-button{color:#fff}.joint-dialog.joint-lightbox.joint-theme-modern .btn-close{color:#fff;top:-35px;right:-2px;font-size:24px}.joint-dialog.joint-lightbox.joint-theme-modern .btn-close:hover{border:1px solid #fff}.joint-dialog.joint-lightbox.joint-theme-modern .titlebar,.joint-dialog.joint-lightbox.joint-theme-modern .control-button{color:#fff}.joint-context-toolbar{position:absolute;z-index:1000}.joint-context-toolbar .tools{margin:0}.joint-context-toolbar .tool{min-height:30px;min-width:35px;cursor:pointer;outline:none;vertical-align:middle;margin:0;padding:5px}.joint-context-toolbar.joint-vertical .tool{display:block;width:100%}.joint-context-toolbar .tool>img{pointer-events:none}.joint-context-toolbar.joint-theme-dark .tools{border:1px solid #0f1110;padding:5px;border-radius:3px;background:#5e6366}.joint-context-toolbar.joint-theme-dark .tool{border:1px solid #0f1110;color:#d1d2d4;box-shadow:-1px -1px #666 inset;border-right:none;background:rgb(104,108,112);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(120,124,128)),color-stop(1%,rgb(119,123,127)),color-stop(100%,rgb(104,108,112)));background:-webkit-linear-gradient(270deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%);background:-o-linear-gradient(270deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%);background:-ms-linear-gradient(270deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%);background:linear-gradient(180deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%)}.joint-context-toolbar.joint-theme-dark.joint-vertical .tool{border-right:1px solid #0f1110;border-bottom:none}.joint-context-toolbar.joint-theme-dark .tool:last-child{border-right:1px solid #0f1110}.joint-context-toolbar.joint-theme-dark.joint-vertical .tool:last-child{border-bottom:1px solid #0f1110}.joint-context-toolbar.joint-theme-dark .tool:hover,.joint-context-toolbar.joint-theme-dark .tool:active{background:#92979b;background:-webkit-linear-gradient(#3b3f40,#454a4d);background:-o-linear-gradient(#3b3f40,#454a4d);background:-moz-linear-gradient(#3b3f40,#454a4d);background:linear-gradient(#3b3f40,#454a4d);box-shadow:-1px -1px #595959 inset}.joint-context-toolbar.joint-theme-default .tools{border:1px solid lightgrey}.joint-context-toolbar.joint-theme-default .tool{background:white;border:none}.joint-context-toolbar.joint-theme-default .tool:not(:last-child){border-right:1px solid lightgrey}.joint-context-toolbar.joint-theme-default.joint-vertical .tool:not(:last-child){border-right:none;border-bottom:1px solid lightgrey}.joint-context-toolbar.joint-theme-default.joint-vertical .tool{border-bottom:none}.joint-context-toolbar.joint-theme-default .tool:hover{background-color:#d3d3d3}.joint-context-toolbar.joint-theme-default .tool:active{background-color:gray}.joint-context-toolbar.joint-theme-material .tools{border:2px solid #d0d8e8;border-radius:3px}.joint-context-toolbar.joint-theme-material .tool{background:#f6f6f6;border:none;border-right:1px solid #d0d8e8}.joint-context-toolbar.joint-theme-material.joint-vertical .tool{border-right:none;border-bottom:1px solid #d0d8e8}.joint-context-toolbar.joint-theme-material .tool:last-child{border-right:none}.joint-context-toolbar.joint-theme-material.joint-vertical .tool:last-child{border-bottom:none;border-right:none}.joint-context-toolbar.joint-theme-material .tool:hover,.joint-context-toolbar.joint-theme-material .tool:active{background-color:#d0d8e8}.joint-context-toolbar.joint-theme-modern .tools{border:2px solid #31d0c6;border-radius:10px}.joint-context-toolbar.joint-theme-modern .tool{background:#f6f6f6;border:none;border-right:1px solid #c6c7e2}.joint-context-toolbar.joint-theme-modern .tool:last-child{border-right:none;border-top-right-radius:8px;border-bottom-right-radius:8px}.joint-context-toolbar.joint-theme-modern .tool:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.joint-context-toolbar.joint-theme-modern.joint-vertical .tool{border-right:none;border-bottom:1px solid #c6c7e2}.joint-context-toolbar.joint-theme-modern.joint-vertical .tool:last-child{border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0;border-bottom:none}.joint-context-toolbar.joint-theme-modern.joint-vertical .tool:first-child{border-top-right-radius:8px;border-top-left-radius:8px;border-bottom-left-radius:0}.joint-context-toolbar.joint-theme-modern .tool:hover,.joint-context-toolbar.joint-theme-modern .tool:active{background-color:#c6c7e2}.joint-popup{position:absolute;z-index:1000}.joint-popup .popup-arrow,.joint-popup .popup-arrow-mask{border:solid transparent;position:absolute}.joint-popup .popup-arrow-mask{border-width:var(--arrow-mask-width);transform:scale(1.05)}.joint-popup .popup-arrow{border-width:var(--arrow-width)}.joint-popup.top .popup-arrow-mask,.joint-popup.top-left .popup-arrow-mask,.joint-popup.top-right .popup-arrow-mask{border-bottom-color:var(--arrow-mask-color)}.joint-popup.bottom .popup-arrow-mask,.joint-popup.bottom-left .popup-arrow-mask,.joint-popup.bottom-right .popup-arrow-mask{border-top-color:var(--arrow-mask-color)}.joint-popup.left .popup-arrow-mask{border-right-color:var(--arrow-mask-color)}.joint-popup.right .popup-arrow-mask{border-left-color:var(--arrow-mask-color)}.joint-popup.top .popup-arrow,.joint-popup.top-left .popup-arrow,.joint-popup.top-right .popup-arrow{border-bottom-color:var(--arrow-color)}.joint-popup.bottom .popup-arrow,.joint-popup.bottom-left .popup-arrow,.joint-popup.bottom-right .popup-arrow{border-top-color:var(--arrow-color)}.joint-popup.left .popup-arrow{border-right-color:var(--arrow-color)}.joint-popup.right .popup-arrow{border-left-color:var(--arrow-color)}.joint-popup.top .popup-arrow-mask,.joint-popup.top .popup-arrow{bottom:100%;left:50%}.joint-popup.top-left .popup-arrow-mask,.joint-popup.top-left .popup-arrow{bottom:100%;left:15px}.joint-popup.top-right .popup-arrow-mask,.joint-popup.top-right .popup-arrow{bottom:100%;left:calc(100% - 15px)}.joint-popup.bottom .popup-arrow-mask,.joint-popup.bottom .popup-arrow{top:100%;left:50%}.joint-popup.bottom-left .popup-arrow-mask,.joint-popup.bottom-left .popup-arrow{top:100%;left:15px}.joint-popup.bottom-right .popup-arrow-mask,.joint-popup.bottom-right .popup-arrow{top:100%;left:calc(100% - 15px)}.joint-popup.bottom .popup-arrow-mask{margin-left:calc(-1 * var(--arrow-mask-width))}.joint-popup.bottom .popup-arrow{margin-left:calc(-1 * var(--arrow-width))}.joint-popup.bottom .popup-arrow-mask,.joint-popup.bottom-right .popup-arrow-mask,.joint-popup.bottom-left .popup-arrow-mask,.joint-popup.top .popup-arrow-mask,.joint-popup.top-right .popup-arrow-mask,.joint-popup.top-left .popup-arrow-mask{margin-left:calc(-1 * var(--arrow-mask-width))}.joint-popup.bottom .popup-arrow,.joint-popup.bottom-right .popup-arrow,.joint-popup.bottom-left .popup-arrow,.joint-popup.top .popup-arrow,.joint-popup.top-right .popup-arrow,.joint-popup.top-left .popup-arrow{margin-left:calc(-1 * var(--arrow-width))}.joint-popup.left .popup-arrow-mask,.joint-popup.left .popup-arrow{right:100%;top:50%}.joint-popup.right .popup-arrow-mask,.joint-popup.right .popup-arrow{left:100%;top:50%}.joint-popup.left .popup-arrow,.joint-popup.right .popup-arrow{margin-top:calc(-1 * var(--arrow-width))}.joint-popup.left .popup-arrow-mask,.joint-popup.right .popup-arrow-mask{margin-top:calc(-1 * var(--arrow-mask-width))}.joint-popup.joint-theme-dark{background-color:#8b9094;border:2px solid #5e6366;border-radius:10px;padding:10px;--arrow-mask-width: 6px;--arrow-width: 8px;--arrow-mask-color: #8b9094;--arrow-color: #5e6366}.joint-popup.joint-theme-default{border:1px solid lightgrey;background-color:#fff;padding:10px;--arrow-mask-width: 7px;--arrow-width: 8px;--arrow-mask-color: white;--arrow-color: lightgrey}.joint-popup.joint-theme-material{background-color:#ecf0f8;border:2px solid #d0d8e8;border-radius:10px;padding:10px;font-family:lato-light,Arial,sans-serif;--arrow-mask-width: 6px;--arrow-width: 8px;--arrow-mask-color: #ecf0f8;--arrow-color: #d0d8e8}.joint-popup.joint-theme-modern{background-color:#fff;border:2px solid #31d0c6;border-radius:10px;padding:10px;--arrow-mask-width: 6px;--arrow-width: 8px;--arrow-mask-color: #fff;--arrow-color: #31d0c6}.joint-select-box{position:relative;display:inline-block;cursor:pointer;box-sizing:border-box}.select-box-selection{padding:8px 40px 8px 12px}.select-box-selection:empty{height:1em}.select-box-selection:after,.select-box-option.selected:after{content:"";display:block;position:absolute;right:10px;top:0;bottom:0;margin:auto}.joint-select-box-options{position:absolute;z-index:10001;box-sizing:border-box}.joint-select-box.opened .joint-select-box-options{display:block}.select-box-option{cursor:pointer;padding:8px 40px 8px 12px;position:relative;box-sizing:border-box}.select-box-option-icon{max-height:1em;vertical-align:bottom;margin-right:10px}.joint-select-box.disabled{cursor:default}.joint-select-box.disabled .select-box-selection:after{display:none}.joint-select-box.joint-theme-dark{font-size:14px;line-height:1em}.joint-select-box.joint-theme-dark:not(.joint-color-palette) .select-box-selection{padding-right:35px;color:#24282b;background:#92979b;background:-webkit-linear-gradient(#8b9094,#92979b);background:-o-linear-gradient(#8b9094,#92979b);background:-moz-linear-gradient(#8b9094,#92979b);background:linear-gradient(#8b9094,#92979b);border:1px solid #42474a;border-radius:3px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.joint-select-box.joint-theme-dark:not(.joint-color-palette) .select-box-placeholder{color:#d6d6d6}.joint-select-box-options.joint-theme-dark{font-size:14px;border:2px solid #383c3f;border-radius:2px;background-color:#f6f6f6}.joint-select-box.joint-theme-dark .select-box-option.hover{background-color:#8b9094}.joint-select-box.joint-theme-dark.disabled:not(.joint-color-palette) .select-box-selection{background:linear-gradient(#8b9094,#92979b)}.joint-select-box.joint-theme-dark.disabled .select-box-option-content{color:#d6d6d6}.joint-select-box.joint-theme-dark .select-box-selection:after{width:33px;height:calc(100% - 2px);border:1px solid #42474a;border-top-right-radius:3px;border-bottom-right-radius:3px;right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AUMDA4najXgawAAAMZJREFUOMvtkjFOw0AQRd+MLCsugC6cyKegQeJckVLkUjZbZFdA8AHsLMI7Q4FEn0WKKHjdFPP19GfgDyA1Sw+PT35elp9ZVXF3uq7jsN9dnNnUSPR9z/12i1hBVTEBd2GaJg773cV5WiMxjiOllO8qRVAHM2MYhqpzVEnM80xKCRHBzCgIMUaWc76exGbTyTEmmfMHq0POmWNMtG0rV5NY10/MjBACqspzCLi7mFlVE1WP6Q7gvLy+cXN7x+n0TtM0/PNbvgDYoFa9lKBZgwAAAABJRU5ErkJggg==) right center no-repeat;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AUMDA4najXgawAAAMZJREFUOMvtkjFOw0AQRd+MLCsugC6cyKegQeJckVLkUjZbZFdA8AHsLMI7Q4FEn0WKKHjdFPP19GfgDyA1Sw+PT35elp9ZVXF3uq7jsN9dnNnUSPR9z/12i1hBVTEBd2GaJg773cV5WiMxjiOllO8qRVAHM2MYhqpzVEnM80xKCRHBzCgIMUaWc76exGbTyTEmmfMHq0POmWNMtG0rV5NY10/MjBACqspzCLi7mFlVE1WP6Q7gvLy+cXN7x+n0TtM0/PNbvgDYoFa9lKBZgwAAAABJRU5ErkJggg==) right center no-repeat,-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(120,124,128)),color-stop(1%,rgb(119,123,127)),color-stop(100%,rgb(104,108,112)));background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AUMDA4najXgawAAAMZJREFUOMvtkjFOw0AQRd+MLCsugC6cyKegQeJckVLkUjZbZFdA8AHsLMI7Q4FEn0WKKHjdFPP19GfgDyA1Sw+PT35elp9ZVXF3uq7jsN9dnNnUSPR9z/12i1hBVTEBd2GaJg773cV5WiMxjiOllO8qRVAHM2MYhqpzVEnM80xKCRHBzCgIMUaWc76exGbTyTEmmfMHq0POmWNMtG0rV5NY10/MjBACqspzCLi7mFlVE1WP6Q7gvLy+cXN7x+n0TtM0/PNbvgDYoFa9lKBZgwAAAABJRU5ErkJggg==) right center no-repeat,-webkit-linear-gradient(270deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AUMDA4najXgawAAAMZJREFUOMvtkjFOw0AQRd+MLCsugC6cyKegQeJckVLkUjZbZFdA8AHsLMI7Q4FEn0WKKHjdFPP19GfgDyA1Sw+PT35elp9ZVXF3uq7jsN9dnNnUSPR9z/12i1hBVTEBd2GaJg773cV5WiMxjiOllO8qRVAHM2MYhqpzVEnM80xKCRHBzCgIMUaWc76exGbTyTEmmfMHq0POmWNMtG0rV5NY10/MjBACqspzCLi7mFlVE1WP6Q7gvLy+cXN7x+n0TtM0/PNbvgDYoFa9lKBZgwAAAABJRU5ErkJggg==) right center no-repeat,-o-linear-gradient(270deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AUMDA4najXgawAAAMZJREFUOMvtkjFOw0AQRd+MLCsugC6cyKegQeJckVLkUjZbZFdA8AHsLMI7Q4FEn0WKKHjdFPP19GfgDyA1Sw+PT35elp9ZVXF3uq7jsN9dnNnUSPR9z/12i1hBVTEBd2GaJg773cV5WiMxjiOllO8qRVAHM2MYhqpzVEnM80xKCRHBzCgIMUaWc76exGbTyTEmmfMHq0POmWNMtG0rV5NY10/MjBACqspzCLi7mFlVE1WP6Q7gvLy+cXN7x+n0TtM0/PNbvgDYoFa9lKBZgwAAAABJRU5ErkJggg==) right center no-repeat,-ms-linear-gradient(270deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AUMDA4najXgawAAAMZJREFUOMvtkjFOw0AQRd+MLCsugC6cyKegQeJckVLkUjZbZFdA8AHsLMI7Q4FEn0WKKHjdFPP19GfgDyA1Sw+PT35elp9ZVXF3uq7jsN9dnNnUSPR9z/12i1hBVTEBd2GaJg773cV5WiMxjiOllO8qRVAHM2MYhqpzVEnM80xKCRHBzCgIMUaWc76exGbTyTEmmfMHq0POmWNMtG0rV5NY10/MjBACqspzCLi7mFlVE1WP6Q7gvLy+cXN7x+n0TtM0/PNbvgDYoFa9lKBZgwAAAABJRU5ErkJggg==) right center no-repeat,linear-gradient(180deg,rgb(120,124,128) 0%,rgb(119,123,127) 1%,rgb(104,108,112) 100%)}.joint-select-box.joint-theme-default{font-size:14px;line-height:1em;background:white;color:#000}.joint-select-box.joint-theme-default .select-box-selection{border:1px solid lightgrey}.joint-select-box.joint-theme-default .select-box-placeholder{color:#d3d3d3}.joint-select-box.joint-theme-default .select-box-selection:after,.joint-select-box.joint-theme-default .select-box-option.selected:after{width:10px;height:6px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAABdCAYAAABU+d9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABONJREFUeNrs3eFV4kAQB/BgA9qBdIAdSAemA/GLfjyugqOD4z76Ca4D6QA6gA68Cs6rgNvBCbdyMSSwye7M/Oe9PH3qg2Tn52Y3TDa97XabNYmnp6cr9+Xm4Mdvz8/P6wxhIpwByv+V/zOX/2WT1+jVgcfYRrwNKv504bYX2tyOvCFFaqBR/nPO/23Fn67cNq+T/6Pw3JtO3Jex2y4b7Osft01pA0Dx4CYMrmn+Jy7308bwuDudH+nh6uzAyO3AC9IoDt2Y0V2e8TIrzv9rLXjuTXNGdxnoOBa8A+j90gfX59zfBnpJ6nyGh3OA/+C5N6ZuddbCMf2icQImIclPGpYBO5xP8X2A1+IbV+pHqEbn5/6mOO1eHAwkX1p844xfe8kHibCDrsj9fqx/4f2CBpPXHRwn8NlDV8SAh3Lv8Li3G3d4vMCXBrpRh+iKmPg9Xt7xmwNfGuhmEfJ+TVdNfHgxAvjioosVe3jDiDsBfLbQUdz0Hh8faXz3O5F2eXDT7Tl4qEa3n9Wm1NPMilkPQi86f3KRAR/QWYcHfMrRFfDWwKcW3SRFdBS7z2rdDm4Tbj9MOE5DR212n+jubYpT7SrhNkTPpwsdxbqAt0y8LYFPD7qdtwKehAphwjcFLfHodt729Xhup2mSMRCw0z/dmA+9n1x0C5e/3L+cIqU3uedGRshDt3d2WIH8mnVTk4eezya6lcvZkL45vIA8FtTmpns+qqEUho5iUnxTdrMPTTTuBB2MuZ6PC3eXQsbkRfxwedp3bGUfmVESN+j5gC5gbPzerrTHE3xw6ns+weiGh/dUV60kIPEg1d44LrUzoHlDWT4q107R9B8GdGmdgeos2gN8QBd82NOruz6ewKm7eHyax9q9JgszAh/QhZrg9U5YERT42kfX5d39Ua4qNIYHfEBXEl+rFmEMBg/4gM6LkyrET4bHDUXKvwjDl5etUAl03aE7Gx43GJ3XZ4IaK7k1+qyhCwIP+IAuGjzgM4Mu2GLqweABnwl0wdoqKDwP39Rqg6KNIsHDfzPOCtHgAR/QRYMHfOLRbXgi0co/YqvwLF8uUICu1U95Wofn4aNEDqzhA7qI8DgBEst8zsIHdAnAs4YP6BKCZwUfL4j4TdDxfXpTjhp42vEJLBeLcltoFHgePkrSnRZ8QCcAnuBkleIDOmHwhCbtwzogQCcUnuTkaemxzcITio8ed38NdMLhMT46BUi6/gV0GuABn350ycIDvmBB1TbjFB9Qkyw84AuCLqm76cTA8/BJKhMHOg3wGJ/Emj6gkw4P+HShEwUP+I5GsstziIcHfJXoRC3FJg4e4+tn7w/+G8CczMUnRcJjfBJr+oBOOjzg2z3cOpe6xrNoeIbxiX+YjHh4Hj4a890CHeDFADjPZJVVmUSnDp5yfKqe1aYOnlJ8jVdVBzzgOzceUixrArxqfHRDznegA7wY+GhcNAM6wAO+6ki2ahjw9OITU9YEeM3xpVrNbAadOXiML8WyKlPoTMJLEJ85dGbhJYRPVNUw4OnAJ/7R9YB3Hr5+1n01s2l0gPcPX5c1febRAV73+ERXDQOeTHyqypoArx188yzs2sxAB3i1AVJly+TMGa+Jz10Br50ZL+E7pa6v82dHAJ5OgLnbRkfGfxs+Tc8BDvDaGAPShec+b6+8rYGtfvwVYABN8cuiTxhvmwAAAABJRU5ErkJggg==);background-size:10px 6px}.joint-select-box-options.joint-theme-default{font-size:14px;border:1px solid lightgrey;border-radius:2px;background-color:#fff}.joint-select-box.joint-theme-default .select-box-option.hover{background-color:#d3d3d3}.joint-select-box.joint-theme-default.disabled .select-box-selection{border-color:#d3d3d3}.joint-select-box.joint-theme-default.disabled .select-box-option-content{color:#d3d3d3}@font-face{font-family:select-box-material;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-select-box.joint-theme-material{font-size:14px;line-height:1em;font-family:lato-light,Arial,sans-serif;background:#ecf0f8;color:#55627b}.joint-select-box.joint-theme-material .select-box-selection{border:2px solid #5fa9ee}.joint-select-box.joint-theme-material .select-box-placeholder{color:#d6d6d6}.joint-select-box.joint-theme-material .select-box-selection:before{height:100%;content:" ";position:absolute;width:32px;top:0;background:#5fa9ee;right:2px}.joint-select-box.joint-theme-material .select-box-selection:after{height:15px;content:"";font-family:select-box-material;font-style:normal;font-weight:400;speak:none;display:inline-block;position:absolute;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;background:#5fa9ee;right:2px;color:#fff;border:9px solid #5fa9ee}.joint-select-box.joint-theme-material.disabled .select-box-selection:before,.joint-select-box.joint-theme-material .select-box-option.selected{background:#d0d8e8}.joint-select-box.joint-theme-material.disabled .select-box-selection{border:2px solid #d0d8e8}.joint-select-box.joint-theme-material.disabled .select-box-selection:after{border:9px solid #d0d8e8;background:#d0d8e8}.joint-select-box-options.joint-theme-material{font-size:14px;border:2px solid #5fa9ee;border-radius:2px;background-color:#ecf0f8}.joint-select-box.joint-theme-material .select-box-option.hover{background-color:#d0d8e8;transition:background-color 1.6s cubic-bezier(0,0,.2,1)}.joint-select-box.joint-theme-material.disabled .select-box-option-content{color:#d6d6d6}.joint-select-box.joint-select-box-options.joint-theme-material.rendered{-webkit-animation:select-box-pulse .2s cubic-bezier(0,0,.2,1);animation:select-box-pulse .2s cubic-bezier(0,0,.2,1)}@-webkit-keyframes select-box-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}1%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes select-box-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}1%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.joint-select-box.joint-theme-modern{font-size:14px;line-height:1em}.joint-select-box.joint-theme-modern .select-box-selection{border:2px solid #e6e6e6}.joint-select-box.joint-theme-modern .select-box-placeholder{color:#d6d6d6}.joint-select-box.joint-theme-modern .select-box-selection:after,.joint-select-box.joint-theme-modern .select-box-option.selected:after{width:10px;height:6px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAABdCAYAAABU+d9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABONJREFUeNrs3eFV4kAQB/BgA9qBdIAdSAemA/GLfjyugqOD4z76Ca4D6QA6gA68Cs6rgNvBCbdyMSSwye7M/Oe9PH3qg2Tn52Y3TDa97XabNYmnp6cr9+Xm4Mdvz8/P6wxhIpwByv+V/zOX/2WT1+jVgcfYRrwNKv504bYX2tyOvCFFaqBR/nPO/23Fn67cNq+T/6Pw3JtO3Jex2y4b7Osft01pA0Dx4CYMrmn+Jy7308bwuDudH+nh6uzAyO3AC9IoDt2Y0V2e8TIrzv9rLXjuTXNGdxnoOBa8A+j90gfX59zfBnpJ6nyGh3OA/+C5N6ZuddbCMf2icQImIclPGpYBO5xP8X2A1+IbV+pHqEbn5/6mOO1eHAwkX1p844xfe8kHibCDrsj9fqx/4f2CBpPXHRwn8NlDV8SAh3Lv8Li3G3d4vMCXBrpRh+iKmPg9Xt7xmwNfGuhmEfJ+TVdNfHgxAvjioosVe3jDiDsBfLbQUdz0Hh8faXz3O5F2eXDT7Tl4qEa3n9Wm1NPMilkPQi86f3KRAR/QWYcHfMrRFfDWwKcW3SRFdBS7z2rdDm4Tbj9MOE5DR212n+jubYpT7SrhNkTPpwsdxbqAt0y8LYFPD7qdtwKehAphwjcFLfHodt729Xhup2mSMRCw0z/dmA+9n1x0C5e/3L+cIqU3uedGRshDt3d2WIH8mnVTk4eezya6lcvZkL45vIA8FtTmpns+qqEUho5iUnxTdrMPTTTuBB2MuZ6PC3eXQsbkRfxwedp3bGUfmVESN+j5gC5gbPzerrTHE3xw6ns+weiGh/dUV60kIPEg1d44LrUzoHlDWT4q107R9B8GdGmdgeos2gN8QBd82NOruz6ewKm7eHyax9q9JgszAh/QhZrg9U5YERT42kfX5d39Ua4qNIYHfEBXEl+rFmEMBg/4gM6LkyrET4bHDUXKvwjDl5etUAl03aE7Gx43GJ3XZ4IaK7k1+qyhCwIP+IAuGjzgM4Mu2GLqweABnwl0wdoqKDwP39Rqg6KNIsHDfzPOCtHgAR/QRYMHfOLRbXgi0co/YqvwLF8uUICu1U95Wofn4aNEDqzhA7qI8DgBEst8zsIHdAnAs4YP6BKCZwUfL4j4TdDxfXpTjhp42vEJLBeLcltoFHgePkrSnRZ8QCcAnuBkleIDOmHwhCbtwzogQCcUnuTkaemxzcITio8ed38NdMLhMT46BUi6/gV0GuABn350ycIDvmBB1TbjFB9Qkyw84AuCLqm76cTA8/BJKhMHOg3wGJ/Emj6gkw4P+HShEwUP+I5GsstziIcHfJXoRC3FJg4e4+tn7w/+G8CczMUnRcJjfBJr+oBOOjzg2z3cOpe6xrNoeIbxiX+YjHh4Hj4a890CHeDFADjPZJVVmUSnDp5yfKqe1aYOnlJ8jVdVBzzgOzceUixrArxqfHRDznegA7wY+GhcNAM6wAO+6ki2ahjw9OITU9YEeM3xpVrNbAadOXiML8WyKlPoTMJLEJ85dGbhJYRPVNUw4OnAJ/7R9YB3Hr5+1n01s2l0gPcPX5c1febRAV73+ERXDQOeTHyqypoArx188yzs2sxAB3i1AVJly+TMGa+Jz10Br50ZL+E7pa6v82dHAJ5OgLnbRkfGfxs+Tc8BDvDaGAPShec+b6+8rYGtfvwVYABN8cuiTxhvmwAAAABJRU5ErkJggg==);background-size:10px 6px}.joint-select-box-options.joint-theme-modern{font-size:14px;border:2px solid #31d0c6;border-radius:2px;background-color:#f6f6f6}.joint-select-box.joint-theme-modern .select-box-option.hover{background-color:#c6c7e2}.joint-select-box.joint-theme-modern.disabled .select-box-option-content{color:#d6d6d6}.joint-color-palette .select-box-option-content{width:25px;display:inline-block;margin:5px;padding:0;height:25px;overflow:hidden}.joint-color-palette.joint-select-box-options{width:160px;margin-top:-7px}.joint-color-palette .select-box-selection{padding:4px 24px 0 4px}.joint-color-palette .select-box-selection .select-box-option-content{float:none;margin:0;width:30px;height:20px}.joint-color-palette .select-box-option.selected:after{right:3px}.joint-color-palette .select-box-option-content .select-box-option-icon{width:21px;height:21px;max-height:none}.joint-color-palette .select-box-selection .select-box-option-icon{margin-top:-2px;margin-left:-2px}.joint-select-box.joint-color-palette .select-box-options-arrow{position:absolute;left:0;top:0;width:0;height:0;border:8px solid transparent;pointer-events:none;margin-left:-2px;margin-top:-16px}.joint-select-box.joint-color-palette .select-box-options-arrow:after{content:" ";position:absolute;left:-6px;top:-4px;width:0;height:0;border:6px solid transparent;pointer-events:none}.joint-select-box.joint-color-palette.joint-theme-dark .select-box-option-content{border:none}.joint-select-box.joint-color-palette.joint-theme-dark .select-box-selection,.joint-select-box.joint-color-palette.joint-theme-dark .select-box-selection .select-box-option-content{width:30px;height:30px;border:none;border-radius:6px;padding:0}.joint-select-box.joint-color-palette.joint-theme-dark .select-box-selection:after,.joint-select-box.joint-color-palette.joint-theme-dark .select-box-option.selected:after{display:none}.joint-select-box.joint-color-palette.joint-theme-dark .select-box-option-icon{width:auto;height:auto;max-width:100%;max-height:100%;margin:0 auto}.joint-select-box-options.joint-color-palette.joint-theme-dark{width:144px;border:2px solid #383c3f;background:#92979b}.joint-select-box.joint-color-palette.joint-theme-dark .select-box-options-arrow{border-bottom-color:#383c3f}.joint-select-box.joint-color-palette.joint-theme-dark .select-box-options-arrow:after{border-bottom-color:#92979b}.joint-select-box-options.joint-color-palette.joint-theme-dark .select-box-option{width:25px;height:25px;border:none;border-radius:5px;padding:0}.joint-select-box-options.joint-color-palette.joint-theme-dark .select-box-option.hover{border:2px solid #b2ac9e}.joint-select-box[data-attribute$="/stroke"].joint-color-palette.joint-theme-dark .select-box-selection .select-box-option-content:after{position:absolute;left:4px;top:4px;width:22px;height:22px;background:#5e6366;border-radius:4px;content:" "}.joint-select-box.joint-color-palette.joint-theme-default .select-box-option-content,.joint-select-box-options.joint-color-palette.joint-theme-default{border:1px solid lightgrey}.joint-select-box.joint-color-palette.joint-theme-default .select-box-option.selected:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA7CAYAAADB0CKOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABPBJREFUeNrcWztM40AQXSwqQMpVtCTUoKODjghqCFdCFQmokxoKnILeoYUi10B5CdR8roMuCGo+JVSkgJbbZ22inIlnxvYm8d1IlpVkvfbb+byZWWfk8/NTpV1WV1fz+lTUB85TgZ9b+rjSh3d6enrV6/qRNIPU4LL6VNPHovCSBhZDg337J0BqgHNGQ5mIl0KzeQ202f7C+c8AKnPNlZkjnZrUD/dNn55iAgxqNAvTTaMmaxYAtjXqpU6TJopecuNyuZx6eXlRHx8fkmlzqQFpzLTZgyI6srS0pLa3t9X4+Lj/+e7uTmlzVDc3N9TUlTSZa5kCODMzo8rlcgcgZHZ2Vu3u7qr5+Xlq3ryTEi0iEu5RY9bX10N/g3YJWUyLJj3qx5WVFV9rYTI5Oen7aZg4KdBimcpoxsbG1MbGBjtPtxmnCqQJNi7pqAE/7CXv7+/q/v4+tZokORHBZmFhgZ3k/PycTAqcIWoRnFigzBRa5OT19VUdHx9TQ+rOEM20Ro0pFAp+QOHk8PCQSwrqw9IkyYmIlBRltAXJAJMI3OpkYfAgJZy4tbXFzoNgU61WJYs5lMCTiBPbgnQO/khItd0pcAasRSuc+PDwoE5OTrgyy41FIQgYpiUxNE6EHB0dsWba3QIZjdNA0t/j9Gyq9zqce1CcCDOliF/Lbz2mxvZ4zKrXIzSQnk0D6Spksdb06RdlpgcHByxlINhsbm5ylJHTz/FEZjxGe08RACqj5Ut9rRuyYN6AOLESBPgFpFnxywTthz09RxCQa4sTLy4uSGvSAF0ydzX8VbMQREtmsdpzlsjBpZJoUgEnFiUJumepgeQHma7GMMmJ09PT7GSgC4YTf4bFgw5I44ciH6SK0y7JmH7Nd6rQlXAiwAk4kczkR7vTHwoYaAMhHjyGGyMIMHljhkvdJJzoeR43xA1uC4SZa57iL/jD8vJy56GgBTSQJDlmL0HjSVonCjiRXQXH+E6GykKIZMFvE0YRcCLTeOpwIqxFkoCzIPWRpbTI8RceWOinvsAPJZyIQljAiU0pyEQCEwYNQEOSoGVSQpYTz87OuAzLkz4jQL5RJiMR0IDEBKWcGDUBZ0FSKn98fPRXVSIITJR/RuFE3JeQhrAg+GKut1SmIdUoglQv/4zCiY1GIxEnUiBr1I0FXNURUEvQP6WcKEjA3V4JuBQkqX6QPuo4iUBr3bQj5cTr62tJU8pTMcQxhShWp8IFA7QdJAJQqCyicKIg2BTjMsBfRbMO72y+CR+VmF6bCiRNKZgpQxloSpXjggzy5Jpxbiv+KQEI62AAtrjeUCSQxmyLtvzTVp0YhRNFGY/hoKot/+SaUgwn/o7KieK0ztj/LXXhzs6OmD/Dgg2zUdNKEmykuSvpn+Cz/f392DeGbzOc6MXhxEggJf6JWo+p2kOjroATXVt+7zA+w/onQErz27aZSjdqBgJS6p8wW6l/CjZqyKZUX0Da9E/hRo1VLYpB2vJP23WibU2K/TMMKFK3qBs1tiTyu3U6v4W/LHKVCKqPiYkJ/zO6bowf+t0RW5RhA6St91GDTSlX9UlivSUpfWVTKNioyao+SqxunQnxFQv3b5nI3VdJ9L6r2aYrJQCYl/ZOB67JQKLwg+LQsEiqj7lBAEysyUAwKhsunSKGNhTxJ5VUgwwARhCZMwcE5A6NNftB9BL5I8AAdamSv1rCQJIAAAAASUVORK5CYII=);background-size:15px 15px;width:15px;height:15px}.joint-select-box.joint-color-palette.joint-theme-default .select-box-option.hover{border:1px solid grey}.joint-select-box.joint-color-palette.joint-theme-default .select-box-options-arrow{border-bottom-color:#000}.joint-select-box.joint-color-palette.joint-theme-default .select-box-options-arrow:after{border-bottom-color:#fff}.joint-select-box.joint-color-palette.joint-theme-material{background:transparent}.joint-select-box.joint-color-palette.joint-theme-material .select-box-option-content{border:none}.joint-select-box.joint-color-palette.joint-theme-material .select-box-selection,.joint-select-box.joint-color-palette.joint-theme-material .select-box-selection .select-box-option-content{width:30px;height:30px;border:none;border-radius:6px;padding:0}.joint-select-box.joint-color-palette.joint-theme-material .select-box-selection:after,.joint-select-box.joint-color-palette.joint-theme-material .select-box-option.selected:after{display:none}.joint-select-box.joint-color-palette.joint-select-box-options.joint-theme-material.rendered{-webkit-animation:collor-pallete-animation .2s cubic-bezier(0,0,.2,1);animation:collor-pallete-animation .2s cubic-bezier(0,0,.2,1)}.joint-select-box.joint-color-palette.joint-theme-material .select-box-selection:before{display:none}@-webkit-keyframes collor-pallete-animation{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}1%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes collor-pallete-animation{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}1%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.joint-select-box.joint-color-palette.joint-theme-material .select-box-option-icon{width:auto;height:auto;max-width:100%;max-height:100%;margin:0 auto}.joint-select-box-options.joint-color-palette.joint-theme-material{width:144px;border:2px solid #d0d8e8;background:#ecf0f8}.joint-select-box.joint-color-palette.joint-theme-material .select-box-options-arrow{border-bottom-color:#d0d8e8}.joint-select-box.joint-color-palette.joint-theme-material .select-box-options-arrow:after{border-bottom-color:#ecf0f8}.joint-select-box-options.joint-color-palette.joint-theme-material .select-box-option{width:25px;height:25px;border:none;border-radius:5px;padding:0}.joint-select-box-options.joint-color-palette.joint-theme-material .select-box-option{border:2px solid transparent}.joint-select-box-options.joint-color-palette.joint-theme-material .select-box-option:hover{border:2px solid #d0d8e8}.select-box[data-attribute$="/stroke"].joint-color-palette.joint-theme-material .select-box-selection .select-box-option-content:after{position:absolute;left:4px;top:4px;width:22px;height:22px;background:#5fa9ee;border-radius:4px;content:" "}.joint-select-box.joint-color-palette.joint-theme-modern .select-box-option-content{border:none}.joint-select-box.joint-color-palette.joint-theme-modern .select-box-selection,.joint-select-box.joint-color-palette.joint-theme-modern .select-box-selection .select-box-option-content{width:30px;height:30px;border:none;border-radius:6px;padding:0}.joint-select-box.joint-color-palette.joint-theme-modern .select-box-selection:after,.joint-select-box.joint-color-palette.joint-theme-modern .select-box-option.selected:after{display:none}.joint-select-box.joint-color-palette.joint-theme-modern .select-box-option-icon{width:auto;height:auto;max-width:100%;max-height:100%;margin:0 auto}.joint-select-box-options.joint-color-palette.joint-theme-modern{width:144px;border:2px solid #e6e6e6}.joint-select-box.joint-color-palette.joint-theme-modern .select-box-options-arrow{border-bottom-color:#e6e6e6}.joint-select-box.joint-color-palette.joint-theme-modern .select-box-options-arrow:after{border-bottom-color:#f6f6f6}.joint-select-box-options.joint-color-palette.joint-theme-modern .select-box-option{width:25px;height:25px;border:none;border-radius:5px;padding:0}.joint-select-box-options.joint-color-palette.joint-theme-modern .select-box-option{border:2px solid transparent}.joint-select-box-options.joint-color-palette.joint-theme-modern .select-box-option.hover{border:2px solid #31d0c6}.joint-select-box[data-attribute$="/stroke"].joint-color-palette.joint-theme-modern .select-box-selection .select-box-option-content:after{position:absolute;left:4px;top:4px;width:22px;height:22px;background:#383b61;border-radius:4px;content:" "}.select-button-group-button{display:inline-block;min-width:30px;min-height:30px;line-height:22px;cursor:pointer;box-sizing:border-box;padding:2px;margin:0 1px;vertical-align:middle;position:relative}.select-button-group-button-icon{max-width:100%;max-height:100%;vertical-align:middle}.joint-select-button-group.disabled .select-button-group-button{cursor:default}.joint-select-button-group.joint-theme-dark .select-button-group-button{text-align:center;color:#feffff;border:2px solid transparent;text-shadow:1px 2px 1px #313538}.joint-select-button-group.joint-theme-dark.disabled .select-button-group-button{text-shadow:none}.joint-select-button-group.joint-theme-dark .select-button-group-button.selected{color:#feffff;border:2px solid #feffff;border-radius:4px}.joint-select-button-group.joint-theme-dark.disabled .select-button-group-button{color:#8b9094}.joint-select-button-group.joint-theme-dark.disabled .select-button-group-button.selected{border-color:#8b9094}.joint-select-button-group.joint-theme-default .select-button-group-button{text-align:center;border:1px solid transparent}.joint-select-button-group.joint-theme-default .select-button-group-button.selected{color:#000;border:1px solid lightgrey;border-radius:4px}.joint-select-button-group.joint-theme-default.disabled .select-button-group-button{color:#d3d3d3}.joint-select-button-group.joint-theme-default.disabled .select-button-group-button.selected{border-color:#d3d3d3}.joint-select-button-group.joint-theme-material .select-button-group-button{text-align:center;border:2px solid transparent;font-family:lato-light,Arial,sans-serif;border-radius:4px;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:border-color}.joint-select-button-group.joint-theme-material .select-button-group-button.selected{color:#55627b;border:2px solid #55627b}.joint-select-button-group.joint-theme-material.disabled .select-button-group-button{color:#d0d8e8}.joint-select-button-group.joint-theme-material.disabled .select-button-group-button.selected{border-color:#d0d8e8}.joint-select-button-group.joint-theme-material:not(.disabled) .select-button-group-button:after{content:"";background:#3f51b5;transition:width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);border-radius:50%;opacity:0;pointer-events:none;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;overflow:hidden;width:40px;height:40px}.joint-select-button-group.joint-theme-material .select-button-group-button.is-in-action:after{opacity:.3}.joint-select-button-group.joint-theme-modern .select-button-group-button{text-align:center;border:2px solid transparent}.joint-select-button-group.joint-theme-modern .select-button-group-button.selected{color:#31d0c6;border:2px solid #31d0c6;border-radius:4px}.joint-select-button-group.joint-theme-modern.disabled .select-button-group-button{color:#c6c7e2}.joint-select-button-group.joint-theme-modern.disabled .select-button-group-button.selected{border-color:#c6c7e2}.joint-navigator{overflow:hidden;position:relative;box-sizing:border-box;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;display:flex;flex-direction:column;justify-content:center;align-items:center}.joint-navigator>.joint-paper{display:inline-block;cursor:pointer}.joint-navigator>.joint-paper>svg{shape-rendering:optimizeSpeed;pointer-events:none}.joint-navigator .current-view{position:absolute;cursor:move;margin:-2px 0 0 -2px}.joint-navigator .current-view-control{position:absolute;right:0;bottom:0;width:10px;height:10px;cursor:nwse-resize;margin:0 -7px -7px 0}.joint-navigator .joint-paper .joint-element *{vector-effect:initial}.joint-navigator.navigator-no-content .current-view,.joint-navigator.navigator-no-content .joint-paper{display:none}@font-face{font-family:navigator-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-navigator.joint-theme-dark{background-color:#414548}.joint-navigator.joint-theme-dark>.joint-paper{box-shadow:0 0 2px #d3d3d3;background-color:#18191b}.joint-navigator.joint-theme-dark.navigator-use-content-bbox{background-color:#18191b}.joint-navigator.joint-theme-dark.navigator-use-content-bbox>.joint-paper{box-shadow:none}.joint-navigator.joint-theme-dark .current-view{border:2px solid #BF8441}.joint-navigator.joint-theme-dark .current-view-control{font-family:navigator-icons-dark;font-style:normal;font-weight:400;font-size:18px;speak:none;color:#bf8441;display:inline-block;text-decoration:inherit}.joint-navigator.joint-theme-dark .current-view-control:before{content:"";position:absolute;top:4px;left:1px;width:20px;height:20px}.joint-navigator.joint-theme-default{background-color:#fff;border:1px solid lightgrey}.joint-navigator.joint-theme-default>.joint-paper{box-shadow:0 0 2px #000}.joint-navigator.joint-theme-default.navigator-use-content-bbox>.joint-paper{box-shadow:none}.joint-navigator.joint-theme-default .current-view{border:2px solid grey}.joint-navigator.joint-theme-default .current-view-control{border-radius:50%;border:2px solid grey;background-color:#fff}.joint-navigator.joint-theme-material{background-color:#fff}.joint-navigator.joint-theme-material>.paper{box-shadow:0 0 2px #d3d3d3}.joint-navigator.joint-theme-material.navigator-use-content-bbox>.paper{box-shadow:none}.joint-navigator.joint-theme-material .current-view{border:2px solid #5faaee}.joint-navigator.joint-theme-material .current-view-control{border-radius:50%;border:2px solid #5faaee;background-color:#ecf0f8}.joint-navigator.joint-theme-modern{background-color:#fff}.joint-navigator.joint-theme-modern>.joint-paper{box-shadow:0 0 2px #d3d3d3}.joint-navigator.joint-theme-modern.navigator-use-content-bbox>.joint-paper{box-shadow:none}.joint-navigator.joint-theme-modern .current-view{border:2px solid #31d0c6}.joint-navigator.joint-theme-modern .current-view-control{border-radius:50%;border:2px solid #31d0c6;background-color:#fff}.joint-tree-layout{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.joint-tree-layout .hidden{display:none}.tree-layout-box{position:absolute;pointer-events:none;opacity:1}.joint-tree-layout .tree-layout-box.translate{z-index:100;transform:translate(-50%,-50%)}.tree-layout-box>.joint-paper{min-width:1px;min-height:1px;width:100%;height:100%}.tree-layout-box>.joint-paper>svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.tree-layout-mask{position:fixed;top:0;left:0;right:0;bottom:0;cursor:move}.tree-layout-mask.dropping-not-allowed{cursor:not-allowed}.tree-layout-preview-group .tree-layout-preview{fill:none}.joint-tree-layout.joint-theme-dark .tree-layout-box{background-color:#0000ff1a;border:2px solid #feb663;border-radius:5px;margin:-2px 0 0 -2px}.joint-tree-layout.joint-theme-dark .tree-layout-box.active{border-style:dashed;background-color:transparent}.joint-tree-layout.joint-theme-dark .tree-layout-box.translate{background-color:#000}.joint-tree-layout.joint-theme-dark .tree-layout-box.translate.no-drop{border-color:#a73c3c;background-color:#a73c3c}.tree-layout-preview-group.joint-theme-dark .tree-layout-preview{stroke:#feb663;stroke-width:2}.tree-layout-preview-group.joint-theme-dark .tree-layout-preview.child,.tree-layout-preview-group.joint-theme-dark .tree-layout-preview.parent{fill:#c00;fill-opacity:.3}.joint-tree-layout.joint-theme-default .tree-layout-box{background-color:#ffffff80;border:2px solid grey;border-radius:4px;margin:-2px 0 0 -2px}.joint-tree-layout.joint-theme-default .tree-layout-box.translate{border-style:dotted}.joint-tree-layout.joint-theme-default .tree-layout-box.translate.no-drop{border-color:red}.tree-layout-preview-group.joint-theme-default .tree-layout-preview{stroke:gray;stroke-width:2}.tree-layout-preview-group.joint-theme-default .tree-layout-preview.child,.tree-layout-preview-group.joint-theme-default .tree-layout-preview.parent{fill:#fff;fill-opacity:.5}.joint-tree-layout.joint-theme-material .tree-layout-box{background-color:#d0e6f94d;border:2px solid #737c97;border-radius:5px;margin:-2px 0 0 -2px;padding:0}.joint-tree-layout.joint-theme-material .tree-layout-box.active{border-style:solid}.joint-tree-layout.joint-theme-material .tree-layout-box>.joint-paper{opacity:.5}.joint-tree-layout.joint-theme-material .tree-layout-box.translate{border-style:dotted;background-color:#d0d8e8}.joint-tree-layout.joint-theme-material .tree-layout-box.translate.no-drop{border-color:#d71920}.tree-layout-preview-group.joint-theme-material .tree-layout-preview{stroke:#737c97;stroke-width:2}.tree-layout-preview-group.joint-theme-material .tree-layout-preview.child,.tree-layout-preview-group.joint-theme-material .tree-layout-preview.parent{fill:#d0d8e8;fill-opacity:.3}.joint-tree-layout.joint-theme-modern .tree-layout-box{background-color:#d0e6f94d;border:2px solid #31d0c6;border-radius:5px;margin:-2px 0 0 -2px;padding:0}.joint-tree-layout.joint-theme-modern .tree-layout-box.translate{border-style:solid}.joint-tree-layout.joint-theme-modern .tree-layout-box.translate.no-drop{border-color:#d71920;background-color:#ffa0a433}.joint-tree-layout.joint-theme-modern .tree-layout-box.translate>.joint-paper{opacity:.4}.tree-layout-preview-group.joint-theme-modern .tree-layout-preview{stroke:#31d0c6;stroke-width:2}.tree-layout-preview-group.joint-theme-modern .tree-layout-preview.child,.tree-layout-preview-group.joint-theme-modern .tree-layout-preview.parent{fill:#31d0c6;fill-opacity:.3}.joint-path-drawer{cursor:crosshair}.joint-path-drawer .start-point{fill:#fff;stroke:#000;stroke-width:2px}.joint-path-drawer .start-point:hover{fill:#000}.joint-path-drawer .control-path{pointer-events:none;fill:none;stroke:#000;stroke-width:1px;stroke-linecap:round}.joint-path-editor{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.joint-path-editor .control-point,.joint-path-editor .anchor-point{cursor:pointer;pointer-events:auto;border:1px solid lightgrey;stroke-width:1px}.joint-path-editor .control-point{fill:#4169e1;stroke:#4169e1}.joint-path-editor .control-point.locked{fill:#2e8b57;stroke:#2e8b57}.joint-path-editor .anchor-point{fill:#dc143c;stroke:#dc143c}.joint-path-editor .direction-path{stroke:#000;stroke-width:1px}.joint-path-editor .segment-path{cursor:move;pointer-events:auto;fill:none;stroke:#000;stroke-width:10px;stroke-linecap:round;stroke-linejoin:round;opacity:0;stroke-opacity:0}.joint-path-editor .segment-path:hover{opacity:.6;stroke-opacity:.6}.joint-radio-group{display:flex;flex-wrap:wrap;flex-direction:column}.joint-radio-group label{display:flex;cursor:pointer;font-weight:500;position:relative;overflow:hidden;margin-bottom:.375em}.joint-radio-group label:after{content:none}.joint-radio-group input{position:absolute;opacity:0;cursor:pointer}.joint-radio-group input:checked+span:before{box-shadow:inset 0 0 0 .4375em var(--checked-color)}.joint-radio-group input:hover:not(:checked)+span:before{box-shadow:inset 0 0 0 .2em var(--checked-color)}.joint-radio-group span{display:flex;align-items:center}.joint-radio-group span:before{display:flex;flex-shrink:0;content:"";background-color:#fff;width:1.5em;height:1.5em;border-radius:50%;margin-right:.375em;transition:.25s ease;box-shadow:inset 0 0 0 .125em var(--checked-color)}.joint-radio-group.joint-theme-dark{--checked-color: #8b9094}.joint-radio-group.joint-theme-default{--checked-color: black}.joint-radio-group.joint-theme-material{--checked-color: #5fa9ee}.joint-radio-group.joint-theme-modern{--checked-color: #31d0c6}div.joint-toolbar,div.joint-toolbar .joint-toolbar-group,div.joint-toolbar .joint-widget{display:flex;align-items:center;flex-shrink:1000}div.joint-toolbar button.joint-widget{flex-shrink:1}.joint-toolbar .joint-toolbar-group.right.group-first{margin-left:auto}.joint-toolbar .joint-widget+.joint-widget,.joint-toolbar-group+.joint-toolbar .joint-widget,.joint-toolbar .joint-widget+.joint-toolbar-group,.joint-toolbar-group+.joint-toolbar-group{margin-left:2px}@media screen and (-webkit-min-device-pixel-ratio: 0){div.joint-toolbar textarea{margin-top:4px}div.joint-toolbar button.joint-widget{text-align:center}}@media screen�{.joint-toolbar .joint-toolbar-group,.joint-toolbar .joint-widget{vertical-align:middle}.joint-toolbar{display:inline-block;vertical-align:top}.joint-toolbar .joint-toolbar-group.right{float:right}div.joint-toolbar button.joint-widget{display:table-cell}}.joint-toolbar.joint-theme-dark{padding:8px;box-sizing:border-box;color:#d3d3d5;background:#5e6366}.joint-toolbar.joint-theme-dark label,.joint-toolbar.joint-theme-dark .units,.joint-toolbar.joint-theme-dark output{font-size:.8em}.joint-toolbar.joint-theme-dark .joint-widget{margin-left:6px}@media screen�{.joint-toolbar.joint-theme-dark .joint-widget[data-type=selectButtonGroup]{padding-top:1px}.joint-toolbar.joint-theme-dark .joint-widget[data-type=toggle] span:first-child{line-height:32px}.joint-toolbar.joint-theme-dark label{line-height:33px}}.joint-toolbar.joint-theme-default{background:white;padding:0 10px;border:1px solid lightgray;box-sizing:border-box;font-size:12px}@media screen�{.joint-toolbar.joint-theme-default .joint-widget[data-type=toggle] span:first-child{line-height:32px}.joint-toolbar.joint-theme-default label{line-height:36px}}.joint-toolbar.joint-theme-material{background:#717d98;box-sizing:border-box;color:#fff;font-family:lato-light}.joint-toolbar.joint-theme-material label,.joint-toolbar.joint-theme-material .units,.joint-toolbar.joint-theme-material output{font-size:.8em}.joint-toolbar.joint-theme-material .joint-toolbar-group{margin-left:0}.joint-toolbar.joint-theme-material .joint-select-button-group .select-button-group-button.selected{color:#fff;border:2px solid white}.joint-toolbar.joint-theme-material .joint-select-box .select-box-selection:after{background:#828da6;border:9px solid #828da6}.joint-toolbar.joint-theme-material .joint-select-box .select-box-selection:before{background:#828da6}.joint-toolbar.joint-theme-material .joint-select-box.joint-theme-material .select-box-selection{border:2px solid #828da6}.joint-toolbar.joint-theme-material .joint-widget textarea,.joint-toolbar.joint-theme-material .joint-widget input{color:#fff}@media screen�{.joint-toolbar.joint-theme-material .joint-widget[data-type=toggle] span:first-child,.joint-toolbar.joint-theme-material label{line-height:49px}}.joint-toolbar.joint-theme-modern{background:#f6f6f6;padding:10px;box-sizing:border-box}.joint-toolbar.joint-theme-modern label,.joint-toolbar.joint-theme-modern .units,.joint-toolbar.joint-theme-modern output{font-size:.8em}@media screen�{.joint-toolbar.joint-theme-modern .joint-widget[data-type=toggle] span:first-child{line-height:32px}.joint-toolbar.joint-theme-modern label{line-height:36px}}.joint-widget[data-type=zoomSlider] output,.joint-widget[data-type=range] output{min-width:1.6em;display:inline-block;text-align:right}.joint-widget[data-type=separator]{border-right:1px solid #b3b3b3}.joint-widget[data-type=separator]:after{content:" "}.joint-widget input[type=range]::-ms-track{cursor:pointer;background:transparent;border-color:transparent;color:transparent}.joint-widget input[type=range]::-ms-fill-lower{background:transparent;border-color:transparent}.joint-widget .toggle{position:relative;width:97px;height:14px}.joint-widget .toggle input{top:0;right:0;bottom:0;left:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;z-index:100;position:absolute;width:100%;height:100%;cursor:pointer;box-sizing:border-box;padding:0;box-shadow:none;-webkit-appearance:none}.joint-widget .toggle span{display:block;width:100%;height:100%;border-radius:40px;position:relative}.joint-widget .toggle input:checked+span i{right:0}.joint-widget .toggle span i{display:block;height:100%;width:60%;border-radius:inherit;position:absolute;z-index:2;right:40%;top:0}.joint-widget input[type=color]{padding:0;width:150%;height:150%;margin:-25%}.joint-widget[data-type=colorPicker]{box-sizing:border-box;overflow:hidden;width:30px;height:30px;border-radius:4px}.joint-widget[data-type=colorPicker]{border:1px solid lightgrey}.joint-widget[data-type=colorPicker].disabled{opacity:.5}@media screen�{.joint-widget{float:left}}@font-face{font-family:toolbar-icons-dark;src:url(data:application/octet-stream;base64,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) format("woff")}.joint-widget.joint-theme-dark input[type=range]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;width:60px;padding:0;background:transparent}.joint-widget.joint-theme-dark button:focus,.joint-widget.joint-theme-dark input[type=range]:focus{outline:none}.joint-widget.joint-theme-dark input[type=range]::-ms-track{cursor:pointer;background:transparent;border-color:transparent;color:transparent}.joint-widget.joint-theme-dark input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:8px;height:8px;background:#8a9199;border-radius:8px;margin-top:-2px}.joint-widget.joint-theme-dark input[type=range]::-ms-thumb{margin-top:0;width:8px;height:8px;background:#8a9199;border-radius:8px}.joint-widget.joint-theme-dark input[type=range]::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:8px;height:8px;background:#8a9199;border-radius:8px}.joint-widget.joint-theme-dark input[type=range]::-ms-fill-lower,.joint-widget.joint-theme-dark input[type=range]::-ms-fill-upper{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#726bae,#3cbebc);background:-o-linear-gradient(right,#726bae,#3cbebc);background:-moz-linear-gradient(right,#726bae,#3cbebc);background:linear-gradient(to right,#726bae,#3cbebc)}.joint-widget.joint-theme-dark input[type=range]::-moz-range-track{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#726bae,#3cbebc);background:-o-linear-gradient(right,#726bae,#3cbebc);background:-moz-linear-gradient(right,#726bae,#3cbebc);background:linear-gradient(to right,#726bae,#3cbebc)}.joint-widget.joint-theme-dark input[type=range]::-webkit-slider-runnable-track{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#8f88da,#3cbebc);background:-o-linear-gradient(right,#726bae,#3cbebc);background:-moz-linear-gradient(right,#726bae,#3cbebc);background:linear-gradient(to right,#726bae,#3cbebc)}.joint-widget.joint-theme-dark input[type=range][disabled]::-ms-fill-lower,.joint-widget.joint-theme-dark input[type=range][disabled]::-ms-fill-upper{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#b7b4cf,#b6e2e2);background:-o-linear-gradient(right,#b7b4cf,#b6e2e2);background:-moz-linear-gradient(right,#b7b4cf,#b6e2e2);background:linear-gradient(to right,#b7b4cf,#b6e2e2)}.joint-widget.joint-theme-dark input[type=range][disabled]::-moz-range-track{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#b7b4cf,#b6e2e2);background:-o-linear-gradient(right,#b7b4cf,#b6e2e2);background:-moz-linear-gradient(right,#b7b4cf,#b6e2e2);background:linear-gradient(to right,#b7b4cf,#b6e2e2)}.joint-widget.joint-theme-dark input[type=range][disabled]::-webkit-slider-runnable-track{width:100%;height:3px;background:#7c69fd;background:-webkit-linear-gradient(left,#b7b4cf,#b6e2e2);background:-o-linear-gradient(right,#b7b4cf,#b6e2e2);background:-moz-linear-gradient(right,#b7b4cf,#b6e2e2);background:linear-gradient(to right,#b7b4cf,#b6e2e2)}label.joint-widget.joint-theme-dark{text-shadow:1px 2px 1px #313538}button.joint-widget.joint-theme-dark{border:1px solid #0f1110;width:40px;height:32px;color:#d1d2d4;border-radius:3px;line-height:12px;box-shadow:-1px -1px #666 inset;background-color:#52575b}button.joint-widget.joint-theme-dark:disabled{background-color:#92979b;box-shadow:none}button.joint-widget.joint-theme-dark:not([disabled]):hover{background:#92979b;background:-webkit-linear-gradient(#3b3f40,#454a4d);background:-o-linear-gradient(#3b3f40,#454a4d);background:-moz-linear-gradient(#3b3f40,#454a4d);background:linear-gradient(#3b3f40,#454a4d);box-shadow:-1px -1px #595959 inset;color:#d3d3d5!important}button.joint-widget.joint-theme-dark[data-type=button]:not(:empty){width:auto;color:#b5b6ba}.joint-widget.joint-theme-dark[data-type=undo]:after,.joint-widget.joint-theme-dark[data-type=redo]:after,.joint-widget.joint-theme-dark[data-type=zoomToFit]:after,.joint-widget.joint-theme-dark[data-type=zoomIn]:after,.joint-widget.joint-theme-dark[data-type=zoomOut]:after,.joint-widget.joint-theme-dark[data-type=fullscreen]:after{font-family:toolbar-icons-dark;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;margin:auto;text-align:center;font-variant:normal;text-transform:none;line-height:1em;font-size:22px}.joint-widget.joint-theme-dark[data-type=undo]:after{content:""}.joint-widget.joint-theme-dark[data-type=redo]:after{content:""}.joint-widget.joint-theme-dark[data-type=zoomToFit]:after{content:""}.joint-widget.joint-theme-dark[data-type=zoomIn]:after{content:""}.joint-widget.joint-theme-dark[data-type=zoomOut]:after{content:""}.joint-widget.joint-theme-dark[data-type=fullscreen]:after{content:""}.joint-widget.joint-theme-dark[data-type=checkbox] input{position:relative;display:none}.joint-widget.joint-theme-dark[data-type=checkbox] span:first-child{display:inline-block}.joint-widget.joint-theme-dark[data-type=checkbox].disabled input+span{border:1px solid #92979b;background-color:#92979b}.joint-widget.joint-theme-dark[data-type=checkbox] input+span{position:relative;left:0;display:inline-block;vertical-align:top;width:20px;min-width:20px;height:20px;border:1px solid black;border-radius:3px;background:#18191b}.joint-widget.joint-theme-dark[data-type=checkbox] input:checked+span:after{position:relative;left:4px;top:5px;display:block;width:11px;height:11px;content:" ";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAAa5JREFUGNMlwUGLUlEYBuD3O9doRqai6KbneKELCkGCm2YKI0imBtomuGo3+guMUNoK7RSi1SwKZjGEjrNpG0iEiItZ+QNuhM0USSg4d8qbnrdFzyPaeNestVMRuSSwK5I3AIRKxUKS8H3/WaFQ2Ot0Orsxa+2ZiIDkOURZCH4BOD89/bbMZDK3j44O97TWk37/s6NEROG/dQCG5OLH95Ol1nqtVqt90lpjOp264/E4HiO5UkopiD0DZSEiSwDI5XK3yuWyCwCNRgNRFO0rEXlCrAyA6yQJwPE8L9FsNj+KCIbD4aTdPrwHqLlyXdcOBoNusVh8JSJCMlapVD5ks1k3iiLU6/WnJI8JrCF//8E7S/L34g+3H+28vLO1uRuGIUmy1Wr91FqrRNLEtfE2kEqlHo5GI5JkEATs9Xq01jIIAvq+fzeZNI42Xlwb7yISSbOez+dfz2YzkqS1liRZKpWea526qo23kUiaK9p4MaWUioIvX19Uq9UWAIgIut3upN8ftAFcsNZedhznLwBHtPG2ABwDiO883n6TTqfDg4P3b+fz+QlEVgAiAEsAN/8BAiTM2/zlWnUAAAAASUVORK5CYII=) no-repeat}.joint-widget.joint-theme-dark .toggle{width:72px}.joint-widget.joint-theme-dark .toggle input{display:block;width:100%;box-sizing:border-box;box-shadow:none;height:12px}.joint-widget.joint-theme-dark .toggle span,.joint-widget.joint-theme-dark .toggle input:checked+span{background:#8b9094}.joint-widget.joint-theme-dark.disabled .toggle span,.joint-widget.joint-theme-dark.disabled .toggle input:checked+span{background:#d6d6d6}.joint-widget.joint-theme-dark .toggle span{border-radius:3px;box-shadow:none}.joint-widget.joint-theme-dark .toggle span:before{background:#f6f6f6;box-shadow:none}.joint-widget.joint-theme-dark .toggle span i:before{content:"off";position:absolute;right:-50%;top:0;text-transform:uppercase;font-style:normal;font-weight:700;color:#f5f5f5;font-family:Arial,sans-serif;font-size:10px;line-height:16px;margin-top:-1px;margin-right:-8px}.joint-widget.joint-theme-dark .toggle input:checked+span i:before{content:"on";right:100%;color:#f5f5f5;margin-right:12px}.joint-widget.joint-theme-dark .toggle span i{right:50%;width:50%;background:#414548;box-shadow:0 0 3px #8b9094}.joint-widget.joint-theme-dark.disabled .toggle span i{background-color:#92979b}.joint-widget.joint-theme-dark .toggle input:checked+span i{right:0}.joint-widget.joint-theme-dark input[type=text],.joint-widget.joint-theme-dark input[type=number],.joint-widget.joint-theme-dark textarea{width:100%;height:auto;line-height:14px;text-shadow:none;box-shadow:none;box-sizing:border-box;outline:none;padding:6px 10px;overflow:auto;color:#24282b;background:#92979b;background:-webkit-linear-gradient(#8b9094,#92979b);background:-o-linear-gradient(#8b9094,#92979b);background:-moz-linear-gradient(#8b9094,#92979b);background:linear-gradient(#8b9094,#92979b);border:1px solid #42474a;border-radius:3px}.joint-widget.joint-theme-dark input[type=text],.joint-widget.joint-theme-dark input[type=number]{height:33px}.joint-widget.joint-theme-dark input[type=text]:disabled,.joint-widget.joint-theme-dark input[type=number]:disabled,.joint-widget.joint-theme-dark textarea:disabled{color:#d6d6d6}.joint-widget.joint-theme-dark[data-type=separator]{box-shadow:1px 0 #161a1d;margin-right:4px;line-height:33px}.joint-widget.joint-theme-dark[data-type=inputText] label,.joint-widget.joint-theme-dark[data-type=inputNumber] label,.joint-widget.joint-theme-dark[data-type=inputTextArea] label,.joint-widget.joint-theme-dark[data-type=checkbox]>span:first-child,.joint-widget.joint-theme-dark[data-type=toggle]>span{padding-right:6px}.joint-widget.joint-theme-dark[data-type=colorPicker]{border:1px solid #0f1110;box-shadow:-1px -1px #666 inset}@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm){.joint-widget.joint-theme-dark input[type=text],.joint-widget.joint-theme-dark input[type=number]{padding:0 0 0 10px}.joint-widget.joint-theme-dark .toggle span i:before{margin-top:-1px}}@media screen�{.joint-widget.joint-theme-dark[data-type=zoomSlider],.joint-widget.joint-theme-dark[data-type=range],.joint-widget.joint-theme-dark[data-type=checkbox] input+span{margin-top:6px;margin-bottom:6px}.joint-widget.joint-theme-dark[data-type=selectButtonGroup]{padding-top:2px;padding-bottom:2px}}.joint-widget.joint-theme-default input[type=range]{margin:0 0 0 6px;position:relative;border:0;padding:0;width:80px}.joint-widget.joint-theme-default input[type=range]::-ms-thumb{position:relative;width:6px;height:12px;top:0;z-index:2;border:1px solid lightgrey;background:white}.joint-widget.joint-theme-default input[type=range]::-ms-track{position:absolute;left:0;top:9px;content:" ";width:100%;height:2px;background-color:#d3d3d3;border-radius:3px}button.joint-widget.joint-theme-default:not([disabled]):hover{background:#d3d3d3}button.joint-widget.joint-theme-default:disabled{color:#9e9e9e}button.joint-widget.joint-theme-default{outline:none;cursor:pointer;color:#000;padding:5px;background:white;border:1px solid #d3d3d3;min-width:30px;min-height:30px;font-size:12px;border-radius:4px}.joint-widget.joint-theme-default[data-type=undo]:after{content:"undo"}.joint-widget.joint-theme-default[data-type=redo]:after{content:"redo"}.joint-widget.joint-theme-default[data-type=zoomToFit]:after{content:"fit"}.joint-widget.joint-theme-default[data-type=zoomIn]:after{content:"+"}.joint-widget.joint-theme-default[data-type=zoomOut]:after{content:"-"}.joint-widget.joint-theme-default[data-type=fullscreen]:after{content:"fullscreen"}.joint-widget.joint-theme-default[data-type=toggle]>input{margin-bottom:0}.joint-widget.joint-theme-default[data-type=toggle] span:first-child{float:left}.joint-widget.joint-theme-default[data-type=separator]{line-height:38px;margin-right:4px;border-color:#d3d3d3}.joint-widget.joint-theme-default .toggle{width:60px}.joint-widget.joint-theme-default .toggle input:checked+span{background:white}.joint-widget.joint-theme-default .toggle span{background:lightgrey;border:1px solid lightgrey;border-radius:40px}.joint-widget.joint-theme-default.disabled .toggle input:checked+span i:before{color:#d3d3d3}.joint-widget.joint-theme-default .toggle input:checked+span i:before{content:"on";right:115%;color:#000}.joint-widget.joint-theme-default.disabled .toggle span i:before{color:#9e9e9e}.joint-widget.joint-theme-default .toggle span i:before{content:"off";position:absolute;top:50%;margin-top:-5px;right:-80%;text-transform:uppercase;color:#000;font-family:Helvetica,Arial,sans-serif;font-size:10px;font-style:normal}.joint-widget.joint-theme-default .toggle span i{background:white;width:50%;right:50%}.joint-widget.joint-theme-default .toggle input:checked+span i{background:lightgrey}.joint-widget.joint-theme-default input[type=text],.joint-widget.joint-theme-default input[type=number],.joint-widget.joint-theme-default textarea{width:100%;height:auto;line-height:14px;border:1px solid lightgrey;box-sizing:border-box;outline:none;padding:5px;font-size:12px}.joint-widget.joint-theme-default .joint-select-button-group{font-size:16px}.joint-widget.joint-theme-default[data-type=inputText] label,.joint-widget.joint-theme-default[data-type=inputNumber] label,.joint-widget.joint-theme-default[data-type=inputTextArea] label,.joint-widget.joint-theme-default[data-type=checkbox]>span,.joint-widget.joint-theme-default[data-type=toggle]>span{padding-right:2px}@media screen�{.joint-widget.joint-theme-default[data-type=toggle],.joint-widget.joint-theme-default[data-type=selectButtonGroup]{padding-top:3px;padding-bottom:3px}.joint-widget.joint-theme-default[data-type=zoomSlider],.joint-widget.joint-theme-default[data-type=range]{margin-top:8px;margin-bottom:8px}.joint-widget.joint-theme-default input[type=range]+output{padding-top:10px;padding-bottom:10px}}.joint-widget.joint-theme-material input[type=range]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:80px;padding:5px;background:transparent}.joint-widget.joint-theme-material .units{padding-right:4px}.joint-widget.joint-theme-material input[type=range]:focus{outline:none}.joint-widget.joint-theme-material input[type=range]::-ms-track{cursor:pointer;background:transparent;border-color:transparent;color:transparent}.joint-widget.joint-theme-material input[type=range]:disabled::-webkit-slider-thumb{background-color:#808bc6}.joint-widget.joint-theme-material input[type=range]:disabled::-ms-thumb{background-color:#808bc6}.joint-widget.joint-theme-material input[type=range]:disabled::-moz-range-thumb{background-color:#808bc6}.joint-widget.joint-theme-material input[type=range]::-webkit-slider-thumb{margin-top:-5px;-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:rgb(63,81,181);border:none;transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.joint-widget.joint-theme-material input[type=range]::-ms-thumb{margin-top:0;-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:rgb(63,81,181);border:none;transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.joint-widget.joint-theme-material input[type=range]:active::-webkit-slider-thumb{background:rgb(63,81,181);-webkit-transform:scale(1.5);transform:scale(1.5)}.joint-widget.joint-theme-material input[type=range]:active::-ms-thumb{background:rgb(63,81,181);-webkit-transform:scale(1.5);transform:scale(1.5)}.joint-widget.joint-theme-material input[type=range]::-moz-range-thumb{-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:rgb(63,81,181);border:none;transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.joint-widget.joint-theme-material input[type=range]:active::-moz-range-thumb{background:rgb(63,81,181);-webkit-transform:scale(1.5);transform:scale(1.5)}.joint-widget.joint-theme-material input[type=range]::-ms-fill-lower,.joint-widget.joint-theme-material input[type=range]::-ms-fill-upper{width:100%;height:3px;background:#5fa9ee}.joint-widget.joint-theme-material input[type=range]::-ms-fill-lower{background:#3f51b5}.joint-widget.joint-theme-material input[type=range]::-moz-range-track{width:100%;height:3px;background:#5fa9ee}.joint-widget.joint-theme-material input[type=range]::-moz-range-progress{height:3px;background:#3f51b5}.joint-widget.joint-theme-material input[type=range]:disabled::-webkit-slider-runnable-track{background-color:#d0d8e8}.joint-widget.joint-theme-material input[type=range]:disabled::-moz-range-progress{background-color:#d0d8e8}.joint-widget.joint-theme-material input[type=range]:disabled::-ms-fill-lower{background-color:#d0d8e8}.joint-widget.joint-theme-material input[type=range]:disabled::-ms-fill-upper{background-color:#d0d8e8}.joint-widget.joint-theme-material input[type=range]::-webkit-slider-runnable-track{width:100%;height:3px;background:#5fa9ee}button.joint-widget.joint-theme-material{position:relative;height:49px;min-width:49px;color:#fff;font-size:15px;background:transparent;outline:none;cursor:pointer;box-sizing:border-box;padding:4px 11px;margin:0;border-width:0 2px 0 2px;border-style:solid;-webkit-border-image:-webkit-gradient(linear,0 100%,0 0,from(#5e6b88),to(#717d98)) 1 100%;-webkit-border-image:-webkit-linear-gradient(bottom,#5e6b88,#717d98) 1 100%;-moz-border-image:-moz-linear-gradient(bottom,#5e6b88,#717d98) 1 100%;-o-border-image:-o-linear-gradient(bottom,#5e6b88,#717d98) 1 100%;border-image:linear-gradient(to top,#5e6b88,#717d98) 1 100%}.joint-toolbar.joint-theme-material .joint-toolbar-group+.joint-toolbar-group button.joint-widget.joint-theme-material,button.joint-widget.joint-theme-material+button.joint-widget.joint-theme-material{border-width:0 2px 0 0;margin-left:0}button.joint-widget.joint-theme-material:hover{box-shadow:inset 0 -4px #5fa9ee}button.joint-widget.joint-theme-material:disabled:hover{box-shadow:none}.joint-widget.joint-theme-material[data-type=toggle] span:first-child,.joint-widget.joint-theme-material[data-type=checkbox] span:first-child{display:inline-block;padding-left:4px;padding-right:4px}.joint-widget.joint-theme-material[data-type=checkbox] input{position:relative;display:none}.joint-widget.joint-theme-material[data-type=checkbox].disabled input+span{border:2px solid #d0d8e8}.joint-widget.joint-theme-material[data-type=checkbox] input+span{display:inline-block;box-sizing:border-box;width:16px;min-width:16px;height:16px;margin:0;cursor:pointer;border:2px solid #5fa9ee;border-radius:2px;z-index:2;position:relative}.joint-widget.joint-theme-material[data-type=checkbox] input+span:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;-webkit-mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==);mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==);background:0 0;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:background}.joint-widget.joint-theme-material[data-type=checkbox] input:checked+span:after{background:#3f51b5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K)}.joint-widget.joint-theme-material[data-type=checkbox] input:disabled:checked+span:after{background-color:#808bc6}.joint-widget.joint-theme-material[data-type=checkbox] input:checked+span{border:2px solid #3f51b5;background:white}.joint-widget.joint-theme-material[data-type=checkbox] input:disabled:checked+span{border:2px solid #808bc6}.joint-widget.joint-theme-material .toggle{height:14px;width:36px;border-radius:14px}.joint-widget.joint-theme-material .toggle input:checked+span{background:#5fa9ee}.joint-widget.joint-theme-material.disabled .toggle input:checked+span{background-color:#d0d8e8}.joint-widget.joint-theme-material.disabled .toggle span{background-color:#d6d6d6}.joint-widget.joint-theme-material .toggle span{background:rgba(0,0,0,.26);color:#f6f6f6;border-radius:14px;box-shadow:none}.joint-widget.joint-theme-material .toggle span i:before{content:""}.joint-widget.joint-theme-material .toggle span i{right:50%;width:50%;top:-2px;height:130%;left:0;border-radius:50%;cursor:pointer;background:#fafafa;box-shadow:0 2px 2px #00000024,0 3px 1px -2px #0003,0 1px 5px #0000001f;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:left}.joint-widget.joint-theme-material.disabled .toggle input:checked+span i{background-color:#808bc6}.joint-widget.joint-theme-material .toggle input:checked+span i{right:0;position:absolute;left:20px;background:#3f51b5;box-shadow:0 3px 4px #00000024,0 3px 3px -2px #0003,0 1px 8px #0000001f}.joint-widget.joint-theme-material[data-type=checkbox] span,.joint-widget.joint-theme-material[data-type=toggle] span,.joint-widget.joint-theme-material[data-type=toggle] div{pointer-events:none}.joint-widget.joint-theme-material[data-type=undo]:after,.joint-widget.joint-theme-material[data-type=redo]:after,.joint-widget.joint-theme-material[data-type=zoomToFit]:after,.joint-widget.joint-theme-material[data-type=zoomIn]:after,.joint-widget.joint-theme-material[data-type=zoomOut]:after,.joint-widget.joint-theme-material[data-type=fullscreen]:after{display:block;width:33px;height:33px;content:" ";background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-image:url(data:image/png;base64,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)}.joint-widget.joint-theme-material[data-type=zoomIn]:after{background-position:-47px -54px}.joint-widget.joint-theme-material[data-type=zoomOut]:after{background-position:-91px -5px}.joint-widget.joint-theme-material[data-type=zoomToFit]:after{background-position:-5px -54px}.joint-widget.joint-theme-material[data-type=undo]:after{background-position:-6px -8px}.joint-widget.joint-theme-material[data-type=redo]:after{background-position:-44px -8px}.joint-widget.joint-theme-material[data-type=fullscreen]:after{background-position:-88px -51px}.joint-widget.joint-theme-material[data-type=zoomIn]:disabled:after{background-position:-173px -54px}.joint-widget.joint-theme-material[data-type=zoomOut]:disabled:after{background-position:-217px -5px}.joint-widget.joint-theme-material[data-type=zoomToFit]:disabled:after{background-position:-131px -54px}.joint-widget.joint-theme-material[data-type=undo]:disabled:after{background-position:-132px -8px}.joint-widget.joint-theme-material[data-type=redo]:disabled:after{background-position:-170px -8px}.joint-widget.joint-theme-material[data-type=fullscreen]:disabled:after{background-position:-214px -51px}.joint-widget.joint-theme-material[data-type=separator]{background:-webkit-gradient(linear,0 100%,0 0,from(#5e6b88),to(#717d98));background:-webkit-linear-gradient(bottom,#5e6b88,#717d98);background:-moz-linear-gradient(bottom,#5e6b88,#717d98);background:-o-linear-gradient(bottom,#5e6b88,#717d98);background:linear-gradient(to top,#5e6b88,#717d98);height:49px;width:2px;border:none}label.joint-widget.joint-theme-material{padding-left:4px;padding-right:4px}button.joint-widget.joint-theme-material:active{background:#5e6d9d}.joint-widget.joint-theme-material input.toggle+span:after,.joint-widget.joint-theme-material[data-type=checkbox] input+span:before{content:"";position:absolute;z-index:2;box-sizing:border-box;background:#3f51b5;transition:width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);border-radius:50%;opacity:0;pointer-events:none;top:-14px;right:-14px;overflow:hidden;width:40px;height:40px}.joint-widget.joint-theme-material.is-in-action input.toggle+span:after,.joint-widget.joint-theme-material[data-type=checkbox].is-in-action input+span:before{opacity:.3}.joint-widget.joint-theme-material input.toggle+span:after{top:-12px;left:-12px}.joint-widget.joint-theme-material input.toggle:checked+span:after{transform:translate(20px)}.joint-widget.joint-theme-material[data-type=inputNumber] div,.joint-widget.joint-theme-material[data-type=textarea] div,.joint-widget.joint-theme-material[data-type=inputText] div{position:relative}.joint-widget.joint-theme-material textarea,.joint-widget.joint-theme-material input{color:#55627b;border:none;outline:none;background:transparent;line-height:20px;height:20px}.joint-widget.joint-theme-material textarea,.joint-widget.joint-theme-material input[type=number],.joint-widget.joint-theme-material input[type=text]{border-bottom:2px solid #5fa9ee}.joint-widget.joint-theme-material[data-type=inputNumber]>.input-wrapper:after,.joint-widget.joint-theme-material[data-type=textarea]>.input-wrapper:after,.joint-widget.joint-theme-material[data-type=inputText]>.input-wrapper:after{background:#3f51b5;bottom:0;content:"";height:2px;left:45%;position:absolute;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:-1;width:10px;transition-property:width,left,z-index;display:block}.joint-widget.joint-theme-material[data-type=textarea]>.input-wrapper:after{bottom:1px}.joint-widget.joint-theme-material input[type=text]:disabled,.joint-widget.joint-theme-material input[type=number]:disabled,.joint-widget.joint-theme-material textarea:disabled{color:#d6d6d6;border-bottom:2px solid #d0d8e8}.joint-widget.joint-theme-material.is-focused[data-type=inputNumber]>.input-wrapper:after,.joint-widget.joint-theme-material.is-focused[data-type=textarea]>.input-wrapper:after,.joint-widget.joint-theme-material.is-focused[data-type=inputText]>.input-wrapper:after{z-index:1000;left:0;width:100%}.joint-widget.joint-theme-material[data-type=colorPicker]{width:49px;height:49px;border-radius:0;border-bottom:none;border-top:none;border-left:2px solid #5e6b88;border-right:2px solid #5e6b88;position:relative}.joint-widget.joint-theme-material input[type=color]{height:150%}.joint-widget.joint-theme-material[data-type=colorPicker]:before,.joint-widget.joint-theme-material[data-type=colorPicker]:after{content:"";position:absolute;height:100%;top:0}.joint-widget.joint-theme-material[data-type=colorPicker]:before{left:0;width:2px;background:linear-gradient(to left,transparent 0%,#5e6b88 100%)}.joint-widget.joint-theme-material[data-type=colorPicker]:after{right:0;width:2px;background:linear-gradient(to right,transparent 0%,#5e6b88 100%)}@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm){.joint-widget.joint-theme-material input[type=text],.joint-widget.joint-theme-material input[type=number]{padding:0 0 0 10px}.joint-widget.joint-theme-material[data-type=textarea]>.input-wrapper:after{bottom:3px}}@media screen�{.joint-widget.joint-theme-material[data-type=selectButtonGroup]{padding-top:9px;padding-bottom:9px}.joint-widget.joint-theme-material[data-type=zoomSlider],.joint-widget.joint-theme-material[data-type=range]{margin-top:14px;margin-bottom:14px;margin-right:4px}.joint-widget.joint-theme-material[data-type=selectBox]{margin-top:7px;margin-bottom:7px}.joint-widget.joint-theme-material[data-type=checkbox]{padding-top:2px;padding-bottom:2px}button.joint-widget.joint-theme-material{border-bottom:none;border-top:none;border-left:2px solid #5e6b88;border-right:2px solid #5e6b88}}.joint-widget.joint-theme-modern input[type=range]{vertical-align:middle;width:80px;color:#ddd;background:transparent;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;border:none;outline:none;padding:0}.joint-widget.joint-theme-modern input[type=range]:focus{outline:none}.joint-widget.joint-theme-modern input[type=range]::-ms-thumb{position:relative;width:8px;height:8px;top:0;z-index:2;background:#fff;box-shadow:1px 1px 1px #888;border-radius:8px}.joint-widget.joint-theme-modern input[type=range]::-moz-range-thumb{position:relative;width:8px;height:8px;top:0;z-index:2;background:#fff;box-shadow:1px 1px 1px #888;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.joint-widget.joint-theme-modern input[type=range]::-webkit-slider-thumb{position:relative;width:8px;height:8px;top:0;z-index:2;background:#fff;box-shadow:1px 1px 1px #888;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.joint-widget.joint-theme-modern input[type=range]:after{position:absolute;left:0;top:9px;content:" ";width:100%;height:3px;background:linear-gradient(to right,#fb6eb6,#c658fd);border-radius:3px}.joint-widget.joint-theme-modern input[type=range]:disabled:after{background:linear-gradient(to right,#fbe0ee,#daacf1)}.joint-widget.joint-theme-modern input[type=range]::-moz-range-track{position:absolute;left:0;top:9px;content:" ";width:100%;height:3px;background:linear-gradient(to right,#fb6eb6,#c658fd);border-radius:3px}.joint-widget.joint-theme-modern input[type=range]::-ms-track{position:absolute;left:0;top:9px;content:" ";width:100%;height:3px;background:linear-gradient(to right,#fb6eb6,#c658fd);border-radius:3px}.joint-widget.joint-theme-modern input[type=range][disabled]::-moz-range-track{background:linear-gradient(to right,#fbe0ee,#daacf1)}.joint-widget.joint-theme-modern input[type=range][disabled]::-ms-track{background:linear-gradient(to right,#fbe0ee,#daacf1)}button.joint-widget.joint-theme-modern{position:relative;height:32px;min-width:32px;color:#6b6c8a;font-size:11px;background:transparent;border:1px solid #6b6c8a;border-radius:18px;outline:none;cursor:pointer;box-sizing:border-box;padding:4px 11px;margin:0}button.joint-widget.joint-theme-modern:not([disabled]):hover{color:#fff;background:#6a6b8a}.joint-widget.joint-theme-modern[data-type=checkbox] span:first-child{display:inline-block}.joint-widget.joint-theme-modern[data-type=checkbox] input{position:relative;display:none}.joint-widget.joint-theme-modern[data-type=checkbox].disabled input+span{background-color:#e2e2ee;border-color:#c6c7e2}.joint-widget.joint-theme-modern[data-type=checkbox] input+span{position:relative;left:0;display:inline-block;vertical-align:top;width:21px;height:22px;background-color:#fff;border:1px solid #6b6c8a;border-radius:4px}.joint-widget.joint-theme-modern[data-type=checkbox] input:checked+span:after{position:absolute;left:4px;top:3px;display:block;width:18px;height:16px;content:" ";background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAABSlBMVEUrrqorsqwrtq4surEtvbQvw7svx70wzMIxvboyzscztrozxsM0nq00srk1n681obA1qbY1rbc2o7I2pbU2qLc3q7o3vcQ3xsg4rrw5sL85tME5uMM6tsQ6v8o7ucc7vMk7vcs8v8w8wc7///81n688wc4xzsQ1obA6tsQ2o7IvqKsxpK0twbcx0MY5tMEsras5tME2pbUwysA5sL87vcsssa05sL82qLc5uMM4rrw3q7o1n68sta8uxLo2ysk4vMUsurEwzMI3tsA1obA5sL86wss5sL80vb8tvbQ1n68vx702o7I6tsQ3wcY1obA1o7I2pbUxzsQzwsAyvLs1prQ5tME2qLctwbcvw7syu7s1qbY3q7o5sL8wysA4rrwzycQuxLovw7svx70wysAwzMIxzsQyw8AyyME1rbc1sbk2tLw2t785uMM6ucYRnxwPAAAAYHRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwYGCQwPDxUYGBsbHiQkMDMzNjZCRUhOUVRgeHh4h5OTmaiurrS9vcPJ0tLb3uTk5Ofq9vb29vb5+fwT6nnAAAAAw0lEQVR4AV3LVXPCQADE8au7N22aprlLru7u7lLcHZLg8P1fWTIBAr+nnf/MkskenJPpbnc/62TGaevNvcfJvMPOn2cXx4WOE2/wiCAttl2F4xd9s0hCy22idN8/JyCJtpt0+XlgShSRPt/PVuAyWfkeHMdAOg7EXiXpMFSN7I9KgCRfR7Nf2/+13MPQqgxIivKk6/564Xd4SWlCopS6DKOYOp2gFiTG2HnGNF9G1pgFSYWPvG9zWQVA0mDj8WBMs3HeAD86KVYGq1XTAAAAAElFTkSuQmCC) 0 0 no-repeat}.joint-widget.joint-theme-modern .toggle{width:72px}.joint-widget.joint-theme-modern .toggle input{display:block;width:100%;box-sizing:border-box;box-shadow:none;height:12px}.joint-widget.joint-theme-modern .toggle input:checked+span{background:#31d0c6}.joint-widget.joint-theme-modern.disabled .toggle input:checked+span{background-color:#9cddd9}.joint-widget.joint-theme-modern .toggle span{background:#c6c7e2;border-radius:40px;box-shadow:none}.joint-widget.joint-theme-modern.disabled .toggle span{background:#e2e2ee}.joint-widget.joint-theme-modern .toggle span:before{background:#f6f6f6;box-shadow:none}.joint-widget.joint-theme-modern .toggle span i:before{content:"off";position:absolute;right:-50%;top:0;text-transform:uppercase;font-style:normal;font-weight:700;color:#6a6c8a;font-family:Arial,sans-serif;font-size:10px;line-height:16px;margin-top:-1px;margin-right:-8px}.joint-widget.joint-theme-modern.disabled .toggle span i:before{color:#a0a1b1}.joint-widget.joint-theme-modern .toggle input:checked+span i:before{content:"on";right:100%;color:#f6f6f6;margin-right:12px}.joint-widget.joint-theme-modern .toggle span i{right:50%;width:50%;background:#f6f6f6;box-shadow:0 0 3px #111}.joint-widget.joint-theme-modern .toggle input:disabled+span i{box-shadow:0 0 3px #8c8c8c}.joint-widget.joint-theme-modern input[type=text],.joint-widget.joint-theme-modern input[type=number],.joint-widget.joint-theme-modern textarea{width:100%;height:auto;line-height:14px;text-shadow:none;background:transparent;border:2px solid #e6e6e6;box-shadow:none;box-sizing:border-box;outline:none;padding:6px;overflow:auto}.joint-widget.joint-theme-modern input[type=text]:disabled,.joint-widget.joint-theme-modern input[type=number]:disabled,.joint-widget.joint-theme-modern textarea:disabled{color:#d6d6d6}.joint-widget.joint-theme-modern input[type=text],.joint-widget.joint-theme-modern input[type=number]{height:33px}.joint-widget.joint-theme-modern[data-type=undo]:hover,.joint-widget.joint-theme-modern[data-type=redo]:hover,.joint-widget.joint-theme-modern[data-type=zoomToFit]:hover,.joint-widget.joint-theme-modern[data-type=zoomIn]:hover,.joint-widget.joint-theme-modern[data-type=zoomOut]:hover,.joint-widget.joint-theme-modern[data-type=fullscreen]:hover{background:transparent}.joint-widget.joint-theme-modern[data-type=undo]:after,.joint-widget.joint-theme-modern[data-type=redo]:after,.joint-widget.joint-theme-modern[data-type=zoomToFit]:after,.joint-widget.joint-theme-modern[data-type=zoomIn]:after,.joint-widget.joint-theme-modern[data-type=zoomOut]:after,.joint-widget.joint-theme-modern[data-type=fullscreen]:after{display:block;width:31px;height:31px;content:" ";background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-image:url(data:image/png;base64,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)}.joint-widget.joint-theme-modern[data-type=zoomIn]:after{background-position:-31px -31px}.joint-widget.joint-theme-modern[data-type=zoomIn]:disabled:after{background-position:0 -31px}.joint-widget.joint-theme-modern[data-type=zoomIn]:not([disabled]):hover:after{background-position:-62px -31px}.joint-widget.joint-theme-modern[data-type=zoomOut]:after{background-position:-31px 0}.joint-widget.joint-theme-modern[data-type=zoomOut]:disabled:after{background-position:0 0}.joint-widget.joint-theme-modern[data-type=zoomOut]:not([disabled]):hover:after{background-position:-62px 0}.joint-widget.joint-theme-modern[data-type=zoomToFit]:after{background-position:-31px -217px}.joint-widget.joint-theme-modern[data-type=zoomToFit]:disabled:after{background-position:0 -217px}.joint-widget.joint-theme-modern[data-type=zoomToFit]:not([disabled]):hover:after{background-position:-62px -217px}.joint-widget.joint-theme-modern[data-type=undo]:after{background-position:-31px -155px}.joint-widget.joint-theme-modern[data-type=undo]:disabled:after{background-position:0 -155px}.joint-widget.joint-theme-modern[data-type=undo]:not([disabled]):hover:after{background-position:-62px -155px}.joint-widget.joint-theme-modern[data-type=redo]:after{background-position:-31px -186px}.joint-widget.joint-theme-modern[data-type=redo]:disabled:after{background-position:0 -186px}.joint-widget.joint-theme-modern[data-type=redo]:not([disabled]):hover:after{background-position:-62px -186px}.joint-widget.joint-theme-modern[data-type=fullscreen]:after{background-position:-31px -93px}.joint-widget.joint-theme-modern[data-type=fullscreen]:disabled:after{background-position:0 -93px}.joint-widget.joint-theme-modern[data-type=fullscreen]:not([disabled]):hover:after{background-position:-62px -93px}.joint-widget.joint-theme-modern[data-type=undo],.joint-widget.joint-theme-modern[data-type=redo],.joint-widget.joint-theme-modern[data-type=zoomToFit],.joint-widget.joint-theme-modern[data-type=zoomIn],.joint-widget.joint-theme-modern[data-type=zoomOut],.joint-widget.joint-theme-modern[data-type=fullscreen]{position:relative;top:-1px;border:none;padding:0}.joint-widget.joint-theme-modern[data-type=separator]{line-height:36px;margin-right:3px}.joint-widget.joint-theme-modern[data-type=inputText] label,.joint-widget.joint-theme-modern[data-type=inputNumber] label,.joint-widget.joint-theme-modern[data-type=inputTextArea] label,.joint-widget.joint-theme-modern[data-type=checkbox]>span,.joint-widget.joint-theme-modern[data-type=toggle]>span{padding-right:2px}.joint-widget.joint-theme-modern[data-type=colorPicker]{border-radius:50%;border:1px solid #6b6c8a;width:31px;height:31px}@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm){.joint-widget.joint-theme-modern input[type=text],.joint-widget.joint-theme-modern input[type=number]{padding:0 0 0 10px}.joint-widget.joint-theme-modern .toggle span i:before{margin-top:0}}@media screen�{.joint-widget.joint-theme-modern[data-type=selectButtonGroup]{padding-top:3px;padding-bottom:3px}.joint-widget.joint-theme-modern[data-type=zoomSlider],.joint-widget.joint-theme-modern[data-type=range]{margin-top:6px;margin-bottom:6px}.joint-widget.joint-theme-modern[data-type=checkbox]{padding-top:2px;padding-bottom:2px}}.printarea{position:relative}.printarea.print-ready{display:none}.printarea.preview{overflow:hidden!important;background:#fff!important}@media print{html,html>body.joint-print{position:relative!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important}html>body.joint-print>*{display:none!important}html>body.joint-print>.printarea{display:block!important}.printarea{page-break-after:always;left:0!important;top:0!important;overflow:hidden!important;background:#fff!important;margin:0!important;padding:0!important}.printarea.print-ready{display:none}}.font-size-lg{font-size:16px;font-size:px-to-rem(16px)}.font-size-xxxl{font-size:30px;font-size:px-to-rem(30px)}.Select{font-size:14px;font-size:px-to-rem(14px)}.Select.is-disabled{opacity:.4}.Select:not(.is-disabled) .Select-value,.Select:not(.is-disabled) .Select-placeholder{cursor:pointer}.Select.no-border .Select-control{border:0}.Select--multi .Select-value{margin-top:8px}.Select-control{font-size:14px;font-size:px-to-rem(14px)}.Select-placeholder{opacity:.5}.Select--md-width{min-width:200px}.Select--lg-width{min-width:300px}.Select--plain .Select-control{border:0}.Select--error .Select-control{border-color:red}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font-size:14px;font-weight:400;letter-spacing:0;line-height:1.28581;text-transform:none;color:#1c2127;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,blueprint-icons-16,sans-serif}p{margin-bottom:10px;margin-top:0}small{font-size:12px}strong{font-weight:600}::selection{background:rgba(125,188,255,.6)}.bp5-text-muted{color:#5f6b7c}.bp5-text-disabled{color:#5f6b7c99}.bp5-running-text hr{border-color:#11141826}a,a:hover{color:#106ba3}a .bp5-icon,a .bp5-icon-standard,a .bp5-icon-large,a code{color:inherit}.bp5-code,.bp5-running-text code{background:rgba(255,255,255,.7);box-shadow:inset 0 0 0 1px #11141833;color:#5f6b7c}a>.bp5-code,a>.bp5-running-text code{color:#137cbd}.bp5-code-block,.bp5-running-text pre{background:rgba(255,255,255,.7);box-shadow:inset 0 0 0 1px #11141826;color:#1c2127}.bp5-code-block>code,.bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-code-block,.bp5-running-text pre{border:1px solid buttonborder;box-shadow:none}}.bp5-key,.bp5-running-text kbd{background:#ffffff;box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;color:#5f6b7c}.bp5-icon.bp5-intent-primary,.bp5-icon-standard.bp5-intent-primary,.bp5-icon-large.bp5-intent-primary{color:#106ba3}.bp5-icon.bp5-intent-success,.bp5-icon-standard.bp5-intent-success,.bp5-icon-large.bp5-intent-success{color:#1c6e42}.bp5-icon.bp5-intent-warning,.bp5-icon-standard.bp5-intent-warning,.bp5-icon-large.bp5-intent-warning{color:#935610}.bp5-icon.bp5-intent-danger,.bp5-icon-standard.bp5-intent-danger,.bp5-icon-large.bp5-intent-danger{color:#ac2f33}.bp5-heading{color:#1c2127;font-weight:600;margin:0 0 10px;padding:0}.bp5-dark .bp5-heading{color:#f6f7f9}.bp5-heading.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-heading.bp5-text-muted{color:#abb3bf}.bp5-running-text h1,h1.bp5-heading{font-size:36px;line-height:40px}.bp5-running-text h2,h2.bp5-heading{font-size:28px;line-height:32px}.bp5-running-text h3,h3.bp5-heading{font-size:22px;line-height:25px}.bp5-running-text h4,h4.bp5-heading{font-size:18px;line-height:21px}.bp5-running-text h5,h5.bp5-heading{font-size:16px;line-height:19px}.bp5-running-text h6,h6.bp5-heading{font-size:14px;line-height:16px}.bp5-ui-text{font-size:14px;font-weight:400;letter-spacing:0;line-height:1.28581;text-transform:none}.bp5-monospace-text{font-family:monospace;text-transform:none}.bp5-text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.bp5-running-text{font-size:14px;line-height:1.5}.bp5-running-text h1{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.bp5-dark .bp5-running-text h1{color:#f6f7f9}.bp5-running-text h1.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-running-text h1.bp5-text-muted{color:#abb3bf}.bp5-running-text h2{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.bp5-dark .bp5-running-text h2{color:#f6f7f9}.bp5-running-text h2.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-running-text h2.bp5-text-muted{color:#abb3bf}.bp5-running-text h3{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.bp5-dark .bp5-running-text h3{color:#f6f7f9}.bp5-running-text h3.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-running-text h3.bp5-text-muted{color:#abb3bf}.bp5-running-text h4{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.bp5-dark .bp5-running-text h4{color:#f6f7f9}.bp5-running-text h4.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-running-text h4.bp5-text-muted{color:#abb3bf}.bp5-running-text h5{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.bp5-dark .bp5-running-text h5{color:#f6f7f9}.bp5-running-text h5.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-running-text h5.bp5-text-muted{color:#abb3bf}.bp5-running-text h6{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.bp5-dark .bp5-running-text h6{color:#f6f7f9}.bp5-running-text h6.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-running-text h6.bp5-text-muted{color:#abb3bf}.bp5-running-text hr{border:none;border-bottom:1px solid rgba(17,20,24,.15);margin:20px 0}.bp5-running-text p{margin:0 0 10px;padding:0}.bp5-text-large{font-size:16px}.bp5-text-small{font-size:12px}a{text-decoration:none}a:hover{cursor:pointer;text-decoration:underline}.bp5-code,.bp5-running-text code{font-family:monospace;text-transform:none;border-radius:2px;font-size:smaller;padding:2px 5px}.bp5-code-block,.bp5-running-text pre{font-family:monospace;text-transform:none;border-radius:2px;display:block;font-size:13px;line-height:1.4;margin:10px 0;padding:13px 15px 12px;word-break:break-all;word-wrap:break-word}.bp5-code-block>code,.bp5-running-text pre>code{font-size:inherit;padding:0}.bp5-key,.bp5-running-text kbd{align-items:center;border-radius:2px;display:inline-flex;font-family:inherit;font-size:12px;height:24px;justify-content:center;line-height:24px;min-width:24px;padding:2px 4px;vertical-align:middle}.bp5-key .bp5-icon,.bp5-running-text kbd .bp5-icon,.bp5-key .bp5-icon-standard,.bp5-running-text kbd .bp5-icon-standard,.bp5-key .bp5-icon-large,.bp5-running-text kbd .bp5-icon-large{margin-right:5px}.bp5-blockquote,.bp5-running-text blockquote{border-left:solid 4px rgba(171,179,191,.5);margin:0 0 10px;padding:0 20px}.bp5-dark .bp5-blockquote,.bp5-dark .bp5-running-text blockquote,.bp5-running-text .bp5-dark blockquote{border-color:#73809180}.bp5-list,.bp5-running-text ul,.bp5-running-text ol{margin:10px 0;padding-left:30px}.bp5-list li:not(:last-child),.bp5-running-text ul li:not(:last-child),.bp5-running-text ol li:not(:last-child){margin-bottom:5px}.bp5-list ol,.bp5-running-text ul ol,.bp5-running-text ol ol,.bp5-list ul,.bp5-running-text ul ul,.bp5-running-text ol ul{margin-top:5px}.bp5-list-unstyled{list-style:none;margin:0;padding:0}.bp5-list-unstyled li{padding:0}.bp5-rtl{text-align:right}.bp5-dark{color:#f6f7f9}.bp5-dark .bp5-text-muted{color:#abb3bf}.bp5-dark .bp5-text-disabled{color:#abb3bf99}.bp5-dark .bp5-running-text hr{border-color:#fff3}.bp5-dark a,.bp5-dark a:hover{color:#8abbff}.bp5-dark a .bp5-icon,.bp5-dark a .bp5-icon-standard,.bp5-dark a .bp5-icon-large,.bp5-dark a code{color:inherit}.bp5-dark .bp5-code,.bp5-dark .bp5-running-text code{background:rgba(17,20,24,.3);box-shadow:inset 0 0 0 1px #11141866;color:#abb3bf}a>.bp5-dark .bp5-code,a>.bp5-dark .bp5-running-text code{color:inherit}.bp5-dark .bp5-code-block,.bp5-dark .bp5-running-text pre{background:rgba(17,20,24,.3);box-shadow:inset 0 0 0 1px #11141866;color:#f6f7f9}.bp5-dark .bp5-code-block>code,.bp5-dark .bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}.bp5-dark .bp5-key,.bp5-dark .bp5-running-text kbd{background:#394b59;box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866;color:#abb3bf}.bp5-dark .bp5-icon.bp5-intent-primary,.bp5-dark .bp5-icon-standard.bp5-intent-primary,.bp5-dark .bp5-icon-large.bp5-intent-primary{color:#8abbff}.bp5-dark .bp5-icon.bp5-intent-success,.bp5-dark .bp5-icon-standard.bp5-intent-success,.bp5-dark .bp5-icon-large.bp5-intent-success{color:#72ca9b}.bp5-dark .bp5-icon.bp5-intent-warning,.bp5-dark .bp5-icon-standard.bp5-intent-warning,.bp5-dark .bp5-icon-large.bp5-intent-warning{color:#fbb360}.bp5-dark .bp5-icon.bp5-intent-danger,.bp5-dark .bp5-icon-standard.bp5-intent-danger,.bp5-dark .bp5-icon-large.bp5-intent-danger{color:#fa999c}:focus{outline:rgba(19,124,189,.6) solid 2px;outline-offset:2px;-moz-outline-radius:6px}.bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *){outline:none!important}.bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *)~.bp5-control-indicator{outline:none!important}.bp5-dark{color-scheme:dark}.bp5-alert{max-width:400px;padding:20px}.bp5-alert-body{display:flex}.bp5-alert-body .bp5-icon{font-size:40px;margin-right:20px;margin-top:0}.bp5-alert-contents{word-break:break-word}.bp5-alert-footer{display:flex;flex-direction:row-reverse;margin-top:10px}.bp5-alert-footer .bp5-button{margin-left:10px}.bp5-breadcrumbs{align-items:center;cursor:default;display:flex;flex-wrap:wrap;height:30px;list-style:none;margin:0;padding:0}.bp5-breadcrumbs>li{align-items:center;display:flex}.bp5-breadcrumbs>li:after{background:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='chevron_right'%3e %3cg%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71%2c7.29l-4-4C6.53%2c3.11%2c6.28%2c3%2c6%2c3C5.45%2c3%2c5%2c3.45%2c5%2c4 c0%2c0.28%2c0.11%2c0.53%2c0.29%2c0.71L8.59%2c8l-3.29%2c3.29C5.11%2c11.47%2c5%2c11.72%2c5%2c12c0%2c0.55%2c0.45%2c1%2c1%2c1c0.28%2c0%2c0.53-0.11%2c0.71-0.29l4-4 C10.89%2c8.53%2c11%2c8.28%2c11%2c8C11%2c7.72%2c10.89%2c7.47%2c10.71%2c7.29z' fill='%235f6b7c'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");content:"";display:block;height:16px;margin:0 5px;width:16px}.bp5-breadcrumbs>li:last-of-type:after{display:none}.bp5-breadcrumb,.bp5-breadcrumb-current,.bp5-breadcrumbs-collapsed{align-items:center;display:inline-flex;font-size:16px}.bp5-breadcrumb,.bp5-breadcrumbs-collapsed{color:#5f6b7c}.bp5-breadcrumb:hover{text-decoration:none}.bp5-breadcrumb.bp5-disabled{color:#5f6b7c99;cursor:not-allowed}.bp5-breadcrumb .bp5-icon{margin-right:5px}.bp5-breadcrumb-current{color:inherit;font-weight:600}.bp5-breadcrumb-current .bp5-input{font-size:inherit;font-weight:inherit;vertical-align:baseline}.bp5-breadcrumbs-collapsed{background:rgba(246,247,249,.15);border:none;border-radius:2px;cursor:pointer;margin-right:2px;padding:1px 5px;vertical-align:text-bottom}.bp5-breadcrumbs-collapsed:before{background:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='more_3_'%3e %3ccircle cx='2' cy='8.03' r='2' fill='%235f6b7c'/%3e %3ccircle cx='14' cy='8.03' r='2' fill='%235f6b7c'/%3e %3ccircle cx='8' cy='8.03' r='2' fill='%235f6b7c'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;content:"";display:block;height:16px;width:16px}.bp5-breadcrumbs-collapsed:hover{background:rgba(246,247,249,.3);color:#1c2127;text-decoration:none}.bp5-dark .bp5-breadcrumb,.bp5-dark .bp5-breadcrumbs-collapsed{color:#abb3bf}.bp5-dark .bp5-breadcrumbs>li:after{background:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='chevron_right'%3e %3cg%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71%2c7.29l-4-4C6.53%2c3.11%2c6.28%2c3%2c6%2c3C5.45%2c3%2c5%2c3.45%2c5%2c4 c0%2c0.28%2c0.11%2c0.53%2c0.29%2c0.71L8.59%2c8l-3.29%2c3.29C5.11%2c11.47%2c5%2c11.72%2c5%2c12c0%2c0.55%2c0.45%2c1%2c1%2c1c0.28%2c0%2c0.53-0.11%2c0.71-0.29l4-4 C10.89%2c8.53%2c11%2c8.28%2c11%2c8C11%2c7.72%2c10.89%2c7.47%2c10.71%2c7.29z' fill='%23abb3bf'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");color:#abb3bf}.bp5-dark .bp5-breadcrumb.bp5-disabled{color:#abb3bf99}.bp5-dark .bp5-breadcrumb-current{color:#f6f7f9}.bp5-dark .bp5-breadcrumbs-collapsed{background:rgba(246,247,249,.2)}.bp5-dark .bp5-breadcrumbs-collapsed:before{background:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='more_3_'%3e %3ccircle cx='2' cy='8.03' r='2' fill='%23abb3bf'/%3e %3ccircle cx='14' cy='8.03' r='2' fill='%23abb3bf'/%3e %3ccircle cx='8' cy='8.03' r='2' fill='%23abb3bf'/%3e %3c/g%3e %3c/svg%3e") center no-repeat}.bp5-dark .bp5-breadcrumbs-collapsed:hover{background:rgba(246,247,249,.3);color:#f6f7f9}.bp5-button{display:inline-flex;flex-direction:row;align-items:center;border:none;border-radius:2px;cursor:pointer;font-size:14px;justify-content:center;padding:5px 10px;text-align:left;vertical-align:middle;min-height:30px;min-width:30px}.bp5-button>*{flex-grow:0;flex-shrink:0}.bp5-button>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-button:before,.bp5-button>*{margin-right:7px}.bp5-button:empty:before,.bp5-button>:last-child{margin-right:0}.bp5-button:empty{padding:0!important}.bp5-button:disabled,.bp5-button.bp5-disabled{cursor:not-allowed}.bp5-button.bp5-fill{display:flex;width:100%}.bp5-button.bp5-align-right,.bp5-align-right .bp5-button{text-align:right}.bp5-button.bp5-align-left,.bp5-align-left .bp5-button{text-align:left}.bp5-button:not([class*=bp5-intent-]){background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127}.bp5-button:not([class*=bp5-intent-]):hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button:not([class*=bp5-intent-]):active,.bp5-button:not([class*=bp5-intent-]).bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button:not([class*=bp5-intent-]):active,.bp5-button:not([class*=bp5-intent-]).bp5-active{background:highlight}}.bp5-button:not([class*=bp5-intent-]):disabled,.bp5-button:not([class*=bp5-intent-]).bp5-disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.bp5-button:not([class*=bp5-intent-]):disabled.bp5-active,.bp5-button:not([class*=bp5-intent-]):disabled.bp5-active:hover,.bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active,.bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active:hover{background:rgba(211,216,222,.7)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button:not([class*=bp5-intent-]){border:1px solid buttonborder}}.bp5-button.bp5-intent-primary{background-color:#137cbd;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.bp5-button.bp5-intent-primary:hover,.bp5-button.bp5-intent-primary:active,.bp5-button.bp5-intent-primary.bp5-active{color:#fff}.bp5-button.bp5-intent-primary:hover{background-color:#106ba3;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-primary:active,.bp5-button.bp5-intent-primary.bp5-active{background-color:#184a90;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-primary:disabled,.bp5-button.bp5-intent-primary.bp5-disabled{background-color:#137cbd80;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-primary:disabled,.bp5-button.bp5-intent-primary.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-primary{border:1px solid buttonborder;box-shadow:none}}.bp5-button.bp5-intent-success{background-color:#238551;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.bp5-button.bp5-intent-success:hover,.bp5-button.bp5-intent-success:active,.bp5-button.bp5-intent-success.bp5-active{color:#fff}.bp5-button.bp5-intent-success:hover{background-color:#1c6e42;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-success:active,.bp5-button.bp5-intent-success.bp5-active{background-color:#165a36;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-success:disabled,.bp5-button.bp5-intent-success.bp5-disabled{background-color:#23855180;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-success:disabled,.bp5-button.bp5-intent-success.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-success{border:1px solid buttonborder;box-shadow:none}}.bp5-button.bp5-intent-warning{background-color:#c87619;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.bp5-button.bp5-intent-warning:hover,.bp5-button.bp5-intent-warning:active,.bp5-button.bp5-intent-warning.bp5-active{color:#fff}.bp5-button.bp5-intent-warning:hover{background-color:#935610;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-warning:active,.bp5-button.bp5-intent-warning.bp5-active{background-color:#77450d;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-warning:disabled,.bp5-button.bp5-intent-warning.bp5-disabled{background-color:#c8761980;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-warning:disabled,.bp5-button.bp5-intent-warning.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-warning{border:1px solid buttonborder;box-shadow:none}}.bp5-button.bp5-intent-danger{background-color:#cd4246;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.bp5-button.bp5-intent-danger:hover,.bp5-button.bp5-intent-danger:active,.bp5-button.bp5-intent-danger.bp5-active{color:#fff}.bp5-button.bp5-intent-danger:hover{background-color:#ac2f33;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-danger:active,.bp5-button.bp5-intent-danger.bp5-active{background-color:#8e292c;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-button.bp5-intent-danger:disabled,.bp5-button.bp5-intent-danger.bp5-disabled{background-color:#cd424680;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-danger:disabled,.bp5-button.bp5-intent-danger.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-danger{border:1px solid buttonborder;box-shadow:none}}.bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{stroke:#fff}.bp5-button.bp5-large,.bp5-large .bp5-button{min-height:40px;min-width:40px;font-size:16px;padding:5px 15px}.bp5-button.bp5-large:before,.bp5-button.bp5-large>*,.bp5-large .bp5-button:before,.bp5-large .bp5-button>*{margin-right:10px}.bp5-button.bp5-large:empty:before,.bp5-button.bp5-large>:last-child,.bp5-large .bp5-button:empty:before,.bp5-large .bp5-button>:last-child{margin-right:0}.bp5-button.bp5-small,.bp5-small .bp5-button{min-height:24px;min-width:24px;padding:0 7px}.bp5-button.bp5-loading{position:relative}.bp5-button.bp5-loading[class*=bp5-icon-]:before{visibility:hidden}.bp5-button.bp5-loading .bp5-button-spinner{margin:0;position:absolute}.bp5-button.bp5-loading>:not(.bp5-button-spinner){visibility:hidden}.bp5-button[class*=bp5-icon-]:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#5f6b7c}.bp5-button .bp5-icon,.bp5-button .bp5-icon-standard,.bp5-button .bp5-icon-large{color:#5f6b7c}.bp5-button .bp5-icon.bp5-align-right,.bp5-button .bp5-icon-standard.bp5-align-right,.bp5-button .bp5-icon-large.bp5-align-right{margin-left:7px}.bp5-button .bp5-icon:first-child:last-child,.bp5-button .bp5-spinner+.bp5-icon:last-child{margin:0 -7px}.bp5-dark .bp5-button:not([class*=bp5-intent-]){background-color:#394b59;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833;color:#f6f7f9}.bp5-dark .bp5-button:not([class*=bp5-intent-]):hover,.bp5-dark .bp5-button:not([class*=bp5-intent-]):active,.bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{color:#f6f7f9}.bp5-dark .bp5-button:not([class*=bp5-intent-]):hover{background-color:#30404d;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-button:not([class*=bp5-intent-]):active,.bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{background-color:#1c2127;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled,.bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled{background-color:#394b5980;box-shadow:none;color:#abb3bf99}.bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active,.bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active{background:rgba(57,75,89,.7)}.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-button-spinner .bp5-spinner-head{background:rgba(17,20,24,.5);stroke:#f6f7f9}.bp5-dark .bp5-button:not([class*=bp5-intent-])[class*=bp5-icon-]:before{color:#abb3bf}.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon:not([class*=bp5-intent-]),.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-standard:not([class*=bp5-intent-]),.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-large:not([class*=bp5-intent-]){color:#abb3bf}.bp5-dark .bp5-button[class*=bp5-intent-],.bp5-dark .bp5-button[class*=bp5-intent-]:hover{box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833}.bp5-dark .bp5-button[class*=bp5-intent-]:active,.bp5-dark .bp5-button[class*=bp5-intent-].bp5-active{box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-button[class*=bp5-intent-]:disabled,.bp5-dark .bp5-button[class*=bp5-intent-].bp5-disabled{box-shadow:none;color:#ffffff4d}.bp5-dark .bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{stroke:#f6f7f9}.bp5-button:disabled:before,.bp5-button:disabled .bp5-icon,.bp5-button:disabled .bp5-icon-standard,.bp5-button:disabled .bp5-icon-large,.bp5-button.bp5-disabled:before,.bp5-button.bp5-disabled .bp5-icon,.bp5-button.bp5-disabled .bp5-icon-standard,.bp5-button.bp5-disabled .bp5-icon-large,.bp5-button[class*=bp5-intent-]:before,.bp5-button[class*=bp5-intent-] .bp5-icon,.bp5-button[class*=bp5-intent-] .bp5-icon-standard,.bp5-button[class*=bp5-intent-] .bp5-icon-large{color:inherit!important}.bp5-button.bp5-minimal{background:none;box-shadow:none}.bp5-button.bp5-minimal:hover{background:rgba(246,247,249,.15);box-shadow:none;color:#1c2127;text-decoration:none}.bp5-button.bp5-minimal:active,.bp5-button.bp5-minimal.bp5-active{background:rgba(246,247,249,.3);box-shadow:none;color:#1c2127}.bp5-button.bp5-minimal:disabled,.bp5-button.bp5-minimal:disabled:hover,.bp5-button.bp5-minimal.bp5-disabled,.bp5-button.bp5-minimal.bp5-disabled:hover{background:none;color:#5f6b7c99;cursor:not-allowed}.bp5-button.bp5-minimal:disabled.bp5-active,.bp5-button.bp5-minimal:disabled:hover.bp5-active,.bp5-button.bp5-minimal.bp5-disabled.bp5-active,.bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-button.bp5-minimal,.bp5-dark .bp5-button.bp5-minimal:hover,.bp5-dark .bp5-button.bp5-minimal:active,.bp5-dark .bp5-button.bp5-minimal.bp5-active{background:none;box-shadow:none;color:#fff}.bp5-dark .bp5-button.bp5-minimal:hover{background:rgba(246,247,249,.15)}.bp5-dark .bp5-button.bp5-minimal:active,.bp5-dark .bp5-button.bp5-minimal.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-button.bp5-minimal:disabled,.bp5-dark .bp5-button.bp5-minimal:disabled:hover,.bp5-dark .bp5-button.bp5-minimal.bp5-disabled,.bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover{background:none;color:#abb3bf99;cursor:not-allowed}.bp5-dark .bp5-button.bp5-minimal:disabled.bp5-active,.bp5-dark .bp5-button.bp5-minimal:disabled:hover.bp5-active,.bp5-dark .bp5-button.bp5-minimal.bp5-disabled.bp5-active,.bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{background:rgba(246,247,249,.3)}.bp5-button.bp5-minimal.bp5-intent-primary{color:#106ba3}.bp5-button.bp5-minimal.bp5-intent-primary:hover,.bp5-button.bp5-minimal.bp5-intent-primary:active,.bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#106ba3}.bp5-button.bp5-minimal.bp5-intent-primary:hover{background:rgba(19,124,189,.15);color:#106ba3}.bp5-button.bp5-minimal.bp5-intent-primary:active,.bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#184a90}.bp5-button.bp5-minimal.bp5-intent-primary:disabled,.bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{background:none;color:#106ba380}.bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active,.bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-button.bp5-minimal.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#106ba3}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary{color:#8abbff}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:hover{background:rgba(19,124,189,.2);color:#8abbff}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#99c4ff}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-button.bp5-minimal.bp5-intent-success{color:#1c6e42}.bp5-button.bp5-minimal.bp5-intent-success:hover,.bp5-button.bp5-minimal.bp5-intent-success:active,.bp5-button.bp5-minimal.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.bp5-button.bp5-minimal.bp5-intent-success:hover{background:rgba(35,133,81,.15);color:#1c6e42}.bp5-button.bp5-minimal.bp5-intent-success:active,.bp5-button.bp5-minimal.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#165a36}.bp5-button.bp5-minimal.bp5-intent-success:disabled,.bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active,.bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-button.bp5-minimal.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success{color:#72ca9b}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:hover{background:rgba(35,133,81,.2);color:#72ca9b}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#7cd7a2}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-button.bp5-minimal.bp5-intent-warning{color:#935610}.bp5-button.bp5-minimal.bp5-intent-warning:hover,.bp5-button.bp5-minimal.bp5-intent-warning:active,.bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.bp5-button.bp5-minimal.bp5-intent-warning:hover{background:rgba(200,118,25,.15);color:#935610}.bp5-button.bp5-minimal.bp5-intent-warning:active,.bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#77450d}.bp5-button.bp5-minimal.bp5-intent-warning:disabled,.bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active,.bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-button.bp5-minimal.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning{color:#fbb360}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:hover{background:rgba(200,118,25,.2);color:#fbb360}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#f5c186}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-button.bp5-minimal.bp5-intent-danger{color:#ac2f33}.bp5-button.bp5-minimal.bp5-intent-danger:hover,.bp5-button.bp5-minimal.bp5-intent-danger:active,.bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.bp5-button.bp5-minimal.bp5-intent-danger:hover{background:rgba(205,66,70,.15);color:#ac2f33}.bp5-button.bp5-minimal.bp5-intent-danger:active,.bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#8e292c}.bp5-button.bp5-minimal.bp5-intent-danger:disabled,.bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active,.bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}.bp5-button.bp5-minimal.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger{color:#fa999c}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:hover{background:rgba(205,66,70,.2);color:#fa999c}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#ffa1a4}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active,.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}.bp5-button.bp5-outlined{background:none;box-shadow:none;border:1px solid rgba(28,33,39,.2);box-sizing:border-box}.bp5-button.bp5-outlined:hover{background:rgba(246,247,249,.15);box-shadow:none;color:#1c2127;text-decoration:none}.bp5-button.bp5-outlined:active,.bp5-button.bp5-outlined.bp5-active{background:rgba(246,247,249,.3);box-shadow:none;color:#1c2127}.bp5-button.bp5-outlined:disabled,.bp5-button.bp5-outlined:disabled:hover,.bp5-button.bp5-outlined.bp5-disabled,.bp5-button.bp5-outlined.bp5-disabled:hover{background:none;color:#5f6b7c99;cursor:not-allowed}.bp5-button.bp5-outlined:disabled.bp5-active,.bp5-button.bp5-outlined:disabled:hover.bp5-active,.bp5-button.bp5-outlined.bp5-disabled.bp5-active,.bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-button.bp5-outlined,.bp5-dark .bp5-button.bp5-outlined:hover,.bp5-dark .bp5-button.bp5-outlined:active,.bp5-dark .bp5-button.bp5-outlined.bp5-active{background:none;box-shadow:none;color:#fff}.bp5-dark .bp5-button.bp5-outlined:hover{background:rgba(246,247,249,.15)}.bp5-dark .bp5-button.bp5-outlined:active,.bp5-dark .bp5-button.bp5-outlined.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-button.bp5-outlined:disabled,.bp5-dark .bp5-button.bp5-outlined:disabled:hover,.bp5-dark .bp5-button.bp5-outlined.bp5-disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{background:none;color:#abb3bf99;cursor:not-allowed}.bp5-dark .bp5-button.bp5-outlined:disabled.bp5-active,.bp5-dark .bp5-button.bp5-outlined:disabled:hover.bp5-active,.bp5-dark .bp5-button.bp5-outlined.bp5-disabled.bp5-active,.bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{background:rgba(246,247,249,.3)}.bp5-button.bp5-outlined.bp5-intent-primary{color:#106ba3}.bp5-button.bp5-outlined.bp5-intent-primary:hover,.bp5-button.bp5-outlined.bp5-intent-primary:active,.bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#106ba3}.bp5-button.bp5-outlined.bp5-intent-primary:hover{background:rgba(19,124,189,.15);color:#106ba3}.bp5-button.bp5-outlined.bp5-intent-primary:active,.bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#184a90}.bp5-button.bp5-outlined.bp5-intent-primary:disabled,.bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{background:none;color:#106ba380}.bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active,.bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-button.bp5-outlined.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#106ba3}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{color:#8abbff}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:hover{background:rgba(19,124,189,.2);color:#8abbff}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#99c4ff}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-button.bp5-outlined.bp5-intent-success{color:#1c6e42}.bp5-button.bp5-outlined.bp5-intent-success:hover,.bp5-button.bp5-outlined.bp5-intent-success:active,.bp5-button.bp5-outlined.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.bp5-button.bp5-outlined.bp5-intent-success:hover{background:rgba(35,133,81,.15);color:#1c6e42}.bp5-button.bp5-outlined.bp5-intent-success:active,.bp5-button.bp5-outlined.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#165a36}.bp5-button.bp5-outlined.bp5-intent-success:disabled,.bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active,.bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-button.bp5-outlined.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{color:#72ca9b}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:hover{background:rgba(35,133,81,.2);color:#72ca9b}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#7cd7a2}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-button.bp5-outlined.bp5-intent-warning{color:#935610}.bp5-button.bp5-outlined.bp5-intent-warning:hover,.bp5-button.bp5-outlined.bp5-intent-warning:active,.bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.bp5-button.bp5-outlined.bp5-intent-warning:hover{background:rgba(200,118,25,.15);color:#935610}.bp5-button.bp5-outlined.bp5-intent-warning:active,.bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#77450d}.bp5-button.bp5-outlined.bp5-intent-warning:disabled,.bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active,.bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-button.bp5-outlined.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{color:#fbb360}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:hover{background:rgba(200,118,25,.2);color:#fbb360}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#f5c186}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-button.bp5-outlined.bp5-intent-danger{color:#ac2f33}.bp5-button.bp5-outlined.bp5-intent-danger:hover,.bp5-button.bp5-outlined.bp5-intent-danger:active,.bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.bp5-button.bp5-outlined.bp5-intent-danger:hover{background:rgba(205,66,70,.15);color:#ac2f33}.bp5-button.bp5-outlined.bp5-intent-danger:active,.bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#8e292c}.bp5-button.bp5-outlined.bp5-intent-danger:disabled,.bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active,.bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}.bp5-button.bp5-outlined.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{color:#fa999c}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:hover{background:rgba(205,66,70,.2);color:#fa999c}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#ffa1a4}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}.bp5-button.bp5-outlined:disabled,.bp5-button.bp5-outlined.bp5-disabled,.bp5-button.bp5-outlined:disabled:hover,.bp5-button.bp5-outlined.bp5-disabled:hover{border-color:#5f6b7c1a}.bp5-dark .bp5-button.bp5-outlined{border-color:#fff6}.bp5-dark .bp5-button.bp5-outlined:disabled,.bp5-dark .bp5-button.bp5-outlined:disabled:hover,.bp5-dark .bp5-button.bp5-outlined.bp5-disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{border-color:#fff3}.bp5-button.bp5-outlined.bp5-intent-primary{border-color:#106ba399}.bp5-button.bp5-outlined.bp5-intent-primary:disabled,.bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{border-color:#106ba333}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{border-color:#8abbff99}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{border-color:#8abbff33}.bp5-button.bp5-outlined.bp5-intent-success{border-color:#1c6e4299}.bp5-button.bp5-outlined.bp5-intent-success:disabled,.bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{border-color:#1c6e4233}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{border-color:#72ca9b99}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{border-color:#72ca9b33}.bp5-button.bp5-outlined.bp5-intent-warning{border-color:#93561099}.bp5-button.bp5-outlined.bp5-intent-warning:disabled,.bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{border-color:#93561033}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{border-color:#fbb36099}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{border-color:#fbb36033}.bp5-button.bp5-outlined.bp5-intent-danger{border-color:#ac2f3399}.bp5-button.bp5-outlined.bp5-intent-danger:disabled,.bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{border-color:#ac2f3333}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{border-color:#fa999c99}.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled,.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{border-color:#fa999c33}.bp5-button.bp5-intent-warning{background:#fbb360;color:#1c2127}.bp5-button.bp5-intent-warning:not(.bp5-disabled).bp5-icon>svg{fill:#1c2127b3}.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):hover{background:#ec9a3c;color:#1c2127}.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active,.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{background:#c87619;color:#1c2127}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active,.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{background:highlight}}.bp5-button.bp5-intent-warning:disabled,.bp5-button.bp5-intent-warning.bp5-disabled{background:rgba(200,118,25,.5);color:#1c212759}.bp5-dark .bp5-button.bp5-intent-warning:disabled,.bp5-dark .bp5-button.bp5-intent-warning.bp5-disabled{color:#1c212799}.bp5-button.bp5-intent-warning.bp5-minimal,.bp5-button.bp5-intent-warning.bp5-outlined{background:none}.bp5-dark .bp5-button.bp5-intent-warning.bp5-minimal:not(.bp5-disabled).bp5-icon>svg,.bp5-dark .bp5-button.bp5-intent-warning.bp5-outlined:not(.bp5-disabled).bp5-icon>svg{fill:#fbb360}a.bp5-button{text-align:center;text-decoration:none;transition:none}a.bp5-button,a.bp5-button:hover,a.bp5-button:active{color:#1c2127}a.bp5-button.bp5-disabled{color:#5f6b7c99}.bp5-button-text{flex:0 1 auto}.bp5-button.bp5-align-left .bp5-button-text,.bp5-button.bp5-align-right .bp5-button-text,.bp5-button-group.bp5-align-left .bp5-button-text,.bp5-button-group.bp5-align-right .bp5-button-text{flex:1 1 auto}.bp5-button-group{display:inline-flex}.bp5-button-group .bp5-button{flex:0 0 auto;position:relative;z-index:4}.bp5-button-group .bp5-button:focus{z-index:5}.bp5-button-group .bp5-button:hover{z-index:6}.bp5-button-group .bp5-button:active,.bp5-button-group .bp5-button.bp5-active{z-index:7}.bp5-button-group .bp5-button:disabled,.bp5-button-group .bp5-button.bp5-disabled{z-index:3}.bp5-button-group .bp5-button[class*=bp5-intent-]{z-index:9}.bp5-button-group .bp5-button[class*=bp5-intent-]:focus{z-index:10}.bp5-button-group .bp5-button[class*=bp5-intent-]:hover{z-index:11}.bp5-button-group .bp5-button[class*=bp5-intent-]:active,.bp5-button-group .bp5-button[class*=bp5-intent-].bp5-active{z-index:12}.bp5-button-group .bp5-button[class*=bp5-intent-]:disabled,.bp5-button-group .bp5-button[class*=bp5-intent-].bp5-disabled{z-index:8}.bp5-button-group:not(.bp5-minimal)>.bp5-popover-wrapper:not(:first-child) .bp5-button,.bp5-button-group:not(.bp5-minimal)>.bp5-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bp5-button-group:not(.bp5-minimal)>.bp5-popover-wrapper:not(:last-child) .bp5-button,.bp5-button-group:not(.bp5-minimal)>.bp5-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.bp5-button-group.bp5-minimal .bp5-button{background:none;box-shadow:none}.bp5-button-group.bp5-minimal .bp5-button:hover{background:rgba(246,247,249,.15);box-shadow:none;color:#1c2127;text-decoration:none}.bp5-button-group.bp5-minimal .bp5-button:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-active{background:rgba(246,247,249,.3);box-shadow:none;color:#1c2127}.bp5-button-group.bp5-minimal .bp5-button:disabled,.bp5-button-group.bp5-minimal .bp5-button:disabled:hover,.bp5-button-group.bp5-minimal .bp5-button.bp5-disabled,.bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover{background:none;color:#5f6b7c99;cursor:not-allowed}.bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active,.bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active,.bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active,.bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active{background:none;box-shadow:none;color:#fff}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover{background:rgba(246,247,249,.15)}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover{background:none;color:#abb3bf99;cursor:not-allowed}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active{background:rgba(246,247,249,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary{color:#106ba3}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#106ba3}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover{background:rgba(19,124,189,.15);color:#106ba3}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#184a90}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled{background:none;color:#106ba380}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#106ba3}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary{color:#8abbff}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover{background:rgba(19,124,189,.2);color:#8abbff}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#99c4ff}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success{color:#1c6e42}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover{background:rgba(35,133,81,.15);color:#1c6e42}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#165a36}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success{color:#72ca9b}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover{background:rgba(35,133,81,.2);color:#72ca9b}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#7cd7a2}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning{color:#935610}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover{background:rgba(200,118,25,.15);color:#935610}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#77450d}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning{color:#fbb360}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover{background:rgba(200,118,25,.2);color:#fbb360}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#f5c186}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger{color:#ac2f33}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover{background:rgba(205,66,70,.15);color:#ac2f33}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#8e292c}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active,.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger{color:#fa999c}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover{background:rgba(205,66,70,.2);color:#fa999c}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#ffa1a4}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active,.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-button-group.bp5-minimal:not(:first-child){border-bottom-left-radius:0;border-left:none;border-top-left-radius:0}.bp5-button-group.bp5-minimal:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}}.bp5-button-group .bp5-popover-wrapper,.bp5-button-group .bp5-popover-target{display:flex;flex:1 1 auto}.bp5-button-group.bp5-fill{display:flex;width:100%}.bp5-button-group .bp5-button.bp5-fill,.bp5-button-group.bp5-fill .bp5-button:not(.bp5-fixed){flex:1 1 auto}.bp5-button-group.bp5-vertical{align-items:stretch;flex-direction:column;vertical-align:top}.bp5-button-group.bp5-vertical.bp5-fill{height:100%;width:unset}.bp5-button-group.bp5-vertical .bp5-button{margin-right:0!important;width:100%}.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-wrapper:first-child .bp5-button,.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-button:first-child{border-radius:2px 2px 0 0}.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-wrapper:last-child .bp5-button,.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-button:last-child{border-radius:0 0 2px 2px}.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-wrapper:not(:last-child) .bp5-button,.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-button:not(:last-child){margin-bottom:-1px}.bp5-button-group.bp5-align-left .bp5-button{text-align:left}.bp5-callout{font-size:14px;line-height:1.5;background-color:#f6f7f926;border-radius:2px;padding:15px;position:relative;width:100%}.bp5-callout[class*=bp5-icon-]{padding-left:38px}.bp5-callout[class*=bp5-icon-]:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#5f6b7c;left:15px;position:absolute;top:17px}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-callout{border:1px solid buttonborder}}.bp5-callout.bp5-callout-icon{padding-left:38px}.bp5-callout.bp5-callout-icon>.bp5-icon:first-child{color:#5f6b7c;left:15px;position:absolute;top:17px}.bp5-callout .bp5-heading{line-height:16px;margin-bottom:0;margin-top:2px}.bp5-callout.bp5-callout-has-body-content .bp5-heading{margin-bottom:5px}.bp5-callout.bp5-compact{padding:10px}.bp5-callout.bp5-compact.bp5-callout-icon{padding-left:33px}.bp5-callout.bp5-compact.bp5-callout-icon>.bp5-icon:first-child{left:10px;top:12px}.bp5-dark .bp5-callout{background-color:#f6f7f933}.bp5-dark .bp5-callout[class*=bp5-icon-]:before,.bp5-dark .bp5-callout.bp5-callout-icon>.bp5-icon:first-child{color:#abb3bf}.bp5-callout.bp5-intent-primary{background-color:#137cbd1a;color:#106ba3}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-callout.bp5-intent-primary{border:1px solid buttonborder}}.bp5-callout.bp5-intent-primary[class*=bp5-icon-]:before,.bp5-callout.bp5-intent-primary>.bp5-icon:first-child,.bp5-callout.bp5-intent-primary .bp5-heading{color:#106ba3}.bp5-dark .bp5-callout.bp5-intent-primary{background-color:#137cbd33;color:#8abbff}.bp5-dark .bp5-callout.bp5-intent-primary[class*=bp5-icon-]:before,.bp5-dark .bp5-callout.bp5-intent-primary>.bp5-icon:first-child,.bp5-dark .bp5-callout.bp5-intent-primary .bp5-heading{color:#8abbff}.bp5-callout.bp5-intent-success{background-color:#2385511a;color:#1c6e42}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-callout.bp5-intent-success{border:1px solid buttonborder}}.bp5-callout.bp5-intent-success[class*=bp5-icon-]:before,.bp5-callout.bp5-intent-success>.bp5-icon:first-child,.bp5-callout.bp5-intent-success .bp5-heading{color:#1c6e42}.bp5-dark .bp5-callout.bp5-intent-success{background-color:#23855133;color:#72ca9b}.bp5-dark .bp5-callout.bp5-intent-success[class*=bp5-icon-]:before,.bp5-dark .bp5-callout.bp5-intent-success>.bp5-icon:first-child,.bp5-dark .bp5-callout.bp5-intent-success .bp5-heading{color:#72ca9b}.bp5-callout.bp5-intent-warning{background-color:#c876191a;color:#935610}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-callout.bp5-intent-warning{border:1px solid buttonborder}}.bp5-callout.bp5-intent-warning[class*=bp5-icon-]:before,.bp5-callout.bp5-intent-warning>.bp5-icon:first-child,.bp5-callout.bp5-intent-warning .bp5-heading{color:#935610}.bp5-dark .bp5-callout.bp5-intent-warning{background-color:#c8761933;color:#fbb360}.bp5-dark .bp5-callout.bp5-intent-warning[class*=bp5-icon-]:before,.bp5-dark .bp5-callout.bp5-intent-warning>.bp5-icon:first-child,.bp5-dark .bp5-callout.bp5-intent-warning .bp5-heading{color:#fbb360}.bp5-callout.bp5-intent-danger{background-color:#cd42461a;color:#ac2f33}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-callout.bp5-intent-danger{border:1px solid buttonborder}}.bp5-callout.bp5-intent-danger[class*=bp5-icon-]:before,.bp5-callout.bp5-intent-danger>.bp5-icon:first-child,.bp5-callout.bp5-intent-danger .bp5-heading{color:#ac2f33}.bp5-dark .bp5-callout.bp5-intent-danger{background-color:#cd424633;color:#fa999c}.bp5-dark .bp5-callout.bp5-intent-danger[class*=bp5-icon-]:before,.bp5-dark .bp5-callout.bp5-intent-danger>.bp5-icon:first-child,.bp5-dark .bp5-callout.bp5-intent-danger .bp5-heading{color:#fa999c}.bp5-callout.bp5-intent-primary a{text-decoration:underline}.bp5-callout.bp5-intent-primary a:hover{color:#184a90}.bp5-dark .bp5-callout.bp5-intent-primary a:hover{color:#99c4ff}.bp5-running-text .bp5-callout{margin:20px 0}.bp5-card{background-color:#fff;border-radius:2px;box-shadow:0 0 0 1px #11141826;padding:20px;transition:transform .2s cubic-bezier(.4,1,.75,.9),box-shadow .2s cubic-bezier(.4,1,.75,.9)}.bp5-card.bp5-dark,.bp5-dark .bp5-card{background-color:#30404d;box-shadow:inset 0 0 0 1px #fff3}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-card{border:1px solid buttonborder;box-shadow:none}}.bp5-elevation-0{box-shadow:0 0 0 1px #11141826}.bp5-elevation-0.bp5-dark,.bp5-dark .bp5-elevation-0{box-shadow:inset 0 0 0 1px #fff3}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-elevation-0{border:1px solid buttonborder}}.bp5-elevation-1{box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833}.bp5-elevation-1.bp5-dark,.bp5-dark .bp5-elevation-1{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-elevation-1{border:1px solid buttonborder}}.bp5-elevation-2{box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833,0 2px 6px #11141833}.bp5-elevation-2.bp5-dark,.bp5-dark .bp5-elevation-2{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866,0 2px 6px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-elevation-2{border:1px solid buttonborder}}.bp5-elevation-3{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833}.bp5-elevation-3.bp5-dark,.bp5-dark .bp5-elevation-3{box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-elevation-3{border:1px solid buttonborder}}.bp5-elevation-4{box-shadow:0 0 0 1px #1114181a,0 4px 8px #11141833,0 18px 46px 6px #11141833}.bp5-elevation-4.bp5-dark,.bp5-dark .bp5-elevation-4{box-shadow:inset 0 0 0 1px #fff3,0 4px 8px #11141866,0 18px 46px 6px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-elevation-4{border:1px solid buttonborder}}.bp5-card.bp5-compact{padding:15px}.bp5-card.bp5-interactive:hover{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;cursor:pointer}.bp5-card.bp5-interactive:hover.bp5-dark,.bp5-dark .bp5-card.bp5-interactive:hover{box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.bp5-card.bp5-interactive.bp5-selected{box-shadow:0 0 0 3px #4c90f033,0 0 0 1px #4c90f0}.bp5-card.bp5-interactive.bp5-selected.bp5-dark,.bp5-dark .bp5-card.bp5-interactive.bp5-selected{box-shadow:0 0 0 3px #8abbff66,0 0 0 1px #8abbff}.bp5-card.bp5-interactive:active{box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;transition-duration:0}.bp5-card.bp5-interactive:active.bp5-dark,.bp5-dark .bp5-card.bp5-interactive:active{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866}.bp5-card-list{overflow:auto;padding:0;width:100%}.bp5-card-list>.bp5-card{align-items:center;border-radius:0;box-shadow:none;display:flex;min-height:51px;padding:10px 20px}.bp5-card-list>.bp5-card.bp5-interactive:hover,.bp5-card-list>.bp5-card.bp5-interactive:active{background-color:#f6f7f9;box-shadow:none}.bp5-dark .bp5-card-list>.bp5-card.bp5-interactive:hover,.bp5-dark .bp5-card-list>.bp5-card.bp5-interactive:active{background-color:#394b59}.bp5-card-list>.bp5-card.bp5-selected{background-color:#edeff2;box-shadow:none}.bp5-dark .bp5-card-list>.bp5-card.bp5-selected{background-color:#394b59;box-shadow:none}.bp5-card-list>.bp5-card:not(:last-child){border-bottom:1px solid rgba(17,20,24,.1)}.bp5-dark .bp5-card-list>.bp5-card:not(:last-child){border-color:#ffffff1a}.bp5-card-list.bp5-compact{padding:0}.bp5-card-list.bp5-compact>.bp5-card{min-height:45px;padding:7px 15px}.bp5-dark .bp5-card-list{padding:1px}.bp5-card-list:not(.bp5-card-list-bordered){border-radius:0;box-shadow:none}.bp5-dark .bp5-card-list:not(.bp5-card-list-bordered){margin:1px;width:calc(100% - 2px)}.bp5-collapse{height:0;overflow-y:hidden;transition:height .2s cubic-bezier(.4,1,.75,.9)}.bp5-collapse .bp5-collapse-body{transition:transform .2s cubic-bezier(.4,1,.75,.9)}.bp5-collapse .bp5-collapse-body[aria-hidden=true]{display:none}.bp5-context-menu-virtual-target{position:fixed}.bp5-card.bp5-control-card,.bp5-card-list>.bp5-card.bp5-control-card{min-height:auto;padding:0}.bp5-control-card .bp5-control.bp5-control.bp5-control{align-items:flex-start;display:flex;gap:10px;margin:0;padding:20px;width:100%}.bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-left{flex-direction:row;justify-content:flex-start}.bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-right{flex-direction:row-reverse;justify-content:space-between}.bp5-card-list .bp5-control-card .bp5-control.bp5-control.bp5-control{padding:20px}.bp5-card-list.bp5-compact .bp5-control-card .bp5-control.bp5-control.bp5-control{padding:15px}.bp5-control-card .bp5-control.bp5-control.bp5-control .bp5-control-indicator{margin:0}.bp5-control-card.bp5-compact .bp5-control.bp5-control.bp5-control{padding:15px}.bp5-dialog-container{opacity:1;transform:scale(1);align-items:center;display:flex;justify-content:center;min-height:100%;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.bp5-dialog-container.bp5-overlay-enter>.bp5-dialog,.bp5-dialog-container.bp5-overlay-appear>.bp5-dialog{opacity:0;transform:scale(.5)}.bp5-dialog-container.bp5-overlay-enter-active>.bp5-dialog,.bp5-dialog-container.bp5-overlay-appear-active>.bp5-dialog{opacity:1;transform:scale(1);transition-delay:0;transition-duration:.3s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.bp5-dialog-container.bp5-overlay-exit>.bp5-dialog{opacity:1;transform:scale(1)}.bp5-dialog-container.bp5-overlay-exit-active>.bp5-dialog{opacity:0;transform:scale(.5);transition-delay:0;transition-duration:.3s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.bp5-dialog{background:#f6f7f9;border-radius:4px;box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;display:flex;flex-direction:column;margin:30px 0;pointer-events:all;-webkit-user-select:text;user-select:text;width:500px}.bp5-dialog:focus{outline:0}.bp5-dialog.bp5-dark,.bp5-dark .bp5-dialog{background:#293742;box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866;color:#f6f7f9}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dialog{border:1px solid buttonborder}}.bp5-dialog-header{align-items:center;background:#ffffff;border-radius:4px 4px 0 0;box-shadow:0 1px #11141826;display:flex;flex:0 0 auto;min-height:40px;padding:5px 5px 5px 15px;z-index:0}.bp5-dialog-header .bp5-icon-large,.bp5-dialog-header .bp5-icon{color:#5f6b7c;flex:0 0 auto;margin-left:-3px;margin-right:7.5px}.bp5-dialog-header .bp5-heading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;flex:1 1 auto;line-height:inherit;margin:0}.bp5-dialog-header .bp5-heading:last-child{margin-right:15px}.bp5-dark .bp5-dialog-header{background:#30404d;box-shadow:inset 0 0 0 1px #fff3}.bp5-dark .bp5-dialog-header .bp5-icon-large,.bp5-dark .bp5-dialog-header .bp5-icon{color:#abb3bf}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dialog-header{border-bottom:1px solid buttonborder}}.bp5-dialog-body{flex:1 1 auto;margin:15px}.bp5-dialog-body-scroll-container{margin:0;max-height:70vh;overflow:auto;padding:15px}.bp5-dialog-footer{flex:0 0 auto;margin:15px}.bp5-dialog-footer-fixed{align-items:center;background-color:#fff;border-radius:0 0 4px 4px;border-top:1px solid rgba(17,20,24,.15);display:flex;gap:15px;justify-content:space-between;margin:0;padding:10px 10px 10px 15px}.bp5-dark .bp5-dialog-footer-fixed{background:#394b59;border-top:1px solid rgba(255,255,255,.2)}.bp5-dialog-footer-main-section{flex:1 0 auto}.bp5-dialog-footer-actions{display:flex;justify-content:flex-end}.bp5-dialog-footer-actions .bp5-button{margin-left:10px}.bp5-multistep-dialog-panels{display:flex}.bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{border-radius:4px 0 0}.bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{border-top-right-radius:4px}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels{flex-direction:column}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{border-radius:4px 0 0}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:last-child{border-radius:0 4px 0 0}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{flex-direction:row}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{flex-grow:1}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container:not(:first-child){border-left:1px solid rgba(17,20,24,.15)}.bp5-dark .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{border-color:#11141866}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{border-left:none}.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel,.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-footer{border-radius:0 0 4px 4px}.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels{flex-direction:row-reverse}.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{border-radius:4px 0 0 4px}.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{border-radius:0 4px 0 0}.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{border-radius:0 0 4px}.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{border-left:none;border-radius:4px 0 0 4px;border-right:1px solid rgba(17,20,24,.15)}.bp5-dark .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{border-color:#11141866}.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-dialog-footer{border-bottom-left-radius:0}.bp5-multistep-dialog-left-panel{display:flex;flex:1;flex-direction:column}.bp5-dark .bp5-multistep-dialog-left-panel{background:#252a31;border-bottom:1px solid rgba(255,255,255,.2);border-bottom-left-radius:4px;border-left:1px solid rgba(255,255,255,.2)}.bp5-multistep-dialog-right-panel{background-color:#f6f7f9;border-left:1px solid rgba(17,20,24,.15);border-radius:0 0 4px;flex:3;min-width:0}.bp5-dark .bp5-multistep-dialog-right-panel{background-color:#30404d;border-bottom:1px solid rgba(255,255,255,.2);border-bottom-right-radius:4px;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2)}.bp5-dialog-step-container{background-color:#f6f7f9;border-bottom:1px solid rgba(17,20,24,.15)}.bp5-dark .bp5-dialog-step-container{background:#30404d;border-bottom:1px solid rgba(255,255,255,.2)}.bp5-dialog-step-container.bp5-dialog-step-viewed{background-color:#fff}.bp5-dark .bp5-dialog-step-container.bp5-dialog-step-viewed{background:#394b59}.bp5-dialog-step{align-items:center;border-radius:4px;cursor:not-allowed;display:flex;margin:4px;padding:6px 14px}.bp5-dark .bp5-dialog-step{background:#30404d}.bp5-dialog-step-viewed .bp5-dialog-step{background-color:#fff;cursor:pointer}.bp5-dark .bp5-dialog-step-viewed .bp5-dialog-step{background:#394b59}.bp5-dialog-step:hover{background-color:#f6f7f9}.bp5-dark .bp5-dialog-step:hover{background:#30404d}.bp5-dialog-step-icon{align-items:center;background-color:#5f6b7c99;border-radius:50%;color:#fff;display:flex;height:25px;justify-content:center;width:25px}.bp5-dark .bp5-dialog-step-icon{background-color:#abb3bf99}.bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-icon{background-color:#4c90f0}.bp5-dialog-step-viewed .bp5-dialog-step-icon{background-color:#f6f7f9}.bp5-dialog-step-title{color:#5f6b7c99;flex:1;padding-left:10px}.bp5-dark .bp5-dialog-step-title{color:#abb3bf99}.bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-title{color:#4c90f0}.bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{color:#1c2127}.bp5-dark .bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{color:#f6f7f9}.bp5-drawer{background:#ffffff;box-shadow:0 0 0 1px #1114181a,0 4px 8px #11141833,0 18px 46px 6px #11141833;display:flex;flex-direction:column;margin:0;padding:0}.bp5-drawer:focus{outline:0}.bp5-drawer.bp5-position-top{height:50%;left:0;right:0;top:0}.bp5-drawer.bp5-position-top.bp5-overlay-enter,.bp5-drawer.bp5-position-top.bp5-overlay-appear{transform:translateY(-100%)}.bp5-drawer.bp5-position-top.bp5-overlay-enter-active,.bp5-drawer.bp5-position-top.bp5-overlay-appear-active{transform:translateY(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-drawer.bp5-position-top.bp5-overlay-exit{transform:translateY(0)}.bp5-drawer.bp5-position-top.bp5-overlay-exit-active{transform:translateY(-100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-drawer.bp5-position-top{border-bottom:1px solid buttonborder}}.bp5-drawer.bp5-position-bottom{bottom:0;height:50%;left:0;right:0}.bp5-drawer.bp5-position-bottom.bp5-overlay-enter,.bp5-drawer.bp5-position-bottom.bp5-overlay-appear{transform:translateY(100%)}.bp5-drawer.bp5-position-bottom.bp5-overlay-enter-active,.bp5-drawer.bp5-position-bottom.bp5-overlay-appear-active{transform:translateY(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-drawer.bp5-position-bottom.bp5-overlay-exit{transform:translateY(0)}.bp5-drawer.bp5-position-bottom.bp5-overlay-exit-active{transform:translateY(100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-drawer.bp5-position-bottom{border-top:1px solid buttonborder}}.bp5-drawer.bp5-position-left{bottom:0;left:0;top:0;width:50%}.bp5-drawer.bp5-position-left.bp5-overlay-enter,.bp5-drawer.bp5-position-left.bp5-overlay-appear{transform:translate(-100%)}.bp5-drawer.bp5-position-left.bp5-overlay-enter-active,.bp5-drawer.bp5-position-left.bp5-overlay-appear-active{transform:translate(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-drawer.bp5-position-left.bp5-overlay-exit{transform:translate(0)}.bp5-drawer.bp5-position-left.bp5-overlay-exit-active{transform:translate(-100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-drawer.bp5-position-left{border-right:1px solid buttonborder}}.bp5-drawer.bp5-position-right{bottom:0;right:0;top:0;width:50%}.bp5-drawer.bp5-position-right.bp5-overlay-enter,.bp5-drawer.bp5-position-right.bp5-overlay-appear{transform:translate(100%)}.bp5-drawer.bp5-position-right.bp5-overlay-enter-active,.bp5-drawer.bp5-position-right.bp5-overlay-appear-active{transform:translate(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-drawer.bp5-position-right.bp5-overlay-exit{transform:translate(0)}.bp5-drawer.bp5-position-right.bp5-overlay-exit-active{transform:translate(100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-drawer.bp5-position-right{border-left:1px solid buttonborder}}.bp5-drawer.bp5-dark,.bp5-dark .bp5-drawer{background:#394b59;box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866;color:#f6f7f9}.bp5-drawer-header{align-items:center;border-radius:0;box-shadow:0 1px #11141826;display:flex;flex:0 0 auto;min-height:40px;padding:5px 5px 5px 20px;position:relative}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-drawer-header{border-bottom:1px solid buttonborder}}.bp5-drawer-header .bp5-icon-large,.bp5-drawer-header .bp5-icon{color:#5f6b7c;flex:0 0 auto;margin-right:10px}.bp5-drawer-header .bp5-heading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;flex:1 1 auto;line-height:inherit;margin:0}.bp5-drawer-header .bp5-heading:last-child{margin-right:20px}.bp5-dark .bp5-drawer-header{box-shadow:0 1px #11141866}.bp5-dark .bp5-drawer-header .bp5-icon-large,.bp5-dark .bp5-drawer-header .bp5-icon{color:#abb3bf}.bp5-drawer-body{flex:1 1 auto;line-height:18px;overflow:auto}.bp5-drawer-footer{box-shadow:inset 0 1px #11141826;flex:0 0 auto;padding:10px 20px;position:relative}.bp5-dark .bp5-drawer-footer{box-shadow:inset 0 1px #11141866}.bp5-editable-text{cursor:text;display:inline-block;max-width:100%;position:relative;vertical-align:top;white-space:nowrap}.bp5-editable-text:before{bottom:-2px;left:-2px;position:absolute;right:-2px;top:-2px;border-radius:2px;content:"";transition:background-color .1s cubic-bezier(.4,1,.75,.9),box-shadow .1s cubic-bezier(.4,1,.75,.9)}.bp5-editable-text:hover:before{box-shadow:0 0 #137cbd00,0 0 #137cbd00,inset 0 0 0 1px #11141826}.bp5-editable-text.bp5-editable-text-editing:before{background-color:#fff;box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-editable-text:not(.bp5-disabled):before{border:1px solid buttonborder}}.bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{color:#137cbd}.bp5-editable-text.bp5-intent-primary:hover:before{box-shadow:0 0 #137cbd00,0 0 #137cbd00,inset 0 0 0 1px #137cbd66}.bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}.bp5-editable-text.bp5-intent-success .bp5-editable-text-content,.bp5-editable-text.bp5-intent-success .bp5-editable-text-input,.bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{color:#238551}.bp5-editable-text.bp5-intent-success:hover:before{box-shadow:0 0 #23855100,0 0 #23855100,inset 0 0 0 1px #23855166}.bp5-editable-text.bp5-intent-success.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #238551,0 0 0 2px #2385514d,inset 0 1px 1px #11141833}.bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{color:#c87619}.bp5-editable-text.bp5-intent-warning:hover:before{box-shadow:0 0 #c8761900,0 0 #c8761900,inset 0 0 0 1px #c8761966}.bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #c87619,0 0 0 2px #c876194d,inset 0 1px 1px #11141833}.bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{color:#cd4246}.bp5-editable-text.bp5-intent-danger:hover:before{box-shadow:0 0 #cd424600,0 0 #cd424600,inset 0 0 0 1px #cd424666}.bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #cd4246,0 0 0 2px #cd42464d,inset 0 1px 1px #11141833}.bp5-dark .bp5-editable-text:hover:before{box-shadow:0 0 #4c90f000,0 0 #4c90f000,inset 0 0 0 1px #fff3}.bp5-dark .bp5-editable-text.bp5-editable-text-editing:before{background-color:#1114184d;box-shadow:inset 0 0 0 1px #4c90f0,0 0 0 2px #4c90f04d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-editable-text.bp5-disabled:before{box-shadow:none}.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{color:#8abbff}.bp5-dark .bp5-editable-text.bp5-intent-primary:hover:before{box-shadow:0 0 #8abbff00,0 0 #8abbff00,inset 0 0 0 1px #8abbff66}.bp5-dark .bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #8abbff,0 0 0 2px #8abbff4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-content,.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input,.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{color:#72ca9b}.bp5-dark .bp5-editable-text.bp5-intent-success:hover:before{box-shadow:0 0 #72ca9b00,0 0 #72ca9b00,inset 0 0 0 1px #72ca9b66}.bp5-dark .bp5-editable-text.bp5-intent-success.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #72ca9b,0 0 0 2px #72ca9b4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{color:#fbb360}.bp5-dark .bp5-editable-text.bp5-intent-warning:hover:before{box-shadow:0 0 #fbb36000,0 0 #fbb36000,inset 0 0 0 1px #fbb36066}.bp5-dark .bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #fbb360,0 0 0 2px #fbb3604d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{color:#fa999c}.bp5-dark .bp5-editable-text.bp5-intent-danger:hover:before{box-shadow:0 0 #fa999c00,0 0 #fa999c00,inset 0 0 0 1px #fa999c66}.bp5-dark .bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #fa999c,0 0 0 2px #fa999c4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-editable-text.bp5-disabled:before{box-shadow:none!important}.bp5-editable-text-input,.bp5-editable-text-content{color:inherit;display:inherit;font:inherit;letter-spacing:inherit;max-width:inherit;min-width:inherit;position:relative;resize:none;text-transform:inherit;vertical-align:top}.bp5-editable-text-input{background:none;border:none;box-shadow:none;padding:0;white-space:pre-wrap;width:100%}.bp5-editable-text-input::placeholder{color:#5f6b7c;opacity:1}.bp5-editable-text-input:focus{outline:none}.bp5-editable-text-input::-ms-clear{display:none}.bp5-editable-text-content{overflow:hidden;padding-right:2px;text-overflow:ellipsis;white-space:pre}.bp5-editable-text-editing>.bp5-editable-text-content{left:0;position:absolute;visibility:hidden}.bp5-editable-text-placeholder>.bp5-editable-text-content{color:#5f6b7c}.bp5-dark .bp5-editable-text-placeholder>.bp5-editable-text-content{color:#abb3bf}.bp5-editable-text.bp5-multiline{display:block}.bp5-editable-text.bp5-multiline .bp5-editable-text-content{overflow:auto;white-space:pre-wrap;word-wrap:break-word}.bp5-entity-title{align-items:center;display:flex;gap:7px;min-width:0}.bp5-entity-title-icon-container.bp5-entity-title-has-subtitle{align-self:flex-start}.bp5-entity-title-icon-container:not(.bp5-entity-title-has-subtitle){align-items:center;display:flex}.bp5-entity-title-text{display:flex;flex-direction:column}.bp5-entity-title-title-and-tags{align-items:center;display:flex;flex-direction:row;gap:5px}.bp5-entity-title-tags-container{display:flex;gap:2px;margin-left:5px}.bp5-entity-title-title{margin-bottom:0;min-width:0;overflow-wrap:break-word}.bp5-entity-title-subtitle{font-size:12px;margin-top:2px}.bp5-entity-title-ellipsize,.bp5-entity-title-ellipsize .bp5-entity-title-text{overflow:hidden}.bp5-entity-title-heading-h1 .bp5-icon-container{align-items:center;display:flex;height:40px}.bp5-entity-title-heading-h2 .bp5-icon-container{align-items:center;display:flex;height:32px}.bp5-entity-title-heading-h3 .bp5-icon-container{align-items:center;display:flex;height:25px}.bp5-entity-title-heading-h4 .bp5-icon-container{align-items:center;display:flex;height:21px}.bp5-entity-title-heading-h5 .bp5-icon-container{align-items:center;display:flex;height:19px}.bp5-entity-title-heading-h6 .bp5-icon-container{align-items:center;display:flex;height:16px}.bp5-entity-title-heading-h1,.bp5-entity-title-heading-h2,.bp5-entity-title-heading-h3{gap:15px}.bp5-entity-title-heading-h1 .bp5-entity-title-status-tag,.bp5-entity-title-heading-h2 .bp5-entity-title-status-tag,.bp5-entity-title-heading-h3 .bp5-entity-title-status-tag{margin-left:10px}.bp5-entity-title-heading-h1 .bp5-entity-title-subtitle,.bp5-entity-title-heading-h2 .bp5-entity-title-subtitle,.bp5-entity-title-heading-h3 .bp5-entity-title-subtitle{font-size:14px}.bp5-entity-title-heading-h4,.bp5-entity-title-heading-h5,.bp5-entity-title-heading-h6{gap:10px}.bp5-entity-title-heading-h4 .bp5-entity-title-subtitle,.bp5-entity-title-heading-h5 .bp5-entity-title-subtitle,.bp5-entity-title-heading-h6 .bp5-entity-title-subtitle{font-size:12px}.bp5-divider{border-bottom:1px solid rgba(17,20,24,.15);border-right:1px solid rgba(17,20,24,.15);margin:5px}.bp5-dark .bp5-divider{border-color:#fff3}.bp5-control-group{transform:translateZ(0);display:flex;flex-direction:row;align-items:stretch}.bp5-control-group>*{flex-grow:0;flex-shrink:0}.bp5-control-group>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-control-group .bp5-button,.bp5-control-group .bp5-html-select,.bp5-control-group .bp5-input,.bp5-control-group .bp5-select{position:relative}.bp5-control-group .bp5-input{z-index:2}.bp5-control-group .bp5-input:focus{z-index:14}.bp5-control-group .bp5-input[class*=bp5-intent]{z-index:13}.bp5-control-group .bp5-input[class*=bp5-intent]:focus{z-index:15}.bp5-control-group .bp5-input[readonly],.bp5-control-group .bp5-input:disabled,.bp5-control-group .bp5-input.bp5-disabled{z-index:1}.bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input{z-index:13}.bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input:focus{z-index:15}.bp5-control-group .bp5-button,.bp5-control-group .bp5-html-select select,.bp5-control-group .bp5-select select{transform:translateZ(0);z-index:4}.bp5-control-group .bp5-button:focus,.bp5-control-group .bp5-html-select select:focus,.bp5-control-group .bp5-select select:focus{z-index:5}.bp5-control-group .bp5-button:hover,.bp5-control-group .bp5-html-select select:hover,.bp5-control-group .bp5-select select:hover{z-index:6}.bp5-control-group .bp5-button:active,.bp5-control-group .bp5-html-select select:active,.bp5-control-group .bp5-select select:active{z-index:7}.bp5-control-group .bp5-button[readonly],.bp5-control-group .bp5-button:disabled,.bp5-control-group .bp5-button.bp5-disabled,.bp5-control-group .bp5-html-select select[readonly],.bp5-control-group .bp5-html-select select:disabled,.bp5-control-group .bp5-html-select select.bp5-disabled,.bp5-control-group .bp5-select select[readonly],.bp5-control-group .bp5-select select:disabled,.bp5-control-group .bp5-select select.bp5-disabled{z-index:3}.bp5-control-group .bp5-button[class*=bp5-intent],.bp5-control-group .bp5-html-select select[class*=bp5-intent],.bp5-control-group .bp5-select select[class*=bp5-intent]{z-index:9}.bp5-control-group .bp5-button[class*=bp5-intent]:focus,.bp5-control-group .bp5-html-select select[class*=bp5-intent]:focus,.bp5-control-group .bp5-select select[class*=bp5-intent]:focus{z-index:10}.bp5-control-group .bp5-button[class*=bp5-intent]:hover,.bp5-control-group .bp5-html-select select[class*=bp5-intent]:hover,.bp5-control-group .bp5-select select[class*=bp5-intent]:hover{z-index:11}.bp5-control-group .bp5-button[class*=bp5-intent]:active,.bp5-control-group .bp5-html-select select[class*=bp5-intent]:active,.bp5-control-group .bp5-select select[class*=bp5-intent]:active{z-index:12}.bp5-control-group .bp5-button[class*=bp5-intent][readonly],.bp5-control-group .bp5-button[class*=bp5-intent]:disabled,.bp5-control-group .bp5-button[class*=bp5-intent].bp5-disabled,.bp5-control-group .bp5-html-select select[class*=bp5-intent][readonly],.bp5-control-group .bp5-html-select select[class*=bp5-intent]:disabled,.bp5-control-group .bp5-html-select select[class*=bp5-intent].bp5-disabled,.bp5-control-group .bp5-select select[class*=bp5-intent][readonly],.bp5-control-group .bp5-select select[class*=bp5-intent]:disabled,.bp5-control-group .bp5-select select[class*=bp5-intent].bp5-disabled{z-index:8}.bp5-control-group .bp5-input-group>.bp5-icon,.bp5-control-group .bp5-input-group>.bp5-button,.bp5-control-group .bp5-input-group>.bp5-input-left-container,.bp5-control-group .bp5-input-group>.bp5-input-action{z-index:16}.bp5-control-group .bp5-select:after,.bp5-control-group .bp5-html-select:after,.bp5-control-group .bp5-select>.bp5-icon,.bp5-control-group .bp5-html-select>.bp5-icon{z-index:17}.bp5-control-group .bp5-html-select:focus-within,.bp5-control-group .bp5-select:focus-within{z-index:5}.bp5-control-group:not(.bp5-vertical)>:not(:last-child){margin-right:2px}.bp5-control-group .bp5-numeric-input:not(:first-child) .bp5-input-group{border-bottom-left-radius:0;border-top-left-radius:0}.bp5-control-group.bp5-fill{width:100%}.bp5-control-group>.bp5-fill{flex:1 1 auto}.bp5-control-group.bp5-fill>*:not(.bp5-fixed){flex:1 1 auto}.bp5-control-group.bp5-vertical{flex-direction:column}.bp5-control-group.bp5-vertical>:not(:last-child){margin-bottom:2px}.bp5-control{cursor:pointer;display:block;margin-bottom:10px;position:relative;text-transform:none}.bp5-control input:checked~.bp5-control-indicator{background-color:#137cbd;box-shadow:inset 0 0 0 1px #11141833;color:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control input:checked~.bp5-control-indicator{background-color:highlight;border:1px solid highlight}}.bp5-control:hover input:checked~.bp5-control-indicator{background-color:#106ba3}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control:hover input:checked~.bp5-control-indicator{background-color:highlight}}.bp5-control input:not(:disabled):active:checked~.bp5-control-indicator{background:#184a90}.bp5-control input:disabled:checked~.bp5-control-indicator{background:rgba(19,124,189,.5);box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control input:disabled:checked~.bp5-control-indicator{background-color:graytext;border-color:graytext}}.bp5-dark .bp5-control input:checked~.bp5-control-indicator{box-shadow:inset 0 0 0 1px #ffffff1a}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-control input:checked~.bp5-control-indicator{border:1px solid buttonborder}}.bp5-dark .bp5-control:hover input:checked~.bp5-control-indicator{background-color:#106ba3;box-shadow:inset 0 0 0 1px #ffffff1a}.bp5-dark .bp5-control input:not(:disabled):active:checked~.bp5-control-indicator{background-color:#184a90;box-shadow:inset 0 0 0 1px #ffffff1a}.bp5-dark .bp5-control input:disabled:checked~.bp5-control-indicator{background:rgba(19,124,189,.5);box-shadow:none;color:#fff9}.bp5-control:not(.bp5-align-right){padding-left:26px}.bp5-control:not(.bp5-align-right) .bp5-control-indicator{margin-left:-26px}.bp5-control.bp5-align-right{padding-right:26px}.bp5-control.bp5-align-right .bp5-control-indicator{margin-right:-26px}.bp5-control.bp5-disabled{color:#5f6b7c99;cursor:not-allowed}.bp5-control.bp5-inline{display:inline-block;margin-right:20px}.bp5-control input{left:0;opacity:0;position:absolute;top:0;z-index:-1}.bp5-control .bp5-control-indicator{background-clip:padding-box;background-color:transparent;border:none;box-shadow:inset 0 0 0 1px #738091;cursor:pointer;display:inline-block;font-size:16px;height:1em;margin-right:10px;margin-top:-3px;position:relative;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em}.bp5-control .bp5-control-indicator:before{content:"";display:block;height:1em;width:1em}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control .bp5-control-indicator{border:1px solid buttonborder}.bp5-control .bp5-control-indicator:before{margin-left:-1px;margin-top:-1px}}.bp5-control:hover .bp5-control-indicator{background-color:#f6f7f926}.bp5-control input:not(:disabled):active~.bp5-control-indicator{background:rgba(246,247,249,.3);box-shadow:inset 0 0 0 1px #738091}.bp5-control input:disabled~.bp5-control-indicator{background:rgba(246,247,249,.15);box-shadow:none;cursor:not-allowed}.bp5-control input:focus~.bp5-control-indicator{outline:rgba(19,124,189,.6) solid 2px;outline-offset:2px;-moz-outline-radius:6px;outline:#137cbd solid 2px}.bp5-control.bp5-align-right .bp5-control-indicator{float:right;margin-left:10px;margin-top:1px}.bp5-control.bp5-large{font-size:16px}.bp5-control.bp5-large:not(.bp5-align-right){padding-left:30px}.bp5-control.bp5-large:not(.bp5-align-right) .bp5-control-indicator{margin-left:-30px}.bp5-control.bp5-large.bp5-align-right{padding-right:30px}.bp5-control.bp5-large.bp5-align-right .bp5-control-indicator{margin-right:-30px}.bp5-control.bp5-large .bp5-control-indicator{font-size:20px}.bp5-control.bp5-large.bp5-align-right .bp5-control-indicator{margin-top:0}.bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{background-color:#137cbd;box-shadow:inset 0 0 0 1px #11141833;color:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{background-color:highlight;border:1px solid highlight}}.bp5-control.bp5-checkbox:hover input:indeterminate~.bp5-control-indicator{background-color:#106ba3}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-checkbox:hover input:indeterminate~.bp5-control-indicator{background-color:highlight}}.bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate~.bp5-control-indicator{background:#184a90}.bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background:rgba(19,124,189,.5);box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background-color:graytext;border-color:graytext}}.bp5-dark .bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{box-shadow:inset 0 0 0 1px #ffffff1a}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{border:1px solid buttonborder}}.bp5-dark .bp5-control.bp5-checkbox:hover input:indeterminate~.bp5-control-indicator{background-color:#106ba3;box-shadow:inset 0 0 0 1px #ffffff1a}.bp5-dark .bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate~.bp5-control-indicator{background-color:#184a90;box-shadow:inset 0 0 0 1px #ffffff1a}.bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background:rgba(19,124,189,.5);box-shadow:none;color:#fff9}.bp5-control.bp5-checkbox .bp5-control-indicator{border-radius:2px}.bp5-control.bp5-checkbox input:checked~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='small_tick_1_'%3e %3cg%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12%2c5c-0.28%2c0-0.53%2c0.11-0.71%2c0.29L7%2c9.59L4.71%2c7.29C4.53%2c7.11%2c4.28%2c7%2c4%2c7 C3.45%2c7%2c3%2c7.45%2c3%2c8c0%2c0.28%2c0.11%2c0.53%2c0.29%2c0.71l3%2c3C6.47%2c11.89%2c6.72%2c12%2c7%2c12s0.53-0.11%2c0.71-0.29l5-5C12.89%2c6.53%2c13%2c6.28%2c13%2c6 C13%2c5.45%2c12.55%2c5%2c12%2c5z' fill='white'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e")}.bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='small_minus_2_'%3e %3cg%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11%2c7H5C4.45%2c7%2c4%2c7.45%2c4%2c8c0%2c0.55%2c0.45%2c1%2c1%2c1h6c0.55%2c0%2c1-0.45%2c1-1 C12%2c7.45%2c11.55%2c7%2c11%2c7z' fill='white'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e")}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-checkbox input:checked:not(:disabled)~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='small_tick_1_'%3e %3cg%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12%2c5c-0.28%2c0-0.53%2c0.11-0.71%2c0.29L7%2c9.59L4.71%2c7.29C4.53%2c7.11%2c4.28%2c7%2c4%2c7 C3.45%2c7%2c3%2c7.45%2c3%2c8c0%2c0.28%2c0.11%2c0.53%2c0.29%2c0.71l3%2c3C6.47%2c11.89%2c6.72%2c12%2c7%2c12s0.53-0.11%2c0.71-0.29l5-5C12.89%2c6.53%2c13%2c6.28%2c13%2c6 C13%2c5.45%2c12.55%2c5%2c12%2c5z' fill='%23111418'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e")}.bp5-control.bp5-checkbox input:indeterminate:not(:disabled)~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3e %3cg id='small_minus_2_'%3e %3cg%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11%2c7H5C4.45%2c7%2c4%2c7.45%2c4%2c8c0%2c0.55%2c0.45%2c1%2c1%2c1h6c0.55%2c0%2c1-0.45%2c1-1 C12%2c7.45%2c11.55%2c7%2c11%2c7z' fill='%23111418'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e")}.bp5-control.bp5-checkbox input:disabled~.bp5-control-indicator{border-color:graytext}}.bp5-control.bp5-radio .bp5-control-indicator{border-radius:50%}.bp5-control.bp5-radio input:checked~.bp5-control-indicator:before{background-image:radial-gradient(#ffffff,#ffffff 28%,transparent 32%)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-radio input:checked~.bp5-control-indicator:before{background:highlight;height:12px;margin-left:1px;margin-top:1px;width:12px}}.bp5-control.bp5-radio input:checked:disabled~.bp5-control-indicator:before{opacity:.5}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-radio input:checked:disabled~.bp5-control-indicator:before{background:graytext}}.bp5-control.bp5-radio input:focus~.bp5-control-indicator{-moz-outline-radius:16px}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-radio input:disabled~.bp5-control-indicator{border-color:graytext}}.bp5-control.bp5-switch input~.bp5-control-indicator{background:rgba(246,247,249,.3);color:#1c2127}.bp5-control.bp5-switch:hover input~.bp5-control-indicator{background:rgba(246,247,249,.4)}.bp5-control.bp5-switch input:not(:disabled):active~.bp5-control-indicator{background:rgba(246,247,249,.5)}.bp5-control.bp5-switch input:disabled~.bp5-control-indicator{background:rgba(246,247,249,.15);color:#5f6b7c99}.bp5-control.bp5-switch input:disabled~.bp5-control-indicator:before{background:rgba(255,255,255,.8);box-shadow:none}.bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:#137cbd;color:#fff}.bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:#106ba3}.bp5-control.bp5-switch input:checked:not(:disabled):active~.bp5-control-indicator{background:#184a90}.bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background:rgba(19,124,189,.5);color:#fff9}.bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator:before{background:rgba(255,255,255,.5);box-shadow:none}.bp5-control.bp5-switch:not(.bp5-align-right){padding-left:38px}.bp5-control.bp5-switch:not(.bp5-align-right) .bp5-control-indicator{margin-left:-38px}.bp5-control.bp5-switch.bp5-align-right{padding-right:38px}.bp5-control.bp5-switch.bp5-align-right .bp5-control-indicator{margin-right:-38px}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:highlight;border:1px solid buttonborder}.bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background-color:graytext}.bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator{border-color:graytext}.bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator:before{border-color:graytext}.bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:highlight}}.bp5-control.bp5-switch .bp5-control-indicator{border:none;border-radius:1.75em;box-shadow:none!important;min-width:1.75em;transition:background-color .1s cubic-bezier(.4,1,.75,.9);width:auto}.bp5-control.bp5-switch .bp5-control-indicator:before{background:#ffffff;border-radius:50%;box-shadow:0 0 0 1px #11141880;height:calc(1em - 4px);left:0;margin:2px;position:absolute;transition:left .1s cubic-bezier(.4,1,.75,.9);width:calc(1em - 4px)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-switch .bp5-control-indicator:before{border:1px solid buttonborder;margin-top:1px}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-control.bp5-switch .bp5-control-indicator{border:1px solid buttonborder}}.bp5-control.bp5-switch input:checked~.bp5-control-indicator:before{left:calc(100% - 1em)}.bp5-control.bp5-switch.bp5-large:not(.bp5-align-right){padding-left:45px}.bp5-control.bp5-switch.bp5-large:not(.bp5-align-right) .bp5-control-indicator{margin-left:-45px}.bp5-control.bp5-switch.bp5-large.bp5-align-right{padding-right:45px}.bp5-control.bp5-switch.bp5-large.bp5-align-right .bp5-control-indicator{margin-right:-45px}.bp5-dark .bp5-control.bp5-switch input~.bp5-control-indicator{background:rgba(17,20,24,.5);color:#f6f7f9}.bp5-dark .bp5-control.bp5-switch:hover input~.bp5-control-indicator{background:rgba(17,20,24,.8)}.bp5-dark .bp5-control.bp5-switch input:not(:disabled):active~.bp5-control-indicator{background:rgba(17,20,24,.9)}.bp5-dark .bp5-control.bp5-switch input:disabled~.bp5-control-indicator{background:rgba(246,247,249,.15);color:#abb3bf99}.bp5-dark .bp5-control.bp5-switch input:disabled~.bp5-control-indicator:before{background:rgba(171,179,191,.5);box-shadow:none}.bp5-dark .bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:#137cbd;color:#fff}.bp5-dark .bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:#106ba3}.bp5-dark .bp5-control.bp5-switch input:checked:not(:disabled):active~.bp5-control-indicator{background:#184a90}.bp5-dark .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background:rgba(19,124,189,.5);color:#abb3bf99}.bp5-dark .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator:before{background:rgba(255,255,255,.3);box-shadow:none}.bp5-dark .bp5-control.bp5-switch .bp5-control-indicator:before{background:#abb3bf}.bp5-dark .bp5-control.bp5-switch input:checked~.bp5-control-indicator:before{background:#ffffff}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:highlight;border:1px solid buttonborder}.bp5-dark .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background-color:graytext}.bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator{border-color:graytext}.bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator:before{border-color:graytext}.bp5-dark .bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:highlight}}.bp5-control.bp5-switch .bp5-switch-inner-text{font-size:.7em;text-align:center}.bp5-control.bp5-switch .bp5-control-indicator-child:first-child{line-height:0;margin-left:.5em;margin-right:1.2em;visibility:hidden}.bp5-control.bp5-switch .bp5-control-indicator-child:last-child{line-height:1em;margin-left:1.2em;margin-right:.5em;visibility:visible}.bp5-control.bp5-switch input:checked~.bp5-control-indicator .bp5-control-indicator-child:first-child{line-height:1em;visibility:visible}.bp5-control.bp5-switch input:checked~.bp5-control-indicator .bp5-control-indicator-child:last-child{line-height:0;visibility:hidden}.bp5-dark .bp5-control{color:#f6f7f9}.bp5-dark .bp5-control.bp5-disabled{color:#abb3bf99}.bp5-dark .bp5-control .bp5-control-indicator{background-color:transparent;box-shadow:inset 0 0 0 1px #f6f7f9}.bp5-dark .bp5-control:hover .bp5-control-indicator{background-color:#f6f7f926}.bp5-dark .bp5-control input:focus~.bp5-control-indicator{outline:#8abbff solid 2px}.bp5-dark .bp5-control input:not(:disabled):active~.bp5-control-indicator{background:rgba(246,247,249,.3);box-shadow:inset 0 0 0 1px #f6f7f9}.bp5-dark .bp5-control input:disabled~.bp5-control-indicator{background:rgba(246,247,249,.15);box-shadow:none;cursor:not-allowed}.bp5-dark .bp5-control.bp5-checkbox input:disabled:checked~.bp5-control-indicator,.bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background:rgba(19,124,189,.5)}.bp5-file-input{cursor:pointer;display:inline-block;height:30px;position:relative}.bp5-file-input input{margin:0;min-width:200px;opacity:0}.bp5-file-input input:disabled+.bp5-file-upload-input,.bp5-file-input input.bp5-disabled+.bp5-file-upload-input{background:rgba(211,216,222,.5);box-shadow:none;color:#5f6b7c99;cursor:not-allowed;resize:none}.bp5-file-input input:disabled+.bp5-file-upload-input::placeholder,.bp5-file-input input.bp5-disabled+.bp5-file-upload-input::placeholder{color:#5f6b7c99}.bp5-file-input input:disabled+.bp5-file-upload-input:after,.bp5-file-input input.bp5-disabled+.bp5-file-upload-input:after{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.bp5-dark .bp5-file-input input:disabled+.bp5-file-upload-input,.bp5-dark .bp5-file-input input.bp5-disabled+.bp5-file-upload-input{background:rgba(57,75,89,.5);box-shadow:none;color:#abb3bf99}.bp5-dark .bp5-file-input input:disabled+.bp5-file-upload-input:after,.bp5-dark .bp5-file-input input.bp5-disabled+.bp5-file-upload-input:after{background-color:#394b5980;box-shadow:none;color:#abb3bf99}.bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{color:#1c2127}.bp5-dark .bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{color:#f6f7f9}.bp5-file-input.bp5-fill{width:100%}.bp5-file-input.bp5-large,.bp5-large .bp5-file-input{height:40px}.bp5-file-input.bp5-small,.bp5-small .bp5-file-input{height:24px}.bp5-file-input .bp5-file-upload-input-custom-text:after{content:attr(bp5-button-text)}.bp5-file-upload-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff;border:none;border-radius:2px;box-shadow:0 0 #137cbd00,0 0 #137cbd00,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d;color:#1c2127;font-size:14px;font-weight:400;height:30px;line-height:30px;outline:none;padding:0 80px 0 10px;transition:box-shadow .1s cubic-bezier(.4,1,.75,.9);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;color:#5f6b7c99;left:0;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none}.bp5-file-upload-input::placeholder{color:#5f6b7c;opacity:1}.bp5-file-upload-input:focus,.bp5-file-upload-input.bp5-active{box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}.bp5-file-upload-input[type=search],.bp5-file-upload-input.bp5-round{border-radius:30px;box-sizing:border-box;padding-left:10px}.bp5-file-upload-input[readonly]{box-shadow:inset 0 0 0 1px #11141826}.bp5-file-upload-input:disabled,.bp5-file-upload-input.bp5-disabled{background:rgba(211,216,222,.5);box-shadow:none;color:#5f6b7c99;cursor:not-allowed;resize:none}.bp5-file-upload-input:disabled::placeholder,.bp5-file-upload-input.bp5-disabled::placeholder{color:#5f6b7c99}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-file-upload-input{border:1px solid buttonborder}}.bp5-file-upload-input:after{background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127;min-height:24px;min-width:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;border-radius:2px;content:"Browse";line-height:24px;margin:3px;position:absolute;right:0;text-align:center;top:0;width:70px}.bp5-file-upload-input:hover:after{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-file-upload-input:active:after{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-file-upload-input:active:after{background:highlight}}.bp5-large .bp5-file-upload-input{font-size:16px;height:40px;line-height:40px;padding-right:95px}.bp5-large .bp5-file-upload-input[type=search],.bp5-large .bp5-file-upload-input.bp5-round{padding:0 15px}.bp5-large .bp5-file-upload-input:after{min-height:30px;min-width:30px;line-height:30px;margin:5px;width:85px}.bp5-small .bp5-file-upload-input{font-size:12px;height:24px;line-height:24px;padding-left:8px;padding-right:65px}.bp5-small .bp5-file-upload-input[type=search],.bp5-small .bp5-file-upload-input.bp5-round{padding:0 12px}.bp5-small .bp5-file-upload-input:after{min-height:20px;min-width:20px;line-height:20px;margin:2px;width:55px}.bp5-dark .bp5-file-upload-input{background:rgba(17,20,24,.3);box-shadow:0 0 #4c90f000,0 0 #4c90f000,0 0 #4c90f000,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d;color:#f6f7f9;color:#abb3bf99}.bp5-dark .bp5-file-upload-input::placeholder{color:#abb3bf}.bp5-dark .bp5-file-upload-input:focus{box-shadow:inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #4c90f0,0 0 0 2px #4c90f04d}.bp5-dark .bp5-file-upload-input[readonly]{box-shadow:inset 0 0 0 1px #11141866}.bp5-dark .bp5-file-upload-input:disabled,.bp5-dark .bp5-file-upload-input.bp5-disabled{background:rgba(57,75,89,.5);box-shadow:none;color:#abb3bf99}.bp5-dark .bp5-file-upload-input:after{background-color:#394b59;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833;color:#f6f7f9}.bp5-dark .bp5-file-upload-input:hover:after{background-color:#30404d;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-file-upload-input:active:after{background-color:#1c2127;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-file-upload-input:after{box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a}.bp5-form-group{display:flex;flex-direction:column;margin:0 0 15px}.bp5-form-group label.bp5-label{margin-bottom:5px}.bp5-form-group .bp5-control{margin-top:7px}.bp5-form-group .bp5-form-group-sub-label,.bp5-form-group .bp5-form-helper-text{color:#5f6b7c;font-size:12px}.bp5-form-group .bp5-form-group-sub-label{margin-bottom:5px}.bp5-form-group .bp5-form-helper-text{margin-top:5px}.bp5-form-group.bp5-intent-primary .bp5-form-group-sub-label,.bp5-form-group.bp5-intent-primary .bp5-form-helper-text{color:#106ba3}.bp5-form-group.bp5-intent-success .bp5-form-group-sub-label,.bp5-form-group.bp5-intent-success .bp5-form-helper-text{color:#1c6e42}.bp5-form-group.bp5-intent-warning .bp5-form-group-sub-label,.bp5-form-group.bp5-intent-warning .bp5-form-helper-text{color:#935610}.bp5-form-group.bp5-intent-danger .bp5-form-group-sub-label,.bp5-form-group.bp5-intent-danger .bp5-form-helper-text{color:#ac2f33}.bp5-form-group.bp5-fill{width:100%}.bp5-form-group.bp5-inline{align-items:flex-start;flex-direction:row}.bp5-form-group.bp5-inline.bp5-large label.bp5-label{line-height:40px;margin:0 10px 0 0}.bp5-form-group.bp5-inline label.bp5-label{line-height:30px;margin:0 10px 0 0}.bp5-form-group.bp5-disabled .bp5-label,.bp5-form-group.bp5-disabled .bp5-text-muted,.bp5-form-group.bp5-disabled .bp5-form-group-sub-label,.bp5-form-group.bp5-disabled .bp5-form-helper-text{color:#5f6b7c99!important}.bp5-dark .bp5-form-group.bp5-intent-primary .bp5-form-group-sub-label,.bp5-dark .bp5-form-group.bp5-intent-primary .bp5-form-helper-text{color:#8abbff}.bp5-dark .bp5-form-group.bp5-intent-success .bp5-form-group-sub-label,.bp5-dark .bp5-form-group.bp5-intent-success .bp5-form-helper-text{color:#72ca9b}.bp5-dark .bp5-form-group.bp5-intent-warning .bp5-form-group-sub-label,.bp5-dark .bp5-form-group.bp5-intent-warning .bp5-form-helper-text{color:#fbb360}.bp5-dark .bp5-form-group.bp5-intent-danger .bp5-form-group-sub-label,.bp5-dark .bp5-form-group.bp5-intent-danger .bp5-form-helper-text{color:#fa999c}.bp5-dark .bp5-form-group .bp5-form-helper-text{color:#abb3bf}.bp5-dark .bp5-form-group.bp5-disabled .bp5-label,.bp5-dark .bp5-form-group.bp5-disabled .bp5-text-muted,.bp5-dark .bp5-form-group.bp5-disabled .bp5-form-group-sub-label,.bp5-dark .bp5-form-group.bp5-disabled .bp5-form-helper-text{color:#abb3bf99!important}.bp5-input-group{display:block;position:relative}.bp5-input-group .bp5-input{position:relative;width:100%}.bp5-input-group .bp5-input:not(:first-child){padding-left:30px}.bp5-input-group .bp5-input:not(:last-child){padding-right:30px}.bp5-input-group .bp5-input-action,.bp5-input-group>.bp5-input-left-container,.bp5-input-group>.bp5-button,.bp5-input-group>.bp5-icon{position:absolute;top:0}.bp5-input-group .bp5-input-action:first-child,.bp5-input-group>.bp5-input-left-container:first-child,.bp5-input-group>.bp5-button:first-child,.bp5-input-group>.bp5-icon:first-child{left:0}.bp5-input-group .bp5-input-action:last-child,.bp5-input-group>.bp5-input-left-container:last-child,.bp5-input-group>.bp5-button:last-child,.bp5-input-group>.bp5-icon:last-child{right:0}.bp5-input-group .bp5-button{min-height:24px;min-width:24px;margin:3px;padding:0 7px}.bp5-input-group .bp5-button:empty{padding:0}.bp5-input-group>.bp5-input-left-container,.bp5-input-group>.bp5-icon{z-index:1}.bp5-input-group>.bp5-input-left-container>.bp5-icon,.bp5-input-group>.bp5-icon{color:#5f6b7c}.bp5-input-group>.bp5-input-left-container>.bp5-icon:empty,.bp5-input-group>.bp5-icon:empty{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.bp5-input-group>.bp5-input-left-container>.bp5-icon,.bp5-input-group>.bp5-icon,.bp5-input-group .bp5-input-action>.bp5-spinner{margin:7px}.bp5-input-group .bp5-tag{margin:5px}.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus),.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){color:#5f6b7c}.bp5-dark .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus),.bp5-dark .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){color:#abb3bf}.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon,.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard,.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large,.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon,.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard,.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large{color:#5f6b7c}.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled,.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled{color:#5f6b7c99!important}.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled .bp5-icon,.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled .bp5-icon-standard,.bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled .bp5-icon-large,.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon,.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-standard,.bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-large{color:#5f6b7c99!important}.bp5-input-group.bp5-disabled{cursor:not-allowed}.bp5-input-group.bp5-disabled .bp5-icon{color:#5f6b7c99}.bp5-input-group.bp5-large .bp5-button{min-height:30px;min-width:30px;margin:5px}.bp5-input-group.bp5-large>.bp5-input-left-container>.bp5-icon,.bp5-input-group.bp5-large>.bp5-icon,.bp5-input-group.bp5-large .bp5-input-action>.bp5-spinner{margin:12px}.bp5-input-group.bp5-large .bp5-input{font-size:16px;height:40px;line-height:40px}.bp5-input-group.bp5-large .bp5-input[type=search],.bp5-input-group.bp5-large .bp5-input.bp5-round{padding:0 15px}.bp5-input-group.bp5-large .bp5-input:not(:first-child){padding-left:40px}.bp5-input-group.bp5-large .bp5-input:not(:last-child){padding-right:40px}.bp5-input-group.bp5-small .bp5-button,.bp5-input-group.bp5-small .bp5-tag{min-height:20px;min-width:20px;margin:2px}.bp5-input-group.bp5-small>.bp5-input-left-container>.bp5-icon,.bp5-input-group.bp5-small>.bp5-icon,.bp5-input-group.bp5-small .bp5-input-action>.bp5-spinner{margin:4px}.bp5-input-group.bp5-small .bp5-input{font-size:12px;height:24px;line-height:24px;padding-left:8px;padding-right:8px}.bp5-input-group.bp5-small .bp5-input[type=search],.bp5-input-group.bp5-small .bp5-input.bp5-round{padding:0 12px}.bp5-input-group.bp5-small .bp5-input:not(:first-child){padding-left:24px}.bp5-input-group.bp5-small .bp5-input:not(:last-child){padding-right:24px}.bp5-input-group.bp5-fill{flex:1 1 auto;width:100%}.bp5-input-group.bp5-round .bp5-button,.bp5-input-group.bp5-round .bp5-input,.bp5-input-group.bp5-round .bp5-tag{border-radius:30px}.bp5-dark .bp5-input-group .bp5-icon{color:#abb3bf}.bp5-dark .bp5-input-group.bp5-disabled .bp5-icon{color:#abb3bf99}.bp5-input-group.bp5-intent-primary .bp5-input{box-shadow:0 0 #137cbd00,0 0 #137cbd00,inset 0 0 0 1px #137cbd,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input-group.bp5-intent-primary .bp5-input:focus{box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}.bp5-input-group.bp5-intent-primary .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #137cbd}.bp5-input-group.bp5-intent-primary .bp5-input:disabled,.bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input{box-shadow:0 0 #4c90f000,0 0 #4c90f000,0 0 #4c90f000,inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:focus{box-shadow:inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #4c90f0,0 0 0 2px #4c90f04d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #4c90f0}.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:disabled,.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{box-shadow:none}.bp5-input-group.bp5-intent-primary>.bp5-icon{color:#106ba3}.bp5-dark .bp5-input-group.bp5-intent-primary>.bp5-icon{color:#8abbff}.bp5-input-group.bp5-intent-success .bp5-input{box-shadow:0 0 #23855100,0 0 #23855100,inset 0 0 0 1px #238551,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input-group.bp5-intent-success .bp5-input:focus{box-shadow:inset 0 0 0 1px #238551,0 0 0 2px #2385514d,inset 0 1px 1px #11141833}.bp5-input-group.bp5-intent-success .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #238551}.bp5-input-group.bp5-intent-success .bp5-input:disabled,.bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input{box-shadow:0 0 #32a46700,0 0 #32a46700,0 0 #32a46700,inset 0 0 0 1px #32a467,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:focus{box-shadow:inset 0 0 0 1px #32a467,inset 0 0 0 1px #32a467,0 0 0 2px #32a4674d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #32a467}.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:disabled,.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{box-shadow:none}.bp5-input-group.bp5-intent-success>.bp5-icon{color:#1c6e42}.bp5-dark .bp5-input-group.bp5-intent-success>.bp5-icon{color:#72ca9b}.bp5-input-group.bp5-intent-warning .bp5-input{box-shadow:0 0 #c8761900,0 0 #c8761900,inset 0 0 0 1px #c87619,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input-group.bp5-intent-warning .bp5-input:focus{box-shadow:inset 0 0 0 1px #c87619,0 0 0 2px #c876194d,inset 0 1px 1px #11141833}.bp5-input-group.bp5-intent-warning .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #c87619}.bp5-input-group.bp5-intent-warning .bp5-input:disabled,.bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input{box-shadow:0 0 #ec9a3c00,0 0 #ec9a3c00,0 0 #ec9a3c00,inset 0 0 0 1px #ec9a3c,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:focus{box-shadow:inset 0 0 0 1px #ec9a3c,inset 0 0 0 1px #ec9a3c,0 0 0 2px #ec9a3c4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #ec9a3c}.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:disabled,.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{box-shadow:none}.bp5-input-group.bp5-intent-warning>.bp5-icon{color:#935610}.bp5-dark .bp5-input-group.bp5-intent-warning>.bp5-icon{color:#fbb360}.bp5-input-group.bp5-intent-danger .bp5-input{box-shadow:0 0 #cd424600,0 0 #cd424600,inset 0 0 0 1px #cd4246,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input-group.bp5-intent-danger .bp5-input:focus{box-shadow:inset 0 0 0 1px #cd4246,0 0 0 2px #cd42464d,inset 0 1px 1px #11141833}.bp5-input-group.bp5-intent-danger .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #cd4246}.bp5-input-group.bp5-intent-danger .bp5-input:disabled,.bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input{box-shadow:0 0 #e76a6e00,0 0 #e76a6e00,0 0 #e76a6e00,inset 0 0 0 1px #e76a6e,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:focus{box-shadow:inset 0 0 0 1px #e76a6e,inset 0 0 0 1px #e76a6e,0 0 0 2px #e76a6e4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #e76a6e}.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:disabled,.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{box-shadow:none}.bp5-input-group.bp5-intent-danger>.bp5-icon{color:#ac2f33}.bp5-dark .bp5-input-group.bp5-intent-danger>.bp5-icon{color:#fa999c}.bp5-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff;border:none;border-radius:2px;box-shadow:0 0 #137cbd00,0 0 #137cbd00,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d;color:#1c2127;font-size:14px;font-weight:400;height:30px;line-height:30px;outline:none;padding:0 10px;transition:box-shadow .1s cubic-bezier(.4,1,.75,.9);vertical-align:middle}.bp5-input::placeholder{color:#5f6b7c;opacity:1}.bp5-input:focus,.bp5-input.bp5-active{box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}.bp5-input[type=search],.bp5-input.bp5-round{border-radius:30px;box-sizing:border-box;padding-left:10px}.bp5-input[readonly]{box-shadow:inset 0 0 0 1px #11141826}.bp5-input:disabled,.bp5-input.bp5-disabled{background:rgba(211,216,222,.5);box-shadow:none;color:#5f6b7c99;cursor:not-allowed;resize:none}.bp5-input:disabled::placeholder,.bp5-input.bp5-disabled::placeholder{color:#5f6b7c99}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-input{border:1px solid buttonborder}}.bp5-input.bp5-large{font-size:16px;height:40px;line-height:40px}.bp5-input.bp5-large[type=search],.bp5-input.bp5-large.bp5-round{padding:0 15px}.bp5-input.bp5-small{font-size:12px;height:24px;line-height:24px;padding-left:8px;padding-right:8px}.bp5-input.bp5-small[type=search],.bp5-input.bp5-small.bp5-round{padding:0 12px}.bp5-input.bp5-fill{flex:1 1 auto;width:100%}.bp5-dark .bp5-input{background:rgba(17,20,24,.3);box-shadow:0 0 #4c90f000,0 0 #4c90f000,0 0 #4c90f000,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d;color:#f6f7f9}.bp5-dark .bp5-input::placeholder{color:#abb3bf}.bp5-dark .bp5-input:focus{box-shadow:inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #4c90f0,0 0 0 2px #4c90f04d}.bp5-dark .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #11141866}.bp5-dark .bp5-input:disabled,.bp5-dark .bp5-input.bp5-disabled{background:rgba(57,75,89,.5);box-shadow:none;color:#abb3bf99}.bp5-input.bp5-intent-primary{box-shadow:0 0 #137cbd00,0 0 #137cbd00,inset 0 0 0 1px #137cbd,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input.bp5-intent-primary:focus{box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}.bp5-input.bp5-intent-primary[readonly]{box-shadow:inset 0 0 0 1px #137cbd}.bp5-input.bp5-intent-primary:disabled,.bp5-input.bp5-intent-primary.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input.bp5-intent-primary{box-shadow:0 0 #4c90f000,0 0 #4c90f000,0 0 #4c90f000,inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-primary:focus{box-shadow:inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #4c90f0,0 0 0 2px #4c90f04d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-primary[readonly]{box-shadow:inset 0 0 0 1px #4c90f0}.bp5-dark .bp5-input.bp5-intent-primary:disabled,.bp5-dark .bp5-input.bp5-intent-primary.bp5-disabled{box-shadow:none}.bp5-input.bp5-intent-success{box-shadow:0 0 #23855100,0 0 #23855100,inset 0 0 0 1px #238551,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input.bp5-intent-success:focus{box-shadow:inset 0 0 0 1px #238551,0 0 0 2px #2385514d,inset 0 1px 1px #11141833}.bp5-input.bp5-intent-success[readonly]{box-shadow:inset 0 0 0 1px #238551}.bp5-input.bp5-intent-success:disabled,.bp5-input.bp5-intent-success.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input.bp5-intent-success{box-shadow:0 0 #32a46700,0 0 #32a46700,0 0 #32a46700,inset 0 0 0 1px #32a467,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-success:focus{box-shadow:inset 0 0 0 1px #32a467,inset 0 0 0 1px #32a467,0 0 0 2px #32a4674d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-success[readonly]{box-shadow:inset 0 0 0 1px #32a467}.bp5-dark .bp5-input.bp5-intent-success:disabled,.bp5-dark .bp5-input.bp5-intent-success.bp5-disabled{box-shadow:none}.bp5-input.bp5-intent-warning{box-shadow:0 0 #c8761900,0 0 #c8761900,inset 0 0 0 1px #c87619,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input.bp5-intent-warning:focus{box-shadow:inset 0 0 0 1px #c87619,0 0 0 2px #c876194d,inset 0 1px 1px #11141833}.bp5-input.bp5-intent-warning[readonly]{box-shadow:inset 0 0 0 1px #c87619}.bp5-input.bp5-intent-warning:disabled,.bp5-input.bp5-intent-warning.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input.bp5-intent-warning{box-shadow:0 0 #ec9a3c00,0 0 #ec9a3c00,0 0 #ec9a3c00,inset 0 0 0 1px #ec9a3c,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-warning:focus{box-shadow:inset 0 0 0 1px #ec9a3c,inset 0 0 0 1px #ec9a3c,0 0 0 2px #ec9a3c4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-warning[readonly]{box-shadow:inset 0 0 0 1px #ec9a3c}.bp5-dark .bp5-input.bp5-intent-warning:disabled,.bp5-dark .bp5-input.bp5-intent-warning.bp5-disabled{box-shadow:none}.bp5-input.bp5-intent-danger{box-shadow:0 0 #cd424600,0 0 #cd424600,inset 0 0 0 1px #cd4246,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.bp5-input.bp5-intent-danger:focus{box-shadow:inset 0 0 0 1px #cd4246,0 0 0 2px #cd42464d,inset 0 1px 1px #11141833}.bp5-input.bp5-intent-danger[readonly]{box-shadow:inset 0 0 0 1px #cd4246}.bp5-input.bp5-intent-danger:disabled,.bp5-input.bp5-intent-danger.bp5-disabled{box-shadow:none}.bp5-dark .bp5-input.bp5-intent-danger{box-shadow:0 0 #e76a6e00,0 0 #e76a6e00,0 0 #e76a6e00,inset 0 0 0 1px #e76a6e,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-danger:focus{box-shadow:inset 0 0 0 1px #e76a6e,inset 0 0 0 1px #e76a6e,0 0 0 2px #e76a6e4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-input.bp5-intent-danger[readonly]{box-shadow:inset 0 0 0 1px #e76a6e}.bp5-dark .bp5-input.bp5-intent-danger:disabled,.bp5-dark .bp5-input.bp5-intent-danger.bp5-disabled{box-shadow:none}.bp5-input::-ms-clear{display:none}@supports (-webkit-touch-callout: none){input.bp5-input:disabled,input.bp5-input.bp5-disabled{opacity:1;-webkit-text-fill-color:rgba(95,107,124,.6)}.bp5-dark input.bp5-input:disabled,.bp5-dark input.bp5-input.bp5-disabled{-webkit-text-fill-color:rgba(171,179,191,.6)}}textarea.bp5-input{max-width:100%;padding:10px}textarea.bp5-input,textarea.bp5-input.bp5-large,textarea.bp5-input.bp5-small{height:auto;line-height:inherit}textarea.bp5-input.bp5-small{padding:8px}.bp5-text-area.bp5-text-area-auto-resize{resize:horizontal}label.bp5-label{display:block;margin-bottom:15px;margin-top:0}label.bp5-label .bp5-html-select,label.bp5-label .bp5-input,label.bp5-label .bp5-select,label.bp5-label .bp5-slider,label.bp5-label .bp5-popover-wrapper{display:block;margin-top:5px;text-transform:none}label.bp5-label .bp5-button-group{margin-top:5px}label.bp5-label .bp5-select select,label.bp5-label .bp5-html-select select{font-weight:400;vertical-align:top;width:100%}label.bp5-label .bp5-control-group{margin-top:5px}label.bp5-label .bp5-control-group>.bp5-button-group,label.bp5-label .bp5-control-group>.bp5-html-select,label.bp5-label .bp5-control-group>.bp5-input,label.bp5-label .bp5-control-group>.bp5-select,label.bp5-label .bp5-control-group>.bp5-slider,label.bp5-label .bp5-control-group>.bp5-popover-wrapper{margin-top:0}label.bp5-label.bp5-disabled,label.bp5-label.bp5-disabled .bp5-text-muted{color:#5f6b7c99}label.bp5-label.bp5-inline{line-height:30px}label.bp5-label.bp5-inline .bp5-html-select,label.bp5-label.bp5-inline .bp5-input,label.bp5-label.bp5-inline .bp5-input-group,label.bp5-label.bp5-inline .bp5-select,label.bp5-label.bp5-inline .bp5-popover-wrapper{display:inline-block;margin:0 0 0 5px;vertical-align:top}label.bp5-label.bp5-inline .bp5-button-group{margin:0 0 0 5px}label.bp5-label.bp5-inline .bp5-input-group .bp5-input{margin-left:0}label.bp5-label.bp5-inline.bp5-large{line-height:40px}label.bp5-label.bp5-inline .bp5-control-group{margin:0 0 0 5px}label.bp5-label.bp5-inline .bp5-control-group>.bp5-button-group,label.bp5-label.bp5-inline .bp5-control-group>.bp5-html-select,label.bp5-label.bp5-inline .bp5-control-group>.bp5-input,label.bp5-label.bp5-inline .bp5-control-group>.bp5-select,label.bp5-label.bp5-inline .bp5-control-group>.bp5-slider,label.bp5-label.bp5-inline .bp5-control-group>.bp5-popover-wrapper{margin:0}label.bp5-label:not(.bp5-inline) .bp5-popover-target{display:block}.bp5-dark label.bp5-label{color:#f6f7f9}.bp5-dark label.bp5-label.bp5-disabled,.bp5-dark label.bp5-label.bp5-disabled .bp5-text-muted{color:#abb3bf99}.bp5-numeric-input .bp5-button-group.bp5-vertical>.bp5-button{flex:1 1 11px;min-height:0;padding:0;width:24px}.bp5-numeric-input.bp5-large .bp5-button-group.bp5-vertical>.bp5-button{width:40px}.bp5-numeric-input.bp5-small .bp5-button-group.bp5-vertical>.bp5-button{width:24px}form{display:block}.bp5-html-select select,.bp5-select select{display:inline-flex;flex-direction:row;align-items:center;border:none;cursor:pointer;font-size:14px;justify-content:center;text-align:left;vertical-align:middle;background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127;-moz-appearance:none;-webkit-appearance:none;border-radius:2px;height:30px;padding:0 30px 0 10px;width:100%}.bp5-html-select select>*,.bp5-select select>*{flex-grow:0;flex-shrink:0}.bp5-html-select select>.bp5-fill,.bp5-select select>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-html-select select:before,.bp5-select select:before,.bp5-html-select select>*,.bp5-select select>*{margin-right:7px}.bp5-html-select select:empty:before,.bp5-select select:empty:before,.bp5-html-select select>:last-child,.bp5-select select>:last-child{margin-right:0}.bp5-html-select select:hover,.bp5-select select:hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-html-select select:active,.bp5-select select:active,.bp5-html-select select.bp5-active,.bp5-select select.bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-html-select select:active,.bp5-select select:active,.bp5-html-select select.bp5-active,.bp5-select select.bp5-active{background:highlight}}.bp5-html-select select:disabled,.bp5-select select:disabled,.bp5-html-select select.bp5-disabled,.bp5-select select.bp5-disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.bp5-html-select select:disabled.bp5-active,.bp5-select select:disabled.bp5-active,.bp5-html-select select.bp5-disabled.bp5-active,.bp5-select select.bp5-disabled.bp5-active{background:rgba(211,216,222,.7)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-html-select select,.bp5-select select{border:1px solid buttonborder}}.bp5-html-select.bp5-minimal select,.bp5-select.bp5-minimal select{background:none;box-shadow:none}.bp5-html-select.bp5-minimal select:hover,.bp5-select.bp5-minimal select:hover{background:rgba(246,247,249,.15);box-shadow:none;color:#1c2127;text-decoration:none}.bp5-html-select.bp5-minimal select:active,.bp5-select.bp5-minimal select:active,.bp5-html-select.bp5-minimal select.bp5-active,.bp5-select.bp5-minimal select.bp5-active{background:rgba(246,247,249,.3);box-shadow:none;color:#1c2127}.bp5-html-select.bp5-minimal select:disabled,.bp5-select.bp5-minimal select:disabled,.bp5-html-select.bp5-minimal select.bp5-disabled,.bp5-select.bp5-minimal select.bp5-disabled{background:none;color:#5f6b7c99;cursor:not-allowed}.bp5-html-select.bp5-minimal select:disabled.bp5-active,.bp5-select.bp5-minimal select:disabled.bp5-active,.bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-disabled.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-html-select.bp5-minimal select,.bp5-html-select.bp5-minimal .bp5-dark select,.bp5-dark .bp5-select.bp5-minimal select,.bp5-select.bp5-minimal .bp5-dark select,.bp5-dark .bp5-html-select.bp5-minimal select:hover,.bp5-html-select.bp5-minimal .bp5-dark select:hover,.bp5-dark .bp5-select.bp5-minimal select:hover,.bp5-select.bp5-minimal .bp5-dark select:hover,.bp5-dark .bp5-html-select.bp5-minimal select:active,.bp5-html-select.bp5-minimal .bp5-dark select:active,.bp5-dark .bp5-select.bp5-minimal select:active,.bp5-select.bp5-minimal .bp5-dark select:active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-active{background:none;box-shadow:none;color:#fff}.bp5-dark .bp5-html-select.bp5-minimal select:hover,.bp5-html-select.bp5-minimal .bp5-dark select:hover,.bp5-dark .bp5-select.bp5-minimal select:hover,.bp5-select.bp5-minimal .bp5-dark select:hover{background:rgba(246,247,249,.15)}.bp5-dark .bp5-html-select.bp5-minimal select:active,.bp5-html-select.bp5-minimal .bp5-dark select:active,.bp5-dark .bp5-select.bp5-minimal select:active,.bp5-select.bp5-minimal .bp5-dark select:active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-active{background:rgba(246,247,249,.3)}.bp5-dark .bp5-html-select.bp5-minimal select:disabled,.bp5-html-select.bp5-minimal .bp5-dark select:disabled,.bp5-dark .bp5-select.bp5-minimal select:disabled,.bp5-select.bp5-minimal .bp5-dark select:disabled,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-disabled{background:none;color:#abb3bf99;cursor:not-allowed}.bp5-dark .bp5-html-select.bp5-minimal select:disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select:disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select:disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select:disabled.bp5-active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active{background:rgba(246,247,249,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-primary,.bp5-select.bp5-minimal select.bp5-intent-primary{color:#106ba3}.bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,.bp5-select.bp5-minimal select.bp5-intent-primary:hover,.bp5-html-select.bp5-minimal select.bp5-intent-primary:active,.bp5-select.bp5-minimal select.bp5-intent-primary:active,.bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#106ba3}.bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,.bp5-select.bp5-minimal select.bp5-intent-primary:hover{background:rgba(19,124,189,.15);color:#106ba3}.bp5-html-select.bp5-minimal select.bp5-intent-primary:active,.bp5-select.bp5-minimal select.bp5-intent-primary:active,.bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#184a90}.bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled,.bp5-select.bp5-minimal select.bp5-intent-primary:disabled,.bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled{background:none;color:#106ba380}.bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head,.bp5-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#106ba3}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary{color:#8abbff}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:hover,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover{background:rgba(19,124,189,.2);color:#8abbff}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active{background:rgba(19,124,189,.3);color:#99c4ff}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active{background:rgba(19,124,189,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-success,.bp5-select.bp5-minimal select.bp5-intent-success{color:#1c6e42}.bp5-html-select.bp5-minimal select.bp5-intent-success:hover,.bp5-select.bp5-minimal select.bp5-intent-success:hover,.bp5-html-select.bp5-minimal select.bp5-intent-success:active,.bp5-select.bp5-minimal select.bp5-intent-success:active,.bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.bp5-html-select.bp5-minimal select.bp5-intent-success:hover,.bp5-select.bp5-minimal select.bp5-intent-success:hover{background:rgba(35,133,81,.15);color:#1c6e42}.bp5-html-select.bp5-minimal select.bp5-intent-success:active,.bp5-select.bp5-minimal select.bp5-intent-success:active,.bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#165a36}.bp5-html-select.bp5-minimal select.bp5-intent-success:disabled,.bp5-select.bp5-minimal select.bp5-intent-success:disabled,.bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled,.bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head,.bp5-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success{color:#72ca9b}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:hover,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:hover,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover{background:rgba(35,133,81,.2);color:#72ca9b}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active{background:rgba(35,133,81,.3);color:#7cd7a2}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active{background:rgba(35,133,81,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-warning,.bp5-select.bp5-minimal select.bp5-intent-warning{color:#935610}.bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,.bp5-select.bp5-minimal select.bp5-intent-warning:hover,.bp5-html-select.bp5-minimal select.bp5-intent-warning:active,.bp5-select.bp5-minimal select.bp5-intent-warning:active,.bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,.bp5-select.bp5-minimal select.bp5-intent-warning:hover{background:rgba(200,118,25,.15);color:#935610}.bp5-html-select.bp5-minimal select.bp5-intent-warning:active,.bp5-select.bp5-minimal select.bp5-intent-warning:active,.bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#77450d}.bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled,.bp5-select.bp5-minimal select.bp5-intent-warning:disabled,.bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head,.bp5-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning{color:#fbb360}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:hover,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover{background:rgba(200,118,25,.2);color:#fbb360}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active{background:rgba(200,118,25,.3);color:#f5c186}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active{background:rgba(200,118,25,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-danger,.bp5-select.bp5-minimal select.bp5-intent-danger{color:#ac2f33}.bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,.bp5-select.bp5-minimal select.bp5-intent-danger:hover,.bp5-html-select.bp5-minimal select.bp5-intent-danger:active,.bp5-select.bp5-minimal select.bp5-intent-danger:active,.bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,.bp5-select.bp5-minimal select.bp5-intent-danger:hover{background:rgba(205,66,70,.15);color:#ac2f33}.bp5-html-select.bp5-minimal select.bp5-intent-danger:active,.bp5-select.bp5-minimal select.bp5-intent-danger:active,.bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#8e292c}.bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled,.bp5-select.bp5-minimal select.bp5-intent-danger:disabled,.bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}.bp5-html-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head,.bp5-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger{color:#fa999c}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:hover,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover{background:rgba(205,66,70,.2);color:#fa999c}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active{background:rgba(205,66,70,.3);color:#ffa1a4}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active,.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,.bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active,.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active{background:rgba(205,66,70,.3)}.bp5-html-select.bp5-large select,.bp5-select.bp5-large select{font-size:16px;height:40px;padding-right:35px}.bp5-dark .bp5-html-select select,.bp5-dark .bp5-select select{background-color:#394b59;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833;color:#f6f7f9}.bp5-dark .bp5-html-select select:hover,.bp5-dark .bp5-select select:hover,.bp5-dark .bp5-html-select select:active,.bp5-dark .bp5-select select:active,.bp5-dark .bp5-html-select select.bp5-active,.bp5-dark .bp5-select select.bp5-active{color:#f6f7f9}.bp5-dark .bp5-html-select select:hover,.bp5-dark .bp5-select select:hover{background-color:#30404d;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-html-select select:active,.bp5-dark .bp5-select select:active,.bp5-dark .bp5-html-select select.bp5-active,.bp5-dark .bp5-select select.bp5-active{background-color:#1c2127;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-html-select select:disabled,.bp5-dark .bp5-select select:disabled,.bp5-dark .bp5-html-select select.bp5-disabled,.bp5-dark .bp5-select select.bp5-disabled{background-color:#394b5980;box-shadow:none;color:#abb3bf99}.bp5-dark .bp5-html-select select:disabled.bp5-active,.bp5-dark .bp5-select select:disabled.bp5-active,.bp5-dark .bp5-html-select select.bp5-disabled.bp5-active,.bp5-dark .bp5-select select.bp5-disabled.bp5-active{background:rgba(57,75,89,.7)}.bp5-dark .bp5-html-select select .bp5-button-spinner .bp5-spinner-head,.bp5-dark .bp5-select select .bp5-button-spinner .bp5-spinner-head{background:rgba(17,20,24,.5);stroke:#f6f7f9}.bp5-html-select select:disabled,.bp5-select select:disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed}.bp5-select:after,.bp5-html-select .bp5-icon,.bp5-select .bp5-icon{color:#5f6b7c;pointer-events:none;position:absolute;right:10px;top:7px}.bp5-disabled.bp5-select:after,.bp5-html-select .bp5-disabled.bp5-icon,.bp5-select .bp5-disabled.bp5-icon{color:#5f6b7c99}.bp5-html-select,.bp5-select{display:inline-block;letter-spacing:normal;position:relative;vertical-align:middle}.bp5-html-select .bp5-icon,.bp5-select .bp5-icon{color:#5f6b7c}.bp5-html-select .bp5-icon:hover,.bp5-select .bp5-icon:hover{color:#1c2127}.bp5-dark .bp5-html-select .bp5-icon,.bp5-dark .bp5-select .bp5-icon{color:#abb3bf}.bp5-dark .bp5-html-select .bp5-icon:hover,.bp5-dark .bp5-select .bp5-icon:hover{color:#f6f7f9}.bp5-html-select.bp5-large:after,.bp5-html-select.bp5-large .bp5-icon,.bp5-select.bp5-large:after,.bp5-select.bp5-large .bp5-icon{right:12px;top:12px}.bp5-html-select.bp5-fill,.bp5-html-select.bp5-fill select,.bp5-select.bp5-fill,.bp5-select.bp5-fill select{width:100%}.bp5-dark .bp5-html-select option,.bp5-dark .bp5-select option{background-color:#30404d;color:#f6f7f9}.bp5-dark .bp5-html-select option:disabled,.bp5-dark .bp5-select option:disabled{color:#abb3bf99}.bp5-dark .bp5-html-select:after,.bp5-dark .bp5-select:after{color:#abb3bf}.bp5-select:after{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:""}table.bp5-html-table,.bp5-running-text table{border-spacing:0;font-size:14px}table.bp5-html-table th,.bp5-running-text table th,table.bp5-html-table td,.bp5-running-text table td{padding:11px;text-align:left;vertical-align:top}table.bp5-html-table th,.bp5-running-text table th{color:#1c2127;font-weight:600}table.bp5-html-table td,.bp5-running-text table td{color:#1c2127}table.bp5-html-table tbody tr:first-child th,.bp5-running-text table tbody tr:first-child th,table.bp5-html-table tbody tr:first-child td,.bp5-running-text table tbody tr:first-child td,table.bp5-html-table tfoot tr:first-child th,.bp5-running-text table tfoot tr:first-child th,table.bp5-html-table tfoot tr:first-child td,.bp5-running-text table tfoot tr:first-child td{box-shadow:inset 0 1px #11141826}.bp5-dark table.bp5-html-table th,.bp5-dark .bp5-running-text table th,.bp5-running-text .bp5-dark table th,.bp5-dark table.bp5-html-table td,.bp5-dark .bp5-running-text table td,.bp5-running-text .bp5-dark table td{color:#f6f7f9}.bp5-dark table.bp5-html-table tbody tr:first-child th,.bp5-dark .bp5-running-text table tbody tr:first-child th,.bp5-running-text .bp5-dark table tbody tr:first-child th,.bp5-dark table.bp5-html-table tbody tr:first-child td,.bp5-dark .bp5-running-text table tbody tr:first-child td,.bp5-running-text .bp5-dark table tbody tr:first-child td,.bp5-dark table.bp5-html-table tfoot tr:first-child th,.bp5-dark .bp5-running-text table tfoot tr:first-child th,.bp5-running-text .bp5-dark table tfoot tr:first-child th,.bp5-dark table.bp5-html-table tfoot tr:first-child td,.bp5-dark .bp5-running-text table tfoot tr:first-child td,.bp5-running-text .bp5-dark table tfoot tr:first-child td{box-shadow:inset 0 1px #fff3}table.bp5-html-table.bp5-compact th,table.bp5-html-table.bp5-compact td{padding-bottom:6px;padding-top:6px}table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{background:rgba(246,247,249,.15)}table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){box-shadow:inset 1px 0 #11141826}@media (forced-colors: active) and (prefers-color-scheme: dark){table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){border-left:1px solid buttonborder}}table.bp5-html-table.bp5-html-table-bordered tbody tr td,table.bp5-html-table.bp5-html-table-bordered tfoot tr td{box-shadow:inset 0 1px #11141826}table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){box-shadow:inset 1px 1px #11141826}@media (forced-colors: active) and (prefers-color-scheme: dark){table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){border-left:1px solid buttonborder;border-top:1px solid buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){table.bp5-html-table.bp5-html-table-bordered tbody tr td,table.bp5-html-table.bp5-html-table-bordered tfoot tr td{border-top:1px solid buttonborder}}table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{box-shadow:none}table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:not(:first-child){box-shadow:inset 1px 0 #11141826}table.bp5-html-table.bp5-interactive tbody tr:hover td{background-color:#f6f7f94d;cursor:pointer}@media (forced-colors: active) and (prefers-color-scheme: dark){table.bp5-html-table.bp5-interactive tbody tr:hover td{background-color:highlight}}table.bp5-html-table.bp5-interactive tbody tr:active td{background-color:#f6f7f959}@media (forced-colors: active) and (prefers-color-scheme: dark){table.bp5-html-table.bp5-interactive tbody tr:active td{background-color:highlight}}.bp5-dark table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{background:rgba(95,107,124,.15)}.bp5-dark table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){box-shadow:inset 1px 0 #fff3}.bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td,.bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td{box-shadow:inset 0 1px #fff3}.bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),.bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){box-shadow:inset 1px 1px #fff3}.bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{box-shadow:inset 1px 0 #fff3}.bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:first-child{box-shadow:none}.bp5-dark table.bp5-html-table.bp5-interactive tbody tr:hover td{background-color:#5f6b7c4d;cursor:pointer}.bp5-dark table.bp5-html-table.bp5-interactive tbody tr:active td{background-color:#5f6b7c66}.bp5-key-combo{display:flex;flex-direction:row;align-items:center}.bp5-key-combo>*{flex-grow:0;flex-shrink:0}.bp5-key-combo>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-key-combo:before,.bp5-key-combo>*{margin-right:5px}.bp5-key-combo:empty:before,.bp5-key-combo>:last-child{margin-right:0}.bp5-hotkey-dialog{padding-bottom:0;top:40px}.bp5-hotkey-dialog .bp5-dialog-body{margin:0;padding:0}.bp5-hotkey-dialog .bp5-hotkey-label{flex-grow:1}.bp5-hotkey-column{margin:auto;max-height:80vh;overflow-y:auto;padding:30px}.bp5-hotkey-column .bp5-heading{margin-bottom:20px}.bp5-hotkey-column .bp5-heading:not(:first-child){margin-top:40px}.bp5-hotkey{align-items:center;display:flex;justify-content:space-between;margin-left:0;margin-right:0}.bp5-hotkey:not(:last-child){margin-bottom:10px}.bp5-icon{display:inline-block;flex:0 0 auto;vertical-align:text-bottom}.bp5-icon:not(:empty):before{content:""!important;content:unset!important}.bp5-icon>svg{display:block}.bp5-icon>svg:not([fill]){fill:currentcolor}.bp5-icon.bp5-icon-muted svg{fill-opacity:15%;overflow:visible}.bp5-icon.bp5-icon-muted svg path{stroke:#f6f7f9;stroke-opacity:50%;stroke-width:.5px}.bp5-dark .bp5-icon .bp5-icon-muted svg{fill-opacity:20%}span.bp5-icon-standard{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block}span.bp5-icon-large{font-family:blueprint-icons-20,sans-serif;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;height:20px;line-height:1;width:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block}span.bp5-icon:empty{font-family:blueprint-icons-20;font-size:inherit;font-style:normal;font-weight:400;line-height:1}span.bp5-icon:empty:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}span.bp5-icon:empty.bp5-icon-standard{font-size:16px}span.bp5-icon:empty.bp5-icon-large{font-size:20px}.bp5-icon-add:before{content:""}.bp5-icon-add-clip:before{content:""}.bp5-icon-add-column-left:before{content:""}.bp5-icon-add-column-right:before{content:""}.bp5-icon-add-location:before{content:""}.bp5-icon-add-row-bottom:before{content:""}.bp5-icon-add-row-top:before{content:""}.bp5-icon-add-to-artifact:before{content:""}.bp5-icon-add-to-folder:before{content:""}.bp5-icon-aimpoints-target:before{content:""}.bp5-icon-airplane:before{content:""}.bp5-icon-align-center:before{content:""}.bp5-icon-align-justify:before{content:""}.bp5-icon-align-left:before{content:""}.bp5-icon-align-right:before{content:""}.bp5-icon-alignment-bottom:before{content:""}.bp5-icon-alignment-horizontal-center:before{content:""}.bp5-icon-alignment-left:before{content:""}.bp5-icon-alignment-right:before{content:""}.bp5-icon-alignment-top:before{content:""}.bp5-icon-alignment-vertical-center:before{content:""}.bp5-icon-ammunition:before{content:""}.bp5-icon-anchor:before{content:""}.bp5-icon-annotation:before{content:""}.bp5-icon-antenna:before{content:""}.bp5-icon-app-header:before{content:""}.bp5-icon-application:before{content:""}.bp5-icon-applications:before{content:""}.bp5-icon-archive:before{content:""}.bp5-icon-area-of-interest:before{content:""}.bp5-icon-array:before{content:""}.bp5-icon-array-boolean:before{content:""}.bp5-icon-array-date:before{content:""}.bp5-icon-array-floating-point:before{content:""}.bp5-icon-array-numeric:before{content:""}.bp5-icon-array-string:before{content:""}.bp5-icon-array-timestamp:before{content:""}.bp5-icon-arrow-bottom-left:before{content:""}.bp5-icon-arrow-bottom-right:before{content:""}.bp5-icon-arrow-down:before{content:""}.bp5-icon-arrow-left:before{content:""}.bp5-icon-arrow-right:before{content:""}.bp5-icon-arrow-top-left:before{content:""}.bp5-icon-arrow-top-right:before{content:""}.bp5-icon-arrow-up:before{content:""}.bp5-icon-arrows-horizontal:before{content:""}.bp5-icon-arrows-vertical:before{content:""}.bp5-icon-asterisk:before{content:""}.bp5-icon-at:before{content:""}.bp5-icon-automatic-updates:before{content:""}.bp5-icon-axle:before{content:""}.bp5-icon-backlink:before{content:""}.bp5-icon-backward-ten:before{content:""}.bp5-icon-badge:before{content:""}.bp5-icon-ban-circle:before{content:""}.bp5-icon-bank-account:before{content:""}.bp5-icon-barcode:before{content:""}.bp5-icon-binary-number:before{content:""}.bp5-icon-blank:before{content:""}.bp5-icon-blocked-person:before{content:""}.bp5-icon-bold:before{content:""}.bp5-icon-book:before{content:""}.bp5-icon-bookmark:before{content:""}.bp5-icon-box:before{content:""}.bp5-icon-briefcase:before{content:""}.bp5-icon-bring-data:before{content:""}.bp5-icon-bring-forward:before{content:""}.bp5-icon-bug:before{content:""}.bp5-icon-buggy:before{content:""}.bp5-icon-build:before{content:""}.bp5-icon-bullseye:before{content:""}.bp5-icon-calculator:before{content:""}.bp5-icon-calendar:before{content:""}.bp5-icon-camera:before{content:""}.bp5-icon-caret-down:before{content:""}.bp5-icon-caret-left:before{content:""}.bp5-icon-caret-right:before{content:""}.bp5-icon-caret-up:before{content:""}.bp5-icon-cargo-ship:before{content:""}.bp5-icon-cell-tower:before{content:""}.bp5-icon-changes:before{content:""}.bp5-icon-chart:before{content:""}.bp5-icon-chat:before{content:""}.bp5-icon-chevron-backward:before{content:""}.bp5-icon-chevron-down:before{content:""}.bp5-icon-chevron-forward:before{content:""}.bp5-icon-chevron-left:before{content:""}.bp5-icon-chevron-right:before{content:""}.bp5-icon-chevron-up:before{content:""}.bp5-icon-circle:before{content:""}.bp5-icon-circle-arrow-down:before{content:""}.bp5-icon-circle-arrow-left:before{content:""}.bp5-icon-circle-arrow-right:before{content:""}.bp5-icon-circle-arrow-up:before{content:""}.bp5-icon-citation:before{content:""}.bp5-icon-clean:before{content:""}.bp5-icon-clip:before{content:""}.bp5-icon-clipboard:before{content:""}.bp5-icon-clipboard-file:before{content:""}.bp5-icon-cloud:before{content:""}.bp5-icon-cloud-download:before{content:""}.bp5-icon-cloud-server:before{content:""}.bp5-icon-cloud-tick:before{content:""}.bp5-icon-cloud-upload:before{content:""}.bp5-icon-code:before{content:""}.bp5-icon-code-block:before{content:""}.bp5-icon-cog:before{content:""}.bp5-icon-collapse-all:before{content:""}.bp5-icon-color-fill:before{content:""}.bp5-icon-column-layout:before{content:""}.bp5-icon-comment:before{content:""}.bp5-icon-comparison:before{content:""}.bp5-icon-compass:before{content:""}.bp5-icon-compressed:before{content:""}.bp5-icon-confirm:before{content:""}.bp5-icon-console:before{content:""}.bp5-icon-contrast:before{content:""}.bp5-icon-control:before{content:""}.bp5-icon-credit-card:before{content:""}.bp5-icon-crop:before{content:""}.bp5-icon-cross:before{content:""}.bp5-icon-cross-circle:before{content:""}.bp5-icon-crown:before{content:""}.bp5-icon-cube:before{content:""}.bp5-icon-cube-add:before{content:""}.bp5-icon-cube-remove:before{content:""}.bp5-icon-curly-braces:before{content:""}.bp5-icon-curved-range-chart:before{content:""}.bp5-icon-cut:before{content:""}.bp5-icon-cycle:before{content:""}.bp5-icon-dashboard:before{content:""}.bp5-icon-data-connection:before{content:""}.bp5-icon-data-lineage:before{content:""}.bp5-icon-database:before{content:""}.bp5-icon-delete:before{content:""}.bp5-icon-delta:before{content:""}.bp5-icon-derive-column:before{content:""}.bp5-icon-desktop:before{content:""}.bp5-icon-detection:before{content:""}.bp5-icon-diagnosis:before{content:""}.bp5-icon-diagram-tree:before{content:""}.bp5-icon-direction-left:before{content:""}.bp5-icon-direction-right:before{content:""}.bp5-icon-disable:before{content:""}.bp5-icon-divide:before{content:""}.bp5-icon-document:before{content:""}.bp5-icon-document-open:before{content:""}.bp5-icon-document-share:before{content:""}.bp5-icon-dollar:before{content:""}.bp5-icon-dot:before{content:""}.bp5-icon-double-caret-horizontal:before{content:""}.bp5-icon-double-caret-vertical:before{content:""}.bp5-icon-double-chevron-down:before{content:""}.bp5-icon-double-chevron-left:before{content:""}.bp5-icon-double-chevron-right:before{content:""}.bp5-icon-double-chevron-up:before{content:""}.bp5-icon-doughnut-chart:before{content:""}.bp5-icon-download:before{content:""}.bp5-icon-drag-handle-horizontal:before{content:""}.bp5-icon-drag-handle-vertical:before{content:""}.bp5-icon-draw:before{content:""}.bp5-icon-drawer-left:before{content:""}.bp5-icon-drawer-left-filled:before{content:""}.bp5-icon-drawer-right:before{content:""}.bp5-icon-drawer-right-filled:before{content:""}.bp5-icon-drive-time:before{content:""}.bp5-icon-duplicate:before{content:""}.bp5-icon-edit:before{content:""}.bp5-icon-eject:before{content:""}.bp5-icon-emoji:before{content:""}.bp5-icon-endnote:before{content:""}.bp5-icon-endorsed:before{content:""}.bp5-icon-envelope:before{content:""}.bp5-icon-equals:before{content:""}.bp5-icon-eraser:before{content:""}.bp5-icon-error:before{content:""}.bp5-icon-euro:before{content:""}.bp5-icon-exchange:before{content:""}.bp5-icon-exclude-row:before{content:""}.bp5-icon-expand-all:before{content:""}.bp5-icon-explain:before{content:""}.bp5-icon-export:before{content:""}.bp5-icon-eye-off:before{content:""}.bp5-icon-eye-on:before{content:""}.bp5-icon-eye-open:before{content:""}.bp5-icon-fast-backward:before{content:""}.bp5-icon-fast-forward:before{content:""}.bp5-icon-feed:before{content:""}.bp5-icon-feed-subscribed:before{content:""}.bp5-icon-film:before{content:""}.bp5-icon-filter:before{content:""}.bp5-icon-filter-keep:before{content:""}.bp5-icon-filter-list:before{content:""}.bp5-icon-filter-open:before{content:""}.bp5-icon-filter-remove:before{content:""}.bp5-icon-flag:before{content:""}.bp5-icon-flame:before{content:""}.bp5-icon-flash:before{content:""}.bp5-icon-floating-point:before{content:""}.bp5-icon-floppy-disk:before{content:""}.bp5-icon-flow-branch:before{content:""}.bp5-icon-flow-end:before{content:""}.bp5-icon-flow-linear:before{content:""}.bp5-icon-flow-review:before{content:""}.bp5-icon-flow-review-branch:before{content:""}.bp5-icon-flows:before{content:""}.bp5-icon-folder-close:before{content:""}.bp5-icon-folder-new:before{content:""}.bp5-icon-folder-open:before{content:""}.bp5-icon-folder-shared:before{content:""}.bp5-icon-folder-shared-open:before{content:""}.bp5-icon-follower:before{content:""}.bp5-icon-following:before{content:""}.bp5-icon-font:before{content:""}.bp5-icon-fork:before{content:""}.bp5-icon-form:before{content:""}.bp5-icon-forward-ten:before{content:""}.bp5-icon-fuel:before{content:""}.bp5-icon-full-circle:before{content:""}.bp5-icon-full-stacked-chart:before{content:""}.bp5-icon-fullscreen:before{content:""}.bp5-icon-function:before{content:""}.bp5-icon-gantt-chart:before{content:""}.bp5-icon-generate:before{content:""}.bp5-icon-geofence:before{content:""}.bp5-icon-geolocation:before{content:""}.bp5-icon-geosearch:before{content:""}.bp5-icon-geotime:before{content:""}.bp5-icon-git-branch:before{content:""}.bp5-icon-git-commit:before{content:""}.bp5-icon-git-merge:before{content:""}.bp5-icon-git-new-branch:before{content:""}.bp5-icon-git-pull:before{content:""}.bp5-icon-git-push:before{content:""}.bp5-icon-git-repo:before{content:""}.bp5-icon-glass:before{content:""}.bp5-icon-globe:before{content:""}.bp5-icon-globe-network:before{content:""}.bp5-icon-graph:before{content:""}.bp5-icon-graph-remove:before{content:""}.bp5-icon-greater-than:before{content:""}.bp5-icon-greater-than-or-equal-to:before{content:""}.bp5-icon-grid:before{content:""}.bp5-icon-grid-view:before{content:""}.bp5-icon-group-item:before{content:""}.bp5-icon-group-objects:before{content:""}.bp5-icon-grouped-bar-chart:before{content:""}.bp5-icon-hand:before{content:""}.bp5-icon-hand-down:before{content:""}.bp5-icon-hand-left:before{content:""}.bp5-icon-hand-right:before{content:""}.bp5-icon-hand-up:before{content:""}.bp5-icon-hat:before{content:""}.bp5-icon-header:before{content:""}.bp5-icon-header-one:before{content:""}.bp5-icon-header-three:before{content:""}.bp5-icon-header-two:before{content:""}.bp5-icon-headset:before{content:""}.bp5-icon-heart:before{content:""}.bp5-icon-heart-broken:before{content:""}.bp5-icon-heat-grid:before{content:""}.bp5-icon-heatmap:before{content:""}.bp5-icon-helicopter:before{content:""}.bp5-icon-help:before{content:""}.bp5-icon-helper-management:before{content:""}.bp5-icon-high-priority:before{content:""}.bp5-icon-high-voltage-pole:before{content:""}.bp5-icon-highlight:before{content:""}.bp5-icon-history:before{content:""}.bp5-icon-home:before{content:""}.bp5-icon-horizontal-bar-chart:before{content:""}.bp5-icon-horizontal-bar-chart-asc:before{content:""}.bp5-icon-horizontal-bar-chart-desc:before{content:""}.bp5-icon-horizontal-distribution:before{content:""}.bp5-icon-horizontal-inbetween:before{content:""}.bp5-icon-hurricane:before{content:""}.bp5-icon-id-number:before{content:""}.bp5-icon-image-rotate-left:before{content:""}.bp5-icon-image-rotate-right:before{content:""}.bp5-icon-import:before{content:""}.bp5-icon-inbox:before{content:""}.bp5-icon-inbox-filtered:before{content:""}.bp5-icon-inbox-geo:before{content:""}.bp5-icon-inbox-search:before{content:""}.bp5-icon-inbox-update:before{content:""}.bp5-icon-info-sign:before{content:""}.bp5-icon-inheritance:before{content:""}.bp5-icon-inherited-group:before{content:""}.bp5-icon-inner-join:before{content:""}.bp5-icon-input:before{content:""}.bp5-icon-insert:before{content:""}.bp5-icon-intelligence:before{content:""}.bp5-icon-intersection:before{content:""}.bp5-icon-ip-address:before{content:""}.bp5-icon-issue:before{content:""}.bp5-icon-issue-closed:before{content:""}.bp5-icon-issue-new:before{content:""}.bp5-icon-italic:before{content:""}.bp5-icon-join-table:before{content:""}.bp5-icon-key:before{content:""}.bp5-icon-key-backspace:before{content:""}.bp5-icon-key-command:before{content:""}.bp5-icon-key-control:before{content:""}.bp5-icon-key-delete:before{content:""}.bp5-icon-key-enter:before{content:""}.bp5-icon-key-escape:before{content:""}.bp5-icon-key-option:before{content:""}.bp5-icon-key-shift:before{content:""}.bp5-icon-key-tab:before{content:""}.bp5-icon-known-vehicle:before{content:""}.bp5-icon-lab-test:before{content:""}.bp5-icon-label:before{content:""}.bp5-icon-layer:before{content:""}.bp5-icon-layer-outline:before{content:""}.bp5-icon-layers:before{content:""}.bp5-icon-layout:before{content:""}.bp5-icon-layout-auto:before{content:""}.bp5-icon-layout-balloon:before{content:""}.bp5-icon-layout-circle:before{content:""}.bp5-icon-layout-grid:before{content:""}.bp5-icon-layout-group-by:before{content:""}.bp5-icon-layout-hierarchy:before{content:""}.bp5-icon-layout-linear:before{content:""}.bp5-icon-layout-skew-grid:before{content:""}.bp5-icon-layout-sorted-clusters:before{content:""}.bp5-icon-learning:before{content:""}.bp5-icon-left-join:before{content:""}.bp5-icon-lengthen-text:before{content:""}.bp5-icon-less-than:before{content:""}.bp5-icon-less-than-or-equal-to:before{content:""}.bp5-icon-lifesaver:before{content:""}.bp5-icon-lightbulb:before{content:""}.bp5-icon-lightning:before{content:""}.bp5-icon-link:before{content:""}.bp5-icon-list:before{content:""}.bp5-icon-list-columns:before{content:""}.bp5-icon-list-detail-view:before{content:""}.bp5-icon-locate:before{content:""}.bp5-icon-lock:before{content:""}.bp5-icon-locomotive:before{content:""}.bp5-icon-log-in:before{content:""}.bp5-icon-log-out:before{content:""}.bp5-icon-low-voltage-pole:before{content:""}.bp5-icon-manual:before{content:""}.bp5-icon-manually-entered-data:before{content:""}.bp5-icon-many-to-many:before{content:""}.bp5-icon-many-to-one:before{content:""}.bp5-icon-map:before{content:""}.bp5-icon-map-create:before{content:""}.bp5-icon-map-marker:before{content:""}.bp5-icon-maximize:before{content:""}.bp5-icon-media:before{content:""}.bp5-icon-menu:before{content:""}.bp5-icon-menu-closed:before{content:""}.bp5-icon-menu-open:before{content:""}.bp5-icon-merge-columns:before{content:""}.bp5-icon-merge-links:before{content:""}.bp5-icon-microphone:before{content:""}.bp5-icon-minimize:before{content:""}.bp5-icon-minus:before{content:""}.bp5-icon-mobile-phone:before{content:""}.bp5-icon-mobile-video:before{content:""}.bp5-icon-modal:before{content:""}.bp5-icon-modal-filled:before{content:""}.bp5-icon-model:before{content:""}.bp5-icon-moon:before{content:""}.bp5-icon-more:before{content:""}.bp5-icon-mountain:before{content:""}.bp5-icon-move:before{content:""}.bp5-icon-mugshot:before{content:""}.bp5-icon-multi-select:before{content:""}.bp5-icon-music:before{content:""}.bp5-icon-nest:before{content:""}.bp5-icon-new-drawing:before{content:""}.bp5-icon-new-grid-item:before{content:""}.bp5-icon-new-layer:before{content:""}.bp5-icon-new-layers:before{content:""}.bp5-icon-new-link:before{content:""}.bp5-icon-new-object:before{content:""}.bp5-icon-new-person:before{content:""}.bp5-icon-new-prescription:before{content:""}.bp5-icon-new-shield:before{content:""}.bp5-icon-new-text-box:before{content:""}.bp5-icon-ninja:before{content:""}.bp5-icon-not-equal-to:before{content:""}.bp5-icon-notifications:before{content:""}.bp5-icon-notifications-snooze:before{content:""}.bp5-icon-notifications-updated:before{content:""}.bp5-icon-numbered-list:before{content:""}.bp5-icon-numerical:before{content:""}.bp5-icon-office:before{content:""}.bp5-icon-offline:before{content:""}.bp5-icon-oil-field:before{content:""}.bp5-icon-one-column:before{content:""}.bp5-icon-one-to-many:before{content:""}.bp5-icon-one-to-one:before{content:""}.bp5-icon-open-application:before{content:""}.bp5-icon-outdated:before{content:""}.bp5-icon-page-layout:before{content:""}.bp5-icon-panel-stats:before{content:""}.bp5-icon-panel-table:before{content:""}.bp5-icon-paperclip:before{content:""}.bp5-icon-paragraph:before{content:""}.bp5-icon-paste-variable:before{content:""}.bp5-icon-path:before{content:""}.bp5-icon-path-search:before{content:""}.bp5-icon-pause:before{content:""}.bp5-icon-people:before{content:""}.bp5-icon-percentage:before{content:""}.bp5-icon-person:before{content:""}.bp5-icon-phone:before{content:""}.bp5-icon-phone-call:before{content:""}.bp5-icon-phone-forward:before{content:""}.bp5-icon-pie-chart:before{content:""}.bp5-icon-pin:before{content:""}.bp5-icon-pivot:before{content:""}.bp5-icon-pivot-table:before{content:""}.bp5-icon-play:before{content:""}.bp5-icon-playbook:before{content:""}.bp5-icon-plus:before{content:""}.bp5-icon-polygon-filter:before{content:""}.bp5-icon-power:before{content:""}.bp5-icon-predictive-analysis:before{content:""}.bp5-icon-prescription:before{content:""}.bp5-icon-presentation:before{content:""}.bp5-icon-print:before{content:""}.bp5-icon-projects:before{content:""}.bp5-icon-properties:before{content:""}.bp5-icon-property:before{content:""}.bp5-icon-publish-function:before{content:""}.bp5-icon-pulse:before{content:""}.bp5-icon-rain:before{content:""}.bp5-icon-random:before{content:""}.bp5-icon-record:before{content:""}.bp5-icon-rect-height:before{content:""}.bp5-icon-rect-width:before{content:""}.bp5-icon-rectangle:before{content:""}.bp5-icon-redo:before{content:""}.bp5-icon-refresh:before{content:""}.bp5-icon-regex:before{content:""}.bp5-icon-regression-chart:before{content:""}.bp5-icon-remove:before{content:""}.bp5-icon-remove-column:before{content:""}.bp5-icon-remove-column-left:before{content:""}.bp5-icon-remove-column-right:before{content:""}.bp5-icon-remove-row-bottom:before{content:""}.bp5-icon-remove-row-top:before{content:""}.bp5-icon-repeat:before{content:""}.bp5-icon-reset:before{content:""}.bp5-icon-resolve:before{content:""}.bp5-icon-rig:before{content:""}.bp5-icon-right-join:before{content:""}.bp5-icon-ring:before{content:""}.bp5-icon-rocket:before{content:""}.bp5-icon-rocket-slant:before{content:""}.bp5-icon-rotate-document:before{content:""}.bp5-icon-rotate-page:before{content:""}.bp5-icon-route:before{content:""}.bp5-icon-satellite:before{content:""}.bp5-icon-saved:before{content:""}.bp5-icon-scatter-plot:before{content:""}.bp5-icon-search:before{content:""}.bp5-icon-search-around:before{content:""}.bp5-icon-search-template:before{content:""}.bp5-icon-search-text:before{content:""}.bp5-icon-segmented-control:before{content:""}.bp5-icon-select:before{content:""}.bp5-icon-selection:before{content:""}.bp5-icon-send-backward:before{content:""}.bp5-icon-send-message:before{content:""}.bp5-icon-send-to:before{content:""}.bp5-icon-send-to-graph:before{content:""}.bp5-icon-send-to-map:before{content:""}.bp5-icon-sensor:before{content:""}.bp5-icon-series-add:before{content:""}.bp5-icon-series-configuration:before{content:""}.bp5-icon-series-derived:before{content:""}.bp5-icon-series-filtered:before{content:""}.bp5-icon-series-search:before{content:""}.bp5-icon-settings:before{content:""}.bp5-icon-shapes:before{content:""}.bp5-icon-share:before{content:""}.bp5-icon-shared-filter:before{content:""}.bp5-icon-shield:before{content:""}.bp5-icon-ship:before{content:""}.bp5-icon-shop:before{content:""}.bp5-icon-shopping-cart:before{content:""}.bp5-icon-shorten-text:before{content:""}.bp5-icon-signal-search:before{content:""}.bp5-icon-sim-card:before{content:""}.bp5-icon-slash:before{content:""}.bp5-icon-small-cross:before{content:""}.bp5-icon-small-info-sign:before{content:""}.bp5-icon-small-minus:before{content:""}.bp5-icon-small-plus:before{content:""}.bp5-icon-small-square:before{content:""}.bp5-icon-small-tick:before{content:""}.bp5-icon-snowflake:before{content:""}.bp5-icon-soccer-ball:before{content:""}.bp5-icon-social-media:before{content:""}.bp5-icon-sort:before{content:""}.bp5-icon-sort-alphabetical:before{content:""}.bp5-icon-sort-alphabetical-desc:before{content:""}.bp5-icon-sort-asc:before{content:""}.bp5-icon-sort-desc:before{content:""}.bp5-icon-sort-numerical:before{content:""}.bp5-icon-sort-numerical-desc:before{content:""}.bp5-icon-spell-check:before{content:""}.bp5-icon-split-columns:before{content:""}.bp5-icon-sports-stadium:before{content:""}.bp5-icon-square:before{content:""}.bp5-icon-stacked-chart:before{content:""}.bp5-icon-stadium-geometry:before{content:""}.bp5-icon-star:before{content:""}.bp5-icon-star-empty:before{content:""}.bp5-icon-step-backward:before{content:""}.bp5-icon-step-chart:before{content:""}.bp5-icon-step-forward:before{content:""}.bp5-icon-stop:before{content:""}.bp5-icon-stopwatch:before{content:""}.bp5-icon-strikethrough:before{content:""}.bp5-icon-style:before{content:""}.bp5-icon-subscript:before{content:""}.bp5-icon-superscript:before{content:""}.bp5-icon-swap-horizontal:before{content:""}.bp5-icon-swap-vertical:before{content:""}.bp5-icon-switch:before{content:""}.bp5-icon-symbol-circle:before{content:""}.bp5-icon-symbol-cross:before{content:""}.bp5-icon-symbol-diamond:before{content:""}.bp5-icon-symbol-rectangle:before{content:""}.bp5-icon-symbol-square:before{content:""}.bp5-icon-symbol-triangle-down:before{content:""}.bp5-icon-symbol-triangle-up:before{content:""}.bp5-icon-syringe:before{content:""}.bp5-icon-tag:before{content:""}.bp5-icon-take-action:before{content:""}.bp5-icon-tank:before{content:""}.bp5-icon-target:before{content:""}.bp5-icon-taxi:before{content:""}.bp5-icon-team:before{content:""}.bp5-icon-temperature:before{content:""}.bp5-icon-text-highlight:before{content:""}.bp5-icon-th:before{content:""}.bp5-icon-th-derived:before{content:""}.bp5-icon-th-disconnect:before{content:""}.bp5-icon-th-filtered:before{content:""}.bp5-icon-th-list:before{content:""}.bp5-icon-third-party:before{content:""}.bp5-icon-thumbs-down:before{content:""}.bp5-icon-thumbs-up:before{content:""}.bp5-icon-tick:before{content:""}.bp5-icon-tick-circle:before{content:""}.bp5-icon-time:before{content:""}.bp5-icon-timeline-area-chart:before{content:""}.bp5-icon-timeline-bar-chart:before{content:""}.bp5-icon-timeline-events:before{content:""}.bp5-icon-timeline-line-chart:before{content:""}.bp5-icon-tint:before{content:""}.bp5-icon-torch:before{content:""}.bp5-icon-tractor:before{content:""}.bp5-icon-train:before{content:""}.bp5-icon-translate:before{content:""}.bp5-icon-trash:before{content:""}.bp5-icon-tree:before{content:""}.bp5-icon-trending-down:before{content:""}.bp5-icon-trending-up:before{content:""}.bp5-icon-trophy:before{content:""}.bp5-icon-truck:before{content:""}.bp5-icon-two-columns:before{content:""}.bp5-icon-unarchive:before{content:""}.bp5-icon-underline:before{content:""}.bp5-icon-undo:before{content:""}.bp5-icon-ungroup-objects:before{content:""}.bp5-icon-unknown-vehicle:before{content:""}.bp5-icon-unlink:before{content:""}.bp5-icon-unlock:before{content:""}.bp5-icon-unpin:before{content:""}.bp5-icon-unresolve:before{content:""}.bp5-icon-updated:before{content:""}.bp5-icon-upload:before{content:""}.bp5-icon-user:before{content:""}.bp5-icon-variable:before{content:""}.bp5-icon-vertical-bar-chart-asc:before{content:""}.bp5-icon-vertical-bar-chart-desc:before{content:""}.bp5-icon-vertical-distribution:before{content:""}.bp5-icon-vertical-inbetween:before{content:""}.bp5-icon-video:before{content:""}.bp5-icon-virus:before{content:""}.bp5-icon-volume-down:before{content:""}.bp5-icon-volume-off:before{content:""}.bp5-icon-volume-up:before{content:""}.bp5-icon-walk:before{content:""}.bp5-icon-warning-sign:before{content:""}.bp5-icon-waterfall-chart:before{content:""}.bp5-icon-waves:before{content:""}.bp5-icon-widget:before{content:""}.bp5-icon-widget-button:before{content:""}.bp5-icon-widget-footer:before{content:""}.bp5-icon-widget-header:before{content:""}.bp5-icon-wind:before{content:""}.bp5-icon-wrench:before{content:""}.bp5-icon-zoom-in:before{content:""}.bp5-icon-zoom-out:before{content:""}.bp5-icon-zoom-to-fit:before{content:""}.bp5-submenu>.bp5-popover-wrapper{display:block}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]){background-color:#f6f7f926;color:inherit;cursor:pointer;text-decoration:none}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]){color:inherit}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]) .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]) .bp5-submenu-icon{color:#abb3bf}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:#137cbd1a;color:#106ba3}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-label,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-label,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-label{color:inherit}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{color:#106ba3}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{background-color:#2385511a;color:#1c6e42}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{color:inherit}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{background-color:#c876191a;color:#935610}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{background-color:#cd42461a;color:#ac2f33}.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger:before,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:highlight}}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:#137cbd33;color:#8abbff}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{color:#8abbff}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{background-color:#23855133;color:#72ca9b}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{color:inherit}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{background-color:#c8761933;color:#fbb360}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{background-color:#cd424633;color:#fa999c}.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger:before,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:highlight}}.bp5-menu{background:#ffffff;border-radius:2px;color:#1c2127;list-style:none;margin:0;min-width:180px;padding:5px;text-align:left}.bp5-menu-divider{border-top:1px solid rgba(17,20,24,.15);display:block;margin:5px -5px}.bp5-dark .bp5-menu-divider{border-top-color:#fff3}.bp5-menu-item{display:flex;flex-direction:row;align-items:flex-start;border-radius:2px;color:inherit;line-height:20px;padding:5px 7px;text-decoration:none;-webkit-user-select:none;user-select:none}.bp5-menu-item>*{flex-grow:0;flex-shrink:0}.bp5-menu-item>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-menu-item:before,.bp5-menu-item>*{margin-right:7px}.bp5-menu-item:empty:before,.bp5-menu-item>:last-child{margin-right:0}.bp5-menu-item>.bp5-fill{word-break:break-word}.bp5-menu-item .bp5-menu-item-icon{display:flex;flex-direction:column;height:20px;justify-content:center}.bp5-menu-item .bp5-menu-item-label{color:#5f6b7c}.bp5-menu-item:before,.bp5-menu-item .bp5-menu-item-icon,.bp5-menu-item .bp5-menu-item-selected-icon,.bp5-menu-item .bp5-submenu-icon{color:#5f6b7c}.bp5-menu-item:before,.bp5-menu-item .bp5-submenu-icon{margin-top:2px}.bp5-menu-item:hover{background-color:#f6f7f926;color:inherit;cursor:pointer;text-decoration:none}.bp5-menu-item:active{background-color:#f6f7f94d}.bp5-menu-item:active .bp5-menu-item-label{color:#1c2127}.bp5-menu-item.bp5-active{background-color:#137cbd1a;color:#106ba3}.bp5-menu-item.bp5-active .bp5-menu-item-label{color:inherit}.bp5-menu-item.bp5-active:before,.bp5-menu-item.bp5-active .bp5-menu-item-icon,.bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,.bp5-menu-item.bp5-active .bp5-submenu-icon{color:#106ba3}.bp5-menu-item.bp5-active.bp5-intent-success{background-color:#2385511a;color:#1c6e42}.bp5-menu-item.bp5-active.bp5-intent-success:before,.bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,.bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{color:inherit}.bp5-menu-item.bp5-active.bp5-intent-warning{background-color:#c876191a;color:#935610}.bp5-menu-item.bp5-active.bp5-intent-warning:before,.bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,.bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.bp5-menu-item.bp5-active.bp5-intent-danger{background-color:#cd42461a;color:#ac2f33}.bp5-menu-item.bp5-active.bp5-intent-danger:before,.bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,.bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-menu-item.bp5-active{background-color:highlight}}.bp5-menu-item.bp5-menu-item-is-selectable{padding-left:20px}.bp5-menu-item.bp5-menu-item-is-selectable.bp5-selected{padding-left:0}.bp5-menu-item.bp5-menu-item-is-selectable .bp5-menu-item-selected-icon{align-self:center;margin:0 2px}.bp5-menu-item.bp5-disabled{background-color:inherit!important;color:#5f6b7c99!important;cursor:not-allowed!important;outline:none!important}.bp5-menu-item.bp5-disabled:before,.bp5-menu-item.bp5-disabled .bp5-menu-item-icon,.bp5-menu-item.bp5-disabled .bp5-submenu-icon{color:#5f6b7c99!important}.bp5-menu-item.bp5-disabled .bp5-menu-item-label{color:#5f6b7c99!important}.bp5-menu-item.bp5-intent-primary{color:#106ba3}.bp5-menu-item.bp5-intent-primary:before,.bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,.bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,.bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,.bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{color:inherit}.bp5-menu-item.bp5-intent-primary:hover{background-color:#137cbd1a}.bp5-menu-item.bp5-intent-primary:active,.bp5-menu-item.bp5-intent-primary.bp5-active{background-color:#137cbd33;color:#184a90}.bp5-menu-item.bp5-intent-success{color:#1c6e42}.bp5-menu-item.bp5-intent-success:before,.bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,.bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,.bp5-menu-item.bp5-intent-success .bp5-submenu-icon,.bp5-menu-item.bp5-intent-success .bp5-menu-item-label{color:inherit}.bp5-menu-item.bp5-intent-success:hover{background-color:#2385511a}.bp5-menu-item.bp5-intent-success:active,.bp5-menu-item.bp5-intent-success.bp5-active{background-color:#23855133;color:#165a36}.bp5-menu-item.bp5-intent-warning{color:#935610}.bp5-menu-item.bp5-intent-warning:before,.bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,.bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,.bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,.bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{color:inherit}.bp5-menu-item.bp5-intent-warning:hover{background-color:#c876191a}.bp5-menu-item.bp5-intent-warning:active,.bp5-menu-item.bp5-intent-warning.bp5-active{background-color:#c8761933;color:#77450d}.bp5-menu-item.bp5-intent-danger{color:#ac2f33}.bp5-menu-item.bp5-intent-danger:before,.bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,.bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,.bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,.bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{color:inherit}.bp5-menu-item.bp5-intent-danger:hover{background-color:#cd42461a}.bp5-menu-item.bp5-intent-danger:active,.bp5-menu-item.bp5-intent-danger.bp5-active{background-color:#cd424633;color:#8e292c}.bp5-menu-item:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:7px}.bp5-large .bp5-menu-item{font-size:16px;line-height:22px;padding-bottom:9px;padding-top:9px}.bp5-large .bp5-menu-item .bp5-menu-item-icon{height:22px}.bp5-large .bp5-menu-item:before,.bp5-large .bp5-menu-item .bp5-submenu-icon{margin-top:3px}.bp5-large .bp5-menu-item:before{font-family:blueprint-icons-20,sans-serif;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;height:20px;line-height:1;width:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:10px}.bp5-small .bp5-menu-item{padding-bottom:2px;padding-top:2px}button.bp5-menu-item{background:none;border:none;text-align:left;width:100%}.bp5-menu-header{border-top:1px solid rgba(17,20,24,.15);display:block;margin:5px -5px;cursor:default;padding-left:2px}.bp5-dark .bp5-menu-header{border-top-color:#fff3}.bp5-menu-header:first-of-type{border-top:none}.bp5-menu-header>h6{color:#1c2127;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;line-height:17px;margin:0;padding:10px 7px 0 6px}.bp5-menu-header>h6.bp5-text-muted{color:#5f6b7c}.bp5-dark .bp5-menu-header>h6.bp5-text-muted{color:#abb3bf}.bp5-menu-header:first-of-type>h6{padding-top:0}.bp5-large .bp5-menu-header>h6{font-size:18px;padding-bottom:5px;padding-top:15px}.bp5-large .bp5-menu-header:first-of-type>h6{padding-top:0}.bp5-dark .bp5-menu{background:#30404d;color:#f6f7f9}.bp5-dark .bp5-menu-item{color:inherit}.bp5-dark .bp5-menu-item .bp5-menu-item-label{color:#abb3bf}.bp5-dark .bp5-menu-item:before,.bp5-dark .bp5-menu-item .bp5-menu-item-icon,.bp5-dark .bp5-menu-item .bp5-menu-item-selected-icon,.bp5-dark .bp5-menu-item .bp5-submenu-icon{color:#abb3bf}.bp5-dark .bp5-menu-item:hover{color:inherit}.bp5-dark .bp5-menu-item:hover .bp5-menu-item-icon,.bp5-dark .bp5-menu-item:hover .bp5-submenu-icon{color:#abb3bf}.bp5-dark .bp5-menu-item:active{background-color:#f6f7f94d}.bp5-dark .bp5-menu-item:active .bp5-menu-item-label{color:#f6f7f9}.bp5-dark .bp5-menu-item.bp5-active{background-color:#137cbd33;color:#8abbff}.bp5-dark .bp5-menu-item.bp5-active:before,.bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,.bp5-dark .bp5-menu-item.bp5-active .bp5-submenu-icon{color:#8abbff}.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success{background-color:#23855133;color:#72ca9b}.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success:before,.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{color:inherit}.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning{background-color:#c8761933;color:#fbb360}.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning:before,.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger{background-color:#cd424633;color:#fa999c}.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger:before,.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-menu-item.bp5-active{background-color:highlight}}.bp5-dark .bp5-menu-item.bp5-disabled{color:#abb3bf99!important}.bp5-dark .bp5-menu-item.bp5-disabled:before,.bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-disabled .bp5-submenu-icon{color:#abb3bf99!important}.bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-label{color:#abb3bf99!important}.bp5-dark .bp5-menu-item.bp5-intent-primary{color:#8abbff}.bp5-dark .bp5-menu-item.bp5-intent-primary:before,.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{color:inherit}.bp5-dark .bp5-menu-item.bp5-intent-primary:hover{background-color:#137cbd33}.bp5-dark .bp5-menu-item.bp5-intent-primary:active,.bp5-dark .bp5-menu-item.bp5-intent-primary.bp5-active{background-color:#137cbd4d;color:#99c4ff}.bp5-dark .bp5-menu-item.bp5-intent-success{color:#72ca9b}.bp5-dark .bp5-menu-item.bp5-intent-success:before,.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-submenu-icon,.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-label{color:inherit}.bp5-dark .bp5-menu-item.bp5-intent-success:hover{background-color:#23855133}.bp5-dark .bp5-menu-item.bp5-intent-success:active,.bp5-dark .bp5-menu-item.bp5-intent-success.bp5-active{background-color:#2385514d;color:#7cd7a2}.bp5-dark .bp5-menu-item.bp5-intent-warning{color:#fbb360}.bp5-dark .bp5-menu-item.bp5-intent-warning:before,.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{color:inherit}.bp5-dark .bp5-menu-item.bp5-intent-warning:hover{background-color:#c8761933}.bp5-dark .bp5-menu-item.bp5-intent-warning:active,.bp5-dark .bp5-menu-item.bp5-intent-warning.bp5-active{background-color:#c876194d;color:#f5c186}.bp5-dark .bp5-menu-item.bp5-intent-danger{color:#fa999c}.bp5-dark .bp5-menu-item.bp5-intent-danger:before,.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{color:inherit}.bp5-dark .bp5-menu-item.bp5-intent-danger:hover{background-color:#cd424633}.bp5-dark .bp5-menu-item.bp5-intent-danger:active,.bp5-dark .bp5-menu-item.bp5-intent-danger.bp5-active{background-color:#cd42464d;color:#ffa1a4}.bp5-dark .bp5-menu-divider,.bp5-dark .bp5-menu-header{border-color:#fff3}.bp5-dark .bp5-menu-header>h6{color:#f6f7f9}.bp5-label .bp5-menu{margin-top:5px}.bp5-navbar{background-color:#fff;box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;height:50px;padding:0 15px;position:relative;width:100%;z-index:10}.bp5-navbar.bp5-dark,.bp5-dark .bp5-navbar{background-color:#30404d}.bp5-navbar.bp5-dark{box-shadow:inset inset 0 0 0 1px #fff3,0 1px 1px #11141866}.bp5-dark .bp5-navbar{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866}.bp5-navbar.bp5-fixed-top{left:0;position:fixed;right:0;top:0}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-navbar{border:1px solid buttonborder}}.bp5-navbar-heading{font-size:16px;margin-right:15px}.bp5-navbar-group{align-items:center;display:flex;height:50px}.bp5-navbar-group.bp5-align-left{float:left}.bp5-navbar-group.bp5-align-right{float:right}.bp5-navbar-divider{border-left:1px solid rgba(17,20,24,.15);height:20px;margin:0 10px}.bp5-dark .bp5-navbar-divider{border-left-color:#fff3}.bp5-non-ideal-state{display:flex;flex-direction:column;align-items:center;color:#5f6b7c;height:100%;justify-content:center;text-align:center;width:100%}.bp5-non-ideal-state>*{flex-grow:0;flex-shrink:0}.bp5-non-ideal-state>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-non-ideal-state:before,.bp5-non-ideal-state>*{margin-bottom:20px}.bp5-non-ideal-state:empty:before,.bp5-non-ideal-state>:last-child{margin-bottom:0}.bp5-non-ideal-state>*{max-width:400px}.bp5-non-ideal-state .bp5-heading{color:#5f6b7c;line-height:20px;margin-bottom:10px}.bp5-non-ideal-state .bp5-heading:only-child{margin-bottom:0}.bp5-non-ideal-state.bp5-non-ideal-state-horizontal{display:flex;flex-direction:row;text-align:left}.bp5-non-ideal-state.bp5-non-ideal-state-horizontal>*{flex-grow:0;flex-shrink:0}.bp5-non-ideal-state.bp5-non-ideal-state-horizontal>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-non-ideal-state.bp5-non-ideal-state-horizontal:before,.bp5-non-ideal-state.bp5-non-ideal-state-horizontal>*{margin-right:20px}.bp5-non-ideal-state.bp5-non-ideal-state-horizontal:empty:before,.bp5-non-ideal-state.bp5-non-ideal-state-horizontal>:last-child{margin-right:0}.bp5-non-ideal-state.bp5-non-ideal-state-horizontal>*{margin-bottom:0}.bp5-dark .bp5-non-ideal-state,.bp5-dark .bp5-non-ideal-state .bp5-heading{color:#abb3bf}.bp5-non-ideal-state-visual{color:#f6f7f9}.bp5-overflow-list{display:flex;flex-wrap:nowrap;min-width:0}.bp5-overflow-list-spacer{flex-shrink:1;width:1px}body.bp5-overlay-open{overflow:hidden}.bp5-overlay{bottom:0;left:0;position:static;right:0;top:0;z-index:20}.bp5-overlay:not(.bp5-overlay-open){pointer-events:none}.bp5-overlay.bp5-overlay-container{overflow:hidden;position:fixed}.bp5-overlay.bp5-overlay-container.bp5-overlay-inline{position:absolute}.bp5-overlay.bp5-overlay-scroll-container{overflow:auto;position:fixed}.bp5-overlay.bp5-overlay-scroll-container.bp5-overlay-inline{position:absolute}.bp5-overlay.bp5-overlay-inline{display:inline;overflow:visible}.bp5-overlay-content{position:fixed;z-index:20}.bp5-overlay-inline .bp5-overlay-content,.bp5-overlay-scroll-container .bp5-overlay-content{position:absolute}.bp5-overlay-backdrop{bottom:0;left:0;position:fixed;right:0;top:0;opacity:1;background-color:#111418b3;overflow:auto;-webkit-user-select:none;user-select:none;z-index:20}.bp5-overlay-backdrop.bp5-overlay-enter,.bp5-overlay-backdrop.bp5-overlay-appear{opacity:0}.bp5-overlay-backdrop.bp5-overlay-enter-active,.bp5-overlay-backdrop.bp5-overlay-appear-active{opacity:1;transition-delay:0;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-overlay-backdrop.bp5-overlay-exit{opacity:1}.bp5-overlay-backdrop.bp5-overlay-exit-active{opacity:0;transition-delay:0;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-overlay-backdrop:focus{outline:none}.bp5-overlay-inline .bp5-overlay-backdrop{position:absolute}.bp5-panel-stack{overflow:hidden;position:relative}.bp5-panel-stack-header{align-items:center;box-shadow:0 1px #11141826;display:flex;flex-shrink:0;height:30px;z-index:1}.bp5-dark .bp5-panel-stack-header{box-shadow:0 1px #fff3}.bp5-panel-stack-header>span{align-items:stretch;display:flex;flex:1}.bp5-panel-stack-header .bp5-heading{margin:0 5px}.bp5-button.bp5-panel-stack-header-back{margin-left:5px;padding-left:0;white-space:nowrap}.bp5-button.bp5-panel-stack-header-back .bp5-icon{margin:0 2px}.bp5-panel-stack-view{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#fff;border-right:1px solid rgba(17,20,24,.15);display:flex;flex-direction:column;margin-right:-1px;overflow-y:auto;z-index:1}.bp5-dark .bp5-panel-stack-view{background-color:#30404d}.bp5-panel-stack-view:nth-last-child(n+4){display:none}.bp5-panel-stack-push .bp5-panel-stack-enter,.bp5-panel-stack-push .bp5-panel-stack-appear{transform:translate(100%);opacity:0}.bp5-panel-stack-push .bp5-panel-stack-enter-active,.bp5-panel-stack-push .bp5-panel-stack-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-panel-stack-push .bp5-panel-stack-exit{transform:translate(0);opacity:1}.bp5-panel-stack-push .bp5-panel-stack-exit-active{transform:translate(-50%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-panel-stack-pop .bp5-panel-stack-enter,.bp5-panel-stack-pop .bp5-panel-stack-appear{transform:translate(-50%);opacity:0}.bp5-panel-stack-pop .bp5-panel-stack-enter-active,.bp5-panel-stack-pop .bp5-panel-stack-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-panel-stack-pop .bp5-panel-stack-exit{transform:translate(0);opacity:1}.bp5-panel-stack-pop .bp5-panel-stack-exit-active{transform:translate(100%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-panel-stack2{overflow:hidden;position:relative}.bp5-panel-stack2-header{align-items:center;box-shadow:0 1px #11141826;display:flex;flex-shrink:0;height:30px;z-index:1}.bp5-dark .bp5-panel-stack2-header{box-shadow:0 1px #fff3}.bp5-panel-stack2-header>span{align-items:stretch;display:flex;flex:1}.bp5-panel-stack2-header .bp5-heading{margin:0 5px}.bp5-button.bp5-panel-stack2-header-back{margin-left:5px;padding-left:0;white-space:nowrap}.bp5-button.bp5-panel-stack2-header-back .bp5-icon{margin:0 2px}.bp5-panel-stack2-view{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#fff;border-right:1px solid rgba(17,20,24,.15);display:flex;flex-direction:column;margin-right:-1px;overflow-y:auto;z-index:1}.bp5-dark .bp5-panel-stack2-view{background-color:#30404d}.bp5-panel-stack2-view:nth-last-child(n+4){display:none}.bp5-panel-stack2-push .bp5-panel-stack2-enter,.bp5-panel-stack2-push .bp5-panel-stack2-appear{transform:translate(100%);opacity:0}.bp5-panel-stack2-push .bp5-panel-stack2-enter-active,.bp5-panel-stack2-push .bp5-panel-stack2-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-panel-stack2-push .bp5-panel-stack2-exit{transform:translate(0);opacity:1}.bp5-panel-stack2-push .bp5-panel-stack2-exit-active{transform:translate(-50%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-panel-stack2-pop .bp5-panel-stack2-enter,.bp5-panel-stack2-pop .bp5-panel-stack2-appear{transform:translate(-50%);opacity:0}.bp5-panel-stack2-pop .bp5-panel-stack2-enter-active,.bp5-panel-stack2-pop .bp5-panel-stack2-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-panel-stack2-pop .bp5-panel-stack2-exit{transform:translate(0);opacity:1}.bp5-panel-stack2-pop .bp5-panel-stack2-exit-active{transform:translate(100%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.bp5-button-group:not(.bp5-minimal)>.bp5-popover-target:not(:first-child) .bp5-button{border-bottom-left-radius:0;border-top-left-radius:0}.bp5-button-group:not(.bp5-minimal)>.bp5-popover-target:not(:last-child) .bp5-button{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.bp5-button-group .bp5-popover-target{display:flex;flex:1 1 auto}.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-target:first-child .bp5-button{border-radius:2px 2px 0 0}.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-target:last-child .bp5-button{border-radius:0 0 2px 2px}.bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-target:not(:last-child) .bp5-button{margin-bottom:-1px}.bp5-control-group .bp5-popover-target{border-radius:inherit}label.bp5-label .bp5-popover-target{display:block;margin-top:5px;text-transform:none}.bp5-submenu .bp5-popover-target{display:block}.bp5-submenu.bp5-popover{box-shadow:none;padding:0 5px}.bp5-submenu.bp5-popover>.bp5-popover-content{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833}.bp5-dark .bp5-submenu.bp5-popover,.bp5-submenu.bp5-popover.bp5-dark{box-shadow:none}.bp5-dark .bp5-submenu.bp5-popover>.bp5-popover-content,.bp5-submenu.bp5-popover.bp5-dark>.bp5-popover-content{box-shadow:0 0 0 1px #5e6064,inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.bp5-tree-node-secondary-label .bp5-popover-target{align-items:center;display:flex}.bp5-popover{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;transform:scale(1);border-radius:2px;display:inline-block;z-index:20}.bp5-popover .bp5-popover-arrow{height:30px;position:absolute;width:30px}.bp5-popover .bp5-popover-arrow:before{height:20px;margin:5px;width:20px}.bp5-popover .bp5-popover-content{background:#ffffff}.bp5-popover .bp5-popover-content,.bp5-popover .bp5-heading{color:inherit}.bp5-popover .bp5-popover-arrow:before{box-shadow:1px 1px 6px #11141833}.bp5-popover .bp5-popover-arrow-border{fill:#111418;fill-opacity:.1}.bp5-popover .bp5-popover-arrow-fill{fill:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-popover .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-popover{border:1px solid buttonborder}}.bp5-popover-enter>.bp5-popover,.bp5-popover-appear>.bp5-popover{transform:scale(.3)}.bp5-popover-enter-active>.bp5-popover,.bp5-popover-appear-active>.bp5-popover{transform:scale(1);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.bp5-popover-exit>.bp5-popover{transform:scale(1)}.bp5-popover-exit-active>.bp5-popover{transform:scale(.3);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.bp5-popover .bp5-popover-content{border-radius:2px;position:relative}.bp5-popover.bp5-popover-content-sizing .bp5-popover-content{max-width:350px;padding:20px}.bp5-popover-target+.bp5-overlay .bp5-popover.bp5-popover-content-sizing{width:350px}.bp5-popover.bp5-minimal{margin:0!important}.bp5-popover.bp5-minimal .bp5-popover-arrow{display:none}.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1)}.bp5-popover-enter>.bp5-popover.bp5-minimal.bp5-popover,.bp5-popover-appear>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1)}.bp5-popover-enter-active>.bp5-popover.bp5-minimal.bp5-popover,.bp5-popover-appear-active>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-popover-exit>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1)}.bp5-popover-exit-active>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-popover.bp5-popover-match-target-width{width:100%}.bp5-popover.bp5-dark,.bp5-dark .bp5-popover{box-shadow:0 0 0 1px #5e6064,inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.bp5-popover.bp5-dark .bp5-popover-content,.bp5-dark .bp5-popover .bp5-popover-content{background:#30404d}.bp5-popover.bp5-dark .bp5-popover-content,.bp5-popover.bp5-dark .bp5-heading,.bp5-dark .bp5-popover .bp5-popover-content,.bp5-dark .bp5-popover .bp5-heading{color:inherit}.bp5-popover.bp5-dark .bp5-popover-arrow:before,.bp5-dark .bp5-popover .bp5-popover-arrow:before{box-shadow:0 0 0 1px #777a7e,1px 1px 6px #11141866}.bp5-popover.bp5-dark .bp5-popover-arrow-border,.bp5-dark .bp5-popover .bp5-popover-arrow-border{fill:#111418;fill-opacity:.2}.bp5-popover.bp5-dark .bp5-popover-arrow-fill,.bp5-dark .bp5-popover .bp5-popover-arrow-fill{fill:#30404d}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-popover.bp5-dark .bp5-popover-arrow-fill,.bp5-dark .bp5-popover .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-popover.bp5-dark,.bp5-dark .bp5-popover{border:1px solid buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-popover{border:1px solid buttonborder;box-shadow:none}}.bp5-popover-arrow:before{border-radius:1px;content:"";display:block;position:absolute;transform:rotate(45deg)}.bp5-overlay-backdrop.bp5-popover-backdrop{background:rgba(255,255,255,0)}.bp5-popover-transition-container{opacity:1;display:flex;z-index:20}.bp5-popover-transition-container.bp5-popover-enter,.bp5-popover-transition-container.bp5-popover-appear{opacity:0}.bp5-popover-transition-container.bp5-popover-enter-active,.bp5-popover-transition-container.bp5-popover-appear-active{opacity:1;transition-delay:0;transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-popover-transition-container.bp5-popover-exit{opacity:1}.bp5-popover-transition-container.bp5-popover-exit-active{opacity:0;transition-delay:0;transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-popover-transition-container:focus{outline:none}.bp5-popover-transition-container.bp5-popover-leave .bp5-popover-content{pointer-events:none}span.bp5-popover-target{display:inline-block}.bp5-popover-target.bp5-fill{width:100%}.bp5-portal{left:0;position:absolute;right:0;top:0}@keyframes linear-progress-bar-stripes{0%{background-position:0 0}to{background-position:30px 0}}.bp5-progress-bar{background:rgba(95,107,124,.2);border-radius:40px;display:block;height:8px;overflow:hidden;position:relative;width:100%}.bp5-progress-bar .bp5-progress-meter{background:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%);background-color:#5f6b7ccc;background-size:30px 30px;border-radius:40px;height:100%;position:absolute;transition:width .2s cubic-bezier(.4,1,.75,.9);width:100%}.bp5-progress-bar:not(.bp5-no-animation):not(.bp5-no-stripes) .bp5-progress-meter{animation:linear-progress-bar-stripes .3s linear infinite reverse}.bp5-progress-bar.bp5-no-stripes .bp5-progress-meter{background-image:none}.bp5-dark .bp5-progress-bar{background:rgba(17,20,24,.5)}.bp5-dark .bp5-progress-bar .bp5-progress-meter{background-color:#f6f7f9}.bp5-progress-bar.bp5-intent-primary .bp5-progress-meter{background-color:#137cbd}.bp5-progress-bar.bp5-intent-success .bp5-progress-meter{background-color:#238551}.bp5-progress-bar.bp5-intent-warning .bp5-progress-meter{background-color:#c87619}.bp5-progress-bar.bp5-intent-danger .bp5-progress-meter{background-color:#cd4246}.bp5-section{overflow:hidden;width:100%}.bp5-section,.bp5-section.bp5-compact{padding:0}.bp5-section-header{align-items:center;border-bottom:1px solid rgba(17,20,24,.15);display:flex;gap:20px;justify-content:space-between;min-height:50px;padding:0 20px;position:relative;width:100%}.bp5-section-header.bp5-dark,.bp5-dark .bp5-section-header{border-color:#fff3}.bp5-section-header-left{align-items:center;display:flex;gap:10px;padding:10px 0}.bp5-section-header-title{margin-bottom:0}.bp5-section-header-sub-title{margin-top:2px}.bp5-section-header-right{align-items:center;display:flex;gap:10px;margin-left:auto}.bp5-section-header-divider{align-self:stretch;margin:15px 0}.bp5-section-header.bp5-interactive{cursor:pointer}.bp5-section-header.bp5-interactive:hover,.bp5-section-header.bp5-interactive:active{background:#f6f7f9}.bp5-section-header.bp5-interactive:hover.bp5-dark,.bp5-dark .bp5-section-header.bp5-interactive:hover,.bp5-section-header.bp5-interactive:active.bp5-dark,.bp5-dark .bp5-section-header.bp5-interactive:active{background:#394b59}.bp5-section-card.bp5-padded{padding:20px}.bp5-section-card:not(:last-child){border-bottom:1px solid rgba(17,20,24,.15)}.bp5-section-card:not(:last-child).bp5-dark,.bp5-dark .bp5-section-card:not(:last-child){border-color:#fff3}.bp5-section.bp5-section-collapsed .bp5-section-header{border:none}.bp5-section.bp5-compact .bp5-section-header{min-height:40px;padding:0 15px}.bp5-section.bp5-compact .bp5-section-header-left{padding:7px 0}.bp5-section.bp5-compact .bp5-section-card.bp5-padded{padding:15px}.bp5-segmented-control{background-color:#f6f7f9;border-radius:2px;display:flex;gap:3px;padding:3px}.bp5-segmented-control.bp5-inline{display:inline-flex}.bp5-segmented-control.bp5-fill{width:100%}.bp5-segmented-control.bp5-fill>.bp5-button{flex-grow:1}.bp5-segmented-control>.bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){background-color:#fff}.bp5-dark .bp5-segmented-control>.bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){background-color:#394b59}.bp5-segmented-control>.bp5-button.bp5-minimal{color:#5f6b7c}.bp5-dark .bp5-segmented-control>.bp5-button.bp5-minimal{color:#abb3bf}.bp5-segmented-control>.bp5-button.bp5-minimal:disabled{color:#5f6b7c99}.bp5-dark .bp5-segmented-control>.bp5-button.bp5-minimal:disabled{color:#abb3bf99}.bp5-dark .bp5-segmented-control{background-color:#30404d}@keyframes skeleton-glow{0%{background:rgba(211,216,222,.2);border-color:#d3d8de33}to{background:rgba(95,107,124,.2);border-color:#5f6b7c33}}.bp5-skeleton{animation:1s linear infinite alternate skeleton-glow;background:rgba(211,216,222,.2);background-clip:padding-box!important;border-color:#d3d8de33!important;border-radius:2px;box-shadow:none!important;color:transparent!important;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none}.bp5-skeleton:before,.bp5-skeleton:after,.bp5-skeleton *{visibility:hidden!important}.bp5-slider{height:40px;min-width:150px;width:100%;cursor:default;outline:none;position:relative;-webkit-user-select:none;user-select:none}.bp5-slider:hover{cursor:pointer}.bp5-slider:active{cursor:grabbing}.bp5-slider.bp5-disabled{cursor:not-allowed;opacity:.5}.bp5-slider.bp5-slider-unlabeled{height:16px}.bp5-slider-track,.bp5-slider-progress{height:6px;left:0;right:0;top:5px;position:absolute}.bp5-slider-track{border-radius:2px;overflow:hidden}.bp5-slider-progress{background:rgba(95,107,124,.2)}.bp5-dark .bp5-slider-progress{background:rgba(17,20,24,.5)}.bp5-slider-progress.bp5-intent-primary{background-color:#137cbd}.bp5-slider-progress.bp5-intent-success{background-color:#238551}.bp5-slider-progress.bp5-intent-warning{background-color:#c87619}.bp5-slider-progress.bp5-intent-danger{background-color:#cd4246}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-slider-progress{background:ButtonText}}.bp5-slider-handle{background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127;border-radius:2px;box-shadow:0 0 0 1px #11141880,0 1px 1px #11141880;cursor:pointer;height:16px;left:0;position:absolute;top:0;width:16px}.bp5-slider-handle:hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.bp5-slider-handle:active,.bp5-slider-handle.bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-slider-handle:active,.bp5-slider-handle.bp5-active{background:highlight}}.bp5-slider-handle:disabled,.bp5-slider-handle.bp5-disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.bp5-slider-handle:disabled.bp5-active,.bp5-slider-handle:disabled.bp5-active:hover,.bp5-slider-handle.bp5-disabled.bp5-active,.bp5-slider-handle.bp5-disabled.bp5-active:hover{background:rgba(211,216,222,.7)}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-slider-handle{border:1px solid buttonborder}}.bp5-slider-handle:focus{z-index:1}.bp5-slider-handle:hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833;box-shadow:0 0 0 1px #11141880,0 1px 2px #11141899;cursor:grab;z-index:2}.bp5-slider-handle.bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833;box-shadow:inset 0 1px 1px #1114181a,0 0 0 1px #11141880,0 1px 2px #11141833;cursor:grabbing}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-slider-handle.bp5-active{background:highlight}}.bp5-disabled .bp5-slider-handle{background:#c5cbd3;box-shadow:none;pointer-events:none}.bp5-dark .bp5-slider-handle{background-color:#abb3bf;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833}.bp5-dark .bp5-slider-handle:hover{background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-slider-handle.bp5-active{background-color:#738091;box-shadow:inset 0 1px 1px #1114181a,inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.bp5-dark .bp5-disabled .bp5-slider-handle{background:#5f6b7c;border-color:#5f6b7c;box-shadow:none}.bp5-slider-handle .bp5-slider-label{background:#394b59;border-radius:2px;box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;color:#f6f7f9;margin-left:8px}.bp5-dark .bp5-slider-handle .bp5-slider-label{background:#e5e8eb;box-shadow:0 2px 4px #11141866,0 8px 24px #11141866;color:#394b59}.bp5-disabled .bp5-slider-handle .bp5-slider-label{box-shadow:none}.bp5-slider-handle.bp5-start,.bp5-slider-handle.bp5-end{width:8px}.bp5-slider-handle.bp5-start{border-bottom-right-radius:0;border-top-right-radius:0}.bp5-slider-handle.bp5-end{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:8px}.bp5-slider-handle.bp5-end .bp5-slider-label{margin-left:0}.bp5-slider-label{transform:translate(-50%,20px);display:inline-block;font-size:12px;line-height:1;padding:2px 5px;position:absolute;vertical-align:top}.bp5-slider.bp5-vertical{height:150px;min-width:40px;width:40px}.bp5-slider.bp5-vertical .bp5-slider-track,.bp5-slider.bp5-vertical .bp5-slider-progress{bottom:0;height:auto;left:5px;top:0;width:6px}.bp5-slider.bp5-vertical .bp5-slider-progress{top:auto}.bp5-slider.bp5-vertical .bp5-slider-label{transform:translate(20px,50%)}.bp5-slider.bp5-vertical .bp5-slider-handle{top:auto}.bp5-slider.bp5-vertical .bp5-slider-handle .bp5-slider-label{margin-left:0;margin-top:-8px}.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end,.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{height:8px;margin-left:0;width:16px}.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{border-bottom-right-radius:2px;border-top-left-radius:0}.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start .bp5-slider-label{transform:translate(20px)}.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:2px;margin-bottom:8px}@keyframes pt-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bp5-spinner{align-items:center;display:flex;justify-content:center;overflow:visible;vertical-align:middle}.bp5-spinner svg{display:block}.bp5-spinner path{fill-opacity:0%}.bp5-spinner .bp5-spinner-head{stroke:#5f6b7ccc;stroke-linecap:round;transform-origin:center;transition:stroke-dashoffset .2s cubic-bezier(.4,1,.75,.9)}.bp5-spinner .bp5-spinner-track{stroke:#5f6b7c33}.bp5-spinner-animation{animation:pt-spinner-animation .5s linear infinite}.bp5-no-spin>.bp5-spinner-animation{animation:none}.bp5-dark .bp5-spinner .bp5-spinner-head{stroke:#f6f7f9}.bp5-dark .bp5-spinner .bp5-spinner-track{stroke:#11141880}.bp5-spinner.bp5-intent-primary .bp5-spinner-head{stroke:#137cbd}.bp5-spinner.bp5-intent-success .bp5-spinner-head{stroke:#238551}.bp5-spinner.bp5-intent-warning .bp5-spinner-head{stroke:#c87619}.bp5-spinner.bp5-intent-danger .bp5-spinner-head{stroke:#cd4246}.bp5-tabs:not(.bp5-vertical).bp5-fill{height:100%}.bp5-tabs:not(.bp5-vertical).bp5-fill .bp5-tab-list{height:100%}.bp5-tabs.bp5-vertical{display:flex}.bp5-tabs.bp5-vertical>.bp5-tab-list{align-items:flex-start;flex-direction:column}.bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab{align-items:center;border-radius:2px;display:flex;padding:0 10px;width:100%}.bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab[aria-selected=true]{background-color:#137cbd33;box-shadow:none}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab[aria-selected=true]{background-color:highlight;color:#111418}}.bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab-indicator-wrapper .bp5-tab-indicator{background-color:#137cbd33;border-radius:2px;bottom:0;height:auto;left:0;right:0;top:0}.bp5-tabs.bp5-vertical>.bp5-tab-panel{margin-top:0;padding-left:20px}.bp5-tab-list{align-items:flex-end;border:none;display:flex;flex:0 0 auto;list-style:none;margin:0;padding:0;position:relative}.bp5-tab-list>*:not(:last-child){margin-right:20px}.bp5-tab{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;align-items:center;align-self:stretch;color:#1c2127;cursor:pointer;display:flex;flex:0 0 auto;font-size:14px;line-height:30px;max-width:100%;position:relative;vertical-align:top}.bp5-tab a{color:inherit;display:block;text-decoration:none}.bp5-tab-indicator-wrapper~.bp5-tab{background-color:transparent!important;box-shadow:none!important}.bp5-tab[aria-disabled=true]{color:#5f6b7c99;cursor:not-allowed}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tab[aria-disabled=true]{color:graytext}}.bp5-tab[aria-selected=true]{border-radius:0;box-shadow:inset 0 -3px #106ba3}.bp5-tab[aria-selected=true],.bp5-tab:not([aria-disabled=true]):hover{color:#106ba3}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tab[aria-selected=true],.bp5-tab:not([aria-disabled=true]):hover{color:highlight}}.bp5-tab:focus{-moz-outline-radius:0}.bp5-large>.bp5-tab{font-size:16px;line-height:40px}.bp5-tab-panel{margin-top:20px}.bp5-tab-panel[aria-hidden=true]{display:none}.bp5-tab-icon{margin-right:7px}.bp5-tab-tag{margin-left:7px}.bp5-tab-indicator-wrapper{left:0;pointer-events:none;position:absolute;top:0;transform:translate(0),translateY(0);transition:height,transform,width;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-tab-indicator-wrapper .bp5-tab-indicator{background-color:#106ba3;bottom:0;height:3px;left:0;position:absolute;right:0}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tab-indicator-wrapper .bp5-tab-indicator{background-color:highlight}}.bp5-tab-indicator-wrapper.bp5-no-animation{transition:none}.bp5-tabs:not(.bp5-vertical) .bp5-tab-indicator-wrapper{height:100%}.bp5-dark .bp5-tab{color:#f6f7f9}.bp5-dark .bp5-tab[aria-disabled=true]{color:#abb3bf99}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-tab[aria-disabled=true]{color:graytext}}.bp5-dark .bp5-tab[aria-selected=true]{box-shadow:inset 0 -3px #8abbff}.bp5-dark .bp5-tab[aria-selected=true],.bp5-dark .bp5-tab:not([aria-disabled=true]):hover{color:#8abbff}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-tab[aria-selected=true],.bp5-dark .bp5-tab:not([aria-disabled=true]):hover{color:highlight}}.bp5-dark .bp5-tab-indicator{background-color:#8abbff}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-dark .bp5-tab-indicator{background-color:highlight}}.bp5-flex-expander{flex:1 1}.bp5-tag{display:inline-flex;flex-direction:row;align-items:center;background-color:#5f6b7c;border:none;border-radius:2px;box-shadow:none;color:#fff;font-size:12px;line-height:16px;max-width:100%;min-height:20px;min-width:20px;padding:2px 6px;position:relative}.bp5-tag>*{flex-grow:0;flex-shrink:0}.bp5-tag>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-tag:before,.bp5-tag>*{margin-right:4px}.bp5-tag:empty:before,.bp5-tag>:last-child{margin-right:0}.bp5-tag:focus{outline:rgba(19,124,189,.6) solid 2px;outline-offset:0;-moz-outline-radius:6px}.bp5-tag.bp5-interactive{cursor:pointer}.bp5-tag.bp5-interactive:hover,.bp5-tag.bp5-interactive:active,.bp5-tag.bp5-interactive.bp5-active{background:#394b59}.bp5-tag.bp5-round{border-radius:30px;padding-left:8px;padding-right:8px}.bp5-dark .bp5-tag{background-color:#c5cbd3;color:#1c2127}.bp5-dark .bp5-tag>.bp5-icon,.bp5-dark .bp5-tag .bp5-icon-standard,.bp5-dark .bp5-tag .bp5-icon-large{fill:currentcolor}.bp5-dark .bp5-tag.bp5-interactive:hover{background:#abb3bf}.bp5-dark .bp5-tag.bp5-interactive:active,.bp5-dark .bp5-tag.bp5-interactive.bp5-active{background:#f6f7f9}.bp5-tag>.bp5-icon,.bp5-tag .bp5-icon-standard,.bp5-tag .bp5-icon-large{fill:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tag{border:1px solid buttonborder}}.bp5-tag.bp5-large,.bp5-large .bp5-tag{font-size:14px;line-height:20px;min-height:30px;min-width:30px;padding:5px 10px}.bp5-tag.bp5-large:before,.bp5-tag.bp5-large>*,.bp5-large .bp5-tag:before,.bp5-large .bp5-tag>*{margin-right:7px}.bp5-tag.bp5-large:empty:before,.bp5-tag.bp5-large>:last-child,.bp5-large .bp5-tag:empty:before,.bp5-large .bp5-tag>:last-child{margin-right:0}.bp5-tag.bp5-large.bp5-round,.bp5-large .bp5-tag.bp5-round{padding-left:12px;padding-right:12px}.bp5-tag.bp5-intent-primary{background:#137cbd;color:#fff}.bp5-tag.bp5-intent-primary.bp5-interactive:hover{background-color:#106ba3}.bp5-tag.bp5-intent-primary.bp5-interactive:active,.bp5-tag.bp5-intent-primary.bp5-interactive.bp5-active{background-color:#184a90}.bp5-tag.bp5-intent-primary .bp5-tag-remove{color:#ffffffb3}.bp5-tag.bp5-intent-primary .bp5-tag-remove:hover,.bp5-tag.bp5-intent-primary .bp5-tag-remove:active{color:#fff}.bp5-tag.bp5-intent-success{background:#238551;color:#fff}.bp5-tag.bp5-intent-success.bp5-interactive:hover{background-color:#1c6e42}.bp5-tag.bp5-intent-success.bp5-interactive:active,.bp5-tag.bp5-intent-success.bp5-interactive.bp5-active{background-color:#165a36}.bp5-tag.bp5-intent-success .bp5-tag-remove{color:#ffffffb3}.bp5-tag.bp5-intent-success .bp5-tag-remove:hover,.bp5-tag.bp5-intent-success .bp5-tag-remove:active{color:#fff}.bp5-tag.bp5-intent-warning{background:#fbb360;color:#1c2127}.bp5-tag.bp5-intent-warning.bp5-interactive:hover{background-color:#ec9a3c}.bp5-tag.bp5-intent-warning.bp5-interactive:active,.bp5-tag.bp5-intent-warning.bp5-interactive.bp5-active{background-color:#c87619}.bp5-tag.bp5-intent-warning .bp5-tag-remove{color:#1c2127b3}.bp5-tag.bp5-intent-warning .bp5-tag-remove:hover,.bp5-tag.bp5-intent-warning .bp5-tag-remove:active{color:#1c2127}.bp5-tag.bp5-intent-danger{background:#cd4246;color:#fff}.bp5-tag.bp5-intent-danger.bp5-interactive:hover{background-color:#ac2f33}.bp5-tag.bp5-intent-danger.bp5-interactive:active,.bp5-tag.bp5-intent-danger.bp5-interactive.bp5-active{background-color:#8e292c}.bp5-tag.bp5-intent-danger .bp5-tag-remove{color:#ffffffb3}.bp5-tag.bp5-intent-danger .bp5-tag-remove:hover,.bp5-tag.bp5-intent-danger .bp5-tag-remove:active{color:#fff}.bp5-tag.bp5-fill{display:flex;width:100%}.bp5-tag.bp5-minimal>.bp5-icon,.bp5-tag.bp5-minimal .bp5-icon-standard,.bp5-tag.bp5-minimal .bp5-icon-large{fill:#5f6b7c}.bp5-tag.bp5-minimal:not([class*=bp5-intent-]){background-color:#f6f7f926;color:#1c2127}.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{cursor:pointer}.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{background-color:#f6f7f94d;color:#111418}.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active,.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{background-color:#f6f7f959;color:#111418}.bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{color:#5f6b7c}.bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover,.bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{color:#394b59}.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]){background-color:#f6f7f926;color:#f6f7f9}.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{cursor:pointer}.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{background-color:#f6f7f94d;color:#fff}.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active,.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{background-color:#f6f7f959;color:#fff}.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{color:#abb3bf}.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover,.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{color:#d3d8de}.bp5-tag.bp5-minimal.bp5-intent-primary{background-color:#137cbd1a;color:#106ba3}.bp5-tag.bp5-minimal.bp5-intent-primary>.bp5-icon,.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-standard,.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-large{fill:#106ba3}.bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{background-color:#137cbd33;color:#184a90}.bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active,.bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{background-color:#137cbd4d;color:#184a90}.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{color:#106ba3}.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover,.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{color:#184a90}.bp5-tag.bp5-minimal.bp5-intent-success{background-color:#2385511a;color:#1c6e42}.bp5-tag.bp5-minimal.bp5-intent-success>.bp5-icon,.bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-standard,.bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-large{fill:#1c6e42}.bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{background-color:#23855133;color:#165a36}.bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active,.bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{background-color:#2385514d;color:#165a36}.bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{color:#1c6e42}.bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover,.bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{color:#165a36}.bp5-tag.bp5-minimal.bp5-intent-warning{background-color:#c876191a;color:#935610}.bp5-tag.bp5-minimal.bp5-intent-warning>.bp5-icon,.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-standard,.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-large{fill:#935610}.bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{background-color:#c8761933;color:#77450d}.bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active,.bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{background-color:#c876194d;color:#77450d}.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{color:#935610}.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover,.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{color:#77450d}.bp5-tag.bp5-minimal.bp5-intent-danger{background-color:#cd42461a;color:#ac2f33}.bp5-tag.bp5-minimal.bp5-intent-danger>.bp5-icon,.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-standard,.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-large{fill:#ac2f33}.bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{background-color:#cd424633;color:#8e292c}.bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active,.bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{background-color:#cd42464d;color:#8e292c}.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{color:#ac2f33}.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover,.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{color:#8e292c}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary{background-color:#137cbd33;color:#8abbff}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{background-color:#137cbd4d;color:#99c4ff}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{background-color:#137cbd59;color:#99c4ff}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{color:#8abbff}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{color:#99c4ff}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success{background-color:#23855133;color:#72ca9b}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{background-color:#2385514d;color:#7cd7a2}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{background-color:#23855159;color:#7cd7a2}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{color:#72ca9b}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{color:#7cd7a2}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning{background-color:#c8761933;color:#fbb360}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{background-color:#c876194d;color:#f5c186}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{background-color:#c8761959;color:#f5c186}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{color:#fbb360}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{color:#f5c186}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger{background-color:#cd424633;color:#fa999c}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{background-color:#cd42464d;color:#ffa1a4}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{background-color:#cd424659;color:#ffa1a4}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{color:#fa999c}.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover,.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{color:#ffa1a4}.bp5-tag-remove{background:none;border:none;color:#ffffffb3;cursor:pointer;display:flex;margin-bottom:-2px;margin-right:-6px!important;margin-top:-2px;padding:2px 2px 2px 0}.bp5-tag-remove:hover{background:none;color:inherit;text-decoration:none}.bp5-tag-remove .bp5-icon:first-child{color:inherit}.bp5-tag-remove:hover,.bp5-tag-remove:active{color:#fff}.bp5-tag-remove:empty:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:""}.bp5-large .bp5-tag-remove{margin-right:-10px!important;padding:0 5px 0 0}.bp5-large .bp5-tag-remove:empty:before{font-family:blueprint-icons-20,sans-serif;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;height:20px;line-height:1;width:20px}.bp5-dark .bp5-tag-remove{color:#1c2127b3}.bp5-dark .bp5-tag-remove:hover,.bp5-dark .bp5-tag-remove:active{color:#1c2127}.bp5-compound-tag{background:none;padding:0}.bp5-compound-tag .bp5-compound-tag-left{background-color:#394b59}.bp5-compound-tag .bp5-compound-tag-right{background-color:#5f6b7c}.bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-left,.bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-right{background-color:#394b59}.bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#30404d}.bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#394b59}.bp5-compound-tag .bp5-compound-tag-left,.bp5-compound-tag .bp5-compound-tag-right{align-items:center;display:inline-flex;padding:2px 4px}.bp5-compound-tag .bp5-compound-tag-left{border-bottom-left-radius:2px;border-top-left-radius:2px;margin-right:0}.bp5-compound-tag .bp5-compound-tag-left>.bp5-icon,.bp5-compound-tag .bp5-compound-tag-left .bp5-icon-standard,.bp5-compound-tag .bp5-compound-tag-left .bp5-icon-large{margin-right:4px}.bp5-compound-tag .bp5-compound-tag-right{border-bottom-right-radius:2px;border-top-right-radius:2px;flex-grow:1;padding:2px 4px}.bp5-compound-tag .bp5-compound-tag-right>.bp5-icon,.bp5-compound-tag .bp5-compound-tag-right .bp5-icon-standard,.bp5-compound-tag .bp5-compound-tag-right .bp5-icon-large{margin-left:4px}.bp5-compound-tag .bp5-compound-tag-right .bp5-compound-tag-right-text{flex-grow:1}.bp5-compound-tag .bp5-compound-tag-right .bp5-tag-remove{margin-left:2px;margin-right:-4px!important}.bp5-compound-tag.bp5-round{padding:0}.bp5-compound-tag.bp5-round .bp5-compound-tag-left{border-bottom-left-radius:20px;border-top-left-radius:20px;padding-left:8px}.bp5-compound-tag.bp5-round .bp5-compound-tag-right{border-bottom-right-radius:20px;border-top-right-radius:20px;padding-right:8px}.bp5-compound-tag.bp5-large{padding:0}.bp5-compound-tag.bp5-large .bp5-compound-tag-left,.bp5-compound-tag.bp5-large .bp5-compound-tag-right{padding:5px 8px}.bp5-compound-tag.bp5-large .bp5-compound-tag-left>.bp5-icon,.bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-standard,.bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-large{margin-right:7px}.bp5-compound-tag.bp5-large .bp5-compound-tag-right>.bp5-icon,.bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-standard,.bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-large{margin-left:7px}.bp5-compound-tag.bp5-large .bp5-tag-remove{margin-left:7px;margin-right:-10px!important}.bp5-compound-tag.bp5-large.bp5-round{padding:0}.bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-left{border-bottom-left-radius:30px;border-top-left-radius:30px;padding-left:12px}.bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-right{border-bottom-right-radius:30px;border-top-right-radius:30px;padding-right:12px}.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){background:none}.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{background-color:#5f6b7c33}.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{background-color:#5f6b7c1a}.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{background-color:#5f6b7c4d}.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{background-color:#5f6b7c33}.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#5f6b7c66}.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#5f6b7c4d}.bp5-compound-tag.bp5-minimal.bp5-intent-primary{background:none}.bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{background-color:#137cbd33}.bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{background-color:#137cbd1a}.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{background-color:#137cbd4d}.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{background-color:#137cbd33}.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#137cbd66}.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#137cbd4d}.bp5-compound-tag.bp5-minimal.bp5-intent-success{background:none}.bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{background-color:#23855133}.bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{background-color:#2385511a}.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{background-color:#2385514d}.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{background-color:#23855133}.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#23855166}.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#2385514d}.bp5-compound-tag.bp5-minimal.bp5-intent-warning{background:none}.bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{background-color:#c8761933}.bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{background-color:#c876191a}.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{background-color:#c876194d}.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{background-color:#c8761933}.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#c8761966}.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#c876194d}.bp5-compound-tag.bp5-minimal.bp5-intent-danger{background:none}.bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{background-color:#cd424633}.bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{background-color:#cd42461a}.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{background-color:#cd42464d}.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{background-color:#cd424633}.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#cd424666}.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#cd42464d}.bp5-dark .bp5-compound-tag{background:none}.bp5-dark .bp5-compound-tag .bp5-compound-tag-left{background-color:#abb3bf}.bp5-dark .bp5-compound-tag .bp5-compound-tag-right{background-color:#c5cbd3}.bp5-dark .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-left{background-color:#f6f7f9}.bp5-dark .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-right{background-color:#abb3bf}.bp5-dark .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-left,.bp5-dark .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#738091}.bp5-dark .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-right,.bp5-dark .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:gray3}.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){background:none}.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{background-color:#5f6b7c66}.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{background-color:#5f6b7c33}.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{background-color:#5f6b7c80}.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{background-color:#5f6b7c4d}.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left,.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#5f6b7c8c}.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right,.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#5f6b7c59}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary{background:none}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{background-color:#137cbd66}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{background-color:#137cbd33}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{background-color:#137cbd80}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{background-color:#137cbd4d}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#137cbd8c}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#137cbd59}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success{background:none}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{background-color:#23855166}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{background-color:#23855133}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{background-color:#23855180}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{background-color:#2385514d}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#2385518c}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#23855159}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning{background:none}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{background-color:#c8761966}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{background-color:#c8761933}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{background-color:#c8761980}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{background-color:#c876194d}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#c876198c}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#c8761959}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger{background:none}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{background-color:#cd424666}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{background-color:#cd424633}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{background-color:#cd424680}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{background-color:#cd42464d}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#cd42468c}.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right,.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#cd424659}.bp5-compound-tag.bp5-intent-primary{background:none}.bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-left{background-color:#106ba3}.bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-right{background-color:#137cbd}.bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{background-color:#184a90}.bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{background-color:#106ba3}.bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#11376b}.bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#184a90}.bp5-compound-tag.bp5-intent-success{background:none}.bp5-compound-tag.bp5-intent-success .bp5-compound-tag-left{background-color:#1c6e42}.bp5-compound-tag.bp5-intent-success .bp5-compound-tag-right{background-color:#238551}.bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{background-color:#165a36}.bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{background-color:#1c6e42}.bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#0f3e25}.bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#165a36}.bp5-compound-tag.bp5-intent-warning{background:none}.bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-left{background-color:#ec9a3c}.bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-right{background-color:#fbb360}.bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{background-color:#c87619}.bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{background-color:#ec9a3c}.bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#935610}.bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#c87619}.bp5-compound-tag.bp5-intent-danger{background:none}.bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-left{background-color:#ac2f33}.bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-right{background-color:#cd4246}.bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{background-color:#8e292c}.bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{background-color:#ac2f33}.bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left,.bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#782326}.bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right,.bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#8e292c}.bp5-tag-input{display:flex;flex-direction:row;align-items:flex-start;cursor:text;height:auto;line-height:inherit;min-height:30px;padding-left:5px;padding-right:0}.bp5-tag-input>*{flex-grow:0;flex-shrink:0}.bp5-tag-input>.bp5-tag-input-values{flex-grow:1;flex-shrink:1}.bp5-tag-input .bp5-tag-input-icon{color:#5f6b7c;margin-left:2px;margin-right:7px;margin-top:7px}.bp5-tag-input .bp5-tag-input-values{display:flex;flex-direction:row;align-items:center;align-self:stretch;flex-wrap:wrap;margin-right:7px;margin-top:5px;min-width:0;position:relative}.bp5-tag-input .bp5-tag-input-values>*{flex-grow:0;flex-shrink:0}.bp5-tag-input .bp5-tag-input-values>.bp5-fill{flex-grow:1;flex-shrink:1}.bp5-tag-input .bp5-tag-input-values:before,.bp5-tag-input .bp5-tag-input-values>*{margin-right:5px}.bp5-tag-input .bp5-tag-input-values:empty:before,.bp5-tag-input .bp5-tag-input-values>:last-child{margin-right:0}.bp5-tag-input .bp5-tag-input-values:first-child .bp5-tag~.bp5-input-ghost{padding-left:0}.bp5-tag-input .bp5-tag-input-values:first-child .bp5-input-ghost{padding-left:5px}.bp5-tag-input .bp5-tag-input-values>*{margin-bottom:5px}.bp5-tag-input .bp5-tag{overflow-wrap:break-word}.bp5-tag-input .bp5-tag.bp5-active{outline:rgba(19,124,189,.6) solid 2px;outline-offset:0;-moz-outline-radius:6px}.bp5-tag-input .bp5-input-ghost{flex:1 1 auto;line-height:20px;width:80px}.bp5-tag-input .bp5-input-ghost:disabled,.bp5-tag-input .bp5-input-ghost.bp5-disabled{cursor:not-allowed}.bp5-tag-input .bp5-button,.bp5-tag-input .bp5-spinner{margin:3px 3px 3px 0}.bp5-tag-input .bp5-button{min-height:24px;min-width:24px;padding:0 7px}.bp5-tag-input.bp5-large{height:auto;min-height:40px}.bp5-tag-input.bp5-large:before,.bp5-tag-input.bp5-large>*{margin-right:10px}.bp5-tag-input.bp5-large:empty:before,.bp5-tag-input.bp5-large>:last-child{margin-right:0}.bp5-tag-input.bp5-large .bp5-tag-input-icon{margin-left:5px;margin-top:10px}.bp5-tag-input.bp5-large .bp5-input-ghost{line-height:30px}.bp5-tag-input.bp5-large .bp5-button{min-height:30px;min-width:30px;padding:5px 10px;margin:5px 5px 5px 0}.bp5-tag-input.bp5-large .bp5-spinner{margin:8px 8px 8px 0}.bp5-tag-input.bp5-active{background-color:#fff;box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}.bp5-tag-input.bp5-active.bp5-intent-primary{box-shadow:inset 0 0 0 1px #137cbd,0 0 0 2px #137cbd4d,inset 0 1px 1px #11141833}.bp5-tag-input.bp5-active.bp5-intent-success{box-shadow:inset 0 0 0 1px #238551,0 0 0 2px #2385514d,inset 0 1px 1px #11141833}.bp5-tag-input.bp5-active.bp5-intent-warning{box-shadow:inset 0 0 0 1px #c87619,0 0 0 2px #c876194d,inset 0 1px 1px #11141833}.bp5-tag-input.bp5-active.bp5-intent-danger{box-shadow:inset 0 0 0 1px #cd4246,0 0 0 2px #cd42464d,inset 0 1px 1px #11141833}.bp5-dark .bp5-tag-input .bp5-tag-input-icon,.bp5-tag-input.bp5-dark .bp5-tag-input-icon{color:#abb3bf}.bp5-dark .bp5-tag-input .bp5-input-ghost,.bp5-tag-input.bp5-dark .bp5-input-ghost{color:#f6f7f9}.bp5-dark .bp5-tag-input .bp5-input-ghost::placeholder,.bp5-tag-input.bp5-dark .bp5-input-ghost::placeholder{color:#abb3bf}.bp5-dark .bp5-tag-input.bp5-active,.bp5-tag-input.bp5-dark.bp5-active{background-color:#1114184d;box-shadow:inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #4c90f0,0 0 0 2px #4c90f04d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-primary,.bp5-tag-input.bp5-dark.bp5-active.bp5-intent-primary{box-shadow:inset 0 0 0 1px #4c90f0,0 0 0 2px #4c90f04d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-success,.bp5-tag-input.bp5-dark.bp5-active.bp5-intent-success{box-shadow:inset 0 0 0 1px #32a467,0 0 0 2px #32a4674d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-warning,.bp5-tag-input.bp5-dark.bp5-active.bp5-intent-warning{box-shadow:inset 0 0 0 1px #ec9a3c,0 0 0 2px #ec9a3c4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-danger,.bp5-tag-input.bp5-dark.bp5-active.bp5-intent-danger{box-shadow:inset 0 0 0 1px #e76a6e,0 0 0 2px #e76a6e4d,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.bp5-input-ghost{background:none;border:none;box-shadow:none;padding:0}.bp5-input-ghost::placeholder{color:#5f6b7c;opacity:1}.bp5-input-ghost:focus{outline:none!important}.bp5-resizable-input-span{max-height:0;max-width:100%;min-width:80px;opacity:0;overflow:hidden;position:absolute;white-space:nowrap;z-index:-1}.bp5-toast{align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #11141833,0 2px 4px #11141833,0 8px 24px #11141833;display:flex;margin:20px 0 0;max-width:500px;min-width:300px;pointer-events:all;position:relative!important}.bp5-toast.bp5-toast-enter,.bp5-toast.bp5-toast-appear{transform:translateY(-40px)}.bp5-toast.bp5-toast-enter-active,.bp5-toast.bp5-toast-appear-active{transform:translateY(0);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.bp5-toast.bp5-toast-enter~.bp5-toast,.bp5-toast.bp5-toast-appear~.bp5-toast{transform:translateY(-40px)}.bp5-toast.bp5-toast-enter-active~.bp5-toast,.bp5-toast.bp5-toast-appear-active~.bp5-toast{transform:translateY(0);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.bp5-toast.bp5-toast-exit{opacity:1;filter:blur(0)}.bp5-toast.bp5-toast-exit-active{opacity:0;filter:blur(10px);transition-delay:0;transition-duration:.3s;transition-property:opacity,filter;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-toast.bp5-toast-exit~.bp5-toast{transform:translateY(0)}.bp5-toast.bp5-toast-exit-active~.bp5-toast{transform:translateY(-40px);transition-delay:50ms;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-toast .bp5-button-group{flex:0 0 auto;padding:5px 5px 5px 0}.bp5-toast>.bp5-icon{color:#5f6b7c;margin:12px 0 12px 12px}.bp5-toast.bp5-dark,.bp5-dark .bp5-toast{background-color:#394b59;box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.bp5-toast.bp5-dark>.bp5-icon,.bp5-dark .bp5-toast>.bp5-icon{color:#abb3bf}.bp5-toast.bp5-dark .bp5-button .bp5-icon,.bp5-dark .bp5-toast .bp5-button .bp5-icon,.bp5-toast[class*=bp5-intent-] a{color:#ffffffb3}.bp5-toast[class*=bp5-intent-] a:hover{color:#fff}.bp5-toast[class*=bp5-intent-]>.bp5-icon{color:#fff}.bp5-toast.bp5-intent-primary{background-color:#137cbd;color:#fff}.bp5-toast.bp5-intent-primary .bp5-icon:first-child{color:#ffffffb3}.bp5-toast.bp5-intent-primary .bp5-button{background-color:#137cbd!important;color:#fff!important}.bp5-toast.bp5-intent-primary .bp5-button:hover{background-color:#106ba3!important;color:#fff!important}.bp5-toast.bp5-intent-primary .bp5-button:active{background-color:#184a90!important;color:#fff!important}.bp5-toast.bp5-intent-primary .bp5-button:focus{outline-color:#ffffff80}.bp5-toast.bp5-intent-primary .bp5-button:last-child>.bp5-icon-cross{color:#ffffffb3!important}.bp5-toast.bp5-intent-success{background-color:#238551;color:#fff}.bp5-toast.bp5-intent-success .bp5-icon:first-child{color:#ffffffb3}.bp5-toast.bp5-intent-success .bp5-button{background-color:#238551!important;color:#fff!important}.bp5-toast.bp5-intent-success .bp5-button:hover{background-color:#1c6e42!important;color:#fff!important}.bp5-toast.bp5-intent-success .bp5-button:active{background-color:#165a36!important;color:#fff!important}.bp5-toast.bp5-intent-success .bp5-button:focus{outline-color:#ffffff80}.bp5-toast.bp5-intent-success .bp5-button:last-child>.bp5-icon-cross{color:#ffffffb3!important}.bp5-toast.bp5-intent-warning{background-color:#fbb360;color:#1c2127}.bp5-toast.bp5-intent-warning .bp5-icon:first-child{color:#1c2127b3}.bp5-toast.bp5-intent-warning .bp5-button{background-color:#fbb360!important;color:#1c2127!important}.bp5-toast.bp5-intent-warning .bp5-button:hover{background-color:#ec9a3c!important;color:#1c2127!important}.bp5-toast.bp5-intent-warning .bp5-button:active{background-color:#c87619!important;color:#1c2127!important}.bp5-toast.bp5-intent-warning .bp5-button:focus{outline-color:#ffffff80}.bp5-toast.bp5-intent-warning .bp5-button:last-child>.bp5-icon-cross{color:#1c2127b3!important}.bp5-toast.bp5-intent-danger{background-color:#cd4246;color:#fff}.bp5-toast.bp5-intent-danger .bp5-icon:first-child{color:#ffffffb3}.bp5-toast.bp5-intent-danger .bp5-button{background-color:#cd4246!important;color:#fff!important}.bp5-toast.bp5-intent-danger .bp5-button:hover{background-color:#ac2f33!important;color:#fff!important}.bp5-toast.bp5-intent-danger .bp5-button:active{background-color:#8e292c!important;color:#fff!important}.bp5-toast.bp5-intent-danger .bp5-button:focus{outline-color:#ffffff80}.bp5-toast.bp5-intent-danger .bp5-button:last-child>.bp5-icon-cross{color:#ffffffb3!important}.bp5-toast-message{flex:1 1 auto;padding:11px;word-break:break-word}.bp5-toast-container{align-items:center;display:flex!important;flex-direction:column;left:0;overflow:hidden;padding:0 20px 20px;pointer-events:none;right:0;z-index:40}.bp5-toast-container.bp5-toast-container-in-portal{position:fixed}.bp5-toast-container.bp5-toast-container-inline{position:absolute}.bp5-toast-container.bp5-toast-container-top{top:0}.bp5-toast-container.bp5-toast-container-bottom{bottom:0;flex-direction:column-reverse;top:auto}.bp5-toast-container.bp5-toast-container-left{align-items:flex-start}.bp5-toast-container.bp5-toast-container-right{align-items:flex-end}.bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active),.bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active)~.bp5-toast,.bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active),.bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active)~.bp5-toast,.bp5-toast-container-bottom .bp5-toast.bp5-toast-exit-active~.bp5-toast,.bp5-toast-container-bottom .bp5-toast.bp5-toast-leave-active~.bp5-toast{transform:translateY(60px)}.bp5-tooltip{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;transform:scale(1);color:#f6f7f9}.bp5-tooltip .bp5-popover-arrow{height:22px;position:absolute;width:22px}.bp5-tooltip .bp5-popover-arrow:before{height:14px;margin:4px;width:14px}.bp5-tooltip .bp5-popover-content{background:#394b59}.bp5-tooltip .bp5-popover-content,.bp5-tooltip .bp5-heading{color:#f6f7f9}.bp5-tooltip .bp5-popover-arrow:before{box-shadow:1px 1px 6px #11141833}.bp5-tooltip .bp5-popover-arrow-border{fill:#111418;fill-opacity:.1}.bp5-tooltip .bp5-popover-arrow-fill{fill:#394b59}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip{border:1px solid buttonborder}}.bp5-popover-enter>.bp5-tooltip,.bp5-popover-appear>.bp5-tooltip{transform:scale(.8)}.bp5-popover-enter-active>.bp5-tooltip,.bp5-popover-appear-active>.bp5-tooltip{transform:scale(1);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-popover-exit>.bp5-tooltip{transform:scale(1)}.bp5-popover-exit-active>.bp5-tooltip{transform:scale(.8);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-tooltip .bp5-text-muted{color:#abb3bf}.bp5-tooltip .bp5-text-disabled{color:#abb3bf99}.bp5-tooltip .bp5-running-text hr{border-color:#fff3}.bp5-tooltip a,.bp5-tooltip a:hover{color:#8abbff}.bp5-tooltip a .bp5-icon,.bp5-tooltip a .bp5-icon-standard,.bp5-tooltip a .bp5-icon-large,.bp5-tooltip a code{color:inherit}.bp5-tooltip .bp5-code,.bp5-tooltip .bp5-running-text code{background:rgba(17,20,24,.3);box-shadow:inset 0 0 0 1px #11141866;color:#abb3bf}a>.bp5-tooltip .bp5-code,a>.bp5-tooltip .bp5-running-text code{color:inherit}.bp5-tooltip .bp5-code-block,.bp5-tooltip .bp5-running-text pre{background:rgba(17,20,24,.3);box-shadow:inset 0 0 0 1px #11141866;color:#f6f7f9}.bp5-tooltip .bp5-code-block>code,.bp5-tooltip .bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}.bp5-tooltip .bp5-key,.bp5-tooltip .bp5-running-text kbd{background:#394b59;box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866;color:#abb3bf}.bp5-tooltip .bp5-icon.bp5-intent-primary,.bp5-tooltip .bp5-icon-standard.bp5-intent-primary,.bp5-tooltip .bp5-icon-large.bp5-intent-primary{color:#8abbff}.bp5-tooltip .bp5-icon.bp5-intent-success,.bp5-tooltip .bp5-icon-standard.bp5-intent-success,.bp5-tooltip .bp5-icon-large.bp5-intent-success{color:#72ca9b}.bp5-tooltip .bp5-icon.bp5-intent-warning,.bp5-tooltip .bp5-icon-standard.bp5-intent-warning,.bp5-tooltip .bp5-icon-large.bp5-intent-warning{color:#fbb360}.bp5-tooltip .bp5-icon.bp5-intent-danger,.bp5-tooltip .bp5-icon-standard.bp5-intent-danger,.bp5-tooltip .bp5-icon-large.bp5-intent-danger{color:#fa999c}.bp5-tooltip .bp5-popover-content{padding:10px 12px}.bp5-tooltip.bp5-compact .bp5-popover-content{line-height:1rem;padding:5px 7px}.bp5-tooltip.bp5-compact .bp5-code{vertical-align:text-bottom}.bp5-tooltip.bp5-popover-placement-top .bp5-popover-arrow{transform:translateY(-3px)}.bp5-tooltip.bp5-popover-placement-left .bp5-popover-arrow{transform:translate(-3px)}.bp5-tooltip.bp5-popover-placement-bottom .bp5-popover-arrow{transform:translateY(3px)}.bp5-tooltip.bp5-popover-placement-right .bp5-popover-arrow{transform:translate(3px)}.bp5-tooltip.bp5-dark,.bp5-dark .bp5-tooltip{box-shadow:0 2px 4px #11141866,0 8px 24px #11141866}.bp5-tooltip.bp5-dark .bp5-popover-content,.bp5-dark .bp5-tooltip .bp5-popover-content{background:#e5e8eb}.bp5-tooltip.bp5-dark .bp5-popover-content,.bp5-tooltip.bp5-dark .bp5-heading,.bp5-dark .bp5-tooltip .bp5-popover-content,.bp5-dark .bp5-tooltip .bp5-heading{color:#394b59}.bp5-tooltip.bp5-dark .bp5-popover-arrow:before,.bp5-dark .bp5-tooltip .bp5-popover-arrow:before{box-shadow:1px 1px 6px #11141866}.bp5-tooltip.bp5-dark .bp5-popover-arrow-border,.bp5-dark .bp5-tooltip .bp5-popover-arrow-border{fill:#111418;fill-opacity:.2}.bp5-tooltip.bp5-dark .bp5-popover-arrow-fill,.bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{fill:#e5e8eb}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip.bp5-dark .bp5-popover-arrow-fill,.bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip.bp5-dark,.bp5-dark .bp5-tooltip{border:1px solid buttonborder}}.bp5-tooltip.bp5-dark .bp5-text-muted,.bp5-dark .bp5-tooltip .bp5-text-muted{color:#5f6b7c}.bp5-tooltip.bp5-dark .bp5-text-disabled,.bp5-dark .bp5-tooltip .bp5-text-disabled{color:#5f6b7c99}.bp5-tooltip.bp5-dark .bp5-running-text hr,.bp5-dark .bp5-tooltip .bp5-running-text hr{border-color:#11141826}.bp5-tooltip.bp5-dark a,.bp5-dark .bp5-tooltip a,.bp5-tooltip.bp5-dark a:hover,.bp5-dark .bp5-tooltip a:hover{color:#106ba3}.bp5-tooltip.bp5-dark a .bp5-icon,.bp5-tooltip.bp5-dark a .bp5-icon-standard,.bp5-tooltip.bp5-dark a .bp5-icon-large,.bp5-dark .bp5-tooltip a .bp5-icon,.bp5-dark .bp5-tooltip a .bp5-icon-standard,.bp5-dark .bp5-tooltip a .bp5-icon-large,.bp5-tooltip.bp5-dark a code,.bp5-dark .bp5-tooltip a code{color:inherit}.bp5-tooltip.bp5-dark .bp5-code,.bp5-tooltip.bp5-dark .bp5-running-text code,.bp5-dark .bp5-tooltip .bp5-code,.bp5-dark .bp5-tooltip .bp5-running-text code{background:rgba(255,255,255,.7);box-shadow:inset 0 0 0 1px #11141833;color:#5f6b7c}a>.bp5-tooltip.bp5-dark .bp5-code,a>.bp5-tooltip.bp5-dark .bp5-running-text code,a>.bp5-dark .bp5-tooltip .bp5-code,a>.bp5-dark .bp5-tooltip .bp5-running-text code{color:#137cbd}.bp5-tooltip.bp5-dark .bp5-code-block,.bp5-tooltip.bp5-dark .bp5-running-text pre,.bp5-dark .bp5-tooltip .bp5-code-block,.bp5-dark .bp5-tooltip .bp5-running-text pre{background:rgba(255,255,255,.7);box-shadow:inset 0 0 0 1px #11141826;color:#1c2127}.bp5-tooltip.bp5-dark .bp5-code-block>code,.bp5-tooltip.bp5-dark .bp5-running-text pre>code,.bp5-dark .bp5-tooltip .bp5-code-block>code,.bp5-dark .bp5-tooltip .bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip.bp5-dark .bp5-code-block,.bp5-tooltip.bp5-dark .bp5-running-text pre,.bp5-dark .bp5-tooltip .bp5-code-block,.bp5-dark .bp5-tooltip .bp5-running-text pre{border:1px solid buttonborder;box-shadow:none}}.bp5-tooltip.bp5-dark .bp5-key,.bp5-tooltip.bp5-dark .bp5-running-text kbd,.bp5-dark .bp5-tooltip .bp5-key,.bp5-dark .bp5-tooltip .bp5-running-text kbd{background:#ffffff;box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;color:#5f6b7c}.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-primary,.bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-primary,.bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-primary,.bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-primary,.bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-primary,.bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-primary{color:#106ba3}.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-success,.bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-success,.bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-success,.bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-success,.bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-success,.bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-success{color:#1c6e42}.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-warning,.bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-warning,.bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-warning,.bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-warning,.bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-warning,.bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-warning{color:#935610}.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-danger,.bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-danger,.bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-danger,.bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-danger,.bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-danger,.bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-danger{color:#ac2f33}.bp5-tooltip.bp5-intent-primary .bp5-popover-content{background:#137cbd;color:#fff}.bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{fill:#137cbd}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{fill:buttonborder}}.bp5-tooltip.bp5-intent-success .bp5-popover-content{background:#238551;color:#fff}.bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{fill:#238551}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{fill:buttonborder}}.bp5-tooltip.bp5-intent-warning .bp5-popover-content{background:#c87619;color:#fff}.bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{fill:#c87619}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{fill:buttonborder}}.bp5-tooltip.bp5-intent-danger .bp5-popover-content{background:#cd4246;color:#fff}.bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{fill:#cd4246}@media (forced-colors: active) and (prefers-color-scheme: dark){.bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{fill:buttonborder}}.bp5-tooltip-indicator{border-bottom:dotted 1px;cursor:help}.bp5-tree .bp5-icon,.bp5-tree .bp5-icon-standard,.bp5-tree .bp5-icon-large{color:#5f6b7c}.bp5-tree .bp5-icon.bp5-intent-primary,.bp5-tree .bp5-icon-standard.bp5-intent-primary,.bp5-tree .bp5-icon-large.bp5-intent-primary{color:#137cbd}.bp5-tree .bp5-icon.bp5-intent-success,.bp5-tree .bp5-icon-standard.bp5-intent-success,.bp5-tree .bp5-icon-large.bp5-intent-success{color:#238551}.bp5-tree .bp5-icon.bp5-intent-warning,.bp5-tree .bp5-icon-standard.bp5-intent-warning,.bp5-tree .bp5-icon-large.bp5-intent-warning{color:#c87619}.bp5-tree .bp5-icon.bp5-intent-danger,.bp5-tree .bp5-icon-standard.bp5-intent-danger,.bp5-tree .bp5-icon-large.bp5-intent-danger{color:#cd4246}.bp5-tree-node-list{list-style:none;margin:0;padding-left:0}.bp5-tree-root{background-color:transparent;cursor:default;padding-left:0;position:relative}.bp5-tree-node-content-0{padding-left:0}.bp5-tree-node-content-1{padding-left:23px}.bp5-tree-node-content-2{padding-left:46px}.bp5-tree-node-content-3{padding-left:69px}.bp5-tree-node-content-4{padding-left:92px}.bp5-tree-node-content-5{padding-left:115px}.bp5-tree-node-content-6{padding-left:138px}.bp5-tree-node-content-7{padding-left:161px}.bp5-tree-node-content-8{padding-left:184px}.bp5-tree-node-content-9{padding-left:207px}.bp5-tree-node-content-10{padding-left:230px}.bp5-tree-node-content-11{padding-left:253px}.bp5-tree-node-content-12{padding-left:276px}.bp5-tree-node-content-13{padding-left:299px}.bp5-tree-node-content-14{padding-left:322px}.bp5-tree-node-content-15{padding-left:345px}.bp5-tree-node-content-16{padding-left:368px}.bp5-tree-node-content-17{padding-left:391px}.bp5-tree-node-content-18{padding-left:414px}.bp5-tree-node-content-19{padding-left:437px}.bp5-tree-node-content-20{padding-left:460px}.bp5-tree-node-content{align-items:center;background:none;display:flex;height:30px;padding-right:5px;width:100%}.bp5-tree-node-content:hover{background-color:#f6f7f926}.bp5-tree-node-content:active{background-color:#f6f7f94d}.bp5-tree-node-caret,.bp5-tree-node-caret-none{min-width:30px}.bp5-tree-node-caret{color:#5f6b7c;cursor:pointer;padding:7px;transform:rotate(0);transition:transform .2s cubic-bezier(.4,1,.75,.9)}.bp5-dark .bp5-tree-node-caret{color:#abb3bf}.bp5-dark .bp5-tree-node-caret:hover{color:#f6f7f9}.bp5-tree-node-caret:hover{color:#1c2127}.bp5-tree-node-caret.bp5-tree-node-caret-open{transform:rotate(90deg)}.bp5-tree-node-caret.bp5-icon-standard:before{content:""}.bp5-tree-node-icon{margin-right:7px;position:relative}.bp5-tree-node-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;flex:1 1 auto;position:relative;-webkit-user-select:none;user-select:none}.bp5-tree-node-label span{display:inline}.bp5-tree-node-secondary-label{padding:0 5px;-webkit-user-select:none;user-select:none}.bp5-tree-node-secondary-label .bp5-popover-wrapper,.bp5-tree-node-secondary-label .bp5-popover-target{align-items:center;display:flex}.bp5-tree-node.bp5-disabled .bp5-tree-node-content{background-color:inherit;color:#5f6b7c99;cursor:not-allowed}.bp5-tree-node.bp5-disabled .bp5-tree-node-caret,.bp5-tree-node.bp5-disabled .bp5-tree-node-icon{color:#5f6b7c99;cursor:not-allowed}.bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content{background-color:#137cbd}.bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content,.bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon,.bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-standard,.bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-large{color:#fff}.bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-tree-node-caret:before{color:#ffffffb3}.bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-tree-node-caret:hover:before{color:#fff}.bp5-tree.bp5-compact .bp5-tree-node-content{height:24px}.bp5-tree.bp5-compact .bp5-tree-node-caret{margin-right:3px;min-width:24px;padding:4px}.bp5-dark .bp5-tree-node-content:hover{background-color:#5f6b7c4d}.bp5-dark .bp5-tree .bp5-icon,.bp5-dark .bp5-tree .bp5-icon-standard,.bp5-dark .bp5-tree .bp5-icon-large{color:#abb3bf}.bp5-dark .bp5-tree .bp5-icon.bp5-intent-primary,.bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-primary,.bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-primary{color:#8abbff}.bp5-dark .bp5-tree .bp5-icon.bp5-intent-success,.bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-success,.bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-success{color:#72ca9b}.bp5-dark .bp5-tree .bp5-icon.bp5-intent-warning,.bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-warning,.bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-warning{color:#fbb360}.bp5-dark .bp5-tree .bp5-icon.bp5-intent-danger,.bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-danger,.bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-danger{color:#fa999c}.bp5-dark .bp5-tree-node:not(.bp5-disabled) .bp5-tree-node-caret:hover{color:#f6f7f9}.bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content{background-color:#137cbd}.bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon,.bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-standard,.bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-large{color:#fff}.bp5-multi-select{min-width:150px}.bp5-multi-select-popover .bp5-menu{max-height:300px;max-width:400px;overflow:auto}.bp5-multi-select-popover.bp5-popover-match-target-width{width:100%}.bp5-multi-select-popover.bp5-popover-match-target-width .bp5-menu{max-width:none;min-width:0}.bp5-omnibar{filter:blur(0);opacity:1;background-color:#fff;border-radius:2px;box-shadow:0 0 0 1px #1114181a,0 4px 8px #11141833,0 18px 46px 6px #11141833;left:calc(50% - 250px);top:20vh;width:500px;z-index:21}.bp5-omnibar.bp5-overlay-enter,.bp5-omnibar.bp5-overlay-appear{filter:blur(20px);opacity:0}.bp5-omnibar.bp5-overlay-enter-active,.bp5-omnibar.bp5-overlay-appear-active{filter:blur(0);opacity:1;transition-delay:0;transition-duration:.2s;transition-property:filter,opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-omnibar.bp5-overlay-exit{filter:blur(0);opacity:1}.bp5-omnibar.bp5-overlay-exit-active{filter:blur(20px);opacity:0;transition-delay:0;transition-duration:.2s;transition-property:filter,opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.bp5-omnibar .bp5-input{background-color:transparent;border-radius:0}.bp5-omnibar .bp5-input,.bp5-omnibar .bp5-input:focus{box-shadow:none}.bp5-omnibar .bp5-menu{background-color:transparent;border-radius:0;box-shadow:inset 0 1px #11141826;max-height:calc(60vh - 40px);overflow:auto}.bp5-omnibar .bp5-menu:empty{display:none}.bp5-dark .bp5-omnibar,.bp5-omnibar.bp5-dark{background-color:#394b59;box-shadow:inset 0 0 0 1px #fff3,0 4px 8px #11141866,0 18px 46px 6px #11141866}.bp5-omnibar-overlay .bp5-overlay-backdrop{background-color:#11141833}.bp5-select-popover .bp5-popover-content{padding:5px}.bp5-select-popover .bp5-input-group{margin-bottom:0}.bp5-select-popover .bp5-menu{max-height:300px;max-width:400px;overflow:auto;padding:0}.bp5-select-popover .bp5-menu:not(:first-child){padding-top:5px}.bp5-select-popover.bp5-popover-match-target-width{width:100%}.bp5-select-popover.bp5-popover-match-target-width .bp5-menu{max-width:none;min-width:0}.bp5-suggest-popover .bp5-menu{max-height:300px;max-width:400px;overflow:auto}.bp5-suggest-popover.bp5-popover-match-target-width{width:100%}.bp5-suggest-popover.bp5-popover-match-target-width .bp5-menu{max-width:none;min-width:0}.bp5-table-cell{display:inline-block;font-size:12px;height:20px;line-height:20px;padding:0 10px;transition:color .3s}.bp5-dark .bp5-table-cell:not([class*=bp5-intent-]):not(.bp5-loading){color:#f6f7f9}.bp5-table-cell.bp5-intent-primary{background-color:#137cbd1a;color:#137cbd}.bp5-dark .bp5-table-cell.bp5-intent-primary{background:rgba(19,124,189,.1);color:#4c90f0}.bp5-table-cell.bp5-intent-success{background-color:#2385511a;color:#238551}.bp5-dark .bp5-table-cell.bp5-intent-success{background:rgba(35,133,81,.1);color:#32a467}.bp5-table-cell.bp5-intent-warning{background-color:#c876191a;color:#c87619}.bp5-dark .bp5-table-cell.bp5-intent-warning{background:rgba(200,118,25,.1);color:#ec9a3c}.bp5-table-cell.bp5-intent-danger{background-color:#cd42461a;color:#cd4246}.bp5-dark .bp5-table-cell.bp5-intent-danger{background:rgba(205,66,70,.1);color:#e76a6e}.bp5-table-editing-enabled .bp5-table-cell{cursor:text}.bp5-table-selection-enabled .bp5-table-cell{cursor:cell}.bp5-table-cell.bp5-table-truncated-cell{overflow:hidden}.bp5-table-cell.bp5-large,.bp5-large .bp5-table-cell{font-size:14px;height:30px;line-height:30px}.bp5-table-cell.bp5-loading{display:flex;flex-direction:column;justify-content:center;color:transparent}.bp5-table-cell:focus{outline:none}.bp5-table-cell-interactive{z-index:21}.bp5-table-striped .bp5-table-cell-ledger-even{background-color:#fff}.bp5-table-striped .bp5-table-cell-ledger-odd{background-color:#fbfbfc}.bp5-dark .bp5-table-striped .bp5-table-cell-ledger-even{background-color:#30404d}.bp5-dark .bp5-table-striped .bp5-table-cell-ledger-odd{background-color:#354653}.bp5-table-editable-name input{height:20px}.bp5-table-editable-text{bottom:0;left:0;padding:0 10px;position:absolute;right:0;top:0}.bp5-table-cell-text-placeholder{color:#5f6b7c}.bp5-dark .bp5-table-cell-text-placeholder{color:#abb3bf}.bp5-table-null{color:#5f6b7c99}.bp5-table-truncated-value{left:10px;max-height:100%;overflow:hidden;position:absolute;right:35px;text-overflow:ellipsis;top:0}.bp5-table-truncated-format-text{left:10px;max-height:100%;overflow:hidden;position:absolute;right:10px;text-overflow:ellipsis;top:0}.bp5-table-truncated-popover-target{border-radius:2px;bottom:0;cursor:pointer;opacity:.3;padding:0 5px;position:absolute;right:5px;text-align:center;top:0}.bp5-table-truncated-popover-target .bp5-icon-standard{line-height:20px}.bp5-table-truncated-popover-target.bp5-popover-open{opacity:1}.bp5-table-truncated-popover-target.bp5-popover-open .bp5-icon-standard{color:#137cbd}.bp5-table-truncated-popover-target:hover{opacity:1}.bp5-table-truncated-popover{font-family:monospace;max-height:300px;max-width:600px;min-width:200px;overflow:auto;padding:10px}.bp5-table-popover-whitespace-pre{white-space:pre}.bp5-table-popover-whitespace-normal{white-space:normal}.bp5-table-container{box-shadow:0 0 0 1px #11141826}.bp5-table-menu{box-shadow:0 1px #11141826,1px 0 #11141826}.bp5-table-header{box-shadow:0 1px #11141826}.bp5-table-cell{box-shadow:inset 0 -1px #11141826,inset -1px 0 #11141826}.bp5-table-horizontal-cell-divider{box-shadow:inset 0 1px #11141826;height:1px}.bp5-table-column-headers .bp5-table-header{box-shadow:0 1px #11141826,inset -1px 0 #11141826}.bp5-table-column-headers .bp5-table-header:before{bottom:0;right:1px}.bp5-table-row-headers .bp5-table-header{box-shadow:inset 0 -1px #11141826,1px 0 #11141826}.bp5-table-row-headers .bp5-table-header:before{bottom:1px;right:0}.bp5-table-body .bp5-table-last-in-row{box-shadow:inset 0 -1px #11141826,1px 0 #11141826}.bp5-table-body .bp5-table-last-in-column{box-shadow:0 1px #11141826,inset -1px 0 #11141826}.bp5-table-body .bp5-table-last-in-row.bp5-table-last-in-column{box-shadow:0 1px #11141826,1px 0 #11141826}.bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-row{box-shadow:inset 0 -1px #11141826,inset -3px 0 #11141826}.bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column{box-shadow:inset 0 -3px #11141826,inset -1px 0 #11141826}.bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column.bp5-table-last-in-row{box-shadow:inset 0 -3px #11141826,inset -3px 0 #11141826}.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row{box-shadow:0 1px #11141826,inset -3px 0 #11141826}.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row:before{bottom:0;right:3px}.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column{box-shadow:inset 0 -3px #11141826,1px 0 #11141826}.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column:before{bottom:3px;right:0}.bp5-table-quadrant-left .bp5-table-cell.bp5-table-last-in-row{box-shadow:inset 0 -1px #11141826,inset -3px 0 #11141826}.bp5-table-quadrant-top .bp5-table-cell.bp5-table-last-in-column{box-shadow:inset 0 -3px #11141826,inset -1px 0 #11141826}.bp5-dark .bp5-table-container{box-shadow:0 0 0 1px #11141866}.bp5-dark .bp5-table-menu{box-shadow:0 1px #11141866,1px 0 #11141866}.bp5-dark .bp5-table-header{box-shadow:0 1px #11141866}.bp5-dark .bp5-table-cell{box-shadow:inset 0 -1px #11141866,inset -1px 0 #11141866}.bp5-dark .bp5-table-horizontal-cell-divider{box-shadow:inset 0 1px #11141866;height:1px}.bp5-dark .bp5-table-column-headers .bp5-table-header{box-shadow:0 1px #11141866,inset -1px 0 #11141866}.bp5-dark .bp5-table-column-headers .bp5-table-header:before{bottom:0;right:1px}.bp5-dark .bp5-table-row-headers .bp5-table-header{box-shadow:inset 0 -1px #11141866,1px 0 #11141866}.bp5-dark .bp5-table-row-headers .bp5-table-header:before{bottom:1px;right:0}.bp5-dark .bp5-table-body .bp5-table-last-in-row{box-shadow:inset 0 -1px #11141866,1px 0 #11141866}.bp5-dark .bp5-table-body .bp5-table-last-in-column{box-shadow:0 1px #11141866,inset -1px 0 #11141866}.bp5-dark .bp5-table-body .bp5-table-last-in-row.bp5-table-last-in-column{box-shadow:0 1px #11141866,1px 0 #11141866}.bp5-dark .bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-row{box-shadow:inset 0 -1px #11141866,inset -3px 0 #11141866}.bp5-dark .bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column{box-shadow:inset 0 -3px #11141866,inset -1px 0 #11141866}.bp5-dark .bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column.bp5-table-last-in-row{box-shadow:inset 0 -3px #11141866,inset -3px 0 #11141866}.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row{box-shadow:0 1px #11141866,inset -3px 0 #11141866}.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row:before{bottom:0;right:3px}.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column{box-shadow:inset 0 -3px #11141866,1px 0 #11141866}.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column:before{bottom:3px;right:0}.bp5-dark .bp5-table-quadrant-left .bp5-table-cell.bp5-table-last-in-row{box-shadow:inset 0 -1px #11141866,inset -3px 0 #11141866}.bp5-dark .bp5-table-quadrant-top .bp5-table-cell.bp5-table-last-in-column{box-shadow:inset 0 -3px #11141866,inset -1px 0 #11141866}@keyframes skeleton-fade-in{0%{opacity:0}to{opacity:1}}.bp5-table-header{align-items:flex-start;flex:1 1 auto;justify-content:space-between;position:relative;text-overflow:ellipsis;-webkit-user-select:none;user-select:none}.bp5-table-header:before{content:"";display:block;left:0;position:absolute;top:0}.bp5-table-header .bp5-table-row-name,.bp5-table-header .bp5-table-column-name,.bp5-table-header .bp5-table-header-content{position:relative;width:100%}.bp5-table-selection-enabled .bp5-table-header:hover:before,.bp5-table-header.bp5-table-header-active:before{background-color:#e5e8eb}.bp5-dark .bp5-table-selection-enabled .bp5-table-header:hover:before,.bp5-dark .bp5-table-header.bp5-table-header-active:before{background-color:#394b59}.bp5-table-header.bp5-table-header-selected:before{background-image:linear-gradient(90deg,rgba(19,124,189,.1),rgba(19,124,189,.1))}.bp5-table-th-menu-container{flex-shrink:0;opacity:0;position:absolute;right:1px;text-align:right}.bp5-table-header:hover .bp5-table-th-menu-container,.bp5-table-header-active .bp5-table-th-menu-container,.bp5-table-th-menu-container.bp5-table-th-menu-open{opacity:1}.bp5-table-interaction-bar .bp5-table-th-menu-container{line-height:20px}.bp5-table-th-menu-container-background{height:30px;pointer-events:none;position:absolute;right:0;top:0;width:50px}.bp5-table-interaction-bar .bp5-table-th-menu-container-background{height:20px}.bp5-table-th-menu-open .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(246,247,249,0) 0%,#f6f7f9 50%)}.bp5-dark .bp5-table-th-menu-open .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(57,75,89,0) 0%,#394b59 50%)}.bp5-table-header:hover .bp5-table-th-menu-container-background,.bp5-table-header-active .bp5-table-th-menu-container-background,.bp5-table-th-menu-open .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(246,247,249,0) 0%,#f6f7f9 50%)}.bp5-dark .bp5-table-header:hover .bp5-table-th-menu-container-background,.bp5-dark .bp5-table-header-active .bp5-table-th-menu-container-background,.bp5-dark .bp5-table-th-menu-open .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(57,75,89,0) 0%,#394b59 50%)}.bp5-table-selection-enabled .bp5-table-header:hover .bp5-table-th-menu-container-background,.bp5-table-selection-enabled .bp5-table-header-active .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(229,232,235,0) 0%,#e5e8eb 50%)}.bp5-dark .bp5-table-selection-enabled .bp5-table-header:hover .bp5-table-th-menu-container-background,.bp5-dark .bp5-table-selection-enabled .bp5-table-header-active .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(57,75,89,0) 0%,#394b59 50%)}.bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(223,235,243,0) 0%,#dfebf3 50%)}.bp5-dark .bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(53,80,99,0) 0%,#355063 50%)}.bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected:hover .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(208,221,230,0) 0%,#d0dde6 50%)}.bp5-dark .bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected:hover .bp5-table-th-menu-container-background{background-image:linear-gradient(90deg,rgba(53,80,99,0) 0%,#355063 50%)}.bp5-table-th-menu{cursor:pointer;height:30px;position:relative;width:30px}.bp5-table-interaction-bar .bp5-table-th-menu{height:20px;right:1px;text-align:center;width:20px}.bp5-table-interaction-bar .bp5-table-th-menu .bp5-icon{margin:2px 2px 2px 3px;vertical-align:top}.bp5-table-th-menu .bp5-icon{background-color:#f6f7f9;border-radius:2px;box-shadow:inset 0 0 0 1px #11141833;color:#5f6b7c;margin-right:7px;margin-top:7px}.bp5-table-selection-enabled .bp5-table-th-menu .bp5-icon{background-color:#e5e8eb}.bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu .bp5-icon{background-color:linear-gradient(90deg,rgba(223,235,243,0) 0%,#dfebf3 50%)}.bp5-dark .bp5-table-th-menu .bp5-icon{background-color:#394b59;box-shadow:inset 0 0 0 1px #fff3;color:#abb3bf}.bp5-dark .bp5-table-selection-enabled .bp5-table-th-menu .bp5-icon{background-color:#394b59}.bp5-dark .bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu .bp5-icon{background-color:linear-gradient(90deg,rgba(53,80,99,0) 0%,#355063 50%)}.bp5-table-th-menu:hover .bp5-icon{box-shadow:inset 0 0 0 1px #11141866;color:#1c2127}.bp5-dark .bp5-table-th-menu:hover .bp5-icon{box-shadow:inset 0 0 0 1px #fff6;color:#f6f7f9}.bp5-table-th-menu.bp5-popover-open .bp5-icon,.bp5-dark .bp5-table-th-menu.bp5-popover-open .bp5-icon{background-color:#137cbd;box-shadow:none;color:#fff}.bp5-table-thead{display:block;white-space:nowrap}.bp5-table-column-header-tr{display:flex}.bp5-table-column-header-tr .bp5-table-header{flex:0 0}.bp5-table-column-headers .bp5-table-interaction-bar{height:20px;position:relative}.bp5-table-column-headers .bp5-table-header{line-height:30px;min-height:30px;vertical-align:top}.bp5-table-row-headers .bp5-table-header{line-height:20px;min-width:30px;overflow:hidden}.bp5-table-column-name-text,.bp5-table-row-name-text{flex-grow:1;pointer-events:none}.bp5-table-truncated-text{max-height:100%;overflow:hidden;text-overflow:ellipsis}.bp5-table-no-wrap-text{white-space:nowrap}.bp5-table-column-name-text{padding:0 10px}.bp5-table-editable-name{display:block;pointer-events:all}.bp5-table-editable-name.bp5-editable-text:before{border-radius:0;bottom:0;left:-11px;right:-10px;top:-1px}.bp5-table-editable-name.bp5-editable-text:not(.bp5-editable-editing):before{box-shadow:none}.bp5-table-editable-name.bp5-editable-text.bp5-editable-editing:before{bottom:1px;cursor:text;left:-10px;right:-9px;top:0}.bp5-table-editable-name.bp5-editable-text.bp5-editable-editing.bp5-table-editable-text:before{left:0;right:1px}.bp5-table-column-name .bp5-table-editable-name.bp5-editable-text:before{bottom:-1px}.bp5-table-column-name .bp5-table-editable-name.bp5-editable-text.bp5-editable-editing:before{bottom:0}.bp5-table-column-name-text .bp5-table-editable-name input{height:30px}.bp5-table-column-name{display:flex;flex-direction:column;font-size:14px;text-align:left}.bp5-table-row-name{display:block;font-size:12px;padding:0 5px;text-align:right}.bp5-table-header-content{font-size:14px;white-space:normal}.bp5-table-header-content .is-searchable:not(.is-focused)>.Select-control{background:none;box-shadow:none}.bp5-table-header-content .is-searchable>.Select-control{border-radius:0}.bp5-table-header-content .is-searchable>.Select-control .Select-value{cursor:pointer}.bp5-table-header-content .Select-value{right:-1px}.bp5-table-column-name,.bp5-table-row-name{transition:color .3s}.bp5-table-header.bp5-loading{display:flex;flex-direction:column;justify-content:center}.bp5-table-header.bp5-loading .bp5-table-column-name,.bp5-table-header.bp5-loading .bp5-table-row-name{flex:1}.bp5-table-header.bp5-loading .bp5-table-column-name-text{display:flex;flex-direction:column;justify-content:center;padding:10px}.bp5-table-header.bp5-loading .bp5-table-column-name-text .bp5-skeleton{height:8px}.bp5-table-header.bp5-loading .bp5-table-row-name{display:flex;flex-direction:column;justify-content:center}.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header{cursor:s-resize}.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable{cursor:grab}.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable:active{cursor:grabbing}.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar{cursor:grab}.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar:active{cursor:grabbing}.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header{cursor:e-resize}.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable{cursor:grab}.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable:active{cursor:grabbing}.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar{cursor:grab}.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar:active{cursor:grabbing}.bp5-table-selection-enabled.bp5-table-menu{cursor:se-resize}.bp5-table-selection-enabled .bp5-editable-text:before,.bp5-table-selection-enabled .bp5-editable-content{cursor:cell}.bp5-table-column-header-cell.bp5-table-has-reorder-handle:not(.bp5-table-has-interaction-bar) .bp5-table-column-name-text{padding-left:22px}.bp5-table-column-header-cell.bp5-table-has-reorder-handle:not(.bp5-table-has-interaction-bar) .bp5-table-editable-name:before{left:-22px}.bp5-table-reorder-handle-target{cursor:grab;align-items:center;bottom:0;color:#5f6b7c99;display:flex;justify-content:center;left:0;position:absolute;top:0;width:22px}.bp5-table-reorder-handle-target:active{cursor:grabbing}.bp5-table-reorder-handle-target:hover{color:#1c2127}.bp5-table-reorder-handle-target:active{color:#137cbd}.bp5-dark .bp5-table-reorder-handle-target{color:#abb3bf99}.bp5-dark .bp5-table-reorder-handle-target:hover{color:#f6f7f9}.bp5-dark .bp5-table-reorder-handle-target:active{color:#137cbd}.bp5-table-reorder-handle{display:flex}.bp5-table-resize-handle-target{opacity:0;position:absolute;-webkit-user-select:none;user-select:none;z-index:20}.bp5-table-resize-handle-target:hover,.bp5-table-resize-handle-target.bp5-table-dragging{opacity:1}.bp5-table-resize-handle-target.bp5-table-resize-vertical{bottom:-1px;cursor:ew-resize;right:0;top:0;width:5px}.bp5-table-resize-handle-target.bp5-table-resize-horizontal{bottom:0;cursor:ns-resize;height:5px;left:0;right:-1px}.bp5-table-resize-handle{background-color:#137cbd;position:absolute;z-index:20}.bp5-table-resize-handle.bp5-table-dragging{background-color:#137cbd}.bp5-table-resize-vertical .bp5-table-resize-handle{bottom:0;left:2px;top:0;width:3px}.bp5-table-resize-horizontal .bp5-table-resize-handle{height:3px;left:0;right:0;top:2px}.bp5-table-resize-guides .bp5-table-horizontal-guide{background-color:#137cbd;height:3px;margin-top:-3px}.bp5-table-resize-guides .bp5-table-horizontal-guide.bp5-table-horizontal-guide-flush-top{margin-top:0}.bp5-table-resize-guides .bp5-table-vertical-guide{background-color:#137cbd;margin-left:-3px;width:3px}.bp5-table-resize-guides .bp5-table-vertical-guide.bp5-table-vertical-guide-flush-left{margin-left:0}.bp5-table-overlay-layer{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;z-index:20}.bp5-table-overlay{position:absolute}.bp5-table-region{background-color:#f6f7f91a;border:1px solid #f6f7f9}.bp5-table-selection-region{background-color:#137cbd1a;border:1px solid #137cbd}.bp5-dark .bp5-table-selection-region{background-color:#4c90f01a;border:1px solid #4c90f0}.bp5-table-column-headers .bp5-table-selection-region,.bp5-table-row-headers .bp5-table-selection-region{background-color:transparent}.bp5-table-focus-region{border:2px solid #137cbd}.bp5-table-column-headers .bp5-table-region{border-bottom:none}.bp5-table-row-headers .bp5-table-region{border-right:none}.bp5-table-vertical-guide{bottom:0;top:0}.bp5-table-horizontal-guide{left:0;right:0}.bp5-table-reordering-cursor-overlay{cursor:grabbing}.bp5-table-reordering .bp5-table-reordering-cursor-overlay{pointer-events:all}.bp5-table-quadrant-stack{display:flex;height:100%;position:relative}.bp5-table-quadrant{background:#f6f7f9;left:0;overflow:hidden;position:absolute;top:0}.bp5-dark .bp5-table-quadrant{background-color:#394b59}.bp5-table-quadrant-scroll-container{bottom:0;left:0;overflow:auto;position:relative;right:0;top:0;-webkit-user-select:none;user-select:none;will-change:transform}.bp5-table-no-vertical-scroll .bp5-table-quadrant-scroll-container{overflow-y:hidden}.bp5-table-no-horizontal-scroll .bp5-table-quadrant-scroll-container{overflow-x:hidden}.bp5-table-body-scrolling-indicator-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.bp5-table-body-is-scrolling-left,.bp5-table-body-is-scrolling-bottom,.bp5-table-body-is-scrolling-right,.bp5-table-body-is-scrolling-top{opacity:1;transition:opacity .2s linear}.bp5-table-body-is-scrolling-top{background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,transparent 10%)}.bp5-table-body-is-scrolling-right{background:linear-gradient(270deg,rgba(0,0,0,.15) 0%,transparent 10%)}.bp5-table-body-is-scrolling-bottom{background:linear-gradient(0deg,rgba(0,0,0,.15) 0%,transparent 10%)}.bp5-table-body-is-scrolling-left{background:linear-gradient(90deg,rgba(0,0,0,.15) 0%,transparent 10%)}.bp5-table-quadrant-body-container{position:relative}.bp5-table-quadrant-main{height:100%;left:auto;position:relative;top:auto;width:100%;z-index:0}.bp5-table-quadrant-main .bp5-table-quadrant-scroll-container{height:100%;width:100%}.bp5-table-quadrant-main .bp5-table-cell-client{background:#ffffff}.bp5-table-quadrant-top{right:0;z-index:1}.bp5-table-quadrant-top .bp5-table-quadrant-scroll-container{bottom:-20px;overflow-y:hidden}.bp5-table-quadrant-left{bottom:0;transition:width .1s cubic-bezier(.4,1,.75,.9);z-index:2}.bp5-table-quadrant-left .bp5-table-quadrant-scroll-container{bottom:0;height:auto;overflow-x:hidden;position:absolute;right:-20px;top:0}.bp5-table-quadrant-left .bp5-table-body-virtual-client{min-width:1px}.bp5-table-quadrant-top-left{transition:width .1s cubic-bezier(.4,1,.75,.9);z-index:3}.bp5-table-quadrant-top-left .bp5-table-quadrant-scroll-container{bottom:-20px;overflow-x:hidden;overflow-y:hidden;right:-20px}.bp5-table-quadrant-top-left .bp5-table-body-virtual-client{min-width:1px}@media (-webkit-max-device-pixel-ratio: 1.5){.bp5-table-quadrant-top .bp5-table-quadrant-scroll-container{bottom:-50px}.bp5-table-quadrant-left .bp5-table-quadrant-scroll-container{right:-50px}.bp5-table-quadrant-top-left .bp5-table-quadrant-scroll-container{bottom:-50px;right:-50px}}@media (-webkit-min-device-pixel-ratio: 2.5){.bp5-table-quadrant-top .bp5-table-quadrant-scroll-container{bottom:-10px}.bp5-table-quadrant-left .bp5-table-quadrant-scroll-container{right:-10px}.bp5-table-quadrant-top-left .bp5-table-quadrant-scroll-container{bottom:-10px;right:-10px}}.bp5-table-container{background-color:#f6f7f9;display:flex;flex-direction:column;height:100%;max-height:100%;max-width:100%;min-height:60px;overflow:hidden;will-change:transform}.bp5-dark .bp5-table-container{background-color:#394b59}.bp5-table-container .bp5-loading{color:transparent}.bp5-table-container .bp5-loading .bp5-skeleton{animation:.3s linear forwards skeleton-fade-in,1s linear infinite alternate skeleton-glow;animation-delay:0s,.3s;height:5px;opacity:0}.bp5-table-top-container{display:flex;flex:0 0 auto;min-height:0%}.bp5-table-container.bp5-table-no-rows .bp5-table-top-container{padding-bottom:1px}.bp5-table-bottom-container{color:#1c2127;display:flex;flex:1 1 auto;height:100%;min-height:0%}.bp5-dark .bp5-table-bottom-container{color:#f6f7f9}.bp5-table-menu{background-color:#f6f7f9;flex:0 0 auto;position:relative;z-index:13}.bp5-dark .bp5-table-menu{background-color:#394b59}.bp5-table-column-headers{background-color:#f6f7f9;color:#1c2127;display:block;position:relative;z-index:11}.bp5-dark .bp5-table-column-headers{background-color:#394b59;color:#f6f7f9}.bp5-table-row-headers{background-color:#f6f7f9;color:#5f6b7c;flex:0 0 auto;position:relative;transition:width .1s cubic-bezier(.4,1,.75,.9);z-index:12}.bp5-dark .bp5-table-row-headers{background-color:#394b59;color:#abb3bf}.bp5-table-body{flex:1 1 100%;overflow:scroll;position:relative;z-index:10}.bp5-table-body-virtual-client{position:relative}.bp5-table-cell-client{background:#ffffff}.bp5-dark .bp5-table-cell-client{background:#30404d}.bp5-table-tbody{display:block;white-space:nowrap}.bp5-table-cell{display:inline-block}.bp5-table-no-layout{display:inline-block;position:absolute}a:hover,a:active{background:inherit;color:inherit;text-decoration:inherit}.bp5-popover-content>p{margin-bottom:0;margin-top:0}.bp5-slider-label{white-space:nowrap}.bp5-align__cell-padding-fix{margin:2px!important}.without-caret .bp5-icon-caret-down{display:none}.bp5_with_error_select{border:1px solid #ff0000;border-radius:4px}.modal__content--xlarge{max-width:70%}.text-center{text-align:center}.center{display:block;margin:auto}.bp5-table-container{max-width:40rem}.full-width .bp5-table-container{max-width:100%}.wide-bp-dialog{width:50rem}.bp5-dark .bp5-button{box-shadow:0 0 0 1px #10161a66!important;background-image:linear-gradient(to bottom,rgba(255,255,255,.05),rgba(255,255,255,0))}.bp5-dialog.bp5-dark{box-shadow:0 0 0 1px #10161a33,0 4px 8px #10161a66,0 18px 46px 6px #10161a66!important}.bp5-dialog.bp5-dark .bp5-dialog-header{box-shadow:0 1px #10161a66}.bp5-dark .bp5-control .bp5-control-indicator{background-image:linear-gradient(to bottom,rgba(255,255,255,.05),rgba(255,255,255,0));box-shadow:0 0 0 1px #10161a66;background-color:#394b59}.bp5-dark .bp5-input{box-shadow:0 0 #137cbd00,0 0 #137cbd00,0 0 #137cbd00,inset 0 0 0 1px #10161a4d,inset 0 1px 1px #10161a66}.bp5-dark .bp5-menu-item.bp5-active{background-color:#137cbd;color:#fff}.bp5-dark.bp5-popover,.bp5-dark .bp5-popover{box-shadow:0 0 0 1px #10161a33,0 2px 4px #10161a66,0 8px 24px #10161a66}.bp5-button.bp5-intent-primary{background-image:linear-gradient(to bottom,rgba(255,255,255,.1),rgba(255,255,255,0))}.amcharts-amexport-menu-level-0{padding:5px 0}.amcharts-amexport-menu-level-1{padding:0 10px}.amcharts-amexport-item:hover .amcharts-amexport-menu.amcharts-amexport-menu-level-1,.amcharts-amexport-item.active .amcharts-amexport-menu.amcharts-amexport-menu-level-1{display:inline-flex}.amcharts-amexport-item:hover .amcharts-amexport-item-level-1,.amcharts-amexport-item.active .amcharts-amexport-item-level-1{border-radius:0;margin:0}.amcharts-external-slider{margin:0 auto;width:90%}.u-clear:after,.u-clear:before{content:"";display:table}.u-clear:after{clear:both}.u-center{margin-left:auto;margin-right:auto}.u-table{display:table;table-layout:auto;width:100%}.u-stretch{height:100%;width:100%}.u-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.u-fixed-overlay{height:100%;left:0;position:fixed;top:0;width:100%}.u-fluid-image,.u-stretched-image{display:block;height:auto}.u-fluid-image{max-width:100%}.u-stretched-image{width:100%}.u-left{float:left}.u-right{float:right}[v-cloak]{display:none}.u-text-light{font-weight:300}.u-text-regular{font-weight:400}.u-text-semi-bold{font-weight:600}.u-text-bold{font-weight:700}.u-text-extra-bold{font-weight:800}.u-text-center{text-align:center}.u-text-left{text-align:left}.u-text-right{text-align:right}.u-capitalize{text-transform:capitalize}.u-lowercase{text-transform:lowercase}.u-uppercase{text-transform:uppercase}.u-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}*,*:after,*:before{box-sizing:border-box}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0}.rdrCalendarWrapper{box-sizing:border-box;background:#ffffff;display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateDisplay{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.rdrDateDisplayItem{-webkit-box-flex:1;flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.rdrMonthAndYearPickers{-webkit-box-flex:1;flex:1 1 auto;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:-webkit-box;display:flex}.rdrMonthsVertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:-webkit-box;display:flex}.rdrWeekDay{flex-basis:14.2857142857%;box-sizing:inherit;text-align:center}.rdrDays{display:-webkit-box;display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:14.2857142857%;position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:-webkit-inline-box;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrStaticRanges{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:-webkit-box;display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{-webkit-box-align:center;align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#EFF2F7}.rdrNextPrevButton:hover{background:#E1E7F0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;-webkit-transform:translate(-3px,0px);transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;-webkit-transform:translate(-3px,0px);transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);-webkit-transform:translate(3px,0px);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:rgba(255,255,255,.09);position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{-webkit-box-align:center;align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{-webkit-filter:grayscale(100%) opacity(60%);filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.font-size-lg{font-size:16px;font-size:1rem}.font-size-xxxl{font-size:30px;font-size:1.875rem}html{font-size:16px}html,body{height:100%;overscroll-behavior-x:none}p{margin-bottom:20px;margin-top:20px}a,button{cursor:pointer;outline:none}a.inactive,button.inactive{opacity:.4}a.error,button.error{color:red}.hidden{display:none}.no-overflow{overflow:hidden}.overflow-visible{overflow:visible!important}@font-face{font-family:noto-sans;font-style:normal;font-weight:400;src:url(/assets/noto-sans-400-16bb3d8f.woff2) format("woff2"),url(/assets/noto-sans-400-c67bc3ea.woff) format("woff"),url(/assets/noto-sans-400-f95fc61d.ttf) format("ttf")}@font-face{font-family:noto-sans;font-style:italic;font-weight:400;src:url(/assets/noto-sans-400-italic-a954c0a7.woff2) format("woff2"),url(/assets/noto-sans-400-italic-fe8b4350.woff) format("woff"),url(/assets/noto-sans-400-italic-77f56d46.ttf) format("ttf")}@font-face{font-family:noto-sans;font-style:normal;font-weight:700;src:url(/assets/noto-sans-700-6a2f4003.woff2) format("woff2"),url(/assets/noto-sans-700-a2333d58.woff) format("woff"),url(/assets/noto-sans-700-330a79dc.ttf) format("ttf")}@font-face{font-family:noto-sans;font-style:italic;font-weight:700;src:url(/assets/noto-sans-700-italic-0bc6089e.woff2) format("woff2"),url(/assets/noto-sans-700-italic-30263f9c.woff) format("woff"),url(/assets/noto-sans-700-italic-31e904c9.ttf) format("ttf")}@font-face{font-family:oswald;font-style:normal;font-weight:600;src:url(/assets/oswald-600-fa6e71b7.woff2) format("woff2"),url(/assets/oswald-600-ef6274bf.woff) format("woff"),url(/assets/oswald-600-f9655f4e.ttf) format("ttf")}@font-face{font-family:univers-65;font-style:normal;font-weight:700;src:url(/assets/univers-65-bold-9c8a09d9.woff2) format("woff2"),url(/assets/univers-65-bold-9f4ee654.woff) format("woff"),url(/assets/univers-65-bold-5741909c.ttf) format("ttf")}@font-face{font-family:atlas-icons;src:url(/assets/atlas-icons-8a3778f3.eot?klf4s6);src:url(/assets/atlas-icons-8a3778f3.eot?klf4s6#iefix) format("embedded-opentype"),url(/assets/atlas-icons-982e0f08.ttf?klf4s6) format("truetype"),url(/assets/atlas-icons-bee7bc49.woff?klf4s6) format("woff"),url(/assets/atlas-icons-e10fb1c6.svg?klf4s6#atlas-icons) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:atlas-icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-auto-start:before{content:""}.icon-machine-type-ogp:before{content:""}.icon-machine-type-dryer:before{content:""}.icon-machine-type-ngp:before{content:""}.icon-machine-type-er:before{content:""}.icon-machine-type-turbo:before{content:""}.icon-machine-type-vsd:before{content:""}.icon-machine-type-fixed:before{content:""}.icon-machine-type-generic:before{content:""}.icon-snapshot:before{content:""}.icon-settings:before{content:"";color:#fff}.icon-help:before{content:"";color:#fff}.icon-acos .path1:before{content:"";color:#fff}.icon-acos .path2:before{content:"";margin-left:-1em;color:#fff}.icon-acos .path3:before{content:"";margin-left:-1em;color:#fff}.icon-acos .path4:before{content:"";margin-left:-1em;color:#fff}.icon-acos .path5:before{content:"";margin-left:-1em;color:#fff}.icon-acos .path6:before{content:"";margin-left:-1em;color:#000}.icon-isolated-attention .path1:before{content:"";color:#fff}.icon-isolated-attention .path2:before{content:"";margin-left:-1em;color:#ff6}.icon-isolated-attention .path3:before{content:"";margin-left:-1em;color:#000001}.icon-isolated-attention .path4:before{content:"";margin-left:-1em;color:#000001}.icon-key:before{content:""}.icon-chevron-down:before{content:""}.icon-list-condensed:before{content:""}.icon-list:before{content:""}.icon-drag:before{content:""}.icon-integrated:before{content:""}.icon-isolated:before{content:""}.icon-bar-chart:before{content:""}.icon-chevron-up:before{content:""}.icon-pencil:before{content:""}.icon-trash:before{content:""}.icon-linear-wave:before{content:""}.icon-square-wave:before{content:""}.icon-cross:before{content:""}.icon-graph-line:before{content:""}.icon-plc-rules:before{content:""}.icon-arrow-circle:before{content:""}.icon-warning:before{content:""}.icon-info:before{content:""}.icon-calendar:before{content:""}.icon-chevron-right:before{content:""}.icon-check:before{content:""}.icon-tree:before{content:""}.icon-plus:before{content:""}.icon-arrow-left:before{content:""}.icon-wrench:before{content:""}.icon-check-circle:before{content:""}.icon-eye:before{content:""}.icon-user:before{content:""}.icon-graph-column:before{content:""}.icon-machine-type-chiller:before{content:""}.icon-machine-type-cooler:before{content:""}.icon-switchingUp:before{content:""}.icon-switchingDown:before{content:""}.icon-measured:before{content:"";color:#fff}.icon-mail:before{content:""}.accordion-item__panel{display:none}.accordion-item--is-active .accordion__trigger{transform:rotate(180deg)}.accordion-item--is-active .accordion-item__panel{display:block}.amcharts-export-canvas{background-color:#fff;bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:1}.amcharts-export-canvas.active{display:block}.amcharts-export-menu{color:#000;opacity:.5;position:absolute;z-index:2}.amcharts-main-div:hover .amcharts-export-menu,.amcharts-stock-div:hover .amcharts-export-menu,.amcharts-export-menu.active{opacity:1}.amcharts-export-menu-top-left>ul>li>ul:after{border-bottom:7px solid transparent;border-left:7px solid transparent;border-right:7px solid #fff;border-top:7px solid transparent;content:"";position:absolute;right:100%;top:13px;z-index:1000}.amcharts-export-menu-top-left>ul>li>ul>li:first-child>a:after{border-bottom:8px solid transparent;border-left:8px solid transparent;border-right:8px solid #e2e2e2;border-top:8px solid transparent;content:"";position:absolute;right:100%;top:12px;z-index:1001}.amcharts-export-menu-top-right>ul>li>ul:after{border-bottom:7px solid transparent;border-left:7px solid #fff;border-right:7px solid transparent;border-top:7px solid transparent;content:"";left:100%;position:absolute;top:13px;z-index:1000}.amcharts-export-menu-top-right>ul>li>ul>li:first-child>a:after{border-bottom:8px solid transparent;border-left:8px solid #e2e2e2;border-right:8px solid transparent;border-top:8px solid transparent;content:"";left:100%;position:absolute;top:12px;z-index:1001}.amcharts-export-menu-bottom-left>ul>li>ul:after{border-bottom:7px solid transparent;border-left:7px solid transparent;border-right:7px solid #fff;border-top:7px solid transparent;bottom:13px;content:"";position:absolute;right:100%;z-index:1000}.amcharts-export-menu-bottom-left>ul>li>ul>li:last-child>a:after{border-bottom:8px solid transparent;border-left:8px solid transparent;border-right:8px solid #e2e2e2;border-top:8px solid transparent;bottom:12px;content:"";position:absolute;right:100%;z-index:1001}.amcharts-export-menu-bottom-right>ul>li>ul:after{border-bottom:7px solid transparent;border-left:7px solid #fff;border-right:7px solid transparent;border-top:7px solid transparent;bottom:13px;content:"";left:100%;position:absolute;z-index:1000}.amcharts-export-menu-bottom-right>ul>li>ul>li:last-child>a:after{border-bottom:8px solid transparent;border-left:8px solid #e2e2e2;border-right:8px solid transparent;border-top:8px solid transparent;bottom:12px;content:"";left:100%;position:absolute;z-index:1001}.amcharts-export-menu ul{list-style:none;margin:0;padding:0}.amcharts-export-menu li{display:block;position:relative;z-index:1}.amcharts-export-menu li>ul{background:#fff;border:1px solid #e2e2e2;display:none;margin-top:-1px;position:absolute}.amcharts-export-menu li>a{border-bottom:1px solid #f2f2f2;color:#000;display:block;padding:9px;position:relative;text-decoration:none;white-space:nowrap;z-index:2}.amcharts-export-menu li:last-child>a{border-bottom:none}.amcharts-export-menu li>a>img{border:none}.amcharts-export-menu-top-left{left:0;top:0}.amcharts-export-menu-bottom-left{bottom:0;left:0}.amcharts-export-menu-top-right{right:0;top:0}.amcharts-export-menu-bottom-right{bottom:0;right:0}.amcharts-export-menu li:hover>ul,.amcharts-export-menu li.active>ul{display:flex}.amcharts-export-menu li:hover>a,.amcharts-export-menu li.active>a{background-color:#636363;color:#fff}.amcharts-export-menu-top-left li:hover>ul,.amcharts-export-menu-top-left li.active>ul{left:100%;top:0}.amcharts-export-menu-bottom-left li:hover>ul,.amcharts-export-menu-bottom-left li.active>ul{bottom:0;left:100%}.amcharts-export-menu-top-right li:hover>ul,.amcharts-export-menu-top-right li.active>ul{right:100%;top:0}.amcharts-export-menu-bottom-right li:hover>ul,.amcharts-export-menu-bottom-right li.active>ul{bottom:0;right:100%}.amcharts-export-menu .export-main>a,.amcharts-export-menu .export-drawing>a,.amcharts-export-menu .export-delayed-capturing>a{background-color:#fff;background-image:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23888%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23888%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E);background-position:center;background-repeat:no-repeat;border-radius:18px;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,.5);-moz-box-shadow:1px 1px 3px 0 rgba(0,0,0,.5);box-shadow:1px 1px 3px #00000080;display:block;height:36px;margin:8px 8px 0 10px;overflow:hidden;padding:0;text-indent:-13333337px;width:36px}.amcharts-export-menu .export-drawing>a{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23888%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23888%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E")}.amcharts-export-menu .export-main:hover,.amcharts-export-menu .export-drawing:hover,.amcharts-export-menu .export-main.active,.amcharts-export-menu .export-drawing.active{padding-bottom:100px}.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main:hover,.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing:hover,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main:hover,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing:hover,.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main.active,.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing.active,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main.active,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing.active{padding-bottom:0;padding-top:100px}.amcharts-export-menu .export-main:hover>a,.amcharts-export-menu .export-main.active>a{background-image:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23fff%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E)}.amcharts-export-menu .export-drawing:hover>a,.amcharts-export-menu .export-drawing.active>a{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23FFF%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23FFF%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E")}.amcharts-export-menu .export-close>a,.amcharts-export-menu .export-close:hover>a,.amcharts-export-menu .export-close.active>a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAACXBIWXMAAAsTAAALEwEAmpwYAABBsGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo4M2Q5NDllYS1lMjE3LTQ3Y2QtYTU1Ni04MTQ3NmRjNWEwYWQ8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZhMTQ5MTc1LTNiODItMTE3OC05ZjZmLWY0MWMwNTYyYzQxYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpkZGFhNTJkMi1mZDRiLTRkMmMtODEzOC01ZTEzNmQ4NGFjMDE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjA3YWZiNWNlLWM0NTktNGM0MS1iZDIyLTE5ZTAyZTBhOWM1Yzwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjgzZDk0OWVhLWUyMTctNDdjZC1hNTU2LTgxNDc2ZGM1YTBhZDwvc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmY3ZmRlNGYtZDk2MS00Njk4LWI0ZjAtMDJlYjEwOWE4OTA4PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcDwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmRkYWE1MmQyLWZkNGItNGQyYy04MTM4LTVlMTM2ZDg0YWMwMTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMjEgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNS0xNVQxMzoxMzoxNyswMjowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA1LTE1VDEzOjIxOjIxKzAyOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPlg8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0Plg8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwvcGhvdG9zaG9wOlRleHRMYXllcnM+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMzwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+HyMp+AAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAA3UlEQVR42rSSXZECQQyEPygMrIVFAidhkQASQEIjYVsCSOAksBJAAlhAwvKSWcJBUQVVl6fM5Ke7k4z6vudTG/OFTQAktcAs/ja2TyVBUgVsgQq42F5PItYBCn8PTFNjAYvw5wM92x3gCNSSFCh1araLvAdNBi53VgMtgCuweRqE7RyogAPQxHsdcQBGf0cuaZ80APzaXn468urtniQ1CaXoayStct5AL4QfgToKfoBzIF2BadGVkVZRkIU7UdQDkqRZoDwJl3ROzea2u4LUvtpHOavkty9H/m9XfhsA0l9VuzQDWrIAAAAASUVORK5CYII=)}.amcharts-export-menu .export-drawing-color{background:#000;width:35px}.amcharts-export-menu .export-drawing-color>a{display:block;overflow:hidden;text-indent:-13333337px}.amcharts-export-menu .export-drawing-color-red{background:#f00}.amcharts-export-menu .export-drawing-color-green{background:#0f0}.amcharts-export-menu .export-drawing-color-blue{background:#00f}.amcharts-export-menu .export-drawing-color-white{background:#fff}.amcharts-export-fallback{background-color:#fff;bottom:0;left:0;position:absolute;right:0;top:0}.amcharts-export-fallback textarea{border:none;height:100%;outline:none;overflow:hidden;padding:20px;position:absolute;width:100%}.amcharts-export-fallback-message{background-color:#fff;padding:20px;position:absolute;width:100%;z-index:1}.amcharts-export-menu .export-delayed-capturing>a{background-image:none;line-height:36px;text-align:center;text-indent:0;vertical-align:middle}.amcharts-export-menu,.amcharts-export-canvas .canvas-container{-webkit-transition:opacity .5s ease-out;-moz-transition:opacity .5s ease-out;-ms-transition:opacity .5s ease-out;-o-transition:opacity .5s ease-out;transition:opacity .5s ease-out}.amcharts-export-canvas.dropbox .canvas-container{opacity:.5}.amcharts-export-menu .export-drawing-shape a{color:transparent;font:0/0 a;text-shadow:none}.amcharts-export-menu li img{height:20px}.amcharts-export-menu .export-drawing-width a{text-align:center}.amcharts-export-menu .export-drawing-width span{display:block;margin:0 auto}.amcharts-export-menu .export-drawing-width span>span{background:#000;border-radius:100%;display:block}.amcharts-export-menu .export-drawing-shape a:hover img,.amcharts-export-menu .export-drawing-shape.active a img{-webkit-filter:invert(100%);filter:invert(100%)}.app{height:100%;width:100%;right:0;top:0;position:fixed;background-color:#435668;color:#fff;display:flex;flex-direction:column;font-family:noto-sans}.app-showing-banner{width:96%!important}.app-vertical-banner{display:flex;justify-content:center;align-content:center;flex-direction:column;color:#fff;font-family:univers-65;font-size:2rem;font-weight:700;padding-top:10px;background-color:#09c;height:100%;width:4%;writing-mode:vertical-rl;text-orientation:sideways;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.smart-key{position:relative}.smart-key:after{content:"S";width:16px;height:16px;background-color:#fff;color:#09c;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:50%;position:absolute;margin-top:15px;right:7px;font-size:17px}.app-content{display:flex;flex-grow:1;overflow-x:hidden;overflow-y:auto}.app-content__cell{position:relative}.app-content__cell--flex{display:flex}.app-content__cell--grow{width:100%}.app-content,.app-content__cell--grow{flex-grow:1}.app-content__body{height:100%;width:100%;overflow:auto;position:relative}.app-content__header{height:48px;height:3rem}.app-content__title{font-size:18px;font-size:1.125rem;word-break:break-all}.app-content__body--gutter-md,.app-content__section--gutter-md{padding:20px;padding:1.25rem}.app-content-header{padding:20px 40px 0;padding:1.25rem 2.5rem 0;background-color:#435668;width:100%}.app-content-header.padded{padding:20px 40px;padding:1.25rem 2.5rem}.app-content-header__title{font-size:18px;font-size:1.125rem;margin-bottom:20px;margin-bottom:1.25rem;color:#fff;display:block;font-weight:700}.app-content-header__tabs{margin-left:-30px;margin-left:-1.875rem;margin:0;padding:0}.app-content-header__tab{display:inline-block}.app-content-header__link{font-size:14px;font-size:.875rem;padding:0 10px 20px;padding:0 .625rem 1.25rem;margin:0 20px;margin:0 1.25rem;transition:color .1s ease-in-out;color:#afb7bf;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.app-content-header__link:hover{color:#fff}.app-content-header__link.is-active{border-bottom:4px solid #09c;color:#fff}.app-content-overlay{height:100%;left:0;position:absolute;top:0;width:100%;background-color:#2c3e50cc;cursor:no-drop;z-index:1}.app-content-overlay__box{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.app-content-panel{width:320px;width:20rem;min-width:320px;min-width:20rem;background-color:#2c3e50;flex-direction:column}.app-content-panel--sm{width:220px;width:13.75rem;min-width:220px;min-width:13.75rem}.app-content-panel__body{height:100%;overflow:auto}.app-content-panel__link{font-size:14px;font-size:.875rem;transition:color .2s ease-out;padding:10px 0;padding:.625rem 0;color:#fff;display:block;text-decoration:none}.app-content-panel__link.active,.app-content-panel__link.is-active{color:#09c}html:not(.touchevents) .app-content-panel__link:not([disabled]):not(.is-disabled):hover{color:#647280}.app-content-panel__footer{align-items:center;border-top:1px solid #435668;display:flex;min-height:48px;padding:10px;position:relative}.app-content-panel__footer:before{height:48px;height:3rem;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(22,32,42,.4) 100%);bottom:100%;content:"";left:0;pointer-events:none;position:absolute;width:100%}.equalizer-colors .app-content-panel,.equalizer-colors .app-content-panel__body,.equalizer-colors .app-content-panel__link{background-color:#818d99}.equalizer-colors .app-content-panel__link.active,.equalizer-colors .app-content-panel__link.is-active{border:1px solid #fff;color:#fff;padding-left:2px}html:not(.touchevents) .equalizer-colors .app-content-panel__link:not([disabled]):not(.is-disabled):hover{border:1px solid #fff;color:#fff;padding-left:2px}.sidebar-footer{border-top:1px solid #435668;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;min-height:48px;padding:10px;position:relative}.sidebar-btn-group{margin-right:10px}.app-content-panel-item+.app-content-panel-item{border-top:1px solid #23313e}.app-content-panel-item:last-of-type{border-bottom:1px solid #23313e}.app-content-panel-item__header{font-size:12px;font-size:.75rem;height:65px;height:4.0625rem;padding:0 10px 0 40px;padding:0 .625rem 0 2.5rem;transition:background-color .2s ease-out,height .2s ease-out;align-items:center;color:#fff;display:flex;text-decoration:none;text-transform:uppercase;word-break:break-word}.app-content-panel-item__header--sm{height:62px;height:3.875rem}.app-content-panel-item__header.active,.app-content-panel-item__header.is-active{background-color:#4d6378}.app-content-panel-item__header--condensed,.app-content-panel-item__header--sm{padding-left:10px;padding-left:.625rem}.app-content-panel-item__header[disabled],.app-content-panel-item__header.is-disabled{opacity:.2}.app-content-panel--condensed .app-content-panel-item__header{height:65px}.app-content-panel-item__cell{font-size:12px;font-size:.75rem;height:66px;height:4.125rem;padding:0 10px 0 40px;padding:0 .625rem 0 2.5rem;transition:background-color .2s ease-out,height .2s ease-out;align-items:center;color:#fff;display:flex;text-decoration:none;text-transform:uppercase;word-break:break-word}.app-content-panel-item__cell.active,.app-content-panel-item__cell.is-active{background-color:#4d6378}.app-content-panel-item__cell--condensed,.app-content-panel-item__cell--sm{padding-left:5px;padding-left:.3125rem}.app-content-panel-item__cell[disabled],.app-content-panel-item__cell.is-disabled{opacity:.2}.app-content-panel--condensed .app-content-panel-item__cell{height:65px}.app-content-panel-item .is-active-parent{background-color:#4d6378}.app-content-panel-item .is-active-parent .app-content-panel-item__header.active{background-color:transparent!important}.app-content-panel-item__alert{height:90px;height:5.625rem;width:20px;width:1.25rem;transition:background-color .2s ease-out,height .2s ease-out;display:block}.app-content-panel-item__alert--sm{height:65px;height:4.0625rem}.app-content-panel-item__body{padding:10px 0;padding:.625rem 0;background-color:#23313e;overflow:hidden}.app-content-panel-item__body-section{padding:0 10px;padding:0 .625rem}.app-content-panel-item__body-section--is-collapsed{padding:0}.app-content-panel-item__body-section+.app-content-panel-item__body-section{padding-top:20px;padding-top:1.25rem}.equalizer-colors .app-content-panel-item__body{background-color:#818d99}.equalizer-colors .app-content-panel-item__header.active,.equalizer-colors .app-content-panel-item__header.is-active{background-color:#747e89}.app-navigation__item .label-with-icon{font-family:noto-sans;font-size:.75rem;margin:0 5px}.app-navigation{background-color:#23313e;display:flex;min-height:48px}.app-navigation__disabled{cursor:not-allowed;opacity:.5}.app-navigation__col{align-items:center;display:flex;flex:1}.app-navigation .col-right{flex:0;justify-content:flex-end}.app-navigation .col-right .app-navigation__item{flex:0;white-space:nowrap}.app-navigation__item{font-size:12px;font-size:.75rem;padding:0 5px;padding:0 .3125rem;align-items:center;background:transparent;border:0;border-bottom:1px solid #394c5f;color:#fff;display:flex;flex:1;height:100%;justify-content:center;text-align:center;text-decoration:none;text-transform:uppercase}.app-navigation__item+.app-navigation__item{border-left:1px solid #394c5f}.app-navigation__item[disabled]{cursor:default;opacity:.3}.app-navigation__item--is-link{transition:background-color .2s ease-out}.app-navigation__item--is-link:hover,.app-navigation__item--is-link.is-active{background-color:#2c3e50}.app-navigation__item.is-loggedin{color:#09c}.app-navigation__item[data-badge]{word-break:unset}.app-navigation__item[data-badge]:after{font-size:10px;font-size:.625rem;padding:0 5px 1px;padding:0 .3125rem .0625rem;background-color:#ffdc0a;color:#000;border-radius:5px;box-shadow:0 0 5px 2px #16202a66;content:attr(data-badge);font-weight:700;left:-1px;position:relative;top:-8px}.app-navigation__date{opacity:.4}.app-navigation__date,.app-navigation__time{font-size:14px;font-size:.875rem}.equalizer-colors .app-navigation{background-color:#818d99}.equalizer-colors .app-navigation__item--is-link:hover,.equalizer-colors .app-navigation__item--is-link.is-active{background-color:#747e89}.nav-bar{display:flex;flex-direction:row;justify-content:space-evenly;align-items:stretch;background-color:#23313e}.nav-links{display:flex;justify-content:space-evenly;flex-direction:row;flex:1;height:48px}.settings{display:flex;justify-content:space-evenly;border-left:1px solid #394c5f}.settings .popover-container{display:flex;justify-content:center;align-items:center;min-width:48px;cursor:pointer;border-left:1px solid #394c5f}.settings .nav-login-btn{width:48px;border-left:1px solid #394c5f;border-right:1px solid #394c5f}.button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-color:transparent;border:0;color:inherit;outline:0;padding:0;transition:background-color .2s ease-out,color .2s ease-out;cursor:pointer}.button[href]{align-items:center;display:flex;justify-content:center;text-decoration:none}.button[disabled]{cursor:no-drop;opacity:.5}.button__icon-left{margin-right:10px;margin-right:.625rem}.button--fluid{width:100%}*[role=button]{cursor:pointer}.button{color:#fff}.button-bg-blue{background-color:#09c}.button-bg-gray{background-color:#2c3e50}.button-bg-gray-light{background-color:#52697f}.button-bg-red,.button-bg-state-danger{background-color:red}.button-bg-state-info{background-color:#09c}.button-bg-state-success{background-color:#2ecc71}.button-bg-state-warning{background-color:#ffdc0a}html:not(.touchevents) .button-bg-blue:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-gray:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-gray-light:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-red:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-state-danger:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-state-info:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-state-success:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-state-warning:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .button-bg-transparent:not([disabled]):not(.is-disabled):hover{background-color:#23313e}.button-color-blue{color:#09c}html:not(.touchevents) .button-color-blue:not([disabled]):not(.is-disabled):hover{color:#fff}.button-color-semi-white{color:#ffffff80}html:not(.touchevents) .button-color-semi-white:not([disabled]):not(.is-disabled):hover{color:#fff}.button-color-white{color:#fff}html:not(.touchevents) .button-color-white:not([disabled]):not(.is-disabled):hover{text-decoration:underline}.button-ghost-red{border:1px solid;border-color:red;color:red}html:not(.touchevents) .button-ghost-red:not([disabled]):not(.is-disabled):hover{background-color:red;color:#fff}.button-group-item{font-size:14px;font-size:.875rem;min-height:95px;min-height:5.9375rem;border-radius:4px;width:38px}.button-regular{font-size:14px;font-size:.875rem;height:38px;height:2.375rem;padding:0 20px;padding:0 1.25rem;margin:1px;border-radius:4px;text-transform:uppercase}.button-regular--fluid{width:100%}.button-regular--md{height:48px;height:3rem;padding:0 26px;padding:0 1.625rem}.button-bp-padding{padding:20px;padding:1.25rem}.button-square{height:38px;width:38px;border-radius:4px}.button-square--md{font-size:14px;font-size:.875rem;height:48px;width:48px}.button-text{font-size:14px;font-size:.875rem}.button-text--xl{font-size:18px;font-size:1.125rem}.dial-bar{font-size:14px;font-size:.875rem;position:relative}.dial-bar__figure{height:10px;margin-bottom:10px}.dial-bar__annotation{position:absolute;text-transform:none;top:8px}.dial-bar__annotation:before{background-color:#afb7bf;content:"";height:15px;left:0;position:absolute;top:-5px;width:1px}.dial-bar__annotation-label{font-size:10px;font-size:.625rem;color:#afb7bf;left:-50%;position:relative;top:7px;white-space:nowrap}.dial-radial{margin-left:auto;margin-right:auto;text-align:center;text-transform:uppercase}.dial-radial__figure{margin:0 auto;max-width:400px;min-width:100px;position:relative;width:19vh}.dial-radial__max-height200{display:flex;flex-direction:column;max-height:200px}.dial-radial__width-scale70{width:70%}.dial-radial__digit,.dial-radial__value{position:absolute}.dial-radial__digit{height:40px;height:2.5rem;text-align:center;top:50%;transform:translateY(-50%);width:100%}.dial-radial__digit:before{font-size:14px;font-size:.875rem;bottom:-20px;bottom:-1.25rem;color:#afb7bf;content:attr(data-unit);left:0;position:absolute;width:100%}.dial-radial__value{font-size:40px;font-size:2.5rem;color:#fff;font-family:oswald;left:50%;line-height:1;top:0;transform:translate(-50%);width:100%}.dial-radial__unit{font-size:14px;font-size:.875rem;color:#afb7bf}.dial-radial svg{display:block}.ui-keyboard{padding:20px 0;padding:1.25rem 0;background:#394c5f;bottom:0;box-shadow:0 -12px 100px #1c2a39;height:auto;left:0;overflow-x:auto;position:fixed;text-align:center;top:auto;touch-action:manipulation;white-space:nowrap;width:100%}.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) span{font-size:18px;font-size:1.125rem}.ui-keyboard-numeric .ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo){min-width:4rem}.ui-keyboard-textual .ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo){min-width:7rem}.ui-keyboard .ui-keyboard-widekey{min-width:7rem}.ui-keyboard-input:disabled{opacity:.4}.ui-keyboard-button{margin:2px;margin:.125rem;padding:0;background-color:#2c3e50;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:noto-sans;font-weight:700;height:4rem;line-height:4rem;min-width:4rem;overflow:hidden;text-align:center;-moz-user-focus:ignore;vertical-align:top}html:not(.touchevents) .ui-keyboard-button:not([disabled]):not(.is-disabled):active{background:#09c}.ui-keyboard-button span{font-size:18px;font-size:1.125rem;display:block;text-align:center;width:100%}.ui-keyboard-button-highlight{background-color:#09c}.ui-keyboard-accept,.ui-keyboard-cancel,.ui-keyboard-enter{background-color:#23313e}.ui-keyboard-accept span{color:#2ecc71}.ui-keyboard-has-focus{z-index:16001}.ui-keyboard-placeholder{color:#fff}.ui-keyboard-preview-wrapper .ui-keyboard-preview{font-size:14px;font-size:.875rem;margin:0 0 20px;margin:0 0 1.25rem;padding:0 20px;padding:0 1.25rem;background-color:#23313e;border:0;border-radius:5px;color:#fff;font-family:noto-sans;height:64px;line-height:64px;max-width:62rem;outline:none;width:100%}.ui-keyboard-preview-wrapper .ui-keyboard-preview::placeholder{color:#afb7bf}.ui-keyboard-numeric .ui-keyboard-preview-wrapper .ui-keyboard-preview{max-width:16.7rem}.ui-keyboard-time .ui-keyboard-preview-wrapper .ui-keyboard-preview{max-width:12.5rem}.ui-keyboard-space{width:22rem}.ui-keyboard-caret{background:#09c;margin-top:3px;width:1px}.ui-keyboard-caret-blink{animation:1s blink step-end infinite}@keyframes blink{0%,to{opacity:100%}50%{opacity:0}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.zebra-table,.zebra-table-small-font,.rounded-table{border:0}.zebra-table.sticky-header .rt-table,.sticky-header.zebra-table-small-font .rt-table,.rounded-table.sticky-header .rt-table{overflow:auto}.zebra-table.sticky-header .rt-tbody,.sticky-header.zebra-table-small-font .rt-tbody,.rounded-table.sticky-header .rt-tbody{overflow:unset}.zebra-table.sticky-header .rt-thead,.sticky-header.zebra-table-small-font .rt-thead,.rounded-table.sticky-header .rt-thead{position:sticky!important;top:0;z-index:12}.zebra-table.fixed-left .rt-table,.fixed-left.zebra-table-small-font .rt-table,.rounded-table.fixed-left .rt-table{overflow:visible;overflow-x:auto}.zebra-table.fixed-left .rt-tbody,.fixed-left.zebra-table-small-font .rt-tbody,.rounded-table.fixed-left .rt-tbody{overflow:unset}.zebra-table.fixed-left .rt-thead,.fixed-left.zebra-table-small-font .rt-thead,.rounded-table.fixed-left .rt-thead{position:sticky!important;top:0;z-index:12}.zebra-table.fixed-left .rt-th:first-child,.fixed-left.zebra-table-small-font .rt-th:first-child,.zebra-table.fixed-left .rt-td:first-child,.fixed-left.zebra-table-small-font .rt-td:first-child,.rounded-table.fixed-left .rt-th:first-child,.rounded-table.fixed-left .rt-td:first-child{background-color:inherit;position:sticky;left:0;z-index:11}.zebra-table.fixed-left .rt-td:first-child,.fixed-left.zebra-table-small-font .rt-td:first-child,.rounded-table.fixed-left .rt-td:first-child{box-shadow:10px 0 20px -10px #0009}.zebra-table.fixed-left .rt-tr.-odd .rt-td:first-child,.fixed-left.zebra-table-small-font .rt-tr.-odd .rt-td:first-child,.rounded-table.fixed-left .rt-tr.-odd .rt-td:first-child{background-color:#394c5f}.zebra-table .rt-tbody .rt-td,.zebra-table-small-font .rt-tbody .rt-td,.zebra-table .rt-thead .rt-th,.zebra-table-small-font .rt-thead .rt-th,.rounded-table .rt-tbody .rt-td,.rounded-table .rt-thead .rt-th{white-space:normal}.zebra-table .rt-thead .rt-th,.zebra-table-small-font .rt-thead .rt-th,.rounded-table .rt-thead .rt-th{color:#fff6;text-transform:uppercase}html:not(.touchevents) .zebra-table .rt-thead .rt-th.-cursor-pointer:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .zebra-table-small-font .rt-thead .rt-th.-cursor-pointer:not([disabled]):not(.is-disabled):hover,html:not(.touchevents) .rounded-table .rt-thead .rt-th.-cursor-pointer:not([disabled]):not(.is-disabled):hover{color:#fff}.zebra-table .rt-thead .rt-th.-sort-asc,.zebra-table-small-font .rt-thead .rt-th.-sort-asc,.zebra-table .rt-thead .rt-th.-sort-desc,.zebra-table-small-font .rt-thead .rt-th.-sort-desc,.rounded-table .rt-thead .rt-th.-sort-asc,.rounded-table .rt-thead .rt-th.-sort-desc{box-shadow:none;color:#fff;font-weight:700}.zebra-table .rt-thead .rt-th.-sort-asc :after,.zebra-table-small-font .rt-thead .rt-th.-sort-asc :after,.rounded-table .rt-thead .rt-th.-sort-asc :after{content:"";font-family:atlas-icons!important;padding-left:3px}.zebra-table .rt-thead .rt-th.-sort-desc :after,.zebra-table-small-font .rt-thead .rt-th.-sort-desc :after,.rounded-table .rt-thead .rt-th.-sort-desc :after{content:"";font-family:atlas-icons!important;padding-left:3px}.zebra-table .rt-thead .rt-th .rt-resizable-header-content,.zebra-table-small-font .rt-thead .rt-th .rt-resizable-header-content,.rounded-table .rt-thead .rt-th .rt-resizable-header-content{overflow:visible;position:relative}.zebra-table .rt-thead .rt-th .rt-resizable-header-content:after,.zebra-table-small-font .rt-thead .rt-th .rt-resizable-header-content:after,.rounded-table .rt-thead .rt-th .rt-resizable-header-content:after{font-size:12px;font-size:.75rem;margin-left:5px;margin-left:.3125rem}.zebra-table .rt-tbody .rt-td,.zebra-table-small-font .rt-tbody .rt-td,.zebra-table .rt-tbody .rt-td-content,.zebra-table-small-font .rt-tbody .rt-td-content,.rounded-table .rt-tbody .rt-td,.rounded-table .rt-tbody .rt-td-content{align-items:center;display:flex}.zebra-table .-pagination .-btn,.zebra-table-small-font .-pagination .-btn,.rounded-table .-pagination .-btn{color:#fff;height:48px}.zebra-table .-loading,.zebra-table-small-font .-loading,.rounded-table .-loading{background-color:#394c5fcc}.zebra-table .-loading .-loading-inner,.zebra-table-small-font .-loading .-loading-inner,.rounded-table .-loading .-loading-inner{font-size:18px;font-size:1.125rem;color:#fff}.zebra-table .-loading.-active .-loading-inner,.zebra-table .-loading .-loading-inner,.zebra-table-small-font .-loading .-loading-inner,.rounded-table .-loading.-active .-loading-inner,.rounded-table .-loading .-loading-inner{transform:translateY(-50%)}.zebra-table .rt-noData,.zebra-table-small-font .rt-noData,.rounded-table .rt-noData{background-color:#fff;color:#394c5f;font-weight:700}.rounded-table.sticky-header .rt-thead{padding-top:1rem}.rounded-table .rt-tbody .rt-td,.rounded-table .rt-thead .rt-th{border-color:transparent}.rounded-table .rt-tbody .rt-td:first-child,.rounded-table .rt-thead .rt-th:first-child{padding-left:40px;padding-left:2.5rem}.rounded-table .rt-tbody .rt-td:last-child,.rounded-table .rt-thead .rt-th:last-child{padding-right:10px;padding-right:.625rem}.rounded-table .rt-thead.-header{background-color:#435668;box-shadow:none}.rounded-table .rt-thead .rt-th{font-size:12px;font-size:.75rem;padding:0 10px 20px;padding:0 .625rem 1.25rem;text-align:left}.rounded-table .rt-tbody .rt-tr-group{border-bottom:transparent}.rounded-table .rt-tbody .rt-tr-group:not(:last-child){padding-bottom:5px;padding-bottom:.3125rem}.rounded-table .rt-tbody .rt-td{font-size:14px;font-size:.875rem;padding:10px 0 10px 10px;padding:.625rem 0 .625rem .625rem;min-height:48px;min-height:3rem;background-color:#52697f;border-right:transparent}.rounded-table .rt-tbody .rt-td:first-child{border-radius:4px 0 0 4px}.rounded-table .rt-tbody .rt-td:last-child{border-radius:0 4px 4px 0}.rounded-table--with-actions .rt-thead .rt-th:last-child{padding-right:0}.rounded-table--with-actions .rt-thead .rt-th:nth-last-child(2){padding-right:10px;padding-right:.625rem}.rounded-table--with-actions .rt-tbody .rt-td:nth-last-child(2){padding-right:10px;padding-right:.625rem;border-radius:0 4px 4px 0}.rounded-table--with-actions .rt-tbody .rt-td:last-child{padding:0 0 0 5px;padding:0 0 0 .3125rem;background-color:transparent;border-radius:0}.zebra-table,.zebra-table-small-font{word-break:break-word}.zebra-table.small-header .rt-thead .rt-th,.small-header.zebra-table-small-font .rt-thead .rt-th{padding:10px;padding:.625rem}.zebra-table .rt-tbody .rt-tr.-even,.zebra-table-small-font .rt-tbody .rt-tr.-even,.zebra-table .rt-thead .rt-tr,.zebra-table-small-font .rt-thead .rt-tr{background-color:#394c5f}.zebra-table .rt-tbody .rt-td,.zebra-table-small-font .rt-tbody .rt-td,.zebra-table .rt-thead .rt-th,.zebra-table-small-font .rt-thead .rt-th{font-size:14px;font-size:.875rem;border-color:#2c3e50}.zebra-table.without-shadow .rt-thead.-header,.without-shadow.zebra-table-small-font .rt-thead.-header{box-shadow:none}.zebra-table .rt-thead.-header,.zebra-table-small-font .rt-thead.-header{box-shadow:0 0 20px #0009;position:relative}.zebra-table .rt-thead .rt-th,.zebra-table-small-font .rt-thead .rt-th{padding:20px;padding:1.25rem}.zebra-table .rt-thead .rt-th .rt-resizable-header-content,.zebra-table-small-font .rt-thead .rt-th .rt-resizable-header-content{float:left;left:50%;transform:translate(-50%)}.zebra-table .rt-thead .rt-th .rt-resizable-header-content:after,.zebra-table-small-font .rt-thead .rt-th .rt-resizable-header-content:after{margin-left:5px;margin-left:.3125rem;left:100%;position:absolute;top:50%;transform:translateY(-50%)}.zebra-table .rt-tbody .rt-tr-group,.zebra-table-small-font .rt-tbody .rt-tr-group{border-color:#2c3e50}.zebra-table .rt-tbody .rt-td,.zebra-table-small-font .rt-tbody .rt-td,.zebra-table .rt-tbody .rt-td-content,.zebra-table-small-font .rt-tbody .rt-td-content{justify-content:center}.zebra-table .rt-tbody .rt-td.-content-left,.zebra-table-small-font .rt-tbody .rt-td.-content-left,.zebra-table .rt-tbody .rt-td-content.-content-left,.zebra-table-small-font .rt-tbody .rt-td-content.-content-left{justify-content:flex-start}.zebra-table .rt-tbody .rt-td.-content-right,.zebra-table-small-font .rt-tbody .rt-td.-content-right,.zebra-table .rt-tbody .rt-td-content.-content-right,.zebra-table-small-font .rt-tbody .rt-td-content.-content-right{justify-content:flex-end}.zebra-table .rt-tbody .rt-td.-has-content,.zebra-table-small-font .rt-tbody .rt-td.-has-content{padding:0}.zebra-table .rt-tbody .rt-td-content,.zebra-table-small-font .rt-tbody .rt-td-content{height:100%;width:100%}.zebra-table.with-additional-padding .rt-tbody .rt-td,.with-additional-padding.zebra-table-small-font .rt-tbody .rt-td,.zebra-table.with-additional-padding .rt-tbody .rt-td-content,.with-additional-padding.zebra-table-small-font .rt-tbody .rt-td-content{padding:10px 20px;padding:.625rem 1.25rem}.zebra-table-small-font .rt-thead .rt-th{font-size:10px;font-size:.625rem}.rt-tbody .highlight{font-weight:bolder;box-shadow:0 0 20px #00000080;position:relative}.airnet-row{background-color:#2c3e50;border-bottom:solid 1px #2c3e50;cursor:pointer;position:relative}.airnet-row__header{padding:5px 20px;padding:.3125rem 1.25rem;display:flex;flex-direction:row;justify-content:left}.airnet-row__header>.grid__column{overflow:hidden}.airnet-row__content{background-color:#435668}.airnet-row__link{color:inherit;text-decoration-line:none}.airnet-row__title{font-weight:700;text-transform:uppercase;white-space:nowrap}.default-view-container{display:flex;flex-direction:column;flex-grow:1;height:100%}.icons-name-status-label{display:flex;flex-direction:row;justify-content:space-evenly}.icon-status-label-container{display:flex;flex-direction:column;justify-content:space-evenly}.machine-name-status-label-container{display:flex;flex-direction:column;justify-content:start}.name-label-regulation-icon{display:flex;flex-direction:row;justify-content:space-between;flex-grow:1}.dial-bar-status-percentage{display:flex;flex-direction:row;justify-content:space-evenly}.status-percentage-container{display:flex;flex-direction:column;flex-grow:1}.default-view-container:not(:has(.status-percentage-container .dial-bar-container)){display:flex;flex-direction:column;justify-content:center;flex-grow:1}.machine-icon-integration-status{display:flex;flex-direction:row;justify-content:start;align-items:start}.details-trigger-container{display:flex;flex-direction:row;justify-content:stretch;flex-grow:1;align-items:center}.machine-amounts{align-items:flex-end;display:flex;flex-direction:column;justify-content:stretch}.machine-amounts__horizontal .container{padding-right:10px}.machine-amounts__horizontal .container:last-of-type{padding-right:0}.align{border-collapse:collapse;display:table}.align--centered{margin:0 auto}.align--horizontal-centered{margin-left:auto;margin-right:auto}.align--fluid{width:100%}.align--layout-fixed{table-layout:fixed}.align--align-top>.align__cell,.align--align-top>.align__row>.align__cell{vertical-align:top}.align--align-middle>.align__cell,.align--align-middle>.align__row>.align__cell{vertical-align:middle}.align--align-bottom>.align__cell,.align--align-bottom>.align__row>.align__cell{vertical-align:bottom}.align--gutter-xxs>.align__cell:first-child,.align--gutter-xxs>.align__row>.align__cell:first-child,.align--gutter-xs>.align__cell:first-child,.align--gutter-xs>.align__row>.align__cell:first-child,.align--gutter-sm>.align__cell:first-child,.align--gutter-sm>.align__row>.align__cell:first-child,.align--gutter-md>.align__cell:first-child,.align--gutter-md>.align__row>.align__cell:first-child{padding-left:0}.align--gutter-xxs>.align__cell:last-child,.align--gutter-xxs>.align__row>.align__cell:last-child,.align--gutter-xs>.align__cell:last-child,.align--gutter-xs>.align__row>.align__cell:last-child,.align--gutter-sm>.align__cell:last-child,.align--gutter-sm>.align__row>.align__cell:last-child,.align--gutter-md>.align__cell:last-child,.align--gutter-md>.align__row>.align__cell:last-child{padding-right:0}.align--gutter-xxs>.align__cell,.align--gutter-xxs>.align__row>.align__cell{padding:0 3px;padding:0 .1875rem}.align--gutter-xs>.align__cell,.align--gutter-xs>.align__row>.align__cell{padding:0 5px;padding:0 .3125rem}.align--gutter-sm>.align__cell,.align--gutter-sm>.align__row>.align__cell{padding:0 10px;padding:0 .625rem}.align--gutter-md>.align__cell,.align--gutter-md>.align__row>.align__cell{padding:0 20px;padding:0 1.25rem}.align--v-gutter-xs>.align__row:not(:first-child)>.align__cell{padding-top:5px;padding-top:.3125rem}.align--v-gutter-sm>.align__row:not(:first-child)>.align__cell{padding-top:10px;padding-top:.625rem}.align--v-gutter-md>.align__row:not(:first-child)>.align__cell{padding-top:20px;padding-top:1.25rem}.align--v-gutter-lg>.align__row:not(:first-child)>.align__cell{padding-top:40px;padding-top:2.5rem}.align__row{display:table-row}.align__cell{display:table-cell;vertical-align:middle}.align__cell--end-align{text-align:end}.align__cell--grow{width:100%}.align__cell--shrink{white-space:nowrap;width:1px}.align__cell--lower-3-px{padding-top:3px}.align__cell--align-right{float:right;padding-right:20px}.align__cell--align-left{float:left}.align__cell--padding-right{padding-right:10px}.align__cell--padding-left{padding-left:10px}.breadcrumbs__item{display:inline-block}.breadcrumbs__separator{cursor:default;display:inline-block;padding-left:20px;padding-right:20px;-webkit-user-select:none;user-select:none}.button-group{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.button-group--fluid{display:table;table-layout:fixed;width:100%}.button-group--fluid,.button-group--fluid .button-group__button{width:100%}.button-group[disabled],.button-group.is-disabled{opacity:.2}.button-group__item{display:table-cell;vertical-align:middle}.button-group__item--tab+.button-group__item--tab{padding-left:1px}.button-group__button{height:33px;height:2.0625rem;font-size:12px;font-size:.75rem;padding:0 10px;padding:0 .625rem;display:table-cell;vertical-align:middle;background-color:#394c5f;border:0;border-radius:0;color:#afb7bf;cursor:pointer;font-weight:700;outline:0;text-transform:uppercase}.button-group__button.active,.button-group__button.is-active{background-color:#647280;color:#fff}html:not(.touchevents) .button-group__button:not([disabled]):not(.is-disabled):hover{background-color:#2c3e50;color:#fff}.button-group__button--tab{transition:background-color .2s ease-out;height:48px;height:3rem;font-size:14px;font-size:.875rem;background-color:#52697f;color:#fff;cursor:pointer;font-weight:400;text-transform:none}.button-group__button--tab.active,.button-group__button--tab.is-active{background-color:#09c}.button-group__item:first-child .button-group__button{border-radius:4px 0 0 4px;border-radius:.25rem 0 0 .25rem}.button-group__item:last-child .button-group__button{border-radius:0 4px 4px 0;border-radius:0 .25rem .25rem 0}.period-warning-text{text-align:center;color:#ff750d}.chart-legend{list-style:none;padding-left:0;margin:-6px -10px}.chart-legend:after,.chart-legend:before{content:"";display:table}.chart-legend:after{clear:both}.chart-legend__graph{font-size:12px;font-size:.75rem;float:left;margin:0 10px}.chart-legend__button{background:rgba(0,0,0,0);border:0;color:#fff;padding:0}.chart-legend-container{background-color:#435668}.chart{background-color:#394c5f;flex:1;min-height:200px;position:relative;width:100%}.chart>div{height:100%;left:0;position:absolute;top:0;width:100%}.chart g>text{pointer-events:none}.export-page .chart{min-height:300px!important}.chart-button{bottom:10px;bottom:.625rem;left:10px;left:.625rem;position:absolute}.chart-container{background-color:#394c5f;overflow-y:hidden}.chart-slider{margin-bottom:20px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;width:95%}.chart-div-to-img{height:500px}.checkbox{display:block;min-height:20px;padding-left:30px;position:relative}.checkbox__square{height:20px;width:20px;left:0;margin:0;outline:0;position:absolute;top:0}.checkbox__square:not([disabled]){cursor:pointer}.checkbox__square:checked:before{background-color:#09c;border-color:#09c;color:#fff;content:""}.checkbox__square:before{height:20px;width:20px;transition:background-color .2s ease-out,border-color .2s ease-out,color .2s ease-out;background-color:#52697f;border:1px solid #394c5f;color:#52697f;content:"";font-size:12px;left:0;line-height:20px;position:absolute;text-align:center;top:0}.checkbox__square[disabled]:before,.checkbox__square.is-disabled:before{background-color:#435668;border-color:#394c5f;color:#afb7bf}.checkbox--error:before{border-color:red}.checkbox__label{font-size:14px;font-size:.875rem;line-height:20px}.checkbox__label:not(.is-disabled){cursor:pointer}.component__title{font-size:14px;font-size:.875rem;color:#fff;font-weight:700;text-align:center;text-transform:uppercase}.component__label{color:#afb7bf}.confirm-bar{background-color:#394c5f}.date-selector{white-space:normal}.date-selector__icon{color:#afb7bf}.date-selector__preview{font-size:14px;font-size:.875rem;background-color:#52697f;border-radius:4px;color:#fff;display:block;height:48px;line-height:48px;text-align:center}.date-selector .rdrCalendarWrapper,.date-selector .rdrDateDisplay,.date-selector .rdrDateDisplayItem,.date-selector .rdrDayDisabled{background:transparent}.date-selector .rdrDay:not(.rdrDayPassive):not(.rdrDayDisabled) .rdrDayNumber span{color:#fff!important}.date-selector .rdrDayPassive .rdrDayNumber span{color:#ffffff80!important}.date-selector .rdrDayDisabled .rdrDayNumber span{color:#ffffff4d!important}.date-selector .rdrMonthAndYearPickers select{background-color:#52697f;border:1px solid #394c5f;border-color:#43596f #394c5f #26333f;border-radius:4px;color:#fff}.date-selector .rdrMonthName,.date-selector .rdrWeekDay{color:#fff!important;text-transform:uppercase}.date-selector .rdrNextPrevButton{background-color:#52697f;border:1px solid #394c5f;height:37px;width:37px}.date-selector .rdrPprevButton i{border-right-color:#fff!important}.date-selector .rdrNextButton i{border-left-color:#fff!important;margin-left:13px}.datepicker{position:relative}.datepicker .rdrCalendarWrapper,.datepicker .rdrDateDisplay,.datepicker .rdrDateDisplayItem,.datepicker .rdrDayDisabled{background:#435668!important;border:1px solid #394c5f;border-radius:4px;left:50%;position:absolute;top:100%;transform:translate(-50%);z-index:1}.datepicker .rdrDay:not(.rdrDayPassive):not(.rdrDayDisabled) .rdrDayNumber span{color:#fff!important}.datepicker .rdrDayPassive .rdrDayNumber span{color:#ffffff80!important}.datepicker .rdrDayDisabled .rdrDayNumber span{color:#ffffff4d!important}.datepicker .rdrMonthAndYearPickers select{background-color:#52697f;border:1px solid #394c5f;border-color:#43596f #394c5f #26333f;border-radius:4px;color:#fff}.datepicker .rdrMonthName,.datepicker .rdrWeekDay{color:#fff!important;text-transform:uppercase}.datepicker .rdrNextPrevButton{background-color:#52697f;border:1px solid #394c5f;height:37px;width:37px}.datepicker .rdrPprevButton i{border-right-color:#fff!important}.datepicker .rdrNextButton i{border-left-color:#fff!important;margin-left:13px}.export-menu__export-item{padding-bottom:10px;padding-top:10px;text-align:left}.export-menu__export-item-format-container{display:inline-block;float:right;margin-left:10px}.export-menu__export-item-format-button{font-size:14px;font-size:.875rem;transition:color .2s ease-out;background:none;border:none 0 transparent;color:#afb7bf;cursor:pointer;display:inline-block;outline:none;text-decoration:underline}.export-menu__export-item-format-button:hover{color:#fff}.export-menu__export-item-type-icon{color:#afb7bf;display:inline-block;height:16px;margin-right:10px;width:16px}.export-menu__export-item-type-icon__chart:before{color:#ff750d;content:"";font-family:icomoon}.export-menu__export-item-type-icon__table:before{color:#2ecc71;content:"";font-family:icomoon;font-size:10px}.export-menu__export-item+.export-menu__export-item{border-top:1px solid #52697f}.export-menu__export-button{background-color:#52697f;border:1px solid #394c5f;display:block;height:auto;padding:15px 30px;text-align:left;text-transform:none;width:100%}.export-menu__export-button:hover{background-color:#67839d}.export-menu__export-button+.export-menu__export-button{margin-top:10px}.export-menu__export-menu-button{transition:border .2s ease-out;border:1px solid transparent}.export-menu__export-menu-button.is-highlighted{background-color:#09c}.export-menu__export-menu-button:hover{transition:border .2s ease-out;border:1px solid #afb7bf}.export-menu__export-menu-button+.export-menu__export-menu-button{margin-left:20px}.grid{height:100%;width:100%;display:flex;overflow:hidden}.grid__verical-center{align-items:center}.grid__column{flex-direction:column;position:relative}.grid__column--scrollable{overflow:auto}.grid__column--unset-scroll{overflow:unset!important}.grid__column--unscrollable{overflow:hidden}.grid__column--30{width:30%}.grid__column--40{width:40%}.grid__column--50{width:50%}.grid__column--60{width:60%}.grid__column--70{width:70%}.grid__column--v-center{justify-content:center}.grid__column--h-center{align-items:center}.grid__column--grow{flex:1 1 auto}.grid__column+.grid__column{border-left:solid 1px #2c3e50}.grid__column--text-center{text-align:center}.grid__row{flex-direction:row}.grid__row--max40{max-height:40vh}.grid__row--max30{max-height:30vh}.grid__row--min40{min-height:40vh}.grid__row--min35{min-height:35vh}.grid__row--min10{min-height:10vh}.grid__row--40{flex:.4}.grid__row--50{flex:.5}.grid__row--60{flex:.6}.grid__row--v-center{align-items:center}.grid__row--h-center{justify-content:center}.grid__row--h-right{justify-content:flex-end}.grid__row--grow{flex:1 1 auto}.grid__row--shrink{flex:0 0 auto}.grid__row:not(:last-child):not(.grid__row--no-bottom-border){border-bottom:1px solid #2c3e50}.grid__column,.grid__row{display:flex;overflow-x:hidden}.grid__column--center,.grid__row--center{align-items:center;justify-content:center}.grid__column--block,.grid__row--block{display:block}.grid__column--flex,.grid__row--flex{display:flex}.grid__column--33,.grid__row--33{flex:.33}.grid__column--gutter,.grid__row--gutter{padding:20px;padding:1.25rem}.grid__column--gutter-xs,.grid__row--gutter-xs{padding:5px;padding:.3125rem}.grid__column--gutter-sm,.grid__row--gutter-sm{padding:10px;padding:.625rem}.grid__column--gutter-lg,.grid__row--gutter-lg{padding:40px;padding:2.5rem}.grid__column--gutter-top,.grid__row--gutter-top{padding-top:20px;padding-top:1.25rem}.grid__column--gutter-top-lg,.grid__row--gutter-top-lg{padding-top:40px;padding-top:2.5rem}.grid__column--gutter-left-lg,.grid__row--gutter-left-lg{padding-left:40px;padding-left:2.5rem}.group-item{font-size:14px;font-size:.875rem;min-height:95px;min-height:5.9375rem;min-width:170px;min-width:10.625rem;padding:10px 20px;padding:.625rem 1.25rem;transition:background-color .2s ease-out;background-color:#2c3e50;border-radius:4px;position:relative}.group-item__title-only{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.group-item--active{background-color:#09c}.group{min-height:101px;min-height:6.3125rem;padding:20px 0 0 20px;padding:1.25rem 0 0 1.25rem;background-color:#52697f;border-radius:4px}.group__column{margin:0 20px 20px 0;margin:0 1.25rem 1.25rem 0;display:inline-block}.group__column--per-3{max-width:30%}.group__column--per-2{max-width:47%}.group__column--per-2:nth-child(2n){margin-right:0}.icon{font-size:16px;font-size:1rem}.icon--xs{font-size:10px;font-size:.625rem}.icon--sm{font-size:14px;font-size:.875rem}.icon--md{font-size:18px;font-size:1.125rem}.icon--lg{font-size:24px;font-size:1.5rem}.icon--xl{font-size:32px;font-size:2rem}.icon--position-left{margin-right:10px;margin-right:.625rem}.icon--position-right{margin-left:10px;margin-left:.625rem}.blink{animation:blink 2s steps(5,start) infinite;-webkit-animation:blink 1s steps(5,start) infinite}@keyframes blink{to{visibility:hidden}}@-webkit-keyframes blink{to{visibility:hidden}}.icon-wrapper{padding:5px;padding:.3125rem}.input--error{border:1px solid #ff0000}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px rgb(52,67,81) inset;-webkit-text-fill-color:#fff;caret-color:#fff}.input::-webkit-outer-spin-button,.input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.input:not(.ui-keyboard-preview){-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-color:transparent;border:0;color:inherit;outline:0;font-size:14px;font-size:.875rem;height:48px;height:3rem;padding:0 26px;padding:0 1.625rem;background-color:#52697f;border:1px solid #394c5f;border-radius:4px;color:#fff;display:block;font-family:noto-sans;transition:border-color .2s ease-out,opacity .2s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#10161a4d}.input:not(.ui-keyboard-preview)::placeholder{color:#afb7bf}.input:not(.ui-keyboard-preview):focus{border-color:#09c}.input--sm-width{max-width:100px;max-width:6.25rem}.input--md-width{max-width:160px;max-width:10rem}.input--lg-width{max-width:200px;max-width:12.5rem}.input--fluid,.input--md-width,.input--sm-width{width:100%}.input--plain:not(.ui-keyboard-preview){border-color:transparent}.input--error.input:not(.ui-keyboard-preview){border-color:red}.input--textarea.input:not(.ui-keyboard-preview){padding-top:14px;padding-top:.875rem;padding-bottom:14px;padding-bottom:.875rem;height:96px;resize:vertical}.input[disabled],.input.is-disabled{cursor:not-allowed;opacity:.4}.min-width-input-sm{min-width:10rem!important}.max-width-input-sm{max-width:10rem!important}.min-width-input-md{min-width:20rem!important}.min-width-input-lg{min-width:30rem!important}.input-warning-icon{position:absolute;padding-top:10px}.label{font-size:14px;font-size:.875rem;transition:opacity .1s ease-in-out}.label[disabled],.label.is-disabled{opacity:.5}.list{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.list--seperated .list__item:not(:last-child){border-bottom:1px solid #435668}.live-value__suffix{margin-left:5px;margin-left:.3125rem}.live-value.error{color:red}@keyframes loader{to{transform:rotate(360deg)}}.loader{margin-left:auto;margin-right:auto;height:24px;width:24px}.loader__circle{height:100%;width:100%;animation:loader .6s linear infinite;border:2px solid rgba(0,0,0,0);border-radius:12px;border-top-color:#09c}.loader--v-center{margin-bottom:auto;margin-top:auto}.loader--overlay{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.loader--sm{height:38px;width:38px}.loader--sm .loader__circle{border-radius:19px}.loader--md{height:48px;width:48px}.loader--md .loader__circle{border-radius:24px}.modal{transition:opacity .2s ease-out;background-color:#0006;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0;z-index:101}.modal__with-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal__header,.modal__footer{background-color:#394c5f}.modal__footer{height:70px;height:4.375rem;align-items:center;display:flex;justify-content:center}.modal__cross{position:absolute;right:0;background:transparent;top:0}.modal__title{font-size:18px;font-size:1.125rem;align-items:center;display:flex;flex:1;justify-content:center}.modal__title.small-size{font-size:14px}.modal__content{border-radius:5px;border-radius:.3125rem;background-color:#435668;left:50%;position:absolute;top:10%;transform:translate(-50%)}.modal__content--small{width:360px;width:22.5rem}.modal__content--medium{width:420px;width:26.25rem}.modal__content--large{width:620px;width:38.75rem}.modal__content--high{top:4%!important}.modal__body{border-top:1px solid #394c5f;padding:20px;word-break:break-word}.modal__body--overflow_table{height:280px;height:17.5rem;overflow:auto}.modal__body__sticky{height:auto;max-height:calc(100vh - 340px);overflow-y:auto}.modal__footer_wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;padding:20px;height:auto}.modal__footer-buttons-wrapper{width:100%;justify-content:space-between;display:flex;flex-wrap:wrap}.notifications{width:100%;height:65px;min-height:65px}.notifications-message{border-top:1px solid #435668;color:#fff;display:block;opacity:.9;overflow:hidden;padding:6px 20px 6px 40px;transition:background-color .2s ease-in-out;height:100%}.notifications-message__info{transition:opacity .2s ease-in-out,top .2s ease-in-out;float:left;opacity:0;position:relative;top:10px;width:90%}.notifications-message__info--visible{opacity:1;top:0}.notifications-message__icon{font-size:40px;font-size:2.5rem;line-height:47px;line-height:2.9375rem;transition:opacity .2s ease-in-out,left .2s ease-in-out;float:right;left:-15px;opacity:0;position:relative;text-align:right;width:10%}.notifications-message__icon:before{content:"";font-family:atlas-icons}.notifications-message__icon--visible{left:0;opacity:1}.notifications-message__name{font-size:16px;font-size:1rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifications-message__description{font-size:18px;font-size:1.125rem;margin:0;font-weight:700}.notifications-message__normal-wrap{white-space:normal}.offset+.offset{margin-top:20px;margin-top:1.25rem}.offset+.offset--xs{margin-top:5px;margin-top:.3125rem}.offset+.offset--sm{margin-top:10px;margin-top:.625rem}.offset+.offset--md{margin-top:20px;margin-top:1.25rem}.offset+.offset--lg{margin-top:40px;margin-top:2.5rem}.offset+.offset--xl{margin-top:80px;margin-top:5rem}.select-top .Select-menu-outer{bottom:100%;top:auto}.Select-menu-outer{z-index:1000}.single-value{text-align:center}.single-value .live-value{font-size:20px;font-size:1.25rem;line-height:1;text-transform:uppercase}.single-value--lg .live-value{font-size:40px;font-size:2.5rem}.sortable-list{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.sortable-list__item+.sortable-list__item{margin-top:10px;margin-top:.625rem}.sortable-list__field{font-size:14px;font-size:.875rem;height:48px;height:3rem;padding:0 10px;padding:0 .625rem;background-color:#52697f;border:1px solid #394c5f;border-radius:4px;color:#fff;display:flex;font-family:noto-sans;align-items:center}.sortable-list__drag-handle{height:48px;height:3rem;line-height:48px;line-height:3rem;padding:0 5px;padding:0 .3125rem}.sortable-list__drag-handle,.sortable-list__drag-handle.active,.sortable-list__drag-handle.is-active{cursor:row-resize}.table{font-size:14px;font-size:.875rem;border-collapse:collapse;width:100%}.table a{color:#fff}.table--rounded{border-spacing:0 5px;border-spacing:0 .3125rem;padding:1px;border-collapse:separate}.table__head{font-weight:400;text-transform:uppercase}.table__cell,.table__head{padding:10px 20px;padding:.625rem 1.25rem;text-align:left}.table__cell--align-top,.table__head--align-top{vertical-align:top}.table__cell--collapsed,.table__head--collapsed{padding:0}.table__cell--with-border,.table__head--with-border{border:1px solid #afb7bf}.table__cell--has-divider+.table__cell--has-divider,.table__cell--has-divider+.table__head--has-divider,.table__head--has-divider+.table__cell--has-divider,.table__head--has-divider+.table__head--has-divider{border-left:1px solid #23313e}.table__cell--shrink,.table__head--shrink{width:1px}.table__cell:last-child:not(:first-child),.table__head:last-child:not(:first-child){text-align:right}.table__label{color:#afb7bf}.table__highlight{color:red}.table--basic .table__row:not(:first-child)>.table__cell{border-top:1px solid #647280}.table--basic .table__row:first-child>.table__cell{padding-top:0}.table--basic .table__row:last-child>.table__cell{padding-bottom:0}.table--basic .table__cell:first-child{color:#afb7bf}.table__row.has-error{box-shadow:0 0 0 1px red}.table__row.active .table__cell--rounded,.table__row.is-active .table__cell--rounded{background-color:#09c}.table__row[disabled] td:not([class*=--edit]),.table__row.is-disabled td:not([class*=--edit]){opacity:.5}.table__row--rounded-selectable{cursor:pointer}.table__row--rounded-selectable .table__cell--rounded{transition:background-color .2s ease-out}html:not(.touchevents) .table__row--rounded-selectable:not([disabled]):not(.is-disabled):hover .table__cell--rounded{background-color:#2c3e50}.table--rounded .table__cell,.table--rounded .table__head{padding:0 5px;padding:0 .3125rem}.table--rounded .table__cell:not(:first-child),.table--rounded .table__head:not(:first-child){text-align:center}.table--rounded .table__cell:first-child,.table--rounded .table__head:first-child{padding-left:40px;padding-left:2.5rem}.table--rounded .table__cell:last-child:not(.table__cell--rounded),.table--rounded .table__head:last-child:not(.table__cell--rounded){padding-right:0}.table--rounded .table__head{font-size:10px;font-size:.625rem;padding-bottom:10px;padding-bottom:.625rem;color:#afb7bf}.table--rounded .table__cell{padding-bottom:0;padding-top:0}.table--rounded .table__cell:first-child{border-radius:4px 0 0 4px}.table--rounded .table__cell:last-child,.table--rounded .table__cell:nth-last-child(2){border-radius:0 4px 4px 0}.table--rounded .table__cell--rounded{height:48px;height:3rem;background-color:#52697f}.table--zebra .table__head,.table--zebra .table__row:nth-child(2n+2)>.table__cell{background-color:#394c5f}.table__cell.pressure-bands-name{max-width:100px}.table.manual-profiles tr .table__cell:first-child{word-break:break-all}.pressure-band-table .table__head{word-wrap:break-word;max-width:5.2rem;text-align:center}.pressure-band-table .table__head:first-child{padding-left:5px;padding-left:.3125rem}.pressure-band-table .table__cell{word-wrap:break-word}.pressure-band-table .table__cell:first-child{padding-left:5px;padding-left:.3125rem;max-width:4.9rem;text-align:center}.toggle{cursor:pointer;display:inline-block;position:relative}.toggle[disabled],.toggle.is-disabled{opacity:.4}.toggle__checkbox{left:10px;opacity:0;position:absolute;top:10px}.toggle__body{border-radius:13.5px;border-radius:.84375rem;height:27px;height:1.6875rem;width:57px;width:3.5625rem;transition:background-color .2s ease-out,border-color .2s ease-out;background-color:#2c3e50;position:relative;text-align:right}.toggle__body,.toggle__body:before{border:2px solid #23313e}.toggle__body:before{border-radius:14px;height:27px;width:27px;transition:background-color .2s ease-out,left .2s ease-out;background-color:#afb7bf;content:"";display:block;left:-2px;position:absolute;top:-2px}.toggle__body:after{font-size:12px;font-size:.75rem;line-height:27px;line-height:1.6875rem;padding:0 5px;padding:0 .3125rem;content:attr(data-off-label);position:relative;text-transform:uppercase;top:-2px}.toggle__checkbox:checked+.toggle__body{background-color:#09c;text-align:left}.toggle__checkbox:checked+.toggle__body:before{background-color:#fff;left:28px}.toggle__checkbox:checked+.toggle__body:after{content:attr(data-on-label)}.toggle__checkbox:focus+.toggle__body{border-color:#09c}.toggle-switch-energy{margin:0 auto}.clock-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:100px}[data-tooltip]{cursor:pointer;position:relative}[data-tooltip]:before{background-color:#000000bf;border-radius:.25em;bottom:25px;color:#fff;content:attr(data-tooltip);opacity:0;padding:.5em;position:absolute;text-align:center;transform:translate(-50%);transition:.2s;z-index:10}[data-tooltip]:after{border:5px solid rgba(0,0,0,.75);border-color:rgba(0,0,0,.75) transparent transparent transparent;bottom:15px;content:"";margin-left:-5px;opacity:0;position:absolute;transition:.2s;z-index:10}[data-tooltip]:hover:before,[data-tooltip]:hover:after{opacity:1}.trend-graph__points{display:block}.trend-graph .rounded-table:not(:last-child){margin-bottom:20px;margin-bottom:1.25rem}.trend-graphs{display:flex;flex-direction:column;overflow-y:auto}.trend-graphs__header{padding:20px;padding:1.25rem;background-color:#2c3e50}.trend-graphs__body{display:flex;flex:1;flex-direction:column;overflow:auto;position:relative}.airgrid-template-tab{display:flex;flex-direction:row}.template-element-text{margin:0;text-align:center}.airgrid-live-data-card{background-color:#23313ecc;border-radius:5px;display:flex;flex-direction:row;font-weight:700;justify-content:space-between;padding:10px;size:2px}.airgrid-live-data-card:hover{cursor:pointer}.airgrid-live-data-card .data-point-name{color:#afb7bf;font-size:14px;margin-bottom:20px;margin-top:10px}.airgrid-live-data-card .data-point-text{min-width:120px;width:max-content}.airgrid-live-data-card .data-point-value{font-size:16px;margin-bottom:10px}.airgrid-live-data-card .data-point-icon{margin:auto}.airgrid-live-data-card .data-point-icon.large{margin:7px 0}.airgrid-live-data-card.list{position:absolute;top:0;left:40px}.airgrid-live-data-popup .bp5-popover .bp5-popover-content{background-color:#faebd700!important;color:#fff}.airgrid-live-data-popup .data-point-text{margin-bottom:10px}.airgrid-live-data-popup .data-point-text:last-child{margin-bottom:0}.live-data-hover-button{margin-left:0;margin-right:10px}.machine-live-data .bp5-transition-container{transform:none!important;left:40px!important}.reauthenticate-content-grid{align-items:center;display:grid;gap:14px 26px;grid-template-columns:auto 2fr;margin-bottom:14px;min-width:350px}.reauthenticate-modal{margin-top:-300px;width:fit-content}.reauthenticate-modal .bp5-heading{margin:20px}.config-title{background-color:#1f2730;border-radius:3px;font-size:larger;margin-bottom:10px;padding:10px}.airgrid-config-tabs{border-radius:5px}.airgrid-config{border-radius:5px;padding:0;width:fit-content}.airgrid-config .bp5-dialog-header{background-color:#1f2730;min-height:45px}.airgrid-config .bp5-dialog-header svg{color:#fff}.airgrid-config .live-data{background-color:#2c3e50;display:flex;flex-direction:column;min-height:500px;min-width:500px;padding:10px!important}.airgrid-config .bp5-tab-list{margin:10px}.data-point-selector{display:flex;flex-direction:column;flex-grow:1}.data-point-selector .grow{flex-grow:1}.data-point-selector .between{display:flex;justify-content:space-between;margin-top:20px}.data-point-selector .space{display:flex;gap:10px}.data-point-selector .switch{margin-top:15px;margin-bottom:15px;width:max-content}.airgrid-kpi,.airgrid-kpi-closed{align-content:center;background-color:#394c5fe6;border-radius:5px;bottom:10px;display:flex;line-height:1;max-height:200px;max-width:500px;overflow:hidden;position:absolute;right:10px;transform:scale(.8);transform-origin:bottom right;transition:all .5s;z-index:2}.airgrid-kpi .airgrid-dial,.airgrid-kpi-closed .airgrid-dial{margin-right:20px;min-height:max-content;min-width:max-content;overflow:initial;transition:all .5s}.airgrid-kpi .airgrid-dial .dial-radial__figure,.airgrid-kpi-closed .airgrid-dial .dial-radial__figure{width:100px}.airgrid-kpi .airgrid-dial .dial-radial__value,.airgrid-kpi-closed .airgrid-dial .dial-radial__value{font-size:2rem}.airgrid-kpi .airgrid-dial .dial-radial__digit:before,.airgrid-kpi-closed .airgrid-dial .dial-radial__digit:before{bottom:-.5rem}.airgrid-kpi .airgrid-dial .component__title,.airgrid-kpi-closed .airgrid-dial .component__title{max-width:170px}.airgrid-kpi .airgrid-bar-dial,.airgrid-kpi-closed .airgrid-bar-dial{display:flex;flex-direction:column;min-height:max-content;min-width:max-content;overflow:initial;transition:all .5s}.airgrid-kpi .airgrid-bar-dial .component__title,.airgrid-kpi-closed .airgrid-bar-dial .component__title{margin-bottom:20px}.airgrid-kpi-closed{align-items:center;border-radius:50%;justify-content:center;max-height:50px;max-width:50px;padding:0}.airgrid-kpi-closed .airgrid-bar-dial,.airgrid-kpi-closed .airgrid-dial{opacity:0}.airgrid-kpi-closed:hover{background-color:#23313e}.airgrid-kpi .close-icon,.airgrid-kpi-closed .close-icon{position:absolute;right:0;top:0;background-color:#2c3e50}.airgrid-kpi .close-icon:hover,.airgrid-kpi-closed .close-icon:hover{background-color:#23313e}.airgrid-kpi .open-icon,.airgrid-kpi-closed .open-icon{position:absolute}.airgrid-event{border-radius:50%;box-shadow:none!important;background:none!important;position:relative;top:5px;left:5px}.airgrid-event:hover{filter:brightness(.85)}.airgrid-event span{height:16px;width:4px}.airgrid-event.WARNING span,.airgrid-event.WARNINGQUESTION span{background-color:#0a0a0a}.airgrid-event.SHUTDOWN span{background-color:#fff}.airgrid-event svg{fill:currentColor!important;scale:1.5;margin-left:-6px}.sensor-config-container{width:100%;height:100%;display:flex;flex-direction:column;flex-grow:1}.sensor-config-grid{display:grid;grid-template-columns:max-content auto;grid-template-rows:repeat(3,max-content);width:100%;align-items:center;gap:20px;flex-grow:1}.v-align-bottom{vertical-align:bottom}.overflow-y-hidden{overflow-y:hidden}.overflow-x-visible{overflow-x:visible}.overflow-hidden{overflow-x:hidden;overflow-y:hidden}.word-break-word{word-break:break-word}.hidden{visibility:hidden}.invisible{opacity:0}.overflow-auto{overflow:auto}.position-absolute{position:absolute}.fill-parent{height:100%;width:100%}.center-text{text-align:center}.margin-unset{margin:unset}.margin-right-10{margin-right:10px}.margin-right-5{margin-right:5px}.margin-top-3{margin-bottom:0;margin-top:3px}.margin-top-10{margin-bottom:0;margin-top:5px}.margin-top-5{margin-top:5px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-5{margin-bottom:5px}.padding-right-20{padding-right:20px}.padding-right-10{padding-right:10px}.margin-top-25{margin-bottom:0;margin-top:25px}.margin-vertical-25{margin-bottom:25px;margin-top:25px}.margin-vertical-10{margin-bottom:10px;margin-top:10px}.width-80-percent{width:80%}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.flex__column{flex-direction:column}.flex__end{justify-content:end}.flex__wrap{flex-wrap:wrap}.flex__space-between{justify-content:space-between}.flex__align-self-center{align-self:center}.flex__align-items-center{align-items:center}.flex__row__gutter-md{padding:20px 0;padding:1.25rem 0}.flex__gap-md{gap:20px;gap:1.25rem}.min-width-50{min-width:50px}.max-width-50-percent{max-width:50%}.w-50p{max-width:50px;width:50px}.w-80p{max-width:80px;width:80px}.w-110p{max-width:110px;width:110px}.w-125p{max-width:125px;width:125px}.w-195p{max-width:195px;width:195px}.text-xxs{font-size:8px;font-size:.5rem}.text-xs{font-size:10px;font-size:.625rem}.text-sm{font-size:12px;font-size:.75rem}.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avoid-clicks{pointer-events:none}.no-text-transform{text-transform:none}.toggle-on{color:#2ecc71;font-weight:700}.toggle-off{color:red;font-weight:700}.machine{flex-grow:1}.machine-dials{padding:40px 20px;padding:2.5rem 1.25rem;text-align:center}.machine-dials__dial{padding:0 10px;padding:0 .625rem;display:inline-block;width:25%}.machine-dials__dial--divide-1,.machine-dials__dial--divide-2,.machine-dials__dial--divide-3{padding:0 40px;padding:0 2.5rem;width:33.33%}.machine-info__title{font-size:18px;font-size:1.125rem;margin:0}.machine-info__label{font-size:12px;font-size:.75rem;color:#afb7bf}.machine-info__value{font-size:14px;font-size:.875rem}.machine-info__image{margin:auto;max-height:200px;max-width:200px}.information{flex:1}.information__label,.information__field{font-size:14px;font-size:.875rem}.information__field{padding:20px;padding:1.25rem;background-color:#394c5f;border:0;border-radius:4px;color:#fff;font-family:noto-sans;height:150px;resize:none;width:100%}.information__line,.information__link{font-size:14px;font-size:.875rem;display:block}.information__link{color:#fff;outline:0;text-decoration:none}#button-default-homepage{width:max-content}.settings-padding{padding-top:40px;padding-top:2.5rem;padding-left:40px;padding-left:2.5rem;padding-right:40px;padding-right:2.5rem}.padding-bottom--lg{padding-bottom:40px;padding-bottom:2.5rem}.padding-bottom--md{padding-bottom:20px;padding-bottom:1.25rem}.padding-top--md{padding-top:20px;padding-top:1.25rem}.padding-top--lg{padding-top:40px;padding-top:2.5rem}.padding-left--sm{padding-left:10px;padding-left:.625rem}.margin-left--sm{margin-left:10px;margin-left:.625rem}.margin-left--md{margin-left:20px;margin-left:1.25rem}.margin-right--xs{margin-right:5px;margin-right:.3125rem}.min-width-min-content{min-width:min-content}.min-width-min-content{min-width:max-content}.max-height-min-content{max-height:fit-content}.padding-bottom--sm{padding-bottom:10px;padding-bottom:.625rem}.smaller-inputs input{width:200px}.update-system-time-container{background-color:#23313e;height:100px;overflow:visible}.update-system-time-container .update-system-time{align-items:center;background-color:#23313e;display:flex;flex-direction:column;width:fit-content}.update-system-time-container .bp5-datepicker{background-color:#23313e}#button-update-time-restart{margin:20px!important}#button-update-time{min-width:160px}.time-error-banner-link{color:#fff!important;cursor:pointer;text-decoration:underline!important}.restart-overlay-container{position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:10}.vnc-server .bp5-control{margin-bottom:0}.disconnect-button{position:absolute;display:flex;flex-direction:column;top:25px;right:25px;gap:15px;z-index:2}.bp5-timepicker{white-space:nowrap}.bp5-timepicker .bp5-timepicker-arrow-button{display:inline-block;padding:4px 0;text-align:center;width:44px;margin:0 10px;cursor:pointer}.bp5-timepicker .bp5-timepicker-input-row input{text-align:center;margin:0 10px;background:transparent}.bp5-dark .sequence .bp5-button{box-shadow:none!important}.bp5-dark .sequence .bp5-timepicker-input-row input{background:#394c5f;padding:5px;border-style:none}.u-highlight-warning{box-shadow:inset 0 -5px #ffdc0a}.u-highlight-service-warning{box-shadow:inset 0 -5px #ff750d}.u-highlight-danger{box-shadow:inset 0 -5px red}.u-banner-communicationerror,.u-banner-communicationerror:hover{background-color:#bfbfbf;color:#23313e}.u-banner-warning,.u-banner-warning:hover{background-color:#ffdc0a;color:#000}.u-banner-service-warning,.u-banner-service-warning:hover{background-color:#ff750d;color:#fff}.u-banner-danger,.u-banner-danger:hover{background-color:red;color:#fff}.u-event-communicationerror{color:#bfbfbf}.event-table-button{background-color:#2c3e50!important}.event-table-button:hover{background-color:#23313e!important}.muted{opacity:.5}.events{height:100%;width:100%;display:flex;flex-direction:column}.events__filters{padding:20px 10px;padding:1.25rem .625rem;background-color:#2c3e50}.events__table{display:flex;flex-direction:column}.events__date,.events__label,.events__time{display:block}.events__label{font-size:14px;font-size:.875rem;margin-bottom:10px;margin-bottom:.625rem}.events__time{font-size:12px;font-size:.75rem;opacity:.6}.events .bp5-control.bp5-large .bp5-control-indicator{font-size:40px;margin-top:0}.events .bp5-control input:checked~.bp5-control-indicator{background-color:#09c}.events .bp5-control.bp5-checkbox.bp5-large{margin-bottom:0;margin-right:-10px}.events .bp5-control.bp5-checkbox .bp5-control-indicator{border-radius:4px}.events-snapshot-padding{padding-bottom:20px}.airgrid{background-color:#2c3e50;color:#fff;display:flex;flex-direction:column;height:100%;position:relative}.airgrid .bp5-tabs{background-color:#2c3e50;margin-bottom:10px;margin-left:10px}.airgrid .bp5-tabs .bp5-tab[aria-expanded=false]{color:#fff!important}.airgrid .joint-paper-scroller{background-color:#394c5f;overflow:hidden!important}.airgrid .paper-scroller-background,.airgrid .joint-paper-background{background-color:#394c5f}.airgrid .joint-paper>svg{overflow:visible!important}.airgrid .designer-mode-menu{position:absolute;display:flex;flex-direction:column;top:25px;right:25px;gap:15px;z-index:2}.airgrid .designer-mode-menu .bp5-button{border-radius:50%}.airgrid .display-text{background-color:#23313ee6;border-radius:5px;width:max-content;display:flex;flex-direction:column;align-items:center;border-left:12px solid;margin-top:5px}.airgrid .notifications-message{padding:8px 20px 7px 40px}.airgrid .text-block{fill:#f8f8ff}.airgrid .handles div{filter:brightness(0) invert(1)}.airgrid .joint-halo .box{display:none}.airgrid .airgrid-wall,.airgrid .path-drawer-line{stroke:#23313e}.snapline.horizontal{border-bottom:1px solid #fff!important}.snapline.vertical{border-right:1px solid #fff!important}.joint-navigator.joint-theme-default .current-view{border:2px solid #fff}.joint-navigator.joint-theme-default>.joint-paper{border:2px solid #bfbfbf;box-shadow:0 0 2px #000}.joint-navigator.joint-theme-default{background-color:#2c3e50;overflow:visible}.airgrid-mini-map,.airgrid-mini-map-remote{align-items:center;background-color:#2c3e50;bottom:0;display:flex;height:255px;justify-content:center;left:0;overflow:hidden;position:fixed;width:255px}.airgrid-mini-map-remote{left:4%}.airgrid-mini-map .joint-paper-background,.airgrid-mini-map-remote .joint-paper-background{background-color:#394c5f}.zoom-button-container{bottom:0;display:flex;justify-content:space-between;opacity:.7;position:absolute;width:100%}.visualiser-grow-box{flex-basis:100%;flex-grow:1;line-height:0;overflow:hidden;position:relative;width:100%}.no-animations .joint-type-standard-link{animation:none!important}.airgrid-grow-box{flex-grow:1;max-height:100%;overflow:hidden}.has-mini-map{height:calc(100% - 255px)!important}.airgrid-panel{background-color:#2c3e50;display:flex;flex-direction:column;min-width:255px;width:255px}.airgrid-panel .bp5-collapse{overflow-x:hidden}.machine-image.sensor{transform:scale(1.1)}.airgrid-popover{z-index:10!important}.capitalize{text-transform:capitalize}.right-side-overview{display:flex;flex-direction:column;justify-content:stretch;width:35%;border:solid 1px #2c3e50}.dial{display:flex;justify-content:center;align-items:center;flex:.6 1 auto;border-bottom:solid 1px #2c3e50;height:100%}.dial-measurements{display:flex;flex-direction:column;justify-content:space-evenly;flex:.4 1 auto}.dial-bars{display:flex;flex-direction:column;justify-content:center;padding:0 15px}.pinned-value-container{display:flex;flex-direction:column;justify-content:center;align-items:center;word-break:break-word;border-top:solid 1px #2c3e50}.top-bar{display:flex;flex-direction:row;justify-content:space-evenly;align-items:stretch;border-bottom:1px solid #2c3e50;word-break:break-word;word-wrap:break-word;height:65px;min-height:65px;width:100%}.airnet-name{font-size:18px;font-size:1.125rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-grow:1}.machine-amounts-top-bar{padding-right:.625rem;border-left:1px solid #2c3e50;border-right:1px solid #2c3e50;min-width:60px}.nav-link{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid #2c3e50}.nav-link:first-of-type{border:none}.profile{word-break:keep-all}.active-profile-live-value{display:flex;flex-direction:row;justify-content:space-evenly}.points-list{display:flex;flex-direction:row;align-items:start}#button-trend-navigation-select{padding:5px 12px}.optimization-page .dial-wrapper{display:flex;flex-wrap:wrap;justify-content:center;height:265px;align-items:center}.optimization-page .dial-wrapper .dial{border-bottom:unset;height:auto}.optimization-page .dial-wrapper .dial__content{width:100%}.optimization-page .dial-radial__value{font-size:2rem}.optimization-page .dial-warning-text{justify-content:center;display:flex;align-items:center;left:20px}.optimization-legend{margin:0;padding:20px}.wrapper-2-items{min-height:104px}.wrapper-3-items{min-height:160px}.smart-name{text-transform:uppercase}.smart-name .first-letter{width:1.3em;height:1.3em;background-color:#fff;color:#2c3e50;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:50%;margin-right:.1em}.u-color-equalizer-detail{color:#06c}.u-color-white{color:#fff}.u-color-black{color:#000}.u-color-gray-lightest{color:#afb7bf}.u-color-state-danger{color:red}.u-color-state-info{color:#09c}.u-color-state-success{color:#2ecc71}.u-color-state-warning{color:#ffdc0a}.u-color-state-communicationerror{background-color:#23313e}.u-bg-color-state-danger{background-color:red}.u-bg-color-state-info{background-color:#09c}.u-bg-color-state-success{background-color:#2ecc71}.u-bg-color-state-warning{background-color:#ffdc0a}.u-bg-color-state-communicationerror{background-color:#bfbfbf}.u-bg-color-gray-dark{background-color:#394c5f}.u-bg-color-darkest{background-color:#23313e}.no-padding{padding:0!important}.connection-lost-message{font-size:30px;font-size:1.875rem;margin:10px 0;margin:.625rem 0;display:block;font-weight:700;z-index:110}.connection-lost-message.centered-item{align-items:center;display:flex;justify-content:center}.connection-lost-message span{display:inline-block}.connection-lost-message .close-button{background:transparent;border:1px solid #fff;border-radius:50%;position:absolute;right:1rem}.connection-lost-message .close-button:hover{background-color:#394c5f}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body :focus{outline:none!important}html{overflow:hidden;touch-action:manipulation;-ms-touch-action:manipulation}.airgrid-select-container{position:absolute;display:flex;flex-direction:column;top:25px;left:25px;gap:15px;z-index:2}.select-item-small,.select-item{font-weight:700;color:#fff;display:flex;gap:10px}.select-item-small{font-size:1rem}.change-cell-container{display:grid;grid-template-columns:1fr auto 1fr;width:100%;gap:5px}.change-cell-container .live-value:nth-child(1){justify-self:end}.change-cell-container .live-value:nth-child(2){justify-self:start}.rt-td:has(.change-cell-container){padding:0!important}.select-item{display:flex;color:#fff;gap:10px;font-size:14px;text-transform:uppercase;align-items:center;padding:0 10px;font-weight:400}.select-item p{margin:15px 0}#add-trend-graph-button button{width:40px;height:40px}
