diff --git a/application/views/admin/token/tokenform.php b/application/views/admin/token/tokenform.php index 3375ab122f0..76d009239d3 100644 --- a/application/views/admin/token/tokenform.php +++ b/application/views/admin/token/tokenform.php @@ -35,7 +35,8 @@ 'edittoken', 'class' => '', - 'data-validation-error' => gT("Some mandatory additional attributes were left blank. Please review them.") + 'data-additional-attributes-validation-error' => gT("Some mandatory additional attributes were left blank. Please review them."), + 'data-expiration-validation-error' => gT('Participant expiration date can\'t be lower than the "Valid from" date'), )); ?> 0 ):?> diff --git a/assets/packages/adminbasics/build/adminbasics.css b/assets/packages/adminbasics/build/adminbasics.css index b6741dce1d3..e36cbb27675 100644 --- a/assets/packages/adminbasics/build/adminbasics.css +++ b/assets/packages/adminbasics/build/adminbasics.css @@ -1,121 +1,4 @@ @charset "UTF-8"; -.jcarousel-wrapper { - margin: 20px auto; - position: relative; - border: 10px solid #fff; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - -webkit-box-shadow: 0 0 2px #999; - -moz-box-shadow: 0 0 2px #999; - box-shadow: 0 0 2px #999; -} - -/** Carousel **/ -.jcarousel { - position: relative; - overflow: hidden; - width: 100%; -} - -.jcarousel ul { - width: 20000em; - position: relative; - list-style: none; - margin: 0; - padding: 0; -} - -.jcarousel li { - width: 200px; - float: left; - border: 1px solid #fff; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.jcarousel img { - display: block; - max-width: 100%; - height: auto !important; -} - -/** Carousel Controls **/ -.jcarousel-control-prev, -.jcarousel-control-next { - position: absolute; - top: 50%; - margin-top: -15px; - width: 30px; - height: 30px; - text-align: center; - background: #4E443C; - color: #fff; - text-decoration: none; - text-shadow: 0 0 1px #000; - font: 24px/27px Arial, sans-serif; - -webkit-border-radius: 30px; - -moz-border-radius: 30px; - border-radius: 30px; - -webkit-box-shadow: 0 0 4px #F0EFE7; - -moz-box-shadow: 0 0 4px #F0EFE7; - box-shadow: 0 0 4px #F0EFE7; -} - -.jcarousel-control-prev { - left: 15px; -} - -.jcarousel-control-next { - right: 15px; -} - -/** Carousel Pagination **/ -.jcarousel-pagination { - position: absolute; - bottom: -40px; - left: 50%; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); - margin: 0; -} - -.jcarousel-pagination a { - text-decoration: none; - display: inline-block; - font-size: 11px; - height: 10px; - width: 10px; - line-height: 10px; - background: #fff; - color: #4E443C; - border-radius: 10px; - text-indent: -9999px; - margin-right: 7px; - -webkit-box-shadow: 0 0 2px #4E443C; - -moz-box-shadow: 0 0 2px #4E443C; - box-shadow: 0 0 2px #4E443C; -} - -.jcarousel-pagination a.active { - background: #4E443C; - color: #fff; - opacity: 1; - -webkit-box-shadow: 0 0 2px #F0EFE7; - -moz-box-shadow: 0 0 2px #F0EFE7; - box-shadow: 0 0 2px #F0EFE7; -} - -.template-miniature { - cursor: pointer; -} - -.item.inactive { - display: none; -} - /** * Lime Admin Common CSS File * @@ -4469,68 +4352,121 @@ html[dir=rtl] th { overflow-x: visible; } -#selectable .ui-selecting { - background: #8CCE00; +.jcarousel-wrapper { + margin: 20px auto; + position: relative; + border: 10px solid #fff; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + -webkit-box-shadow: 0 0 2px #999; + -moz-box-shadow: 0 0 2px #999; + box-shadow: 0 0 2px #999; } -#selectable .ui-selected { - background: #C1DD7F; - color: #000000; +/** Carousel **/ +.jcarousel { + position: relative; + overflow: hidden; + width: 100%; } -#selectable { - list-style-type: none; - margin: 2px; +.jcarousel ul { + width: 20000em; + position: relative; + list-style: none; + margin: 0; padding: 0; - width: 90%; } -#selectable li { - padding: 1em; - font-size: 1em; - height: 9px; - text-align: center; - margin: 4px; +.jcarousel li { + width: 200px; + float: left; + border: 1px solid #fff; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } -.ui-icon.exporticon { - background-image: url("images/export.gif"); +.jcarousel img { + display: block; + max-width: 100%; + height: auto !important; } -#feedback { - font-size: 1.4em; +/** Carousel Controls **/ +.jcarousel-control-prev, +.jcarousel-control-next { + position: absolute; + top: 50%; + margin-top: -15px; + width: 30px; + height: 30px; + text-align: center; + background: #4E443C; + color: #fff; + text-decoration: none; + text-shadow: 0 0 1px #000; + font: 24px/27px Arial, sans-serif; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; + -webkit-box-shadow: 0 0 4px #F0EFE7; + -moz-box-shadow: 0 0 4px #F0EFE7; + box-shadow: 0 0 4px #F0EFE7; } -#selectableadd .ui-selecting { - background: #0066CC; +.jcarousel-control-prev { + left: 15px; } -#selectableadd .ui-selected { - background: #0066CC; - color: white; +.jcarousel-control-next { + right: 15px; } -#selectableadd { - list-style-type: none; +/** Carousel Pagination **/ +.jcarousel-pagination { + position: absolute; + bottom: -40px; + left: 50%; + -webkit-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + transform: translate(-50%, 0); margin: 0; - padding: 0; - width: 90%; - text-align: center; } -#selectableadd li { - margin: 3px; - padding: 0.4em; - font-size: 1 em; - height: 18px; - text-align: center; +.jcarousel-pagination a { + text-decoration: none; + display: inline-block; + font-size: 11px; + height: 10px; + width: 10px; + line-height: 10px; + background: #fff; + color: #4E443C; + border-radius: 10px; + text-indent: -9999px; + margin-right: 7px; + -webkit-box-shadow: 0 0 2px #4E443C; + -moz-box-shadow: 0 0 2px #4E443C; + box-shadow: 0 0 2px #4E443C; } -.popupgroup { - border: 1px solid #DAE5F4; - padding: 10px; - border-radius: 3px; - margin: 8px; +.jcarousel-pagination a.active { + background: #4E443C; + color: #fff; + opacity: 1; + -webkit-box-shadow: 0 0 2px #F0EFE7; + -moz-box-shadow: 0 0 2px #F0EFE7; + box-shadow: 0 0 2px #F0EFE7; +} + +.template-miniature { + cursor: pointer; +} + +.item.inactive { + display: none; } .draggable-container { @@ -4640,36 +4576,6 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { min-height: 100px; } -#cpdbatt { - min-height: 100px; -} - -.translate > table { - table-layout: fixed; -} - -.translate td._from_ > .question-text-from { - width: 100%; - overflow: auto; - word-wrap: break-word; -} - -#responses-column-filter-modal .checkbox label { - vertical-align: text-bottom; - white-space: nowrap; - overflow-x: hidden; -} - -.responses-multiselect-checkboxes { - overflow-y: scroll; - height: 60vh; -} - -.responses-column-filter-modal-checkbox-buttons { - text-align: left; - padding-bottom: 15px; -} - .grid-view .table td.button-column, .grid-view .table th.button-column, .grid-view-ls .table td.button-column, .grid-view-ls .table th.button-column { white-space: nowrap; text-align: initial; @@ -4798,4 +4704,98 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { margin: 0; border: none; display: inline-block; +} + +#selectable .ui-selecting { + background: #8CCE00; +} + +#selectable .ui-selected { + background: #C1DD7F; + color: #000000; +} + +#selectable { + list-style-type: none; + margin: 2px; + padding: 0; + width: 90%; +} + +#selectable li { + padding: 1em; + font-size: 1em; + height: 9px; + text-align: center; + margin: 4px; +} + +.ui-icon.exporticon { + background-image: url("images/export.gif"); +} + +#feedback { + font-size: 1.4em; +} + +#selectableadd .ui-selecting { + background: #0066CC; +} + +#selectableadd .ui-selected { + background: #0066CC; + color: white; +} + +#selectableadd { + list-style-type: none; + margin: 0; + padding: 0; + width: 90%; + text-align: center; +} + +#selectableadd li { + margin: 3px; + padding: 0.4em; + font-size: 1 em; + height: 18px; + text-align: center; +} + +.popupgroup { + border: 1px solid #DAE5F4; + padding: 10px; + border-radius: 3px; + margin: 8px; +} + +#responses-column-filter-modal .checkbox label { + vertical-align: text-bottom; + white-space: nowrap; + overflow-x: hidden; +} + +.responses-multiselect-checkboxes { + overflow-y: scroll; + height: 60vh; +} + +.responses-column-filter-modal-checkbox-buttons { + text-align: left; + padding-bottom: 15px; +} + +#cpdbatt { + min-height: 100px; +} + +.translate > table { + table-layout: fixed; +} + +.translate td._from_ > .question-text-from { + width: 100%; + overflow: auto; + word-wrap: break-word; } \ No newline at end of file diff --git a/assets/packages/adminbasics/build/adminbasics.js b/assets/packages/adminbasics/build/adminbasics.js index fc0c5b4fb51..9e1ee355cff 100644 --- a/assets/packages/adminbasics/build/adminbasics.js +++ b/assets/packages/adminbasics/build/adminbasics.js @@ -528,7 +528,7 @@ return EXISTS$1 ? document$3.createElement(it) : {}; }; - // Thanks to IE8 for your funny defineProperty + // Thanks to IE8 for its funny defineProperty var ie8DomDefine = !descriptors && !fails(function () { // eslint-disable-next-line es/no-object-defineproperty -- required for testing return Object.defineProperty(documentCreateElement('div'), 'a', { @@ -29781,6 +29781,34 @@ if (e.target != this) return; $('#accordion').find('.panel-collapse.collapse').not('#' + $(this).attr('id')).collapse('hide'); }); + }, + + /** + * Validates that an end date is not lower than a start date + * @param {Object} startDatePicker Start datepicker object + * @param {Object} endDatePicker End datepicker object + * @param {?function} errorCallback Optional function to call in case of error + */ + validateEndDateHigherThanStart: function validateEndDateHigherThanStart(startDatePicker, endDatePicker, errorCallback) { + if (!startDatePicker || !startDatePicker.date()) { + return true; + } + + if (!endDatePicker || !endDatePicker.date()) { + return true; + } + + var difference = endDatePicker.date().diff(startDatePicker.date()); + + if (difference >= 0) { + return true; + } + + if (typeof errorCallback === 'function') { + errorCallback(); + } + + return false; } }; var globalStartUpMethods = { diff --git a/assets/packages/adminbasics/build/adminbasics.min.css b/assets/packages/adminbasics/build/adminbasics.min.css index 3390bd01ddf..57389f8f05e 100644 --- a/assets/packages/adminbasics/build/adminbasics.min.css +++ b/assets/packages/adminbasics/build/adminbasics.min.css @@ -1 +1 @@ -#ls-loading{width:100%;height:100%;top:0;left:0;position:fixed;display:block;opacity:.7;background-color:#fff;z-index:3501;text-align:center;display:none}#ls-loading-spinner{position:absolute;top:30%}#notif-container{position:fixed;top:5%;left:20%;width:60%;z-index:3500;background:rgba(255,255,255,.1);min-height:0}.bg-white{background:#fff}.row-button-margin-bottom{margin-bottom:-5px}.row-button-margin-bottom .btn{margin-bottom:5px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:10px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:10px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.side-body,.full-page-wrapper{min-height:100%;position:relative;margin-bottom:65px;padding:0}.side-body h3,.pagetitle,.list-surveys h3{position:relative;padding:.5em;margin-bottom:1em}body{font-size:14px;line-height:1.428571429;margin:0}body .row{margin-right:0;margin-left:0}.jumbotron{text-align:center}.jumbotron.message-box{margin-top:1em}html{font-family:Roboto;font-weight:400;position:relative;min-height:100%}.main-container{padding-bottom:100px}#welcome-jumbotron{padding-top:0;padding-bottom:10px;background-color:transparent}#welcome-jumbotron>img{width:350px}.surveymanagerbar{margin-top:-20px;padding-top:5px}.surveymanagerbar .h3{margin-top:5px;font-weight:300;font-size:1.5em}.menubar{position:relative}.surveybar{width:100%;padding:13px 0 8px;margin:0 auto 15px;z-index:100;box-shadow:3px 3px 3px #35363f}.surveybar .btn,.surveybar button{margin-bottom:5px}.btn.pull-right{margin-left:5px}.list-surveys{margin-top:10px}#fullpagebar{z-index:100}.tab-content{padding-top:2em}:focus{outline:none}.navbar-brand{font-weight:400}.navbar{border-radius:0 !important}.navbar a{font-weight:400}.navbar .dropdown-menu>li>a{font-weight:400}.navbar .nav-icon-btn>a .label{font-size:10px;padding:0 3px;line-height:15px;position:absolute;display:block;right:5px;top:10px}.lime-icon{display:inline-block;height:1em;width:1em}.mega-dropdown{position:static !important}.mega-dropdown-menu{padding:20px 0;width:100%}.mega-dropdown-menu .dropdown-header{font-size:18px;padding:5px 60px 5px 5px;line-height:30px}.mega-dropdown-menu>li>ul{padding:0;margin:0}.mega-dropdown-menu>li>ul>li{list-style:none}.mega-dropdown-menu>li>ul>li>a{display:block;padding:3px 5px}.mega-dropdown-menu>li ul>li>a:hover{text-decoration:none}.mega-dropdown-menu>li ul>li>a:focus{text-decoration:none}#mainmenu-dropdown{z-index:20002}.footer{z-index:100;position:absolute;bottom:0;display:block;width:100%;height:60px;padding-top:1em}.alert-security-update{margin:0}#update-container{margin-top:10px;z-index:999}#update-container .alert{margin-bottom:5px}#ajaxupdaterLayoutLoading{text-align:center;margin-top:200px;margin-bottom:200px;display:none}.box{border-radius:3px;padding:10px 25px;text-align:right;display:block;margin-top:10px}#info-header{font-size:3em}#info-footer{font-size:2em}.box-icon{border-radius:50%;display:table;height:50px;margin:0 auto;width:50px;margin-top:-31px}.box-icon span{display:table-cell;text-align:center;vertical-align:middle}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes slidefromtop{from{top:-15px}to{top:0}}@-moz-keyframes slidefromtop{from{top:-15px}to{top:0}}@-webkit-keyframes slidefromtop{from{top:-15px}to{top:0}}@-ms-keyframes slidefromtop{from{top:-15px}to{top:0}}@-o-keyframes slidefromtop{from{top:-15px}to{top:0}}.form-group{margin-bottom:17px}.cke_toolgroup{cursor:pointer;cursor:hand;border-radius:0}.message-box{position:relative;margin-top:20px;animation:slidefromtop 1s}.welcome #lime-logo{animation:fadein 1s}.welcome .panel{position:relative;top:50px;opacity:0}.welcome .panel-body{text-align:center}.welcome .panel-body img{height:4em;margin-bottom:1em}.welcome .login-panel .panel-body img{margin-bottom:0}.alert{position:relative;animation:slidefromtop 1s}@media screen and (min-width: 1280px)and (max-width: 1440px){.welcome .panel{min-height:188px}}#welcomeModal{z-index:20000}@media screen and (min-width: 1280px)and (max-width: 1366px){#add_user_btn{margin-top:1.5em}#user-control-table .form-group label{min-width:80px}}.htmleditorboot{padding-top:2em}#edit-question-body{min-height:1200px}.profile-img-card{margin-top:32px}#profile-img{min-height:80px}@media screen and (min-width: 1280px)and (max-width: 1680px){#profile-img{min-height:0}}.login-panel{margin-top:40px}.login-content{text-align:left;padding:1em}.login-submit{text-align:right}#s2id_loginlang{border:none;padding:0}.ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-bdiv{overflow:hidden}.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-toppager{background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-htable th div{height:auto}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input{margin-top:8px}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input.cbox{margin:4px 0 0}.ui-jqgrid td input.cbox{margin:4px 0 0}.ui-jqgrid tr.ui-row-ltr td{border:none}#gs_completed{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.ui-th-column{margin-top:8px}.info>p{padding-top:10px;text-align:justify}.checkbox label:after{padding-left:4px;padding-top:2px;font-size:9px}.survey-action .panel-body img{height:3em}div.panel.disabled{opacity:.5;border:none}div.panel.disabled *{opacity:.5;border:none}div.panel.disabled a{cursor:default}#edit-group .tab-pane{padding:1em}.panel-clickable:hover{cursor:pointer;cursor:hand}.ui-widget-content .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-widget-header .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-search-toolbar th div{min-height:40px}.absolute-wrapper{position:fixed;left:0;width:300px;height:100%}.side-menu{position:absolute;width:300px;padding:0;left:0}.side-menu .navbar{border:none;box-shadow:none}.side-menu .navbar-header{width:100%}.side-menu .navbar-nav li{display:block;width:100%}.side-menu .navbar-nav li a{padding:15px}.side-menu .navbar-nav li a .glyphicon{padding-right:10px}.side-menu .navbar-nav .question-link.active{background-color:transparent;padding:15px 15px 15px 0px;margin-bottom:5px;margin-right:-1px}.side-menu .navbar-nav .question-link.active:hover{text-decoration:none;cursor:default}.side-menu .navbar-nav .question-link{display:block;padding-left:0px}.side-menu .navbar-nav .question-link .question-collapse-title{padding-left:25px}.side-menu #dropdown{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}.side-menu #dropdown li:hover{font-weight:700}.side-menu #dropdown li.active:hover{cursor:default;background-color:transparent;margin-right:-1px}.side-menu #dropdown li.disabled:hover{font-weight:700;background-color:transparent}.side-menu #dropdown .caret{float:right;margin:9px 5px 0}.side-menu #dropdown .indicator{float:right}.side-menu #dropdown .panel-body{padding:0}.side-menu #dropdown .panel-body .navbar-nav{width:100%}.side-menu #dropdown .panel-body .navbar-nav li{padding-left:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li.panel{margin-bottom:0;background-color:transparent;border:none;border-radius:0;box-shadow:none}.side-menu #dropdown .panel-body .navbar-nav li.panel-default{padding-left:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li:last-child{border-bottom:none}.side-menu #dropdown .panel-body .panel-body{margin-left:-15px}.side-menu #dropdown .panel-body .panel>a{margin-left:-20px;padding-left:35px}.side-menu #dropdown .question-group-collapse .caret{float:none;margin-bottom:9px}.side-menu .hide-button{border:0;border-radius:0;padding:15px 18px}.side-menu .brand-name-wrapper{min-height:50px}.side-menu .brand-name-wrapper .navbar-brand{display:block}.side-menu #search{position:relative;z-index:1000}.side-menu #search .panel-body{padding:0}.side-menu #search .panel-body .navbar-form{padding:0;padding-right:50px;width:100%;margin:0;position:relative}.side-menu #search .panel-body .navbar-form .form-group{width:100%;position:relative}.side-menu #search .panel-body .navbar-form input{border:0;border-radius:0;box-shadow:none;width:100%;height:50px}.side-menu #search .panel-body .navbar-form .btn{position:absolute;right:0;top:0;border:0;border-radius:0;padding:15px 18px}.side-menu #explorer-collapse .caret{float:none;margin-bottom:9px}#explorer{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#explorer ul{font-size:.9em}.dropdownstyle{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#sideMenu{min-height:700px;overflow:hidden}#sideMenu a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown li:hover{width:100%;font-weight:700}#sideMenu #dropdown li:hover>a{width:100%;font-weight:700;border-bottom:none}#sideMenu #dropdown li a[aria-expanded=true]{width:100%;font-weight:700}#sideMenu #dropdown li .active a:hover{width:100%;font-weight:700}#sideMenu #dropdown li>a:hover{width:100%;font-weight:700}#sideMenu #dropdown #explorer li:hover{font-weight:700}#sideMenu #dropdown #explorer li:hover>a{font-weight:700}#sideMenu #dropdown #explorer li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer li>a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover>a{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li>a:hover{font-weight:700}#sideMenu .navbar-default .navbar-nav>.active>a{background-color:transparent}#sideMenu .side-menu .dropdownlvl1>a:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover>a{font-weight:700}.side-menu-hidden{left:-250px}.side-body{min-height:800px}.side-body-margin{margin-left:70px}.question-group-collapse-title{display:block;padding-left:20px}.question-collapse-title{display:block;padding-left:30px}.main-content-container{max-width:95%;overflow-x:hidden;overflow-y:visible}.ck-content{transition:height 400ms ease-in-out}.ck-blurred{max-height:35vh}.ck-blurred:hover{max-height:initial}.ckedit-nocollapse .ck-blurred{max-height:initial}.ck-focused{max-height:initial}@media screen and (max-width: 768px){.main-content-container{max-width:100%}.side-menu{position:relative;width:100%;height:0;border-right:0}.side-menu .brand-name-wrapper .navbar-brand{display:inline-block}@-moz-keyframes slidein{0%{left:-300px}100%{left:10px}}@-webkit-keyframes slidein{0%{left:-300px}100%{left:10px}}@keyframes slidein{0%{left:-300px}100%{left:10px}}@-moz-keyframes slideout{0%{left:0}100%{left:-300px}}@-webkit-keyframes slideout{0%{left:0}100%{left:-300px}}@keyframes slideout{0%{left:0}100%{left:-300px}}@-moz-keyframes bodyslidein{0%{left:0}100%{left:300px}}@-webkit-keyframes bodyslidein{0%{left:0}100%{left:300px}}@keyframes bodyslidein{0%{left:0}100%{left:300px}}@-moz-keyframes bodyslideout{0%{left:300px}100%{left:0}}@-webkit-keyframes bodyslideout{0%{left:300px}100%{left:0}}@keyframes bodyslideout{0%{left:300px}100%{left:0}}.side-body{margin-left:5px;margin-top:70px;position:relative;animation:bodyslideout 300ms forwards;transform-style:preserve-3d}.body-slide-in{animation:bodyslidein 300ms forwards;transform-style:preserve-3d}.navbar-toggle{border:0;float:left;padding:16px;margin:0;border-radius:0}.navbar-header{position:fixed;top:0;width:100%;z-index:3;background:#fff;border-bottom:1px solid var(--LS-admintheme-basecolor)}.side-menu-container>.navbar-nav{position:fixed;left:-300px;width:300px;top:43px;height:100%;animation:slideout 300ms forwards;transform-style:preserve-3d}.side-menu-container>.navbar-nav.slide-in{animation:slidein 300ms forwards;transform-style:preserve-3d}#search .panel-body .navbar-form{border-bottom:0}#search .panel-body .navbar-form .form-group{margin:0}#dropdown .panel-body .navbar-nav{margin:0}}.content-right{padding-left:0;padding-right:0}.content-right .col-lg-12{padding-left:0;padding-right:0}.toWhite a:hover{font-weight:700}.col-lg-12.content-right{padding-left:0;padding-right:0}.container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff}.container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{color:#fff}.btn-success:hover,.btn-danger:hover,.btn-warning:hover,.btn-info:hover{color:#fff}.icon-btn-row{display:flex}.icon-btn-row .btn.btn-lg{width:46px;padding-left:0;padding-right:0}.icon-btn-row .btn{width:34px;padding-left:0;padding-right:0}.icon-btn-row .btn.btn-sm{width:30px;padding-left:0;padding-right:0}.icon-btn-row .btn.btn-xs{width:22px;padding-left:0;padding-right:0}.icon-btn-row :not(:first-child).btn,.icon-btn-row :not(:first-child) .btn{margin-left:5px}.icon-btn-row :not(:first-child).btn.btn-xs,.icon-btn-row :not(:first-child) .btn.btn-xs{margin-left:3px}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;line-height:normal}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:23px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-left:-20px;margin-top:4px \9 }.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#4caf50}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ff9800}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#e51c23}@media screen and (min-width: 768px){.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.radio label,.radio-inline label,.checkbox label,.checkbox-inline label{padding-left:25px}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=radio],.checkbox-inline input[type=radio],.radio input[type=checkbox],.radio-inline input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{margin-left:-25px}input[type=radio],.radio input[type=radio],.radio-inline input[type=radio]{position:relative;margin-top:6px;margin-right:4px;vertical-align:top;border:none;background-color:transparent;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=radio]:focus,.radio input[type=radio]:focus,.radio-inline input[type=radio]:focus{outline:none}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before,input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{content:"";display:block;width:18px;height:18px;border-radius:50%;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before{position:absolute;left:0;top:-3px;background-color:#2196f3;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{position:relative;top:-3px;border:2px solid #666}input[type=radio]:checked:before,.radio input[type=radio]:checked:before,.radio-inline input[type=radio]:checked:before{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}input[type=radio]:disabled:checked:before,.radio input[type=radio]:disabled:checked:before,.radio-inline input[type=radio]:disabled:checked:before{background-color:#bbb}input[type=radio]:checked:after,.radio input[type=radio]:checked:after,.radio-inline input[type=radio]:checked:after{border-color:#2196f3}input[type=radio]:disabled:after,.radio input[type=radio]:disabled:after,.radio-inline input[type=radio]:disabled:after,input[type=radio]:disabled:checked:after,.radio input[type=radio]:disabled:checked:after,.radio-inline input[type=radio]:disabled:checked:after{border-color:#bbb}input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:relative;border:none;margin-bottom:-4px;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=checkbox]:focus,.checkbox input[type=checkbox]:focus,.checkbox-inline input[type=checkbox]:focus{outline:none}input[type=checkbox]:focus:after,.checkbox input[type=checkbox]:focus:after,.checkbox-inline input[type=checkbox]:focus:after{border-color:#2196f3}input[type=checkbox]:after,.checkbox input[type=checkbox]:after,.checkbox-inline input[type=checkbox]:after{content:"";display:block;width:18px;height:18px;margin-top:-2px;margin-right:5px;border:2px solid #666;border-radius:2px;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=checkbox]:checked:before,.checkbox input[type=checkbox]:checked:before,.checkbox-inline input[type=checkbox]:checked:before{content:"";position:absolute;top:0;left:6px;display:table;width:6px;height:12px;border:2px solid #fff;border-top-width:0;border-left-width:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}input[type=checkbox]:indeterminate:before,.checkbox input[type=checkbox]:indeterminate:before,.checkbox-inline input[type=checkbox]:indeterminate:before{content:"";position:absolute;top:6px;left:2px;display:table;width:12px;height:0;border:1px solid #fff}input[type=checkbox]:disabled:after,.checkbox input[type=checkbox]:disabled:after,.checkbox-inline input[type=checkbox]:disabled:after{border-color:#bbb}input[type=checkbox]:disabled:checked:after,.checkbox input[type=checkbox]:disabled:checked:after,.checkbox-inline input[type=checkbox]:disabled:checked:after{background-color:#bbb;border-color:transparent}.has-warning input:not([type=checkbox]),.has-warning .form-control,.has-warning input.form-control[readonly],.has-warning input[type=text][readonly],.has-warning [type=text].form-control[readonly],.has-warning input:not([type=checkbox]):focus,.has-warning .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #ff9800;box-shadow:inset 0 -2px 0 #ff9800}.has-error input:not([type=checkbox]),.has-error .form-control,.has-error input.form-control[readonly],.has-error input[type=text][readonly],.has-error [type=text].form-control[readonly],.has-error input:not([type=checkbox]):focus,.has-error .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #e51c23;box-shadow:inset 0 -2px 0 #e51c23}.has-success input:not([type=checkbox]),.has-success .form-control,.has-success input.form-control[readonly],.has-success input[type=text][readonly],.has-success [type=text].form-control[readonly],.has-success input:not([type=checkbox]):focus,.has-success .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #4caf50;box-shadow:inset 0 -2px 0 #4caf50}.ui-widget-content{border:none;background:none;color:#404040}.ui-jqgrid .ui-jqgrid-titlebar{padding:1em}.container-fluid .ui-widget-content .ui-state-default,.container-fluid .ui-jqgrid .ui-jqgrid-bdiv{padding:.5em;padding-bottom:0}.ui-dialog,.ui-jqdialog,.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable{border-radius:4px;padding:1em;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqdialog-titlebar{height:2em;width:100%}.EditTable tr td{padding:1em}.ui-jqdialog-content input.FormElement{padding:.3em}.ui-jqdialog-content input[type=checkbox].FormElement{padding:0em}.EditTable td select,.EditTable td textarea{display:inline-block;width:auto;vertical-align:middle;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;color:#636363;background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.EditTable td input,.EditTable td select,.EditTable td textarea{margin:0}input[type=text],input[type=password],.ui-autocomplete-input,textarea,.uneditable-input{display:inline-block;font-size:14px;line-height:18px;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}input:focus,textarea:focus{outline:0;border-color:rgba(82,168,236,.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6)}#displayparticipants_firstname,#displayparticipants_lastname,#displayparticipants_owner_uid{padding-left:40px}#displayparticipants_language{padding-left:50px}#jqgh_displayparticipants_email{padding-left:140px}#displayparticipants_survey{padding-left:20px}.navtable{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqgrid-title{padding:1em 0em 1em 1em;font-style:italic;font-weight:700}.ui-pg-button{padding:.4em}.ui-pg-button:hover{cursor:pointer}.ui-state-disabled:hover{cursor:default}.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all .ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all{width:100%;overflow:hidden;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.modal-22{position:absolute;width:600px}.modal-22 .ui-jqdialog-titlebar .ui-jqdialog-title{width:80%}.modal-22 .ui-jqdialog-content{padding:1em}.ui-dialog-titlebar-close{border:1px solid transparent;border-radius:4px;float:right;color:#333;background-color:#fff;border-color:#ccc;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;-webkit-appearance:button;cursor:pointer;overflow:visible;margin:0;font:normal normal normal 14px/1 FontAwesome}.ui-dialog-titlebar-close:before{content:""}.em-expression{font-weight:bold}.data-entry-tbl tr.odd td,.data-entry-tbl tr.even td{padding:20px 0 20px 0}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{position:absolute;right:1em;top:10px}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{cursor:pointer}#carousel-example-generic{margin-left:20px}#carousel-example-generic .carousel-control{font-size:1em;top:-80px}#carousel-example-generic .left.carousel-control{left:-20px}#carousel-example-generic .right.carousel-control{right:-20px}#carousel-example-generic .panel-title{text-align:center;padding-top:0px}#carousel-example-generic .carousel-inner img{margin:auto;top:9px;position:relative}#carousel-example-generic .selectTemplate{display:inline-block;position:relative;left:0px;top:320px}#carousel-example-generic .carousel-caption{width:100%;left:0;top:0px;padding-top:0px}#carousel-example-generic,#carousel-example-generic .carousel-inner{min-height:150px}#carousel-example-generic .carousel-indicators{top:370px;width:80%;left:39%}#carousel-example-generic .carousel-indicators li{margin:0px;width:8px;height:8px}.side-body #carousel-example-generic h3{border:none}#systemoverview{margin:1em 0 1em 0}#systemoverview .info div{font-size:14px;margin-top:10px;margin-bottom:10px;font-weight:500;line-height:1.1;color:inherit;text-align:center}.preloader{position:absolute;top:50%;left:50%;font-size:20px;display:block;width:3.75em;height:4.25em;margin-left:-1.875em;margin-top:-2.125em;transform-origin:center center;transform:rotateY(180deg) rotateZ(-60deg)}.preloader .slice{border-top:1.125em solid transparent;border-right:none;border-bottom:1em solid transparent;border-left:1.875em solid #f7484e;position:absolute;top:0px;left:50%;transform-origin:left bottom;border-radius:3px 3px 0 0}.preloader .slice:nth-child(1){transform:rotateZ(60deg) rotateY(0deg) rotateX(0);animation:.15s linear .82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(120deg) rotateY(0deg) rotateX(0);animation:.15s linear .74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(180deg) rotateY(0deg) rotateX(0);animation:.15s linear .66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(240deg) rotateY(0deg) rotateX(0);animation:.15s linear .58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(300deg) rotateY(0deg) rotateX(0);animation:.15s linear .5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(360deg) rotateY(0deg) rotateX(0);animation:.15s linear .42s preload-hide-6 both 1}.preloader.loading{animation:2s preload-flip steps(2) infinite both}.preloader.loading .slice:nth-child(1){transform:rotateZ(60deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-1 linear infinite both}.preloader.loading .slice:nth-child(2){transform:rotateZ(120deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-2 linear infinite both}.preloader.loading .slice:nth-child(3){transform:rotateZ(180deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-3 linear infinite both}.preloader.loading .slice:nth-child(4){transform:rotateZ(240deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-4 linear infinite both}.preloader.loading .slice:nth-child(5){transform:rotateZ(300deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-5 linear infinite both}.preloader.loading .slice:nth-child(6){transform:rotateZ(360deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-6 linear infinite both}#ajaxContainerLoading,.ajaxLoading{height:130px;text-align:center;margin-top:70px;margin-bottom:100px;display:none}#comfortUpdateIcon{height:1em;margin-right:.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-left:.5em;padding-top:.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:.1em;padding-left:.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:.9em;padding-left:.5em;padding-top:.5em}#comfortUpdateGeneralWrap #welcomeMessage,#comfortUpdateGeneralWrap #btn-container{border-right:1px solid #eee}#comfortUpdateGeneralWrap #key-actions{padding-left:1em}#update-alert.unstable-update{background-color:#fff;border:1px solid #a0352f;color:#a0352f;margin-top:1em}html body .nav-tabs>li.active>a,html body .nav-tabs>li.active>a:hover,html body .nav-tabs>li.active>a:focus{border-bottom-color:transparent;cursor:default}.answertable.table td{vertical-align:middle}.btnaddanswer:hover,.btndelanswer:hover{cursor:pointer}.jumbotron p{font-weight:300}span[data-tooltip]{display:inline-block}.glyphicon-move:hover{cursor:pointer}.answertable .glyphicon-pencil{margin-left:3px}#statisticsview .panel{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}#explorer-collapse{border-bottom:none}#explorer-collapse:hover,#sideMenu #dropdown li a#explorer-collapse[aria-expanded=true],#sideMenu #dropdown li a.question-group-collapse[aria-expanded=true]{width:auto}#sideMenu #dropdown #explorer li#questionexplorer-group-container,#sideMenu #dropdown li#questionexplorer-group-container>a{line-height:1.4}#sideMenu #dropdown #explorer li#questionexplorer-group-container:hover,#sideMenu #dropdown li#questionexplorer-group-container:hover>a{background-color:#fafafa;font-weight:400;line-height:1.4}.explorer-group-title{margin-top:1em;padding:0em 0 1em 0}.explorer-group-title a.explorer-group,.question-collapse-title{color:#163c19}#item-container,#jcarousel-wrapper-container{width:300px}#item-container h4{margin-bottom:30px}.selectTemplate{margin-top:10px}.imgSelectTemplate{cursor:pointer}.template-img{padding:1em}#additional_languages{min-width:200px}#available_languages{min-width:200px}.modal{top:50px}.modal-footer .btn{margin-bottom:0}#tokensidemenu{border-top:1px solid #e3e3e3}.question-item{padding:1em;margin:1em 0 1em 0;cursor:pointer}.placeholder{padding:1em;margin:1em 0 1em 0}.no-gutter>[class*=col-]{padding-right:0;padding-left:0}.inputbuttons{width:120px}.inputbuttons-square{width:20px;height:16px;float:left}.jqgrid-tokens-number-padding{padding-right:4px}.tooltip{position:fixed}.scrolling-wrapper{overflow-x:scroll;overflow-y:hidden}#search{display:none;overflow-y:auto}iframe#dialog{width:100%;height:100%}.ui-jqgrid,.ui-jqgrid-view,.ui-jqgrid-titlebar,.ui-jqgrid-toppager,.ui-jqgrid-pager{min-width:100%;max-width:100%;margin-right:0;margin-left:0;box-sizing:border-box}#pager{position:relative}.ui-sortable-placeholder{color:red;background-color:lime;border:solid #000 5px}.tokenatt-arrow{position:absolute;right:-0.5em}.csvatt-arrow{position:absolute;right:-0.5em;top:1em}.no-padding{padding:0}.droppable-new,.droppable-csv{min-height:40px;height:100%}#labelsetpreview{overflow-x:hidden}.question-filter-container{border:1px solid #efefef;padding:2em;margin:0;min-width:33%;max-width:100%}td.subquestion-actions span:hover{cursor:pointer}.template-img{padding-top:0}.full-page-wrapper .handleAccordion{display:none}div#gview_displayresponses th#displayresponses_cb{width:35px}.detailbrowsetable tr th{width:50%}.lead{font-weight:300}.time-statistics-row-buttons,.nowrap{white-space:nowrap}.time-statistics-table{overflow:auto}.mixed{opacity:.4}#sidemenu-home{padding-left:15px}#quick-menu-container{position:absolute;width:50px;right:0;top:50px}.quick-icon-wrapper{padding:15px;height:50px}#quick-menu-container .glyphicon{font-size:18px}#quick-menu-container .navbar-brand{padding:0}.panel-group .panel{overflow:visible}a.explorer-group:hover,a.explorer-group:focus{text-decoration:none}.question-explorer-question{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis}.question-explorer-group-name{display:inline-block;max-width:140px;overflow:hidden;position:relative;top:5px;text-overflow:ellipsis}.question-explorer-add-question{position:relative;top:5px}.explorer-group-title a.disabled{opacity:.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #ccc}#displayResponsesContainer .ui-jqgrid-bdiv,#gbox_displaytokens .ui-jqgrid-bdiv{overflow:hidden}h1,.h1{font-size:24px}h2,.h2{font-size:22px}h3,.h3{font-size:20px}.statisticstable{word-wrap:break-word}.summary-container,.summary,#massive-action-container,#surveyListActions,.listActions,.pager-container ls-ba .pager,.pager-container ls-ba .pager .pagination{margin:0;margin-bottom:20px}.summary-container{text-align:right}#massive-action-container,#surveyListActions,.listActions{padding-left:0px;text-align:left}.push-grid-pager{min-height:25em}.has-link{cursor:pointer}.has-link a:hover{text-decoration:none}.has-link a{color:#000}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:#fff}.ui-priority-secondary{background-color:#f5f5f5}#token-grid .table .filters>td .filter-container{padding:0px}#token-grid table.table{width:none;max-width:none}#token-grid table thead tr #action{min-width:150px}#token-grid .filter-container{min-width:50px}#token-grid table tr.odd .blank_button{border-color:#f9f9f9;background-color:#f9f9f9;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}#token-grid table tr .blank_button{border-color:#fff;background-color:#fff}#token-grid table tr.selected .blank_button{border-color:#eee;background-color:#eee}#token-grid .name{min-width:150px}#tokenListPager{position:relative}.blank_button span{max-width:12px}#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-4,#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-8{padding:0}div[id^=alertmod_]{display:none}.ui-helper-clearfix{min-height:0}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin-top:.5em;padding:.3em 1em .5em .4em;text-align:left}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-helper-clearfix::after{clear:both}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.yiiLog{margin-bottom:70px}table#responsedetail tr td{max-width:100px;word-wrap:break-word}.in-title{position:relative;top:-65px;right:15px}.input-group-addon{padding:5px 12px}.multiselect-container>li>a>label>input[type=checkbox]{margin-left:0}.notification-list{top:100%;left:0;z-index:1000;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;border-radius:4px;background-clip:padding-box;overflow-y:auto}.notification-list>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;white-space:nowrap}.notification-list>li>a:hover,.notification-list>li>a:focus{text-decoration:none}.notification-list>.active>a,.notification-list>.active>a:hover,.notification-list>.active>a:focus{text-decoration:none;outline:0}.notification-list>.disabled>a:hover,.notification-list>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}#notification-outer-ul{height:400px;width:400px}#notification-inner-ul{height:340px;width:390px}.select2-container--bootstrap .select2-selection{font-family:Roboto !important}#responses-grid .table-condensed.upload-question{margin-bottom:0;background-color:inherit}#responses-grid .filter-container{min-width:6em}.edit-participant-modal-body{max-height:500px;overflow-y:auto}.scenario-heading{padding:0}.scenario-heading .delete-scenario-form{padding-top:6px}.condition-header-button{margin-top:-10px;margin-right:10px}.margin-left{margin-left:5px}.conditions-table{margin-bottom:0}.condition-and-or-or{margin-left:20px}#editconditions .tab-content,#quick-add-conditions-form .tab-content{padding-top:0}#login-panel{max-width:400px;margin-left:auto;margin-right:auto}.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px}.welcome .panel{height:110%}.welcome .panel-body{padding:0px}.welcome .panel-heading{height:25%;display:flex;align-items:center;justify-content:center}.welcome .panel-title{font-weight:500}.welcome .panel-body{height:75%;width:100%}.welcome .panel-body .panel-body-ico,.welcome .panel-body .panel-body-link{width:100%;display:flex;align-items:center;justify-content:center}.welcome .panel-body .panel-body-ico{height:70%}.welcome .panel-body .panel-body-link{height:30%}input[type=file].form-control{border:none;padding-left:0px}#insertmethod-container{display:none}@media print{html,body{margin:0;padding:0;max-width:none}body{text-align:left;margin:0;padding:0;width:100% !important}.side-body{margin:0;padding:0}#sidebar{display:none}#browsermenubarid{display:none}.surveymanagerbar{display:none}#vue-apps-main-container #vue-sidebar-container{display:none}#statisticsview .col-lg-12{float:none;width:100%;display:block}#pjax-content .side-body{float:none;width:100%;display:block}#pjax-content{max-width:none !important}footer.footer{display:none}.statisticsbloc{float:none;width:auto;display:block}.statisticstable{break-inside:avoid;page-break-inside:avoid;break-after:always;page-break-after:always}.canvas-chart{break-inside:avoid;page-break-inside:avoid;max-width:100%;height:auto}.statisticsbrowsebutton{display:none}body.onStatistics .btn{display:none}body.onStatistics .chartjs-container{width:70%;float:left}body.onStatistics .legend{width:30%;float:left}body.onStatistics .legend .col-sm-1{display:inline-block;width:auto;padding:0;padding-right:3pt;padding-left:3pt}body.onStatistics .legend .col-sm-10{display:inline-block;width:auto;padding:0}body.onStatistics .ls-flex,body.onStatistics .ls-flex-column,body.onStatistics .ls-flex-row{display:block}body.onStatistics #sidebar{display:none}body.onStatistics .ls-flex-column .col-11,body.onStatistics .ls-flex-row .col-11,body.onStatistics .ls-flex .col-11{width:auto}}.currentQuestionTypeImageContainer img{max-width:100%}#accordion-container .panel-heading>a{width:100%;display:block}#accordion_questionTypeSelector .panel-title>a{width:100%;display:block}.small-screens-menus{padding-left:28px}.custom.custom-no-padding{padding:0}.custom.custom-no-margin{padding:0}.custom.custom-padding.add5{padding:5px}.custom.custom-padding.left-5{padding-left:5px}.custom.custom-padding.right-5{padding-right:5px}.custom.custom-padding.top-5{padding-top:5px}.custom.custom-padding.bottom-5{padding-bottom:5px}.custom.custom-padding.add10{padding:10px}.custom.custom-padding.left-10{padding-left:10px}.custom.custom-padding.right-10{padding-right:10px}.custom.custom-padding.top-10{padding-top:10px}.custom.custom-padding.bottom-10{padding-bottom:10px}.custom.custom-padding.add15{padding:15px}.custom.custom-padding.left-15{padding-left:15px}.custom.custom-padding.right-15{padding-right:15px}.custom.custom-padding.top-15{padding-top:15px}.custom.custom-padding.bottom-15{padding-bottom:15px}.custom.custom-padding.add20{padding:20px}.custom.custom-padding.left-20{padding-left:20px}.custom.custom-padding.right-20{padding-right:20px}.custom.custom-padding.top-20{padding-top:20px}.custom.custom-padding.bottom-20{padding-bottom:20px}.custom.custom-padding.add25{padding:25px}.custom.custom-padding.left-25{padding-left:25px}.custom.custom-padding.right-25{padding-right:25px}.custom.custom-padding.top-25{padding-top:25px}.custom.custom-padding.bottom-25{padding-bottom:25px}.custom.custom-padding.add30{padding:30px}.custom.custom-padding.left-30{padding-left:30px}.custom.custom-padding.right-30{padding-right:30px}.custom.custom-padding.top-30{padding-top:30px}.custom.custom-padding.bottom-30{padding-bottom:30px}.custom.custom-padding.add35{padding:35px}.custom.custom-padding.left-35{padding-left:35px}.custom.custom-padding.right-35{padding-right:35px}.custom.custom-padding.top-35{padding-top:35px}.custom.custom-padding.bottom-35{padding-bottom:35px}@media only screen and (min-width: 961px){.custom.custom-padding-responsive.large.add5{padding:5px}.custom.custom-padding-responsive.large.left-5{padding-left:5px}.custom.custom-padding-responsive.large.right-5{padding-right:5px}.custom.custom-padding-responsive.large.top-5{padding-top:5px}.custom.custom-padding-responsive.large.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.large.add10{padding:10px}.custom.custom-padding-responsive.large.left-10{padding-left:10px}.custom.custom-padding-responsive.large.right-10{padding-right:10px}.custom.custom-padding-responsive.large.top-10{padding-top:10px}.custom.custom-padding-responsive.large.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.large.add15{padding:15px}.custom.custom-padding-responsive.large.left-15{padding-left:15px}.custom.custom-padding-responsive.large.right-15{padding-right:15px}.custom.custom-padding-responsive.large.top-15{padding-top:15px}.custom.custom-padding-responsive.large.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.large.add20{padding:20px}.custom.custom-padding-responsive.large.left-20{padding-left:20px}.custom.custom-padding-responsive.large.right-20{padding-right:20px}.custom.custom-padding-responsive.large.top-20{padding-top:20px}.custom.custom-padding-responsive.large.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.large.add25{padding:25px}.custom.custom-padding-responsive.large.left-25{padding-left:25px}.custom.custom-padding-responsive.large.right-25{padding-right:25px}.custom.custom-padding-responsive.large.top-25{padding-top:25px}.custom.custom-padding-responsive.large.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.large.add30{padding:30px}.custom.custom-padding-responsive.large.left-30{padding-left:30px}.custom.custom-padding-responsive.large.right-30{padding-right:30px}.custom.custom-padding-responsive.large.top-30{padding-top:30px}.custom.custom-padding-responsive.large.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.large.add35{padding:35px}.custom.custom-padding-responsive.large.left-35{padding-left:35px}.custom.custom-padding-responsive.large.right-35{padding-right:35px}.custom.custom-padding-responsive.large.top-35{padding-top:35px}.custom.custom-padding-responsive.large.bottom-35{padding-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-padding-responsive.medium.add5{padding:5px}.custom.custom-padding-responsive.medium.left-5{padding-left:5px}.custom.custom-padding-responsive.medium.right-5{padding-right:5px}.custom.custom-padding-responsive.medium.top-5{padding-top:5px}.custom.custom-padding-responsive.medium.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.medium.add10{padding:10px}.custom.custom-padding-responsive.medium.left-10{padding-left:10px}.custom.custom-padding-responsive.medium.right-10{padding-right:10px}.custom.custom-padding-responsive.medium.top-10{padding-top:10px}.custom.custom-padding-responsive.medium.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.medium.add15{padding:15px}.custom.custom-padding-responsive.medium.left-15{padding-left:15px}.custom.custom-padding-responsive.medium.right-15{padding-right:15px}.custom.custom-padding-responsive.medium.top-15{padding-top:15px}.custom.custom-padding-responsive.medium.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.medium.add20{padding:20px}.custom.custom-padding-responsive.medium.left-20{padding-left:20px}.custom.custom-padding-responsive.medium.right-20{padding-right:20px}.custom.custom-padding-responsive.medium.top-20{padding-top:20px}.custom.custom-padding-responsive.medium.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.medium.add25{padding:25px}.custom.custom-padding-responsive.medium.left-25{padding-left:25px}.custom.custom-padding-responsive.medium.right-25{padding-right:25px}.custom.custom-padding-responsive.medium.top-25{padding-top:25px}.custom.custom-padding-responsive.medium.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.medium.add30{padding:30px}.custom.custom-padding-responsive.medium.left-30{padding-left:30px}.custom.custom-padding-responsive.medium.right-30{padding-right:30px}.custom.custom-padding-responsive.medium.top-30{padding-top:30px}.custom.custom-padding-responsive.medium.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.medium.add35{padding:35px}.custom.custom-padding-responsive.medium.left-35{padding-left:35px}.custom.custom-padding-responsive.medium.right-35{padding-right:35px}.custom.custom-padding-responsive.medium.top-35{padding-top:35px}.custom.custom-padding-responsive.medium.bottom-35{padding-bottom:35px}}.custom.custom-padding-responsive.small.add5{padding:5px}.custom.custom-padding-responsive.small.left-5{padding-left:5px}.custom.custom-padding-responsive.small.right-5{padding-right:5px}.custom.custom-padding-responsive.small.top-5{padding-top:5px}.custom.custom-padding-responsive.small.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.small.add10{padding:10px}.custom.custom-padding-responsive.small.left-10{padding-left:10px}.custom.custom-padding-responsive.small.right-10{padding-right:10px}.custom.custom-padding-responsive.small.top-10{padding-top:10px}.custom.custom-padding-responsive.small.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.small.add15{padding:15px}.custom.custom-padding-responsive.small.left-15{padding-left:15px}.custom.custom-padding-responsive.small.right-15{padding-right:15px}.custom.custom-padding-responsive.small.top-15{padding-top:15px}.custom.custom-padding-responsive.small.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.small.add20{padding:20px}.custom.custom-padding-responsive.small.left-20{padding-left:20px}.custom.custom-padding-responsive.small.right-20{padding-right:20px}.custom.custom-padding-responsive.small.top-20{padding-top:20px}.custom.custom-padding-responsive.small.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.small.add25{padding:25px}.custom.custom-padding-responsive.small.left-25{padding-left:25px}.custom.custom-padding-responsive.small.right-25{padding-right:25px}.custom.custom-padding-responsive.small.top-25{padding-top:25px}.custom.custom-padding-responsive.small.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.small.add30{padding:30px}.custom.custom-padding-responsive.small.left-30{padding-left:30px}.custom.custom-padding-responsive.small.right-30{padding-right:30px}.custom.custom-padding-responsive.small.top-30{padding-top:30px}.custom.custom-padding-responsive.small.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.small.add35{padding:35px}.custom.custom-padding-responsive.small.left-35{padding-left:35px}.custom.custom-padding-responsive.small.right-35{padding-right:35px}.custom.custom-padding-responsive.small.top-35{padding-top:35px}.custom.custom-padding-responsive.small.bottom-35{padding-bottom:35px}.custom.custom-margin.add5{margin:5px}.custom.custom-margin.left-5{margin-left:5px}.custom.custom-margin.right-5{margin-right:5px}.custom.custom-margin.top-5{margin-top:5px}.custom.custom-margin.bottom-5{margin-bottom:5px}.custom.custom-margin.add10{margin:10px}.custom.custom-margin.left-10{margin-left:10px}.custom.custom-margin.right-10{margin-right:10px}.custom.custom-margin.top-10{margin-top:10px}.custom.custom-margin.bottom-10{margin-bottom:10px}.custom.custom-margin.add15{margin:15px}.custom.custom-margin.left-15{margin-left:15px}.custom.custom-margin.right-15{margin-right:15px}.custom.custom-margin.top-15{margin-top:15px}.custom.custom-margin.bottom-15{margin-bottom:15px}.custom.custom-margin.add20{margin:20px}.custom.custom-margin.left-20{margin-left:20px}.custom.custom-margin.right-20{margin-right:20px}.custom.custom-margin.top-20{margin-top:20px}.custom.custom-margin.bottom-20{margin-bottom:20px}.custom.custom-margin.add25{margin:25px}.custom.custom-margin.left-25{margin-left:25px}.custom.custom-margin.right-25{margin-right:25px}.custom.custom-margin.top-25{margin-top:25px}.custom.custom-margin.bottom-25{margin-bottom:25px}.custom.custom-margin.add30{margin:30px}.custom.custom-margin.left-30{margin-left:30px}.custom.custom-margin.right-30{margin-right:30px}.custom.custom-margin.top-30{margin-top:30px}.custom.custom-margin.bottom-30{margin-bottom:30px}.custom.custom-margin.add35{margin:35px}.custom.custom-margin.left-35{margin-left:35px}.custom.custom-margin.right-35{margin-right:35px}.custom.custom-margin.top-35{margin-top:35px}.custom.custom-margin.bottom-35{margin-bottom:35px}.custom.custom-child-margin.left-to-right *{margin-left:3px}.custom.custom-child-margin.right-to-left *{margin-right:3px}@media only screen and (min-width: 961px){.custom.custom-margin-responsive.large.add5{margin:5px}.custom.custom-margin-responsive.large.left-5{margin-left:5px}.custom.custom-margin-responsive.large.right-5{margin-right:5px}.custom.custom-margin-responsive.large.top-5{margin-top:5px}.custom.custom-margin-responsive.large.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.large.add10{margin:10px}.custom.custom-margin-responsive.large.left-10{margin-left:10px}.custom.custom-margin-responsive.large.right-10{margin-right:10px}.custom.custom-margin-responsive.large.top-10{margin-top:10px}.custom.custom-margin-responsive.large.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.large.add15{margin:15px}.custom.custom-margin-responsive.large.left-15{margin-left:15px}.custom.custom-margin-responsive.large.right-15{margin-right:15px}.custom.custom-margin-responsive.large.top-15{margin-top:15px}.custom.custom-margin-responsive.large.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.large.add20{margin:20px}.custom.custom-margin-responsive.large.left-20{margin-left:20px}.custom.custom-margin-responsive.large.right-20{margin-right:20px}.custom.custom-margin-responsive.large.top-20{margin-top:20px}.custom.custom-margin-responsive.large.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.large.add25{margin:25px}.custom.custom-margin-responsive.large.left-25{margin-left:25px}.custom.custom-margin-responsive.large.right-25{margin-right:25px}.custom.custom-margin-responsive.large.top-25{margin-top:25px}.custom.custom-margin-responsive.large.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.large.add30{margin:30px}.custom.custom-margin-responsive.large.left-30{margin-left:30px}.custom.custom-margin-responsive.large.right-30{margin-right:30px}.custom.custom-margin-responsive.large.top-30{margin-top:30px}.custom.custom-margin-responsive.large.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.large.add35{margin:35px}.custom.custom-margin-responsive.large.left-35{margin-left:35px}.custom.custom-margin-responsive.large.right-35{margin-right:35px}.custom.custom-margin-responsive.large.top-35{margin-top:35px}.custom.custom-margin-responsive.large.bottom-35{margin-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-margin-responsive.medium.add5{margin:5px}.custom.custom-margin-responsive.medium.left-5{margin-left:5px}.custom.custom-margin-responsive.medium.right-5{margin-right:5px}.custom.custom-margin-responsive.medium.top-5{margin-top:5px}.custom.custom-margin-responsive.medium.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.medium.add10{margin:10px}.custom.custom-margin-responsive.medium.left-10{margin-left:10px}.custom.custom-margin-responsive.medium.right-10{margin-right:10px}.custom.custom-margin-responsive.medium.top-10{margin-top:10px}.custom.custom-margin-responsive.medium.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.medium.add15{margin:15px}.custom.custom-margin-responsive.medium.left-15{margin-left:15px}.custom.custom-margin-responsive.medium.right-15{margin-right:15px}.custom.custom-margin-responsive.medium.top-15{margin-top:15px}.custom.custom-margin-responsive.medium.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.medium.add20{margin:20px}.custom.custom-margin-responsive.medium.left-20{margin-left:20px}.custom.custom-margin-responsive.medium.right-20{margin-right:20px}.custom.custom-margin-responsive.medium.top-20{margin-top:20px}.custom.custom-margin-responsive.medium.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.medium.add25{margin:25px}.custom.custom-margin-responsive.medium.left-25{margin-left:25px}.custom.custom-margin-responsive.medium.right-25{margin-right:25px}.custom.custom-margin-responsive.medium.top-25{margin-top:25px}.custom.custom-margin-responsive.medium.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.medium.add30{margin:30px}.custom.custom-margin-responsive.medium.left-30{margin-left:30px}.custom.custom-margin-responsive.medium.right-30{margin-right:30px}.custom.custom-margin-responsive.medium.top-30{margin-top:30px}.custom.custom-margin-responsive.medium.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.medium.add35{margin:35px}.custom.custom-margin-responsive.medium.left-35{margin-left:35px}.custom.custom-margin-responsive.medium.right-35{margin-right:35px}.custom.custom-margin-responsive.medium.top-35{margin-top:35px}.custom.custom-margin-responsive.medium.bottom-35{margin-bottom:35px}}.custom.custom-margin-responsive.small.add5{margin:5px}.custom.custom-margin-responsive.small.left-5{margin-left:5px}.custom.custom-margin-responsive.small.right-5{margin-right:5px}.custom.custom-margin-responsive.small.top-5{margin-top:5px}.custom.custom-margin-responsive.small.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.small.add10{margin:10px}.custom.custom-margin-responsive.small.left-10{margin-left:10px}.custom.custom-margin-responsive.small.right-10{margin-right:10px}.custom.custom-margin-responsive.small.top-10{margin-top:10px}.custom.custom-margin-responsive.small.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.small.add15{margin:15px}.custom.custom-margin-responsive.small.left-15{margin-left:15px}.custom.custom-margin-responsive.small.right-15{margin-right:15px}.custom.custom-margin-responsive.small.top-15{margin-top:15px}.custom.custom-margin-responsive.small.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.small.add20{margin:20px}.custom.custom-margin-responsive.small.left-20{margin-left:20px}.custom.custom-margin-responsive.small.right-20{margin-right:20px}.custom.custom-margin-responsive.small.top-20{margin-top:20px}.custom.custom-margin-responsive.small.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.small.add25{margin:25px}.custom.custom-margin-responsive.small.left-25{margin-left:25px}.custom.custom-margin-responsive.small.right-25{margin-right:25px}.custom.custom-margin-responsive.small.top-25{margin-top:25px}.custom.custom-margin-responsive.small.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.small.add30{margin:30px}.custom.custom-margin-responsive.small.left-30{margin-left:30px}.custom.custom-margin-responsive.small.right-30{margin-right:30px}.custom.custom-margin-responsive.small.top-30{margin-top:30px}.custom.custom-margin-responsive.small.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.small.add35{margin:35px}.custom.custom-margin-responsive.small.left-35{margin-left:35px}.custom.custom-margin-responsive.small.right-35{margin-right:35px}.custom.custom-margin-responsive.small.top-35{margin-top:35px}.custom.custom-margin-responsive.small.bottom-35{margin-bottom:35px}textarea.form-control.input-text{height:2.4em}.template-files-delete-button{margin:1px 0 0 0;padding:0 5px}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{font-family:"FontAwesome" !important}table.dataTable thead .sorting:after{content:"" !important}table.dataTable thead .sorting_asc:after{content:"" !important}table.dataTable thead .sorting_desc:after{content:"" !important}.menubar.sticky{position:fixed !important;top:0 !important;margin-top:0 !important}#sticky-topbar-placeholder{display:none}.menubar.sticky+#sticky-topbar-placeholder{display:block}.baseline-align>*{vertical-align:baseline}.baseline-align>.form-group{display:inline-block}#edit-question-form{margin-left:-15px;margin-right:-15px}#advanced-question-editor{margin-left:-15px;margin-right:-15px}#advanced-question-editor>div>.container-center>.row{margin-left:-15px;margin-right:-15px}.subquestions-table-wrapper,.answeroptions-table-wrapper{display:block;overflow:auto;margin-bottom:20px}.subquestions-table,.answeroptions-table{margin-bottom:0px}.subquestions-table input.code,.answeroptions-table input.code{min-width:70px}.subquestions-table>tbody>tr>td:first-of-type,.answeroptions-table>tbody>tr>td:first-of-type{padding-left:0}.subquestions-table>tbody>tr>td:last-of-type,.answeroptions-table>tbody>tr>td:last-of-type{padding-right:0}#survey-grid{overflow-x:visible}html[dir=rtl] .dropdown-menu,html[dir=rtl] th{text-align:initial}.w-100{width:100% !important}#question-grid{overflow-x:visible}#cpdbatt{min-height:100px}.jcarousel-wrapper{margin:20px auto;position:relative;border:10px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px #999;-moz-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999}.jcarousel{position:relative;overflow:hidden;width:100%}.jcarousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}.jcarousel li{width:200px;float:left;border:1px solid #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jcarousel img{display:block;max-width:100%;height:auto !important}.jcarousel-control-prev,.jcarousel-control-next{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;text-align:center;background:#4e443c;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:24px/27px Arial,sans-serif;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 4px #f0efe7;-moz-box-shadow:0 0 4px #f0efe7;box-shadow:0 0 4px #f0efe7}.jcarousel-control-prev{left:15px}.jcarousel-control-next{right:15px}.jcarousel-pagination{position:absolute;bottom:-40px;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);margin:0}.jcarousel-pagination a{text-decoration:none;display:inline-block;font-size:11px;height:10px;width:10px;line-height:10px;background:#fff;color:#4e443c;border-radius:10px;text-indent:-9999px;margin-right:7px;-webkit-box-shadow:0 0 2px #4e443c;-moz-box-shadow:0 0 2px #4e443c;box-shadow:0 0 2px #4e443c}.jcarousel-pagination a.active{background:#4e443c;color:#fff;opacity:1;-webkit-box-shadow:0 0 2px #f0efe7;-moz-box-shadow:0 0 2px #f0efe7;box-shadow:0 0 2px #f0efe7}.template-miniature{cursor:pointer}.item.inactive{display:none}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-left:.75%;margin-right:.75%;margin-bottom:20px}#tokenattribute{margin-left:1.5%}#centralattribute{margin-right:1.5%}#centralattribute .centralatt{padding-bottom:15px}#newcreated .attribute-item input{display:block;margin:2px auto;width:80%}#centralattribute div.centralatt div.token-attribute{margin-top:-5px;min-height:20px}#newcreated,#tokenattribute{height:100%}.heading{height:auto;padding-top:7px;font-weight:bold}div.mappable-attribute-wrapper{width:80%;margin:6px auto;padding:6px}div.attribute-item,.already-mapped-attribute{width:80%;margin:6px auto;padding:4px;text-align:center}#centralattribute .explanation{width:90%;margin:0 auto;text-align:left}#centralattribute .explanation-row{display:table-row}#centralattribute .explanation input,#centralattribute .explanation label{display:table-cell;padding-top:4px;padding-bottom:4px}#centralattribute .explanation label{padding-left:8px}.attribute-item.draggable{cursor:move}div.mappable-attribute-wrapper.target-hover{padding-bottom:27px}div.mappable-attribute-wrapper.paired.target-hover{padding-bottom:4px}div.mappable-attribute-wrapper.paired.ui-state-disabled{opacity:1;filter:alpha(opacity=100)}.draggable-container .attribute-column .ui-draggable-dragging{z-index:100}.centralatt{min-height:100px}#responses-column-filter-modal .checkbox label{vertical-align:text-bottom;white-space:nowrap;overflow-x:hidden}.responses-multiselect-checkboxes{overflow-y:scroll;height:60vh}.responses-column-filter-modal-checkbox-buttons{text-align:left;padding-bottom:15px}#selectable .ui-selecting{background:#8cce00}#selectable .ui-selected{background:#c1dd7f;color:#000}#selectable{list-style-type:none;margin:2px;padding:0;width:90%}#selectable li{padding:1em;font-size:1em;height:9px;text-align:center;margin:4px}.ui-icon.exporticon{background-image:url("images/export.gif")}#feedback{font-size:1.4em}#selectableadd .ui-selecting{background:#06c}#selectableadd .ui-selected{background:#06c;color:#fff}#selectableadd{list-style-type:none;margin:0;padding:0;width:90%;text-align:center}#selectableadd li{margin:3px;padding:.4em;font-size:1 em;height:18px;text-align:center}.popupgroup{border:1px solid #dae5f4;padding:10px;border-radius:3px;margin:8px}.grid-view .table td.button-column,.grid-view .table th.button-column,.grid-view-ls .table td.button-column,.grid-view-ls .table th.button-column{white-space:nowrap;text-align:initial}.grid-view .table th>.sort-link .caret,.grid-view-ls .table th>.sort-link .caret{right:-10px}.grid-view .table .filters>td .filter-container,.grid-view-ls .table .filters>td .filter-container{padding:0}.grid-view-ls .table td{vertical-align:middle}.grid-view-ls .table td input[type=checkbox]:after{margin-top:-3px;margin-right:-3px}.grid-view-ls .table .button-column{white-space:nowrap;text-align:initial;min-width:50px}.grid-view-ls .summary{color:#999;font-size:12px;text-align:right}.grid-view-ls.grid-view-loading{background:url(../img/loader.gif) no-repeat 100% 10px}.grid-view-ls.grid-view-loading .table{opacity:.5}.grid-view-ls.grid-view-loading .table th>.sort-link .caret{display:none}.dropdown-menu.larger-dropdown{min-width:240px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>a:after{border-left-color:#555}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}#vue-apps-main-container{min-height:75vh}.fa-stack.halfed{height:1em;width:1em;line-height:1em}.fa-stack-1x.halfed{font-size:.5em}.fa-1x.halfed{font-size:.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:.6em;box-sizing:border-box;height:2em;margin:.2em;overflow:hidden;padding:.5em;width:2em}.animate-pulse .square:nth-of-type(1){animation:pulse ease-in-out 1.8s infinite .2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite .6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1s}.animate-pulse .square:nth-of-type(4){animation:pulse ease-in-out 1.8s infinite 1.4s}.simpleWrapper{padding:0;margin:0;border:none;display:inline-block}.translate>table{table-layout:fixed}.translate td._from_>.question-text-from{width:100%;overflow:auto;word-wrap:break-word} \ No newline at end of file +#cpdbatt{min-height:100px}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-left:.75%;margin-right:.75%;margin-bottom:20px}#tokenattribute{margin-left:1.5%}#centralattribute{margin-right:1.5%}#centralattribute .centralatt{padding-bottom:15px}#newcreated .attribute-item input{display:block;margin:2px auto;width:80%}#centralattribute div.centralatt div.token-attribute{margin-top:-5px;min-height:20px}#newcreated,#tokenattribute{height:100%}.heading{height:auto;padding-top:7px;font-weight:bold}div.mappable-attribute-wrapper{width:80%;margin:6px auto;padding:6px}div.attribute-item,.already-mapped-attribute{width:80%;margin:6px auto;padding:4px;text-align:center}#centralattribute .explanation{width:90%;margin:0 auto;text-align:left}#centralattribute .explanation-row{display:table-row}#centralattribute .explanation input,#centralattribute .explanation label{display:table-cell;padding-top:4px;padding-bottom:4px}#centralattribute .explanation label{padding-left:8px}.attribute-item.draggable{cursor:move}div.mappable-attribute-wrapper.target-hover{padding-bottom:27px}div.mappable-attribute-wrapper.paired.target-hover{padding-bottom:4px}div.mappable-attribute-wrapper.paired.ui-state-disabled{opacity:1;filter:alpha(opacity=100)}.draggable-container .attribute-column .ui-draggable-dragging{z-index:100}.centralatt{min-height:100px}.jcarousel-wrapper{margin:20px auto;position:relative;border:10px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px #999;-moz-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999}.jcarousel{position:relative;overflow:hidden;width:100%}.jcarousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}.jcarousel li{width:200px;float:left;border:1px solid #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jcarousel img{display:block;max-width:100%;height:auto !important}.jcarousel-control-prev,.jcarousel-control-next{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;text-align:center;background:#4e443c;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:24px/27px Arial,sans-serif;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 4px #f0efe7;-moz-box-shadow:0 0 4px #f0efe7;box-shadow:0 0 4px #f0efe7}.jcarousel-control-prev{left:15px}.jcarousel-control-next{right:15px}.jcarousel-pagination{position:absolute;bottom:-40px;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);margin:0}.jcarousel-pagination a{text-decoration:none;display:inline-block;font-size:11px;height:10px;width:10px;line-height:10px;background:#fff;color:#4e443c;border-radius:10px;text-indent:-9999px;margin-right:7px;-webkit-box-shadow:0 0 2px #4e443c;-moz-box-shadow:0 0 2px #4e443c;box-shadow:0 0 2px #4e443c}.jcarousel-pagination a.active{background:#4e443c;color:#fff;opacity:1;-webkit-box-shadow:0 0 2px #f0efe7;-moz-box-shadow:0 0 2px #f0efe7;box-shadow:0 0 2px #f0efe7}.template-miniature{cursor:pointer}.item.inactive{display:none}#responses-column-filter-modal .checkbox label{vertical-align:text-bottom;white-space:nowrap;overflow-x:hidden}.responses-multiselect-checkboxes{overflow-y:scroll;height:60vh}.responses-column-filter-modal-checkbox-buttons{text-align:left;padding-bottom:15px}#ls-loading{width:100%;height:100%;top:0;left:0;position:fixed;display:block;opacity:.7;background-color:#fff;z-index:3501;text-align:center;display:none}#ls-loading-spinner{position:absolute;top:30%}#notif-container{position:fixed;top:5%;left:20%;width:60%;z-index:3500;background:rgba(255,255,255,.1);min-height:0}.bg-white{background:#fff}.row-button-margin-bottom{margin-bottom:-5px}.row-button-margin-bottom .btn{margin-bottom:5px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:10px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:10px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.side-body,.full-page-wrapper{min-height:100%;position:relative;margin-bottom:65px;padding:0}.side-body h3,.pagetitle,.list-surveys h3{position:relative;padding:.5em;margin-bottom:1em}body{font-size:14px;line-height:1.428571429;margin:0}body .row{margin-right:0;margin-left:0}.jumbotron{text-align:center}.jumbotron.message-box{margin-top:1em}html{font-family:Roboto;font-weight:400;position:relative;min-height:100%}.main-container{padding-bottom:100px}#welcome-jumbotron{padding-top:0;padding-bottom:10px;background-color:transparent}#welcome-jumbotron>img{width:350px}.surveymanagerbar{margin-top:-20px;padding-top:5px}.surveymanagerbar .h3{margin-top:5px;font-weight:300;font-size:1.5em}.menubar{position:relative}.surveybar{width:100%;padding:13px 0 8px;margin:0 auto 15px;z-index:100;box-shadow:3px 3px 3px #35363f}.surveybar .btn,.surveybar button{margin-bottom:5px}.btn.pull-right{margin-left:5px}.list-surveys{margin-top:10px}#fullpagebar{z-index:100}.tab-content{padding-top:2em}:focus{outline:none}.navbar-brand{font-weight:400}.navbar{border-radius:0 !important}.navbar a{font-weight:400}.navbar .dropdown-menu>li>a{font-weight:400}.navbar .nav-icon-btn>a .label{font-size:10px;padding:0 3px;line-height:15px;position:absolute;display:block;right:5px;top:10px}.lime-icon{display:inline-block;height:1em;width:1em}.mega-dropdown{position:static !important}.mega-dropdown-menu{padding:20px 0;width:100%}.mega-dropdown-menu .dropdown-header{font-size:18px;padding:5px 60px 5px 5px;line-height:30px}.mega-dropdown-menu>li>ul{padding:0;margin:0}.mega-dropdown-menu>li>ul>li{list-style:none}.mega-dropdown-menu>li>ul>li>a{display:block;padding:3px 5px}.mega-dropdown-menu>li ul>li>a:hover{text-decoration:none}.mega-dropdown-menu>li ul>li>a:focus{text-decoration:none}#mainmenu-dropdown{z-index:20002}.footer{z-index:100;position:absolute;bottom:0;display:block;width:100%;height:60px;padding-top:1em}.alert-security-update{margin:0}#update-container{margin-top:10px;z-index:999}#update-container .alert{margin-bottom:5px}#ajaxupdaterLayoutLoading{text-align:center;margin-top:200px;margin-bottom:200px;display:none}.box{border-radius:3px;padding:10px 25px;text-align:right;display:block;margin-top:10px}#info-header{font-size:3em}#info-footer{font-size:2em}.box-icon{border-radius:50%;display:table;height:50px;margin:0 auto;width:50px;margin-top:-31px}.box-icon span{display:table-cell;text-align:center;vertical-align:middle}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes slidefromtop{from{top:-15px}to{top:0}}@-moz-keyframes slidefromtop{from{top:-15px}to{top:0}}@-webkit-keyframes slidefromtop{from{top:-15px}to{top:0}}@-ms-keyframes slidefromtop{from{top:-15px}to{top:0}}@-o-keyframes slidefromtop{from{top:-15px}to{top:0}}.form-group{margin-bottom:17px}.cke_toolgroup{cursor:pointer;cursor:hand;border-radius:0}.message-box{position:relative;margin-top:20px;animation:slidefromtop 1s}.welcome #lime-logo{animation:fadein 1s}.welcome .panel{position:relative;top:50px;opacity:0}.welcome .panel-body{text-align:center}.welcome .panel-body img{height:4em;margin-bottom:1em}.welcome .login-panel .panel-body img{margin-bottom:0}.alert{position:relative;animation:slidefromtop 1s}@media screen and (min-width: 1280px)and (max-width: 1440px){.welcome .panel{min-height:188px}}#welcomeModal{z-index:20000}@media screen and (min-width: 1280px)and (max-width: 1366px){#add_user_btn{margin-top:1.5em}#user-control-table .form-group label{min-width:80px}}.htmleditorboot{padding-top:2em}#edit-question-body{min-height:1200px}.profile-img-card{margin-top:32px}#profile-img{min-height:80px}@media screen and (min-width: 1280px)and (max-width: 1680px){#profile-img{min-height:0}}.login-panel{margin-top:40px}.login-content{text-align:left;padding:1em}.login-submit{text-align:right}#s2id_loginlang{border:none;padding:0}.ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-bdiv{overflow:hidden}.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-toppager{background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-htable th div{height:auto}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input{margin-top:8px}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input.cbox{margin:4px 0 0}.ui-jqgrid td input.cbox{margin:4px 0 0}.ui-jqgrid tr.ui-row-ltr td{border:none}#gs_completed{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.ui-th-column{margin-top:8px}.info>p{padding-top:10px;text-align:justify}.checkbox label:after{padding-left:4px;padding-top:2px;font-size:9px}.survey-action .panel-body img{height:3em}div.panel.disabled{opacity:.5;border:none}div.panel.disabled *{opacity:.5;border:none}div.panel.disabled a{cursor:default}#edit-group .tab-pane{padding:1em}.panel-clickable:hover{cursor:pointer;cursor:hand}.ui-widget-content .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-widget-header .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-search-toolbar th div{min-height:40px}.absolute-wrapper{position:fixed;left:0;width:300px;height:100%}.side-menu{position:absolute;width:300px;padding:0;left:0}.side-menu .navbar{border:none;box-shadow:none}.side-menu .navbar-header{width:100%}.side-menu .navbar-nav li{display:block;width:100%}.side-menu .navbar-nav li a{padding:15px}.side-menu .navbar-nav li a .glyphicon{padding-right:10px}.side-menu .navbar-nav .question-link.active{background-color:transparent;padding:15px 15px 15px 0px;margin-bottom:5px;margin-right:-1px}.side-menu .navbar-nav .question-link.active:hover{text-decoration:none;cursor:default}.side-menu .navbar-nav .question-link{display:block;padding-left:0px}.side-menu .navbar-nav .question-link .question-collapse-title{padding-left:25px}.side-menu #dropdown{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}.side-menu #dropdown li:hover{font-weight:700}.side-menu #dropdown li.active:hover{cursor:default;background-color:transparent;margin-right:-1px}.side-menu #dropdown li.disabled:hover{font-weight:700;background-color:transparent}.side-menu #dropdown .caret{float:right;margin:9px 5px 0}.side-menu #dropdown .indicator{float:right}.side-menu #dropdown .panel-body{padding:0}.side-menu #dropdown .panel-body .navbar-nav{width:100%}.side-menu #dropdown .panel-body .navbar-nav li{padding-left:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li.panel{margin-bottom:0;background-color:transparent;border:none;border-radius:0;box-shadow:none}.side-menu #dropdown .panel-body .navbar-nav li.panel-default{padding-left:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li:last-child{border-bottom:none}.side-menu #dropdown .panel-body .panel-body{margin-left:-15px}.side-menu #dropdown .panel-body .panel>a{margin-left:-20px;padding-left:35px}.side-menu #dropdown .question-group-collapse .caret{float:none;margin-bottom:9px}.side-menu .hide-button{border:0;border-radius:0;padding:15px 18px}.side-menu .brand-name-wrapper{min-height:50px}.side-menu .brand-name-wrapper .navbar-brand{display:block}.side-menu #search{position:relative;z-index:1000}.side-menu #search .panel-body{padding:0}.side-menu #search .panel-body .navbar-form{padding:0;padding-right:50px;width:100%;margin:0;position:relative}.side-menu #search .panel-body .navbar-form .form-group{width:100%;position:relative}.side-menu #search .panel-body .navbar-form input{border:0;border-radius:0;box-shadow:none;width:100%;height:50px}.side-menu #search .panel-body .navbar-form .btn{position:absolute;right:0;top:0;border:0;border-radius:0;padding:15px 18px}.side-menu #explorer-collapse .caret{float:none;margin-bottom:9px}#explorer{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#explorer ul{font-size:.9em}.dropdownstyle{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#sideMenu{min-height:700px;overflow:hidden}#sideMenu a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown li:hover{width:100%;font-weight:700}#sideMenu #dropdown li:hover>a{width:100%;font-weight:700;border-bottom:none}#sideMenu #dropdown li a[aria-expanded=true]{width:100%;font-weight:700}#sideMenu #dropdown li .active a:hover{width:100%;font-weight:700}#sideMenu #dropdown li>a:hover{width:100%;font-weight:700}#sideMenu #dropdown #explorer li:hover{font-weight:700}#sideMenu #dropdown #explorer li:hover>a{font-weight:700}#sideMenu #dropdown #explorer li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer li>a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover>a{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li>a:hover{font-weight:700}#sideMenu .navbar-default .navbar-nav>.active>a{background-color:transparent}#sideMenu .side-menu .dropdownlvl1>a:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover>a{font-weight:700}.side-menu-hidden{left:-250px}.side-body{min-height:800px}.side-body-margin{margin-left:70px}.question-group-collapse-title{display:block;padding-left:20px}.question-collapse-title{display:block;padding-left:30px}.main-content-container{max-width:95%;overflow-x:hidden;overflow-y:visible}.ck-content{transition:height 400ms ease-in-out}.ck-blurred{max-height:35vh}.ck-blurred:hover{max-height:initial}.ckedit-nocollapse .ck-blurred{max-height:initial}.ck-focused{max-height:initial}@media screen and (max-width: 768px){.main-content-container{max-width:100%}.side-menu{position:relative;width:100%;height:0;border-right:0}.side-menu .brand-name-wrapper .navbar-brand{display:inline-block}@-moz-keyframes slidein{0%{left:-300px}100%{left:10px}}@-webkit-keyframes slidein{0%{left:-300px}100%{left:10px}}@keyframes slidein{0%{left:-300px}100%{left:10px}}@-moz-keyframes slideout{0%{left:0}100%{left:-300px}}@-webkit-keyframes slideout{0%{left:0}100%{left:-300px}}@keyframes slideout{0%{left:0}100%{left:-300px}}@-moz-keyframes bodyslidein{0%{left:0}100%{left:300px}}@-webkit-keyframes bodyslidein{0%{left:0}100%{left:300px}}@keyframes bodyslidein{0%{left:0}100%{left:300px}}@-moz-keyframes bodyslideout{0%{left:300px}100%{left:0}}@-webkit-keyframes bodyslideout{0%{left:300px}100%{left:0}}@keyframes bodyslideout{0%{left:300px}100%{left:0}}.side-body{margin-left:5px;margin-top:70px;position:relative;animation:bodyslideout 300ms forwards;transform-style:preserve-3d}.body-slide-in{animation:bodyslidein 300ms forwards;transform-style:preserve-3d}.navbar-toggle{border:0;float:left;padding:16px;margin:0;border-radius:0}.navbar-header{position:fixed;top:0;width:100%;z-index:3;background:#fff;border-bottom:1px solid var(--LS-admintheme-basecolor)}.side-menu-container>.navbar-nav{position:fixed;left:-300px;width:300px;top:43px;height:100%;animation:slideout 300ms forwards;transform-style:preserve-3d}.side-menu-container>.navbar-nav.slide-in{animation:slidein 300ms forwards;transform-style:preserve-3d}#search .panel-body .navbar-form{border-bottom:0}#search .panel-body .navbar-form .form-group{margin:0}#dropdown .panel-body .navbar-nav{margin:0}}.content-right{padding-left:0;padding-right:0}.content-right .col-lg-12{padding-left:0;padding-right:0}.toWhite a:hover{font-weight:700}.col-lg-12.content-right{padding-left:0;padding-right:0}.container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff}.container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{color:#fff}.btn-success:hover,.btn-danger:hover,.btn-warning:hover,.btn-info:hover{color:#fff}.icon-btn-row{display:flex}.icon-btn-row .btn.btn-lg{width:46px;padding-left:0;padding-right:0}.icon-btn-row .btn{width:34px;padding-left:0;padding-right:0}.icon-btn-row .btn.btn-sm{width:30px;padding-left:0;padding-right:0}.icon-btn-row .btn.btn-xs{width:22px;padding-left:0;padding-right:0}.icon-btn-row :not(:first-child).btn,.icon-btn-row :not(:first-child) .btn{margin-left:5px}.icon-btn-row :not(:first-child).btn.btn-xs,.icon-btn-row :not(:first-child) .btn.btn-xs{margin-left:3px}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;line-height:normal}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:23px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-left:-20px;margin-top:4px \9 }.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#4caf50}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ff9800}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#e51c23}@media screen and (min-width: 768px){.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.radio label,.radio-inline label,.checkbox label,.checkbox-inline label{padding-left:25px}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=radio],.checkbox-inline input[type=radio],.radio input[type=checkbox],.radio-inline input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{margin-left:-25px}input[type=radio],.radio input[type=radio],.radio-inline input[type=radio]{position:relative;margin-top:6px;margin-right:4px;vertical-align:top;border:none;background-color:transparent;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=radio]:focus,.radio input[type=radio]:focus,.radio-inline input[type=radio]:focus{outline:none}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before,input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{content:"";display:block;width:18px;height:18px;border-radius:50%;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before{position:absolute;left:0;top:-3px;background-color:#2196f3;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{position:relative;top:-3px;border:2px solid #666}input[type=radio]:checked:before,.radio input[type=radio]:checked:before,.radio-inline input[type=radio]:checked:before{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}input[type=radio]:disabled:checked:before,.radio input[type=radio]:disabled:checked:before,.radio-inline input[type=radio]:disabled:checked:before{background-color:#bbb}input[type=radio]:checked:after,.radio input[type=radio]:checked:after,.radio-inline input[type=radio]:checked:after{border-color:#2196f3}input[type=radio]:disabled:after,.radio input[type=radio]:disabled:after,.radio-inline input[type=radio]:disabled:after,input[type=radio]:disabled:checked:after,.radio input[type=radio]:disabled:checked:after,.radio-inline input[type=radio]:disabled:checked:after{border-color:#bbb}input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:relative;border:none;margin-bottom:-4px;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=checkbox]:focus,.checkbox input[type=checkbox]:focus,.checkbox-inline input[type=checkbox]:focus{outline:none}input[type=checkbox]:focus:after,.checkbox input[type=checkbox]:focus:after,.checkbox-inline input[type=checkbox]:focus:after{border-color:#2196f3}input[type=checkbox]:after,.checkbox input[type=checkbox]:after,.checkbox-inline input[type=checkbox]:after{content:"";display:block;width:18px;height:18px;margin-top:-2px;margin-right:5px;border:2px solid #666;border-radius:2px;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=checkbox]:checked:before,.checkbox input[type=checkbox]:checked:before,.checkbox-inline input[type=checkbox]:checked:before{content:"";position:absolute;top:0;left:6px;display:table;width:6px;height:12px;border:2px solid #fff;border-top-width:0;border-left-width:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}input[type=checkbox]:indeterminate:before,.checkbox input[type=checkbox]:indeterminate:before,.checkbox-inline input[type=checkbox]:indeterminate:before{content:"";position:absolute;top:6px;left:2px;display:table;width:12px;height:0;border:1px solid #fff}input[type=checkbox]:disabled:after,.checkbox input[type=checkbox]:disabled:after,.checkbox-inline input[type=checkbox]:disabled:after{border-color:#bbb}input[type=checkbox]:disabled:checked:after,.checkbox input[type=checkbox]:disabled:checked:after,.checkbox-inline input[type=checkbox]:disabled:checked:after{background-color:#bbb;border-color:transparent}.has-warning input:not([type=checkbox]),.has-warning .form-control,.has-warning input.form-control[readonly],.has-warning input[type=text][readonly],.has-warning [type=text].form-control[readonly],.has-warning input:not([type=checkbox]):focus,.has-warning .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #ff9800;box-shadow:inset 0 -2px 0 #ff9800}.has-error input:not([type=checkbox]),.has-error .form-control,.has-error input.form-control[readonly],.has-error input[type=text][readonly],.has-error [type=text].form-control[readonly],.has-error input:not([type=checkbox]):focus,.has-error .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #e51c23;box-shadow:inset 0 -2px 0 #e51c23}.has-success input:not([type=checkbox]),.has-success .form-control,.has-success input.form-control[readonly],.has-success input[type=text][readonly],.has-success [type=text].form-control[readonly],.has-success input:not([type=checkbox]):focus,.has-success .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #4caf50;box-shadow:inset 0 -2px 0 #4caf50}.ui-widget-content{border:none;background:none;color:#404040}.ui-jqgrid .ui-jqgrid-titlebar{padding:1em}.container-fluid .ui-widget-content .ui-state-default,.container-fluid .ui-jqgrid .ui-jqgrid-bdiv{padding:.5em;padding-bottom:0}.ui-dialog,.ui-jqdialog,.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable{border-radius:4px;padding:1em;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqdialog-titlebar{height:2em;width:100%}.EditTable tr td{padding:1em}.ui-jqdialog-content input.FormElement{padding:.3em}.ui-jqdialog-content input[type=checkbox].FormElement{padding:0em}.EditTable td select,.EditTable td textarea{display:inline-block;width:auto;vertical-align:middle;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;color:#636363;background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.EditTable td input,.EditTable td select,.EditTable td textarea{margin:0}input[type=text],input[type=password],.ui-autocomplete-input,textarea,.uneditable-input{display:inline-block;font-size:14px;line-height:18px;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}input:focus,textarea:focus{outline:0;border-color:rgba(82,168,236,.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6)}#displayparticipants_firstname,#displayparticipants_lastname,#displayparticipants_owner_uid{padding-left:40px}#displayparticipants_language{padding-left:50px}#jqgh_displayparticipants_email{padding-left:140px}#displayparticipants_survey{padding-left:20px}.navtable{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqgrid-title{padding:1em 0em 1em 1em;font-style:italic;font-weight:700}.ui-pg-button{padding:.4em}.ui-pg-button:hover{cursor:pointer}.ui-state-disabled:hover{cursor:default}.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all .ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all{width:100%;overflow:hidden;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.modal-22{position:absolute;width:600px}.modal-22 .ui-jqdialog-titlebar .ui-jqdialog-title{width:80%}.modal-22 .ui-jqdialog-content{padding:1em}.ui-dialog-titlebar-close{border:1px solid transparent;border-radius:4px;float:right;color:#333;background-color:#fff;border-color:#ccc;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;-webkit-appearance:button;cursor:pointer;overflow:visible;margin:0;font:normal normal normal 14px/1 FontAwesome}.ui-dialog-titlebar-close:before{content:""}.em-expression{font-weight:bold}.data-entry-tbl tr.odd td,.data-entry-tbl tr.even td{padding:20px 0 20px 0}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{position:absolute;right:1em;top:10px}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{cursor:pointer}#carousel-example-generic{margin-left:20px}#carousel-example-generic .carousel-control{font-size:1em;top:-80px}#carousel-example-generic .left.carousel-control{left:-20px}#carousel-example-generic .right.carousel-control{right:-20px}#carousel-example-generic .panel-title{text-align:center;padding-top:0px}#carousel-example-generic .carousel-inner img{margin:auto;top:9px;position:relative}#carousel-example-generic .selectTemplate{display:inline-block;position:relative;left:0px;top:320px}#carousel-example-generic .carousel-caption{width:100%;left:0;top:0px;padding-top:0px}#carousel-example-generic,#carousel-example-generic .carousel-inner{min-height:150px}#carousel-example-generic .carousel-indicators{top:370px;width:80%;left:39%}#carousel-example-generic .carousel-indicators li{margin:0px;width:8px;height:8px}.side-body #carousel-example-generic h3{border:none}#systemoverview{margin:1em 0 1em 0}#systemoverview .info div{font-size:14px;margin-top:10px;margin-bottom:10px;font-weight:500;line-height:1.1;color:inherit;text-align:center}.preloader{position:absolute;top:50%;left:50%;font-size:20px;display:block;width:3.75em;height:4.25em;margin-left:-1.875em;margin-top:-2.125em;transform-origin:center center;transform:rotateY(180deg) rotateZ(-60deg)}.preloader .slice{border-top:1.125em solid transparent;border-right:none;border-bottom:1em solid transparent;border-left:1.875em solid #f7484e;position:absolute;top:0px;left:50%;transform-origin:left bottom;border-radius:3px 3px 0 0}.preloader .slice:nth-child(1){transform:rotateZ(60deg) rotateY(0deg) rotateX(0);animation:.15s linear .82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(120deg) rotateY(0deg) rotateX(0);animation:.15s linear .74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(180deg) rotateY(0deg) rotateX(0);animation:.15s linear .66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(240deg) rotateY(0deg) rotateX(0);animation:.15s linear .58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(300deg) rotateY(0deg) rotateX(0);animation:.15s linear .5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(360deg) rotateY(0deg) rotateX(0);animation:.15s linear .42s preload-hide-6 both 1}.preloader.loading{animation:2s preload-flip steps(2) infinite both}.preloader.loading .slice:nth-child(1){transform:rotateZ(60deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-1 linear infinite both}.preloader.loading .slice:nth-child(2){transform:rotateZ(120deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-2 linear infinite both}.preloader.loading .slice:nth-child(3){transform:rotateZ(180deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-3 linear infinite both}.preloader.loading .slice:nth-child(4){transform:rotateZ(240deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-4 linear infinite both}.preloader.loading .slice:nth-child(5){transform:rotateZ(300deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-5 linear infinite both}.preloader.loading .slice:nth-child(6){transform:rotateZ(360deg) rotateY(90deg) rotateX(0);animation:2s preload-cycle-6 linear infinite both}#ajaxContainerLoading,.ajaxLoading{height:130px;text-align:center;margin-top:70px;margin-bottom:100px;display:none}#comfortUpdateIcon{height:1em;margin-right:.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-left:.5em;padding-top:.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:.1em;padding-left:.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:.9em;padding-left:.5em;padding-top:.5em}#comfortUpdateGeneralWrap #welcomeMessage,#comfortUpdateGeneralWrap #btn-container{border-right:1px solid #eee}#comfortUpdateGeneralWrap #key-actions{padding-left:1em}#update-alert.unstable-update{background-color:#fff;border:1px solid #a0352f;color:#a0352f;margin-top:1em}html body .nav-tabs>li.active>a,html body .nav-tabs>li.active>a:hover,html body .nav-tabs>li.active>a:focus{border-bottom-color:transparent;cursor:default}.answertable.table td{vertical-align:middle}.btnaddanswer:hover,.btndelanswer:hover{cursor:pointer}.jumbotron p{font-weight:300}span[data-tooltip]{display:inline-block}.glyphicon-move:hover{cursor:pointer}.answertable .glyphicon-pencil{margin-left:3px}#statisticsview .panel{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}#explorer-collapse{border-bottom:none}#explorer-collapse:hover,#sideMenu #dropdown li a#explorer-collapse[aria-expanded=true],#sideMenu #dropdown li a.question-group-collapse[aria-expanded=true]{width:auto}#sideMenu #dropdown #explorer li#questionexplorer-group-container,#sideMenu #dropdown li#questionexplorer-group-container>a{line-height:1.4}#sideMenu #dropdown #explorer li#questionexplorer-group-container:hover,#sideMenu #dropdown li#questionexplorer-group-container:hover>a{background-color:#fafafa;font-weight:400;line-height:1.4}.explorer-group-title{margin-top:1em;padding:0em 0 1em 0}.explorer-group-title a.explorer-group,.question-collapse-title{color:#163c19}#item-container,#jcarousel-wrapper-container{width:300px}#item-container h4{margin-bottom:30px}.selectTemplate{margin-top:10px}.imgSelectTemplate{cursor:pointer}.template-img{padding:1em}#additional_languages{min-width:200px}#available_languages{min-width:200px}.modal{top:50px}.modal-footer .btn{margin-bottom:0}#tokensidemenu{border-top:1px solid #e3e3e3}.question-item{padding:1em;margin:1em 0 1em 0;cursor:pointer}.placeholder{padding:1em;margin:1em 0 1em 0}.no-gutter>[class*=col-]{padding-right:0;padding-left:0}.inputbuttons{width:120px}.inputbuttons-square{width:20px;height:16px;float:left}.jqgrid-tokens-number-padding{padding-right:4px}.tooltip{position:fixed}.scrolling-wrapper{overflow-x:scroll;overflow-y:hidden}#search{display:none;overflow-y:auto}iframe#dialog{width:100%;height:100%}.ui-jqgrid,.ui-jqgrid-view,.ui-jqgrid-titlebar,.ui-jqgrid-toppager,.ui-jqgrid-pager{min-width:100%;max-width:100%;margin-right:0;margin-left:0;box-sizing:border-box}#pager{position:relative}.ui-sortable-placeholder{color:red;background-color:lime;border:solid #000 5px}.tokenatt-arrow{position:absolute;right:-0.5em}.csvatt-arrow{position:absolute;right:-0.5em;top:1em}.no-padding{padding:0}.droppable-new,.droppable-csv{min-height:40px;height:100%}#labelsetpreview{overflow-x:hidden}.question-filter-container{border:1px solid #efefef;padding:2em;margin:0;min-width:33%;max-width:100%}td.subquestion-actions span:hover{cursor:pointer}.template-img{padding-top:0}.full-page-wrapper .handleAccordion{display:none}div#gview_displayresponses th#displayresponses_cb{width:35px}.detailbrowsetable tr th{width:50%}.lead{font-weight:300}.time-statistics-row-buttons,.nowrap{white-space:nowrap}.time-statistics-table{overflow:auto}.mixed{opacity:.4}#sidemenu-home{padding-left:15px}#quick-menu-container{position:absolute;width:50px;right:0;top:50px}.quick-icon-wrapper{padding:15px;height:50px}#quick-menu-container .glyphicon{font-size:18px}#quick-menu-container .navbar-brand{padding:0}.panel-group .panel{overflow:visible}a.explorer-group:hover,a.explorer-group:focus{text-decoration:none}.question-explorer-question{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis}.question-explorer-group-name{display:inline-block;max-width:140px;overflow:hidden;position:relative;top:5px;text-overflow:ellipsis}.question-explorer-add-question{position:relative;top:5px}.explorer-group-title a.disabled{opacity:.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #ccc}#displayResponsesContainer .ui-jqgrid-bdiv,#gbox_displaytokens .ui-jqgrid-bdiv{overflow:hidden}h1,.h1{font-size:24px}h2,.h2{font-size:22px}h3,.h3{font-size:20px}.statisticstable{word-wrap:break-word}.summary-container,.summary,#massive-action-container,#surveyListActions,.listActions,.pager-container ls-ba .pager,.pager-container ls-ba .pager .pagination{margin:0;margin-bottom:20px}.summary-container{text-align:right}#massive-action-container,#surveyListActions,.listActions{padding-left:0px;text-align:left}.push-grid-pager{min-height:25em}.has-link{cursor:pointer}.has-link a:hover{text-decoration:none}.has-link a{color:#000}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:#fff}.ui-priority-secondary{background-color:#f5f5f5}#token-grid .table .filters>td .filter-container{padding:0px}#token-grid table.table{width:none;max-width:none}#token-grid table thead tr #action{min-width:150px}#token-grid .filter-container{min-width:50px}#token-grid table tr.odd .blank_button{border-color:#f9f9f9;background-color:#f9f9f9;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}#token-grid table tr .blank_button{border-color:#fff;background-color:#fff}#token-grid table tr.selected .blank_button{border-color:#eee;background-color:#eee}#token-grid .name{min-width:150px}#tokenListPager{position:relative}.blank_button span{max-width:12px}#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-4,#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-8{padding:0}div[id^=alertmod_]{display:none}.ui-helper-clearfix{min-height:0}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin-top:.5em;padding:.3em 1em .5em .4em;text-align:left}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-helper-clearfix::after{clear:both}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.yiiLog{margin-bottom:70px}table#responsedetail tr td{max-width:100px;word-wrap:break-word}.in-title{position:relative;top:-65px;right:15px}.input-group-addon{padding:5px 12px}.multiselect-container>li>a>label>input[type=checkbox]{margin-left:0}.notification-list{top:100%;left:0;z-index:1000;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;border-radius:4px;background-clip:padding-box;overflow-y:auto}.notification-list>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;white-space:nowrap}.notification-list>li>a:hover,.notification-list>li>a:focus{text-decoration:none}.notification-list>.active>a,.notification-list>.active>a:hover,.notification-list>.active>a:focus{text-decoration:none;outline:0}.notification-list>.disabled>a:hover,.notification-list>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}#notification-outer-ul{height:400px;width:400px}#notification-inner-ul{height:340px;width:390px}.select2-container--bootstrap .select2-selection{font-family:Roboto !important}#responses-grid .table-condensed.upload-question{margin-bottom:0;background-color:inherit}#responses-grid .filter-container{min-width:6em}.edit-participant-modal-body{max-height:500px;overflow-y:auto}.scenario-heading{padding:0}.scenario-heading .delete-scenario-form{padding-top:6px}.condition-header-button{margin-top:-10px;margin-right:10px}.margin-left{margin-left:5px}.conditions-table{margin-bottom:0}.condition-and-or-or{margin-left:20px}#editconditions .tab-content,#quick-add-conditions-form .tab-content{padding-top:0}#login-panel{max-width:400px;margin-left:auto;margin-right:auto}.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px}.welcome .panel{height:110%}.welcome .panel-body{padding:0px}.welcome .panel-heading{height:25%;display:flex;align-items:center;justify-content:center}.welcome .panel-title{font-weight:500}.welcome .panel-body{height:75%;width:100%}.welcome .panel-body .panel-body-ico,.welcome .panel-body .panel-body-link{width:100%;display:flex;align-items:center;justify-content:center}.welcome .panel-body .panel-body-ico{height:70%}.welcome .panel-body .panel-body-link{height:30%}input[type=file].form-control{border:none;padding-left:0px}#insertmethod-container{display:none}@media print{html,body{margin:0;padding:0;max-width:none}body{text-align:left;margin:0;padding:0;width:100% !important}.side-body{margin:0;padding:0}#sidebar{display:none}#browsermenubarid{display:none}.surveymanagerbar{display:none}#vue-apps-main-container #vue-sidebar-container{display:none}#statisticsview .col-lg-12{float:none;width:100%;display:block}#pjax-content .side-body{float:none;width:100%;display:block}#pjax-content{max-width:none !important}footer.footer{display:none}.statisticsbloc{float:none;width:auto;display:block}.statisticstable{break-inside:avoid;page-break-inside:avoid;break-after:always;page-break-after:always}.canvas-chart{break-inside:avoid;page-break-inside:avoid;max-width:100%;height:auto}.statisticsbrowsebutton{display:none}body.onStatistics .btn{display:none}body.onStatistics .chartjs-container{width:70%;float:left}body.onStatistics .legend{width:30%;float:left}body.onStatistics .legend .col-sm-1{display:inline-block;width:auto;padding:0;padding-right:3pt;padding-left:3pt}body.onStatistics .legend .col-sm-10{display:inline-block;width:auto;padding:0}body.onStatistics .ls-flex,body.onStatistics .ls-flex-column,body.onStatistics .ls-flex-row{display:block}body.onStatistics #sidebar{display:none}body.onStatistics .ls-flex-column .col-11,body.onStatistics .ls-flex-row .col-11,body.onStatistics .ls-flex .col-11{width:auto}}.currentQuestionTypeImageContainer img{max-width:100%}#accordion-container .panel-heading>a{width:100%;display:block}#accordion_questionTypeSelector .panel-title>a{width:100%;display:block}.small-screens-menus{padding-left:28px}.custom.custom-no-padding{padding:0}.custom.custom-no-margin{padding:0}.custom.custom-padding.add5{padding:5px}.custom.custom-padding.left-5{padding-left:5px}.custom.custom-padding.right-5{padding-right:5px}.custom.custom-padding.top-5{padding-top:5px}.custom.custom-padding.bottom-5{padding-bottom:5px}.custom.custom-padding.add10{padding:10px}.custom.custom-padding.left-10{padding-left:10px}.custom.custom-padding.right-10{padding-right:10px}.custom.custom-padding.top-10{padding-top:10px}.custom.custom-padding.bottom-10{padding-bottom:10px}.custom.custom-padding.add15{padding:15px}.custom.custom-padding.left-15{padding-left:15px}.custom.custom-padding.right-15{padding-right:15px}.custom.custom-padding.top-15{padding-top:15px}.custom.custom-padding.bottom-15{padding-bottom:15px}.custom.custom-padding.add20{padding:20px}.custom.custom-padding.left-20{padding-left:20px}.custom.custom-padding.right-20{padding-right:20px}.custom.custom-padding.top-20{padding-top:20px}.custom.custom-padding.bottom-20{padding-bottom:20px}.custom.custom-padding.add25{padding:25px}.custom.custom-padding.left-25{padding-left:25px}.custom.custom-padding.right-25{padding-right:25px}.custom.custom-padding.top-25{padding-top:25px}.custom.custom-padding.bottom-25{padding-bottom:25px}.custom.custom-padding.add30{padding:30px}.custom.custom-padding.left-30{padding-left:30px}.custom.custom-padding.right-30{padding-right:30px}.custom.custom-padding.top-30{padding-top:30px}.custom.custom-padding.bottom-30{padding-bottom:30px}.custom.custom-padding.add35{padding:35px}.custom.custom-padding.left-35{padding-left:35px}.custom.custom-padding.right-35{padding-right:35px}.custom.custom-padding.top-35{padding-top:35px}.custom.custom-padding.bottom-35{padding-bottom:35px}@media only screen and (min-width: 961px){.custom.custom-padding-responsive.large.add5{padding:5px}.custom.custom-padding-responsive.large.left-5{padding-left:5px}.custom.custom-padding-responsive.large.right-5{padding-right:5px}.custom.custom-padding-responsive.large.top-5{padding-top:5px}.custom.custom-padding-responsive.large.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.large.add10{padding:10px}.custom.custom-padding-responsive.large.left-10{padding-left:10px}.custom.custom-padding-responsive.large.right-10{padding-right:10px}.custom.custom-padding-responsive.large.top-10{padding-top:10px}.custom.custom-padding-responsive.large.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.large.add15{padding:15px}.custom.custom-padding-responsive.large.left-15{padding-left:15px}.custom.custom-padding-responsive.large.right-15{padding-right:15px}.custom.custom-padding-responsive.large.top-15{padding-top:15px}.custom.custom-padding-responsive.large.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.large.add20{padding:20px}.custom.custom-padding-responsive.large.left-20{padding-left:20px}.custom.custom-padding-responsive.large.right-20{padding-right:20px}.custom.custom-padding-responsive.large.top-20{padding-top:20px}.custom.custom-padding-responsive.large.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.large.add25{padding:25px}.custom.custom-padding-responsive.large.left-25{padding-left:25px}.custom.custom-padding-responsive.large.right-25{padding-right:25px}.custom.custom-padding-responsive.large.top-25{padding-top:25px}.custom.custom-padding-responsive.large.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.large.add30{padding:30px}.custom.custom-padding-responsive.large.left-30{padding-left:30px}.custom.custom-padding-responsive.large.right-30{padding-right:30px}.custom.custom-padding-responsive.large.top-30{padding-top:30px}.custom.custom-padding-responsive.large.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.large.add35{padding:35px}.custom.custom-padding-responsive.large.left-35{padding-left:35px}.custom.custom-padding-responsive.large.right-35{padding-right:35px}.custom.custom-padding-responsive.large.top-35{padding-top:35px}.custom.custom-padding-responsive.large.bottom-35{padding-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-padding-responsive.medium.add5{padding:5px}.custom.custom-padding-responsive.medium.left-5{padding-left:5px}.custom.custom-padding-responsive.medium.right-5{padding-right:5px}.custom.custom-padding-responsive.medium.top-5{padding-top:5px}.custom.custom-padding-responsive.medium.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.medium.add10{padding:10px}.custom.custom-padding-responsive.medium.left-10{padding-left:10px}.custom.custom-padding-responsive.medium.right-10{padding-right:10px}.custom.custom-padding-responsive.medium.top-10{padding-top:10px}.custom.custom-padding-responsive.medium.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.medium.add15{padding:15px}.custom.custom-padding-responsive.medium.left-15{padding-left:15px}.custom.custom-padding-responsive.medium.right-15{padding-right:15px}.custom.custom-padding-responsive.medium.top-15{padding-top:15px}.custom.custom-padding-responsive.medium.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.medium.add20{padding:20px}.custom.custom-padding-responsive.medium.left-20{padding-left:20px}.custom.custom-padding-responsive.medium.right-20{padding-right:20px}.custom.custom-padding-responsive.medium.top-20{padding-top:20px}.custom.custom-padding-responsive.medium.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.medium.add25{padding:25px}.custom.custom-padding-responsive.medium.left-25{padding-left:25px}.custom.custom-padding-responsive.medium.right-25{padding-right:25px}.custom.custom-padding-responsive.medium.top-25{padding-top:25px}.custom.custom-padding-responsive.medium.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.medium.add30{padding:30px}.custom.custom-padding-responsive.medium.left-30{padding-left:30px}.custom.custom-padding-responsive.medium.right-30{padding-right:30px}.custom.custom-padding-responsive.medium.top-30{padding-top:30px}.custom.custom-padding-responsive.medium.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.medium.add35{padding:35px}.custom.custom-padding-responsive.medium.left-35{padding-left:35px}.custom.custom-padding-responsive.medium.right-35{padding-right:35px}.custom.custom-padding-responsive.medium.top-35{padding-top:35px}.custom.custom-padding-responsive.medium.bottom-35{padding-bottom:35px}}.custom.custom-padding-responsive.small.add5{padding:5px}.custom.custom-padding-responsive.small.left-5{padding-left:5px}.custom.custom-padding-responsive.small.right-5{padding-right:5px}.custom.custom-padding-responsive.small.top-5{padding-top:5px}.custom.custom-padding-responsive.small.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.small.add10{padding:10px}.custom.custom-padding-responsive.small.left-10{padding-left:10px}.custom.custom-padding-responsive.small.right-10{padding-right:10px}.custom.custom-padding-responsive.small.top-10{padding-top:10px}.custom.custom-padding-responsive.small.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.small.add15{padding:15px}.custom.custom-padding-responsive.small.left-15{padding-left:15px}.custom.custom-padding-responsive.small.right-15{padding-right:15px}.custom.custom-padding-responsive.small.top-15{padding-top:15px}.custom.custom-padding-responsive.small.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.small.add20{padding:20px}.custom.custom-padding-responsive.small.left-20{padding-left:20px}.custom.custom-padding-responsive.small.right-20{padding-right:20px}.custom.custom-padding-responsive.small.top-20{padding-top:20px}.custom.custom-padding-responsive.small.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.small.add25{padding:25px}.custom.custom-padding-responsive.small.left-25{padding-left:25px}.custom.custom-padding-responsive.small.right-25{padding-right:25px}.custom.custom-padding-responsive.small.top-25{padding-top:25px}.custom.custom-padding-responsive.small.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.small.add30{padding:30px}.custom.custom-padding-responsive.small.left-30{padding-left:30px}.custom.custom-padding-responsive.small.right-30{padding-right:30px}.custom.custom-padding-responsive.small.top-30{padding-top:30px}.custom.custom-padding-responsive.small.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.small.add35{padding:35px}.custom.custom-padding-responsive.small.left-35{padding-left:35px}.custom.custom-padding-responsive.small.right-35{padding-right:35px}.custom.custom-padding-responsive.small.top-35{padding-top:35px}.custom.custom-padding-responsive.small.bottom-35{padding-bottom:35px}.custom.custom-margin.add5{margin:5px}.custom.custom-margin.left-5{margin-left:5px}.custom.custom-margin.right-5{margin-right:5px}.custom.custom-margin.top-5{margin-top:5px}.custom.custom-margin.bottom-5{margin-bottom:5px}.custom.custom-margin.add10{margin:10px}.custom.custom-margin.left-10{margin-left:10px}.custom.custom-margin.right-10{margin-right:10px}.custom.custom-margin.top-10{margin-top:10px}.custom.custom-margin.bottom-10{margin-bottom:10px}.custom.custom-margin.add15{margin:15px}.custom.custom-margin.left-15{margin-left:15px}.custom.custom-margin.right-15{margin-right:15px}.custom.custom-margin.top-15{margin-top:15px}.custom.custom-margin.bottom-15{margin-bottom:15px}.custom.custom-margin.add20{margin:20px}.custom.custom-margin.left-20{margin-left:20px}.custom.custom-margin.right-20{margin-right:20px}.custom.custom-margin.top-20{margin-top:20px}.custom.custom-margin.bottom-20{margin-bottom:20px}.custom.custom-margin.add25{margin:25px}.custom.custom-margin.left-25{margin-left:25px}.custom.custom-margin.right-25{margin-right:25px}.custom.custom-margin.top-25{margin-top:25px}.custom.custom-margin.bottom-25{margin-bottom:25px}.custom.custom-margin.add30{margin:30px}.custom.custom-margin.left-30{margin-left:30px}.custom.custom-margin.right-30{margin-right:30px}.custom.custom-margin.top-30{margin-top:30px}.custom.custom-margin.bottom-30{margin-bottom:30px}.custom.custom-margin.add35{margin:35px}.custom.custom-margin.left-35{margin-left:35px}.custom.custom-margin.right-35{margin-right:35px}.custom.custom-margin.top-35{margin-top:35px}.custom.custom-margin.bottom-35{margin-bottom:35px}.custom.custom-child-margin.left-to-right *{margin-left:3px}.custom.custom-child-margin.right-to-left *{margin-right:3px}@media only screen and (min-width: 961px){.custom.custom-margin-responsive.large.add5{margin:5px}.custom.custom-margin-responsive.large.left-5{margin-left:5px}.custom.custom-margin-responsive.large.right-5{margin-right:5px}.custom.custom-margin-responsive.large.top-5{margin-top:5px}.custom.custom-margin-responsive.large.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.large.add10{margin:10px}.custom.custom-margin-responsive.large.left-10{margin-left:10px}.custom.custom-margin-responsive.large.right-10{margin-right:10px}.custom.custom-margin-responsive.large.top-10{margin-top:10px}.custom.custom-margin-responsive.large.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.large.add15{margin:15px}.custom.custom-margin-responsive.large.left-15{margin-left:15px}.custom.custom-margin-responsive.large.right-15{margin-right:15px}.custom.custom-margin-responsive.large.top-15{margin-top:15px}.custom.custom-margin-responsive.large.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.large.add20{margin:20px}.custom.custom-margin-responsive.large.left-20{margin-left:20px}.custom.custom-margin-responsive.large.right-20{margin-right:20px}.custom.custom-margin-responsive.large.top-20{margin-top:20px}.custom.custom-margin-responsive.large.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.large.add25{margin:25px}.custom.custom-margin-responsive.large.left-25{margin-left:25px}.custom.custom-margin-responsive.large.right-25{margin-right:25px}.custom.custom-margin-responsive.large.top-25{margin-top:25px}.custom.custom-margin-responsive.large.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.large.add30{margin:30px}.custom.custom-margin-responsive.large.left-30{margin-left:30px}.custom.custom-margin-responsive.large.right-30{margin-right:30px}.custom.custom-margin-responsive.large.top-30{margin-top:30px}.custom.custom-margin-responsive.large.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.large.add35{margin:35px}.custom.custom-margin-responsive.large.left-35{margin-left:35px}.custom.custom-margin-responsive.large.right-35{margin-right:35px}.custom.custom-margin-responsive.large.top-35{margin-top:35px}.custom.custom-margin-responsive.large.bottom-35{margin-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-margin-responsive.medium.add5{margin:5px}.custom.custom-margin-responsive.medium.left-5{margin-left:5px}.custom.custom-margin-responsive.medium.right-5{margin-right:5px}.custom.custom-margin-responsive.medium.top-5{margin-top:5px}.custom.custom-margin-responsive.medium.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.medium.add10{margin:10px}.custom.custom-margin-responsive.medium.left-10{margin-left:10px}.custom.custom-margin-responsive.medium.right-10{margin-right:10px}.custom.custom-margin-responsive.medium.top-10{margin-top:10px}.custom.custom-margin-responsive.medium.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.medium.add15{margin:15px}.custom.custom-margin-responsive.medium.left-15{margin-left:15px}.custom.custom-margin-responsive.medium.right-15{margin-right:15px}.custom.custom-margin-responsive.medium.top-15{margin-top:15px}.custom.custom-margin-responsive.medium.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.medium.add20{margin:20px}.custom.custom-margin-responsive.medium.left-20{margin-left:20px}.custom.custom-margin-responsive.medium.right-20{margin-right:20px}.custom.custom-margin-responsive.medium.top-20{margin-top:20px}.custom.custom-margin-responsive.medium.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.medium.add25{margin:25px}.custom.custom-margin-responsive.medium.left-25{margin-left:25px}.custom.custom-margin-responsive.medium.right-25{margin-right:25px}.custom.custom-margin-responsive.medium.top-25{margin-top:25px}.custom.custom-margin-responsive.medium.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.medium.add30{margin:30px}.custom.custom-margin-responsive.medium.left-30{margin-left:30px}.custom.custom-margin-responsive.medium.right-30{margin-right:30px}.custom.custom-margin-responsive.medium.top-30{margin-top:30px}.custom.custom-margin-responsive.medium.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.medium.add35{margin:35px}.custom.custom-margin-responsive.medium.left-35{margin-left:35px}.custom.custom-margin-responsive.medium.right-35{margin-right:35px}.custom.custom-margin-responsive.medium.top-35{margin-top:35px}.custom.custom-margin-responsive.medium.bottom-35{margin-bottom:35px}}.custom.custom-margin-responsive.small.add5{margin:5px}.custom.custom-margin-responsive.small.left-5{margin-left:5px}.custom.custom-margin-responsive.small.right-5{margin-right:5px}.custom.custom-margin-responsive.small.top-5{margin-top:5px}.custom.custom-margin-responsive.small.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.small.add10{margin:10px}.custom.custom-margin-responsive.small.left-10{margin-left:10px}.custom.custom-margin-responsive.small.right-10{margin-right:10px}.custom.custom-margin-responsive.small.top-10{margin-top:10px}.custom.custom-margin-responsive.small.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.small.add15{margin:15px}.custom.custom-margin-responsive.small.left-15{margin-left:15px}.custom.custom-margin-responsive.small.right-15{margin-right:15px}.custom.custom-margin-responsive.small.top-15{margin-top:15px}.custom.custom-margin-responsive.small.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.small.add20{margin:20px}.custom.custom-margin-responsive.small.left-20{margin-left:20px}.custom.custom-margin-responsive.small.right-20{margin-right:20px}.custom.custom-margin-responsive.small.top-20{margin-top:20px}.custom.custom-margin-responsive.small.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.small.add25{margin:25px}.custom.custom-margin-responsive.small.left-25{margin-left:25px}.custom.custom-margin-responsive.small.right-25{margin-right:25px}.custom.custom-margin-responsive.small.top-25{margin-top:25px}.custom.custom-margin-responsive.small.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.small.add30{margin:30px}.custom.custom-margin-responsive.small.left-30{margin-left:30px}.custom.custom-margin-responsive.small.right-30{margin-right:30px}.custom.custom-margin-responsive.small.top-30{margin-top:30px}.custom.custom-margin-responsive.small.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.small.add35{margin:35px}.custom.custom-margin-responsive.small.left-35{margin-left:35px}.custom.custom-margin-responsive.small.right-35{margin-right:35px}.custom.custom-margin-responsive.small.top-35{margin-top:35px}.custom.custom-margin-responsive.small.bottom-35{margin-bottom:35px}textarea.form-control.input-text{height:2.4em}.template-files-delete-button{margin:1px 0 0 0;padding:0 5px}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{font-family:"FontAwesome" !important}table.dataTable thead .sorting:after{content:"" !important}table.dataTable thead .sorting_asc:after{content:"" !important}table.dataTable thead .sorting_desc:after{content:"" !important}.menubar.sticky{position:fixed !important;top:0 !important;margin-top:0 !important}#sticky-topbar-placeholder{display:none}.menubar.sticky+#sticky-topbar-placeholder{display:block}.baseline-align>*{vertical-align:baseline}.baseline-align>.form-group{display:inline-block}#edit-question-form{margin-left:-15px;margin-right:-15px}#advanced-question-editor{margin-left:-15px;margin-right:-15px}#advanced-question-editor>div>.container-center>.row{margin-left:-15px;margin-right:-15px}.subquestions-table-wrapper,.answeroptions-table-wrapper{display:block;overflow:auto;margin-bottom:20px}.subquestions-table,.answeroptions-table{margin-bottom:0px}.subquestions-table input.code,.answeroptions-table input.code{min-width:70px}.subquestions-table>tbody>tr>td:first-of-type,.answeroptions-table>tbody>tr>td:first-of-type{padding-left:0}.subquestions-table>tbody>tr>td:last-of-type,.answeroptions-table>tbody>tr>td:last-of-type{padding-right:0}#survey-grid{overflow-x:visible}html[dir=rtl] .dropdown-menu,html[dir=rtl] th{text-align:initial}.w-100{width:100% !important}#question-grid{overflow-x:visible}.translate>table{table-layout:fixed}.translate td._from_>.question-text-from{width:100%;overflow:auto;word-wrap:break-word}#selectable .ui-selecting{background:#8cce00}#selectable .ui-selected{background:#c1dd7f;color:#000}#selectable{list-style-type:none;margin:2px;padding:0;width:90%}#selectable li{padding:1em;font-size:1em;height:9px;text-align:center;margin:4px}.ui-icon.exporticon{background-image:url("images/export.gif")}#feedback{font-size:1.4em}#selectableadd .ui-selecting{background:#06c}#selectableadd .ui-selected{background:#06c;color:#fff}#selectableadd{list-style-type:none;margin:0;padding:0;width:90%;text-align:center}#selectableadd li{margin:3px;padding:.4em;font-size:1 em;height:18px;text-align:center}.popupgroup{border:1px solid #dae5f4;padding:10px;border-radius:3px;margin:8px}.grid-view .table td.button-column,.grid-view .table th.button-column,.grid-view-ls .table td.button-column,.grid-view-ls .table th.button-column{white-space:nowrap;text-align:initial}.grid-view .table th>.sort-link .caret,.grid-view-ls .table th>.sort-link .caret{right:-10px}.grid-view .table .filters>td .filter-container,.grid-view-ls .table .filters>td .filter-container{padding:0}.grid-view-ls .table td{vertical-align:middle}.grid-view-ls .table td input[type=checkbox]:after{margin-top:-3px;margin-right:-3px}.grid-view-ls .table .button-column{white-space:nowrap;text-align:initial;min-width:50px}.grid-view-ls .summary{color:#999;font-size:12px;text-align:right}.grid-view-ls.grid-view-loading{background:url(../img/loader.gif) no-repeat 100% 10px}.grid-view-ls.grid-view-loading .table{opacity:.5}.grid-view-ls.grid-view-loading .table th>.sort-link .caret{display:none}.dropdown-menu.larger-dropdown{min-width:240px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>a:after{border-left-color:#555}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}#vue-apps-main-container{min-height:75vh}.fa-stack.halfed{height:1em;width:1em;line-height:1em}.fa-stack-1x.halfed{font-size:.5em}.fa-1x.halfed{font-size:.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:.6em;box-sizing:border-box;height:2em;margin:.2em;overflow:hidden;padding:.5em;width:2em}.animate-pulse .square:nth-of-type(1){animation:pulse ease-in-out 1.8s infinite .2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite .6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1s}.animate-pulse .square:nth-of-type(4){animation:pulse ease-in-out 1.8s infinite 1.4s}.simpleWrapper{padding:0;margin:0;border:none;display:inline-block} \ No newline at end of file diff --git a/assets/packages/adminbasics/build/adminbasics.min.js b/assets/packages/adminbasics/build/adminbasics.min.js index 9d671bee98e..02a2630ce98 100644 --- a/assets/packages/adminbasics/build/adminbasics.min.js +++ b/assets/packages/adminbasics/build/adminbasics.min.js @@ -1 +1 @@ -!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&match[0]<4?1:+(match[0]+match[1])),!version&&engineUserAgent&&(match=engineUserAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=engineUserAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));var engineV8Version=version,nativeSymbol=!!Object.getOwnPropertySymbols&&!fails((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&engineV8Version&&engineV8Version<41})),useSymbolAsUid=nativeSymbol&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Object$6=global_1.Object,isSymbol=useSymbolAsUid?function(e){return"symbol"==typeof e}:function(e){var t=getBuiltIn("Symbol");return isCallable(t)&&objectIsPrototypeOf(t.prototype,Object$6(e))},String$6=global_1.String,tryToString=function(e){try{return String$6(e)}catch(e){return"Object"}},TypeError$x=global_1.TypeError,aCallable=function(e){if(isCallable(e))return e;throw TypeError$x(tryToString(e)+" is not a function")},getMethod=function(e,t){var r=e[t];return null==r?void 0:aCallable(r)},TypeError$w=global_1.TypeError,ordinaryToPrimitive=function(e,t){var r,n;if("string"===t&&isCallable(r=e.toString)&&!isObject$2(n=functionCall(r,e)))return n;if(isCallable(r=e.valueOf)&&!isObject$2(n=functionCall(r,e)))return n;if("string"!==t&&isCallable(r=e.toString)&&!isObject$2(n=functionCall(r,e)))return n;throw TypeError$w("Can't convert object to primitive value")},isPure=!1,defineProperty$g=Object.defineProperty,setGlobal=function(e,t){try{defineProperty$g(global_1,e,{value:t,configurable:!0,writable:!0})}catch(r){global_1[e]=t}return t},SHARED="__core-js_shared__",store$3=global_1[SHARED]||setGlobal(SHARED,{}),sharedStore=store$3,shared=createCommonjsModule((function(e){(e.exports=function(e,t){return sharedStore[e]||(sharedStore[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.21.0",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.0/LICENSE",source:"https://github.com/zloirock/core-js"})})),Object$5=global_1.Object,toObject$1=function(e){return Object$5(requireObjectCoercible(e))},hasOwnProperty$b=functionUncurryThis({}.hasOwnProperty),hasOwnProperty_1=Object.hasOwn||function(e,t){return hasOwnProperty$b(toObject$1(e),t)},id$1=0,postfix=Math.random(),toString$1=functionUncurryThis(1..toString),uid$1=function(e){return"Symbol("+(void 0===e?"":e)+")_"+toString$1(++id$1+postfix,36)},WellKnownSymbolsStore$1=shared("wks"),Symbol$4=global_1.Symbol,symbolFor=Symbol$4&&Symbol$4.for,createWellKnownSymbol=useSymbolAsUid?Symbol$4:Symbol$4&&Symbol$4.withoutSetter||uid$1,wellKnownSymbol=function(e){if(!hasOwnProperty_1(WellKnownSymbolsStore$1,e)||!nativeSymbol&&"string"!=typeof WellKnownSymbolsStore$1[e]){var t="Symbol."+e;nativeSymbol&&hasOwnProperty_1(Symbol$4,e)?WellKnownSymbolsStore$1[e]=Symbol$4[e]:WellKnownSymbolsStore$1[e]=useSymbolAsUid&&symbolFor?symbolFor(t):createWellKnownSymbol(t)}return WellKnownSymbolsStore$1[e]},TypeError$v=global_1.TypeError,TO_PRIMITIVE$2=wellKnownSymbol("toPrimitive"),toPrimitive=function(e,t){if(!isObject$2(e)||isSymbol(e))return e;var r,n=getMethod(e,TO_PRIMITIVE$2);if(n){if(void 0===t&&(t="default"),r=functionCall(n,e,t),!isObject$2(r)||isSymbol(r))return r;throw TypeError$v("Can't convert object to primitive value")}return void 0===t&&(t="number"),ordinaryToPrimitive(e,t)},toPropertyKey=function(e){var t=toPrimitive(e,"string");return isSymbol(t)?t:t+""},document$3=global_1.document,EXISTS$1=isObject$2(document$3)&&isObject$2(document$3.createElement),documentCreateElement=function(e){return EXISTS$1?document$3.createElement(e):{}},ie8DomDefine=!descriptors&&!fails((function(){return 7!=Object.defineProperty(documentCreateElement("div"),"a",{get:function(){return 7}}).a})),$getOwnPropertyDescriptor$2=Object.getOwnPropertyDescriptor,f$7=descriptors?$getOwnPropertyDescriptor$2:function(e,t){if(e=toIndexedObject(e),t=toPropertyKey(t),ie8DomDefine)try{return $getOwnPropertyDescriptor$2(e,t)}catch(e){}if(hasOwnProperty_1(e,t))return createPropertyDescriptor(!functionCall(objectPropertyIsEnumerable.f,e,t),e[t])},objectGetOwnPropertyDescriptor={f:f$7},v8PrototypeDefineBug=descriptors&&fails((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),String$5=global_1.String,TypeError$u=global_1.TypeError,anObject=function(e){if(isObject$2(e))return e;throw TypeError$u(String$5(e)+" is not an object")},TypeError$t=global_1.TypeError,$defineProperty$1=Object.defineProperty,$getOwnPropertyDescriptor$1=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE$1="configurable",WRITABLE="writable",f$6=descriptors?v8PrototypeDefineBug?function(e,t,r){if(anObject(e),t=toPropertyKey(t),anObject(r),"function"==typeof e&&"prototype"===t&&"value"in r&&WRITABLE in r&&!r[WRITABLE]){var n=$getOwnPropertyDescriptor$1(e,t);n&&n[WRITABLE]&&(e[t]=r.value,r={configurable:CONFIGURABLE$1 in r?r[CONFIGURABLE$1]:n[CONFIGURABLE$1],enumerable:ENUMERABLE in r?r[ENUMERABLE]:n[ENUMERABLE],writable:!1})}return $defineProperty$1(e,t,r)}:$defineProperty$1:function(e,t,r){if(anObject(e),t=toPropertyKey(t),anObject(r),ie8DomDefine)try{return $defineProperty$1(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError$t("Accessors not supported");return"value"in r&&(e[t]=r.value),e},objectDefineProperty={f:f$6},createNonEnumerableProperty=descriptors?function(e,t,r){return objectDefineProperty.f(e,t,createPropertyDescriptor(1,r))}:function(e,t,r){return e[t]=r,e},functionToString$1=functionUncurryThis(Function.toString);isCallable(sharedStore.inspectSource)||(sharedStore.inspectSource=function(e){return functionToString$1(e)});var inspectSource=sharedStore.inspectSource,WeakMap$3=global_1.WeakMap,nativeWeakMap=isCallable(WeakMap$3)&&/native code/.test(inspectSource(WeakMap$3)),keys$4=shared("keys"),sharedKey=function(e){return keys$4[e]||(keys$4[e]=uid$1(e))},hiddenKeys$1={},OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError$s=global_1.TypeError,WeakMap$2=global_1.WeakMap,set$4,get$2,has$1,enforce=function(e){return has$1(e)?get$2(e):set$4(e,{})},getterFor$1=function(e){return function(t){var r;if(!isObject$2(t)||(r=get$2(t)).type!==e)throw TypeError$s("Incompatible receiver, "+e+" required");return r}};if(nativeWeakMap||sharedStore.state){var store$2=sharedStore.state||(sharedStore.state=new WeakMap$2),wmget=functionUncurryThis(store$2.get),wmhas=functionUncurryThis(store$2.has),wmset=functionUncurryThis(store$2.set);set$4=function(e,t){if(wmhas(store$2,e))throw new TypeError$s(OBJECT_ALREADY_INITIALIZED);return t.facade=e,wmset(store$2,e,t),t},get$2=function(e){return wmget(store$2,e)||{}},has$1=function(e){return wmhas(store$2,e)}}else{var STATE=sharedKey("state");hiddenKeys$1[STATE]=!0,set$4=function(e,t){if(hasOwnProperty_1(e,STATE))throw new TypeError$s(OBJECT_ALREADY_INITIALIZED);return t.facade=e,createNonEnumerableProperty(e,STATE,t),t},get$2=function(e){return hasOwnProperty_1(e,STATE)?e[STATE]:{}},has$1=function(e){return hasOwnProperty_1(e,STATE)}}var internalState={set:set$4,get:get$2,has:has$1,enforce:enforce,getterFor:getterFor$1},FunctionPrototype$3=Function.prototype,getDescriptor=descriptors&&Object.getOwnPropertyDescriptor,EXISTS=hasOwnProperty_1(FunctionPrototype$3,"name"),PROPER=EXISTS&&"something"===function(){}.name,CONFIGURABLE=EXISTS&&(!descriptors||descriptors&&getDescriptor(FunctionPrototype$3,"name").configurable),functionName={EXISTS:EXISTS,PROPER:PROPER,CONFIGURABLE:CONFIGURABLE},redefine=createCommonjsModule((function(e){var t=functionName.CONFIGURABLE,r=internalState.get,n=internalState.enforce,o=String(String).split("String");(e.exports=function(e,r,a,i){var s,c=!!i&&!!i.unsafe,u=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet,f=i&&void 0!==i.name?i.name:r;isCallable(a)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!hasOwnProperty_1(a,"name")||t&&a.name!==f)&&createNonEnumerableProperty(a,"name",f),(s=n(a)).source||(s.source=o.join("string"==typeof f?f:""))),e!==global_1?(c?!l&&e[r]&&(u=!0):delete e[r],u?e[r]=a:createNonEnumerableProperty(e,r,a)):u?e[r]=a:setGlobal(r,a)})(Function.prototype,"toString",(function(){return isCallable(this)&&r(this).source||inspectSource(this)}))})),ceil$2=Math.ceil,floor$a=Math.floor,toIntegerOrInfinity=function(e){var t=+e;return t!=t||0===t?0:(t>0?floor$a:ceil$2)(t)},max$6=Math.max,min$9=Math.min,toAbsoluteIndex=function(e,t){var r=toIntegerOrInfinity(e);return r<0?max$6(r+t,0):min$9(r,t)},min$8=Math.min,toLength=function(e){return e>0?min$8(toIntegerOrInfinity(e),9007199254740991):0},lengthOfArrayLike=function(e){return toLength(e.length)},createMethod$6=function(e){return function(t,r,n){var o,a=toIndexedObject(t),i=lengthOfArrayLike(a),s=toAbsoluteIndex(n,i);if(e&&r!=r){for(;i>s;)if((o=a[s++])!=o)return!0}else for(;i>s;s++)if((e||s in a)&&a[s]===r)return e||s||0;return!e&&-1}},arrayIncludes={includes:createMethod$6(!0),indexOf:createMethod$6(!1)},indexOf$2=arrayIncludes.indexOf,push$h=functionUncurryThis([].push),objectKeysInternal=function(e,t){var r,n=toIndexedObject(e),o=0,a=[];for(r in n)!hasOwnProperty_1(hiddenKeys$1,r)&&hasOwnProperty_1(n,r)&&push$h(a,r);for(;t.length>o;)hasOwnProperty_1(n,r=t[o++])&&(~indexOf$2(a,r)||push$h(a,r));return a},enumBugKeys=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],hiddenKeys=enumBugKeys.concat("length","prototype"),f$5=Object.getOwnPropertyNames||function(e){return objectKeysInternal(e,hiddenKeys)},objectGetOwnPropertyNames={f:f$5},f$4=Object.getOwnPropertySymbols,objectGetOwnPropertySymbols={f:f$4},concat$5=functionUncurryThis([].concat),ownKeys=getBuiltIn("Reflect","ownKeys")||function(e){var t=objectGetOwnPropertyNames.f(anObject(e)),r=objectGetOwnPropertySymbols.f;return r?concat$5(t,r(e)):t},copyConstructorProperties=function(e,t,r){for(var n=ownKeys(t),o=objectDefineProperty.f,a=objectGetOwnPropertyDescriptor.f,i=0;ii;)objectDefineProperty.f(e,r=o[i++],n[r]);return e},objectDefineProperties={f:f$3},html=getBuiltIn("document","documentElement"),GT=">",LT="<",PROTOTYPE$2="prototype",SCRIPT="script",IE_PROTO$1=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(e){return LT+SCRIPT+GT+e+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(e){e.write(scriptTag("")),e.close();var t=e.parentWindow.Object;return e=null,t},NullProtoObjectViaIFrame=function(){var e,t=documentCreateElement("iframe"),r="java"+SCRIPT+":";return t.style.display="none",html.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(scriptTag("document.F=Object")),e.close(),e.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(e){}NullProtoObject="undefined"!=typeof document?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var e=enumBugKeys.length;e--;)delete NullProtoObject[PROTOTYPE$2][enumBugKeys[e]];return NullProtoObject()};hiddenKeys$1[IE_PROTO$1]=!0;var objectCreate$1=Object.create||function(e,t){var r;return null!==e?(EmptyConstructor[PROTOTYPE$2]=anObject(e),r=new EmptyConstructor,EmptyConstructor[PROTOTYPE$2]=null,r[IE_PROTO$1]=e):r=NullProtoObject(),void 0===t?r:objectDefineProperties.f(r,t)},createProperty=function(e,t,r){var n=toPropertyKey(t);n in e?objectDefineProperty.f(e,n,createPropertyDescriptor(0,r)):e[n]=r},Array$9=global_1.Array,max$5=Math.max,arraySliceSimple=function(e,t,r){for(var n=lengthOfArrayLike(e),o=toAbsoluteIndex(t,n),a=toAbsoluteIndex(void 0===r?n:r,n),i=Array$9(max$5(a-o,0)),s=0;o_;_++)if((s||_ in y)&&(d=g(p=y[_],_,h),e))if(t)b[_]=d;else if(d)switch(e){case 3:return!0;case 5:return p;case 6:return _;case 2:push$g(b,p)}else switch(e){case 4:return!1;case 7:push$g(b,p)}return a?-1:n||o?o:b}},arrayIteration={forEach:createMethod$5(0),map:createMethod$5(1),filter:createMethod$5(2),some:createMethod$5(3),every:createMethod$5(4),find:createMethod$5(5),findIndex:createMethod$5(6),filterReject:createMethod$5(7)},$forEach$2=arrayIteration.forEach,HIDDEN=sharedKey("hidden"),SYMBOL="Symbol",PROTOTYPE$1="prototype",TO_PRIMITIVE$1=wellKnownSymbol("toPrimitive"),setInternalState$c=internalState.set,getInternalState$8=internalState.getterFor(SYMBOL),ObjectPrototype$4=Object[PROTOTYPE$1],$Symbol=global_1.Symbol,SymbolPrototype$1=$Symbol&&$Symbol[PROTOTYPE$1],TypeError$r=global_1.TypeError,QObject=global_1.QObject,$stringify=getBuiltIn("JSON","stringify"),nativeGetOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f,nativeDefineProperty=objectDefineProperty.f,nativeGetOwnPropertyNames=objectGetOwnPropertyNamesExternal.f,nativePropertyIsEnumerable=objectPropertyIsEnumerable.f,push$f=functionUncurryThis([].push),AllSymbols=shared("symbols"),ObjectPrototypeSymbols=shared("op-symbols"),StringToSymbolRegistry=shared("string-to-symbol-registry"),SymbolToStringRegistry=shared("symbol-to-string-registry"),WellKnownSymbolsStore=shared("wks"),USE_SETTER=!QObject||!QObject[PROTOTYPE$1]||!QObject[PROTOTYPE$1].findChild,setSymbolDescriptor=descriptors&&fails((function(){return 7!=objectCreate$1(nativeDefineProperty({},"a",{get:function(){return nativeDefineProperty(this,"a",{value:7}).a}})).a}))?function(e,t,r){var n=nativeGetOwnPropertyDescriptor$1(ObjectPrototype$4,t);n&&delete ObjectPrototype$4[t],nativeDefineProperty(e,t,r),n&&e!==ObjectPrototype$4&&nativeDefineProperty(ObjectPrototype$4,t,n)}:nativeDefineProperty,wrap=function(e,t){var r=AllSymbols[e]=objectCreate$1(SymbolPrototype$1);return setInternalState$c(r,{type:SYMBOL,tag:e,description:t}),descriptors||(r.description=t),r},$defineProperty=function(e,t,r){e===ObjectPrototype$4&&$defineProperty(ObjectPrototypeSymbols,t,r),anObject(e);var n=toPropertyKey(t);return anObject(r),hasOwnProperty_1(AllSymbols,n)?(r.enumerable?(hasOwnProperty_1(e,HIDDEN)&&e[HIDDEN][n]&&(e[HIDDEN][n]=!1),r=objectCreate$1(r,{enumerable:createPropertyDescriptor(0,!1)})):(hasOwnProperty_1(e,HIDDEN)||nativeDefineProperty(e,HIDDEN,createPropertyDescriptor(1,{})),e[HIDDEN][n]=!0),setSymbolDescriptor(e,n,r)):nativeDefineProperty(e,n,r)},$defineProperties=function(e,t){anObject(e);var r=toIndexedObject(t),n=objectKeys(r).concat($getOwnPropertySymbols(r));return $forEach$2(n,(function(t){descriptors&&!functionCall($propertyIsEnumerable$1,r,t)||$defineProperty(e,t,r[t])})),e},$create=function(e,t){return void 0===t?objectCreate$1(e):$defineProperties(objectCreate$1(e),t)},$propertyIsEnumerable$1=function(e){var t=toPropertyKey(e),r=functionCall(nativePropertyIsEnumerable,this,t);return!(this===ObjectPrototype$4&&hasOwnProperty_1(AllSymbols,t)&&!hasOwnProperty_1(ObjectPrototypeSymbols,t))&&(!(r||!hasOwnProperty_1(this,t)||!hasOwnProperty_1(AllSymbols,t)||hasOwnProperty_1(this,HIDDEN)&&this[HIDDEN][t])||r)},$getOwnPropertyDescriptor=function(e,t){var r=toIndexedObject(e),n=toPropertyKey(t);if(r!==ObjectPrototype$4||!hasOwnProperty_1(AllSymbols,n)||hasOwnProperty_1(ObjectPrototypeSymbols,n)){var o=nativeGetOwnPropertyDescriptor$1(r,n);return!o||!hasOwnProperty_1(AllSymbols,n)||hasOwnProperty_1(r,HIDDEN)&&r[HIDDEN][n]||(o.enumerable=!0),o}},$getOwnPropertyNames=function(e){var t=nativeGetOwnPropertyNames(toIndexedObject(e)),r=[];return $forEach$2(t,(function(e){hasOwnProperty_1(AllSymbols,e)||hasOwnProperty_1(hiddenKeys$1,e)||push$f(r,e)})),r},$getOwnPropertySymbols=function(e){var t=e===ObjectPrototype$4,r=nativeGetOwnPropertyNames(t?ObjectPrototypeSymbols:toIndexedObject(e)),n=[];return $forEach$2(r,(function(e){!hasOwnProperty_1(AllSymbols,e)||t&&!hasOwnProperty_1(ObjectPrototype$4,e)||push$f(n,AllSymbols[e])})),n};if(nativeSymbol||($Symbol=function(){if(objectIsPrototypeOf(SymbolPrototype$1,this))throw TypeError$r("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?toString_1(arguments[0]):void 0,t=uid$1(e),r=function(e){this===ObjectPrototype$4&&functionCall(r,ObjectPrototypeSymbols,e),hasOwnProperty_1(this,HIDDEN)&&hasOwnProperty_1(this[HIDDEN],t)&&(this[HIDDEN][t]=!1),setSymbolDescriptor(this,t,createPropertyDescriptor(1,e))};return descriptors&&USE_SETTER&&setSymbolDescriptor(ObjectPrototype$4,t,{configurable:!0,set:r}),wrap(t,e)},SymbolPrototype$1=$Symbol[PROTOTYPE$1],redefine(SymbolPrototype$1,"toString",(function(){return getInternalState$8(this).tag})),redefine($Symbol,"withoutSetter",(function(e){return wrap(uid$1(e),e)})),objectPropertyIsEnumerable.f=$propertyIsEnumerable$1,objectDefineProperty.f=$defineProperty,objectDefineProperties.f=$defineProperties,objectGetOwnPropertyDescriptor.f=$getOwnPropertyDescriptor,objectGetOwnPropertyNames.f=objectGetOwnPropertyNamesExternal.f=$getOwnPropertyNames,objectGetOwnPropertySymbols.f=$getOwnPropertySymbols,wellKnownSymbolWrapped.f=function(e){return wrap(wellKnownSymbol(e),e)},descriptors&&(nativeDefineProperty(SymbolPrototype$1,"description",{configurable:!0,get:function(){return getInternalState$8(this).description}}),redefine(ObjectPrototype$4,"propertyIsEnumerable",$propertyIsEnumerable$1,{unsafe:!0}))),_export({global:!0,wrap:!0,forced:!nativeSymbol,sham:!nativeSymbol},{Symbol:$Symbol}),$forEach$2(objectKeys(WellKnownSymbolsStore),(function(e){defineWellKnownSymbol(e)})),_export({target:SYMBOL,stat:!0,forced:!nativeSymbol},{for:function(e){var t=toString_1(e);if(hasOwnProperty_1(StringToSymbolRegistry,t))return StringToSymbolRegistry[t];var r=$Symbol(t);return StringToSymbolRegistry[t]=r,SymbolToStringRegistry[r]=t,r},keyFor:function(e){if(!isSymbol(e))throw TypeError$r(e+" is not a symbol");if(hasOwnProperty_1(SymbolToStringRegistry,e))return SymbolToStringRegistry[e]},useSetter:function(){USE_SETTER=!0},useSimple:function(){USE_SETTER=!1}}),_export({target:"Object",stat:!0,forced:!nativeSymbol,sham:!descriptors},{create:$create,defineProperty:$defineProperty,defineProperties:$defineProperties,getOwnPropertyDescriptor:$getOwnPropertyDescriptor}),_export({target:"Object",stat:!0,forced:!nativeSymbol},{getOwnPropertyNames:$getOwnPropertyNames,getOwnPropertySymbols:$getOwnPropertySymbols}),_export({target:"Object",stat:!0,forced:fails((function(){objectGetOwnPropertySymbols.f(1)}))},{getOwnPropertySymbols:function(e){return objectGetOwnPropertySymbols.f(toObject$1(e))}}),$stringify){var FORCED_JSON_STRINGIFY=!nativeSymbol||fails((function(){var e=$Symbol();return"[null]"!=$stringify([e])||"{}"!=$stringify({a:e})||"{}"!=$stringify(Object(e))}));_export({target:"JSON",stat:!0,forced:FORCED_JSON_STRINGIFY},{stringify:function(e,t,r){var n=arraySlice$1(arguments),o=t;if((isObject$2(t)||void 0!==e)&&!isSymbol(e))return isArray$1(t)||(t=function(e,t){if(isCallable(o)&&(t=functionCall(o,this,e,t)),!isSymbol(t))return t}),n[1]=t,functionApply($stringify,null,n)}})}if(!SymbolPrototype$1[TO_PRIMITIVE$1]){var valueOf=SymbolPrototype$1.valueOf;redefine(SymbolPrototype$1,TO_PRIMITIVE$1,(function(e){return functionCall(valueOf,this)}))}setToStringTag($Symbol,SYMBOL),hiddenKeys$1[HIDDEN]=!0;var defineProperty$d=objectDefineProperty.f,NativeSymbol=global_1.Symbol,SymbolPrototype=NativeSymbol&&NativeSymbol.prototype;if(descriptors&&isCallable(NativeSymbol)&&(!("description"in SymbolPrototype)||void 0!==NativeSymbol().description)){var EmptyStringDescriptionStore={},SymbolWrapper=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:toString_1(arguments[0]),t=objectIsPrototypeOf(SymbolPrototype,this)?new NativeSymbol(e):void 0===e?NativeSymbol():NativeSymbol(e);return""===e&&(EmptyStringDescriptionStore[t]=!0),t};copyConstructorProperties(SymbolWrapper,NativeSymbol),SymbolWrapper.prototype=SymbolPrototype,SymbolPrototype.constructor=SymbolWrapper;var NATIVE_SYMBOL="Symbol(test)"==String(NativeSymbol("test")),symbolToString=functionUncurryThis(SymbolPrototype.toString),symbolValueOf=functionUncurryThis(SymbolPrototype.valueOf),regexp=/^Symbol\((.*)\)[^)]+$/,replace$9=functionUncurryThis("".replace),stringSlice$d=functionUncurryThis("".slice);defineProperty$d(SymbolPrototype,"description",{configurable:!0,get:function(){var e=symbolValueOf(this),t=symbolToString(e);if(hasOwnProperty_1(EmptyStringDescriptionStore,e))return"";var r=NATIVE_SYMBOL?stringSlice$d(t,7,-1):replace$9(t,regexp,"$1");return""===r?void 0:r}}),_export({global:!0,forced:!0},{Symbol:SymbolWrapper})}defineWellKnownSymbol("asyncIterator"),defineWellKnownSymbol("hasInstance"),defineWellKnownSymbol("isConcatSpreadable"),defineWellKnownSymbol("iterator"),defineWellKnownSymbol("match"),defineWellKnownSymbol("replace"),defineWellKnownSymbol("search"),defineWellKnownSymbol("species"),defineWellKnownSymbol("split"),defineWellKnownSymbol("toPrimitive"),defineWellKnownSymbol("toStringTag"),defineWellKnownSymbol("unscopables");var SPECIES$5=wellKnownSymbol("species"),arrayMethodHasSpeciesSupport=function(e){return engineV8Version>=51||!fails((function(){var t=[];return(t.constructor={})[SPECIES$5]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},IS_CONCAT_SPREADABLE=wellKnownSymbol("isConcatSpreadable"),MAX_SAFE_INTEGER$3=9007199254740991,MAXIMUM_ALLOWED_INDEX_EXCEEDED="Maximum allowed index exceeded",TypeError$q=global_1.TypeError,IS_CONCAT_SPREADABLE_SUPPORT=engineV8Version>=51||!fails((function(){var e=[];return e[IS_CONCAT_SPREADABLE]=!1,e.concat()[0]!==e})),SPECIES_SUPPORT=arrayMethodHasSpeciesSupport("concat"),isConcatSpreadable=function(e){if(!isObject$2(e))return!1;var t=e[IS_CONCAT_SPREADABLE];return void 0!==t?!!t:isArray$1(e)},FORCED$i=!IS_CONCAT_SPREADABLE_SUPPORT||!SPECIES_SUPPORT;_export({target:"Array",proto:!0,forced:FORCED$i},{concat:function(e){var t,r,n,o,a,i=toObject$1(this),s=arraySpeciesCreate(i,0),c=0;for(t=-1,n=arguments.length;tMAX_SAFE_INTEGER$3)throw TypeError$q(MAXIMUM_ALLOWED_INDEX_EXCEEDED);for(r=0;r=MAX_SAFE_INTEGER$3)throw TypeError$q(MAXIMUM_ALLOWED_INDEX_EXCEEDED);createProperty(s,c++,a)}return s.length=c,s}});var min$7=Math.min,arrayCopyWithin=[].copyWithin||function(e,t){var r=toObject$1(this),n=lengthOfArrayLike(r),o=toAbsoluteIndex(e,n),a=toAbsoluteIndex(t,n),i=arguments.length>2?arguments[2]:void 0,s=min$7((void 0===i?n:toAbsoluteIndex(i,n))-a,n-o),c=1;for(a0;)a in r?r[o]=r[a]:delete r[o],o+=c,a+=c;return r},UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype$1=Array.prototype;null==ArrayPrototype$1[UNSCOPABLES]&&objectDefineProperty.f(ArrayPrototype$1,UNSCOPABLES,{configurable:!0,value:objectCreate$1(null)});var addToUnscopables=function(e){ArrayPrototype$1[UNSCOPABLES][e]=!0};_export({target:"Array",proto:!0},{copyWithin:arrayCopyWithin}),addToUnscopables("copyWithin");var arrayFill=function(e){for(var t=toObject$1(this),r=lengthOfArrayLike(t),n=arguments.length,o=toAbsoluteIndex(n>1?arguments[1]:void 0,r),a=n>2?arguments[2]:void 0,i=void 0===a?r:toAbsoluteIndex(a,r);i>o;)t[o++]=e;return t};_export({target:"Array",proto:!0},{fill:arrayFill}),addToUnscopables("fill");var $filter$1=arrayIteration.filter,HAS_SPECIES_SUPPORT$3=arrayMethodHasSpeciesSupport("filter");_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$3},{filter:function(e){return $filter$1(this,e,arguments.length>1?arguments[1]:void 0)}});var $find$1=arrayIteration.find,FIND="find",SKIPS_HOLES$1=!0;FIND in[]&&Array(1)[FIND]((function(){SKIPS_HOLES$1=!1})),_export({target:"Array",proto:!0,forced:SKIPS_HOLES$1},{find:function(e){return $find$1(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables(FIND);var $findIndex$1=arrayIteration.findIndex,FIND_INDEX="findIndex",SKIPS_HOLES=!0;FIND_INDEX in[]&&Array(1)[FIND_INDEX]((function(){SKIPS_HOLES=!1})),_export({target:"Array",proto:!0,forced:SKIPS_HOLES},{findIndex:function(e){return $findIndex$1(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables(FIND_INDEX);var TypeError$p=global_1.TypeError,flattenIntoArray=function(e,t,r,n,o,a,i,s){for(var c,u,l=o,f=0,p=!!i&&functionBindContext(i,s);f0&&isArray$1(c))u=lengthOfArrayLike(c),l=flattenIntoArray(e,t,c,u,l,a-1)-1;else{if(l>=9007199254740991)throw TypeError$p("Exceed the acceptable array length");e[l]=c}l++}f++}return l},flattenIntoArray_1=flattenIntoArray;_export({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=toObject$1(this),r=lengthOfArrayLike(t),n=arraySpeciesCreate(t,0);return n.length=flattenIntoArray_1(n,t,t,r,0,void 0===e?1:toIntegerOrInfinity(e)),n}}),_export({target:"Array",proto:!0},{flatMap:function(e){var t,r=toObject$1(this),n=lengthOfArrayLike(r);return aCallable(e),(t=arraySpeciesCreate(r,0)).length=flattenIntoArray_1(t,r,r,n,0,1,e,arguments.length>1?arguments[1]:void 0),t}});var iteratorClose=function(e,t,r){var n,o;anObject(e);try{if(!(n=getMethod(e,"return"))){if("throw"===t)throw r;return r}n=functionCall(n,e)}catch(e){o=!0,n=e}if("throw"===t)throw r;if(o)throw n;return anObject(n),r},callWithSafeIterationClosing=function(e,t,r,n){try{return n?t(anObject(r)[0],r[1]):t(r)}catch(t){iteratorClose(e,"throw",t)}},iterators={},ITERATOR$a=wellKnownSymbol("iterator"),ArrayPrototype=Array.prototype,isArrayIteratorMethod=function(e){return void 0!==e&&(iterators.Array===e||ArrayPrototype[ITERATOR$a]===e)},ITERATOR$9=wellKnownSymbol("iterator"),getIteratorMethod=function(e){if(null!=e)return getMethod(e,ITERATOR$9)||getMethod(e,"@@iterator")||iterators[classof(e)]},TypeError$o=global_1.TypeError,getIterator=function(e,t){var r=arguments.length<2?getIteratorMethod(e):t;if(aCallable(r))return anObject(functionCall(r,e));throw TypeError$o(tryToString(e)+" is not iterable")},Array$7=global_1.Array,arrayFrom=function(e){var t=toObject$1(e),r=isConstructor(this),n=arguments.length,o=n>1?arguments[1]:void 0,a=void 0!==o;a&&(o=functionBindContext(o,n>2?arguments[2]:void 0));var i,s,c,u,l,f,p=getIteratorMethod(t),d=0;if(!p||this==Array$7&&isArrayIteratorMethod(p))for(i=lengthOfArrayLike(t),s=r?new this(i):Array$7(i);i>d;d++)f=a?o(t[d],d):t[d],createProperty(s,d,f);else for(l=(u=getIterator(t,p)).next,s=r?new this:[];!(c=functionCall(l,u)).done;d++)f=a?callWithSafeIterationClosing(u,o,[c.value,d],!0):c.value,createProperty(s,d,f);return s.length=d,s},ITERATOR$8=wellKnownSymbol("iterator"),SAFE_CLOSING=!1;try{var called=0,iteratorWithReturn={next:function(){return{done:!!called++}},return:function(){SAFE_CLOSING=!0}};iteratorWithReturn[ITERATOR$8]=function(){return this},Array.from(iteratorWithReturn,(function(){throw 2}))}catch(e){}var checkCorrectnessOfIteration=function(e,t){if(!t&&!SAFE_CLOSING)return!1;var r=!1;try{var n={};n[ITERATOR$8]=function(){return{next:function(){return{done:r=!0}}}},e(n)}catch(e){}return r},INCORRECT_ITERATION$1=!checkCorrectnessOfIteration((function(e){Array.from(e)}));_export({target:"Array",stat:!0,forced:INCORRECT_ITERATION$1},{from:arrayFrom});var $includes$1=arrayIncludes.includes;_export({target:"Array",proto:!0},{includes:function(e){return $includes$1(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables("includes");var arrayMethodIsStrict=function(e,t){var r=[][e];return!!r&&fails((function(){r.call(null,t||function(){throw 1},1)}))},$IndexOf=arrayIncludes.indexOf,un$IndexOf=functionUncurryThis([].indexOf),NEGATIVE_ZERO$1=!!un$IndexOf&&1/un$IndexOf([1],1,-0)<0,STRICT_METHOD$6=arrayMethodIsStrict("indexOf");_export({target:"Array",proto:!0,forced:NEGATIVE_ZERO$1||!STRICT_METHOD$6},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return NEGATIVE_ZERO$1?un$IndexOf(this,e,t)||0:$IndexOf(this,e,t)}});var correctPrototypeGetter=!fails((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),IE_PROTO=sharedKey("IE_PROTO"),Object$3=global_1.Object,ObjectPrototype$3=Object$3.prototype,objectGetPrototypeOf=correctPrototypeGetter?Object$3.getPrototypeOf:function(e){var t=toObject$1(e);if(hasOwnProperty_1(t,IE_PROTO))return t[IE_PROTO];var r=t.constructor;return isCallable(r)&&t instanceof r?r.prototype:t instanceof Object$3?ObjectPrototype$3:null},ITERATOR$7=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS$1=!1,IteratorPrototype$2,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=objectGetPrototypeOf(objectGetPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype$2=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS$1=!0);var NEW_ITERATOR_PROTOTYPE=null==IteratorPrototype$2||fails((function(){var e={};return IteratorPrototype$2[ITERATOR$7].call(e)!==e}));NEW_ITERATOR_PROTOTYPE&&(IteratorPrototype$2={}),isCallable(IteratorPrototype$2[ITERATOR$7])||redefine(IteratorPrototype$2,ITERATOR$7,(function(){return this}));var iteratorsCore={IteratorPrototype:IteratorPrototype$2,BUGGY_SAFARI_ITERATORS:BUGGY_SAFARI_ITERATORS$1},IteratorPrototype$1=iteratorsCore.IteratorPrototype,returnThis$1=function(){return this},createIteratorConstructor=function(e,t,r,n){var o=t+" Iterator";return e.prototype=objectCreate$1(IteratorPrototype$1,{next:createPropertyDescriptor(+!n,r)}),setToStringTag(e,o,!1),iterators[o]=returnThis$1,e},String$3=global_1.String,TypeError$n=global_1.TypeError,aPossiblePrototype=function(e){if("object"==typeof e||isCallable(e))return e;throw TypeError$n("Can't set "+String$3(e)+" as a prototype")},objectSetPrototypeOf=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=functionUncurryThis(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return anObject(r),aPossiblePrototype(n),t?e(r,n):r.__proto__=n,r}}():void 0),PROPER_FUNCTION_NAME$3=functionName.PROPER,CONFIGURABLE_FUNCTION_NAME$1=functionName.CONFIGURABLE,IteratorPrototype=iteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=iteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR$6=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this},defineIterator=function(e,t,r,n,o,a,i){createIteratorConstructor(r,t,n);var s,c,u,l=function(e){if(e===o&&y)return y;if(!BUGGY_SAFARI_ITERATORS&&e in d)return d[e];switch(e){case KEYS:case VALUES:case ENTRIES:return function(){return new r(this,e)}}return function(){return new r(this)}},f=t+" Iterator",p=!1,d=e.prototype,h=d[ITERATOR$6]||d["@@iterator"]||o&&d[o],y=!BUGGY_SAFARI_ITERATORS&&h||l(o),g="Array"==t&&d.entries||h;if(g&&(s=objectGetPrototypeOf(g.call(new e)))!==Object.prototype&&s.next&&(objectGetPrototypeOf(s)!==IteratorPrototype&&(objectSetPrototypeOf?objectSetPrototypeOf(s,IteratorPrototype):isCallable(s[ITERATOR$6])||redefine(s,ITERATOR$6,returnThis)),setToStringTag(s,f,!0)),PROPER_FUNCTION_NAME$3&&o==VALUES&&h&&h.name!==VALUES&&(CONFIGURABLE_FUNCTION_NAME$1?createNonEnumerableProperty(d,"name",VALUES):(p=!0,y=function(){return functionCall(h,this)})),o)if(c={values:l(VALUES),keys:a?y:l(KEYS),entries:l(ENTRIES)},i)for(u in c)(BUGGY_SAFARI_ITERATORS||p||!(u in d))&&redefine(d,u,c[u]);else _export({target:t,proto:!0,forced:BUGGY_SAFARI_ITERATORS||p},c);return d[ITERATOR$6]!==y&&redefine(d,ITERATOR$6,y,{name:o}),iterators[t]=y,c},defineProperty$c=objectDefineProperty.f,ARRAY_ITERATOR="Array Iterator",setInternalState$b=internalState.set,getInternalState$7=internalState.getterFor(ARRAY_ITERATOR),es_array_iterator=defineIterator(Array,"Array",(function(e,t){setInternalState$b(this,{type:ARRAY_ITERATOR,target:toIndexedObject(e),index:0,kind:t})}),(function(){var e=getInternalState$7(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values"),values=iterators.Arguments=iterators.Array;if(addToUnscopables("keys"),addToUnscopables("values"),addToUnscopables("entries"),descriptors&&"values"!==values.name)try{defineProperty$c(values,"name",{value:"values"})}catch(e){}var un$Join=functionUncurryThis([].join),ES3_STRINGS=indexedObject!=Object,STRICT_METHOD$5=arrayMethodIsStrict("join",",");_export({target:"Array",proto:!0,forced:ES3_STRINGS||!STRICT_METHOD$5},{join:function(e){return un$Join(toIndexedObject(this),void 0===e?",":e)}});var min$6=Math.min,$lastIndexOf=[].lastIndexOf,NEGATIVE_ZERO=!!$lastIndexOf&&1/[1].lastIndexOf(1,-0)<0,STRICT_METHOD$4=arrayMethodIsStrict("lastIndexOf"),FORCED$h=NEGATIVE_ZERO||!STRICT_METHOD$4,arrayLastIndexOf=FORCED$h?function(e){if(NEGATIVE_ZERO)return functionApply($lastIndexOf,this,arguments)||0;var t=toIndexedObject(this),r=lengthOfArrayLike(t),n=r-1;for(arguments.length>1&&(n=min$6(n,toIntegerOrInfinity(arguments[1]))),n<0&&(n=r+n);n>=0;n--)if(n in t&&t[n]===e)return n||0;return-1}:$lastIndexOf;_export({target:"Array",proto:!0,forced:arrayLastIndexOf!==[].lastIndexOf},{lastIndexOf:arrayLastIndexOf});var $map$1=arrayIteration.map,HAS_SPECIES_SUPPORT$2=arrayMethodHasSpeciesSupport("map");_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$2},{map:function(e){return $map$1(this,e,arguments.length>1?arguments[1]:void 0)}});var Array$6=global_1.Array,ISNT_GENERIC=fails((function(){function e(){}return!(Array$6.of.call(e)instanceof e)}));_export({target:"Array",stat:!0,forced:ISNT_GENERIC},{of:function(){for(var e=0,t=arguments.length,r=new(isConstructor(this)?this:Array$6)(t);t>e;)createProperty(r,e,arguments[e++]);return r.length=t,r}});var TypeError$m=global_1.TypeError,createMethod$4=function(e){return function(t,r,n,o){aCallable(r);var a=toObject$1(t),i=indexedObject(a),s=lengthOfArrayLike(a),c=e?s-1:0,u=e?-1:1;if(n<2)for(;;){if(c in i){o=i[c],c+=u;break}if(c+=u,e?c<0:s<=c)throw TypeError$m("Reduce of empty array with no initial value")}for(;e?c>=0:s>c;c+=u)c in i&&(o=r(o,i[c],c,a));return o}},arrayReduce={left:createMethod$4(!1),right:createMethod$4(!0)},engineIsNode="process"==classofRaw(global_1.process),$reduce$1=arrayReduce.left,STRICT_METHOD$3=arrayMethodIsStrict("reduce"),CHROME_BUG$1=!engineIsNode&&engineV8Version>79&&engineV8Version<83;_export({target:"Array",proto:!0,forced:!STRICT_METHOD$3||CHROME_BUG$1},{reduce:function(e){var t=arguments.length;return $reduce$1(this,e,t,t>1?arguments[1]:void 0)}});var $reduceRight$1=arrayReduce.right,STRICT_METHOD$2=arrayMethodIsStrict("reduceRight"),CHROME_BUG=!engineIsNode&&engineV8Version>79&&engineV8Version<83;_export({target:"Array",proto:!0,forced:!STRICT_METHOD$2||CHROME_BUG},{reduceRight:function(e){return $reduceRight$1(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}});var HAS_SPECIES_SUPPORT$1=arrayMethodHasSpeciesSupport("slice"),SPECIES$4=wellKnownSymbol("species"),Array$5=global_1.Array,max$4=Math.max;_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$1},{slice:function(e,t){var r,n,o,a=toIndexedObject(this),i=lengthOfArrayLike(a),s=toAbsoluteIndex(e,i),c=toAbsoluteIndex(void 0===t?i:t,i);if(isArray$1(a)&&(r=a.constructor,(isConstructor(r)&&(r===Array$5||isArray$1(r.prototype))||isObject$2(r)&&null===(r=r[SPECIES$4]))&&(r=void 0),r===Array$5||void 0===r))return arraySlice$1(a,s,c);for(n=new(void 0===r?Array$5:r)(max$4(c-s,0)),o=0;s0;)e[n]=e[--n];n!==a++&&(e[n]=r)}return e},merge$1=function(e,t,r,n){for(var o=t.length,a=r.length,i=0,s=0;i3)){if(engineIsIeOrEdge)return!0;if(engineWebkitVersion)return engineWebkitVersion<603;var e,t,r,n,o="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)test.push({k:t+n,v:r})}for(test.sort((function(e,t){return t.v-e.v})),n=0;ntoString_1(r)?1:-1}};_export({target:"Array",proto:!0,forced:FORCED$g},{sort:function(e){void 0!==e&&aCallable(e);var t=toObject$1(this);if(STABLE_SORT$1)return void 0===e?un$Sort$1(t):un$Sort$1(t,e);var r,n,o=[],a=lengthOfArrayLike(t);for(n=0;nMAX_SAFE_INTEGER$2)throw TypeError$l(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);for(o=arraySpeciesCreate(c,n),a=0;au-n+r;a--)delete c[a-1]}else if(r>n)for(a=u-n;a>l;a--)s=a+r-1,(i=a+n-1)in c?c[s]=c[i]:delete c[s];for(a=0;a>1,l=23===t?pow$4(2,-24)-pow$4(2,-77):0,f=e<0||0===e&&1/e<0?1:0,p=0;for((e=abs$6(e))!=e||e===1/0?(o=e!=e?1:0,n=c):(n=floor$8(log$8(e)/LN2$2),e*(a=pow$4(2,-n))<1&&(n--,a*=2),(e+=n+u>=1?l/a:l*pow$4(2,1-u))*a>=2&&(n++,a/=2),n+u>=c?(o=0,n=c):n+u>=1?(o=(e*a-1)*pow$4(2,t),n+=u):(o=e*pow$4(2,u-1)*pow$4(2,t),n=0));t>=8;)i[p++]=255&o,o/=256,t-=8;for(n=n<0;)i[p++]=255&n,n/=256,s-=8;return i[--p]|=128*f,i},unpack=function(e,t){var r,n=e.length,o=8*n-t-1,a=(1<>1,s=o-7,c=n-1,u=e[c--],l=127&u;for(u>>=7;s>0;)l=256*l+e[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=t;s>0;)r=256*r+e[c--],s-=8;if(0===l)l=1-i;else{if(l===a)return r?NaN:u?-1/0:1/0;r+=pow$4(2,t),l-=i}return(u?-1:1)*r*pow$4(2,l-t)},ieee754={pack:pack,unpack:unpack},getOwnPropertyNames$3=objectGetOwnPropertyNames.f,defineProperty$b=objectDefineProperty.f,PROPER_FUNCTION_NAME$2=functionName.PROPER,CONFIGURABLE_FUNCTION_NAME=functionName.CONFIGURABLE,getInternalState$6=internalState.get,setInternalState$a=internalState.set,ARRAY_BUFFER$1="ArrayBuffer",DATA_VIEW="DataView",PROTOTYPE="prototype",WRONG_LENGTH="Wrong length",WRONG_INDEX="Wrong index",NativeArrayBuffer$1=global_1[ARRAY_BUFFER$1],$ArrayBuffer=NativeArrayBuffer$1,ArrayBufferPrototype=$ArrayBuffer&&$ArrayBuffer[PROTOTYPE],$DataView=global_1[DATA_VIEW],DataViewPrototype=$DataView&&$DataView[PROTOTYPE],ObjectPrototype$2=Object.prototype,Array$3=global_1.Array,RangeError$8=global_1.RangeError,fill=functionUncurryThis(arrayFill),reverse=functionUncurryThis([].reverse),packIEEE754=ieee754.pack,unpackIEEE754=ieee754.unpack,packInt8=function(e){return[255&e]},packInt16=function(e){return[255&e,e>>8&255]},packInt32=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},unpackInt32=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},packFloat32=function(e){return packIEEE754(e,23,4)},packFloat64=function(e){return packIEEE754(e,52,8)},addGetter=function(e,t){defineProperty$b(e[PROTOTYPE],t,{get:function(){return getInternalState$6(this)[t]}})},get$1=function(e,t,r,n){var o=toIndex(r),a=getInternalState$6(e);if(o+t>a.byteLength)throw RangeError$8(WRONG_INDEX);var i=getInternalState$6(a.buffer).bytes,s=o+a.byteOffset,c=arraySliceSimple(i,s,s+t);return n?c:reverse(c)},set$3=function(e,t,r,n,o,a){var i=toIndex(r),s=getInternalState$6(e);if(i+t>s.byteLength)throw RangeError$8(WRONG_INDEX);for(var c=getInternalState$6(s.buffer).bytes,u=i+s.byteOffset,l=n(+o),f=0;fj$1;)(key$1=keys$3[j$1++])in $ArrayBuffer||createNonEnumerableProperty($ArrayBuffer,key$1,NativeArrayBuffer$1[key$1]);ArrayBufferPrototype.constructor=$ArrayBuffer}objectSetPrototypeOf&&objectGetPrototypeOf(DataViewPrototype)!==ObjectPrototype$2&&objectSetPrototypeOf(DataViewPrototype,ObjectPrototype$2);var testView=new $DataView(new $ArrayBuffer(2)),$setInt8=functionUncurryThis(DataViewPrototype.setInt8);testView.setInt8(0,2147483648),testView.setInt8(1,2147483649),!testView.getInt8(0)&&testView.getInt8(1)||redefineAll(DataViewPrototype,{setInt8:function(e,t){$setInt8(this,e,t<<24>>24)},setUint8:function(e,t){$setInt8(this,e,t<<24>>24)}},{unsafe:!0})}else $ArrayBuffer=function(e){anInstance(this,ArrayBufferPrototype);var t=toIndex(e);setInternalState$a(this,{bytes:fill(Array$3(t),0),byteLength:t}),descriptors||(this.byteLength=t)},ArrayBufferPrototype=$ArrayBuffer[PROTOTYPE],$DataView=function(e,t,r){anInstance(this,DataViewPrototype),anInstance(e,ArrayBufferPrototype);var n=getInternalState$6(e).byteLength,o=toIntegerOrInfinity(t);if(o<0||o>n)throw RangeError$8("Wrong offset");if(o+(r=void 0===r?n-o:toLength(r))>n)throw RangeError$8(WRONG_LENGTH);setInternalState$a(this,{buffer:e,byteLength:r,byteOffset:o}),descriptors||(this.buffer=e,this.byteLength=r,this.byteOffset=o)},DataViewPrototype=$DataView[PROTOTYPE],descriptors&&(addGetter($ArrayBuffer,"byteLength"),addGetter($DataView,"buffer"),addGetter($DataView,"byteLength"),addGetter($DataView,"byteOffset")),redefineAll(DataViewPrototype,{getInt8:function(e){return get$1(this,1,e)[0]<<24>>24},getUint8:function(e){return get$1(this,1,e)[0]},getInt16:function(e){var t=get$1(this,2,e,arguments.length>1?arguments[1]:void 0);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=get$1(this,2,e,arguments.length>1?arguments[1]:void 0);return t[1]<<8|t[0]},getInt32:function(e){return unpackInt32(get$1(this,4,e,arguments.length>1?arguments[1]:void 0))},getUint32:function(e){return unpackInt32(get$1(this,4,e,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(e){return unpackIEEE754(get$1(this,4,e,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(e){return unpackIEEE754(get$1(this,8,e,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(e,t){set$3(this,1,e,packInt8,t)},setUint8:function(e,t){set$3(this,1,e,packInt8,t)},setInt16:function(e,t){set$3(this,2,e,packInt16,t,arguments.length>2?arguments[2]:void 0)},setUint16:function(e,t){set$3(this,2,e,packInt16,t,arguments.length>2?arguments[2]:void 0)},setInt32:function(e,t){set$3(this,4,e,packInt32,t,arguments.length>2?arguments[2]:void 0)},setUint32:function(e,t){set$3(this,4,e,packInt32,t,arguments.length>2?arguments[2]:void 0)},setFloat32:function(e,t){set$3(this,4,e,packFloat32,t,arguments.length>2?arguments[2]:void 0)},setFloat64:function(e,t){set$3(this,8,e,packFloat64,t,arguments.length>2?arguments[2]:void 0)}});setToStringTag($ArrayBuffer,ARRAY_BUFFER$1),setToStringTag($DataView,DATA_VIEW);var arrayBuffer={ArrayBuffer:$ArrayBuffer,DataView:$DataView},ARRAY_BUFFER="ArrayBuffer",ArrayBuffer$2=arrayBuffer[ARRAY_BUFFER],NativeArrayBuffer=global_1[ARRAY_BUFFER];_export({global:!0,forced:NativeArrayBuffer!==ArrayBuffer$2},{ArrayBuffer:ArrayBuffer$2}),setSpecies(ARRAY_BUFFER);var TypeError$j=global_1.TypeError,dateToPrimitive=function(e){if(anObject(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw TypeError$j("Incorrect hint");return ordinaryToPrimitive(this,e)},TO_PRIMITIVE=wellKnownSymbol("toPrimitive"),DatePrototype=Date.prototype;hasOwnProperty_1(DatePrototype,TO_PRIMITIVE)||redefine(DatePrototype,TO_PRIMITIVE,dateToPrimitive);var HAS_INSTANCE=wellKnownSymbol("hasInstance"),FunctionPrototype$1=Function.prototype;HAS_INSTANCE in FunctionPrototype$1||objectDefineProperty.f(FunctionPrototype$1,HAS_INSTANCE,{value:function(e){if(!isCallable(this)||!isObject$2(e))return!1;var t=this.prototype;if(!isObject$2(t))return e instanceof this;for(;e=objectGetPrototypeOf(e);)if(t===e)return!0;return!1}});var FUNCTION_NAME_EXISTS=functionName.EXISTS,defineProperty$a=objectDefineProperty.f,FunctionPrototype=Function.prototype,functionToString=functionUncurryThis(FunctionPrototype.toString),nameRE=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,regExpExec=functionUncurryThis(nameRE.exec),NAME$1="name";descriptors&&!FUNCTION_NAME_EXISTS&&defineProperty$a(FunctionPrototype,NAME$1,{configurable:!0,get:function(){try{return regExpExec(nameRE,functionToString(this))[1]}catch(e){return""}}}),setToStringTag(global_1.JSON,"JSON",!0);var arrayBufferNonExtensible=fails((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})),$isExtensible=Object.isExtensible,FAILS_ON_PRIMITIVES$9=fails((function(){$isExtensible(1)})),objectIsExtensible=FAILS_ON_PRIMITIVES$9||arrayBufferNonExtensible?function(e){return!!isObject$2(e)&&((!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))&&(!$isExtensible||$isExtensible(e)))}:$isExtensible,freezing=!fails((function(){return Object.isExtensible(Object.preventExtensions({}))})),internalMetadata=createCommonjsModule((function(e){var t=objectDefineProperty.f,r=!1,n=uid$1("meta"),o=0,a=function(e){t(e,n,{value:{objectID:"O"+o++,weakData:{}}})},i=e.exports={enable:function(){i.enable=function(){},r=!0;var e=objectGetOwnPropertyNames.f,t=functionUncurryThis([].splice),o={};o[n]=1,e(o).length&&(objectGetOwnPropertyNames.f=function(r){for(var o=e(r),a=0,i=o.length;aa;a++)if((s=g(e[a]))&&objectIsPrototypeOf(ResultPrototype,s))return s;return new Result(!1)}n=getIterator(e,o)}for(c=n.next;!(u=functionCall(c,n)).done;){try{s=g(u.value)}catch(e){iteratorClose(n,"throw",e)}if("object"==typeof s&&s&&objectIsPrototypeOf(ResultPrototype,s))return s}return new Result(!1)},inheritIfRequired=function(e,t,r){var n,o;return objectSetPrototypeOf&&isCallable(n=t.constructor)&&n!==r&&isObject$2(o=n.prototype)&&o!==r.prototype&&objectSetPrototypeOf(e,o),e},collection=function(e,t,r){var n=-1!==e.indexOf("Map"),o=-1!==e.indexOf("Weak"),a=n?"set":"add",i=global_1[e],s=i&&i.prototype,c=i,u={},l=function(e){var t=functionUncurryThis(s[e]);redefine(s,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!isObject$2(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return o&&!isObject$2(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!isObject$2(e))&&t(this,0===e?0:e)}:function(e,r){return t(this,0===e?0:e,r),this})};if(isForced_1(e,!isCallable(i)||!(o||s.forEach&&!fails((function(){(new i).entries().next()})))))c=r.getConstructor(t,e,n,a),internalMetadata.enable();else if(isForced_1(e,!0)){var f=new c,p=f[a](o?{}:-0,1)!=f,d=fails((function(){f.has(1)})),h=checkCorrectnessOfIteration((function(e){new i(e)})),y=!o&&fails((function(){for(var e=new i,t=5;t--;)e[a](t,t);return!e.has(-0)}));h||((c=t((function(e,t){anInstance(e,s);var r=inheritIfRequired(new i,e,c);return null!=t&&iterate(t,r[a],{that:r,AS_ENTRIES:n}),r}))).prototype=s,s.constructor=c),(d||y)&&(l("delete"),l("has"),n&&l("get")),(y||p)&&l(a),o&&s.clear&&delete s.clear}return u[e]=c,_export({global:!0,forced:c!=i},u),setToStringTag(c,e),o||r.setStrong(c,e,n),c},defineProperty$9=objectDefineProperty.f,fastKey=internalMetadata.fastKey,setInternalState$9=internalState.set,internalStateGetterFor$1=internalState.getterFor,collectionStrong={getConstructor:function(e,t,r,n){var o=e((function(e,o){anInstance(e,a),setInternalState$9(e,{type:t,index:objectCreate$1(null),first:void 0,last:void 0,size:0}),descriptors||(e.size=0),null!=o&&iterate(o,e[n],{that:e,AS_ENTRIES:r})})),a=o.prototype,i=internalStateGetterFor$1(t),s=function(e,t,r){var n,o,a=i(e),s=c(e,t);return s?s.value=r:(a.last=s={index:o=fastKey(t,!0),key:t,value:r,previous:n=a.last,next:void 0,removed:!1},a.first||(a.first=s),n&&(n.next=s),descriptors?a.size++:e.size++,"F"!==o&&(a.index[o]=s)),e},c=function(e,t){var r,n=i(e),o=fastKey(t);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key==t)return r};return redefineAll(a,{clear:function(){for(var e=i(this),t=e.index,r=e.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete t[r.index],r=r.next;e.first=e.last=void 0,descriptors?e.size=0:this.size=0},delete:function(e){var t=this,r=i(t),n=c(t,e);if(n){var o=n.next,a=n.previous;delete r.index[n.index],n.removed=!0,a&&(a.next=o),o&&(o.previous=a),r.first==n&&(r.first=o),r.last==n&&(r.last=a),descriptors?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=i(this),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);t=t?t.next:r.first;)for(n(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!c(this,e)}}),redefineAll(a,r?{get:function(e){var t=c(this,e);return t&&t.value},set:function(e,t){return s(this,0===e?0:e,t)}}:{add:function(e){return s(this,e=0===e?0:e,e)}}),descriptors&&defineProperty$9(a,"size",{get:function(){return i(this).size}}),o},setStrong:function(e,t,r){var n=t+" Iterator",o=internalStateGetterFor$1(t),a=internalStateGetterFor$1(n);defineIterator(e,t,(function(e,t){setInternalState$9(this,{type:n,target:e,state:o(e),kind:t,last:void 0})}),(function(){for(var e=a(this),t=e.kind,r=e.last;r&&r.removed;)r=r.previous;return e.target&&(e.last=r=r?r.next:e.state.first)?"keys"==t?{value:r.key,done:!1}:"values"==t?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),setSpecies(t)}};collectionStrong.getConstructor,collectionStrong.setStrong,collection("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),collectionStrong);var log$7=Math.log,mathLog1p=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:log$7(1+e)},$acosh=Math.acosh,log$6=Math.log,sqrt$2=Math.sqrt,LN2$1=Math.LN2,FORCED$f=!$acosh||710!=Math.floor($acosh(Number.MAX_VALUE))||$acosh(1/0)!=1/0;_export({target:"Math",stat:!0,forced:FORCED$f},{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?log$6(e)+LN2$1:mathLog1p(e-1+sqrt$2(e-1)*sqrt$2(e+1))}});var $asinh=Math.asinh,log$5=Math.log,sqrt$1=Math.sqrt;function asinh(e){return isFinite(e=+e)&&0!=e?e<0?-asinh(-e):log$5(e+sqrt$1(e*e+1)):e}_export({target:"Math",stat:!0,forced:!($asinh&&1/$asinh(0)>0)},{asinh:asinh});var $atanh=Math.atanh,log$4=Math.log;_export({target:"Math",stat:!0,forced:!($atanh&&1/$atanh(-0)<0)},{atanh:function(e){return 0==(e=+e)?e:log$4((1+e)/(1-e))/2}});var mathSign=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1},abs$5=Math.abs,pow$3=Math.pow;_export({target:"Math",stat:!0},{cbrt:function(e){return mathSign(e=+e)*pow$3(abs$5(e),1/3)}});var floor$7=Math.floor,log$3=Math.log,LOG2E=Math.LOG2E;_export({target:"Math",stat:!0},{clz32:function(e){return(e>>>=0)?31-floor$7(log$3(e+.5)*LOG2E):32}});var $expm1=Math.expm1,exp$2=Math.exp,mathExpm1=!$expm1||$expm1(10)>22025.465794806718||$expm1(10)<22025.465794806718||-2e-17!=$expm1(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:exp$2(e)-1}:$expm1,$cosh=Math.cosh,abs$4=Math.abs,E$1=Math.E;_export({target:"Math",stat:!0,forced:!$cosh||$cosh(710)===1/0},{cosh:function(e){var t=mathExpm1(abs$4(e)-1)+1;return(t+1/(t*E$1*E$1))*(E$1/2)}}),_export({target:"Math",stat:!0,forced:mathExpm1!=Math.expm1},{expm1:mathExpm1});var abs$3=Math.abs,pow$2=Math.pow,EPSILON=pow$2(2,-52),EPSILON32=pow$2(2,-23),MAX32=pow$2(2,127)*(2-EPSILON32),MIN32=pow$2(2,-126),roundTiesToEven=function(e){return e+1/EPSILON-1/EPSILON},mathFround=Math.fround||function(e){var t,r,n=abs$3(e),o=mathSign(e);return nMAX32||r!=r?o*(1/0):o*r};_export({target:"Math",stat:!0},{fround:mathFround});var $hypot=Math.hypot,abs$2=Math.abs,sqrt=Math.sqrt,BUGGY=!!$hypot&&$hypot(1/0,NaN)!==1/0;_export({target:"Math",stat:!0,forced:BUGGY},{hypot:function(e,t){for(var r,n,o=0,a=0,i=arguments.length,s=0;a0?(n=r/s)*n:r;return s===1/0?1/0:s*sqrt(o)}});var $imul=Math.imul,FORCED$e=fails((function(){return-5!=$imul(4294967295,5)||2!=$imul.length}));_export({target:"Math",stat:!0,forced:FORCED$e},{imul:function(e,t){var r=65535,n=+e,o=+t,a=r&n,i=r&o;return 0|a*i+((r&n>>>16)*i+a*(r&o>>>16)<<16>>>0)}});var log$2=Math.log,LOG10E=Math.LOG10E,mathLog10=Math.log10||function(e){return log$2(e)*LOG10E};_export({target:"Math",stat:!0},{log10:mathLog10}),_export({target:"Math",stat:!0},{log1p:mathLog1p});var log$1=Math.log,LN2=Math.LN2;_export({target:"Math",stat:!0},{log2:function(e){return log$1(e)/LN2}}),_export({target:"Math",stat:!0},{sign:mathSign});var abs$1=Math.abs,exp$1=Math.exp,E=Math.E,FORCED$d=fails((function(){return-2e-17!=Math.sinh(-2e-17)}));_export({target:"Math",stat:!0,forced:FORCED$d},{sinh:function(e){return abs$1(e=+e)<1?(mathExpm1(e)-mathExpm1(-e))/2:(exp$1(e-1)-exp$1(-e-1))*(E/2)}});var exp=Math.exp;_export({target:"Math",stat:!0},{tanh:function(e){var t=mathExpm1(e=+e),r=mathExpm1(-e);return t==1/0?1:r==1/0?-1:(t-r)/(exp(e)+exp(-e))}}),setToStringTag(Math,"Math",!0);var ceil$1=Math.ceil,floor$6=Math.floor;_export({target:"Math",stat:!0},{trunc:function(e){return(e>0?floor$6:ceil$1)(e)}});var thisNumberValue=functionUncurryThis(1..valueOf),whitespaces="\t\n\v\f\r                 \u2028\u2029\ufeff",replace$8=functionUncurryThis("".replace),whitespace="["+whitespaces+"]",ltrim=RegExp("^"+whitespace+whitespace+"*"),rtrim=RegExp(whitespace+whitespace+"*$"),createMethod$3=function(e){return function(t){var r=toString_1(requireObjectCoercible(t));return 1&e&&(r=replace$8(r,ltrim,"")),2&e&&(r=replace$8(r,rtrim,"")),r}},stringTrim={start:createMethod$3(1),end:createMethod$3(2),trim:createMethod$3(3)},getOwnPropertyNames$2=objectGetOwnPropertyNames.f,getOwnPropertyDescriptor$6=objectGetOwnPropertyDescriptor.f,defineProperty$8=objectDefineProperty.f,trim$2=stringTrim.trim,NUMBER="Number",NativeNumber=global_1[NUMBER],NumberPrototype=NativeNumber.prototype,TypeError$h=global_1.TypeError,arraySlice=functionUncurryThis("".slice),charCodeAt$2=functionUncurryThis("".charCodeAt),toNumeric=function(e){var t=toPrimitive(e,"number");return"bigint"==typeof t?t:toNumber$1(t)},toNumber$1=function(e){var t,r,n,o,a,i,s,c,u=toPrimitive(e,"number");if(isSymbol(u))throw TypeError$h("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=trim$2(u),43===(t=charCodeAt$2(u,0))||45===t){if(88===(r=charCodeAt$2(u,2))||120===r)return NaN}else if(48===t){switch(charCodeAt$2(u,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+u}for(i=(a=arraySlice(u,2)).length,s=0;so)return NaN;return parseInt(a,n)}return+u};if(isForced_1(NUMBER,!NativeNumber(" 0o1")||!NativeNumber("0b1")||NativeNumber("+0x1"))){for(var NumberWrapper=function(e){var t=arguments.length<1?0:NativeNumber(toNumeric(e)),r=this;return objectIsPrototypeOf(NumberPrototype,r)&&fails((function(){thisNumberValue(r)}))?inheritIfRequired(Object(t),r,NumberWrapper):t},keys$2=descriptors?getOwnPropertyNames$2(NativeNumber):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),j=0,key;keys$2.length>j;j++)hasOwnProperty_1(NativeNumber,key=keys$2[j])&&!hasOwnProperty_1(NumberWrapper,key)&&defineProperty$8(NumberWrapper,key,getOwnPropertyDescriptor$6(NativeNumber,key));NumberWrapper.prototype=NumberPrototype,NumberPrototype.constructor=NumberWrapper,redefine(global_1,NUMBER,NumberWrapper)}_export({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)});var globalIsFinite=global_1.isFinite,numberIsFinite=Number.isFinite||function(e){return"number"==typeof e&&globalIsFinite(e)};_export({target:"Number",stat:!0},{isFinite:numberIsFinite});var floor$5=Math.floor,isIntegralNumber=Number.isInteger||function(e){return!isObject$2(e)&&isFinite(e)&&floor$5(e)===e};_export({target:"Number",stat:!0},{isInteger:isIntegralNumber}),_export({target:"Number",stat:!0},{isNaN:function(e){return e!=e}});var abs=Math.abs;_export({target:"Number",stat:!0},{isSafeInteger:function(e){return isIntegralNumber(e)&&abs(e)<=9007199254740991}}),_export({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991}),_export({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991});var trim$1=stringTrim.trim,charAt$b=functionUncurryThis("".charAt),n$ParseFloat=global_1.parseFloat,Symbol$3=global_1.Symbol,ITERATOR$5=Symbol$3&&Symbol$3.iterator,FORCED$c=1/n$ParseFloat(whitespaces+"-0")!=-1/0||ITERATOR$5&&!fails((function(){n$ParseFloat(Object(ITERATOR$5))})),numberParseFloat=FORCED$c?function(e){var t=trim$1(toString_1(e)),r=n$ParseFloat(t);return 0===r&&"-"==charAt$b(t,0)?-0:r}:n$ParseFloat;_export({target:"Number",stat:!0,forced:Number.parseFloat!=numberParseFloat},{parseFloat:numberParseFloat});var trim=stringTrim.trim,$parseInt=global_1.parseInt,Symbol$2=global_1.Symbol,ITERATOR$4=Symbol$2&&Symbol$2.iterator,hex=/^[+-]?0x/i,exec$5=functionUncurryThis(hex.exec),FORCED$b=8!==$parseInt(whitespaces+"08")||22!==$parseInt(whitespaces+"0x16")||ITERATOR$4&&!fails((function(){$parseInt(Object(ITERATOR$4))})),numberParseInt=FORCED$b?function(e,t){var r=trim(toString_1(e));return $parseInt(r,t>>>0||(exec$5(hex,r)?16:10))}:$parseInt;_export({target:"Number",stat:!0,forced:Number.parseInt!=numberParseInt},{parseInt:numberParseInt});var RangeError$7=global_1.RangeError,stringRepeat=function(e){var t=toString_1(requireObjectCoercible(this)),r="",n=toIntegerOrInfinity(e);if(n<0||n==1/0)throw RangeError$7("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(t+=t))1&n&&(r+=t);return r},RangeError$6=global_1.RangeError,String$2=global_1.String,floor$4=Math.floor,repeat$1=functionUncurryThis(stringRepeat),stringSlice$c=functionUncurryThis("".slice),un$ToFixed=functionUncurryThis(1..toFixed),pow$1=function(e,t,r){return 0===t?r:t%2==1?pow$1(e,t-1,r*e):pow$1(e*e,t/2,r)},log=function(e){for(var t=0,r=e;r>=4096;)t+=12,r/=4096;for(;r>=2;)t+=1,r/=2;return t},multiply=function(e,t,r){for(var n=-1,o=r;++n<6;)o+=t*e[n],e[n]=o%1e7,o=floor$4(o/1e7)},divide=function(e,t){for(var r=6,n=0;--r>=0;)n+=e[r],e[r]=floor$4(n/t),n=n%t*1e7},dataToString=function(e){for(var t=6,r="";--t>=0;)if(""!==r||0===t||0!==e[t]){var n=String$2(e[t]);r=""===r?n:r+repeat$1("0",7-n.length)+n}return r},FORCED$a=fails((function(){return"0.000"!==un$ToFixed(8e-5,3)||"1"!==un$ToFixed(.9,0)||"1.25"!==un$ToFixed(1.255,2)||"1000000000000000128"!==un$ToFixed(0xde0b6b3a7640080,0)}))||!fails((function(){un$ToFixed({})}));_export({target:"Number",proto:!0,forced:FORCED$a},{toFixed:function(e){var t,r,n,o,a=thisNumberValue(this),i=toIntegerOrInfinity(e),s=[0,0,0,0,0,0],c="",u="0";if(i<0||i>20)throw RangeError$6("Incorrect fraction digits");if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return String$2(a);if(a<0&&(c="-",a=-a),a>1e-21)if(r=(t=log(a*pow$1(2,69,1))-69)<0?a*pow$1(2,-t,1):a/pow$1(2,t,1),r*=4503599627370496,(t=52-t)>0){for(multiply(s,0,r),n=i;n>=7;)multiply(s,1e7,0),n-=7;for(multiply(s,pow$1(10,n,1),0),n=t-1;n>=23;)divide(s,1<<23),n-=23;divide(s,1<0?c+((o=u.length)<=i?"0."+repeat$1("0",i-o)+u:stringSlice$c(u,0,o-i)+"."+stringSlice$c(u,o-i)):c+u}});var $assign=Object.assign,defineProperty$7=Object.defineProperty,concat$4=functionUncurryThis([].concat),objectAssign=!$assign||fails((function(){if(descriptors&&1!==$assign({b:1},$assign(defineProperty$7({},"a",{enumerable:!0,get:function(){defineProperty$7(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol(),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!=$assign({},e)[r]||objectKeys($assign({},t)).join("")!=n}))?function(e,t){for(var r=toObject$1(e),n=arguments.length,o=1,a=objectGetOwnPropertySymbols.f,i=objectPropertyIsEnumerable.f;n>o;)for(var s,c=indexedObject(arguments[o++]),u=a?concat$4(objectKeys(c),a(c)):objectKeys(c),l=u.length,f=0;l>f;)s=u[f++],descriptors&&!functionCall(i,c,s)||(r[s]=c[s]);return r}:$assign;_export({target:"Object",stat:!0,forced:Object.assign!==objectAssign},{assign:objectAssign});var objectPrototypeAccessorsForced=!fails((function(){if(!(engineWebkitVersion&&engineWebkitVersion<535)){var e=Math.random();__defineSetter__.call(null,e,(function(){})),delete global_1[e]}}));descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineGetter__:function(e,t){objectDefineProperty.f(toObject$1(this),e,{get:aCallable(t),enumerable:!0,configurable:!0})}});var defineProperties$1=objectDefineProperties.f;_export({target:"Object",stat:!0,forced:Object.defineProperties!==defineProperties$1,sham:!descriptors},{defineProperties:defineProperties$1});var defineProperty$6=objectDefineProperty.f;_export({target:"Object",stat:!0,forced:Object.defineProperty!==defineProperty$6,sham:!descriptors},{defineProperty:defineProperty$6}),descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineSetter__:function(e,t){objectDefineProperty.f(toObject$1(this),e,{set:aCallable(t),enumerable:!0,configurable:!0})}});var $propertyIsEnumerable=objectPropertyIsEnumerable.f,propertyIsEnumerable$1=functionUncurryThis($propertyIsEnumerable),push$d=functionUncurryThis([].push),createMethod$2=function(e){return function(t){for(var r,n=toIndexedObject(t),o=objectKeys(n),a=o.length,i=0,s=[];a>i;)r=o[i++],descriptors&&!propertyIsEnumerable$1(n,r)||push$d(s,e?[r,n[r]]:n[r]);return s}},objectToArray={entries:createMethod$2(!0),values:createMethod$2(!1)},$entries=objectToArray.entries;_export({target:"Object",stat:!0},{entries:function(e){return $entries(e)}});var onFreeze$2=internalMetadata.onFreeze,$freeze=Object.freeze,FAILS_ON_PRIMITIVES$8=fails((function(){$freeze(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$8,sham:!freezing},{freeze:function(e){return $freeze&&isObject$2(e)?$freeze(onFreeze$2(e)):e}}),_export({target:"Object",stat:!0},{fromEntries:function(e){var t={};return iterate(e,(function(e,r){createProperty(t,e,r)}),{AS_ENTRIES:!0}),t}});var nativeGetOwnPropertyDescriptor=objectGetOwnPropertyDescriptor.f,FAILS_ON_PRIMITIVES$7=fails((function(){nativeGetOwnPropertyDescriptor(1)})),FORCED$9=!descriptors||FAILS_ON_PRIMITIVES$7;_export({target:"Object",stat:!0,forced:FORCED$9,sham:!descriptors},{getOwnPropertyDescriptor:function(e,t){return nativeGetOwnPropertyDescriptor(toIndexedObject(e),t)}}),_export({target:"Object",stat:!0,sham:!descriptors},{getOwnPropertyDescriptors:function(e){for(var t,r,n=toIndexedObject(e),o=objectGetOwnPropertyDescriptor.f,a=ownKeys(n),i={},s=0;a.length>s;)void 0!==(r=o(n,t=a[s++]))&&createProperty(i,t,r);return i}});var getOwnPropertyNames$1=objectGetOwnPropertyNamesExternal.f,FAILS_ON_PRIMITIVES$6=fails((function(){return!Object.getOwnPropertyNames(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$6},{getOwnPropertyNames:getOwnPropertyNames$1});var FAILS_ON_PRIMITIVES$5=fails((function(){objectGetPrototypeOf(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$5,sham:!correctPrototypeGetter},{getPrototypeOf:function(e){return objectGetPrototypeOf(toObject$1(e))}});var sameValue=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};_export({target:"Object",stat:!0},{is:sameValue}),_export({target:"Object",stat:!0,forced:Object.isExtensible!==objectIsExtensible},{isExtensible:objectIsExtensible});var $isFrozen=Object.isFrozen,FAILS_ON_PRIMITIVES$4=fails((function(){$isFrozen(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$4||arrayBufferNonExtensible},{isFrozen:function(e){return!isObject$2(e)||(!(!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))||!!$isFrozen&&$isFrozen(e))}});var $isSealed=Object.isSealed,FAILS_ON_PRIMITIVES$3=fails((function(){$isSealed(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$3||arrayBufferNonExtensible},{isSealed:function(e){return!isObject$2(e)||(!(!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))||!!$isSealed&&$isSealed(e))}});var FAILS_ON_PRIMITIVES$2=fails((function(){objectKeys(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$2},{keys:function(e){return objectKeys(toObject$1(e))}});var getOwnPropertyDescriptor$5=objectGetOwnPropertyDescriptor.f;descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__lookupGetter__:function(e){var t,r=toObject$1(this),n=toPropertyKey(e);do{if(t=getOwnPropertyDescriptor$5(r,n))return t.get}while(r=objectGetPrototypeOf(r))}});var getOwnPropertyDescriptor$4=objectGetOwnPropertyDescriptor.f;descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__lookupSetter__:function(e){var t,r=toObject$1(this),n=toPropertyKey(e);do{if(t=getOwnPropertyDescriptor$4(r,n))return t.set}while(r=objectGetPrototypeOf(r))}});var onFreeze$1=internalMetadata.onFreeze,$preventExtensions=Object.preventExtensions,FAILS_ON_PRIMITIVES$1=fails((function(){$preventExtensions(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$1,sham:!freezing},{preventExtensions:function(e){return $preventExtensions&&isObject$2(e)?$preventExtensions(onFreeze$1(e)):e}});var onFreeze=internalMetadata.onFreeze,$seal=Object.seal,FAILS_ON_PRIMITIVES=fails((function(){$seal(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES,sham:!freezing},{seal:function(e){return $seal&&isObject$2(e)?$seal(onFreeze(e)):e}}),_export({target:"Object",stat:!0},{setPrototypeOf:objectSetPrototypeOf});var objectToString$1=toStringTagSupport?{}.toString:function(){return"[object "+classof(this)+"]"};toStringTagSupport||redefine(Object.prototype,"toString",objectToString$1,{unsafe:!0});var $values=objectToArray.values;_export({target:"Object",stat:!0},{values:function(e){return $values(e)}}),_export({global:!0,forced:parseFloat!=numberParseFloat},{parseFloat:numberParseFloat}),_export({global:!0,forced:parseInt!=numberParseInt},{parseInt:numberParseInt});var nativePromiseConstructor=global_1.Promise,TypeError$g=global_1.TypeError,aConstructor=function(e){if(isConstructor(e))return e;throw TypeError$g(tryToString(e)+" is not a constructor")},SPECIES$2=wellKnownSymbol("species"),speciesConstructor=function(e,t){var r,n=anObject(e).constructor;return void 0===n||null==(r=anObject(n)[SPECIES$2])?t:aConstructor(r)},TypeError$f=global_1.TypeError,validateArgumentsLength=function(e,t){if(e=51&&/native code/.test(e))return!1;var r=new PromiseConstructor((function(e){e(1)})),n=function(e){e((function(){}),(function(){}))};return(r.constructor={})[SPECIES$1]=n,!(SUBCLASSING=r.then((function(){}))instanceof n)||!t&&engineIsBrowser&&!NATIVE_REJECTION_EVENT})),INCORRECT_ITERATION=FORCED$8||!checkCorrectnessOfIteration((function(e){PromiseConstructor.all(e).catch((function(){}))})),isThenable=function(e){var t;return!(!isObject$2(e)||!isCallable(t=e.then))&&t},callReaction=function(e,t){var r,n,o,a=t.value,i=t.state==FULFILLED,s=i?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{s?(i||(t.rejection===UNHANDLED&&onHandleUnhandled(t),t.rejection=HANDLED),!0===s?r=a:(l&&l.enter(),r=s(a),l&&(l.exit(),o=!0)),r===e.promise?u(TypeError$e("Promise-chain cycle")):(n=isThenable(r))?functionCall(n,r,c,u):c(r)):u(a)}catch(e){l&&!o&&l.exit(),u(e)}},notify=function(e,t){e.notified||(e.notified=!0,microtask((function(){for(var r,n=e.reactions;r=n.get();)callReaction(r,e);e.notified=!1,t&&!e.rejection&&onUnhandled(e)})))},dispatchEvent=function(e,t,r){var n,o;DISPATCH_EVENT?((n=document$1.createEvent("Event")).promise=t,n.reason=r,n.initEvent(e,!1,!0),global_1.dispatchEvent(n)):n={promise:t,reason:r},!NATIVE_REJECTION_EVENT&&(o=global_1["on"+e])?o(n):e===UNHANDLED_REJECTION&&hostReportErrors("Unhandled promise rejection",r)},onUnhandled=function(e){functionCall(task,global_1,(function(){var t,r=e.facade,n=e.value;if(isUnhandled(e)&&(t=perform((function(){engineIsNode?process$1.emit("unhandledRejection",n,r):dispatchEvent(UNHANDLED_REJECTION,r,n)})),e.rejection=engineIsNode||isUnhandled(e)?UNHANDLED:HANDLED,t.error))throw t.value}))},isUnhandled=function(e){return e.rejection!==HANDLED&&!e.parent},onHandleUnhandled=function(e){functionCall(task,global_1,(function(){var t=e.facade;engineIsNode?process$1.emit("rejectionHandled",t):dispatchEvent(REJECTION_HANDLED,t,e.value)}))},bind$1=function(e,t,r){return function(n){e(t,n,r)}},internalReject=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=REJECTED,notify(e,!0))},internalResolve=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw TypeError$e("Promise can't be resolved itself");var n=isThenable(t);n?microtask((function(){var r={done:!1};try{functionCall(n,t,bind$1(internalResolve,r,e),bind$1(internalReject,r,e))}catch(t){internalReject(r,t,e)}})):(e.value=t,e.state=FULFILLED,notify(e,!1))}catch(t){internalReject({done:!1},t,e)}}};if(FORCED$8&&(PromiseConstructor=function(e){anInstance(this,PromisePrototype),aCallable(e),functionCall(Internal,this);var t=getInternalState$5(this);try{e(bind$1(internalResolve,t),bind$1(internalReject,t))}catch(e){internalReject(t,e)}},PromisePrototype=PromiseConstructor.prototype,Internal=function(e){setInternalState$8(this,{type:PROMISE,done:!1,notified:!1,parent:!1,reactions:new queue$1,rejection:!1,state:PENDING,value:void 0})},Internal.prototype=redefineAll(PromisePrototype,{then:function(e,t){var r=getInternalPromiseState(this),n=newPromiseCapability(speciesConstructor(this,PromiseConstructor));return r.parent=!0,n.ok=!isCallable(e)||e,n.fail=isCallable(t)&&t,n.domain=engineIsNode?process$1.domain:void 0,r.state==PENDING?r.reactions.add(n):microtask((function(){callReaction(n,r)})),n.promise},catch:function(e){return this.then(void 0,e)}}),OwnPromiseCapability=function(){var e=new Internal,t=getInternalState$5(e);this.promise=e,this.resolve=bind$1(internalResolve,t),this.reject=bind$1(internalReject,t)},newPromiseCapability$1.f=newPromiseCapability=function(e){return e===PromiseConstructor||e===PromiseWrapper?new OwnPromiseCapability(e):newGenericPromiseCapability(e)},isCallable(nativePromiseConstructor)&&NativePromisePrototype!==Object.prototype)){nativeThen=NativePromisePrototype.then,SUBCLASSING||(redefine(NativePromisePrototype,"then",(function(e,t){var r=this;return new PromiseConstructor((function(e,t){functionCall(nativeThen,r,e,t)})).then(e,t)}),{unsafe:!0}),redefine(NativePromisePrototype,"catch",PromisePrototype.catch,{unsafe:!0}));try{delete NativePromisePrototype.constructor}catch(e){}objectSetPrototypeOf&&objectSetPrototypeOf(NativePromisePrototype,PromisePrototype)}_export({global:!0,wrap:!0,forced:FORCED$8},{Promise:PromiseConstructor}),setToStringTag(PromiseConstructor,PROMISE,!1),setSpecies(PROMISE),PromiseWrapper=getBuiltIn(PROMISE),_export({target:PROMISE,stat:!0,forced:FORCED$8},{reject:function(e){var t=newPromiseCapability(this);return functionCall(t.reject,void 0,e),t.promise}}),_export({target:PROMISE,stat:!0,forced:FORCED$8},{resolve:function(e){return promiseResolve(this,e)}}),_export({target:PROMISE,stat:!0,forced:INCORRECT_ITERATION},{all:function(e){var t=this,r=newPromiseCapability(t),n=r.resolve,o=r.reject,a=perform((function(){var r=aCallable(t.resolve),a=[],i=0,s=1;iterate(e,(function(e){var c=i++,u=!1;s++,functionCall(r,t,e).then((function(e){u||(u=!0,a[c]=e,--s||n(a))}),o)})),--s||n(a)}));return a.error&&o(a.value),r.promise},race:function(e){var t=this,r=newPromiseCapability(t),n=r.reject,o=perform((function(){var o=aCallable(t.resolve);iterate(e,(function(e){functionCall(o,t,e).then(r.resolve,n)}))}));return o.error&&n(o.value),r.promise}});var NON_GENERIC=!!nativePromiseConstructor&&fails((function(){nativePromiseConstructor.prototype.finally.call({then:function(){}},(function(){}))}));if(_export({target:"Promise",proto:!0,real:!0,forced:NON_GENERIC},{finally:function(e){var t=speciesConstructor(this,getBuiltIn("Promise")),r=isCallable(e);return this.then(r?function(r){return promiseResolve(t,e()).then((function(){return r}))}:e,r?function(r){return promiseResolve(t,e()).then((function(){throw r}))}:e)}}),isCallable(nativePromiseConstructor)){var method=getBuiltIn("Promise").prototype.finally;nativePromiseConstructor.prototype.finally!==method&&redefine(nativePromiseConstructor.prototype,"finally",method,{unsafe:!0})}var OPTIONAL_ARGUMENTS_LIST=!fails((function(){Reflect.apply((function(){}))}));_export({target:"Reflect",stat:!0,forced:OPTIONAL_ARGUMENTS_LIST},{apply:function(e,t,r){return functionApply(aCallable(e),t,anObject(r))}});var Function$1=global_1.Function,concat$3=functionUncurryThis([].concat),join$6=functionUncurryThis([].join),factories={},construct=function(e,t,r){if(!hasOwnProperty_1(factories,t)){for(var n=[],o=0;ob)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$c")})),defineProperty$5=objectDefineProperty.f,getOwnPropertyNames=objectGetOwnPropertyNames.f,enforceInternalState$1=internalState.enforce,MATCH$1=wellKnownSymbol("match"),NativeRegExp=global_1.RegExp,RegExpPrototype$5=NativeRegExp.prototype,SyntaxError$1=global_1.SyntaxError,getFlags$3=functionUncurryThis(regexpFlags),exec$4=functionUncurryThis(RegExpPrototype$5.exec),charAt$a=functionUncurryThis("".charAt),replace$7=functionUncurryThis("".replace),stringIndexOf$4=functionUncurryThis("".indexOf),stringSlice$b=functionUncurryThis("".slice),IS_NCG=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,re1=/a/g,re2=/a/g,CORRECT_NEW=new NativeRegExp(re1)!==re1,MISSED_STICKY=regexpStickyHelpers.MISSED_STICKY,UNSUPPORTED_Y$2=regexpStickyHelpers.UNSUPPORTED_Y,BASE_FORCED=descriptors&&(!CORRECT_NEW||MISSED_STICKY||regexpUnsupportedDotAll||regexpUnsupportedNcg||fails((function(){return re2[MATCH$1]=!1,NativeRegExp(re1)!=re1||NativeRegExp(re2)==re2||"/a/i"!=NativeRegExp(re1,"i")}))),handleDotAll=function(e){for(var t,r=e.length,n=0,o="",a=!1;n<=r;n++)"\\"!==(t=charAt$a(e,n))?a||"."!==t?("["===t?a=!0:"]"===t&&(a=!1),o+=t):o+="[\\s\\S]":o+=t+charAt$a(e,++n);return o},handleNCG=function(e){for(var t,r=e.length,n=0,o="",a=[],i={},s=!1,c=!1,u=0,l="";n<=r;n++){if("\\"===(t=charAt$a(e,n)))t+=charAt$a(e,++n);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:exec$4(IS_NCG,stringSlice$b(e,n+1))&&(n+=2,c=!0),o+=t,u++;continue;case">"===t&&c:if(""===l||hasOwnProperty_1(i,l))throw new SyntaxError$1("Invalid capture group name");i[l]=!0,a[a.length]=[l,u],c=!1,l="";continue}c?l+=t:o+=t}return[o,a]};if(isForced_1("RegExp",BASE_FORCED)){for(var RegExpWrapper=function(e,t){var r,n,o,a,i,s,c=objectIsPrototypeOf(RegExpPrototype$5,this),u=isRegexp(e),l=void 0===t,f=[],p=e;if(!c&&u&&l&&e.constructor===RegExpWrapper)return e;if((u||objectIsPrototypeOf(RegExpPrototype$5,e))&&(e=e.source,l&&(t="flags"in p?p.flags:getFlags$3(p))),e=void 0===e?"":toString_1(e),t=void 0===t?"":toString_1(t),p=e,regexpUnsupportedDotAll&&"dotAll"in re1&&(n=!!t&&stringIndexOf$4(t,"s")>-1)&&(t=replace$7(t,/s/g,"")),r=t,MISSED_STICKY&&"sticky"in re1&&(o=!!t&&stringIndexOf$4(t,"y")>-1)&&UNSUPPORTED_Y$2&&(t=replace$7(t,/y/g,"")),regexpUnsupportedNcg&&(e=(a=handleNCG(e))[0],f=a[1]),i=inheritIfRequired(NativeRegExp(e,t),c?this:RegExpPrototype$5,RegExpWrapper),(n||o||f.length)&&(s=enforceInternalState$1(i),n&&(s.dotAll=!0,s.raw=RegExpWrapper(handleDotAll(e),r)),o&&(s.sticky=!0),f.length&&(s.groups=f)),e!==p)try{createNonEnumerableProperty(i,"source",""===p?"(?:)":p)}catch(e){}return i},proxy$1=function(e){e in RegExpWrapper||defineProperty$5(RegExpWrapper,e,{configurable:!0,get:function(){return NativeRegExp[e]},set:function(t){NativeRegExp[e]=t}})},keys$1=getOwnPropertyNames(NativeRegExp),index$1=0;keys$1.length>index$1;)proxy$1(keys$1[index$1++]);RegExpPrototype$5.constructor=RegExpWrapper,RegExpWrapper.prototype=RegExpPrototype$5,redefine(global_1,"RegExp",RegExpWrapper)}setSpecies("RegExp");var getInternalState$4=internalState.get,nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt$9=functionUncurryThis("".charAt),indexOf$1=functionUncurryThis("".indexOf),replace$6=functionUncurryThis("".replace),stringSlice$a=functionUncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var e=/a/,t=/b*/g;return functionCall(nativeExec,e,"a"),functionCall(nativeExec,t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),UNSUPPORTED_Y$1=regexpStickyHelpers.BROKEN_CARET,NPCG_INCLUDED=void 0!==/()??/.exec("")[1],PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y$1||regexpUnsupportedDotAll||regexpUnsupportedNcg;PATCH&&(patchedExec=function(e){var t,r,n,o,a,i,s,c=this,u=getInternalState$4(c),l=toString_1(e),f=u.raw;if(f)return f.lastIndex=c.lastIndex,t=functionCall(patchedExec,f,l),c.lastIndex=f.lastIndex,t;var p=u.groups,d=UNSUPPORTED_Y$1&&c.sticky,h=functionCall(regexpFlags,c),y=c.source,g=0,v=l;if(d&&(h=replace$6(h,"y",""),-1===indexOf$1(h,"g")&&(h+="g"),v=stringSlice$a(l,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==charAt$9(l,c.lastIndex-1))&&(y="(?: "+y+")",v=" "+v,g++),r=new RegExp("^(?:"+y+")",h)),NPCG_INCLUDED&&(r=new RegExp("^"+y+"$(?!\\s)",h)),UPDATES_LAST_INDEX_WRONG&&(n=c.lastIndex),o=functionCall(nativeExec,d?r:c,v),d?o?(o.input=stringSlice$a(o.input,g),o[0]=stringSlice$a(o[0],g),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&o&&(c.lastIndex=c.global?o.index+o[0].length:n),NPCG_INCLUDED&&o&&o.length>1&&functionCall(nativeReplace,o[0],r,(function(){for(a=1;a=s?e?"":void 0:(n=charCodeAt$1(a,i))<55296||n>56319||i+1===s||(o=charCodeAt$1(a,i+1))<56320||o>57343?e?charAt$8(a,i):n:e?stringSlice$9(a,i,i+2):o-56320+(n-55296<<10)+65536}},stringMultibyte={codeAt:createMethod$1(!1),charAt:createMethod$1(!0)},codeAt$2=stringMultibyte.codeAt;_export({target:"String",proto:!0},{codePointAt:function(e){return codeAt$2(this,e)}});var TypeError$d=global_1.TypeError,notARegexp=function(e){if(isRegexp(e))throw TypeError$d("The method doesn't accept regular expressions");return e},MATCH=wellKnownSymbol("match"),correctIsRegexpLogic=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[MATCH]=!1,"/./"[e](t)}catch(e){}}return!1},getOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f,un$EndsWith=functionUncurryThis("".endsWith),slice=functionUncurryThis("".slice),min$4=Math.min,CORRECT_IS_REGEXP_LOGIC$1=correctIsRegexpLogic("endsWith"),MDN_POLYFILL_BUG$1=!(CORRECT_IS_REGEXP_LOGIC$1||(descriptor=getOwnPropertyDescriptor$1(String.prototype,"endsWith"),!descriptor||descriptor.writable)),descriptor;_export({target:"String",proto:!0,forced:!MDN_POLYFILL_BUG$1&&!CORRECT_IS_REGEXP_LOGIC$1},{endsWith:function(e){var t=toString_1(requireObjectCoercible(this));notARegexp(e);var r=arguments.length>1?arguments[1]:void 0,n=t.length,o=void 0===r?n:min$4(toLength(r),n),a=toString_1(e);return un$EndsWith?un$EndsWith(t,a,o):slice(t,o-a.length,o)===a}});var RangeError$5=global_1.RangeError,fromCharCode$1=String.fromCharCode,$fromCodePoint=String.fromCodePoint,join$5=functionUncurryThis([].join),INCORRECT_LENGTH=!!$fromCodePoint&&1!=$fromCodePoint.length;_export({target:"String",stat:!0,forced:INCORRECT_LENGTH},{fromCodePoint:function(e){for(var t,r=[],n=arguments.length,o=0;n>o;){if(t=+arguments[o++],toAbsoluteIndex(t,1114111)!==t)throw RangeError$5(t+" is not a valid code point");r[o]=t<65536?fromCharCode$1(t):fromCharCode$1(55296+((t-=65536)>>10),t%1024+56320)}return join$5(r,"")}});var stringIndexOf$3=functionUncurryThis("".indexOf);_export({target:"String",proto:!0,forced:!correctIsRegexpLogic("includes")},{includes:function(e){return!!~stringIndexOf$3(toString_1(requireObjectCoercible(this)),toString_1(notARegexp(e)),arguments.length>1?arguments[1]:void 0)}});var charAt$7=stringMultibyte.charAt,STRING_ITERATOR$1="String Iterator",setInternalState$7=internalState.set,getInternalState$3=internalState.getterFor(STRING_ITERATOR$1);defineIterator(String,"String",(function(e){setInternalState$7(this,{type:STRING_ITERATOR$1,string:toString_1(e),index:0})}),(function(){var e,t=getInternalState$3(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=charAt$7(r,n),t.index+=e.length,{value:e,done:!1})}));var SPECIES=wellKnownSymbol("species"),RegExpPrototype$2=RegExp.prototype,fixRegexpWellKnownSymbolLogic=function(e,t,r,n){var o=wellKnownSymbol(e),a=!fails((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),i=a&&!fails((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[SPECIES]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!a||!i||r){var s=functionUncurryThis(/./[o]),c=t(o,""[e],(function(e,t,r,n,o){var i=functionUncurryThis(e),c=t.exec;return c===regexpExec||c===RegExpPrototype$2.exec?a&&!o?{done:!0,value:s(t,r,n)}:{done:!0,value:i(r,t,n)}:{done:!1}}));redefine(String.prototype,e,c[0]),redefine(RegExpPrototype$2,o,c[1])}n&&createNonEnumerableProperty(RegExpPrototype$2[o],"sham",!0)},charAt$6=stringMultibyte.charAt,advanceStringIndex=function(e,t,r){return t+(r?charAt$6(e,t).length:1)},TypeError$c=global_1.TypeError,regexpExecAbstract=function(e,t){var r=e.exec;if(isCallable(r)){var n=functionCall(r,e,t);return null!==n&&anObject(n),n}if("RegExp"===classofRaw(e))return functionCall(regexpExec,e,t);throw TypeError$c("RegExp#exec called on incompatible receiver")};fixRegexpWellKnownSymbolLogic("match",(function(e,t,r){return[function(t){var r=requireObjectCoercible(this),n=null==t?void 0:getMethod(t,e);return n?functionCall(n,t,r):new RegExp(t)[e](toString_1(r))},function(e){var n=anObject(this),o=toString_1(e),a=r(t,n,o);if(a.done)return a.value;if(!n.global)return regexpExecAbstract(n,o);var i=n.unicode;n.lastIndex=0;for(var s,c=[],u=0;null!==(s=regexpExecAbstract(n,o));){var l=toString_1(s[0]);c[u]=l,""===l&&(n.lastIndex=advanceStringIndex(o,toLength(n.lastIndex),i)),u++}return 0===u?null:c}]}));var repeat=functionUncurryThis(stringRepeat),stringSlice$8=functionUncurryThis("".slice),ceil=Math.ceil,createMethod=function(e){return function(t,r,n){var o,a,i=toString_1(requireObjectCoercible(t)),s=toLength(r),c=i.length,u=void 0===n?" ":toString_1(n);return s<=c||""==u?i:((a=repeat(u,ceil((o=s-c)/u.length))).length>o&&(a=stringSlice$8(a,0,o)),e?i+a:a+i)}},stringPad={start:createMethod(!1),end:createMethod(!0)},stringPadWebkitBug=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(engineUserAgent),$padEnd=stringPad.end;_export({target:"String",proto:!0,forced:stringPadWebkitBug},{padEnd:function(e){return $padEnd(this,e,arguments.length>1?arguments[1]:void 0)}});var $padStart=stringPad.start;_export({target:"String",proto:!0,forced:stringPadWebkitBug},{padStart:function(e){return $padStart(this,e,arguments.length>1?arguments[1]:void 0)}});var push$b=functionUncurryThis([].push),join$4=functionUncurryThis([].join);_export({target:"String",stat:!0},{raw:function(e){for(var t=toIndexedObject(toObject$1(e).raw),r=lengthOfArrayLike(t),n=arguments.length,o=[],a=0;r>a;){if(push$b(o,toString_1(t[a++])),a===r)return join$4(o,"");a]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g,getSubstitution=function(e,t,r,n,o,a){var i=r+e.length,s=n.length,c=SUBSTITUTION_SYMBOLS_NO_NAMED;return void 0!==o&&(o=toObject$1(o),c=SUBSTITUTION_SYMBOLS),replace$5(a,c,(function(a,c){var u;switch(charAt$5(c,0)){case"$":return"$";case"&":return e;case"`":return stringSlice$7(t,0,r);case"'":return stringSlice$7(t,i);case"<":u=o[stringSlice$7(c,1,-1)];break;default:var l=+c;if(0===l)return a;if(l>s){var f=floor$3(l/10);return 0===f?a:f<=s?void 0===n[f-1]?charAt$5(c,1):n[f-1]+charAt$5(c,1):a}u=n[l-1]}return void 0===u?"":u}))},REPLACE$1=wellKnownSymbol("replace"),max$2=Math.max,min$3=Math.min,concat$2=functionUncurryThis([].concat),push$a=functionUncurryThis([].push),stringIndexOf$2=functionUncurryThis("".indexOf),stringSlice$6=functionUncurryThis("".slice),maybeToString=function(e){return void 0===e?e:String(e)},REPLACE_KEEPS_$0="$0"==="a".replace(/./,"$0"),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=!!/./[REPLACE$1]&&""===/./[REPLACE$1]("a","$0"),REPLACE_SUPPORTS_NAMED_GROUPS=!fails((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")}));fixRegexpWellKnownSymbolLogic("replace",(function(e,t,r){var n=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(e,r){var n=requireObjectCoercible(this),o=null==e?void 0:getMethod(e,REPLACE$1);return o?functionCall(o,e,n,r):functionCall(t,toString_1(n),e,r)},function(e,o){var a=anObject(this),i=toString_1(e);if("string"==typeof o&&-1===stringIndexOf$2(o,n)&&-1===stringIndexOf$2(o,"$<")){var s=r(t,a,i,o);if(s.done)return s.value}var c=isCallable(o);c||(o=toString_1(o));var u=a.global;if(u){var l=a.unicode;a.lastIndex=0}for(var f=[];;){var p=regexpExecAbstract(a,i);if(null===p)break;if(push$a(f,p),!u)break;""===toString_1(p[0])&&(a.lastIndex=advanceStringIndex(i,toLength(a.lastIndex),l))}for(var d="",h=0,y=0;y=h&&(d+=stringSlice$6(i,h,v)+S,h=v+g.length)}return d+stringSlice$6(i,h)}]}),!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE),fixRegexpWellKnownSymbolLogic("search",(function(e,t,r){return[function(t){var r=requireObjectCoercible(this),n=null==t?void 0:getMethod(t,e);return n?functionCall(n,t,r):new RegExp(t)[e](toString_1(r))},function(e){var n=anObject(this),o=toString_1(e),a=r(t,n,o);if(a.done)return a.value;var i=n.lastIndex;sameValue(i,0)||(n.lastIndex=0);var s=regexpExecAbstract(n,o);return sameValue(n.lastIndex,i)||(n.lastIndex=i),null===s?-1:s.index}]}));var UNSUPPORTED_Y=regexpStickyHelpers.UNSUPPORTED_Y,MAX_UINT32=4294967295,min$2=Math.min,$push=[].push,exec$3=functionUncurryThis(/./.exec),push$9=functionUncurryThis($push),stringSlice$5=functionUncurryThis("".slice),SPLIT_WORKS_WITH_OVERWRITTEN_EXEC=!fails((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));fixRegexpWellKnownSymbolLogic("split",(function(e,t,r){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,r){var n=toString_1(requireObjectCoercible(this)),o=void 0===r?MAX_UINT32:r>>>0;if(0===o)return[];if(void 0===e)return[n];if(!isRegexp(e))return functionCall(t,n,e,o);for(var a,i,s,c=[],u=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),l=0,f=new RegExp(e.source,u+"g");(a=functionCall(regexpExec,f,n))&&!((i=f.lastIndex)>l&&(push$9(c,stringSlice$5(n,l,a.index)),a.length>1&&a.index=o));)f.lastIndex===a.index&&f.lastIndex++;return l===n.length?!s&&exec$3(f,"")||push$9(c,""):push$9(c,stringSlice$5(n,l)),c.length>o?arraySliceSimple(c,0,o):c}:"0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:functionCall(t,this,e,r)}:t,[function(t,r){var o=requireObjectCoercible(this),a=null==t?void 0:getMethod(t,e);return a?functionCall(a,t,o,r):functionCall(n,toString_1(o),t,r)},function(e,o){var a=anObject(this),i=toString_1(e),s=r(n,a,i,o,n!==t);if(s.done)return s.value;var c=speciesConstructor(a,RegExp),u=a.unicode,l=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(UNSUPPORTED_Y?"g":"y"),f=new c(UNSUPPORTED_Y?"^(?:"+a.source+")":a,l),p=void 0===o?MAX_UINT32:o>>>0;if(0===p)return[];if(0===i.length)return null===regexpExecAbstract(f,i)?[i]:[];for(var d=0,h=0,y=[];h1?arguments[1]:void 0,t.length)),n=toString_1(e);return un$StartsWith?un$StartsWith(t,n,r):stringSlice$4(t,r,r+n.length)===n}});var PROPER_FUNCTION_NAME=functionName.PROPER,non="​…᠎",stringTrimForced=function(e){return fails((function(){return!!whitespaces[e]()||non[e]()!==non||PROPER_FUNCTION_NAME&&whitespaces[e].name!==e}))},$trim=stringTrim.trim;_export({target:"String",proto:!0,forced:stringTrimForced("trim")},{trim:function(){return $trim(this)}});var $trimEnd=stringTrim.end,FORCED$5=stringTrimForced("trimEnd"),trimEnd=FORCED$5?function(){return $trimEnd(this)}:"".trimEnd;_export({target:"String",proto:!0,name:"trimEnd",forced:FORCED$5},{trimEnd:trimEnd,trimRight:trimEnd});var $trimStart=stringTrim.start,FORCED$4=stringTrimForced("trimStart"),trimStart=FORCED$4?function(){return $trimStart(this)}:"".trimStart;_export({target:"String",proto:!0,name:"trimStart",forced:FORCED$4},{trimStart:trimStart,trimLeft:trimStart});var quot=/"/g,replace$4=functionUncurryThis("".replace),createHtml=function(e,t,r,n){var o=toString_1(requireObjectCoercible(e)),a="<"+t;return""!==r&&(a+=" "+r+'="'+replace$4(toString_1(n),quot,""")+'"'),a+">"+o+""},stringHtmlForced=function(e){return fails((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))};_export({target:"String",proto:!0,forced:stringHtmlForced("anchor")},{anchor:function(e){return createHtml(this,"a","name",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("big")},{big:function(){return createHtml(this,"big","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("blink")},{blink:function(){return createHtml(this,"blink","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("bold")},{bold:function(){return createHtml(this,"b","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("fixed")},{fixed:function(){return createHtml(this,"tt","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("fontcolor")},{fontcolor:function(e){return createHtml(this,"font","color",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("fontsize")},{fontsize:function(e){return createHtml(this,"font","size",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("italics")},{italics:function(){return createHtml(this,"i","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("link")},{link:function(e){return createHtml(this,"a","href",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("small")},{small:function(){return createHtml(this,"small","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("strike")},{strike:function(){return createHtml(this,"strike","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("sub")},{sub:function(){return createHtml(this,"sub","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("sup")},{sup:function(){return createHtml(this,"sup","","")}});var defineProperty$4=objectDefineProperty.f,Int8Array$4=global_1.Int8Array,Int8ArrayPrototype$1=Int8Array$4&&Int8Array$4.prototype,Uint8ClampedArray$1=global_1.Uint8ClampedArray,Uint8ClampedArrayPrototype=Uint8ClampedArray$1&&Uint8ClampedArray$1.prototype,TypedArray=Int8Array$4&&objectGetPrototypeOf(Int8Array$4),TypedArrayPrototype$1=Int8ArrayPrototype$1&&objectGetPrototypeOf(Int8ArrayPrototype$1),ObjectPrototype=Object.prototype,TypeError$b=global_1.TypeError,TO_STRING_TAG$2=wellKnownSymbol("toStringTag"),TYPED_ARRAY_TAG=uid$1("TYPED_ARRAY_TAG"),TYPED_ARRAY_CONSTRUCTOR$1=uid$1("TYPED_ARRAY_CONSTRUCTOR"),NATIVE_ARRAY_BUFFER_VIEWS$1=arrayBufferNative&&!!objectSetPrototypeOf&&"Opera"!==classof(global_1.opera),TYPED_ARRAY_TAG_REQUIRED=!1,NAME,Constructor,Prototype,TypedArrayConstructorsList={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},BigIntArrayConstructorsList={BigInt64Array:8,BigUint64Array:8},isView=function(e){if(!isObject$2(e))return!1;var t=classof(e);return"DataView"===t||hasOwnProperty_1(TypedArrayConstructorsList,t)||hasOwnProperty_1(BigIntArrayConstructorsList,t)},isTypedArray$1=function(e){if(!isObject$2(e))return!1;var t=classof(e);return hasOwnProperty_1(TypedArrayConstructorsList,t)||hasOwnProperty_1(BigIntArrayConstructorsList,t)},aTypedArray$m=function(e){if(isTypedArray$1(e))return e;throw TypeError$b("Target is not a typed array")},aTypedArrayConstructor$3=function(e){if(isCallable(e)&&(!objectSetPrototypeOf||objectIsPrototypeOf(TypedArray,e)))return e;throw TypeError$b(tryToString(e)+" is not a typed array constructor")},exportTypedArrayMethod$n=function(e,t,r,n){if(descriptors){if(r)for(var o in TypedArrayConstructorsList){var a=global_1[o];if(a&&hasOwnProperty_1(a.prototype,e))try{delete a.prototype[e]}catch(r){try{a.prototype[e]=t}catch(e){}}}TypedArrayPrototype$1[e]&&!r||redefine(TypedArrayPrototype$1,e,r?t:NATIVE_ARRAY_BUFFER_VIEWS$1&&Int8ArrayPrototype$1[e]||t,n)}},exportTypedArrayStaticMethod$2=function(e,t,r){var n,o;if(descriptors){if(objectSetPrototypeOf){if(r)for(n in TypedArrayConstructorsList)if((o=global_1[n])&&hasOwnProperty_1(o,e))try{delete o[e]}catch(e){}if(TypedArray[e]&&!r)return;try{return redefine(TypedArray,e,r?t:NATIVE_ARRAY_BUFFER_VIEWS$1&&TypedArray[e]||t)}catch(e){}}for(n in TypedArrayConstructorsList)!(o=global_1[n])||o[e]&&!r||redefine(o,e,t)}};for(NAME in TypedArrayConstructorsList)Constructor=global_1[NAME],Prototype=Constructor&&Constructor.prototype,Prototype?createNonEnumerableProperty(Prototype,TYPED_ARRAY_CONSTRUCTOR$1,Constructor):NATIVE_ARRAY_BUFFER_VIEWS$1=!1;for(NAME in BigIntArrayConstructorsList)Constructor=global_1[NAME],Prototype=Constructor&&Constructor.prototype,Prototype&&createNonEnumerableProperty(Prototype,TYPED_ARRAY_CONSTRUCTOR$1,Constructor);if((!NATIVE_ARRAY_BUFFER_VIEWS$1||!isCallable(TypedArray)||TypedArray===Function.prototype)&&(TypedArray=function(){throw TypeError$b("Incorrect invocation")},NATIVE_ARRAY_BUFFER_VIEWS$1))for(NAME in TypedArrayConstructorsList)global_1[NAME]&&objectSetPrototypeOf(global_1[NAME],TypedArray);if((!NATIVE_ARRAY_BUFFER_VIEWS$1||!TypedArrayPrototype$1||TypedArrayPrototype$1===ObjectPrototype)&&(TypedArrayPrototype$1=TypedArray.prototype,NATIVE_ARRAY_BUFFER_VIEWS$1))for(NAME in TypedArrayConstructorsList)global_1[NAME]&&objectSetPrototypeOf(global_1[NAME].prototype,TypedArrayPrototype$1);if(NATIVE_ARRAY_BUFFER_VIEWS$1&&objectGetPrototypeOf(Uint8ClampedArrayPrototype)!==TypedArrayPrototype$1&&objectSetPrototypeOf(Uint8ClampedArrayPrototype,TypedArrayPrototype$1),descriptors&&!hasOwnProperty_1(TypedArrayPrototype$1,TO_STRING_TAG$2))for(NAME in TYPED_ARRAY_TAG_REQUIRED=!0,defineProperty$4(TypedArrayPrototype$1,TO_STRING_TAG$2,{get:function(){return isObject$2(this)?this[TYPED_ARRAY_TAG]:void 0}}),TypedArrayConstructorsList)global_1[NAME]&&createNonEnumerableProperty(global_1[NAME],TYPED_ARRAY_TAG,NAME);var arrayBufferViewCore={NATIVE_ARRAY_BUFFER_VIEWS:NATIVE_ARRAY_BUFFER_VIEWS$1,TYPED_ARRAY_CONSTRUCTOR:TYPED_ARRAY_CONSTRUCTOR$1,TYPED_ARRAY_TAG:TYPED_ARRAY_TAG_REQUIRED&&TYPED_ARRAY_TAG,aTypedArray:aTypedArray$m,aTypedArrayConstructor:aTypedArrayConstructor$3,exportTypedArrayMethod:exportTypedArrayMethod$n,exportTypedArrayStaticMethod:exportTypedArrayStaticMethod$2,isView:isView,isTypedArray:isTypedArray$1,TypedArray:TypedArray,TypedArrayPrototype:TypedArrayPrototype$1},NATIVE_ARRAY_BUFFER_VIEWS=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,ArrayBuffer$1=global_1.ArrayBuffer,Int8Array$3=global_1.Int8Array,typedArrayConstructorsRequireWrappers=!NATIVE_ARRAY_BUFFER_VIEWS||!fails((function(){Int8Array$3(1)}))||!fails((function(){new Int8Array$3(-1)}))||!checkCorrectnessOfIteration((function(e){new Int8Array$3,new Int8Array$3(null),new Int8Array$3(1.5),new Int8Array$3(e)}),!0)||fails((function(){return 1!==new Int8Array$3(new ArrayBuffer$1(2),1,void 0).length})),RangeError$4=global_1.RangeError,toPositiveInteger=function(e){var t=toIntegerOrInfinity(e);if(t<0)throw RangeError$4("The argument can't be less than 0");return t},RangeError$3=global_1.RangeError,toOffset=function(e,t){var r=toPositiveInteger(e);if(r%t)throw RangeError$3("Wrong offset");return r},aTypedArrayConstructor$2=arrayBufferViewCore.aTypedArrayConstructor,typedArrayFrom=function(e){var t,r,n,o,a,i,s=aConstructor(this),c=toObject$1(e),u=arguments.length,l=u>1?arguments[1]:void 0,f=void 0!==l,p=getIteratorMethod(c);if(p&&!isArrayIteratorMethod(p))for(i=(a=getIterator(c,p)).next,c=[];!(o=functionCall(i,a)).done;)c.push(o.value);for(f&&u>2&&(l=functionBindContext(l,arguments[2])),r=lengthOfArrayLike(c),n=new(aTypedArrayConstructor$2(s))(r),t=0;r>t;t++)n[t]=f?l(c[t],t):c[t];return n},typedArrayConstructor=createCommonjsModule((function(e){var t=objectGetOwnPropertyNames.f,r=arrayIteration.forEach,n=internalState.get,o=internalState.set,a=objectDefineProperty.f,i=objectGetOwnPropertyDescriptor.f,s=Math.round,c=global_1.RangeError,u=arrayBuffer.ArrayBuffer,l=u.prototype,f=arrayBuffer.DataView,p=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,d=arrayBufferViewCore.TYPED_ARRAY_CONSTRUCTOR,h=arrayBufferViewCore.TYPED_ARRAY_TAG,y=arrayBufferViewCore.TypedArray,g=arrayBufferViewCore.TypedArrayPrototype,v=arrayBufferViewCore.aTypedArrayConstructor,_=arrayBufferViewCore.isTypedArray,m="BYTES_PER_ELEMENT",b="Wrong length",$=function(e,t){v(e);for(var r=0,n=t.length,o=new e(n);n>r;)o[r]=t[r++];return o},S=function(e,t){a(e,t,{get:function(){return n(this)[t]}})},E=function(e){var t;return objectIsPrototypeOf(l,e)||"ArrayBuffer"==(t=classof(e))||"SharedArrayBuffer"==t},T=function(e,t){return _(e)&&!isSymbol(t)&&t in e&&isIntegralNumber(+t)&&t>=0},A=function(e,t){return t=toPropertyKey(t),T(e,t)?createPropertyDescriptor(2,e[t]):i(e,t)},O=function(e,t,r){return t=toPropertyKey(t),!(T(e,t)&&isObject$2(r)&&hasOwnProperty_1(r,"value"))||hasOwnProperty_1(r,"get")||hasOwnProperty_1(r,"set")||r.configurable||hasOwnProperty_1(r,"writable")&&!r.writable||hasOwnProperty_1(r,"enumerable")&&!r.enumerable?a(e,t,r):(e[t]=r.value,e)};descriptors?(p||(objectGetOwnPropertyDescriptor.f=A,objectDefineProperty.f=O,S(g,"buffer"),S(g,"byteOffset"),S(g,"byteLength"),S(g,"length")),_export({target:"Object",stat:!0,forced:!p},{getOwnPropertyDescriptor:A,defineProperty:O}),e.exports=function(e,i,l){var v=e.match(/\d+$/)[0]/8,S=e+(l?"Clamped":"")+"Array",T="get"+e,A="set"+e,O=global_1[S],I=O,P=I&&I.prototype,C={},R=function(e,t){a(e,t,{get:function(){return function(e,t){var r=n(e);return r.view[T](t*v+r.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,r){var o=n(e);l&&(r=(r=s(r))<0?0:r>255?255:255&r),o.view[A](t*v+o.byteOffset,r,!0)}(this,t,e)},enumerable:!0})};p?typedArrayConstructorsRequireWrappers&&(I=i((function(e,t,r,n){return anInstance(e,P),inheritIfRequired(isObject$2(t)?E(t)?void 0!==n?new O(t,toOffset(r,v),n):void 0!==r?new O(t,toOffset(r,v)):new O(t):_(t)?$(I,t):functionCall(typedArrayFrom,I,t):new O(toIndex(t)),e,I)})),objectSetPrototypeOf&&objectSetPrototypeOf(I,y),r(t(O),(function(e){e in I||createNonEnumerableProperty(I,e,O[e])})),I.prototype=P):(I=i((function(e,t,r,n){anInstance(e,P);var a,i,s,l=0,p=0;if(isObject$2(t)){if(!E(t))return _(t)?$(I,t):functionCall(typedArrayFrom,I,t);a=t,p=toOffset(r,v);var d=t.byteLength;if(void 0===n){if(d%v)throw c(b);if((i=d-p)<0)throw c(b)}else if((i=toLength(n)*v)+p>d)throw c(b);s=i/v}else s=toIndex(t),a=new u(i=s*v);for(o(e,{buffer:a,byteOffset:p,byteLength:i,length:s,view:new f(a)});l2?arguments[2]:void 0)}));var $every=arrayIteration.every,aTypedArray$k=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$l=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$l("every",(function(e){return $every(aTypedArray$k(this),e,arguments.length>1?arguments[1]:void 0)}));var aTypedArray$j=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$k=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$k("fill",(function(e){var t=arguments.length;return functionCall(arrayFill,aTypedArray$j(this),e,t>1?arguments[1]:void 0,t>2?arguments[2]:void 0)}));var arrayFromConstructorAndList=function(e,t){for(var r=0,n=lengthOfArrayLike(t),o=new e(n);n>r;)o[r]=t[r++];return o},TYPED_ARRAY_CONSTRUCTOR=arrayBufferViewCore.TYPED_ARRAY_CONSTRUCTOR,aTypedArrayConstructor$1=arrayBufferViewCore.aTypedArrayConstructor,typedArraySpeciesConstructor=function(e){return aTypedArrayConstructor$1(speciesConstructor(e,e[TYPED_ARRAY_CONSTRUCTOR]))},typedArrayFromSpeciesAndList=function(e,t){return arrayFromConstructorAndList(typedArraySpeciesConstructor(e),t)},$filter=arrayIteration.filter,aTypedArray$i=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$j=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$j("filter",(function(e){var t=$filter(aTypedArray$i(this),e,arguments.length>1?arguments[1]:void 0);return typedArrayFromSpeciesAndList(this,t)}));var $find=arrayIteration.find,aTypedArray$h=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$i=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$i("find",(function(e){return $find(aTypedArray$h(this),e,arguments.length>1?arguments[1]:void 0)}));var $findIndex=arrayIteration.findIndex,aTypedArray$g=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$h=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$h("findIndex",(function(e){return $findIndex(aTypedArray$g(this),e,arguments.length>1?arguments[1]:void 0)}));var $forEach$1=arrayIteration.forEach,aTypedArray$f=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$g=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$g("forEach",(function(e){$forEach$1(aTypedArray$f(this),e,arguments.length>1?arguments[1]:void 0)}));var exportTypedArrayStaticMethod$1=arrayBufferViewCore.exportTypedArrayStaticMethod;exportTypedArrayStaticMethod$1("from",typedArrayFrom,typedArrayConstructorsRequireWrappers);var $includes=arrayIncludes.includes,aTypedArray$e=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$f=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$f("includes",(function(e){return $includes(aTypedArray$e(this),e,arguments.length>1?arguments[1]:void 0)}));var $indexOf=arrayIncludes.indexOf,aTypedArray$d=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$e=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$e("indexOf",(function(e){return $indexOf(aTypedArray$d(this),e,arguments.length>1?arguments[1]:void 0)}));var ITERATOR$3=wellKnownSymbol("iterator"),Uint8Array$2=global_1.Uint8Array,arrayValues=functionUncurryThis(es_array_iterator.values),arrayKeys$1=functionUncurryThis(es_array_iterator.keys),arrayEntries=functionUncurryThis(es_array_iterator.entries),aTypedArray$c=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$d=arrayBufferViewCore.exportTypedArrayMethod,TypedArrayPrototype=Uint8Array$2&&Uint8Array$2.prototype,GENERIC=!fails((function(){TypedArrayPrototype[ITERATOR$3].call([1])})),ITERATOR_IS_VALUES=!!TypedArrayPrototype&&TypedArrayPrototype.values&&TypedArrayPrototype[ITERATOR$3]===TypedArrayPrototype.values&&"values"===TypedArrayPrototype.values.name,typedArrayValues=function(){return arrayValues(aTypedArray$c(this))};exportTypedArrayMethod$d("entries",(function(){return arrayEntries(aTypedArray$c(this))}),GENERIC),exportTypedArrayMethod$d("keys",(function(){return arrayKeys$1(aTypedArray$c(this))}),GENERIC),exportTypedArrayMethod$d("values",typedArrayValues,GENERIC||!ITERATOR_IS_VALUES,{name:"values"}),exportTypedArrayMethod$d(ITERATOR$3,typedArrayValues,GENERIC||!ITERATOR_IS_VALUES,{name:"values"});var aTypedArray$b=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$c=arrayBufferViewCore.exportTypedArrayMethod,$join=functionUncurryThis([].join);exportTypedArrayMethod$c("join",(function(e){return $join(aTypedArray$b(this),e)}));var aTypedArray$a=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$b=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$b("lastIndexOf",(function(e){var t=arguments.length;return functionApply(arrayLastIndexOf,aTypedArray$a(this),t>1?[e,arguments[1]]:[e])}));var $map=arrayIteration.map,aTypedArray$9=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$a=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$a("map",(function(e){return $map(aTypedArray$9(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(typedArraySpeciesConstructor(e))(t)}))}));var aTypedArrayConstructor=arrayBufferViewCore.aTypedArrayConstructor,exportTypedArrayStaticMethod=arrayBufferViewCore.exportTypedArrayStaticMethod;exportTypedArrayStaticMethod("of",(function(){for(var e=0,t=arguments.length,r=new(aTypedArrayConstructor(this))(t);t>e;)r[e]=arguments[e++];return r}),typedArrayConstructorsRequireWrappers);var $reduce=arrayReduce.left,aTypedArray$8=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$9=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$9("reduce",(function(e){var t=arguments.length;return $reduce(aTypedArray$8(this),e,t,t>1?arguments[1]:void 0)}));var $reduceRight=arrayReduce.right,aTypedArray$7=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$8=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$8("reduceRight",(function(e){var t=arguments.length;return $reduceRight(aTypedArray$7(this),e,t,t>1?arguments[1]:void 0)}));var aTypedArray$6=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$7=arrayBufferViewCore.exportTypedArrayMethod,floor$2=Math.floor;exportTypedArrayMethod$7("reverse",(function(){for(var e,t=this,r=aTypedArray$6(t).length,n=floor$2(r/2),o=0;o1?arguments[1]:void 0,1),r=toObject$1(e);if(WORKS_WITH_OBJECTS_AND_GEERIC_ON_TYPED_ARRAYS)return functionCall($set,this,r,t);var n=this.length,o=lengthOfArrayLike(r),a=0;if(o+t>n)throw RangeError$2("Wrong length");for(;ao;)i[o]=r[o++];return i}),FORCED$3);var $some=arrayIteration.some,aTypedArray$3=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$4=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$4("some",(function(e){return $some(aTypedArray$3(this),e,arguments.length>1?arguments[1]:void 0)}));var Array$2=global_1.Array,aTypedArray$2=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$3=arrayBufferViewCore.exportTypedArrayMethod,Uint16Array=global_1.Uint16Array,un$Sort=Uint16Array&&functionUncurryThis(Uint16Array.prototype.sort),ACCEPT_INCORRECT_ARGUMENTS=!(!un$Sort||fails((function(){un$Sort(new Uint16Array(2),null)}))&&fails((function(){un$Sort(new Uint16Array(2),{})}))),STABLE_SORT=!!un$Sort&&!fails((function(){if(engineV8Version)return engineV8Version<74;if(engineFfVersion)return engineFfVersion<67;if(engineIsIeOrEdge)return!0;if(engineWebkitVersion)return engineWebkitVersion<602;var e,t,r=new Uint16Array(516),n=Array$2(516);for(e=0;e<516;e++)t=e%4,r[e]=515-e,n[e]=e-2*t+3;for(un$Sort(r,(function(e,t){return(e/4|0)-(t/4|0)})),e=0;e<516;e++)if(r[e]!==n[e])return!0})),getSortCompare=function(e){return function(t,r){return void 0!==e?+e(t,r)||0:r!=r?-1:t!=t?1:0===t&&0===r?1/t>0&&1/r<0?1:-1:t>r}};exportTypedArrayMethod$3("sort",(function(e){return void 0!==e&&aCallable(e),STABLE_SORT?un$Sort(this,e):arraySort(aTypedArray$2(this),getSortCompare(e))}),!STABLE_SORT||ACCEPT_INCORRECT_ARGUMENTS);var aTypedArray$1=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$2=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$2("subarray",(function(e,t){var r=aTypedArray$1(this),n=r.length,o=toAbsoluteIndex(e,n);return new(typedArraySpeciesConstructor(r))(r.buffer,r.byteOffset+o*r.BYTES_PER_ELEMENT,toLength((void 0===t?n:toAbsoluteIndex(t,n))-o))}));var Int8Array$1=global_1.Int8Array,aTypedArray=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$1=arrayBufferViewCore.exportTypedArrayMethod,$toLocaleString=[].toLocaleString,TO_LOCALE_STRING_BUG=!!Int8Array$1&&fails((function(){$toLocaleString.call(new Int8Array$1(1))})),FORCED$2=fails((function(){return[1,2].toLocaleString()!=new Int8Array$1([1,2]).toLocaleString()}))||!fails((function(){Int8Array$1.prototype.toLocaleString.call([1,2])}));exportTypedArrayMethod$1("toLocaleString",(function(){return functionApply($toLocaleString,TO_LOCALE_STRING_BUG?arraySlice$1(aTypedArray(this)):aTypedArray(this),arraySlice$1(arguments))}),FORCED$2);var exportTypedArrayMethod=arrayBufferViewCore.exportTypedArrayMethod,Uint8Array$1=global_1.Uint8Array,Uint8ArrayPrototype=Uint8Array$1&&Uint8Array$1.prototype||{},arrayToString=[].toString,join$3=functionUncurryThis([].join);fails((function(){arrayToString.call({})}))&&(arrayToString=function(){return join$3(this)});var IS_NOT_ARRAY_METHOD=Uint8ArrayPrototype.toString!=arrayToString;exportTypedArrayMethod("toString",arrayToString,IS_NOT_ARRAY_METHOD);var getWeakData=internalMetadata.getWeakData,setInternalState$6=internalState.set,internalStateGetterFor=internalState.getterFor,find$1=arrayIteration.find,findIndex=arrayIteration.findIndex,splice$2=functionUncurryThis([].splice),id=0,uncaughtFrozenStore=function(e){return e.frozen||(e.frozen=new UncaughtFrozenStore)},UncaughtFrozenStore=function(){this.entries=[]},findUncaughtFrozen=function(e,t){return find$1(e.entries,(function(e){return e[0]===t}))};UncaughtFrozenStore.prototype={get:function(e){var t=findUncaughtFrozen(this,e);if(t)return t[1]},has:function(e){return!!findUncaughtFrozen(this,e)},set:function(e,t){var r=findUncaughtFrozen(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=findIndex(this.entries,(function(t){return t[0]===e}));return~t&&splice$2(this.entries,t,1),!!~t}};var collectionWeak={getConstructor:function(e,t,r,n){var o=e((function(e,o){anInstance(e,a),setInternalState$6(e,{type:t,id:id++,frozen:void 0}),null!=o&&iterate(o,e[n],{that:e,AS_ENTRIES:r})})),a=o.prototype,i=internalStateGetterFor(t),s=function(e,t,r){var n=i(e),o=getWeakData(anObject(t),!0);return!0===o?uncaughtFrozenStore(n).set(t,r):o[n.id]=r,e};return redefineAll(a,{delete:function(e){var t=i(this);if(!isObject$2(e))return!1;var r=getWeakData(e);return!0===r?uncaughtFrozenStore(t).delete(e):r&&hasOwnProperty_1(r,t.id)&&delete r[t.id]},has:function(e){var t=i(this);if(!isObject$2(e))return!1;var r=getWeakData(e);return!0===r?uncaughtFrozenStore(t).has(e):r&&hasOwnProperty_1(r,t.id)}}),redefineAll(a,r?{get:function(e){var t=i(this);if(isObject$2(e)){var r=getWeakData(e);return!0===r?uncaughtFrozenStore(t).get(e):r?r[t.id]:void 0}},set:function(e,t){return s(this,e,t)}}:{add:function(e){return s(this,e,!0)}}),o}};collectionWeak.getConstructor;var enforceInternalState=internalState.enforce,IS_IE11=!global_1.ActiveXObject&&"ActiveXObject"in global_1,InternalWeakMap,wrapper=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},$WeakMap=collection("WeakMap",wrapper,collectionWeak);if(nativeWeakMap&&IS_IE11){InternalWeakMap=collectionWeak.getConstructor(wrapper,"WeakMap",!0),internalMetadata.enable();var WeakMapPrototype=$WeakMap.prototype,nativeDelete=functionUncurryThis(WeakMapPrototype.delete),nativeHas=functionUncurryThis(WeakMapPrototype.has),nativeGet=functionUncurryThis(WeakMapPrototype.get),nativeSet=functionUncurryThis(WeakMapPrototype.set);redefineAll(WeakMapPrototype,{delete:function(e){if(isObject$2(e)&&!objectIsExtensible(e)){var t=enforceInternalState(this);return t.frozen||(t.frozen=new InternalWeakMap),nativeDelete(this,e)||t.frozen.delete(e)}return nativeDelete(this,e)},has:function(e){if(isObject$2(e)&&!objectIsExtensible(e)){var t=enforceInternalState(this);return t.frozen||(t.frozen=new InternalWeakMap),nativeHas(this,e)||t.frozen.has(e)}return nativeHas(this,e)},get:function(e){if(isObject$2(e)&&!objectIsExtensible(e)){var t=enforceInternalState(this);return t.frozen||(t.frozen=new InternalWeakMap),nativeHas(this,e)?nativeGet(this,e):t.frozen.get(e)}return nativeGet(this,e)},set:function(e,t){if(isObject$2(e)&&!objectIsExtensible(e)){var r=enforceInternalState(this);r.frozen||(r.frozen=new InternalWeakMap),nativeHas(this,e)?nativeSet(this,e,t):r.frozen.set(e,t)}else nativeSet(this,e,t);return this}})}collection("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),collectionWeak);var replace$3=functionUncurryThis("".replace),TEST=String(Error("zxcasd").stack),V8_OR_CHAKRA_STACK_ENTRY=/\n\s*at [^:]*:[^\n]*/,IS_V8_OR_CHAKRA_STACK=V8_OR_CHAKRA_STACK_ENTRY.test(TEST),clearErrorStack=function(e,t){if(IS_V8_OR_CHAKRA_STACK&&"string"==typeof e)for(;t--;)e=replace$3(e,V8_OR_CHAKRA_STACK_ENTRY,"");return e},installErrorCause=function(e,t){isObject$2(t)&&"cause"in t&&createNonEnumerableProperty(e,"cause",t.cause)},normalizeStringArgument=function(e,t){return void 0===e?arguments.length<2?"":t:toString_1(e)},errorStackInstallable=!fails((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",createPropertyDescriptor(1,7)),7!==e.stack)})),TO_STRING_TAG$1=wellKnownSymbol("toStringTag"),Error$1=global_1.Error,push$8=[].push,$AggregateError=function(e,t){var r,n=arguments.length>2?arguments[2]:void 0,o=objectIsPrototypeOf(AggregateErrorPrototype,this);objectSetPrototypeOf?r=objectSetPrototypeOf(new Error$1,o?objectGetPrototypeOf(this):AggregateErrorPrototype):(r=o?this:objectCreate$1(AggregateErrorPrototype),createNonEnumerableProperty(r,TO_STRING_TAG$1,"Error")),void 0!==t&&createNonEnumerableProperty(r,"message",normalizeStringArgument(t)),errorStackInstallable&&createNonEnumerableProperty(r,"stack",clearErrorStack(r.stack,1)),installErrorCause(r,n);var a=[];return iterate(e,push$8,{that:a}),createNonEnumerableProperty(r,"errors",a),r};objectSetPrototypeOf?objectSetPrototypeOf($AggregateError,Error$1):copyConstructorProperties($AggregateError,Error$1,{name:!0});var AggregateErrorPrototype=$AggregateError.prototype=objectCreate$1(Error$1.prototype,{constructor:createPropertyDescriptor(1,$AggregateError),message:createPropertyDescriptor(1,""),name:createPropertyDescriptor(1,"AggregateError")});_export({global:!0},{AggregateError:$AggregateError});var defineProperty$3=objectDefineProperty.f;descriptors&&(defineProperty$3(Array.prototype,"lastIndex",{configurable:!0,get:function(){var e=toObject$1(this),t=lengthOfArrayLike(e);return 0==t?0:t-1}}),addToUnscopables("lastIndex"));var defineProperty$2=objectDefineProperty.f;descriptors&&(defineProperty$2(Array.prototype,"lastItem",{configurable:!0,get:function(){var e=toObject$1(this),t=lengthOfArrayLike(e);return 0==t?void 0:e[t-1]},set:function(e){var t=toObject$1(this),r=lengthOfArrayLike(t);return t[0==r?0:r-1]=e}}),addToUnscopables("lastItem"));var Object$2=global_1.Object,TypeError$a=global_1.TypeError,Map$4=getBuiltIn("Map"),WeakMap$1=getBuiltIn("WeakMap"),Node=function(){this.object=null,this.symbol=null,this.primitives=null,this.objectsByIndex=objectCreate$1(null)};Node.prototype.get=function(e,t){return this[e]||(this[e]=t())},Node.prototype.next=function(e,t,r){var n=r?this.objectsByIndex[e]||(this.objectsByIndex[e]=new WeakMap$1):this.primitives||(this.primitives=new Map$4),o=n.get(t);return o||n.set(t,o=new Node),o};var root$1=new Node,compositeKey=function(){var e,t,r=root$1,n=arguments.length;for(e=0;e1?arguments[1]:void 0);return!iterate(r,(function(e,r,o){if(!n(r,e,t))return o()}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{filter:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aCallable(o.set);return iterate(r,(function(e,r){n(r,e,t)&&functionCall(a,o,e,r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{find:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r,o){if(n(r,e,t))return o(r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).result}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{findKey:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r,o){if(n(r,e,t))return o(e)}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).result}});var push$7=[].push,collectionFrom=function(e){var t,r,n,o,a=arguments.length,i=a>1?arguments[1]:void 0;return aConstructor(this),(t=void 0!==i)&&aCallable(i),null==e?new this:(r=[],t?(n=0,o=functionBindContext(i,a>2?arguments[2]:void 0),iterate(e,(function(e){functionCall(push$7,r,o(e,n++))}))):iterate(e,push$7,{that:r}),new this(r))};_export({target:"Map",stat:!0,forced:!0},{from:collectionFrom});var push$6=functionUncurryThis([].push);_export({target:"Map",stat:!0,forced:!0},{groupBy:function(e,t){aCallable(t);var r=getIterator(e),n=new this,o=aCallable(n.has),a=aCallable(n.get),i=aCallable(n.set);return iterate(r,(function(e){var r=t(e);functionCall(o,n,r)?push$6(functionCall(a,n,r),e):functionCall(i,n,r,[e])}),{IS_ITERATOR:!0}),n}});var sameValueZero=function(e,t){return e===t||e!=e&&t!=t};_export({target:"Map",proto:!0,real:!0,forced:!0},{includes:function(e){return iterate(getMapIterator(anObject(this)),(function(t,r,n){if(sameValueZero(r,e))return n()}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Map",stat:!0,forced:!0},{keyBy:function(e,t){var r=new this;aCallable(t);var n=aCallable(r.set);return iterate(e,(function(e){functionCall(n,r,t(e),e)})),r}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{keyOf:function(e){return iterate(getMapIterator(anObject(this)),(function(t,r,n){if(r===e)return n(t)}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).result}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{mapKeys:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aCallable(o.set);return iterate(r,(function(e,r){functionCall(a,o,n(r,e,t),r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{mapValues:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aCallable(o.set);return iterate(r,(function(e,r){functionCall(a,o,e,n(r,e,t))}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{merge:function(e){for(var t=anObject(this),r=aCallable(t.set),n=arguments.length,o=0;o1?arguments[1]:void 0);return iterate(r,(function(e,r,o){if(n(r,e,t))return o()}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}});var TypeError$8=global_1.TypeError;_export({target:"Map",proto:!0,real:!0,forced:!0},{update:function(e,t){var r=anObject(this),n=aCallable(r.get),o=aCallable(r.has),a=aCallable(r.set),i=arguments.length;aCallable(t);var s=functionCall(o,r,e);if(!s&&i<3)throw TypeError$8("Updating absent value");var c=s?functionCall(n,r,e):aCallable(i>2?arguments[2]:void 0)(e,r);return functionCall(a,r,e,t(c,e,r)),r}});var min=Math.min,max$1=Math.max;_export({target:"Math",stat:!0,forced:!0},{clamp:function(e,t,r){return min(r,max$1(t,e))}}),_export({target:"Math",stat:!0,forced:!0},{DEG_PER_RAD:Math.PI/180});var RAD_PER_DEG=180/Math.PI;_export({target:"Math",stat:!0,forced:!0},{degrees:function(e){return e*RAD_PER_DEG}});var mathScale=Math.scale||function(e,t,r,n,o){var a=+e,i=+t,s=+r,c=+n,u=+o;return a!=a||i!=i||s!=s||c!=c||u!=u?NaN:a===1/0||a===-1/0?a:(a-i)*(u-c)/(s-i)+c};_export({target:"Math",stat:!0,forced:!0},{fscale:function(e,t,r,n,o){return mathFround(mathScale(e,t,r,n,o))}}),_export({target:"Math",stat:!0,forced:!0},{iaddh:function(e,t,r,n){var o=e>>>0,a=r>>>0;return(t>>>0)+(n>>>0)+((o&a|(o|a)&~(o+a>>>0))>>>31)|0}}),_export({target:"Math",stat:!0,forced:!0},{imulh:function(e,t){var r=65535,n=+e,o=+t,a=n&r,i=o&r,s=n>>16,c=o>>16,u=(s*i>>>0)+(a*i>>>16);return s*c+(u>>16)+((a*c>>>0)+(u&r)>>16)}}),_export({target:"Math",stat:!0,forced:!0},{isubh:function(e,t,r,n){var o=e>>>0,a=r>>>0;return(t>>>0)-(n>>>0)-((~o&a|~(o^a)&o-a>>>0)>>>31)|0}}),_export({target:"Math",stat:!0,forced:!0},{RAD_PER_DEG:180/Math.PI});var DEG_PER_RAD=Math.PI/180;_export({target:"Math",stat:!0,forced:!0},{radians:function(e){return e*DEG_PER_RAD}}),_export({target:"Math",stat:!0,forced:!0},{scale:mathScale});var SEEDED_RANDOM="Seeded Random",SEEDED_RANDOM_GENERATOR=SEEDED_RANDOM+" Generator",SEED_TYPE_ERROR='Math.seededPRNG() argument should have a "seed" field with a finite value.',setInternalState$5=internalState.set,getInternalState$2=internalState.getterFor(SEEDED_RANDOM_GENERATOR),TypeError$7=global_1.TypeError,$SeededRandomGenerator=createIteratorConstructor((function(e){setInternalState$5(this,{type:SEEDED_RANDOM_GENERATOR,seed:e%2147483647})}),SEEDED_RANDOM,(function(){var e=getInternalState$2(this);return{value:(1073741823&(e.seed=(1103515245*e.seed+12345)%2147483647))/1073741823,done:!1}}));_export({target:"Math",stat:!0,forced:!0},{seededPRNG:function(e){var t=anObject(e).seed;if(!numberIsFinite(t))throw TypeError$7(SEED_TYPE_ERROR);return new $SeededRandomGenerator(t)}}),_export({target:"Math",stat:!0,forced:!0},{signbit:function(e){return(e=+e)==e&&0==e?1/e==-1/0:e<0}}),_export({target:"Math",stat:!0,forced:!0},{umulh:function(e,t){var r=65535,n=+e,o=+t,a=n&r,i=o&r,s=n>>>16,c=o>>>16,u=(s*i>>>0)+(a*i>>>16);return s*c+(u>>>16)+((a*c>>>0)+(u&r)>>>16)}});var INVALID_NUMBER_REPRESENTATION="Invalid number representation",INVALID_RADIX="Invalid radix",RangeError$1=global_1.RangeError,SyntaxError=global_1.SyntaxError,TypeError$6=global_1.TypeError,valid=/^[\da-z]+$/,charAt$4=functionUncurryThis("".charAt),exec$2=functionUncurryThis(valid.exec),numberToString$1=functionUncurryThis(1..toString),stringSlice$3=functionUncurryThis("".slice);_export({target:"Number",stat:!0,forced:!0},{fromString:function(e,t){var r,n,o=1;if("string"!=typeof e)throw TypeError$6(INVALID_NUMBER_REPRESENTATION);if(!e.length)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if("-"==charAt$4(e,0)&&(o=-1,!(e=stringSlice$3(e,1)).length))throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if((r=void 0===t?10:toIntegerOrInfinity(t))<2||r>36)throw RangeError$1(INVALID_RADIX);if(!exec$2(valid,e)||numberToString$1(n=numberParseInt(e,r),r)!==e)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);return o*n}});var defineProperty$1=objectDefineProperty.f,$$OBSERVABLE=wellKnownSymbol("observable"),OBSERVABLE="Observable",SUBSCRIPTION="Subscription",SUBSCRIPTION_OBSERVER="SubscriptionObserver",getterFor=internalState.getterFor,setInternalState$4=internalState.set,getObservableInternalState=getterFor(OBSERVABLE),getSubscriptionInternalState=getterFor(SUBSCRIPTION),getSubscriptionObserverInternalState=getterFor(SUBSCRIPTION_OBSERVER),Array$1=global_1.Array,NativeObservable=global_1.Observable,NativeObservablePrototype=NativeObservable&&NativeObservable.prototype,FORCED$1=!(isCallable(NativeObservable)&&isCallable(NativeObservable.from)&&isCallable(NativeObservable.of)&&isCallable(NativeObservablePrototype.subscribe)&&isCallable(NativeObservablePrototype[$$OBSERVABLE])),SubscriptionState=function(e){this.observer=anObject(e),this.cleanup=void 0,this.subscriptionObserver=void 0};SubscriptionState.prototype={type:SUBSCRIPTION,clean:function(){var e=this.cleanup;if(e){this.cleanup=void 0;try{e()}catch(e){hostReportErrors(e)}}},close:function(){if(!descriptors){var e=this.facade,t=this.subscriptionObserver;e.closed=!0,t&&(t.closed=!0)}this.observer=void 0},isClosed:function(){return void 0===this.observer}};var Subscription=function(e,t){var r,n=setInternalState$4(this,new SubscriptionState(e));descriptors||(this.closed=!1);try{(r=getMethod(e,"start"))&&functionCall(r,e,this)}catch(e){hostReportErrors(e)}if(!n.isClosed()){var o=n.subscriptionObserver=new SubscriptionObserver(n);try{var a=t(o),i=a;null!=a&&(n.cleanup=isCallable(a.unsubscribe)?function(){i.unsubscribe()}:aCallable(a))}catch(e){return void o.error(e)}n.isClosed()&&n.clean()}};Subscription.prototype=redefineAll({},{unsubscribe:function(){var e=getSubscriptionInternalState(this);e.isClosed()||(e.close(),e.clean())}}),descriptors&&defineProperty$1(Subscription.prototype,"closed",{configurable:!0,get:function(){return getSubscriptionInternalState(this).isClosed()}});var SubscriptionObserver=function(e){setInternalState$4(this,{type:SUBSCRIPTION_OBSERVER,subscriptionState:e}),descriptors||(this.closed=!1)};SubscriptionObserver.prototype=redefineAll({},{next:function(e){var t=getSubscriptionObserverInternalState(this).subscriptionState;if(!t.isClosed()){var r=t.observer;try{var n=getMethod(r,"next");n&&functionCall(n,r,e)}catch(e){hostReportErrors(e)}}},error:function(e){var t=getSubscriptionObserverInternalState(this).subscriptionState;if(!t.isClosed()){var r=t.observer;t.close();try{var n=getMethod(r,"error");n?functionCall(n,r,e):hostReportErrors(e)}catch(e){hostReportErrors(e)}t.clean()}},complete:function(){var e=getSubscriptionObserverInternalState(this).subscriptionState;if(!e.isClosed()){var t=e.observer;e.close();try{var r=getMethod(t,"complete");r&&functionCall(r,t)}catch(e){hostReportErrors(e)}e.clean()}}}),descriptors&&defineProperty$1(SubscriptionObserver.prototype,"closed",{configurable:!0,get:function(){return getSubscriptionObserverInternalState(this).subscriptionState.isClosed()}});var $Observable=function(e){anInstance(this,ObservablePrototype),setInternalState$4(this,{type:OBSERVABLE,subscriber:aCallable(e)})},ObservablePrototype=$Observable.prototype;redefineAll(ObservablePrototype,{subscribe:function(e){var t=arguments.length;return new Subscription(isCallable(e)?{next:e,error:t>1?arguments[1]:void 0,complete:t>2?arguments[2]:void 0}:isObject$2(e)?e:{},getObservableInternalState(this).subscriber)}}),redefineAll($Observable,{from:function(e){var t=isConstructor(this)?this:$Observable,r=getMethod(anObject(e),$$OBSERVABLE);if(r){var n=anObject(functionCall(r,e));return n.constructor===t?n:new t((function(e){return n.subscribe(e)}))}var o=getIterator(e);return new t((function(e){iterate(o,(function(t,r){if(e.next(t),e.closed)return r()}),{IS_ITERATOR:!0,INTERRUPTED:!0}),e.complete()}))},of:function(){for(var e=isConstructor(this)?this:$Observable,t=arguments.length,r=Array$1(t),n=0;n1?arguments[1]:void 0);return!iterate(r,(function(e,r){if(!n(e,e,t))return r()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{filter:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aCallable(o.add);return iterate(r,(function(e){n(e,e,t)&&functionCall(a,o,e)}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{find:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r){if(n(e,e,t))return r(e)}),{IS_ITERATOR:!0,INTERRUPTED:!0}).result}}),_export({target:"Set",stat:!0,forced:!0},{from:collectionFrom}),_export({target:"Set",proto:!0,real:!0,forced:!0},{intersection:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set"))),n=aCallable(t.has),o=aCallable(r.add);return iterate(e,(function(e){functionCall(n,t,e)&&functionCall(o,r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{isDisjointFrom:function(e){var t=anObject(this),r=aCallable(t.has);return!iterate(e,(function(e,n){if(!0===functionCall(r,t,e))return n()}),{INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{isSubsetOf:function(e){var t=getIterator(this),r=anObject(e),n=r.has;return isCallable(n)||(r=new(getBuiltIn("Set"))(e),n=aCallable(r.has)),!iterate(t,(function(e,t){if(!1===functionCall(n,r,e))return t()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{isSupersetOf:function(e){var t=anObject(this),r=aCallable(t.has);return!iterate(e,(function(e,n){if(!1===functionCall(r,t,e))return n()}),{INTERRUPTED:!0}).stopped}});var arrayJoin=functionUncurryThis([].join),push$3=[].push;_export({target:"Set",proto:!0,real:!0,forced:!0},{join:function(e){var t=anObject(this),r=getSetIterator(t),n=void 0===e?",":toString_1(e),o=[];return iterate(r,push$3,{that:o,IS_ITERATOR:!0}),arrayJoin(o,n)}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{map:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aCallable(o.add);return iterate(r,(function(e){functionCall(a,o,n(e,e,t))}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",stat:!0,forced:!0},{of:collectionOf});var TypeError$5=global_1.TypeError;_export({target:"Set",proto:!0,real:!0,forced:!0},{reduce:function(e){var t=anObject(this),r=getSetIterator(t),n=arguments.length<2,o=n?void 0:arguments[1];if(aCallable(e),iterate(r,(function(r){n?(n=!1,o=r):o=e(o,r,r,t)}),{IS_ITERATOR:!0}),n)throw TypeError$5("Reduce of empty set with no initial value");return o}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{some:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r){if(n(e,e,t))return r()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{symmetricDifference:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t),n=aCallable(r.delete),o=aCallable(r.add);return iterate(e,(function(e){functionCall(n,r,e)||functionCall(o,r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{union:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t);return iterate(e,aCallable(r.add),{that:r}),r}});var charAt$3=stringMultibyte.charAt;_export({target:"String",proto:!0,forced:!0},{at:function(e){var t=toString_1(requireObjectCoercible(this)),r=t.length,n=toIntegerOrInfinity(e),o=n>=0?n:r+n;return o<0||o>=r?void 0:charAt$3(t,o)}});var codeAt$1=stringMultibyte.codeAt,charAt$2=stringMultibyte.charAt,STRING_ITERATOR="String Iterator",setInternalState$3=internalState.set,getInternalState$1=internalState.getterFor(STRING_ITERATOR),$StringIterator=createIteratorConstructor((function(e){setInternalState$3(this,{type:STRING_ITERATOR,string:e,index:0})}),"String",(function(){var e,t=getInternalState$1(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=charAt$2(r,n),t.index+=e.length,{value:{codePoint:codeAt$1(e,0),position:n},done:!1})}));_export({target:"String",proto:!0,forced:!0},{codePoints:function(){return new $StringIterator(toString_1(requireObjectCoercible(this)))}});var MATCH_ALL=wellKnownSymbol("matchAll"),REGEXP_STRING="RegExp String",REGEXP_STRING_ITERATOR=REGEXP_STRING+" Iterator",setInternalState$2=internalState.set,getInternalState=internalState.getterFor(REGEXP_STRING_ITERATOR),RegExpPrototype$1=RegExp.prototype,TypeError$4=global_1.TypeError,getFlags$1=functionUncurryThis(regexpFlags),stringIndexOf$1=functionUncurryThis("".indexOf),un$MatchAll=functionUncurryThis("".matchAll),WORKS_WITH_NON_GLOBAL_REGEX=!!un$MatchAll&&!fails((function(){un$MatchAll("a",/./)})),$RegExpStringIterator=createIteratorConstructor((function(e,t,r,n){setInternalState$2(this,{type:REGEXP_STRING_ITERATOR,regexp:e,string:t,global:r,unicode:n,done:!1})}),REGEXP_STRING,(function(){var e=getInternalState(this);if(e.done)return{value:void 0,done:!0};var t=e.regexp,r=e.string,n=regexpExecAbstract(t,r);return null===n?{value:void 0,done:e.done=!0}:e.global?(""===toString_1(n[0])&&(t.lastIndex=advanceStringIndex(r,toLength(t.lastIndex),e.unicode)),{value:n,done:!1}):(e.done=!0,{value:n,done:!1})})),$matchAll=function(e){var t,r,n,o,a,i,s=anObject(this),c=toString_1(e);return t=speciesConstructor(s,RegExp),void 0===(r=s.flags)&&objectIsPrototypeOf(RegExpPrototype$1,s)&&!("flags"in RegExpPrototype$1)&&(r=getFlags$1(s)),n=void 0===r?"":toString_1(r),o=new t(t===RegExp?s.source:s,n),a=!!~stringIndexOf$1(n,"g"),i=!!~stringIndexOf$1(n,"u"),o.lastIndex=toLength(s.lastIndex),new $RegExpStringIterator(o,c,a,i)};_export({target:"String",proto:!0,forced:WORKS_WITH_NON_GLOBAL_REGEX},{matchAll:function(e){var t,r,n,o=requireObjectCoercible(this);if(null!=e){if(isRegexp(e)&&(t=toString_1(requireObjectCoercible("flags"in RegExpPrototype$1?e.flags:getFlags$1(e))),!~stringIndexOf$1(t,"g")))throw TypeError$4("`.matchAll` does not allow non-global regexes");if(WORKS_WITH_NON_GLOBAL_REGEX)return un$MatchAll(o,e);if(void 0===(n=getMethod(e,MATCH_ALL))&&isPure&&"RegExp"==classofRaw(e)&&(n=$matchAll),n)return functionCall(n,e,o)}else if(WORKS_WITH_NON_GLOBAL_REGEX)return un$MatchAll(o,e);return r=toString_1(o),new RegExp(e,"g")[MATCH_ALL](r)}}),MATCH_ALL in RegExpPrototype$1||redefine(RegExpPrototype$1,MATCH_ALL,$matchAll);var REPLACE=wellKnownSymbol("replace"),RegExpPrototype=RegExp.prototype,TypeError$3=global_1.TypeError,getFlags=functionUncurryThis(regexpFlags),indexOf=functionUncurryThis("".indexOf);functionUncurryThis("".replace);var stringSlice$2=functionUncurryThis("".slice),max=Math.max,stringIndexOf=function(e,t,r){return r>e.length?-1:""===t?r:indexOf(e,t,r)};_export({target:"String",proto:!0},{replaceAll:function(e,t){var r,n,o,a,i,s,c,u,l=requireObjectCoercible(this),f=0,p=0,d="";if(null!=e){if(isRegexp(e)&&(r=toString_1(requireObjectCoercible("flags"in RegExpPrototype?e.flags:getFlags(e))),!~indexOf(r,"g")))throw TypeError$3("`.replaceAll` does not allow non-global regexes");if(n=getMethod(e,REPLACE))return functionCall(n,e,l,t)}for(o=toString_1(l),a=toString_1(e),(i=isCallable(t))||(t=toString_1(t)),s=a.length,c=max(1,s),f=stringIndexOf(o,a,0);-1!==f;)u=i?toString_1(t(a,f,o)):getSubstitution(a,o,f,[],void 0,t),d+=stringSlice$2(o,p,f)+u,p=f+s,f=stringIndexOf(o,a,f+c);return p1?arguments[1]:void 0)},handlePrototype$1=function(e){if(e&&e.forEach!==arrayForEach)try{createNonEnumerableProperty(e,"forEach",arrayForEach)}catch(t){e.forEach=arrayForEach}};for(var COLLECTION_NAME$1 in domIterables)domIterables[COLLECTION_NAME$1]&&handlePrototype$1(global_1[COLLECTION_NAME$1]&&global_1[COLLECTION_NAME$1].prototype);handlePrototype$1(domTokenListPrototype);var ITERATOR$2=wellKnownSymbol("iterator"),TO_STRING_TAG=wellKnownSymbol("toStringTag"),ArrayValues=es_array_iterator.values,handlePrototype=function(e,t){if(e){if(e[ITERATOR$2]!==ArrayValues)try{createNonEnumerableProperty(e,ITERATOR$2,ArrayValues)}catch(t){e[ITERATOR$2]=ArrayValues}if(e[TO_STRING_TAG]||createNonEnumerableProperty(e,TO_STRING_TAG,t),domIterables[t])for(var r in es_array_iterator)if(e[r]!==es_array_iterator[r])try{createNonEnumerableProperty(e,r,es_array_iterator[r])}catch(t){e[r]=es_array_iterator[r]}}};for(var COLLECTION_NAME in domIterables)handlePrototype(global_1[COLLECTION_NAME]&&global_1[COLLECTION_NAME].prototype,COLLECTION_NAME);handlePrototype(domTokenListPrototype,"DOMTokenList");var FORCED=!global_1.setImmediate||!global_1.clearImmediate;_export({global:!0,bind:!0,enumerable:!0,forced:FORCED},{setImmediate:task$1.set,clearImmediate:task$1.clear});var process=global_1.process;_export({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(e){validateArgumentsLength(arguments.length,1),aCallable(e);var t=engineIsNode&&process.domain;microtask(t?t.bind(e):e)}});var ITERATOR$1=wellKnownSymbol("iterator"),nativeUrl=!fails((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,r="";return e.pathname="c%20d",t.forEach((function(e,n){t.delete("b"),r+=n+e})),isPure&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[ITERATOR$1]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==r||"x"!==new URL("http://x",void 0).host})),maxInt=2147483647,base=36,tMin=1,tMax=26,skew=38,damp=700,initialBias=72,initialN=128,delimiter="-",regexNonASCII=/[^\0-\u007E]/,regexSeparators=/[.\u3002\uFF0E\uFF61]/g,OVERFLOW_ERROR="Overflow: input needs wider integers to process",baseMinusTMin=base-tMin,RangeError=global_1.RangeError,exec$1=functionUncurryThis(regexSeparators.exec),floor$1=Math.floor,fromCharCode=String.fromCharCode,charCodeAt=functionUncurryThis("".charCodeAt),join$2=functionUncurryThis([].join),push$2=functionUncurryThis([].push),replace$2=functionUncurryThis("".replace),split$2=functionUncurryThis("".split),toLowerCase$1=functionUncurryThis("".toLowerCase),ucs2decode=function(e){for(var t=[],r=0,n=e.length;r=55296&&o<=56319&&r>1,e+=floor$1(e/t);e>baseMinusTMin*tMax>>1;)e=floor$1(e/baseMinusTMin),n+=base;return floor$1(n+(baseMinusTMin+1)*e/(e+skew))},encode=function(e){var t,r,n=[],o=(e=ucs2decode(e)).length,a=initialN,i=0,s=initialBias;for(t=0;t=a&&rfloor$1((maxInt-i)/f))throw RangeError(OVERFLOW_ERROR);for(i+=(l-a)*f,a=l,t=0;tmaxInt)throw RangeError(OVERFLOW_ERROR);if(r==a){for(var p=i,d=base;;){var h=d<=s?tMin:d>=s+tMax?tMax:d-s;if(p0?arguments[0]:void 0;setInternalState$1(this,new URLSearchParamsState(e))},URLSearchParamsPrototype=URLSearchParamsConstructor.prototype;if(redefineAll(URLSearchParamsPrototype,{append:function(e,t){validateArgumentsLength(arguments.length,2);var r=getInternalParamsState(this);push$1(r.entries,{key:toString_1(e),value:toString_1(t)}),r.updateURL()},delete:function(e){validateArgumentsLength(arguments.length,1);for(var t=getInternalParamsState(this),r=t.entries,n=toString_1(e),o=0;ot.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=getInternalParamsState(this).entries,n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=0;o1?wrapRequestOptions(arguments[1]):{})}}),isCallable(N$Request)){var RequestConstructor=function(e){return anInstance(this,RequestPrototype),new N$Request(e,arguments.length>1?wrapRequestOptions(arguments[1]):{})};RequestPrototype.constructor=RequestConstructor,RequestConstructor.prototype=RequestPrototype,_export({global:!0,forced:!0},{Request:RequestConstructor})}}var web_urlSearchParams={URLSearchParams:URLSearchParamsConstructor,getState:getInternalParamsState},defineProperties=objectDefineProperties.f,codeAt=stringMultibyte.codeAt,setInternalState=internalState.set,getInternalURLState=internalState.getterFor("URL"),URLSearchParams$1=web_urlSearchParams.URLSearchParams,getInternalSearchParamsState=web_urlSearchParams.getState,NativeURL=global_1.URL,TypeError$1=global_1.TypeError,parseInt$1=global_1.parseInt,floor=Math.floor,pow=Math.pow,charAt=functionUncurryThis("".charAt),exec=functionUncurryThis(/./.exec),join=functionUncurryThis([].join),numberToString=functionUncurryThis(1..toString),pop=functionUncurryThis([].pop),push=functionUncurryThis([].push),replace=functionUncurryThis("".replace),shift=functionUncurryThis([].shift),split=functionUncurryThis("".split),stringSlice=functionUncurryThis("".slice),toLowerCase=functionUncurryThis("".toLowerCase),unshift=functionUncurryThis([].unshift),INVALID_AUTHORITY="Invalid authority",INVALID_SCHEME="Invalid scheme",INVALID_HOST="Invalid host",INVALID_PORT="Invalid port",ALPHA=/[a-z]/i,ALPHANUMERIC=/[\d+-.a-z]/i,DIGIT=/\d/,HEX_START=/^0x/i,OCT=/^[0-7]+$/,DEC=/^\d+$/,HEX=/^[\da-f]+$/i,FORBIDDEN_HOST_CODE_POINT=/[\0\t\n\r #%/:<>?@[\\\]^|]/,FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT=/[\0\t\n\r #/:<>?@[\\\]^|]/,LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE=/^[\u0000-\u0020]+|[\u0000-\u0020]+$/g,TAB_AND_NEW_LINE=/[\t\n\r]/g,EOF,parseIPv4=function(e){var t,r,n,o,a,i,s,c=split(e,".");if(c.length&&""==c[c.length-1]&&c.length--,(t=c.length)>4)return e;for(r=[],n=0;n1&&"0"==charAt(o,0)&&(a=exec(HEX_START,o)?16:8,o=stringSlice(o,8==a?1:2)),""===o)i=0;else{if(!exec(10==a?DEC:8==a?OCT:HEX,o))return e;i=parseInt$1(o,a)}push(r,i)}for(n=0;n=pow(256,5-t))return null}else if(i>255)return null;for(s=pop(r),n=0;n6)return;for(n=0;p();){if(o=null,n>0){if(!("."==p()&&n<4))return;f++}if(!exec(DIGIT,p()))return;for(;exec(DIGIT,p());){if(a=parseInt$1(p(),10),null===o)o=a;else{if(0==o)return;o=10*o+a}if(o>255)return;f++}c[u]=256*c[u]+o,2!=++n&&4!=n||u++}if(4!=n)return;break}if(":"==p()){if(f++,!p())return}else if(p())return;c[u++]=t}else{if(null!==l)return;f++,l=++u}}if(null!==l)for(i=u-l,u=7;0!=u&&i>0;)s=c[u],c[u--]=c[l+i-1],c[l+--i]=s;else if(8!=u)return;return c},findLongestZeroSequence=function(e){for(var t=null,r=1,n=null,o=0,a=0;a<8;a++)0!==e[a]?(o>r&&(t=n,r=o),n=null,o=0):(null===n&&(n=a),++o);return o>r&&(t=n,r=o),t},serializeHost=function(e){var t,r,n,o;if("number"==typeof e){for(t=[],r=0;r<4;r++)unshift(t,e%256),e=floor(e/256);return join(t,".")}if("object"==typeof e){for(t="",n=findLongestZeroSequence(e),r=0;r<8;r++)o&&0===e[r]||(o&&(o=!1),n===r?(t+=r?":":"::",o=!0):(t+=numberToString(e[r],16),r<7&&(t+=":")));return"["+t+"]"}return e},C0ControlPercentEncodeSet={},fragmentPercentEncodeSet=objectAssign({},C0ControlPercentEncodeSet,{" ":1,'"':1,"<":1,">":1,"`":1}),pathPercentEncodeSet=objectAssign({},fragmentPercentEncodeSet,{"#":1,"?":1,"{":1,"}":1}),userinfoPercentEncodeSet=objectAssign({},pathPercentEncodeSet,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),percentEncode=function(e,t){var r=codeAt(e,0);return r>32&&r<127&&!hasOwnProperty_1(t,e)?e:encodeURIComponent(e)},specialSchemes={ftp:21,file:null,http:80,https:443,ws:80,wss:443},isWindowsDriveLetter=function(e,t){var r;return 2==e.length&&exec(ALPHA,charAt(e,0))&&(":"==(r=charAt(e,1))||!t&&"|"==r)},startsWithWindowsDriveLetter=function(e){var t;return e.length>1&&isWindowsDriveLetter(stringSlice(e,0,2))&&(2==e.length||"/"===(t=charAt(e,2))||"\\"===t||"?"===t||"#"===t)},isSingleDot=function(e){return"."===e||"%2e"===toLowerCase(e)},isDoubleDot=function(e){return".."===(e=toLowerCase(e))||"%2e."===e||".%2e"===e||"%2e%2e"===e},SCHEME_START={},SCHEME={},NO_SCHEME={},SPECIAL_RELATIVE_OR_AUTHORITY={},PATH_OR_AUTHORITY={},RELATIVE={},RELATIVE_SLASH={},SPECIAL_AUTHORITY_SLASHES={},SPECIAL_AUTHORITY_IGNORE_SLASHES={},AUTHORITY={},HOST={},HOSTNAME={},PORT={},FILE={},FILE_SLASH={},FILE_HOST={},PATH_START={},PATH={},CANNOT_BE_A_BASE_URL_PATH={},QUERY={},FRAGMENT={},URLState=function(e,t,r){var n,o,a,i=toString_1(e);if(t){if(o=this.parse(i))throw TypeError$1(o);this.searchParams=null}else{if(void 0!==r&&(n=new URLState(r,!0)),o=this.parse(i,null,n))throw TypeError$1(o);(a=getInternalSearchParamsState(new URLSearchParams$1)).bindURL(this),this.searchParams=a}};URLState.prototype={type:"URL",parse:function(e,t,r){var n,o,a,i,s=this,c=t||SCHEME_START,u=0,l="",f=!1,p=!1,d=!1;for(e=toString_1(e),t||(s.scheme="",s.username="",s.password="",s.host=null,s.port=null,s.path=[],s.query=null,s.fragment=null,s.cannotBeABaseURL=!1,e=replace(e,LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE,"")),e=replace(e,TAB_AND_NEW_LINE,""),n=arrayFrom(e);u<=n.length;){switch(o=n[u],c){case SCHEME_START:if(!o||!exec(ALPHA,o)){if(t)return INVALID_SCHEME;c=NO_SCHEME;continue}l+=toLowerCase(o),c=SCHEME;break;case SCHEME:if(o&&(exec(ALPHANUMERIC,o)||"+"==o||"-"==o||"."==o))l+=toLowerCase(o);else{if(":"!=o){if(t)return INVALID_SCHEME;l="",c=NO_SCHEME,u=0;continue}if(t&&(s.isSpecial()!=hasOwnProperty_1(specialSchemes,l)||"file"==l&&(s.includesCredentials()||null!==s.port)||"file"==s.scheme&&!s.host))return;if(s.scheme=l,t)return void(s.isSpecial()&&specialSchemes[s.scheme]==s.port&&(s.port=null));l="","file"==s.scheme?c=FILE:s.isSpecial()&&r&&r.scheme==s.scheme?c=SPECIAL_RELATIVE_OR_AUTHORITY:s.isSpecial()?c=SPECIAL_AUTHORITY_SLASHES:"/"==n[u+1]?(c=PATH_OR_AUTHORITY,u++):(s.cannotBeABaseURL=!0,push(s.path,""),c=CANNOT_BE_A_BASE_URL_PATH)}break;case NO_SCHEME:if(!r||r.cannotBeABaseURL&&"#"!=o)return INVALID_SCHEME;if(r.cannotBeABaseURL&&"#"==o){s.scheme=r.scheme,s.path=arraySliceSimple(r.path),s.query=r.query,s.fragment="",s.cannotBeABaseURL=!0,c=FRAGMENT;break}c="file"==r.scheme?FILE:RELATIVE;continue;case SPECIAL_RELATIVE_OR_AUTHORITY:if("/"!=o||"/"!=n[u+1]){c=RELATIVE;continue}c=SPECIAL_AUTHORITY_IGNORE_SLASHES,u++;break;case PATH_OR_AUTHORITY:if("/"==o){c=AUTHORITY;break}c=PATH;continue;case RELATIVE:if(s.scheme=r.scheme,o==EOF)s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.query=r.query;else if("/"==o||"\\"==o&&s.isSpecial())c=RELATIVE_SLASH;else if("?"==o)s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.query="",c=QUERY;else{if("#"!=o){s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.path.length--,c=PATH;continue}s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.query=r.query,s.fragment="",c=FRAGMENT}break;case RELATIVE_SLASH:if(!s.isSpecial()||"/"!=o&&"\\"!=o){if("/"!=o){s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,c=PATH;continue}c=AUTHORITY}else c=SPECIAL_AUTHORITY_IGNORE_SLASHES;break;case SPECIAL_AUTHORITY_SLASHES:if(c=SPECIAL_AUTHORITY_IGNORE_SLASHES,"/"!=o||"/"!=charAt(l,u+1))continue;u++;break;case SPECIAL_AUTHORITY_IGNORE_SLASHES:if("/"!=o&&"\\"!=o){c=AUTHORITY;continue}break;case AUTHORITY:if("@"==o){f&&(l="%40"+l),f=!0,a=arrayFrom(l);for(var h=0;h65535)return INVALID_PORT;s.port=s.isSpecial()&&v===specialSchemes[s.scheme]?null:v,l=""}if(t)return;c=PATH_START;continue}return INVALID_PORT}l+=o;break;case FILE:if(s.scheme="file","/"==o||"\\"==o)c=FILE_SLASH;else{if(!r||"file"!=r.scheme){c=PATH;continue}if(o==EOF)s.host=r.host,s.path=arraySliceSimple(r.path),s.query=r.query;else if("?"==o)s.host=r.host,s.path=arraySliceSimple(r.path),s.query="",c=QUERY;else{if("#"!=o){startsWithWindowsDriveLetter(join(arraySliceSimple(n,u),""))||(s.host=r.host,s.path=arraySliceSimple(r.path),s.shortenPath()),c=PATH;continue}s.host=r.host,s.path=arraySliceSimple(r.path),s.query=r.query,s.fragment="",c=FRAGMENT}}break;case FILE_SLASH:if("/"==o||"\\"==o){c=FILE_HOST;break}r&&"file"==r.scheme&&!startsWithWindowsDriveLetter(join(arraySliceSimple(n,u),""))&&(isWindowsDriveLetter(r.path[0],!0)?push(s.path,r.path[0]):s.host=r.host),c=PATH;continue;case FILE_HOST:if(o==EOF||"/"==o||"\\"==o||"?"==o||"#"==o){if(!t&&isWindowsDriveLetter(l))c=PATH;else if(""==l){if(s.host="",t)return;c=PATH_START}else{if(i=s.parseHost(l))return i;if("localhost"==s.host&&(s.host=""),t)return;l="",c=PATH_START}continue}l+=o;break;case PATH_START:if(s.isSpecial()){if(c=PATH,"/"!=o&&"\\"!=o)continue}else if(t||"?"!=o)if(t||"#"!=o){if(o!=EOF&&(c=PATH,"/"!=o))continue}else s.fragment="",c=FRAGMENT;else s.query="",c=QUERY;break;case PATH:if(o==EOF||"/"==o||"\\"==o&&s.isSpecial()||!t&&("?"==o||"#"==o)){if(isDoubleDot(l)?(s.shortenPath(),"/"==o||"\\"==o&&s.isSpecial()||push(s.path,"")):isSingleDot(l)?"/"==o||"\\"==o&&s.isSpecial()||push(s.path,""):("file"==s.scheme&&!s.path.length&&isWindowsDriveLetter(l)&&(s.host&&(s.host=""),l=charAt(l,0)+":"),push(s.path,l)),l="","file"==s.scheme&&(o==EOF||"?"==o||"#"==o))for(;s.path.length>1&&""===s.path[0];)shift(s.path);"?"==o?(s.query="",c=QUERY):"#"==o&&(s.fragment="",c=FRAGMENT)}else l+=percentEncode(o,pathPercentEncodeSet);break;case CANNOT_BE_A_BASE_URL_PATH:"?"==o?(s.query="",c=QUERY):"#"==o?(s.fragment="",c=FRAGMENT):o!=EOF&&(s.path[0]+=percentEncode(o,C0ControlPercentEncodeSet));break;case QUERY:t||"#"!=o?o!=EOF&&("'"==o&&s.isSpecial()?s.query+="%27":s.query+="#"==o?"%23":percentEncode(o,C0ControlPercentEncodeSet)):(s.fragment="",c=FRAGMENT);break;case FRAGMENT:o!=EOF&&(s.fragment+=percentEncode(o,fragmentPercentEncodeSet))}u++}},parseHost:function(e){var t,r,n;if("["==charAt(e,0)){if("]"!=charAt(e,e.length-1))return INVALID_HOST;if(!(t=parseIPv6(stringSlice(e,1,-1))))return INVALID_HOST;this.host=t}else if(this.isSpecial()){if(e=stringPunycodeToAscii(e),exec(FORBIDDEN_HOST_CODE_POINT,e))return INVALID_HOST;if(null===(t=parseIPv4(e)))return INVALID_HOST;this.host=t}else{if(exec(FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT,e))return INVALID_HOST;for(t="",r=arrayFrom(e),n=0;n1?arguments[1]:void 0,n=setInternalState(t,new URLState(e,!1,r));descriptors||(t.href=n.serialize(),t.origin=n.getOrigin(),t.protocol=n.getProtocol(),t.username=n.getUsername(),t.password=n.getPassword(),t.host=n.getHost(),t.hostname=n.getHostname(),t.port=n.getPort(),t.pathname=n.getPathname(),t.search=n.getSearch(),t.searchParams=n.getSearchParams(),t.hash=n.getHash())},URLPrototype=URLConstructor.prototype,accessorDescriptor=function(e,t){return{get:function(){return getInternalURLState(this)[e]()},set:t&&function(e){return getInternalURLState(this)[t](e)},configurable:!0,enumerable:!0}};if(descriptors&&defineProperties(URLPrototype,{href:accessorDescriptor("serialize","setHref"),origin:accessorDescriptor("getOrigin"),protocol:accessorDescriptor("getProtocol","setProtocol"),username:accessorDescriptor("getUsername","setUsername"),password:accessorDescriptor("getPassword","setPassword"),host:accessorDescriptor("getHost","setHost"),hostname:accessorDescriptor("getHostname","setHostname"),port:accessorDescriptor("getPort","setPort"),pathname:accessorDescriptor("getPathname","setPathname"),search:accessorDescriptor("getSearch","setSearch"),searchParams:accessorDescriptor("getSearchParams"),hash:accessorDescriptor("getHash","setHash")}),redefine(URLPrototype,"toJSON",(function(){return getInternalURLState(this).serialize()}),{enumerable:!0}),redefine(URLPrototype,"toString",(function(){return getInternalURLState(this).serialize()}),{enumerable:!0}),NativeURL){var nativeCreateObjectURL=NativeURL.createObjectURL,nativeRevokeObjectURL=NativeURL.revokeObjectURL;nativeCreateObjectURL&&redefine(URLConstructor,"createObjectURL",functionBindContext(nativeCreateObjectURL,NativeURL)),nativeRevokeObjectURL&&redefine(URLConstructor,"revokeObjectURL",functionBindContext(nativeRevokeObjectURL,NativeURL))}setToStringTag(URLConstructor,"URL"),_export({global:!0,forced:!nativeUrl,sham:!descriptors},{URL:URLConstructor}),_export({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return functionCall(URL.prototype.toString,this)}});var lodash=createCommonjsModule((function(e,t){(function(){var r,n="Expected a function",o="__lodash_hash_undefined__",a="__lodash_placeholder__",i=16,s=32,c=64,u=128,l=256,f=1/0,p=9007199254740991,d=NaN,h=4294967295,y=[["ary",u],["bind",1],["bindKey",2],["curry",8],["curryRight",i],["flip",512],["partial",s],["partialRight",c],["rearg",l]],g="[object Arguments]",v="[object Array]",_="[object Boolean]",m="[object Date]",b="[object Error]",$="[object Function]",S="[object GeneratorFunction]",E="[object Map]",T="[object Number]",A="[object Object]",O="[object Promise]",I="[object RegExp]",P="[object Set]",C="[object String]",R="[object Symbol]",w="[object WeakMap]",x="[object ArrayBuffer]",N="[object DataView]",j="[object Float32Array]",M="[object Float64Array]",D="[object Int8Array]",L="[object Int16Array]",k="[object Int32Array]",U="[object Uint8Array]",F="[object Uint8ClampedArray]",B="[object Uint16Array]",G="[object Uint32Array]",H=/\b__p \+= '';/g,V=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,K=/&(?:amp|lt|gt|quot|#39);/g,z=/[&<>"']/g,Y=RegExp(K.source),q=RegExp(z.source),X=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,Z=/<%=([\s\S]+?)%>/g,Q=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ee=/^\w*$/,te=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,ne=RegExp(re.source),oe=/^\s+/,ae=/\s/,ie=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,se=/\{\n\/\* \[wrapped with (.+)\] \*/,ce=/,? & /,ue=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,le=/[()=,{}\[\]\/\s]/,fe=/\\(\\)?/g,pe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,de=/\w*$/,he=/^[-+]0x[0-9a-f]+$/i,ye=/^0b[01]+$/i,ge=/^\[object .+?Constructor\]$/,ve=/^0o[0-7]+$/i,_e=/^(?:0|[1-9]\d*)$/,me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,$e=/['\n\r\u2028\u2029\\]/g,Se="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ee="\\u2700-\\u27bf",Te="a-z\\xdf-\\xf6\\xf8-\\xff",Ae="A-Z\\xc0-\\xd6\\xd8-\\xde",Oe="\\ufe0e\\ufe0f",Ie="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Pe="['’]",Ce="[\\ud800-\\udfff]",Re="["+Ie+"]",we="["+Se+"]",xe="\\d+",Ne="[\\u2700-\\u27bf]",je="["+Te+"]",Me="[^\\ud800-\\udfff"+Ie+xe+Ee+Te+Ae+"]",De="\\ud83c[\\udffb-\\udfff]",Le="[^\\ud800-\\udfff]",ke="(?:\\ud83c[\\udde6-\\uddff]){2}",Ue="[\\ud800-\\udbff][\\udc00-\\udfff]",Fe="["+Ae+"]",Be="(?:"+je+"|"+Me+")",Ge="(?:"+Fe+"|"+Me+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",Ve="(?:['’](?:D|LL|M|RE|S|T|VE))?",We="(?:"+we+"|"+De+")"+"?",Ke="[\\ufe0e\\ufe0f]?",ze=Ke+We+("(?:\\u200d(?:"+[Le,ke,Ue].join("|")+")"+Ke+We+")*"),Ye="(?:"+[Ne,ke,Ue].join("|")+")"+ze,qe="(?:"+[Le+we+"?",we,ke,Ue,Ce].join("|")+")",Xe=RegExp(Pe,"g"),Je=RegExp(we,"g"),Ze=RegExp(De+"(?="+De+")|"+qe+ze,"g"),Qe=RegExp([Fe+"?"+je+"+"+He+"(?="+[Re,Fe,"$"].join("|")+")",Ge+"+"+Ve+"(?="+[Re,Fe+Be,"$"].join("|")+")",Fe+"?"+Be+"+"+He,Fe+"+"+Ve,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",xe,Ye].join("|"),"g"),et=RegExp("[\\u200d\\ud800-\\udfff"+Se+Oe+"]"),tt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,rt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],nt=-1,ot={};ot[j]=ot[M]=ot[D]=ot[L]=ot[k]=ot[U]=ot[F]=ot[B]=ot[G]=!0,ot[g]=ot[v]=ot[x]=ot[_]=ot[N]=ot[m]=ot[b]=ot[$]=ot[E]=ot[T]=ot[A]=ot[I]=ot[P]=ot[C]=ot[w]=!1;var at={};at[g]=at[v]=at[x]=at[N]=at[_]=at[m]=at[j]=at[M]=at[D]=at[L]=at[k]=at[E]=at[T]=at[A]=at[I]=at[P]=at[C]=at[R]=at[U]=at[F]=at[B]=at[G]=!0,at[b]=at[$]=at[w]=!1;var it={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},st=parseFloat,ct=parseInt,ut="object"==typeof commonjsGlobal&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,lt="object"==typeof self&&self&&self.Object===Object&&self,ft=ut||lt||Function("return this")(),pt=t&&!t.nodeType&&t,dt=pt&&e&&!e.nodeType&&e,ht=dt&&dt.exports===pt,yt=ht&&ut.process,gt=function(){try{var e=dt&&dt.require&&dt.require("util").types;return e||yt&&yt.binding&&yt.binding("util")}catch(e){}}(),vt=gt&>.isArrayBuffer,_t=gt&>.isDate,mt=gt&>.isMap,bt=gt&>.isRegExp,$t=gt&>.isSet,St=gt&>.isTypedArray;function Et(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function Tt(e,t,r,n){for(var o=-1,a=null==e?0:e.length;++o-1}function Rt(e,t,r){for(var n=-1,o=null==e?0:e.length;++n-1;);return r}function Qt(e,t){for(var r=e.length;r--&&Ut(t,e[r],0)>-1;);return r}function er(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}var tr=Vt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),rr=Vt({"&":"&","<":"<",">":">",'"':""","'":"'"});function nr(e){return"\\"+it[e]}function or(e){return et.test(e)}function ar(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}function ir(e,t){return function(r){return e(t(r))}}function sr(e,t){for(var r=-1,n=e.length,o=0,i=[];++r",""":'"',"'":"'"});var hr=function e(t){var ae=(t=null==t?ft:hr.defaults(ft.Object(),t,hr.pick(ft,rt))).Array,Se=t.Date,Ee=t.Error,Te=t.Function,Ae=t.Math,Oe=t.Object,Ie=t.RegExp,Pe=t.String,Ce=t.TypeError,Re=ae.prototype,we=Te.prototype,xe=Oe.prototype,Ne=t["__core-js_shared__"],je=we.toString,Me=xe.hasOwnProperty,De=0,Le=function(){var e=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),ke=xe.toString,Ue=je.call(Oe),Fe=ft._,Be=Ie("^"+je.call(Me).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ge=ht?t.Buffer:r,He=t.Symbol,Ve=t.Uint8Array,We=Ge?Ge.allocUnsafe:r,Ke=ir(Oe.getPrototypeOf,Oe),ze=Oe.create,Ye=xe.propertyIsEnumerable,qe=Re.splice,Ze=He?He.isConcatSpreadable:r,et=He?He.iterator:r,it=He?He.toStringTag:r,ut=function(){try{var e=da(Oe,"defineProperty");return e({},"",{}),e}catch(e){}}(),lt=t.clearTimeout!==ft.clearTimeout&&t.clearTimeout,pt=Se&&Se.now!==ft.Date.now&&Se.now,dt=t.setTimeout!==ft.setTimeout&&t.setTimeout,yt=Ae.ceil,gt=Ae.floor,Dt=Oe.getOwnPropertySymbols,Vt=Ge?Ge.isBuffer:r,yr=t.isFinite,gr=Re.join,vr=ir(Oe.keys,Oe),_r=Ae.max,mr=Ae.min,br=Se.now,$r=t.parseInt,Sr=Ae.random,Er=Re.reverse,Tr=da(t,"DataView"),Ar=da(t,"Map"),Or=da(t,"Promise"),Ir=da(t,"Set"),Pr=da(t,"WeakMap"),Cr=da(Oe,"create"),Rr=Pr&&new Pr,wr={},xr=Fa(Tr),Nr=Fa(Ar),jr=Fa(Or),Mr=Fa(Ir),Dr=Fa(Pr),Lr=He?He.prototype:r,kr=Lr?Lr.valueOf:r,Ur=Lr?Lr.toString:r;function Fr(e){if(ns(e)&&!Ki(e)&&!(e instanceof Vr)){if(e instanceof Hr)return e;if(Me.call(e,"__wrapped__"))return Ba(e)}return new Hr(e)}var Br=function(){function e(){}return function(t){if(!rs(t))return{};if(ze)return ze(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function Gr(){}function Hr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}function Vr(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=h,this.__views__=[]}function Wr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function un(e,t,n,o,a,i){var s,c=1&t,u=2&t,l=4&t;if(n&&(s=a?n(e,o,a,i):n(e)),s!==r)return s;if(!rs(e))return e;var f=Ki(e);if(f){if(s=function(e){var t=e.length,r=new e.constructor(t);t&&"string"==typeof e[0]&&Me.call(e,"index")&&(r.index=e.index,r.input=e.input);return r}(e),!c)return wo(e,s)}else{var p=ga(e),d=p==$||p==S;if(Xi(e))return Ao(e,c);if(p==A||p==g||d&&!a){if(s=u||d?{}:_a(e),!c)return u?function(e,t){return xo(e,ya(e),t)}(e,function(e,t){return e&&xo(t,js(t),e)}(s,e)):function(e,t){return xo(e,ha(e),t)}(e,on(s,e))}else{if(!at[p])return a?e:{};s=function(e,t,r){var n=e.constructor;switch(t){case x:return Oo(e);case _:case m:return new n(+e);case N:return function(e,t){var r=t?Oo(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case j:case M:case D:case L:case k:case U:case F:case B:case G:return Io(e,r);case E:return new n;case T:case C:return new n(e);case I:return function(e){var t=new e.constructor(e.source,de.exec(e));return t.lastIndex=e.lastIndex,t}(e);case P:return new n;case R:return o=e,kr?Oe(kr.call(o)):{}}var o}(e,p,c)}}i||(i=new qr);var h=i.get(e);if(h)return h;i.set(e,s),cs(e)?e.forEach((function(r){s.add(un(r,t,n,r,e,i))})):os(e)&&e.forEach((function(r,o){s.set(o,un(r,t,n,o,e,i))}));var y=f?r:(l?u?ia:aa:u?js:Ns)(e);return At(y||e,(function(r,o){y&&(r=e[o=r]),tn(s,o,un(r,t,n,o,e,i))})),s}function ln(e,t,n){var o=n.length;if(null==e)return!o;for(e=Oe(e);o--;){var a=n[o],i=t[a],s=e[a];if(s===r&&!(a in e)||!i(s))return!1}return!0}function fn(e,t,o){if("function"!=typeof e)throw new Ce(n);return Na((function(){e.apply(r,o)}),t)}function pn(e,t,r,n){var o=-1,a=Ct,i=!0,s=e.length,c=[],u=t.length;if(!s)return c;r&&(t=wt(t,qt(r))),n?(a=Rt,i=!1):t.length>=200&&(a=Jt,i=!1,t=new Yr(t));e:for(;++o-1},Kr.prototype.set=function(e,t){var r=this.__data__,n=rn(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},zr.prototype.clear=function(){this.size=0,this.__data__={hash:new Wr,map:new(Ar||Kr),string:new Wr}},zr.prototype.delete=function(e){var t=fa(this,e).delete(e);return this.size-=t?1:0,t},zr.prototype.get=function(e){return fa(this,e).get(e)},zr.prototype.has=function(e){return fa(this,e).has(e)},zr.prototype.set=function(e,t){var r=fa(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},Yr.prototype.add=Yr.prototype.push=function(e){return this.__data__.set(e,o),this},Yr.prototype.has=function(e){return this.__data__.has(e)},qr.prototype.clear=function(){this.__data__=new Kr,this.size=0},qr.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},qr.prototype.get=function(e){return this.__data__.get(e)},qr.prototype.has=function(e){return this.__data__.has(e)},qr.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Kr){var n=r.__data__;if(!Ar||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new zr(n)}return r.set(e,t),this.size=r.size,this};var dn=Mo($n),hn=Mo(Sn,!0);function yn(e,t){var r=!0;return dn(e,(function(e,n,o){return r=!!t(e,n,o)})),r}function gn(e,t,n){for(var o=-1,a=e.length;++o0&&r(s)?t>1?_n(s,t-1,r,n,o):xt(o,s):n||(o[o.length]=s)}return o}var mn=Do(),bn=Do(!0);function $n(e,t){return e&&mn(e,t,Ns)}function Sn(e,t){return e&&bn(e,t,Ns)}function En(e,t){return Pt(t,(function(t){return Qi(e[t])}))}function Tn(e,t){for(var n=0,o=(t=$o(t,e)).length;null!=e&&nt}function Pn(e,t){return null!=e&&Me.call(e,t)}function Cn(e,t){return null!=e&&t in Oe(e)}function Rn(e,t,n){for(var o=n?Rt:Ct,a=e[0].length,i=e.length,s=i,c=ae(i),u=1/0,l=[];s--;){var f=e[s];s&&t&&(f=wt(f,qt(t))),u=mr(f.length,u),c[s]=!n&&(t||a>=120&&f.length>=120)?new Yr(s&&f):r}f=e[0];var p=-1,d=c[0];e:for(;++p=s?c:c*("desc"==r[n]?-1:1)}return e.index-t.index}(e,t,r)}))}function Kn(e,t,r){for(var n=-1,o=t.length,a={};++n-1;)s!==e&&qe.call(s,c,1),qe.call(e,c,1);return e}function Yn(e,t){for(var r=e?t.length:0,n=r-1;r--;){var o=t[r];if(r==n||o!==a){var a=o;ba(o)?qe.call(e,o,1):po(e,o)}}return e}function qn(e,t){return e+gt(Sr()*(t-e+1))}function Xn(e,t){var r="";if(!e||t<1||t>p)return r;do{t%2&&(r+=e),(t=gt(t/2))&&(e+=e)}while(t);return r}function Jn(e,t){return ja(Pa(e,t,ac),e+"")}function Zn(e){return Jr(Gs(e))}function Qn(e,t){var r=Gs(e);return La(r,cn(t,0,r.length))}function eo(e,t,n,o){if(!rs(e))return e;for(var a=-1,i=(t=$o(t,e)).length,s=i-1,c=e;null!=c&&++ao?0:o+t),(r=r>o?o:r)<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var a=ae(o);++n>>1,i=e[a];null!==i&&!ls(i)&&(r?i<=t:i=200){var u=t?null:Jo(e);if(u)return cr(u);i=!1,o=Jt,c=new Yr}else c=t?[]:s;e:for(;++n=o?e:oo(e,t,n)}var To=lt||function(e){return ft.clearTimeout(e)};function Ao(e,t){if(t)return e.slice();var r=e.length,n=We?We(r):new e.constructor(r);return e.copy(n),n}function Oo(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function Io(e,t){var r=t?Oo(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Po(e,t){if(e!==t){var n=e!==r,o=null===e,a=e==e,i=ls(e),s=t!==r,c=null===t,u=t==t,l=ls(t);if(!c&&!l&&!i&&e>t||i&&s&&u&&!c&&!l||o&&s&&u||!n&&u||!a)return 1;if(!o&&!i&&!l&&e1?n[a-1]:r,s=a>2?n[2]:r;for(i=e.length>3&&"function"==typeof i?(a--,i):r,s&&$a(n[0],n[1],s)&&(i=a<3?r:i,a=1),t=Oe(t);++o-1?a[i?t[s]:s]:r}}function Bo(e){return oa((function(t){var o=t.length,a=o,i=Hr.prototype.thru;for(e&&t.reverse();a--;){var s=t[a];if("function"!=typeof s)throw new Ce(n);if(i&&!c&&"wrapper"==ca(s))var c=new Hr([],!0)}for(a=c?a:o;++a1&&_.reverse(),p&&lc))return!1;var l=i.get(e),f=i.get(t);if(l&&f)return l==t&&f==e;var p=-1,d=!0,h=2&n?new Yr:r;for(i.set(e,t),i.set(t,e);++p-1&&e%1==0&&e1?"& ":"")+t[n],t=t.join(r>2?", ":" "),e.replace(ie,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return At(y,(function(r){var n="_."+r[0];t&r[1]&&!Ct(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(se);return t?t[1].split(ce):[]}(n),r)))}function Da(e){var t=0,n=0;return function(){var o=br(),a=16-(o-n);if(n=o,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(r,arguments)}}function La(e,t){var n=-1,o=e.length,a=o-1;for(t=t===r?o:t;++n1?e[t-1]:r;return n="function"==typeof n?(e.pop(),n):r,si(e,n)}));function hi(e){var t=Fr(e);return t.__chain__=!0,t}function yi(e,t){return t(e)}var gi=oa((function(e){var t=e.length,n=t?e[0]:0,o=this.__wrapped__,a=function(t){return sn(t,e)};return!(t>1||this.__actions__.length)&&o instanceof Vr&&ba(n)?((o=o.slice(n,+n+(t?1:0))).__actions__.push({func:yi,args:[a],thisArg:r}),new Hr(o,this.__chain__).thru((function(e){return t&&!e.length&&e.push(r),e}))):this.thru(a)}));var vi=No((function(e,t,r){Me.call(e,r)?++e[r]:an(e,r,1)}));var _i=Fo(Wa),mi=Fo(Ka);function bi(e,t){return(Ki(e)?At:dn)(e,la(t,3))}function $i(e,t){return(Ki(e)?Ot:hn)(e,la(t,3))}var Si=No((function(e,t,r){Me.call(e,r)?e[r].push(t):an(e,r,[t])}));var Ei=Jn((function(e,t,r){var n=-1,o="function"==typeof t,a=Yi(e)?ae(e.length):[];return dn(e,(function(e){a[++n]=o?Et(t,e,r):wn(e,t,r)})),a})),Ti=No((function(e,t,r){an(e,r,t)}));function Ai(e,t){return(Ki(e)?wt:Fn)(e,la(t,3))}var Oi=No((function(e,t,r){e[r?0:1].push(t)}),(function(){return[[],[]]}));var Ii=Jn((function(e,t){if(null==e)return[];var r=t.length;return r>1&&$a(e,t[0],t[1])?t=[]:r>2&&$a(t[0],t[1],t[2])&&(t=[t[0]]),Wn(e,_n(t,1),[])})),Pi=pt||function(){return ft.Date.now()};function Ci(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,Qo(e,u,r,r,r,r,t)}function Ri(e,t){var o;if("function"!=typeof t)throw new Ce(n);return e=gs(e),function(){return--e>0&&(o=t.apply(this,arguments)),e<=1&&(t=r),o}}var wi=Jn((function(e,t,r){var n=1;if(r.length){var o=sr(r,ua(wi));n|=s}return Qo(e,n,t,r,o)})),xi=Jn((function(e,t,r){var n=3;if(r.length){var o=sr(r,ua(xi));n|=s}return Qo(t,n,e,r,o)}));function Ni(e,t,o){var a,i,s,c,u,l,f=0,p=!1,d=!1,h=!0;if("function"!=typeof e)throw new Ce(n);function y(t){var n=a,o=i;return a=i=r,f=t,c=e.apply(o,n)}function g(e){return f=e,u=Na(_,t),p?y(e):c}function v(e){var n=e-l;return l===r||n>=t||n<0||d&&e-f>=s}function _(){var e=Pi();if(v(e))return m(e);u=Na(_,function(e){var r=t-(e-l);return d?mr(r,s-(e-f)):r}(e))}function m(e){return u=r,h&&a?y(e):(a=i=r,c)}function b(){var e=Pi(),n=v(e);if(a=arguments,i=this,l=e,n){if(u===r)return g(l);if(d)return To(u),u=Na(_,t),y(l)}return u===r&&(u=Na(_,t)),c}return t=_s(t)||0,rs(o)&&(p=!!o.leading,s=(d="maxWait"in o)?_r(_s(o.maxWait)||0,t):s,h="trailing"in o?!!o.trailing:h),b.cancel=function(){u!==r&&To(u),f=0,a=l=i=u=r},b.flush=function(){return u===r?c:m(Pi())},b}var ji=Jn((function(e,t){return fn(e,1,t)})),Mi=Jn((function(e,t,r){return fn(e,_s(t)||0,r)}));function Di(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ce(n);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(Di.Cache||zr),r}function Li(e){if("function"!=typeof e)throw new Ce(n);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Di.Cache=zr;var ki=So((function(e,t){var r=(t=1==t.length&&Ki(t[0])?wt(t[0],qt(la())):wt(_n(t,1),qt(la()))).length;return Jn((function(n){for(var o=-1,a=mr(n.length,r);++o=t})),Wi=xn(function(){return arguments}())?xn:function(e){return ns(e)&&Me.call(e,"callee")&&!Ye.call(e,"callee")},Ki=ae.isArray,zi=vt?qt(vt):function(e){return ns(e)&&On(e)==x};function Yi(e){return null!=e&&ts(e.length)&&!Qi(e)}function qi(e){return ns(e)&&Yi(e)}var Xi=Vt||_c,Ji=_t?qt(_t):function(e){return ns(e)&&On(e)==m};function Zi(e){if(!ns(e))return!1;var t=On(e);return t==b||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!is(e)}function Qi(e){if(!rs(e))return!1;var t=On(e);return t==$||t==S||"[object AsyncFunction]"==t||"[object Proxy]"==t}function es(e){return"number"==typeof e&&e==gs(e)}function ts(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=p}function rs(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ns(e){return null!=e&&"object"==typeof e}var os=mt?qt(mt):function(e){return ns(e)&&ga(e)==E};function as(e){return"number"==typeof e||ns(e)&&On(e)==T}function is(e){if(!ns(e)||On(e)!=A)return!1;var t=Ke(e);if(null===t)return!0;var r=Me.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&je.call(r)==Ue}var ss=bt?qt(bt):function(e){return ns(e)&&On(e)==I};var cs=$t?qt($t):function(e){return ns(e)&&ga(e)==P};function us(e){return"string"==typeof e||!Ki(e)&&ns(e)&&On(e)==C}function ls(e){return"symbol"==typeof e||ns(e)&&On(e)==R}var fs=St?qt(St):function(e){return ns(e)&&ts(e.length)&&!!ot[On(e)]};var ps=Yo(Un),ds=Yo((function(e,t){return e<=t}));function hs(e){if(!e)return[];if(Yi(e))return us(e)?fr(e):wo(e);if(et&&e[et])return function(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}(e[et]());var t=ga(e);return(t==E?ar:t==P?cr:Gs)(e)}function ys(e){return e?(e=_s(e))===f||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function gs(e){var t=ys(e),r=t%1;return t==t?r?t-r:t:0}function vs(e){return e?cn(gs(e),0,h):0}function _s(e){if("number"==typeof e)return e;if(ls(e))return d;if(rs(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=rs(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Yt(e);var r=ye.test(e);return r||ve.test(e)?ct(e.slice(2),r?2:8):he.test(e)?d:+e}function ms(e){return xo(e,js(e))}function bs(e){return null==e?"":lo(e)}var $s=jo((function(e,t){if(Aa(t)||Yi(t))xo(t,Ns(t),e);else for(var r in t)Me.call(t,r)&&tn(e,r,t[r])})),Ss=jo((function(e,t){xo(t,js(t),e)})),Es=jo((function(e,t,r,n){xo(t,js(t),e,n)})),Ts=jo((function(e,t,r,n){xo(t,Ns(t),e,n)})),As=oa(sn);var Os=Jn((function(e,t){e=Oe(e);var n=-1,o=t.length,a=o>2?t[2]:r;for(a&&$a(t[0],t[1],a)&&(o=1);++n1),t})),xo(e,ia(e),r),n&&(r=un(r,7,ra));for(var o=t.length;o--;)po(r,t[o]);return r}));var ks=oa((function(e,t){return null==e?{}:function(e,t){return Kn(e,t,(function(t,r){return Cs(e,r)}))}(e,t)}));function Us(e,t){if(null==e)return{};var r=wt(ia(e),(function(e){return[e]}));return t=la(t),Kn(e,r,(function(e,r){return t(e,r[0])}))}var Fs=Zo(Ns),Bs=Zo(js);function Gs(e){return null==e?[]:Xt(e,Ns(e))}var Hs=ko((function(e,t,r){return t=t.toLowerCase(),e+(r?Vs(t):t)}));function Vs(e){return Zs(bs(e).toLowerCase())}function Ws(e){return(e=bs(e))&&e.replace(me,tr).replace(Je,"")}var Ks=ko((function(e,t,r){return e+(r?"-":"")+t.toLowerCase()})),zs=ko((function(e,t,r){return e+(r?" ":"")+t.toLowerCase()})),Ys=Lo("toLowerCase");var qs=ko((function(e,t,r){return e+(r?"_":"")+t.toLowerCase()}));var Xs=ko((function(e,t,r){return e+(r?" ":"")+Zs(t)}));var Js=ko((function(e,t,r){return e+(r?" ":"")+t.toUpperCase()})),Zs=Lo("toUpperCase");function Qs(e,t,n){return e=bs(e),(t=n?r:t)===r?function(e){return tt.test(e)}(e)?function(e){return e.match(Qe)||[]}(e):function(e){return e.match(ue)||[]}(e):e.match(t)||[]}var ec=Jn((function(e,t){try{return Et(e,r,t)}catch(e){return Zi(e)?e:new Ee(e)}})),tc=oa((function(e,t){return At(t,(function(t){t=Ua(t),an(e,t,wi(e[t],e))})),e}));function rc(e){return function(){return e}}var nc=Bo(),oc=Bo(!0);function ac(e){return e}function ic(e){return Dn("function"==typeof e?e:un(e,1))}var sc=Jn((function(e,t){return function(r){return wn(r,e,t)}})),cc=Jn((function(e,t){return function(r){return wn(e,r,t)}}));function uc(e,t,r){var n=Ns(t),o=En(t,n);null!=r||rs(t)&&(o.length||!n.length)||(r=t,t=e,e=this,o=En(t,Ns(t)));var a=!(rs(r)&&"chain"in r&&!r.chain),i=Qi(e);return At(o,(function(r){var n=t[r];e[r]=n,i&&(e.prototype[r]=function(){var t=this.__chain__;if(a||t){var r=e(this.__wrapped__),o=r.__actions__=wo(this.__actions__);return o.push({func:n,args:arguments,thisArg:e}),r.__chain__=t,r}return n.apply(e,xt([this.value()],arguments))})})),e}function lc(){}var fc=Wo(wt),pc=Wo(It),dc=Wo(Mt);function hc(e){return Sa(e)?Ht(Ua(e)):function(e){return function(t){return Tn(t,e)}}(e)}var yc=zo(),gc=zo(!0);function vc(){return[]}function _c(){return!1}var mc=Vo((function(e,t){return e+t}),0),bc=Xo("ceil"),$c=Vo((function(e,t){return e/t}),1),Sc=Xo("floor");var Ec,Tc=Vo((function(e,t){return e*t}),1),Ac=Xo("round"),Oc=Vo((function(e,t){return e-t}),0);return Fr.after=function(e,t){if("function"!=typeof t)throw new Ce(n);return e=gs(e),function(){if(--e<1)return t.apply(this,arguments)}},Fr.ary=Ci,Fr.assign=$s,Fr.assignIn=Ss,Fr.assignInWith=Es,Fr.assignWith=Ts,Fr.at=As,Fr.before=Ri,Fr.bind=wi,Fr.bindAll=tc,Fr.bindKey=xi,Fr.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ki(e)?e:[e]},Fr.chain=hi,Fr.chunk=function(e,t,n){t=(n?$a(e,t,n):t===r)?1:_r(gs(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var a=0,i=0,s=ae(yt(o/t));aa?0:a+n),(o=o===r||o>a?a:gs(o))<0&&(o+=a),o=n>o?0:vs(o);n>>0)?(e=bs(e))&&("string"==typeof t||null!=t&&!ss(t))&&!(t=lo(t))&&or(e)?Eo(fr(e),0,n):e.split(t,n):[]},Fr.spread=function(e,t){if("function"!=typeof e)throw new Ce(n);return t=null==t?0:_r(gs(t),0),Jn((function(r){var n=r[t],o=Eo(r,0,t);return n&&xt(o,n),Et(e,this,o)}))},Fr.tail=function(e){var t=null==e?0:e.length;return t?oo(e,1,t):[]},Fr.take=function(e,t,n){return e&&e.length?oo(e,0,(t=n||t===r?1:gs(t))<0?0:t):[]},Fr.takeRight=function(e,t,n){var o=null==e?0:e.length;return o?oo(e,(t=o-(t=n||t===r?1:gs(t)))<0?0:t,o):[]},Fr.takeRightWhile=function(e,t){return e&&e.length?yo(e,la(t,3),!1,!0):[]},Fr.takeWhile=function(e,t){return e&&e.length?yo(e,la(t,3)):[]},Fr.tap=function(e,t){return t(e),e},Fr.throttle=function(e,t,r){var o=!0,a=!0;if("function"!=typeof e)throw new Ce(n);return rs(r)&&(o="leading"in r?!!r.leading:o,a="trailing"in r?!!r.trailing:a),Ni(e,t,{leading:o,maxWait:t,trailing:a})},Fr.thru=yi,Fr.toArray=hs,Fr.toPairs=Fs,Fr.toPairsIn=Bs,Fr.toPath=function(e){return Ki(e)?wt(e,Ua):ls(e)?[e]:wo(ka(bs(e)))},Fr.toPlainObject=ms,Fr.transform=function(e,t,r){var n=Ki(e),o=n||Xi(e)||fs(e);if(t=la(t,4),null==r){var a=e&&e.constructor;r=o?n?new a:[]:rs(e)&&Qi(a)?Br(Ke(e)):{}}return(o?At:$n)(e,(function(e,n,o){return t(r,e,n,o)})),r},Fr.unary=function(e){return Ci(e,1)},Fr.union=ni,Fr.unionBy=oi,Fr.unionWith=ai,Fr.uniq=function(e){return e&&e.length?fo(e):[]},Fr.uniqBy=function(e,t){return e&&e.length?fo(e,la(t,2)):[]},Fr.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?fo(e,r,t):[]},Fr.unset=function(e,t){return null==e||po(e,t)},Fr.unzip=ii,Fr.unzipWith=si,Fr.update=function(e,t,r){return null==e?e:ho(e,t,bo(r))},Fr.updateWith=function(e,t,n,o){return o="function"==typeof o?o:r,null==e?e:ho(e,t,bo(n),o)},Fr.values=Gs,Fr.valuesIn=function(e){return null==e?[]:Xt(e,js(e))},Fr.without=ci,Fr.words=Qs,Fr.wrap=function(e,t){return Ui(bo(t),e)},Fr.xor=ui,Fr.xorBy=li,Fr.xorWith=fi,Fr.zip=pi,Fr.zipObject=function(e,t){return _o(e||[],t||[],tn)},Fr.zipObjectDeep=function(e,t){return _o(e||[],t||[],eo)},Fr.zipWith=di,Fr.entries=Fs,Fr.entriesIn=Bs,Fr.extend=Ss,Fr.extendWith=Es,uc(Fr,Fr),Fr.add=mc,Fr.attempt=ec,Fr.camelCase=Hs,Fr.capitalize=Vs,Fr.ceil=bc,Fr.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=_s(n))==n?n:0),t!==r&&(t=(t=_s(t))==t?t:0),cn(_s(e),t,n)},Fr.clone=function(e){return un(e,4)},Fr.cloneDeep=function(e){return un(e,5)},Fr.cloneDeepWith=function(e,t){return un(e,5,t="function"==typeof t?t:r)},Fr.cloneWith=function(e,t){return un(e,4,t="function"==typeof t?t:r)},Fr.conformsTo=function(e,t){return null==t||ln(e,t,Ns(t))},Fr.deburr=Ws,Fr.defaultTo=function(e,t){return null==e||e!=e?t:e},Fr.divide=$c,Fr.endsWith=function(e,t,n){e=bs(e),t=lo(t);var o=e.length,a=n=n===r?o:cn(gs(n),0,o);return(n-=t.length)>=0&&e.slice(n,a)==t},Fr.eq=Gi,Fr.escape=function(e){return(e=bs(e))&&q.test(e)?e.replace(z,rr):e},Fr.escapeRegExp=function(e){return(e=bs(e))&&ne.test(e)?e.replace(re,"\\$&"):e},Fr.every=function(e,t,n){var o=Ki(e)?It:yn;return n&&$a(e,t,n)&&(t=r),o(e,la(t,3))},Fr.find=_i,Fr.findIndex=Wa,Fr.findKey=function(e,t){return Lt(e,la(t,3),$n)},Fr.findLast=mi,Fr.findLastIndex=Ka,Fr.findLastKey=function(e,t){return Lt(e,la(t,3),Sn)},Fr.floor=Sc,Fr.forEach=bi,Fr.forEachRight=$i,Fr.forIn=function(e,t){return null==e?e:mn(e,la(t,3),js)},Fr.forInRight=function(e,t){return null==e?e:bn(e,la(t,3),js)},Fr.forOwn=function(e,t){return e&&$n(e,la(t,3))},Fr.forOwnRight=function(e,t){return e&&Sn(e,la(t,3))},Fr.get=Ps,Fr.gt=Hi,Fr.gte=Vi,Fr.has=function(e,t){return null!=e&&va(e,t,Pn)},Fr.hasIn=Cs,Fr.head=Ya,Fr.identity=ac,Fr.includes=function(e,t,r,n){e=Yi(e)?e:Gs(e),r=r&&!n?gs(r):0;var o=e.length;return r<0&&(r=_r(o+r,0)),us(e)?r<=o&&e.indexOf(t,r)>-1:!!o&&Ut(e,t,r)>-1},Fr.indexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var o=null==r?0:gs(r);return o<0&&(o=_r(n+o,0)),Ut(e,t,o)},Fr.inRange=function(e,t,n){return t=ys(t),n===r?(n=t,t=0):n=ys(n),function(e,t,r){return e>=mr(t,r)&&e<_r(t,r)}(e=_s(e),t,n)},Fr.invoke=xs,Fr.isArguments=Wi,Fr.isArray=Ki,Fr.isArrayBuffer=zi,Fr.isArrayLike=Yi,Fr.isArrayLikeObject=qi,Fr.isBoolean=function(e){return!0===e||!1===e||ns(e)&&On(e)==_},Fr.isBuffer=Xi,Fr.isDate=Ji,Fr.isElement=function(e){return ns(e)&&1===e.nodeType&&!is(e)},Fr.isEmpty=function(e){if(null==e)return!0;if(Yi(e)&&(Ki(e)||"string"==typeof e||"function"==typeof e.splice||Xi(e)||fs(e)||Wi(e)))return!e.length;var t=ga(e);if(t==E||t==P)return!e.size;if(Aa(e))return!Ln(e).length;for(var r in e)if(Me.call(e,r))return!1;return!0},Fr.isEqual=function(e,t){return Nn(e,t)},Fr.isEqualWith=function(e,t,n){var o=(n="function"==typeof n?n:r)?n(e,t):r;return o===r?Nn(e,t,r,n):!!o},Fr.isError=Zi,Fr.isFinite=function(e){return"number"==typeof e&&yr(e)},Fr.isFunction=Qi,Fr.isInteger=es,Fr.isLength=ts,Fr.isMap=os,Fr.isMatch=function(e,t){return e===t||jn(e,t,pa(t))},Fr.isMatchWith=function(e,t,n){return n="function"==typeof n?n:r,jn(e,t,pa(t),n)},Fr.isNaN=function(e){return as(e)&&e!=+e},Fr.isNative=function(e){if(Ta(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Mn(e)},Fr.isNil=function(e){return null==e},Fr.isNull=function(e){return null===e},Fr.isNumber=as,Fr.isObject=rs,Fr.isObjectLike=ns,Fr.isPlainObject=is,Fr.isRegExp=ss,Fr.isSafeInteger=function(e){return es(e)&&e>=-9007199254740991&&e<=p},Fr.isSet=cs,Fr.isString=us,Fr.isSymbol=ls,Fr.isTypedArray=fs,Fr.isUndefined=function(e){return e===r},Fr.isWeakMap=function(e){return ns(e)&&ga(e)==w},Fr.isWeakSet=function(e){return ns(e)&&"[object WeakSet]"==On(e)},Fr.join=function(e,t){return null==e?"":gr.call(e,t)},Fr.kebabCase=Ks,Fr.last=Za,Fr.lastIndexOf=function(e,t,n){var o=null==e?0:e.length;if(!o)return-1;var a=o;return n!==r&&(a=(a=gs(n))<0?_r(o+a,0):mr(a,o-1)),t==t?function(e,t,r){for(var n=r+1;n--;)if(e[n]===t)return n;return n}(e,t,a):kt(e,Bt,a,!0)},Fr.lowerCase=zs,Fr.lowerFirst=Ys,Fr.lt=ps,Fr.lte=ds,Fr.max=function(e){return e&&e.length?gn(e,ac,In):r},Fr.maxBy=function(e,t){return e&&e.length?gn(e,la(t,2),In):r},Fr.mean=function(e){return Gt(e,ac)},Fr.meanBy=function(e,t){return Gt(e,la(t,2))},Fr.min=function(e){return e&&e.length?gn(e,ac,Un):r},Fr.minBy=function(e,t){return e&&e.length?gn(e,la(t,2),Un):r},Fr.stubArray=vc,Fr.stubFalse=_c,Fr.stubObject=function(){return{}},Fr.stubString=function(){return""},Fr.stubTrue=function(){return!0},Fr.multiply=Tc,Fr.nth=function(e,t){return e&&e.length?Vn(e,gs(t)):r},Fr.noConflict=function(){return ft._===this&&(ft._=Fe),this},Fr.noop=lc,Fr.now=Pi,Fr.pad=function(e,t,r){e=bs(e);var n=(t=gs(t))?lr(e):0;if(!t||n>=t)return e;var o=(t-n)/2;return Ko(gt(o),r)+e+Ko(yt(o),r)},Fr.padEnd=function(e,t,r){e=bs(e);var n=(t=gs(t))?lr(e):0;return t&&nt){var o=e;e=t,t=o}if(n||e%1||t%1){var a=Sr();return mr(e+a*(t-e+st("1e-"+((a+"").length-1))),t)}return qn(e,t)},Fr.reduce=function(e,t,r){var n=Ki(e)?Nt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,dn)},Fr.reduceRight=function(e,t,r){var n=Ki(e)?jt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,hn)},Fr.repeat=function(e,t,n){return t=(n?$a(e,t,n):t===r)?1:gs(t),Xn(bs(e),t)},Fr.replace=function(){var e=arguments,t=bs(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Fr.result=function(e,t,n){var o=-1,a=(t=$o(t,e)).length;for(a||(a=1,e=r);++op)return[];var r=h,n=mr(e,h);t=la(t),e-=h;for(var o=zt(n,t);++r=i)return e;var c=n-lr(o);if(c<1)return o;var u=s?Eo(s,0,c).join(""):e.slice(0,c);if(a===r)return u+o;if(s&&(c+=u.length-c),ss(a)){if(e.slice(c).search(a)){var l,f=u;for(a.global||(a=Ie(a.source,bs(de.exec(a))+"g")),a.lastIndex=0;l=a.exec(f);)var p=l.index;u=u.slice(0,p===r?c:p)}}else if(e.indexOf(lo(a),c)!=c){var d=u.lastIndexOf(a);d>-1&&(u=u.slice(0,d))}return u+o},Fr.unescape=function(e){return(e=bs(e))&&Y.test(e)?e.replace(K,dr):e},Fr.uniqueId=function(e){var t=++De;return bs(e)+t},Fr.upperCase=Js,Fr.upperFirst=Zs,Fr.each=bi,Fr.eachRight=$i,Fr.first=Ya,uc(Fr,(Ec={},$n(Fr,(function(e,t){Me.call(Fr.prototype,t)||(Ec[t]=e)})),Ec),{chain:!1}),Fr.VERSION="4.17.21",At(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Fr[e].placeholder=Fr})),At(["drop","take"],(function(e,t){Vr.prototype[e]=function(n){n=n===r?1:_r(gs(n),0);var o=this.__filtered__&&!t?new Vr(this):this.clone();return o.__filtered__?o.__takeCount__=mr(n,o.__takeCount__):o.__views__.push({size:mr(n,h),type:e+(o.__dir__<0?"Right":"")}),o},Vr.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),At(["filter","map","takeWhile"],(function(e,t){var r=t+1,n=1==r||3==r;Vr.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:la(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}})),At(["head","last"],(function(e,t){var r="take"+(t?"Right":"");Vr.prototype[e]=function(){return this[r](1).value()[0]}})),At(["initial","tail"],(function(e,t){var r="drop"+(t?"":"Right");Vr.prototype[e]=function(){return this.__filtered__?new Vr(this):this[r](1)}})),Vr.prototype.compact=function(){return this.filter(ac)},Vr.prototype.find=function(e){return this.filter(e).head()},Vr.prototype.findLast=function(e){return this.reverse().find(e)},Vr.prototype.invokeMap=Jn((function(e,t){return"function"==typeof e?new Vr(this):this.map((function(r){return wn(r,e,t)}))})),Vr.prototype.reject=function(e){return this.filter(Li(la(e)))},Vr.prototype.slice=function(e,t){e=gs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Vr(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(n=(t=gs(t))<0?n.dropRight(-t):n.take(t-e)),n)},Vr.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Vr.prototype.toArray=function(){return this.take(h)},$n(Vr.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),a=Fr[o?"take"+("last"==t?"Right":""):t],i=o||/^find/.test(t);a&&(Fr.prototype[t]=function(){var t=this.__wrapped__,s=o?[1]:arguments,c=t instanceof Vr,u=s[0],l=c||Ki(t),f=function(e){var t=a.apply(Fr,xt([e],s));return o&&p?t[0]:t};l&&n&&"function"==typeof u&&1!=u.length&&(c=l=!1);var p=this.__chain__,d=!!this.__actions__.length,h=i&&!p,y=c&&!d;if(!i&&l){t=y?t:new Vr(this);var g=e.apply(t,s);return g.__actions__.push({func:yi,args:[f],thisArg:r}),new Hr(g,p)}return h&&y?e.apply(this,s):(g=this.thru(f),h?o?g.value()[0]:g.value():g)})})),At(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Re[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Fr.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var o=this.value();return t.apply(Ki(o)?o:[],e)}return this[r]((function(r){return t.apply(Ki(r)?r:[],e)}))}})),$n(Vr.prototype,(function(e,t){var r=Fr[t];if(r){var n=r.name+"";Me.call(wr,n)||(wr[n]=[]),wr[n].push({name:t,func:r})}})),wr[Go(r,2).name]=[{name:"wrapper",func:r}],Vr.prototype.clone=function(){var e=new Vr(this.__wrapped__);return e.__actions__=wo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=wo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=wo(this.__views__),e},Vr.prototype.reverse=function(){if(this.__filtered__){var e=new Vr(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Vr.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=Ki(e),n=t<0,o=r?e.length:0,a=function(e,t,r){var n=-1,o=r.length;for(;++n=this.__values__.length;return{done:e,value:e?r:this.__values__[this.__index__++]}},Fr.prototype.plant=function(e){for(var t,n=this;n instanceof Gr;){var o=Ba(n);o.__index__=0,o.__values__=r,t?a.__wrapped__=o:t=o;var a=o;n=n.__wrapped__}return a.__wrapped__=e,t},Fr.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Vr){var t=e;return this.__actions__.length&&(t=new Vr(this)),(t=t.reverse()).__actions__.push({func:yi,args:[ri],thisArg:r}),new Hr(t,this.__chain__)}return this.thru(ri)},Fr.prototype.toJSON=Fr.prototype.valueOf=Fr.prototype.value=function(){return go(this.__wrapped__,this.__actions__)},Fr.prototype.first=Fr.prototype.head,et&&(Fr.prototype[et]=function(){return this}),Fr}();dt?((dt.exports=hr)._=hr,pt._=hr):ft._=hr}).call(commonjsGlobal)}));jQuery.fn.extend({center:function(){return this.css("position","absolute"),this.css("top",($(window).height()-this.height())/2+$(window).scrollTop()+"px"),this.css("left",($(window).width()-this.width())/2+$(window).scrollLeft()+"px"),this}}),$.fn.extend({isEmpty:function(e){return 0!=$.trim($(this).value).length||(alert(e),$(this).focus(),!1)}}),String.prototype.splitCSV=function(e){for(var t,r=this.split(e=e||","),n=r.length-1;n>=0;n--)'"'==r[n].replace(/"\s+$/,'"').charAt(r[n].length-1)?(t=r[n].replace(/^\s+"/,'"')).length>1&&'"'==t.charAt(0)?r[n]=r[n].replace(/^\s*"|"\s*$/g,"").replace(/""/g,'"'):n?r.splice(n-1,2,[r[n-1],r[n]].join(e)):r=r.shift().split(e).concat(r):r[n].replace(/""/g,'"');return r};var BootstrapRemoteModal=function(e,t){t=t||{};var r={parentElement:(e=e||{}).parentElement||"body",header:e.header||!0,footer:e.footer||!0,saveButton:e.saveButton||!1,closeIcon:e.closeIcon||!0,modalTitle:e.modalTitle||"",remoteLink:e.remoteLink||"",fnOnShow:e.fnOnShow||null,fnOnShown:e.fnOnShown||null,fnOnHide:e.fnOnHide||null,fnOnHidden:e.fnOnHidden||null,fnOnLoaded:e.fnOnLoaded||null,removeOnClose:e.removeOnClose||!1,parseScriptsOnLoad:e.parseScriptsOnLoad||!1,blocking:e.blocking||!1};t.closeIcon,t.closeButton,t.saveButton;var n=$(''),o=$(''),a=$(''),i=$(''),s=$(''),c=$(''),u=$(''),l=$(t.closeIcon),f=$(t.closeButton),p=$(t.saveButton),d=null,h=function(){var e=d.find(".modal-body");$.ajax({url:r.remoteLink,method:"GET",success:function(t){e.html(t),d.trigger("loaded.ls.remotemodal")}})};(function(){var e=this;$.each(r,(function(t,n){r[t]=e.data(t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase())||r[t]}))}).call(this),function(){var e=a.clone();if(e.append(c.clone()),!0===r.header){var t=i.clone();s.text(r.modalTitle),t.append(l.clone()),t.append(s),e.prepend(t)}if(!0===r.footer){var h=u.clone();h.append(f.clone()),!0===r.saveButton&&h.append(p.clone()),e.append(h)}(d=n.clone()).append(o.clone().append(e))}(),d.appendTo($(r.parentElement)),function(){this.on("click.remotemodal",(function(){d.modal("toggle")}))}.call(this),function(){d.on("show.bs.modal",(function(){h();try{r.fnOnShow}catch(e){}})),d.on("shown.bs.modal",r.fnOnShown),d.on("hide.bs.modal",r.fnOnHide),d.on("hidden.bs.modal",(function(){!0===r.removeOnClose&&d.find(".modal-body").html(" ");try{r.fnOnHidden}catch(e){}})),d.on("loaded.ls.remotemodal",r.fnOnLoaded)}.call(this)};jQuery.fn.extend({remoteModal:BootstrapRemoteModal});var bindAdvancedAttribute=function(){$("#advancedquestionsettingswrapper").length>0&&(window.questionFunctions=window.questionFunctions||new QuestionFunctions||null,window.questionFunctions.updatequestionattributes()),$("#showadvancedattributes").click((function(){$("#showadvancedattributes").hide(),$("#hideadvancedattributes").show(),$("#advancedquestionsettingswrapper").animate({height:"toggle",opacity:"toggle"})}))},subquestionAndAnswersGlobalMethods={removechars:function(e){return e.replace(/[-a-zA-Z_]/g,"")},getUnique:function(e){return lodash.uniq(e)}},onExistBinding=function(){$(document).on("click",".has-link",(function(){var e=$(this).find("a").attr("href");window.location.href=e}))},ConsoleShim=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];_classCallCheck(this,e),this.param=t,this.silencer=r,this.collector=[],this.currentGroupDescription="",this.activeGroups=0,this.timeHolder=null,this.methods=["group","groupEnd","log","trace","time","timeEnd","error","warn"],this.silent={group:function(){},groupEnd:function(){},log:function(){},trace:function(){},time:function(){},timeEnd:function(){},error:function(){},err:function(){},debug:function(){},warn:function(){}}}return _createClass(e,[{key:"_generateError",value:function(){try{throw new Error}catch(e){return e}}},{key:"_insertParamToArguments",value:function(e){if(""!==this.param){var t=_toConsumableArray(e);return t.unshift(this.param),t}return Array.from(arguments)}},{key:"setSilent",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this.silencer=e||!this.silencer}},{key:"group",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);if("function"!=typeof console.group){var t=e[0]||"GROUP";this.currentGroupDescription=t,this.activeGroups++}else console.group.apply(console,e)}}},{key:"groupEnd",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);"function"!=typeof console.groupEnd?(this.currentGroupDescription="",this.activeGroups--,this.activeGroups=0===this.activeGroups?0:this.activeGroups--):console.groupEnd.apply(console,e)}}},{key:"log",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);"function"!=typeof console.group?(e.shift(),e.unshift(" ".repeat(2*this.activeGroups)),this.log.apply(this,e)):console.log.apply(console,e)}}},{key:"trace",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);if("function"!=typeof console.trace){var t=this._generateError();t.stack?this.log.apply(console,t.stack):(this.log(e),null!=arguments.callee&&this.trace.apply(console,arguments.callee))}else console.trace.apply(console,e)}}},{key:"time",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);"function"!=typeof console.time?this.timeHolder=new Date:console.time.apply(console,e)}}},{key:"timeEnd",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);if("function"!=typeof console.timeEnd){var t=new Date-this.timeHolder;this.log("Took ".concat(Math.floor(t/36e5)," hours, ").concat(Math.floor(t/6e4)," minutes and ").concat(Math.floor(t/1e3)," seconds ( ").concat(t," ms)")),this.time=new Date}else console.timeEnd.apply(console,e)}}},{key:"error",value:function(){var e=this._insertParamToArguments(arguments);"function"!=typeof console.error?(this.log("--- ERROR ---"),this.log(e)):console.error.apply(console,e)}},{key:"warn",value:function(){var e=this._insertParamToArguments(arguments);"function"!=typeof console.warn?(this.log("--- WARN ---"),this.log(e)):console.warn.apply(console,e)}}]),e}(),adminCoreLSConsole=new ConsoleShim("AdminCore",!!window.debugState&&window.debugState.backend),ConfirmationModal=function ConfirmationModal(e){var _this=this,actionBtn=document.getElementById("actionBtn"),optionsDefault={onclick:null,href:null,message:null,keepopen:null,postDatas:null,gridid:null,title:null,btnclass:"btn-primary",btntext:actionBtn.dataset.actionbtntext,"ajax-url":null,postUrl:null},_parseOptions=function(e){return lodash.each(optionsDefault,(function(t,r){optionsDefault[r]=$(_this).data(r)||$(e.relatedTarget).data(r)||optionsDefault[r]}))},_basicLink=function(){adminCoreLSConsole.log("Binding basicLink in notification panel"),$(_this).find(".btn-ok").attr("href",options.href)},_onClickFunction=function _onClickFunction(){adminCoreLSConsole.log("Binding onClick-functions in notification panel");var onclick_fn=eval(options.onclick);if("function"==typeof onclick_fn)return $(_this).find(".btn-ok").off("click"),void $(_this).find(".btn-ok").on("click",(function(e){options.keepopen||$("#confirmation-modal").modal("hide"),onclick_fn()}));adminCoreLSConsole.error("Confirmation modal: onclick is not a function. Wrap data-onclick content in (function() { ... }).")},_ajaxHandler=function(){adminCoreLSConsole.log("Binding ajax handler in notification panel"),$(_this).find(".btn-ok").on("click",(function(e){$.ajax({type:"POST",url:options["ajax-url"],data:options.postDatas,success:function(e,t){$.fn.yiiGridView.update(options.gridid),$("#confirmation-modal").modal("hide")},error:function(e,t){$("#confirmation-modal .modal-body-text").append(e.responseText)}})}))},_sendPost=function(){adminCoreLSConsole.log("Binding post handler on confirmation dialog"),$(_this).find(".btn-ok").on("click",(function(e){window.LS.sendPost(options.postUrl,"",options.postDatas)}))},_setTarget=function(){options.href?_basicLink():options.onclick?_onClickFunction():options["ajax-url"]?_ajaxHandler():options.postUrl?_sendPost():adminCoreLSConsole.error("Confirmation modal: Found neither data-href or data-onclick, nor ajax data.")},options=_parseOptions(e);$(this).find(".modal-body-text").html(options.message),$(this).find(".btn-ok").removeClass("btn-primary btn-danger"),null!==options.btnclass&&$(this).find(".btn-ok").addClass(options.btnclass),$(this).find(".btn-ok").html(options.btntext),null!==options.title&&$(this).find(".modal-title").html(options.title),_setTarget()},loadMethods=function(){adminCoreLSConsole.log("ConfirmationModal calling"),$("#confirmation-modal").on("show.bs.modal",(function(e){ConfirmationModal.call(this,e)}))},globalWindowMethods={renderBootstrapSwitch:function(){try{$("[data-is-bootstrap-switch]").parent().hasClass("bootstrap-switch-container")||$("[data-is-bootstrap-switch]").bootstrapSwitch({onInit:function(){return adminCoreLSConsole.log("BootstrapSwitch Initialized")}})}catch(e){adminCoreLSConsole.error(e)}},unrenderBootstrapSwitch:function(){try{$("[data-is-bootstrap-switch]").bootstrapSwitch("destroy")}catch(e){adminCoreLSConsole.error(e)}},validatefilename:function(e,t){return""!=e.the_file.value||($("#pleaseselectfile-popup").modal(),e.the_file.focus(),!1)},doToolTip:function(){try{$(".btntooltip").tooltip("destroy")}catch(e){}try{$('[data-tooltip="true"]').tooltip("destroy")}catch(e){}try{$('[data-tooltip="true"]').tooltip("destroy")}catch(e){}$(".btntooltip").tooltip(),$('[data-tooltip="true"]').tooltip(),$('[data-toggle="tooltip"]').tooltip()},arrHasDupes:function(e){return _.uniq(e).length!==e.length},arrHasDupesWhich:function(e){return _.difference(_.uniq(e),e).length>0},getkey:function(e){return window.event?window.event.keyCode:e?e.which:null},goodchars:function(e,t){var r=getkey(e);if(null==r)return!0;var n=String.fromCharCode(r).toLowerCase();return-1!=(t=t.toLowerCase()).indexOf(n)||null==r||0==r||8==r||9==r||27==r},tableCellAdapters:function(){$("table.activecell").on("click",["tbody td input:checkbox","tbody td input:radio","tbody td label","tbody th input:checkbox","tbody th input:radio","tbody th label"].join(", "),(function(e){e.stopPropagation()})),$("table.activecell").on("click","tbody td, tbody th",(function(){1==$(this).find("input:radio,input:checkbox").length&&($(this).find("input:radio").click(),$(this).find("input:radio").triggerHandler("click"),$(this).find("input:checkbox").click(),$(this).find("input:checkbox").triggerHandler("click"))}))},sendPost:function(e,t,r){r=r||{};var n=$("
").attr("action",e);if("string"==typeof t&&""!=t)try{r=_.merge(r,JSON.parse(t))}catch(e){console.error("JSON parse on sendPost failed!")}_.each(r,(function(e,t){$("").attr("name",t).attr("value",e).appendTo(n)})),$("").attr("name",LS.data.csrfTokenName).attr("value",LS.data.csrfToken).appendTo(n),n.appendTo("body"),n.submit()},addHiddenElement:function(e,t,r){$('').attr("name",t).attr("value",r).appendTo($(e))},fixAccordionPosition:function(){$("#accordion").on("shown.bs.collapse",".panel-collapse.collapse",(function(e){e.target==this&&$("#accordion").find(".panel-collapse.collapse").not("#"+$(this).attr("id")).collapse("hide")}))}},globalStartUpMethods={bootstrapping:function(){$("button,input[type=submit],input[type=button],input[type=reset],.button").button(),$("button,input[type=submit],input[type=button],input[type=reset],.button").addClass("limebutton"),$(".progressbar").each((function(){var e=parseInt($(this).attr("name"));$(this).progressbar({value:e}),e>85&&$("div",$(this)).css({background:"Red"}),$("div",this).html(e+"%")})),globalWindowMethods.tableCellAdapters()}};window.LS=window.LS||{};var NotifyFader=function(){function e(){_classCallCheck(this,e),this.count=0}return _createClass(e,[{key:"increment",value:function(){this.count=this.count+1}},{key:"decrement",value:function(){this.count=this.count-1}},{key:"getCount",value:function(){return this.count}},{key:"create",value:function(e,t,r,n){var o=this;this.increment(),r=r||{},t=t||"well-lg";var a={useHtml:(n=n||{}).useHtml||!0,timeout:n.timeout||3500,inAnimation:n.inAnimation||"slideDown",outAnimation:n.outAnimation||"slideUp",animationTime:n.animationTime||450},i=$("
"),s="notif-container_"+this.getCount();i.addClass(t),i.css(r),a.useHtml?i.html(e):i.text(e),$("#notif-container").clone().attr("id",s).css({display:"none",top:8*this.getCount()+"%",position:"fixed",left:"15%",width:"70%","z-index":3500}).appendTo($("#notif-container").parent()).html(i),$("#"+s)[a.inAnimation](a.animationTime,(function(){var e=function(){$("#"+s)[a.outAnimation](a.animationTime,(function(){$("#"+s).remove(),o.decrement()}))};$(o).on("click",e),a.timeout&&setTimeout(e,a.timeout)}))}},{key:"createFlash",value:function(e,t,r,n){var o={useHtml:(n=n||{}).useHtml||!0,timeout:n.timeout||3500,dismissable:n.dismissable||!0};r=r||{},t=t||"alert-success",o.dismissable&&(t="alert "+t);var a,i=$("
");i.addClass(t),i.css(r),o.useHtml?i.html(e):i.text(e),o.dismissable&&$('').appendTo(i),o.timeout&&(a=setTimeout((function(){i.alert("close")}),o.timeout)),i.on("closed.bs.alert",(function(){o.timeout&&clearTimeout(a)})),i.appendTo($("#notif-container"))}}]),e}();function notifyFader(e,t,r,n){window.LS.LsGlobalNotifier.create(e,t,r,n)}window.LS.LsGlobalNotifier=window.LS.LsGlobalNotifier||new NotifyFader;var onSuccess$1=function(e){return""==e?(console.error("No response from server"),notifyFader.create("No response from server","alert-danger"),!1):e.loggedIn?e.hasPermission?e.error?(notifyFader(e.error.message,"well-lg bg-danger text-center"),!1):"jsonoutputhtml"==e.outputType?($("#"+e.target).html(e.html),void globalWindowMethods.doToolTip()):(e.success&¬ifyFader(e.success,"well-lg bg-primary text-center"),e.html&&($("#ajax-helper-modal .modal-content").html(e.html),$("#ajax-helper-modal").modal("show")),!0):(notifyFader(e.noPermissionText,"well-lg bg-danger text-center"),!1):($(".modal").modal("hide"),$("#ajax-helper-modal .modal-content").html(e.html),$("#ajax-helper-modal").modal("show"),!1)},ajax=function(e){var t=e.success,r=e.error;return e.success=function(e,r,n){$("#ls-loading").hide();var o=onSuccess$1(e);t&&o&&t(e,r,n)},e.error=function(e,t,n){$("#ls-loading").hide(),console.error("AJAX CALL FAILED -> ",{errorThrown:n,textStatus:t,jqXHR:e}),r&&r(e,t,n)},$("#ls-loading").show(),$.ajax(e)},AjaxHelper=Object.freeze({__proto__:null,ajax:ajax,onSuccess:onSuccess$1});function createUrl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=LS.data.baseUrl;if(-1===r.indexOf("/",r.length-1)&&(r+="/"),LS.data.showScriptName&&(r+="index.php"),"get"==LS.data.urlFormat)for(var n in r+="?r="+e,t)r=r+"&"+n+"="+t[n];else for(var o in LS.data.showScriptName&&(r+="/"),r+=e,t)r=r+"/"+o+"/"+t[o];return r}function arrayEach(e,t){for(var r=-1,n=null==e?0:e.length;++r-1&&e%1==0&&e-1&&e%1==0&&e<=MAX_SAFE_INTEGER}var isLength_1=isLength,argsTag="[object Arguments]",arrayTag="[object Array]",boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",funcTag$1="[object Function]",mapTag="[object Map]",numberTag="[object Number]",objectTag$1="[object Object]",regexpTag="[object RegExp]",setTag="[object Set]",stringTag="[object String]",weakMapTag="[object WeakMap]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint8ClampedTag="[object Uint8ClampedArray]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",typedArrayTags={};function baseIsTypedArray(e){return isObjectLike_1(e)&&isLength_1(e.length)&&!!typedArrayTags[_baseGetTag(e)]}typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag$1]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag$1]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1;var _baseIsTypedArray=baseIsTypedArray;function baseUnary(e){return function(t){return e(t)}}var _baseUnary=baseUnary,_nodeUtil=createCommonjsModule((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&_freeGlobal.process,a=function(){try{var e=n&&n.require&&n.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a})),nodeIsTypedArray=_nodeUtil&&_nodeUtil.isTypedArray,isTypedArray=nodeIsTypedArray?_baseUnary(nodeIsTypedArray):_baseIsTypedArray,isTypedArray_1=isTypedArray,objectProto$8=Object.prototype,hasOwnProperty$8=objectProto$8.hasOwnProperty;function arrayLikeKeys(e,t){var r=isArray_1(e),n=!r&&isArguments_1(e),o=!r&&!n&&isBuffer_1(e),a=!r&&!n&&!o&&isTypedArray_1(e),i=r||n||o||a,s=i?_baseTimes(e.length,String):[],c=s.length;for(var u in e)!t&&!hasOwnProperty$8.call(e,u)||i&&("length"==u||o&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||_isIndex(u,c))||s.push(u);return s}var _arrayLikeKeys=arrayLikeKeys,objectProto$7=Object.prototype;function isPrototype(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||objectProto$7)}var _isPrototype=isPrototype;function overArg(e,t){return function(r){return e(t(r))}}var _overArg=overArg,nativeKeys=_overArg(Object.keys,Object),_nativeKeys=nativeKeys,objectProto$6=Object.prototype,hasOwnProperty$7=objectProto$6.hasOwnProperty;function baseKeys(e){if(!_isPrototype(e))return _nativeKeys(e);var t=[];for(var r in Object(e))hasOwnProperty$7.call(e,r)&&"constructor"!=r&&t.push(r);return t}var _baseKeys=baseKeys;function isObject$1(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}var isObject_1=isObject$1,asyncTag="[object AsyncFunction]",funcTag="[object Function]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction(e){if(!isObject_1(e))return!1;var t=_baseGetTag(e);return t==funcTag||t==genTag||t==asyncTag||t==proxyTag}var isFunction_1=isFunction;function isArrayLike(e){return null!=e&&isLength_1(e.length)&&!isFunction_1(e)}var isArrayLike_1=isArrayLike;function keys(e){return isArrayLike_1(e)?_arrayLikeKeys(e):_baseKeys(e)}var keys_1=keys;function baseForOwn(e,t){return e&&_baseFor(e,t,keys_1)}var _baseForOwn=baseForOwn;function createBaseEach(e,t){return function(r,n){if(null==r)return r;if(!isArrayLike_1(r))return e(r,n);for(var o=r.length,a=t?o:-1,i=Object(r);(t?a--:++a").attr("type","hidden").attr("name","close-after-save"),r=function(e){var t;if(1==$(e).attr("data-use-form-id")){var r="#"+$(e).attr("data-form-to-save");t=$(document).find(r).first()}else t=$("#pjax-content").find("form:not(#translatemenu)").first();if(t.length<1)throw"No form Found this can't be!";return t},n=function(e){if("addnewsurvey"==$(e).data("form-id")){$(e).prop("disabled",!0).append('')}},o=function(){LS.EventBus.$emit("loadingFinished")},a=function(){return{_checkExportButton:{check:"[data-submit-form]",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0,1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkSaveButton:{check:"#save-button",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0;try{for(var i in CKEDITOR.instances)CKEDITOR.instances[i].updateElement()}catch(e){console.ls.log("Seems no CKEDITOR4 is loaded")}1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]:not(.ck)').first().trigger("click"),n(this))},on:"click"},_checkSaveFormButton:{check:"#save-form-button",run:function(e){e.preventDefault();var t="#"+$(this).attr("data-form-id"),r=$(t),o=r.find('[type="submit"]').first();o.length>0?o.trigger("click"):r.submit();var a=0;return r.find("input,select").filter("[required='required']").each((function(){1==this.validity.valueMissing&&(a+=1)})),0===a?n(this):$("#save-form-button").removeClass("disabled"),!1},on:"click"},_checkSaveAndNewButton:{check:"#save-and-new-button",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0,a.append(''),1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkSaveAndCloseButton:{check:"#save-and-close-button",run:function(o){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;o.preventDefault();var i=r(this);t.val("true"),i.append(t),e=!0,1==i.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",a):(i.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkSaveAndCloseFormButton:{check:"#save-and-close-form-button",run:function(e){e.preventDefault();var t="#"+$(this).attr("data-form-id"),r=$(t);$('').attr({name:"saveandclose",value:"1"}).appendTo(r);var o=r.find('[type="submit"]').first();return o.length?o.trigger("click"):r.submit(),n(this),!1},on:"click"},_checkSaveAndNewQuestionButton:{check:"#save-and-new-question-button",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0,a.append(''),1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkOpenPreview:{check:".open-preview",run:function(e){var t=$(this).attr("aria-data-url");$("#frame-question-preview").attr("src",t),$("#question-preview").modal("show")},on:"click"},_checkStopLoading:{check:"#in_survey_common",run:function(t){o(),e=!1},on:"lsStopLoading"},_checkStopLoadingCreateCopyImport:{check:"#create-import-copy-survey",run:function(t){o(),e=!1},on:"lsStopLoading"}}},i={isStub:!0,preventDefault:function(){console.ls.log("Stub prevented")}};return function(){forEach_1(a(),(function(e){var t=e.check;$(document).off(e.on+".centralsave",t),$(t).length>0&&$(document).on(e.on+".centralsave",t,e.run)})),LS.EventBus.$off("saveButtonCalled"),LS.EventBus.$emit("saveButtonFlushed"),LS.EventBus.$on("saveButtonCalled",(function(t){e||forEach_1(a(),(function(r){r.check=="#"+t.id&&(r.run(i,t),e=!1)}))}))}},saveController=SaveController();function listCacheClear(){this.__data__=[],this.size=0}var _listCacheClear=listCacheClear;function eq(e,t){return e===t||e!=e&&t!=t}var eq_1=eq;function assocIndexOf(e,t){for(var r=e.length;r--;)if(eq_1(e[r][0],t))return r;return-1}var _assocIndexOf=assocIndexOf,arrayProto$1=Array.prototype,splice=arrayProto$1.splice;function listCacheDelete(e){var t=this.__data__,r=_assocIndexOf(t,e);return!(r<0)&&(r==t.length-1?t.pop():splice.call(t,r,1),--this.size,!0)}var _listCacheDelete=listCacheDelete;function listCacheGet(e){var t=this.__data__,r=_assocIndexOf(t,e);return r<0?void 0:t[r][1]}var _listCacheGet=listCacheGet;function listCacheHas(e){return _assocIndexOf(this.__data__,e)>-1}var _listCacheHas=listCacheHas;function listCacheSet(e,t){var r=this.__data__,n=_assocIndexOf(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var _listCacheSet=listCacheSet;function ListCache(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t0){if(++t>=HOT_COUNT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var _shortOut=shortOut,setToString=_shortOut(_baseSetToString),_setToString=setToString;function baseRest(e,t){return _setToString(_overRest(e,t,identity_1),e+"")}var _baseRest=baseRest;function isIterateeCall(e,t,r){if(!isObject_1(r))return!1;var n=typeof t;return!!("number"==n?isArrayLike_1(r)&&_isIndex(t,r.length):"string"==n&&t in r)&&eq_1(r[t],e)}var _isIterateeCall=isIterateeCall;function createAssigner(e){return _baseRest((function(t,r){var n=-1,o=r.length,a=o>1?r[o-1]:void 0,i=o>2?r[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,i&&_isIterateeCall(r[0],r[1],i)&&(a=o<3?void 0:a,o=1),t=Object(t);++n',p=e.buttonYes||t.data("button-yes")||'',d=t.data("button-type")||"btn-primary",h=e.parentElement||t.data("parent-element")||"body",y='",g='",v=$(''),_=$(''),m=$(''),b=$(''),S=$(''),E=$(''),T=$(''),A=$(''),O=$(y),I=$(g),P=null,C=function(){P.on("show.bs.modal",(function(){!function(){var e=$('');for(var t in a){var s="hidden",c=a[t],u="";"object"==_typeof(a[t])&&(s=a[t].type,c=a[t].value,u=a[t].class),e.append('")}e.append(''),P.find(".modal-body").append(e),P.find(".modal-body").append("

"+n+"

"),""!==i&&P.find("form").append('')}();try{e.fnOnShow}catch(e){}})),P.on("shown.bs.modal",(function(){P.find(".selector--button-confirm").off("click.confirmdeletesubmit").on("click.confirmdeletesubmit",(function(e){e.preventDefault(),s?LS.AjaxHelper.ajax({url:r,type:"POST",data:P.find("form").serialize(),success:function(e,t){"true"!=c?P.modal("hide"):P.find(".modal-body").empty().html(e),u&&($("#"+l).yiiGridView("update"),setTimeout((function(){$(document).trigger("actions-updated")}),500)),e.ajaxHelper?LS.AjaxHelper.onSuccess(e):onSuccess&&new Function(onSuccess)(e)},error:function(e,t){P.find(".modal-body").empty().html(e.responseText),console.ls.log(e)}}):(P.find("form").trigger("submit"),P.modal("close"))})),e.fnOnShown.call(this)})),P.on("hide.bs.modal",e.fnOnHide),P.on("hidden.bs.modal",(function(){!0===e.removeOnClose&&P.find(".modal-body").html(" ");try{e.fnOnHidden}catch(e){}})),P.on("loaded.ls.remotemodal",e.fnOnLoaded)},R=function(){t.on("click.confirmmodal",(function(){P.modal("toggle")}))};!function(){"yes"!=t.data("confirm-modal-appended")&&(!function(){var e=m.clone();if(e.append(E.clone()),""!==o){var t=b.clone();S.text(o),t.append(A.clone()),t.append(S),e.prepend(t)}var r=T.clone();r.append(O.clone()),r.append(I.clone()),e.append(r),(P=v.clone()).append(_.clone().append(e))}(),P.appendTo($(h)),R.call(this),C.call(this),t.data("confirm-modal-appended","yes"))}()};function confirmDeletemodal(){$(document).off("click.confirmModalSelector","a.selector--ConfirmModal"),$(document).on("click.confirmModalSelector","a.selector--ConfirmModal",(function(e){e.preventDefault(),"yes"!=$(this).data("confirm-modal-appended")&&($(this).confirmModal({}),$(this).trigger("click.confirmmodal"))}))}function panelClickable(){$(".panel-clickable").on("click",(function(e){var t=$(this);""!=t.data("url")&&("_blank"===t.data("target")?window.open(t.data("url")):window.location.href=t.data("url"))}))}function panelsAnimation(){setTimeout((function(){adminCoreLSConsole.log("Triggering panel animation"),$(".panel").each((function(e){$(this).delay(200*e++).animate({opacity:1,top:"0px"},200)})),$("#last_question").length&&($(".rotateHidden").hide(),window.setTimeout((function e(){var t=$(".rotateShown"),r=$(".rotateHidden");t.hide("slide",{direction:"left",easing:"easeInOutQuint"},500,(function(){r.show("slide",{direction:"right",easing:"easeInOutQuint"},1e3)})),t.removeClass("rotateShown").addClass("rotateHidden"),r.removeClass("rotateHidden").addClass("rotateShown"),window.setTimeout(e,5e3)}),2e3))}),350)}jQuery.fn.extend({confirmModal:ConfirmDeleteModal});var NotifcationSystem=function(){var e=function(e){return adminCoreLSConsole.log("updateNotificationWidget"),$.ajax({url:e,method:"GET",success:function(e){$("#notification-li").replaceWith(e),r(),o()}})},t=function(t,r){adminCoreLSConsole.log("showNotificationModal"),$.ajax({url:r,method:"GET"}).done((function(r){var n=r.result;$("#admin-notification-modal .modal-title").html(n.title),$("#admin-notification-modal .modal-body-text").html(n.message),$("#admin-notification-modal .modal-content").addClass("panel-"+n.display_class),$("#admin-notification-modal .notification-date").html(n.created.substr(0,16)),$("#admin-notification-modal").modal(),$("#admin-notification-modal").off("hidden.bs.modal"),$("#admin-notification-modal").on("hidden.bs.modal",(function(r){!function(t){adminCoreLSConsole.log("notificationIsRead"),$.ajax({url:$(t).data("read-url"),method:"GET"}).done((function(r){e($(t).data("update-url"))}))}(t),$("#admin-notification-modal .modal-content").removeClass("panel-"+n.display_class)}))}))},r=function(){$(".admin-notification-link").each((function(e,r){adminCoreLSConsole.log("Number of Notification: ",e);var n=$(r).data("url"),o=$(r).data("importance"),a=$(r).data("status");if(3==o&&"new"==a)return t(r,n),adminCoreLSConsole.log("stoploop"),!1;$(r).off("click.showNotification"),$(r).on("click.showNotification",(function(){t(r,n)}))}))},n=function(t,r){e(t).then((function(){!1!==r&&$("#notification-li").addClass("open")})),$("#notification-li").off("click.showNotification")},o=function(){adminCoreLSConsole.log("styleNotificationMenu");var e=window.innerHeight-70;$("#notification-outer-ul").css("height",e+"px"),$("#notification-inner-ul").css("height",e-60+"px"),$("#notification-inner-li").css("height",e-60+"px")};return{initNotification:r,updateNotificationWidget:n,styleNotificationMenu:o,deleteAllNotifications:function(e,t){return $.ajax({url:e,method:"GET",success:function(e){adminCoreLSConsole.log("response",e)}}).then((function(){n(t)}))}}},notificationSystem=new NotifcationSystem,gridButton={noGridAction:function(e,t){e.preventDefault()},confirmGridAction:function(e,t){e.preventDefault();var r=$(t).attr("href");if(r){var n=$(t).data("confirm-text")||$(t).attr("title")||$(t).data("original-title"),o=$(t).data("confirm-utf8")||LS.lang.confirm,a=$(t).data("gridid")||$(t).closest(".grid-view").attr("id");$.bsconfirm(n,o,(function(){$("#"+a).yiiGridView("update",{type:"POST",url:r,success:function(e){jQuery("#"+a).yiiGridView("update"),$("#identity__bsconfirmModal").modal("hide")},error:function(e,t,r){$("#identity__bsconfirmModal").modal("hide"),alert(e.responseText)}})}))}else LOG.error("confirmGridAction without valid element")},postGridAction:function(e,t){e.preventDefault();var r=$(t).attr("href").split("#"),n=r[0];if(n){var o="";r.length>1&&(o=r[1]),window.LS.sendPost(n,o)}else LOG.error("postGridAction without valid element")}},gridAction={gridButton:gridButton},emptyObject=Object.freeze({});function isUndef(e){return null==e}function isDef(e){return null!=e}function isTrue(e){return!0===e}function isFalse(e){return!1===e}function isPrimitive(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function isObject(e){return null!==e&&"object"==typeof e}var _toString=Object.prototype.toString;function toRawType(e){return _toString.call(e).slice(8,-1)}function isPlainObject(e){return"[object Object]"===_toString.call(e)}function isRegExp(e){return"[object RegExp]"===_toString.call(e)}function isValidArrayIndex(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function isPromise(e){return isDef(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function toString(e){return null==e?"":Array.isArray(e)||isPlainObject(e)&&e.toString===_toString?JSON.stringify(e,null,2):String(e)}function toNumber(e){var t=parseFloat(e);return isNaN(t)?e:t}function makeMap(e,t){for(var r=Object.create(null),n=e.split(","),o=0;o-1)return e.splice(r,1)}}var hasOwnProperty=Object.prototype.hasOwnProperty;function hasOwn(e,t){return hasOwnProperty.call(e,t)}function cached(e){var t=Object.create(null);return function(r){return t[r]||(t[r]=e(r))}}var camelizeRE=/-(\w)/g,camelize=cached((function(e){return e.replace(camelizeRE,(function(e,t){return t?t.toUpperCase():""}))})),capitalize=cached((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),hyphenateRE=/\B([A-Z])/g,hyphenate=cached((function(e){return e.replace(hyphenateRE,"-$1").toLowerCase()}));function polyfillBind(e,t){function r(r){var n=arguments.length;return n?n>1?e.apply(t,arguments):e.call(t,r):e.call(t)}return r._length=e.length,r}function nativeBind(e,t){return e.bind(t)}var bind=Function.prototype.bind?nativeBind:polyfillBind;function toArray(e,t){t=t||0;for(var r=e.length-t,n=new Array(r);r--;)n[r]=e[r+t];return n}function extend(e,t){for(var r in t)e[r]=t[r];return e}function toObject(e){for(var t={},r=0;r0,isEdge=UA&&UA.indexOf("edge/")>0;UA&&UA.indexOf("android");var isIOS=UA&&/iphone|ipad|ipod|ios/.test(UA)||"ios"===weexPlatform;UA&&/chrome\/\d+/.test(UA),UA&&/phantomjs/.test(UA);var isFF=UA&&UA.match(/firefox\/(\d+)/),nativeWatch={}.watch,supportsPassive=!1,_isServer;if(inBrowser)try{var opts={};Object.defineProperty(opts,"passive",{get:function(){supportsPassive=!0}}),window.addEventListener("test-passive",null,opts)}catch(e){}var isServerRendering=function(){return void 0===_isServer&&(_isServer=!inBrowser&&!inWeex&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),_isServer},devtools=inBrowser&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function isNative(e){return"function"==typeof e&&/native code/.test(e.toString())}var hasSymbol="undefined"!=typeof Symbol&&isNative(Symbol)&&"undefined"!=typeof Reflect&&isNative(Reflect.ownKeys),_Set;_Set="undefined"!=typeof Set&&isNative(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var warn=noop,uid=0,Dep=function(){this.id=uid++,this.subs=[]};Dep.prototype.addSub=function(e){this.subs.push(e)},Dep.prototype.removeSub=function(e){remove(this.subs,e)},Dep.prototype.depend=function(){Dep.target&&Dep.target.addDep(this)},Dep.prototype.notify=function(){for(var e=this.subs.slice(),t=0,r=e.length;t-1)if(a&&!hasOwn(o,"default"))i=!1;else if(""===i||i===hyphenate(e)){var c=getTypeIndex(String,o.type);(c<0||s0&&(isTextNode((n=normalizeArrayChildren(n,(t||"")+"_"+r))[0])&&isTextNode(a)&&(i[o]=createTextVNode(a.text+n[0].text),n.shift()),i.push.apply(i,n)):isPrimitive(n)?isTextNode(a)?i[o]=createTextVNode(a.text+n):""!==n&&i.push(createTextVNode(n)):isTextNode(n)&&isTextNode(a)?i[o]=createTextVNode(a.text+n.text):(isTrue(e._isVList)&&isDef(n.tag)&&isUndef(n.key)&&isDef(t)&&(n.key="__vlist"+t+"_"+r+"__"),i.push(n)));return i}function initProvide(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}function initInjections(e){var t=resolveInject(e.$options.inject,e);t&&(toggleObserving(!1),Object.keys(t).forEach((function(r){defineReactive$$1(e,r,t[r])})),toggleObserving(!0))}function resolveInject(e,t){if(e){for(var r=Object.create(null),n=hasSymbol?Reflect.ownKeys(e):Object.keys(e),o=0;o0,a=e?!!e.$stable:!o,i=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==emptyObject&&i===r.$key&&!o&&!r.$hasNormal)return r;for(var s in n={},e)e[s]&&"$"!==s[0]&&(n[s]=normalizeScopedSlot(t,s,e[s]))}else n={};for(var c in t)c in n||(n[c]=proxyNormalSlot(t,c));return e&&Object.isExtensible(e)&&(e._normalized=n),def(n,"$stable",a),def(n,"$key",i),def(n,"$hasNormal",o),n}function normalizeScopedSlot(e,t,r){var n=function(){var e=arguments.length?r.apply(null,arguments):r({}),t=(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:normalizeChildren(e))&&e[0];return e&&(!t||1===e.length&&t.isComment&&!isAsyncPlaceholder(t))?void 0:e};return r.proxy&&Object.defineProperty(e,t,{get:n,enumerable:!0,configurable:!0}),n}function proxyNormalSlot(e,t){return function(){return e[t]}}function renderList(e,t){var r,n,o,a,i;if(Array.isArray(e)||"string"==typeof e)for(r=new Array(e.length),n=0,o=e.length;n1?toArray(r):r;for(var n=toArray(arguments,1),o='event handler for "'+e+'"',a=0,i=r.length;adocument.createEvent("Event").timeStamp&&(getNow=function(){return performance.now()})}function flushSchedulerQueue(){var e,t;for(currentFlushTimestamp=getNow(),flushing=!0,queue.sort((function(e,t){return e.id-t.id})),index=0;indexindex&&queue[r].id>e.id;)r--;queue.splice(r+1,0,e)}else queue.push(e);waiting||(waiting=!0,nextTick(flushSchedulerQueue))}}var uid$2=0,Watcher=function(e,t,r,n,o){this.vm=e,o&&(e._watcher=this),e._watchers.push(this),n?(this.deep=!!n.deep,this.user=!!n.user,this.lazy=!!n.lazy,this.sync=!!n.sync,this.before=n.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=r,this.id=++uid$2,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new _Set,this.newDepIds=new _Set,this.expression="","function"==typeof t?this.getter=t:(this.getter=parsePath(t),this.getter||(this.getter=noop)),this.value=this.lazy?void 0:this.get()};Watcher.prototype.get=function(){var e;pushTarget(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;handleError(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&traverse(e),popTarget(),this.cleanupDeps()}return e},Watcher.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Watcher.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},Watcher.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():queueWatcher(this)},Watcher.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||isObject(e)||this.deep){var t=this.value;if(this.value=e,this.user){var r='callback for watcher "'+this.expression+'"';invokeWithErrorHandling(this.cb,this.vm,[e,t],this.vm,r)}else this.cb.call(this.vm,e,t)}}},Watcher.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Watcher.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Watcher.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||remove(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var sharedPropertyDefinition={enumerable:!0,configurable:!0,get:noop,set:noop};function proxy(e,t,r){sharedPropertyDefinition.get=function(){return this[t][r]},sharedPropertyDefinition.set=function(e){this[t][r]=e},Object.defineProperty(e,r,sharedPropertyDefinition)}function initState(e){e._watchers=[];var t=e.$options;t.props&&initProps(e,t.props),t.methods&&initMethods(e,t.methods),t.data?initData(e):observe(e._data={},!0),t.computed&&initComputed(e,t.computed),t.watch&&t.watch!==nativeWatch&&initWatch(e,t.watch)}function initProps(e,t){var r=e.$options.propsData||{},n=e._props={},o=e.$options._propKeys=[];!e.$parent||toggleObserving(!1);var a=function(a){o.push(a);var i=validateProp(a,t,r,e);defineReactive$$1(n,a,i),a in e||proxy(e,"_props",a)};for(var i in t)a(i);toggleObserving(!0)}function initData(e){var t=e.$options.data;isPlainObject(t=e._data="function"==typeof t?getData(t,e):t||{})||(t={});var r=Object.keys(t),n=e.$options.props;e.$options.methods;for(var o=r.length;o--;){var a=r[o];n&&hasOwn(n,a)||isReserved(a)||proxy(e,"_data",a)}observe(t,!0)}function getData(e,t){pushTarget();try{return e.call(t,t)}catch(e){return handleError(e,t,"data()"),{}}finally{popTarget()}}var computedWatcherOptions={lazy:!0};function initComputed(e,t){var r=e._computedWatchers=Object.create(null),n=isServerRendering();for(var o in t){var a=t[o],i="function"==typeof a?a:a.get;n||(r[o]=new Watcher(e,i||noop,noop,computedWatcherOptions)),o in e||defineComputed(e,o,a)}}function defineComputed(e,t,r){var n=!isServerRendering();"function"==typeof r?(sharedPropertyDefinition.get=n?createComputedGetter(t):createGetterInvoker(r),sharedPropertyDefinition.set=noop):(sharedPropertyDefinition.get=r.get?n&&!1!==r.cache?createComputedGetter(t):createGetterInvoker(r.get):noop,sharedPropertyDefinition.set=r.set||noop),Object.defineProperty(e,t,sharedPropertyDefinition)}function createComputedGetter(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),Dep.target&&t.depend(),t.value}}function createGetterInvoker(e){return function(){return e.call(this,this)}}function initMethods(e,t){for(var r in e.$options.props,t)e[r]="function"!=typeof t[r]?noop:bind(t[r],e)}function initWatch(e,t){for(var r in t){var n=t[r];if(Array.isArray(n))for(var o=0;o-1)return this;var r=toArray(arguments,1);return r.unshift(this),"function"==typeof e.install?e.install.apply(e,r):"function"==typeof e&&e.apply(null,r),t.push(e),this}}function initMixin$1(e){e.mixin=function(e){return this.options=mergeOptions(this.options,e),this}}function initExtend(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var r=this,n=r.cid,o=e._Ctor||(e._Ctor={});if(o[n])return o[n];var a=e.name||r.options.name,i=function(e){this._init(e)};return(i.prototype=Object.create(r.prototype)).constructor=i,i.cid=t++,i.options=mergeOptions(r.options,e),i.super=r,i.options.props&&initProps$1(i),i.options.computed&&initComputed$1(i),i.extend=r.extend,i.mixin=r.mixin,i.use=r.use,ASSET_TYPES.forEach((function(e){i[e]=r[e]})),a&&(i.options.components[a]=i),i.superOptions=r.options,i.extendOptions=e,i.sealedOptions=extend({},i.options),o[n]=i,i}}function initProps$1(e){var t=e.options.props;for(var r in t)proxy(e.prototype,"_props",r)}function initComputed$1(e){var t=e.options.computed;for(var r in t)defineComputed(e.prototype,r,t[r])}function initAssetRegisters(e){ASSET_TYPES.forEach((function(t){e[t]=function(e,r){return r?("component"===t&&isPlainObject(r)&&(r.name=r.name||e,r=this.options._base.extend(r)),"directive"===t&&"function"==typeof r&&(r={bind:r,update:r}),this.options[t+"s"][e]=r,r):this.options[t+"s"][e]}}))}function getComponentName(e){return e&&(e.Ctor.options.name||e.tag)}function matches(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!isRegExp(e)&&e.test(t)}function pruneCache(e,t){var r=e.cache,n=e.keys,o=e._vnode;for(var a in r){var i=r[a];if(i){var s=i.name;s&&!t(s)&&pruneCacheEntry(r,a,n,o)}}}function pruneCacheEntry(e,t,r,n){var o=e[t];!o||n&&o.tag===n.tag||o.componentInstance.$destroy(),e[t]=null,remove(r,t)}initMixin(Vue),stateMixin(Vue),eventsMixin(Vue),lifecycleMixin(Vue),renderMixin(Vue);var patternTypes=[String,RegExp,Array],KeepAlive={name:"keep-alive",abstract:!0,props:{include:patternTypes,exclude:patternTypes,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,r=e.keys,n=e.vnodeToCache,o=e.keyToCache;if(n){var a=n.tag,i=n.componentInstance,s=n.componentOptions;t[o]={name:getComponentName(s),tag:a,componentInstance:i},r.push(o),this.max&&r.length>parseInt(this.max)&&pruneCacheEntry(t,r[0],r,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)pruneCacheEntry(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){pruneCache(e,(function(e){return matches(t,e)}))})),this.$watch("exclude",(function(t){pruneCache(e,(function(e){return!matches(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=getFirstComponentChild(e),r=t&&t.componentOptions;if(r){var n=getComponentName(r),o=this.include,a=this.exclude;if(o&&(!n||!matches(o,n))||a&&n&&matches(a,n))return t;var i=this.cache,s=this.keys,c=null==t.key?r.Ctor.cid+(r.tag?"::"+r.tag:""):t.key;i[c]?(t.componentInstance=i[c].componentInstance,remove(s,c),s.push(c)):(this.vnodeToCache=t,this.keyToCache=c),t.data.keepAlive=!0}return t||e&&e[0]}},builtInComponents={KeepAlive:KeepAlive};function initGlobalAPI(e){var t={get:function(){return config}};Object.defineProperty(e,"config",t),e.util={warn:warn,extend:extend,mergeOptions:mergeOptions,defineReactive:defineReactive$$1},e.set=set,e.delete=del,e.nextTick=nextTick,e.observable=function(e){return observe(e),e},e.options=Object.create(null),ASSET_TYPES.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,extend(e.options.components,builtInComponents),initUse(e),initMixin$1(e),initExtend(e),initAssetRegisters(e)}initGlobalAPI(Vue),Object.defineProperty(Vue.prototype,"$isServer",{get:isServerRendering}),Object.defineProperty(Vue.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Vue,"FunctionalRenderContext",{value:FunctionalRenderContext}),Vue.version="2.6.14";var isReservedAttr=makeMap("style,class"),acceptValue=makeMap("input,textarea,option,select,progress"),mustUseProp=function(e,t,r){return"value"===r&&acceptValue(e)&&"button"!==t||"selected"===r&&"option"===e||"checked"===r&&"input"===e||"muted"===r&&"video"===e},isEnumeratedAttr=makeMap("contenteditable,draggable,spellcheck"),isValidContentEditableValue=makeMap("events,caret,typing,plaintext-only"),convertEnumeratedValue=function(e,t){return isFalsyAttrValue(t)||"false"===t?"false":"contenteditable"===e&&isValidContentEditableValue(t)?t:"true"},isBooleanAttr=makeMap("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),xlinkNS="http://www.w3.org/1999/xlink",isXlink=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},getXlinkProp=function(e){return isXlink(e)?e.slice(6,e.length):""},isFalsyAttrValue=function(e){return null==e||!1===e};function genClassForVnode(e){for(var t=e.data,r=e,n=e;isDef(n.componentInstance);)(n=n.componentInstance._vnode)&&n.data&&(t=mergeClassData(n.data,t));for(;isDef(r=r.parent);)r&&r.data&&(t=mergeClassData(t,r.data));return renderClass(t.staticClass,t.class)}function mergeClassData(e,t){return{staticClass:concat(e.staticClass,t.staticClass),class:isDef(e.class)?[e.class,t.class]:t.class}}function renderClass(e,t){return isDef(e)||isDef(t)?concat(e,stringifyClass(t)):""}function concat(e,t){return e?t?e+" "+t:e:t||""}function stringifyClass(e){return Array.isArray(e)?stringifyArray(e):isObject(e)?stringifyObject(e):"string"==typeof e?e:""}function stringifyArray(e){for(var t,r="",n=0,o=e.length;n-1?unknownElementCache[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:unknownElementCache[e]=/HTMLUnknownElement/.test(t.toString())}var isTextInputType=makeMap("text,number,password,search,email,tel,url");function query(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function createElement$1(e,t){var r=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&r.setAttribute("multiple","multiple"),r}function createElementNS(e,t){return document.createElementNS(namespaceMap[e],t)}function createTextNode(e){return document.createTextNode(e)}function createComment(e){return document.createComment(e)}function insertBefore(e,t,r){e.insertBefore(t,r)}function removeChild(e,t){e.removeChild(t)}function appendChild(e,t){e.appendChild(t)}function parentNode(e){return e.parentNode}function nextSibling(e){return e.nextSibling}function tagName(e){return e.tagName}function setTextContent(e,t){e.textContent=t}function setStyleScope(e,t){e.setAttribute(t,"")}var nodeOps=Object.freeze({createElement:createElement$1,createElementNS:createElementNS,createTextNode:createTextNode,createComment:createComment,insertBefore:insertBefore,removeChild:removeChild,appendChild:appendChild,parentNode:parentNode,nextSibling:nextSibling,tagName:tagName,setTextContent:setTextContent,setStyleScope:setStyleScope}),ref={create:function(e,t){registerRef(t)},update:function(e,t){e.data.ref!==t.data.ref&&(registerRef(e,!0),registerRef(t))},destroy:function(e){registerRef(e,!0)}};function registerRef(e,t){var r=e.data.ref;if(isDef(r)){var n=e.context,o=e.componentInstance||e.elm,a=n.$refs;t?Array.isArray(a[r])?remove(a[r],o):a[r]===o&&(a[r]=void 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)<0&&a[r].push(o):a[r]=[o]:a[r]=o}}var emptyNode=new VNode("",{},[]),hooks=["create","activate","update","remove","destroy"];function sameVnode(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&isDef(e.data)===isDef(t.data)&&sameInputType(e,t)||isTrue(e.isAsyncPlaceholder)&&isUndef(t.asyncFactory.error))}function sameInputType(e,t){if("input"!==e.tag)return!0;var r,n=isDef(r=e.data)&&isDef(r=r.attrs)&&r.type,o=isDef(r=t.data)&&isDef(r=r.attrs)&&r.type;return n===o||isTextInputType(n)&&isTextInputType(o)}function createKeyToOldIdx(e,t,r){var n,o,a={};for(n=t;n<=r;++n)isDef(o=e[n].key)&&(a[o]=n);return a}function createPatchFunction(e){var t,r,n={},o=e.modules,a=e.nodeOps;for(t=0;tp?h(e,isUndef(r[v+1])?null:r[v+1].elm,r,f,v,n):f>v&&g(t,l,p)}(u,d,y,r,c):isDef(y)?(isDef(e.text)&&a.setTextContent(u,""),h(u,null,y,0,y.length-1,r)):isDef(d)?g(d,0,d.length-1):isDef(e.text)&&a.setTextContent(u,""):e.text!==t.text&&a.setTextContent(u,t.text),isDef(p)&&isDef(l=p.hook)&&isDef(l=l.postpatch)&&l(e,t)}}}function b(e,t,r){if(isTrue(r)&&isDef(e.parent))e.parent.data.pendingInsert=t;else for(var n=0;n-1?baseSetAttr(e,t,r):isBooleanAttr(t)?isFalsyAttrValue(r)?e.removeAttribute(t):(r="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,r)):isEnumeratedAttr(t)?e.setAttribute(t,convertEnumeratedValue(t,r)):isXlink(t)?isFalsyAttrValue(r)?e.removeAttributeNS(xlinkNS,getXlinkProp(t)):e.setAttributeNS(xlinkNS,t,r):baseSetAttr(e,t,r)}function baseSetAttr(e,t,r){if(isFalsyAttrValue(r))e.removeAttribute(t);else{if(isIE&&!isIE9&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==r&&!e.__ieph){var n=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",n)};e.addEventListener("input",n),e.__ieph=!0}e.setAttribute(t,r)}}var attrs={create:updateAttrs,update:updateAttrs};function updateClass(e,t){var r=t.elm,n=t.data,o=e.data;if(!(isUndef(n.staticClass)&&isUndef(n.class)&&(isUndef(o)||isUndef(o.staticClass)&&isUndef(o.class)))){var a=genClassForVnode(t),i=r._transitionClasses;isDef(i)&&(a=concat(a,stringifyClass(i))),a!==r._prevClass&&(r.setAttribute("class",a),r._prevClass=a)}}var klass={create:updateClass,update:updateClass},RANGE_TOKEN="__r",CHECKBOX_RADIO_TOKEN="__c",target$1;function normalizeEvents(e){if(isDef(e[RANGE_TOKEN])){var t=isIE?"change":"input";e[t]=[].concat(e[RANGE_TOKEN],e[t]||[]),delete e[RANGE_TOKEN]}isDef(e[CHECKBOX_RADIO_TOKEN])&&(e.change=[].concat(e[CHECKBOX_RADIO_TOKEN],e.change||[]),delete e[CHECKBOX_RADIO_TOKEN])}function createOnceHandler$1(e,t,r){var n=target$1;return function o(){var a=t.apply(null,arguments);null!==a&&remove$2(e,o,r,n)}}var useMicrotaskFix=isUsingMicroTask&&!(isFF&&Number(isFF[1])<=53);function add$1(e,t,r,n){if(useMicrotaskFix){var o=currentFlushTimestamp,a=t;t=a._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=o||e.timeStamp<=0||e.target.ownerDocument!==document)return a.apply(this,arguments)}}target$1.addEventListener(e,t,supportsPassive?{capture:r,passive:n}:r)}function remove$2(e,t,r,n){(n||target$1).removeEventListener(e,t._wrapper||t,r)}function updateDOMListeners(e,t){if(!isUndef(e.data.on)||!isUndef(t.data.on)){var r=t.data.on||{},n=e.data.on||{};target$1=t.elm,normalizeEvents(r),updateListeners(r,n,add$1,remove$2,createOnceHandler$1,t.context),target$1=void 0}}var events={create:updateDOMListeners,update:updateDOMListeners},svgContainer;function updateDOMProps(e,t){if(!isUndef(e.data.domProps)||!isUndef(t.data.domProps)){var r,n,o=t.elm,a=e.data.domProps||{},i=t.data.domProps||{};for(r in isDef(i.__ob__)&&(i=t.data.domProps=extend({},i)),a)r in i||(o[r]="");for(r in i){if(n=i[r],"textContent"===r||"innerHTML"===r){if(t.children&&(t.children.length=0),n===a[r])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===r&&"PROGRESS"!==o.tagName){o._value=n;var s=isUndef(n)?"":String(n);shouldUpdateValue(o,s)&&(o.value=s)}else if("innerHTML"===r&&isSVG(o.tagName)&&isUndef(o.innerHTML)){(svgContainer=svgContainer||document.createElement("div")).innerHTML=""+n+"";for(var c=svgContainer.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(n!==a[r])try{o[r]=n}catch(e){}}}}function shouldUpdateValue(e,t){return!e.composing&&("OPTION"===e.tagName||isNotInFocusAndDirty(e,t)||isDirtyWithModifiers(e,t))}function isNotInFocusAndDirty(e,t){var r=!0;try{r=document.activeElement!==e}catch(e){}return r&&e.value!==t}function isDirtyWithModifiers(e,t){var r=e.value,n=e._vModifiers;if(isDef(n)){if(n.number)return toNumber(r)!==toNumber(t);if(n.trim)return r.trim()!==t.trim()}return r!==t}var domProps={create:updateDOMProps,update:updateDOMProps},parseStyleText=cached((function(e){var t={},r=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function normalizeStyleData(e){var t=normalizeStyleBinding(e.style);return e.staticStyle?extend(e.staticStyle,t):t}function normalizeStyleBinding(e){return Array.isArray(e)?toObject(e):"string"==typeof e?parseStyleText(e):e}function getStyle(e,t){var r,n={};if(t)for(var o=e;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(r=normalizeStyleData(o.data))&&extend(n,r);(r=normalizeStyleData(e.data))&&extend(n,r);for(var a=e;a=a.parent;)a.data&&(r=normalizeStyleData(a.data))&&extend(n,r);return n}var cssVarRE=/^--/,importantRE=/\s*!important$/,setProp=function(e,t,r){if(cssVarRE.test(t))e.style.setProperty(t,r);else if(importantRE.test(r))e.style.setProperty(hyphenate(t),r.replace(importantRE,""),"important");else{var n=normalize(t);if(Array.isArray(r))for(var o=0,a=r.length;o-1?t.split(whitespaceRE).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var r=" "+(e.getAttribute("class")||"")+" ";r.indexOf(" "+t+" ")<0&&e.setAttribute("class",(r+t).trim())}}function removeClass(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(whitespaceRE).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var r=" "+(e.getAttribute("class")||"")+" ",n=" "+t+" ";r.indexOf(n)>=0;)r=r.replace(n," ");(r=r.trim())?e.setAttribute("class",r):e.removeAttribute("class")}}function resolveTransition(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&extend(t,autoCssTransition(e.name||"v")),extend(t,e),t}return"string"==typeof e?autoCssTransition(e):void 0}}var autoCssTransition=cached((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),hasTransition=inBrowser&&!isIE9,TRANSITION="transition",ANIMATION="animation",transitionProp="transition",transitionEndEvent="transitionend",animationProp="animation",animationEndEvent="animationend";hasTransition&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(transitionProp="WebkitTransition",transitionEndEvent="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(animationProp="WebkitAnimation",animationEndEvent="webkitAnimationEnd"));var raf=inBrowser?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function nextFrame(e){raf((function(){raf(e)}))}function addTransitionClass(e,t){var r=e._transitionClasses||(e._transitionClasses=[]);r.indexOf(t)<0&&(r.push(t),addClass(e,t))}function removeTransitionClass(e,t){e._transitionClasses&&remove(e._transitionClasses,t),removeClass(e,t)}function whenTransitionEnds(e,t,r){var n=getTransitionInfo(e,t),o=n.type,a=n.timeout,i=n.propCount;if(!o)return r();var s=o===TRANSITION?transitionEndEvent:animationEndEvent,c=0,u=function(){e.removeEventListener(s,l),r()},l=function(t){t.target===e&&++c>=i&&u()};setTimeout((function(){c0&&(r=TRANSITION,l=i,f=a.length):t===ANIMATION?u>0&&(r=ANIMATION,l=u,f=c.length):f=(r=(l=Math.max(i,u))>0?i>u?TRANSITION:ANIMATION:null)?r===TRANSITION?a.length:c.length:0,{type:r,timeout:l,propCount:f,hasTransform:r===TRANSITION&&transformRE.test(n[transitionProp+"Property"])}}function getTimeout(e,t){for(;e.length1}function _enter(e,t){!0!==t.data.show&&enter(t)}var transition=inBrowser?{create:_enter,activate:_enter,remove:function(e,t){!0!==e.data.show?leave(e,t):t()}}:{},platformModules=[attrs,klass,events,domProps,style,transition],modules=platformModules.concat(baseModules),patch=createPatchFunction({nodeOps:nodeOps,modules:modules});isIE9&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&trigger(e,"input")}));var directive={inserted:function(e,t,r,n){"select"===r.tag?(n.elm&&!n.elm._vOptions?mergeVNodeHook(r,"postpatch",(function(){directive.componentUpdated(e,t,r)})):setSelected(e,t,r.context),e._vOptions=[].map.call(e.options,getValue)):("textarea"===r.tag||isTextInputType(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",onCompositionStart),e.addEventListener("compositionend",onCompositionEnd),e.addEventListener("change",onCompositionEnd),isIE9&&(e.vmodel=!0)))},componentUpdated:function(e,t,r){if("select"===r.tag){setSelected(e,t,r.context);var n=e._vOptions,o=e._vOptions=[].map.call(e.options,getValue);if(o.some((function(e,t){return!looseEqual(e,n[t])})))(e.multiple?t.value.some((function(e){return hasNoMatchingOption(e,o)})):t.value!==t.oldValue&&hasNoMatchingOption(t.value,o))&&trigger(e,"change")}}};function setSelected(e,t,r){actuallySetSelected(e,t),(isIE||isEdge)&&setTimeout((function(){actuallySetSelected(e,t)}),0)}function actuallySetSelected(e,t,r){var n=t.value,o=e.multiple;if(!o||Array.isArray(n)){for(var a,i,s=0,c=e.options.length;s-1,i.selected!==a&&(i.selected=a);else if(looseEqual(getValue(i),n))return void(e.selectedIndex!==s&&(e.selectedIndex=s));o||(e.selectedIndex=-1)}}function hasNoMatchingOption(e,t){return t.every((function(t){return!looseEqual(t,e)}))}function getValue(e){return"_value"in e?e._value:e.value}function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){e.target.composing&&(e.target.composing=!1,trigger(e.target,"input"))}function trigger(e,t){var r=document.createEvent("HTMLEvents");r.initEvent(t,!0,!0),e.dispatchEvent(r)}function locateNode(e){return!e.componentInstance||e.data&&e.data.transition?e:locateNode(e.componentInstance._vnode)}var show={bind:function(e,t,r){var n=t.value,o=(r=locateNode(r)).data&&r.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;n&&o?(r.data.show=!0,enter(r,(function(){e.style.display=a}))):e.style.display=n?a:"none"},update:function(e,t,r){var n=t.value;!n!=!t.oldValue&&((r=locateNode(r)).data&&r.data.transition?(r.data.show=!0,n?enter(r,(function(){e.style.display=e.__vOriginalDisplay})):leave(r,(function(){e.style.display="none"}))):e.style.display=n?e.__vOriginalDisplay:"none")},unbind:function(e,t,r,n,o){o||(e.style.display=e.__vOriginalDisplay)}},platformDirectives={model:directive,show:show},transitionProps={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function getRealChild(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?getRealChild(getFirstComponentChild(t.children)):e}function extractTransitionData(e){var t={},r=e.$options;for(var n in r.propsData)t[n]=e[n];var o=r._parentListeners;for(var a in o)t[camelize(a)]=o[a];return t}function placeholder(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function hasParentTransition(e){for(;e=e.parent;)if(e.data.transition)return!0}function isSameChild(e,t){return t.key===e.key&&t.tag===e.tag}var isNotTextNode=function(e){return e.tag||isAsyncPlaceholder(e)},isVShowDirective=function(e){return"show"===e.name},Transition={name:"transition",props:transitionProps,abstract:!0,render:function(e){var t=this,r=this.$slots.default;if(r&&(r=r.filter(isNotTextNode)).length){var n=this.mode,o=r[0];if(hasParentTransition(this.$vnode))return o;var a=getRealChild(o);if(!a)return o;if(this._leaving)return placeholder(e,o);var i="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?i+"comment":i+a.tag:isPrimitive(a.key)?0===String(a.key).indexOf(i)?a.key:i+a.key:a.key;var s=(a.data||(a.data={})).transition=extractTransitionData(this),c=this._vnode,u=getRealChild(c);if(a.data.directives&&a.data.directives.some(isVShowDirective)&&(a.data.show=!0),u&&u.data&&!isSameChild(a,u)&&!isAsyncPlaceholder(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var l=u.data.transition=extend({},s);if("out-in"===n)return this._leaving=!0,mergeVNodeHook(l,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),placeholder(e,o);if("in-out"===n){if(isAsyncPlaceholder(a))return c;var f,p=function(){f()};mergeVNodeHook(s,"afterEnter",p),mergeVNodeHook(s,"enterCancelled",p),mergeVNodeHook(l,"delayLeave",(function(e){f=e}))}}return o}}},props=extend({tag:String,moveClass:String},transitionProps);delete props.mode;var TransitionGroup={props:props,beforeMount:function(){var e=this,t=this._update;this._update=function(r,n){var o=setActiveInstance(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,o(),t.call(e,r,n)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",r=Object.create(null),n=this.prevChildren=this.children,o=this.$slots.default||[],a=this.children=[],i=extractTransitionData(this),s=0;s1?o-1:0),i=1;i ",e].concat(a)),null!=this.eventsBound&&null!=this.eventsBound[e]&&this.eventsBound[e].forEach((function(e){})),(n=_get(_getPrototypeOf(r.prototype),"$emit",this)).call.apply(n,[this,e].concat(a))}},{key:"$on",value:function(e){var t,n;this.eventsBound=this.eventsBound||{},this.eventsBound[e]=this.eventsBound[e]||[];for(var o=arguments.length,a=new Array(o>1?o-1:0),i=1;i ",e].concat(a)),(n=_get(_getPrototypeOf(r.prototype),"$on",this)).call.apply(n,[this,e].concat(a))}},{key:"$off",value:function(e){for(var t,n,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i ",e].concat(a)),(n=_get(_getPrototypeOf(r.prototype),"$off",this)).call.apply(n,[this,e].concat(a))}}]),r}(Vue);window.EventBus=window.EventBus||new EventBus({name:"EventBus"});var EventBus$1=window.EventBus;window.LS=window.LS||{};var AdminCore=function(){if("object"!==_typeof(window.LS.adminCore)){var e,t,r,n={document:[]},o=function(){return{eventsBound:n,windowLS:window.LS}},a=function(){globalStartUpMethods.bootstrapping(),onExistBinding(),i((function(){adminCoreLSConsole.log("TRIGGERWARNING","Document ready triggered")}),"ready"),i((function(){adminCoreLSConsole.log("TRIGGERWARNING","Document scriptcomplete triggered")}),"pjax:scriptcomplete"),i(saveController),i(loadMethods),i(bindAdvancedAttribute),i(confirmDeletemodal),i(panelClickable),i(panelsAnimation,null,null,200),i(notificationSystem.initNotification),i(activateSubSubMenues),i(globalWindowMethods.fixAccordionPosition)},i=function(e,t,r,o){if(t=t||"pjax:scriptcomplete ready",o=o||0,n[r=r||"document"]=n[r]||[],void 0===lodash.find(n[r],{fn:e,event:t,root:r,delay:o})){n[r].push({fn:e,event:t,root:r,delay:o});var a=lodash.map(t.split(" "),(function(e){return"ready"!==e?e+".admincore":"ready"})),i=o>0?function(){window.setTimeout(e,o)}:e;"document"==r?$(document).on(a.join(" "),i):$(r).on(a.join(" "),i)}},s=function(){lodash.each(n,(function(e,t){lodash.each(e,(function(e){var t=lodash.map(e.event.split(" "),(function(e){return"ready"!==e?e+".admincore":""})),r=e.delay>0?function(){window.setTimeout(e.fn,e.delay)}:e.fn;"document"!==e.root&&($(e.root).off(t.join(" ")),$(e.root).on(t.join(" "),r))}))})),onExistBinding()},c=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"globalAddition";window.LS[t]=window.LS[t]||{},window.LS[t]=lodash.merge(window.LS[t],e)};e={adminCore:{refresh:s,onload:a,appendToLoad:i,addToNamespace:c}},t={saveBindings:saveController,confirmationModal:loadMethods,questionEdit:bindAdvancedAttribute,confirmDeletemodal:confirmDeletemodal,panelClickable:panelClickable,panelsAnimation:panelsAnimation,initNotification:notificationSystem.initNotification},r=lodash.merge(e,globalWindowMethods,parameterGlobals,{AjaxHelper:AjaxHelper},{notifyFader:notifyFader},{createUrl:createUrl},{EventBus:EventBus$1},subquestionAndAnswersGlobalMethods,notificationSystem,gridAction),window.LS=lodash.merge(window.LS,r,{pageLoadActions:t,ld:lodash,debug:o}),window.hasFormValidation="function"==typeof document.createElement("input").checkValidity,a()}else window.LS.adminCore.refresh()};AdminCore()})); +!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&match[0]<4?1:+(match[0]+match[1])),!version&&engineUserAgent&&(match=engineUserAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=engineUserAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));var engineV8Version=version,nativeSymbol=!!Object.getOwnPropertySymbols&&!fails((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&engineV8Version&&engineV8Version<41})),useSymbolAsUid=nativeSymbol&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Object$6=global_1.Object,isSymbol=useSymbolAsUid?function(e){return"symbol"==typeof e}:function(e){var t=getBuiltIn("Symbol");return isCallable(t)&&objectIsPrototypeOf(t.prototype,Object$6(e))},String$6=global_1.String,tryToString=function(e){try{return String$6(e)}catch(e){return"Object"}},TypeError$x=global_1.TypeError,aCallable=function(e){if(isCallable(e))return e;throw TypeError$x(tryToString(e)+" is not a function")},getMethod=function(e,t){var r=e[t];return null==r?void 0:aCallable(r)},TypeError$w=global_1.TypeError,ordinaryToPrimitive=function(e,t){var r,n;if("string"===t&&isCallable(r=e.toString)&&!isObject$2(n=functionCall(r,e)))return n;if(isCallable(r=e.valueOf)&&!isObject$2(n=functionCall(r,e)))return n;if("string"!==t&&isCallable(r=e.toString)&&!isObject$2(n=functionCall(r,e)))return n;throw TypeError$w("Can't convert object to primitive value")},isPure=!1,defineProperty$g=Object.defineProperty,setGlobal=function(e,t){try{defineProperty$g(global_1,e,{value:t,configurable:!0,writable:!0})}catch(r){global_1[e]=t}return t},SHARED="__core-js_shared__",store$3=global_1[SHARED]||setGlobal(SHARED,{}),sharedStore=store$3,shared=createCommonjsModule((function(e){(e.exports=function(e,t){return sharedStore[e]||(sharedStore[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.21.0",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.0/LICENSE",source:"https://github.com/zloirock/core-js"})})),Object$5=global_1.Object,toObject$1=function(e){return Object$5(requireObjectCoercible(e))},hasOwnProperty$b=functionUncurryThis({}.hasOwnProperty),hasOwnProperty_1=Object.hasOwn||function(e,t){return hasOwnProperty$b(toObject$1(e),t)},id$1=0,postfix=Math.random(),toString$1=functionUncurryThis(1..toString),uid$1=function(e){return"Symbol("+(void 0===e?"":e)+")_"+toString$1(++id$1+postfix,36)},WellKnownSymbolsStore$1=shared("wks"),Symbol$4=global_1.Symbol,symbolFor=Symbol$4&&Symbol$4.for,createWellKnownSymbol=useSymbolAsUid?Symbol$4:Symbol$4&&Symbol$4.withoutSetter||uid$1,wellKnownSymbol=function(e){if(!hasOwnProperty_1(WellKnownSymbolsStore$1,e)||!nativeSymbol&&"string"!=typeof WellKnownSymbolsStore$1[e]){var t="Symbol."+e;nativeSymbol&&hasOwnProperty_1(Symbol$4,e)?WellKnownSymbolsStore$1[e]=Symbol$4[e]:WellKnownSymbolsStore$1[e]=useSymbolAsUid&&symbolFor?symbolFor(t):createWellKnownSymbol(t)}return WellKnownSymbolsStore$1[e]},TypeError$v=global_1.TypeError,TO_PRIMITIVE$2=wellKnownSymbol("toPrimitive"),toPrimitive=function(e,t){if(!isObject$2(e)||isSymbol(e))return e;var r,n=getMethod(e,TO_PRIMITIVE$2);if(n){if(void 0===t&&(t="default"),r=functionCall(n,e,t),!isObject$2(r)||isSymbol(r))return r;throw TypeError$v("Can't convert object to primitive value")}return void 0===t&&(t="number"),ordinaryToPrimitive(e,t)},toPropertyKey=function(e){var t=toPrimitive(e,"string");return isSymbol(t)?t:t+""},document$3=global_1.document,EXISTS$1=isObject$2(document$3)&&isObject$2(document$3.createElement),documentCreateElement=function(e){return EXISTS$1?document$3.createElement(e):{}},ie8DomDefine=!descriptors&&!fails((function(){return 7!=Object.defineProperty(documentCreateElement("div"),"a",{get:function(){return 7}}).a})),$getOwnPropertyDescriptor$2=Object.getOwnPropertyDescriptor,f$7=descriptors?$getOwnPropertyDescriptor$2:function(e,t){if(e=toIndexedObject(e),t=toPropertyKey(t),ie8DomDefine)try{return $getOwnPropertyDescriptor$2(e,t)}catch(e){}if(hasOwnProperty_1(e,t))return createPropertyDescriptor(!functionCall(objectPropertyIsEnumerable.f,e,t),e[t])},objectGetOwnPropertyDescriptor={f:f$7},v8PrototypeDefineBug=descriptors&&fails((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),String$5=global_1.String,TypeError$u=global_1.TypeError,anObject=function(e){if(isObject$2(e))return e;throw TypeError$u(String$5(e)+" is not an object")},TypeError$t=global_1.TypeError,$defineProperty$1=Object.defineProperty,$getOwnPropertyDescriptor$1=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE$1="configurable",WRITABLE="writable",f$6=descriptors?v8PrototypeDefineBug?function(e,t,r){if(anObject(e),t=toPropertyKey(t),anObject(r),"function"==typeof e&&"prototype"===t&&"value"in r&&WRITABLE in r&&!r[WRITABLE]){var n=$getOwnPropertyDescriptor$1(e,t);n&&n[WRITABLE]&&(e[t]=r.value,r={configurable:CONFIGURABLE$1 in r?r[CONFIGURABLE$1]:n[CONFIGURABLE$1],enumerable:ENUMERABLE in r?r[ENUMERABLE]:n[ENUMERABLE],writable:!1})}return $defineProperty$1(e,t,r)}:$defineProperty$1:function(e,t,r){if(anObject(e),t=toPropertyKey(t),anObject(r),ie8DomDefine)try{return $defineProperty$1(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError$t("Accessors not supported");return"value"in r&&(e[t]=r.value),e},objectDefineProperty={f:f$6},createNonEnumerableProperty=descriptors?function(e,t,r){return objectDefineProperty.f(e,t,createPropertyDescriptor(1,r))}:function(e,t,r){return e[t]=r,e},functionToString$1=functionUncurryThis(Function.toString);isCallable(sharedStore.inspectSource)||(sharedStore.inspectSource=function(e){return functionToString$1(e)});var inspectSource=sharedStore.inspectSource,WeakMap$3=global_1.WeakMap,nativeWeakMap=isCallable(WeakMap$3)&&/native code/.test(inspectSource(WeakMap$3)),keys$4=shared("keys"),sharedKey=function(e){return keys$4[e]||(keys$4[e]=uid$1(e))},hiddenKeys$1={},OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError$s=global_1.TypeError,WeakMap$2=global_1.WeakMap,set$4,get$2,has$1,enforce=function(e){return has$1(e)?get$2(e):set$4(e,{})},getterFor$1=function(e){return function(t){var r;if(!isObject$2(t)||(r=get$2(t)).type!==e)throw TypeError$s("Incompatible receiver, "+e+" required");return r}};if(nativeWeakMap||sharedStore.state){var store$2=sharedStore.state||(sharedStore.state=new WeakMap$2),wmget=functionUncurryThis(store$2.get),wmhas=functionUncurryThis(store$2.has),wmset=functionUncurryThis(store$2.set);set$4=function(e,t){if(wmhas(store$2,e))throw new TypeError$s(OBJECT_ALREADY_INITIALIZED);return t.facade=e,wmset(store$2,e,t),t},get$2=function(e){return wmget(store$2,e)||{}},has$1=function(e){return wmhas(store$2,e)}}else{var STATE=sharedKey("state");hiddenKeys$1[STATE]=!0,set$4=function(e,t){if(hasOwnProperty_1(e,STATE))throw new TypeError$s(OBJECT_ALREADY_INITIALIZED);return t.facade=e,createNonEnumerableProperty(e,STATE,t),t},get$2=function(e){return hasOwnProperty_1(e,STATE)?e[STATE]:{}},has$1=function(e){return hasOwnProperty_1(e,STATE)}}var internalState={set:set$4,get:get$2,has:has$1,enforce:enforce,getterFor:getterFor$1},FunctionPrototype$3=Function.prototype,getDescriptor=descriptors&&Object.getOwnPropertyDescriptor,EXISTS=hasOwnProperty_1(FunctionPrototype$3,"name"),PROPER=EXISTS&&"something"===function(){}.name,CONFIGURABLE=EXISTS&&(!descriptors||descriptors&&getDescriptor(FunctionPrototype$3,"name").configurable),functionName={EXISTS:EXISTS,PROPER:PROPER,CONFIGURABLE:CONFIGURABLE},redefine=createCommonjsModule((function(e){var t=functionName.CONFIGURABLE,r=internalState.get,n=internalState.enforce,o=String(String).split("String");(e.exports=function(e,r,a,i){var s,c=!!i&&!!i.unsafe,u=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet,f=i&&void 0!==i.name?i.name:r;isCallable(a)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!hasOwnProperty_1(a,"name")||t&&a.name!==f)&&createNonEnumerableProperty(a,"name",f),(s=n(a)).source||(s.source=o.join("string"==typeof f?f:""))),e!==global_1?(c?!l&&e[r]&&(u=!0):delete e[r],u?e[r]=a:createNonEnumerableProperty(e,r,a)):u?e[r]=a:setGlobal(r,a)})(Function.prototype,"toString",(function(){return isCallable(this)&&r(this).source||inspectSource(this)}))})),ceil$2=Math.ceil,floor$a=Math.floor,toIntegerOrInfinity=function(e){var t=+e;return t!=t||0===t?0:(t>0?floor$a:ceil$2)(t)},max$6=Math.max,min$9=Math.min,toAbsoluteIndex=function(e,t){var r=toIntegerOrInfinity(e);return r<0?max$6(r+t,0):min$9(r,t)},min$8=Math.min,toLength=function(e){return e>0?min$8(toIntegerOrInfinity(e),9007199254740991):0},lengthOfArrayLike=function(e){return toLength(e.length)},createMethod$6=function(e){return function(t,r,n){var o,a=toIndexedObject(t),i=lengthOfArrayLike(a),s=toAbsoluteIndex(n,i);if(e&&r!=r){for(;i>s;)if((o=a[s++])!=o)return!0}else for(;i>s;s++)if((e||s in a)&&a[s]===r)return e||s||0;return!e&&-1}},arrayIncludes={includes:createMethod$6(!0),indexOf:createMethod$6(!1)},indexOf$2=arrayIncludes.indexOf,push$h=functionUncurryThis([].push),objectKeysInternal=function(e,t){var r,n=toIndexedObject(e),o=0,a=[];for(r in n)!hasOwnProperty_1(hiddenKeys$1,r)&&hasOwnProperty_1(n,r)&&push$h(a,r);for(;t.length>o;)hasOwnProperty_1(n,r=t[o++])&&(~indexOf$2(a,r)||push$h(a,r));return a},enumBugKeys=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],hiddenKeys=enumBugKeys.concat("length","prototype"),f$5=Object.getOwnPropertyNames||function(e){return objectKeysInternal(e,hiddenKeys)},objectGetOwnPropertyNames={f:f$5},f$4=Object.getOwnPropertySymbols,objectGetOwnPropertySymbols={f:f$4},concat$5=functionUncurryThis([].concat),ownKeys=getBuiltIn("Reflect","ownKeys")||function(e){var t=objectGetOwnPropertyNames.f(anObject(e)),r=objectGetOwnPropertySymbols.f;return r?concat$5(t,r(e)):t},copyConstructorProperties=function(e,t,r){for(var n=ownKeys(t),o=objectDefineProperty.f,a=objectGetOwnPropertyDescriptor.f,i=0;ii;)objectDefineProperty.f(e,r=o[i++],n[r]);return e},objectDefineProperties={f:f$3},html=getBuiltIn("document","documentElement"),GT=">",LT="<",PROTOTYPE$2="prototype",SCRIPT="script",IE_PROTO$1=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(e){return LT+SCRIPT+GT+e+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(e){e.write(scriptTag("")),e.close();var t=e.parentWindow.Object;return e=null,t},NullProtoObjectViaIFrame=function(){var e,t=documentCreateElement("iframe"),r="java"+SCRIPT+":";return t.style.display="none",html.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(scriptTag("document.F=Object")),e.close(),e.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(e){}NullProtoObject="undefined"!=typeof document?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var e=enumBugKeys.length;e--;)delete NullProtoObject[PROTOTYPE$2][enumBugKeys[e]];return NullProtoObject()};hiddenKeys$1[IE_PROTO$1]=!0;var objectCreate$1=Object.create||function(e,t){var r;return null!==e?(EmptyConstructor[PROTOTYPE$2]=anObject(e),r=new EmptyConstructor,EmptyConstructor[PROTOTYPE$2]=null,r[IE_PROTO$1]=e):r=NullProtoObject(),void 0===t?r:objectDefineProperties.f(r,t)},createProperty=function(e,t,r){var n=toPropertyKey(t);n in e?objectDefineProperty.f(e,n,createPropertyDescriptor(0,r)):e[n]=r},Array$9=global_1.Array,max$5=Math.max,arraySliceSimple=function(e,t,r){for(var n=lengthOfArrayLike(e),o=toAbsoluteIndex(t,n),a=toAbsoluteIndex(void 0===r?n:r,n),i=Array$9(max$5(a-o,0)),s=0;o_;_++)if((s||_ in y)&&(d=g(p=y[_],_,h),e))if(t)b[_]=d;else if(d)switch(e){case 3:return!0;case 5:return p;case 6:return _;case 2:push$g(b,p)}else switch(e){case 4:return!1;case 7:push$g(b,p)}return a?-1:n||o?o:b}},arrayIteration={forEach:createMethod$5(0),map:createMethod$5(1),filter:createMethod$5(2),some:createMethod$5(3),every:createMethod$5(4),find:createMethod$5(5),findIndex:createMethod$5(6),filterReject:createMethod$5(7)},$forEach$2=arrayIteration.forEach,HIDDEN=sharedKey("hidden"),SYMBOL="Symbol",PROTOTYPE$1="prototype",TO_PRIMITIVE$1=wellKnownSymbol("toPrimitive"),setInternalState$c=internalState.set,getInternalState$8=internalState.getterFor(SYMBOL),ObjectPrototype$4=Object[PROTOTYPE$1],$Symbol=global_1.Symbol,SymbolPrototype$1=$Symbol&&$Symbol[PROTOTYPE$1],TypeError$r=global_1.TypeError,QObject=global_1.QObject,$stringify=getBuiltIn("JSON","stringify"),nativeGetOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f,nativeDefineProperty=objectDefineProperty.f,nativeGetOwnPropertyNames=objectGetOwnPropertyNamesExternal.f,nativePropertyIsEnumerable=objectPropertyIsEnumerable.f,push$f=functionUncurryThis([].push),AllSymbols=shared("symbols"),ObjectPrototypeSymbols=shared("op-symbols"),StringToSymbolRegistry=shared("string-to-symbol-registry"),SymbolToStringRegistry=shared("symbol-to-string-registry"),WellKnownSymbolsStore=shared("wks"),USE_SETTER=!QObject||!QObject[PROTOTYPE$1]||!QObject[PROTOTYPE$1].findChild,setSymbolDescriptor=descriptors&&fails((function(){return 7!=objectCreate$1(nativeDefineProperty({},"a",{get:function(){return nativeDefineProperty(this,"a",{value:7}).a}})).a}))?function(e,t,r){var n=nativeGetOwnPropertyDescriptor$1(ObjectPrototype$4,t);n&&delete ObjectPrototype$4[t],nativeDefineProperty(e,t,r),n&&e!==ObjectPrototype$4&&nativeDefineProperty(ObjectPrototype$4,t,n)}:nativeDefineProperty,wrap=function(e,t){var r=AllSymbols[e]=objectCreate$1(SymbolPrototype$1);return setInternalState$c(r,{type:SYMBOL,tag:e,description:t}),descriptors||(r.description=t),r},$defineProperty=function(e,t,r){e===ObjectPrototype$4&&$defineProperty(ObjectPrototypeSymbols,t,r),anObject(e);var n=toPropertyKey(t);return anObject(r),hasOwnProperty_1(AllSymbols,n)?(r.enumerable?(hasOwnProperty_1(e,HIDDEN)&&e[HIDDEN][n]&&(e[HIDDEN][n]=!1),r=objectCreate$1(r,{enumerable:createPropertyDescriptor(0,!1)})):(hasOwnProperty_1(e,HIDDEN)||nativeDefineProperty(e,HIDDEN,createPropertyDescriptor(1,{})),e[HIDDEN][n]=!0),setSymbolDescriptor(e,n,r)):nativeDefineProperty(e,n,r)},$defineProperties=function(e,t){anObject(e);var r=toIndexedObject(t),n=objectKeys(r).concat($getOwnPropertySymbols(r));return $forEach$2(n,(function(t){descriptors&&!functionCall($propertyIsEnumerable$1,r,t)||$defineProperty(e,t,r[t])})),e},$create=function(e,t){return void 0===t?objectCreate$1(e):$defineProperties(objectCreate$1(e),t)},$propertyIsEnumerable$1=function(e){var t=toPropertyKey(e),r=functionCall(nativePropertyIsEnumerable,this,t);return!(this===ObjectPrototype$4&&hasOwnProperty_1(AllSymbols,t)&&!hasOwnProperty_1(ObjectPrototypeSymbols,t))&&(!(r||!hasOwnProperty_1(this,t)||!hasOwnProperty_1(AllSymbols,t)||hasOwnProperty_1(this,HIDDEN)&&this[HIDDEN][t])||r)},$getOwnPropertyDescriptor=function(e,t){var r=toIndexedObject(e),n=toPropertyKey(t);if(r!==ObjectPrototype$4||!hasOwnProperty_1(AllSymbols,n)||hasOwnProperty_1(ObjectPrototypeSymbols,n)){var o=nativeGetOwnPropertyDescriptor$1(r,n);return!o||!hasOwnProperty_1(AllSymbols,n)||hasOwnProperty_1(r,HIDDEN)&&r[HIDDEN][n]||(o.enumerable=!0),o}},$getOwnPropertyNames=function(e){var t=nativeGetOwnPropertyNames(toIndexedObject(e)),r=[];return $forEach$2(t,(function(e){hasOwnProperty_1(AllSymbols,e)||hasOwnProperty_1(hiddenKeys$1,e)||push$f(r,e)})),r},$getOwnPropertySymbols=function(e){var t=e===ObjectPrototype$4,r=nativeGetOwnPropertyNames(t?ObjectPrototypeSymbols:toIndexedObject(e)),n=[];return $forEach$2(r,(function(e){!hasOwnProperty_1(AllSymbols,e)||t&&!hasOwnProperty_1(ObjectPrototype$4,e)||push$f(n,AllSymbols[e])})),n};if(nativeSymbol||($Symbol=function(){if(objectIsPrototypeOf(SymbolPrototype$1,this))throw TypeError$r("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?toString_1(arguments[0]):void 0,t=uid$1(e),r=function(e){this===ObjectPrototype$4&&functionCall(r,ObjectPrototypeSymbols,e),hasOwnProperty_1(this,HIDDEN)&&hasOwnProperty_1(this[HIDDEN],t)&&(this[HIDDEN][t]=!1),setSymbolDescriptor(this,t,createPropertyDescriptor(1,e))};return descriptors&&USE_SETTER&&setSymbolDescriptor(ObjectPrototype$4,t,{configurable:!0,set:r}),wrap(t,e)},SymbolPrototype$1=$Symbol[PROTOTYPE$1],redefine(SymbolPrototype$1,"toString",(function(){return getInternalState$8(this).tag})),redefine($Symbol,"withoutSetter",(function(e){return wrap(uid$1(e),e)})),objectPropertyIsEnumerable.f=$propertyIsEnumerable$1,objectDefineProperty.f=$defineProperty,objectDefineProperties.f=$defineProperties,objectGetOwnPropertyDescriptor.f=$getOwnPropertyDescriptor,objectGetOwnPropertyNames.f=objectGetOwnPropertyNamesExternal.f=$getOwnPropertyNames,objectGetOwnPropertySymbols.f=$getOwnPropertySymbols,wellKnownSymbolWrapped.f=function(e){return wrap(wellKnownSymbol(e),e)},descriptors&&(nativeDefineProperty(SymbolPrototype$1,"description",{configurable:!0,get:function(){return getInternalState$8(this).description}}),redefine(ObjectPrototype$4,"propertyIsEnumerable",$propertyIsEnumerable$1,{unsafe:!0}))),_export({global:!0,wrap:!0,forced:!nativeSymbol,sham:!nativeSymbol},{Symbol:$Symbol}),$forEach$2(objectKeys(WellKnownSymbolsStore),(function(e){defineWellKnownSymbol(e)})),_export({target:SYMBOL,stat:!0,forced:!nativeSymbol},{for:function(e){var t=toString_1(e);if(hasOwnProperty_1(StringToSymbolRegistry,t))return StringToSymbolRegistry[t];var r=$Symbol(t);return StringToSymbolRegistry[t]=r,SymbolToStringRegistry[r]=t,r},keyFor:function(e){if(!isSymbol(e))throw TypeError$r(e+" is not a symbol");if(hasOwnProperty_1(SymbolToStringRegistry,e))return SymbolToStringRegistry[e]},useSetter:function(){USE_SETTER=!0},useSimple:function(){USE_SETTER=!1}}),_export({target:"Object",stat:!0,forced:!nativeSymbol,sham:!descriptors},{create:$create,defineProperty:$defineProperty,defineProperties:$defineProperties,getOwnPropertyDescriptor:$getOwnPropertyDescriptor}),_export({target:"Object",stat:!0,forced:!nativeSymbol},{getOwnPropertyNames:$getOwnPropertyNames,getOwnPropertySymbols:$getOwnPropertySymbols}),_export({target:"Object",stat:!0,forced:fails((function(){objectGetOwnPropertySymbols.f(1)}))},{getOwnPropertySymbols:function(e){return objectGetOwnPropertySymbols.f(toObject$1(e))}}),$stringify){var FORCED_JSON_STRINGIFY=!nativeSymbol||fails((function(){var e=$Symbol();return"[null]"!=$stringify([e])||"{}"!=$stringify({a:e})||"{}"!=$stringify(Object(e))}));_export({target:"JSON",stat:!0,forced:FORCED_JSON_STRINGIFY},{stringify:function(e,t,r){var n=arraySlice$1(arguments),o=t;if((isObject$2(t)||void 0!==e)&&!isSymbol(e))return isArray$1(t)||(t=function(e,t){if(isCallable(o)&&(t=functionCall(o,this,e,t)),!isSymbol(t))return t}),n[1]=t,functionApply($stringify,null,n)}})}if(!SymbolPrototype$1[TO_PRIMITIVE$1]){var valueOf=SymbolPrototype$1.valueOf;redefine(SymbolPrototype$1,TO_PRIMITIVE$1,(function(e){return functionCall(valueOf,this)}))}setToStringTag($Symbol,SYMBOL),hiddenKeys$1[HIDDEN]=!0;var defineProperty$d=objectDefineProperty.f,NativeSymbol=global_1.Symbol,SymbolPrototype=NativeSymbol&&NativeSymbol.prototype;if(descriptors&&isCallable(NativeSymbol)&&(!("description"in SymbolPrototype)||void 0!==NativeSymbol().description)){var EmptyStringDescriptionStore={},SymbolWrapper=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:toString_1(arguments[0]),t=objectIsPrototypeOf(SymbolPrototype,this)?new NativeSymbol(e):void 0===e?NativeSymbol():NativeSymbol(e);return""===e&&(EmptyStringDescriptionStore[t]=!0),t};copyConstructorProperties(SymbolWrapper,NativeSymbol),SymbolWrapper.prototype=SymbolPrototype,SymbolPrototype.constructor=SymbolWrapper;var NATIVE_SYMBOL="Symbol(test)"==String(NativeSymbol("test")),symbolToString=functionUncurryThis(SymbolPrototype.toString),symbolValueOf=functionUncurryThis(SymbolPrototype.valueOf),regexp=/^Symbol\((.*)\)[^)]+$/,replace$9=functionUncurryThis("".replace),stringSlice$d=functionUncurryThis("".slice);defineProperty$d(SymbolPrototype,"description",{configurable:!0,get:function(){var e=symbolValueOf(this),t=symbolToString(e);if(hasOwnProperty_1(EmptyStringDescriptionStore,e))return"";var r=NATIVE_SYMBOL?stringSlice$d(t,7,-1):replace$9(t,regexp,"$1");return""===r?void 0:r}}),_export({global:!0,forced:!0},{Symbol:SymbolWrapper})}defineWellKnownSymbol("asyncIterator"),defineWellKnownSymbol("hasInstance"),defineWellKnownSymbol("isConcatSpreadable"),defineWellKnownSymbol("iterator"),defineWellKnownSymbol("match"),defineWellKnownSymbol("replace"),defineWellKnownSymbol("search"),defineWellKnownSymbol("species"),defineWellKnownSymbol("split"),defineWellKnownSymbol("toPrimitive"),defineWellKnownSymbol("toStringTag"),defineWellKnownSymbol("unscopables");var SPECIES$5=wellKnownSymbol("species"),arrayMethodHasSpeciesSupport=function(e){return engineV8Version>=51||!fails((function(){var t=[];return(t.constructor={})[SPECIES$5]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},IS_CONCAT_SPREADABLE=wellKnownSymbol("isConcatSpreadable"),MAX_SAFE_INTEGER$3=9007199254740991,MAXIMUM_ALLOWED_INDEX_EXCEEDED="Maximum allowed index exceeded",TypeError$q=global_1.TypeError,IS_CONCAT_SPREADABLE_SUPPORT=engineV8Version>=51||!fails((function(){var e=[];return e[IS_CONCAT_SPREADABLE]=!1,e.concat()[0]!==e})),SPECIES_SUPPORT=arrayMethodHasSpeciesSupport("concat"),isConcatSpreadable=function(e){if(!isObject$2(e))return!1;var t=e[IS_CONCAT_SPREADABLE];return void 0!==t?!!t:isArray$1(e)},FORCED$i=!IS_CONCAT_SPREADABLE_SUPPORT||!SPECIES_SUPPORT;_export({target:"Array",proto:!0,forced:FORCED$i},{concat:function(e){var t,r,n,o,a,i=toObject$1(this),s=arraySpeciesCreate(i,0),c=0;for(t=-1,n=arguments.length;tMAX_SAFE_INTEGER$3)throw TypeError$q(MAXIMUM_ALLOWED_INDEX_EXCEEDED);for(r=0;r=MAX_SAFE_INTEGER$3)throw TypeError$q(MAXIMUM_ALLOWED_INDEX_EXCEEDED);createProperty(s,c++,a)}return s.length=c,s}});var min$7=Math.min,arrayCopyWithin=[].copyWithin||function(e,t){var r=toObject$1(this),n=lengthOfArrayLike(r),o=toAbsoluteIndex(e,n),a=toAbsoluteIndex(t,n),i=arguments.length>2?arguments[2]:void 0,s=min$7((void 0===i?n:toAbsoluteIndex(i,n))-a,n-o),c=1;for(a0;)a in r?r[o]=r[a]:delete r[o],o+=c,a+=c;return r},UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype$1=Array.prototype;null==ArrayPrototype$1[UNSCOPABLES]&&objectDefineProperty.f(ArrayPrototype$1,UNSCOPABLES,{configurable:!0,value:objectCreate$1(null)});var addToUnscopables=function(e){ArrayPrototype$1[UNSCOPABLES][e]=!0};_export({target:"Array",proto:!0},{copyWithin:arrayCopyWithin}),addToUnscopables("copyWithin");var arrayFill=function(e){for(var t=toObject$1(this),r=lengthOfArrayLike(t),n=arguments.length,o=toAbsoluteIndex(n>1?arguments[1]:void 0,r),a=n>2?arguments[2]:void 0,i=void 0===a?r:toAbsoluteIndex(a,r);i>o;)t[o++]=e;return t};_export({target:"Array",proto:!0},{fill:arrayFill}),addToUnscopables("fill");var $filter$1=arrayIteration.filter,HAS_SPECIES_SUPPORT$3=arrayMethodHasSpeciesSupport("filter");_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$3},{filter:function(e){return $filter$1(this,e,arguments.length>1?arguments[1]:void 0)}});var $find$1=arrayIteration.find,FIND="find",SKIPS_HOLES$1=!0;FIND in[]&&Array(1)[FIND]((function(){SKIPS_HOLES$1=!1})),_export({target:"Array",proto:!0,forced:SKIPS_HOLES$1},{find:function(e){return $find$1(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables(FIND);var $findIndex$1=arrayIteration.findIndex,FIND_INDEX="findIndex",SKIPS_HOLES=!0;FIND_INDEX in[]&&Array(1)[FIND_INDEX]((function(){SKIPS_HOLES=!1})),_export({target:"Array",proto:!0,forced:SKIPS_HOLES},{findIndex:function(e){return $findIndex$1(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables(FIND_INDEX);var TypeError$p=global_1.TypeError,flattenIntoArray=function(e,t,r,n,o,a,i,s){for(var c,u,l=o,f=0,p=!!i&&functionBindContext(i,s);f0&&isArray$1(c))u=lengthOfArrayLike(c),l=flattenIntoArray(e,t,c,u,l,a-1)-1;else{if(l>=9007199254740991)throw TypeError$p("Exceed the acceptable array length");e[l]=c}l++}f++}return l},flattenIntoArray_1=flattenIntoArray;_export({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=toObject$1(this),r=lengthOfArrayLike(t),n=arraySpeciesCreate(t,0);return n.length=flattenIntoArray_1(n,t,t,r,0,void 0===e?1:toIntegerOrInfinity(e)),n}}),_export({target:"Array",proto:!0},{flatMap:function(e){var t,r=toObject$1(this),n=lengthOfArrayLike(r);return aCallable(e),(t=arraySpeciesCreate(r,0)).length=flattenIntoArray_1(t,r,r,n,0,1,e,arguments.length>1?arguments[1]:void 0),t}});var iteratorClose=function(e,t,r){var n,o;anObject(e);try{if(!(n=getMethod(e,"return"))){if("throw"===t)throw r;return r}n=functionCall(n,e)}catch(e){o=!0,n=e}if("throw"===t)throw r;if(o)throw n;return anObject(n),r},callWithSafeIterationClosing=function(e,t,r,n){try{return n?t(anObject(r)[0],r[1]):t(r)}catch(t){iteratorClose(e,"throw",t)}},iterators={},ITERATOR$a=wellKnownSymbol("iterator"),ArrayPrototype=Array.prototype,isArrayIteratorMethod=function(e){return void 0!==e&&(iterators.Array===e||ArrayPrototype[ITERATOR$a]===e)},ITERATOR$9=wellKnownSymbol("iterator"),getIteratorMethod=function(e){if(null!=e)return getMethod(e,ITERATOR$9)||getMethod(e,"@@iterator")||iterators[classof(e)]},TypeError$o=global_1.TypeError,getIterator=function(e,t){var r=arguments.length<2?getIteratorMethod(e):t;if(aCallable(r))return anObject(functionCall(r,e));throw TypeError$o(tryToString(e)+" is not iterable")},Array$7=global_1.Array,arrayFrom=function(e){var t=toObject$1(e),r=isConstructor(this),n=arguments.length,o=n>1?arguments[1]:void 0,a=void 0!==o;a&&(o=functionBindContext(o,n>2?arguments[2]:void 0));var i,s,c,u,l,f,p=getIteratorMethod(t),d=0;if(!p||this==Array$7&&isArrayIteratorMethod(p))for(i=lengthOfArrayLike(t),s=r?new this(i):Array$7(i);i>d;d++)f=a?o(t[d],d):t[d],createProperty(s,d,f);else for(l=(u=getIterator(t,p)).next,s=r?new this:[];!(c=functionCall(l,u)).done;d++)f=a?callWithSafeIterationClosing(u,o,[c.value,d],!0):c.value,createProperty(s,d,f);return s.length=d,s},ITERATOR$8=wellKnownSymbol("iterator"),SAFE_CLOSING=!1;try{var called=0,iteratorWithReturn={next:function(){return{done:!!called++}},return:function(){SAFE_CLOSING=!0}};iteratorWithReturn[ITERATOR$8]=function(){return this},Array.from(iteratorWithReturn,(function(){throw 2}))}catch(e){}var checkCorrectnessOfIteration=function(e,t){if(!t&&!SAFE_CLOSING)return!1;var r=!1;try{var n={};n[ITERATOR$8]=function(){return{next:function(){return{done:r=!0}}}},e(n)}catch(e){}return r},INCORRECT_ITERATION$1=!checkCorrectnessOfIteration((function(e){Array.from(e)}));_export({target:"Array",stat:!0,forced:INCORRECT_ITERATION$1},{from:arrayFrom});var $includes$1=arrayIncludes.includes;_export({target:"Array",proto:!0},{includes:function(e){return $includes$1(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables("includes");var arrayMethodIsStrict=function(e,t){var r=[][e];return!!r&&fails((function(){r.call(null,t||function(){throw 1},1)}))},$IndexOf=arrayIncludes.indexOf,un$IndexOf=functionUncurryThis([].indexOf),NEGATIVE_ZERO$1=!!un$IndexOf&&1/un$IndexOf([1],1,-0)<0,STRICT_METHOD$6=arrayMethodIsStrict("indexOf");_export({target:"Array",proto:!0,forced:NEGATIVE_ZERO$1||!STRICT_METHOD$6},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return NEGATIVE_ZERO$1?un$IndexOf(this,e,t)||0:$IndexOf(this,e,t)}});var correctPrototypeGetter=!fails((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),IE_PROTO=sharedKey("IE_PROTO"),Object$3=global_1.Object,ObjectPrototype$3=Object$3.prototype,objectGetPrototypeOf=correctPrototypeGetter?Object$3.getPrototypeOf:function(e){var t=toObject$1(e);if(hasOwnProperty_1(t,IE_PROTO))return t[IE_PROTO];var r=t.constructor;return isCallable(r)&&t instanceof r?r.prototype:t instanceof Object$3?ObjectPrototype$3:null},ITERATOR$7=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS$1=!1,IteratorPrototype$2,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=objectGetPrototypeOf(objectGetPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype$2=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS$1=!0);var NEW_ITERATOR_PROTOTYPE=null==IteratorPrototype$2||fails((function(){var e={};return IteratorPrototype$2[ITERATOR$7].call(e)!==e}));NEW_ITERATOR_PROTOTYPE&&(IteratorPrototype$2={}),isCallable(IteratorPrototype$2[ITERATOR$7])||redefine(IteratorPrototype$2,ITERATOR$7,(function(){return this}));var iteratorsCore={IteratorPrototype:IteratorPrototype$2,BUGGY_SAFARI_ITERATORS:BUGGY_SAFARI_ITERATORS$1},IteratorPrototype$1=iteratorsCore.IteratorPrototype,returnThis$1=function(){return this},createIteratorConstructor=function(e,t,r,n){var o=t+" Iterator";return e.prototype=objectCreate$1(IteratorPrototype$1,{next:createPropertyDescriptor(+!n,r)}),setToStringTag(e,o,!1),iterators[o]=returnThis$1,e},String$3=global_1.String,TypeError$n=global_1.TypeError,aPossiblePrototype=function(e){if("object"==typeof e||isCallable(e))return e;throw TypeError$n("Can't set "+String$3(e)+" as a prototype")},objectSetPrototypeOf=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=functionUncurryThis(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return anObject(r),aPossiblePrototype(n),t?e(r,n):r.__proto__=n,r}}():void 0),PROPER_FUNCTION_NAME$3=functionName.PROPER,CONFIGURABLE_FUNCTION_NAME$1=functionName.CONFIGURABLE,IteratorPrototype=iteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=iteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR$6=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this},defineIterator=function(e,t,r,n,o,a,i){createIteratorConstructor(r,t,n);var s,c,u,l=function(e){if(e===o&&y)return y;if(!BUGGY_SAFARI_ITERATORS&&e in d)return d[e];switch(e){case KEYS:case VALUES:case ENTRIES:return function(){return new r(this,e)}}return function(){return new r(this)}},f=t+" Iterator",p=!1,d=e.prototype,h=d[ITERATOR$6]||d["@@iterator"]||o&&d[o],y=!BUGGY_SAFARI_ITERATORS&&h||l(o),g="Array"==t&&d.entries||h;if(g&&(s=objectGetPrototypeOf(g.call(new e)))!==Object.prototype&&s.next&&(objectGetPrototypeOf(s)!==IteratorPrototype&&(objectSetPrototypeOf?objectSetPrototypeOf(s,IteratorPrototype):isCallable(s[ITERATOR$6])||redefine(s,ITERATOR$6,returnThis)),setToStringTag(s,f,!0)),PROPER_FUNCTION_NAME$3&&o==VALUES&&h&&h.name!==VALUES&&(CONFIGURABLE_FUNCTION_NAME$1?createNonEnumerableProperty(d,"name",VALUES):(p=!0,y=function(){return functionCall(h,this)})),o)if(c={values:l(VALUES),keys:a?y:l(KEYS),entries:l(ENTRIES)},i)for(u in c)(BUGGY_SAFARI_ITERATORS||p||!(u in d))&&redefine(d,u,c[u]);else _export({target:t,proto:!0,forced:BUGGY_SAFARI_ITERATORS||p},c);return d[ITERATOR$6]!==y&&redefine(d,ITERATOR$6,y,{name:o}),iterators[t]=y,c},defineProperty$c=objectDefineProperty.f,ARRAY_ITERATOR="Array Iterator",setInternalState$b=internalState.set,getInternalState$7=internalState.getterFor(ARRAY_ITERATOR),es_array_iterator=defineIterator(Array,"Array",(function(e,t){setInternalState$b(this,{type:ARRAY_ITERATOR,target:toIndexedObject(e),index:0,kind:t})}),(function(){var e=getInternalState$7(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values"),values=iterators.Arguments=iterators.Array;if(addToUnscopables("keys"),addToUnscopables("values"),addToUnscopables("entries"),descriptors&&"values"!==values.name)try{defineProperty$c(values,"name",{value:"values"})}catch(e){}var un$Join=functionUncurryThis([].join),ES3_STRINGS=indexedObject!=Object,STRICT_METHOD$5=arrayMethodIsStrict("join",",");_export({target:"Array",proto:!0,forced:ES3_STRINGS||!STRICT_METHOD$5},{join:function(e){return un$Join(toIndexedObject(this),void 0===e?",":e)}});var min$6=Math.min,$lastIndexOf=[].lastIndexOf,NEGATIVE_ZERO=!!$lastIndexOf&&1/[1].lastIndexOf(1,-0)<0,STRICT_METHOD$4=arrayMethodIsStrict("lastIndexOf"),FORCED$h=NEGATIVE_ZERO||!STRICT_METHOD$4,arrayLastIndexOf=FORCED$h?function(e){if(NEGATIVE_ZERO)return functionApply($lastIndexOf,this,arguments)||0;var t=toIndexedObject(this),r=lengthOfArrayLike(t),n=r-1;for(arguments.length>1&&(n=min$6(n,toIntegerOrInfinity(arguments[1]))),n<0&&(n=r+n);n>=0;n--)if(n in t&&t[n]===e)return n||0;return-1}:$lastIndexOf;_export({target:"Array",proto:!0,forced:arrayLastIndexOf!==[].lastIndexOf},{lastIndexOf:arrayLastIndexOf});var $map$1=arrayIteration.map,HAS_SPECIES_SUPPORT$2=arrayMethodHasSpeciesSupport("map");_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$2},{map:function(e){return $map$1(this,e,arguments.length>1?arguments[1]:void 0)}});var Array$6=global_1.Array,ISNT_GENERIC=fails((function(){function e(){}return!(Array$6.of.call(e)instanceof e)}));_export({target:"Array",stat:!0,forced:ISNT_GENERIC},{of:function(){for(var e=0,t=arguments.length,r=new(isConstructor(this)?this:Array$6)(t);t>e;)createProperty(r,e,arguments[e++]);return r.length=t,r}});var TypeError$m=global_1.TypeError,createMethod$4=function(e){return function(t,r,n,o){aCallable(r);var a=toObject$1(t),i=indexedObject(a),s=lengthOfArrayLike(a),c=e?s-1:0,u=e?-1:1;if(n<2)for(;;){if(c in i){o=i[c],c+=u;break}if(c+=u,e?c<0:s<=c)throw TypeError$m("Reduce of empty array with no initial value")}for(;e?c>=0:s>c;c+=u)c in i&&(o=r(o,i[c],c,a));return o}},arrayReduce={left:createMethod$4(!1),right:createMethod$4(!0)},engineIsNode="process"==classofRaw(global_1.process),$reduce$1=arrayReduce.left,STRICT_METHOD$3=arrayMethodIsStrict("reduce"),CHROME_BUG$1=!engineIsNode&&engineV8Version>79&&engineV8Version<83;_export({target:"Array",proto:!0,forced:!STRICT_METHOD$3||CHROME_BUG$1},{reduce:function(e){var t=arguments.length;return $reduce$1(this,e,t,t>1?arguments[1]:void 0)}});var $reduceRight$1=arrayReduce.right,STRICT_METHOD$2=arrayMethodIsStrict("reduceRight"),CHROME_BUG=!engineIsNode&&engineV8Version>79&&engineV8Version<83;_export({target:"Array",proto:!0,forced:!STRICT_METHOD$2||CHROME_BUG},{reduceRight:function(e){return $reduceRight$1(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}});var HAS_SPECIES_SUPPORT$1=arrayMethodHasSpeciesSupport("slice"),SPECIES$4=wellKnownSymbol("species"),Array$5=global_1.Array,max$4=Math.max;_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$1},{slice:function(e,t){var r,n,o,a=toIndexedObject(this),i=lengthOfArrayLike(a),s=toAbsoluteIndex(e,i),c=toAbsoluteIndex(void 0===t?i:t,i);if(isArray$1(a)&&(r=a.constructor,(isConstructor(r)&&(r===Array$5||isArray$1(r.prototype))||isObject$2(r)&&null===(r=r[SPECIES$4]))&&(r=void 0),r===Array$5||void 0===r))return arraySlice$1(a,s,c);for(n=new(void 0===r?Array$5:r)(max$4(c-s,0)),o=0;s0;)e[n]=e[--n];n!==a++&&(e[n]=r)}return e},merge$1=function(e,t,r,n){for(var o=t.length,a=r.length,i=0,s=0;i3)){if(engineIsIeOrEdge)return!0;if(engineWebkitVersion)return engineWebkitVersion<603;var e,t,r,n,o="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)test.push({k:t+n,v:r})}for(test.sort((function(e,t){return t.v-e.v})),n=0;ntoString_1(r)?1:-1}};_export({target:"Array",proto:!0,forced:FORCED$g},{sort:function(e){void 0!==e&&aCallable(e);var t=toObject$1(this);if(STABLE_SORT$1)return void 0===e?un$Sort$1(t):un$Sort$1(t,e);var r,n,o=[],a=lengthOfArrayLike(t);for(n=0;nMAX_SAFE_INTEGER$2)throw TypeError$l(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);for(o=arraySpeciesCreate(c,n),a=0;au-n+r;a--)delete c[a-1]}else if(r>n)for(a=u-n;a>l;a--)s=a+r-1,(i=a+n-1)in c?c[s]=c[i]:delete c[s];for(a=0;a>1,l=23===t?pow$4(2,-24)-pow$4(2,-77):0,f=e<0||0===e&&1/e<0?1:0,p=0;for((e=abs$6(e))!=e||e===1/0?(o=e!=e?1:0,n=c):(n=floor$8(log$8(e)/LN2$2),e*(a=pow$4(2,-n))<1&&(n--,a*=2),(e+=n+u>=1?l/a:l*pow$4(2,1-u))*a>=2&&(n++,a/=2),n+u>=c?(o=0,n=c):n+u>=1?(o=(e*a-1)*pow$4(2,t),n+=u):(o=e*pow$4(2,u-1)*pow$4(2,t),n=0));t>=8;)i[p++]=255&o,o/=256,t-=8;for(n=n<0;)i[p++]=255&n,n/=256,s-=8;return i[--p]|=128*f,i},unpack=function(e,t){var r,n=e.length,o=8*n-t-1,a=(1<>1,s=o-7,c=n-1,u=e[c--],l=127&u;for(u>>=7;s>0;)l=256*l+e[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=t;s>0;)r=256*r+e[c--],s-=8;if(0===l)l=1-i;else{if(l===a)return r?NaN:u?-1/0:1/0;r+=pow$4(2,t),l-=i}return(u?-1:1)*r*pow$4(2,l-t)},ieee754={pack:pack,unpack:unpack},getOwnPropertyNames$3=objectGetOwnPropertyNames.f,defineProperty$b=objectDefineProperty.f,PROPER_FUNCTION_NAME$2=functionName.PROPER,CONFIGURABLE_FUNCTION_NAME=functionName.CONFIGURABLE,getInternalState$6=internalState.get,setInternalState$a=internalState.set,ARRAY_BUFFER$1="ArrayBuffer",DATA_VIEW="DataView",PROTOTYPE="prototype",WRONG_LENGTH="Wrong length",WRONG_INDEX="Wrong index",NativeArrayBuffer$1=global_1[ARRAY_BUFFER$1],$ArrayBuffer=NativeArrayBuffer$1,ArrayBufferPrototype=$ArrayBuffer&&$ArrayBuffer[PROTOTYPE],$DataView=global_1[DATA_VIEW],DataViewPrototype=$DataView&&$DataView[PROTOTYPE],ObjectPrototype$2=Object.prototype,Array$3=global_1.Array,RangeError$8=global_1.RangeError,fill=functionUncurryThis(arrayFill),reverse=functionUncurryThis([].reverse),packIEEE754=ieee754.pack,unpackIEEE754=ieee754.unpack,packInt8=function(e){return[255&e]},packInt16=function(e){return[255&e,e>>8&255]},packInt32=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},unpackInt32=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},packFloat32=function(e){return packIEEE754(e,23,4)},packFloat64=function(e){return packIEEE754(e,52,8)},addGetter=function(e,t){defineProperty$b(e[PROTOTYPE],t,{get:function(){return getInternalState$6(this)[t]}})},get$1=function(e,t,r,n){var o=toIndex(r),a=getInternalState$6(e);if(o+t>a.byteLength)throw RangeError$8(WRONG_INDEX);var i=getInternalState$6(a.buffer).bytes,s=o+a.byteOffset,c=arraySliceSimple(i,s,s+t);return n?c:reverse(c)},set$3=function(e,t,r,n,o,a){var i=toIndex(r),s=getInternalState$6(e);if(i+t>s.byteLength)throw RangeError$8(WRONG_INDEX);for(var c=getInternalState$6(s.buffer).bytes,u=i+s.byteOffset,l=n(+o),f=0;fj$1;)(key$1=keys$3[j$1++])in $ArrayBuffer||createNonEnumerableProperty($ArrayBuffer,key$1,NativeArrayBuffer$1[key$1]);ArrayBufferPrototype.constructor=$ArrayBuffer}objectSetPrototypeOf&&objectGetPrototypeOf(DataViewPrototype)!==ObjectPrototype$2&&objectSetPrototypeOf(DataViewPrototype,ObjectPrototype$2);var testView=new $DataView(new $ArrayBuffer(2)),$setInt8=functionUncurryThis(DataViewPrototype.setInt8);testView.setInt8(0,2147483648),testView.setInt8(1,2147483649),!testView.getInt8(0)&&testView.getInt8(1)||redefineAll(DataViewPrototype,{setInt8:function(e,t){$setInt8(this,e,t<<24>>24)},setUint8:function(e,t){$setInt8(this,e,t<<24>>24)}},{unsafe:!0})}else $ArrayBuffer=function(e){anInstance(this,ArrayBufferPrototype);var t=toIndex(e);setInternalState$a(this,{bytes:fill(Array$3(t),0),byteLength:t}),descriptors||(this.byteLength=t)},ArrayBufferPrototype=$ArrayBuffer[PROTOTYPE],$DataView=function(e,t,r){anInstance(this,DataViewPrototype),anInstance(e,ArrayBufferPrototype);var n=getInternalState$6(e).byteLength,o=toIntegerOrInfinity(t);if(o<0||o>n)throw RangeError$8("Wrong offset");if(o+(r=void 0===r?n-o:toLength(r))>n)throw RangeError$8(WRONG_LENGTH);setInternalState$a(this,{buffer:e,byteLength:r,byteOffset:o}),descriptors||(this.buffer=e,this.byteLength=r,this.byteOffset=o)},DataViewPrototype=$DataView[PROTOTYPE],descriptors&&(addGetter($ArrayBuffer,"byteLength"),addGetter($DataView,"buffer"),addGetter($DataView,"byteLength"),addGetter($DataView,"byteOffset")),redefineAll(DataViewPrototype,{getInt8:function(e){return get$1(this,1,e)[0]<<24>>24},getUint8:function(e){return get$1(this,1,e)[0]},getInt16:function(e){var t=get$1(this,2,e,arguments.length>1?arguments[1]:void 0);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=get$1(this,2,e,arguments.length>1?arguments[1]:void 0);return t[1]<<8|t[0]},getInt32:function(e){return unpackInt32(get$1(this,4,e,arguments.length>1?arguments[1]:void 0))},getUint32:function(e){return unpackInt32(get$1(this,4,e,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(e){return unpackIEEE754(get$1(this,4,e,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(e){return unpackIEEE754(get$1(this,8,e,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(e,t){set$3(this,1,e,packInt8,t)},setUint8:function(e,t){set$3(this,1,e,packInt8,t)},setInt16:function(e,t){set$3(this,2,e,packInt16,t,arguments.length>2?arguments[2]:void 0)},setUint16:function(e,t){set$3(this,2,e,packInt16,t,arguments.length>2?arguments[2]:void 0)},setInt32:function(e,t){set$3(this,4,e,packInt32,t,arguments.length>2?arguments[2]:void 0)},setUint32:function(e,t){set$3(this,4,e,packInt32,t,arguments.length>2?arguments[2]:void 0)},setFloat32:function(e,t){set$3(this,4,e,packFloat32,t,arguments.length>2?arguments[2]:void 0)},setFloat64:function(e,t){set$3(this,8,e,packFloat64,t,arguments.length>2?arguments[2]:void 0)}});setToStringTag($ArrayBuffer,ARRAY_BUFFER$1),setToStringTag($DataView,DATA_VIEW);var arrayBuffer={ArrayBuffer:$ArrayBuffer,DataView:$DataView},ARRAY_BUFFER="ArrayBuffer",ArrayBuffer$2=arrayBuffer[ARRAY_BUFFER],NativeArrayBuffer=global_1[ARRAY_BUFFER];_export({global:!0,forced:NativeArrayBuffer!==ArrayBuffer$2},{ArrayBuffer:ArrayBuffer$2}),setSpecies(ARRAY_BUFFER);var TypeError$j=global_1.TypeError,dateToPrimitive=function(e){if(anObject(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw TypeError$j("Incorrect hint");return ordinaryToPrimitive(this,e)},TO_PRIMITIVE=wellKnownSymbol("toPrimitive"),DatePrototype=Date.prototype;hasOwnProperty_1(DatePrototype,TO_PRIMITIVE)||redefine(DatePrototype,TO_PRIMITIVE,dateToPrimitive);var HAS_INSTANCE=wellKnownSymbol("hasInstance"),FunctionPrototype$1=Function.prototype;HAS_INSTANCE in FunctionPrototype$1||objectDefineProperty.f(FunctionPrototype$1,HAS_INSTANCE,{value:function(e){if(!isCallable(this)||!isObject$2(e))return!1;var t=this.prototype;if(!isObject$2(t))return e instanceof this;for(;e=objectGetPrototypeOf(e);)if(t===e)return!0;return!1}});var FUNCTION_NAME_EXISTS=functionName.EXISTS,defineProperty$a=objectDefineProperty.f,FunctionPrototype=Function.prototype,functionToString=functionUncurryThis(FunctionPrototype.toString),nameRE=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,regExpExec=functionUncurryThis(nameRE.exec),NAME$1="name";descriptors&&!FUNCTION_NAME_EXISTS&&defineProperty$a(FunctionPrototype,NAME$1,{configurable:!0,get:function(){try{return regExpExec(nameRE,functionToString(this))[1]}catch(e){return""}}}),setToStringTag(global_1.JSON,"JSON",!0);var arrayBufferNonExtensible=fails((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})),$isExtensible=Object.isExtensible,FAILS_ON_PRIMITIVES$9=fails((function(){$isExtensible(1)})),objectIsExtensible=FAILS_ON_PRIMITIVES$9||arrayBufferNonExtensible?function(e){return!!isObject$2(e)&&((!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))&&(!$isExtensible||$isExtensible(e)))}:$isExtensible,freezing=!fails((function(){return Object.isExtensible(Object.preventExtensions({}))})),internalMetadata=createCommonjsModule((function(e){var t=objectDefineProperty.f,r=!1,n=uid$1("meta"),o=0,a=function(e){t(e,n,{value:{objectID:"O"+o++,weakData:{}}})},i=e.exports={enable:function(){i.enable=function(){},r=!0;var e=objectGetOwnPropertyNames.f,t=functionUncurryThis([].splice),o={};o[n]=1,e(o).length&&(objectGetOwnPropertyNames.f=function(r){for(var o=e(r),a=0,i=o.length;aa;a++)if((s=g(e[a]))&&objectIsPrototypeOf(ResultPrototype,s))return s;return new Result(!1)}n=getIterator(e,o)}for(c=n.next;!(u=functionCall(c,n)).done;){try{s=g(u.value)}catch(e){iteratorClose(n,"throw",e)}if("object"==typeof s&&s&&objectIsPrototypeOf(ResultPrototype,s))return s}return new Result(!1)},inheritIfRequired=function(e,t,r){var n,o;return objectSetPrototypeOf&&isCallable(n=t.constructor)&&n!==r&&isObject$2(o=n.prototype)&&o!==r.prototype&&objectSetPrototypeOf(e,o),e},collection=function(e,t,r){var n=-1!==e.indexOf("Map"),o=-1!==e.indexOf("Weak"),a=n?"set":"add",i=global_1[e],s=i&&i.prototype,c=i,u={},l=function(e){var t=functionUncurryThis(s[e]);redefine(s,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!isObject$2(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return o&&!isObject$2(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!isObject$2(e))&&t(this,0===e?0:e)}:function(e,r){return t(this,0===e?0:e,r),this})};if(isForced_1(e,!isCallable(i)||!(o||s.forEach&&!fails((function(){(new i).entries().next()})))))c=r.getConstructor(t,e,n,a),internalMetadata.enable();else if(isForced_1(e,!0)){var f=new c,p=f[a](o?{}:-0,1)!=f,d=fails((function(){f.has(1)})),h=checkCorrectnessOfIteration((function(e){new i(e)})),y=!o&&fails((function(){for(var e=new i,t=5;t--;)e[a](t,t);return!e.has(-0)}));h||((c=t((function(e,t){anInstance(e,s);var r=inheritIfRequired(new i,e,c);return null!=t&&iterate(t,r[a],{that:r,AS_ENTRIES:n}),r}))).prototype=s,s.constructor=c),(d||y)&&(l("delete"),l("has"),n&&l("get")),(y||p)&&l(a),o&&s.clear&&delete s.clear}return u[e]=c,_export({global:!0,forced:c!=i},u),setToStringTag(c,e),o||r.setStrong(c,e,n),c},defineProperty$9=objectDefineProperty.f,fastKey=internalMetadata.fastKey,setInternalState$9=internalState.set,internalStateGetterFor$1=internalState.getterFor,collectionStrong={getConstructor:function(e,t,r,n){var o=e((function(e,o){anInstance(e,a),setInternalState$9(e,{type:t,index:objectCreate$1(null),first:void 0,last:void 0,size:0}),descriptors||(e.size=0),null!=o&&iterate(o,e[n],{that:e,AS_ENTRIES:r})})),a=o.prototype,i=internalStateGetterFor$1(t),s=function(e,t,r){var n,o,a=i(e),s=c(e,t);return s?s.value=r:(a.last=s={index:o=fastKey(t,!0),key:t,value:r,previous:n=a.last,next:void 0,removed:!1},a.first||(a.first=s),n&&(n.next=s),descriptors?a.size++:e.size++,"F"!==o&&(a.index[o]=s)),e},c=function(e,t){var r,n=i(e),o=fastKey(t);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key==t)return r};return redefineAll(a,{clear:function(){for(var e=i(this),t=e.index,r=e.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete t[r.index],r=r.next;e.first=e.last=void 0,descriptors?e.size=0:this.size=0},delete:function(e){var t=this,r=i(t),n=c(t,e);if(n){var o=n.next,a=n.previous;delete r.index[n.index],n.removed=!0,a&&(a.next=o),o&&(o.previous=a),r.first==n&&(r.first=o),r.last==n&&(r.last=a),descriptors?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=i(this),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);t=t?t.next:r.first;)for(n(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!c(this,e)}}),redefineAll(a,r?{get:function(e){var t=c(this,e);return t&&t.value},set:function(e,t){return s(this,0===e?0:e,t)}}:{add:function(e){return s(this,e=0===e?0:e,e)}}),descriptors&&defineProperty$9(a,"size",{get:function(){return i(this).size}}),o},setStrong:function(e,t,r){var n=t+" Iterator",o=internalStateGetterFor$1(t),a=internalStateGetterFor$1(n);defineIterator(e,t,(function(e,t){setInternalState$9(this,{type:n,target:e,state:o(e),kind:t,last:void 0})}),(function(){for(var e=a(this),t=e.kind,r=e.last;r&&r.removed;)r=r.previous;return e.target&&(e.last=r=r?r.next:e.state.first)?"keys"==t?{value:r.key,done:!1}:"values"==t?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),setSpecies(t)}};collectionStrong.getConstructor,collectionStrong.setStrong,collection("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),collectionStrong);var log$7=Math.log,mathLog1p=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:log$7(1+e)},$acosh=Math.acosh,log$6=Math.log,sqrt$2=Math.sqrt,LN2$1=Math.LN2,FORCED$f=!$acosh||710!=Math.floor($acosh(Number.MAX_VALUE))||$acosh(1/0)!=1/0;_export({target:"Math",stat:!0,forced:FORCED$f},{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?log$6(e)+LN2$1:mathLog1p(e-1+sqrt$2(e-1)*sqrt$2(e+1))}});var $asinh=Math.asinh,log$5=Math.log,sqrt$1=Math.sqrt;function asinh(e){return isFinite(e=+e)&&0!=e?e<0?-asinh(-e):log$5(e+sqrt$1(e*e+1)):e}_export({target:"Math",stat:!0,forced:!($asinh&&1/$asinh(0)>0)},{asinh:asinh});var $atanh=Math.atanh,log$4=Math.log;_export({target:"Math",stat:!0,forced:!($atanh&&1/$atanh(-0)<0)},{atanh:function(e){return 0==(e=+e)?e:log$4((1+e)/(1-e))/2}});var mathSign=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1},abs$5=Math.abs,pow$3=Math.pow;_export({target:"Math",stat:!0},{cbrt:function(e){return mathSign(e=+e)*pow$3(abs$5(e),1/3)}});var floor$7=Math.floor,log$3=Math.log,LOG2E=Math.LOG2E;_export({target:"Math",stat:!0},{clz32:function(e){return(e>>>=0)?31-floor$7(log$3(e+.5)*LOG2E):32}});var $expm1=Math.expm1,exp$2=Math.exp,mathExpm1=!$expm1||$expm1(10)>22025.465794806718||$expm1(10)<22025.465794806718||-2e-17!=$expm1(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:exp$2(e)-1}:$expm1,$cosh=Math.cosh,abs$4=Math.abs,E$1=Math.E;_export({target:"Math",stat:!0,forced:!$cosh||$cosh(710)===1/0},{cosh:function(e){var t=mathExpm1(abs$4(e)-1)+1;return(t+1/(t*E$1*E$1))*(E$1/2)}}),_export({target:"Math",stat:!0,forced:mathExpm1!=Math.expm1},{expm1:mathExpm1});var abs$3=Math.abs,pow$2=Math.pow,EPSILON=pow$2(2,-52),EPSILON32=pow$2(2,-23),MAX32=pow$2(2,127)*(2-EPSILON32),MIN32=pow$2(2,-126),roundTiesToEven=function(e){return e+1/EPSILON-1/EPSILON},mathFround=Math.fround||function(e){var t,r,n=abs$3(e),o=mathSign(e);return nMAX32||r!=r?o*(1/0):o*r};_export({target:"Math",stat:!0},{fround:mathFround});var $hypot=Math.hypot,abs$2=Math.abs,sqrt=Math.sqrt,BUGGY=!!$hypot&&$hypot(1/0,NaN)!==1/0;_export({target:"Math",stat:!0,forced:BUGGY},{hypot:function(e,t){for(var r,n,o=0,a=0,i=arguments.length,s=0;a0?(n=r/s)*n:r;return s===1/0?1/0:s*sqrt(o)}});var $imul=Math.imul,FORCED$e=fails((function(){return-5!=$imul(4294967295,5)||2!=$imul.length}));_export({target:"Math",stat:!0,forced:FORCED$e},{imul:function(e,t){var r=65535,n=+e,o=+t,a=r&n,i=r&o;return 0|a*i+((r&n>>>16)*i+a*(r&o>>>16)<<16>>>0)}});var log$2=Math.log,LOG10E=Math.LOG10E,mathLog10=Math.log10||function(e){return log$2(e)*LOG10E};_export({target:"Math",stat:!0},{log10:mathLog10}),_export({target:"Math",stat:!0},{log1p:mathLog1p});var log$1=Math.log,LN2=Math.LN2;_export({target:"Math",stat:!0},{log2:function(e){return log$1(e)/LN2}}),_export({target:"Math",stat:!0},{sign:mathSign});var abs$1=Math.abs,exp$1=Math.exp,E=Math.E,FORCED$d=fails((function(){return-2e-17!=Math.sinh(-2e-17)}));_export({target:"Math",stat:!0,forced:FORCED$d},{sinh:function(e){return abs$1(e=+e)<1?(mathExpm1(e)-mathExpm1(-e))/2:(exp$1(e-1)-exp$1(-e-1))*(E/2)}});var exp=Math.exp;_export({target:"Math",stat:!0},{tanh:function(e){var t=mathExpm1(e=+e),r=mathExpm1(-e);return t==1/0?1:r==1/0?-1:(t-r)/(exp(e)+exp(-e))}}),setToStringTag(Math,"Math",!0);var ceil$1=Math.ceil,floor$6=Math.floor;_export({target:"Math",stat:!0},{trunc:function(e){return(e>0?floor$6:ceil$1)(e)}});var thisNumberValue=functionUncurryThis(1..valueOf),whitespaces="\t\n\v\f\r                 \u2028\u2029\ufeff",replace$8=functionUncurryThis("".replace),whitespace="["+whitespaces+"]",ltrim=RegExp("^"+whitespace+whitespace+"*"),rtrim=RegExp(whitespace+whitespace+"*$"),createMethod$3=function(e){return function(t){var r=toString_1(requireObjectCoercible(t));return 1&e&&(r=replace$8(r,ltrim,"")),2&e&&(r=replace$8(r,rtrim,"")),r}},stringTrim={start:createMethod$3(1),end:createMethod$3(2),trim:createMethod$3(3)},getOwnPropertyNames$2=objectGetOwnPropertyNames.f,getOwnPropertyDescriptor$6=objectGetOwnPropertyDescriptor.f,defineProperty$8=objectDefineProperty.f,trim$2=stringTrim.trim,NUMBER="Number",NativeNumber=global_1[NUMBER],NumberPrototype=NativeNumber.prototype,TypeError$h=global_1.TypeError,arraySlice=functionUncurryThis("".slice),charCodeAt$2=functionUncurryThis("".charCodeAt),toNumeric=function(e){var t=toPrimitive(e,"number");return"bigint"==typeof t?t:toNumber$1(t)},toNumber$1=function(e){var t,r,n,o,a,i,s,c,u=toPrimitive(e,"number");if(isSymbol(u))throw TypeError$h("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=trim$2(u),43===(t=charCodeAt$2(u,0))||45===t){if(88===(r=charCodeAt$2(u,2))||120===r)return NaN}else if(48===t){switch(charCodeAt$2(u,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+u}for(i=(a=arraySlice(u,2)).length,s=0;so)return NaN;return parseInt(a,n)}return+u};if(isForced_1(NUMBER,!NativeNumber(" 0o1")||!NativeNumber("0b1")||NativeNumber("+0x1"))){for(var NumberWrapper=function(e){var t=arguments.length<1?0:NativeNumber(toNumeric(e)),r=this;return objectIsPrototypeOf(NumberPrototype,r)&&fails((function(){thisNumberValue(r)}))?inheritIfRequired(Object(t),r,NumberWrapper):t},keys$2=descriptors?getOwnPropertyNames$2(NativeNumber):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),j=0,key;keys$2.length>j;j++)hasOwnProperty_1(NativeNumber,key=keys$2[j])&&!hasOwnProperty_1(NumberWrapper,key)&&defineProperty$8(NumberWrapper,key,getOwnPropertyDescriptor$6(NativeNumber,key));NumberWrapper.prototype=NumberPrototype,NumberPrototype.constructor=NumberWrapper,redefine(global_1,NUMBER,NumberWrapper)}_export({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)});var globalIsFinite=global_1.isFinite,numberIsFinite=Number.isFinite||function(e){return"number"==typeof e&&globalIsFinite(e)};_export({target:"Number",stat:!0},{isFinite:numberIsFinite});var floor$5=Math.floor,isIntegralNumber=Number.isInteger||function(e){return!isObject$2(e)&&isFinite(e)&&floor$5(e)===e};_export({target:"Number",stat:!0},{isInteger:isIntegralNumber}),_export({target:"Number",stat:!0},{isNaN:function(e){return e!=e}});var abs=Math.abs;_export({target:"Number",stat:!0},{isSafeInteger:function(e){return isIntegralNumber(e)&&abs(e)<=9007199254740991}}),_export({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991}),_export({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991});var trim$1=stringTrim.trim,charAt$b=functionUncurryThis("".charAt),n$ParseFloat=global_1.parseFloat,Symbol$3=global_1.Symbol,ITERATOR$5=Symbol$3&&Symbol$3.iterator,FORCED$c=1/n$ParseFloat(whitespaces+"-0")!=-1/0||ITERATOR$5&&!fails((function(){n$ParseFloat(Object(ITERATOR$5))})),numberParseFloat=FORCED$c?function(e){var t=trim$1(toString_1(e)),r=n$ParseFloat(t);return 0===r&&"-"==charAt$b(t,0)?-0:r}:n$ParseFloat;_export({target:"Number",stat:!0,forced:Number.parseFloat!=numberParseFloat},{parseFloat:numberParseFloat});var trim=stringTrim.trim,$parseInt=global_1.parseInt,Symbol$2=global_1.Symbol,ITERATOR$4=Symbol$2&&Symbol$2.iterator,hex=/^[+-]?0x/i,exec$5=functionUncurryThis(hex.exec),FORCED$b=8!==$parseInt(whitespaces+"08")||22!==$parseInt(whitespaces+"0x16")||ITERATOR$4&&!fails((function(){$parseInt(Object(ITERATOR$4))})),numberParseInt=FORCED$b?function(e,t){var r=trim(toString_1(e));return $parseInt(r,t>>>0||(exec$5(hex,r)?16:10))}:$parseInt;_export({target:"Number",stat:!0,forced:Number.parseInt!=numberParseInt},{parseInt:numberParseInt});var RangeError$7=global_1.RangeError,stringRepeat=function(e){var t=toString_1(requireObjectCoercible(this)),r="",n=toIntegerOrInfinity(e);if(n<0||n==1/0)throw RangeError$7("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(t+=t))1&n&&(r+=t);return r},RangeError$6=global_1.RangeError,String$2=global_1.String,floor$4=Math.floor,repeat$1=functionUncurryThis(stringRepeat),stringSlice$c=functionUncurryThis("".slice),un$ToFixed=functionUncurryThis(1..toFixed),pow$1=function(e,t,r){return 0===t?r:t%2==1?pow$1(e,t-1,r*e):pow$1(e*e,t/2,r)},log=function(e){for(var t=0,r=e;r>=4096;)t+=12,r/=4096;for(;r>=2;)t+=1,r/=2;return t},multiply=function(e,t,r){for(var n=-1,o=r;++n<6;)o+=t*e[n],e[n]=o%1e7,o=floor$4(o/1e7)},divide=function(e,t){for(var r=6,n=0;--r>=0;)n+=e[r],e[r]=floor$4(n/t),n=n%t*1e7},dataToString=function(e){for(var t=6,r="";--t>=0;)if(""!==r||0===t||0!==e[t]){var n=String$2(e[t]);r=""===r?n:r+repeat$1("0",7-n.length)+n}return r},FORCED$a=fails((function(){return"0.000"!==un$ToFixed(8e-5,3)||"1"!==un$ToFixed(.9,0)||"1.25"!==un$ToFixed(1.255,2)||"1000000000000000128"!==un$ToFixed(0xde0b6b3a7640080,0)}))||!fails((function(){un$ToFixed({})}));_export({target:"Number",proto:!0,forced:FORCED$a},{toFixed:function(e){var t,r,n,o,a=thisNumberValue(this),i=toIntegerOrInfinity(e),s=[0,0,0,0,0,0],c="",u="0";if(i<0||i>20)throw RangeError$6("Incorrect fraction digits");if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return String$2(a);if(a<0&&(c="-",a=-a),a>1e-21)if(r=(t=log(a*pow$1(2,69,1))-69)<0?a*pow$1(2,-t,1):a/pow$1(2,t,1),r*=4503599627370496,(t=52-t)>0){for(multiply(s,0,r),n=i;n>=7;)multiply(s,1e7,0),n-=7;for(multiply(s,pow$1(10,n,1),0),n=t-1;n>=23;)divide(s,1<<23),n-=23;divide(s,1<0?c+((o=u.length)<=i?"0."+repeat$1("0",i-o)+u:stringSlice$c(u,0,o-i)+"."+stringSlice$c(u,o-i)):c+u}});var $assign=Object.assign,defineProperty$7=Object.defineProperty,concat$4=functionUncurryThis([].concat),objectAssign=!$assign||fails((function(){if(descriptors&&1!==$assign({b:1},$assign(defineProperty$7({},"a",{enumerable:!0,get:function(){defineProperty$7(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol(),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!=$assign({},e)[r]||objectKeys($assign({},t)).join("")!=n}))?function(e,t){for(var r=toObject$1(e),n=arguments.length,o=1,a=objectGetOwnPropertySymbols.f,i=objectPropertyIsEnumerable.f;n>o;)for(var s,c=indexedObject(arguments[o++]),u=a?concat$4(objectKeys(c),a(c)):objectKeys(c),l=u.length,f=0;l>f;)s=u[f++],descriptors&&!functionCall(i,c,s)||(r[s]=c[s]);return r}:$assign;_export({target:"Object",stat:!0,forced:Object.assign!==objectAssign},{assign:objectAssign});var objectPrototypeAccessorsForced=!fails((function(){if(!(engineWebkitVersion&&engineWebkitVersion<535)){var e=Math.random();__defineSetter__.call(null,e,(function(){})),delete global_1[e]}}));descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineGetter__:function(e,t){objectDefineProperty.f(toObject$1(this),e,{get:aCallable(t),enumerable:!0,configurable:!0})}});var defineProperties$1=objectDefineProperties.f;_export({target:"Object",stat:!0,forced:Object.defineProperties!==defineProperties$1,sham:!descriptors},{defineProperties:defineProperties$1});var defineProperty$6=objectDefineProperty.f;_export({target:"Object",stat:!0,forced:Object.defineProperty!==defineProperty$6,sham:!descriptors},{defineProperty:defineProperty$6}),descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineSetter__:function(e,t){objectDefineProperty.f(toObject$1(this),e,{set:aCallable(t),enumerable:!0,configurable:!0})}});var $propertyIsEnumerable=objectPropertyIsEnumerable.f,propertyIsEnumerable$1=functionUncurryThis($propertyIsEnumerable),push$d=functionUncurryThis([].push),createMethod$2=function(e){return function(t){for(var r,n=toIndexedObject(t),o=objectKeys(n),a=o.length,i=0,s=[];a>i;)r=o[i++],descriptors&&!propertyIsEnumerable$1(n,r)||push$d(s,e?[r,n[r]]:n[r]);return s}},objectToArray={entries:createMethod$2(!0),values:createMethod$2(!1)},$entries=objectToArray.entries;_export({target:"Object",stat:!0},{entries:function(e){return $entries(e)}});var onFreeze$2=internalMetadata.onFreeze,$freeze=Object.freeze,FAILS_ON_PRIMITIVES$8=fails((function(){$freeze(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$8,sham:!freezing},{freeze:function(e){return $freeze&&isObject$2(e)?$freeze(onFreeze$2(e)):e}}),_export({target:"Object",stat:!0},{fromEntries:function(e){var t={};return iterate(e,(function(e,r){createProperty(t,e,r)}),{AS_ENTRIES:!0}),t}});var nativeGetOwnPropertyDescriptor=objectGetOwnPropertyDescriptor.f,FAILS_ON_PRIMITIVES$7=fails((function(){nativeGetOwnPropertyDescriptor(1)})),FORCED$9=!descriptors||FAILS_ON_PRIMITIVES$7;_export({target:"Object",stat:!0,forced:FORCED$9,sham:!descriptors},{getOwnPropertyDescriptor:function(e,t){return nativeGetOwnPropertyDescriptor(toIndexedObject(e),t)}}),_export({target:"Object",stat:!0,sham:!descriptors},{getOwnPropertyDescriptors:function(e){for(var t,r,n=toIndexedObject(e),o=objectGetOwnPropertyDescriptor.f,a=ownKeys(n),i={},s=0;a.length>s;)void 0!==(r=o(n,t=a[s++]))&&createProperty(i,t,r);return i}});var getOwnPropertyNames$1=objectGetOwnPropertyNamesExternal.f,FAILS_ON_PRIMITIVES$6=fails((function(){return!Object.getOwnPropertyNames(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$6},{getOwnPropertyNames:getOwnPropertyNames$1});var FAILS_ON_PRIMITIVES$5=fails((function(){objectGetPrototypeOf(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$5,sham:!correctPrototypeGetter},{getPrototypeOf:function(e){return objectGetPrototypeOf(toObject$1(e))}});var sameValue=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};_export({target:"Object",stat:!0},{is:sameValue}),_export({target:"Object",stat:!0,forced:Object.isExtensible!==objectIsExtensible},{isExtensible:objectIsExtensible});var $isFrozen=Object.isFrozen,FAILS_ON_PRIMITIVES$4=fails((function(){$isFrozen(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$4||arrayBufferNonExtensible},{isFrozen:function(e){return!isObject$2(e)||(!(!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))||!!$isFrozen&&$isFrozen(e))}});var $isSealed=Object.isSealed,FAILS_ON_PRIMITIVES$3=fails((function(){$isSealed(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$3||arrayBufferNonExtensible},{isSealed:function(e){return!isObject$2(e)||(!(!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))||!!$isSealed&&$isSealed(e))}});var FAILS_ON_PRIMITIVES$2=fails((function(){objectKeys(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$2},{keys:function(e){return objectKeys(toObject$1(e))}});var getOwnPropertyDescriptor$5=objectGetOwnPropertyDescriptor.f;descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__lookupGetter__:function(e){var t,r=toObject$1(this),n=toPropertyKey(e);do{if(t=getOwnPropertyDescriptor$5(r,n))return t.get}while(r=objectGetPrototypeOf(r))}});var getOwnPropertyDescriptor$4=objectGetOwnPropertyDescriptor.f;descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__lookupSetter__:function(e){var t,r=toObject$1(this),n=toPropertyKey(e);do{if(t=getOwnPropertyDescriptor$4(r,n))return t.set}while(r=objectGetPrototypeOf(r))}});var onFreeze$1=internalMetadata.onFreeze,$preventExtensions=Object.preventExtensions,FAILS_ON_PRIMITIVES$1=fails((function(){$preventExtensions(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$1,sham:!freezing},{preventExtensions:function(e){return $preventExtensions&&isObject$2(e)?$preventExtensions(onFreeze$1(e)):e}});var onFreeze=internalMetadata.onFreeze,$seal=Object.seal,FAILS_ON_PRIMITIVES=fails((function(){$seal(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES,sham:!freezing},{seal:function(e){return $seal&&isObject$2(e)?$seal(onFreeze(e)):e}}),_export({target:"Object",stat:!0},{setPrototypeOf:objectSetPrototypeOf});var objectToString$1=toStringTagSupport?{}.toString:function(){return"[object "+classof(this)+"]"};toStringTagSupport||redefine(Object.prototype,"toString",objectToString$1,{unsafe:!0});var $values=objectToArray.values;_export({target:"Object",stat:!0},{values:function(e){return $values(e)}}),_export({global:!0,forced:parseFloat!=numberParseFloat},{parseFloat:numberParseFloat}),_export({global:!0,forced:parseInt!=numberParseInt},{parseInt:numberParseInt});var nativePromiseConstructor=global_1.Promise,TypeError$g=global_1.TypeError,aConstructor=function(e){if(isConstructor(e))return e;throw TypeError$g(tryToString(e)+" is not a constructor")},SPECIES$2=wellKnownSymbol("species"),speciesConstructor=function(e,t){var r,n=anObject(e).constructor;return void 0===n||null==(r=anObject(n)[SPECIES$2])?t:aConstructor(r)},TypeError$f=global_1.TypeError,validateArgumentsLength=function(e,t){if(e=51&&/native code/.test(e))return!1;var r=new PromiseConstructor((function(e){e(1)})),n=function(e){e((function(){}),(function(){}))};return(r.constructor={})[SPECIES$1]=n,!(SUBCLASSING=r.then((function(){}))instanceof n)||!t&&engineIsBrowser&&!NATIVE_REJECTION_EVENT})),INCORRECT_ITERATION=FORCED$8||!checkCorrectnessOfIteration((function(e){PromiseConstructor.all(e).catch((function(){}))})),isThenable=function(e){var t;return!(!isObject$2(e)||!isCallable(t=e.then))&&t},callReaction=function(e,t){var r,n,o,a=t.value,i=t.state==FULFILLED,s=i?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{s?(i||(t.rejection===UNHANDLED&&onHandleUnhandled(t),t.rejection=HANDLED),!0===s?r=a:(l&&l.enter(),r=s(a),l&&(l.exit(),o=!0)),r===e.promise?u(TypeError$e("Promise-chain cycle")):(n=isThenable(r))?functionCall(n,r,c,u):c(r)):u(a)}catch(e){l&&!o&&l.exit(),u(e)}},notify=function(e,t){e.notified||(e.notified=!0,microtask((function(){for(var r,n=e.reactions;r=n.get();)callReaction(r,e);e.notified=!1,t&&!e.rejection&&onUnhandled(e)})))},dispatchEvent=function(e,t,r){var n,o;DISPATCH_EVENT?((n=document$1.createEvent("Event")).promise=t,n.reason=r,n.initEvent(e,!1,!0),global_1.dispatchEvent(n)):n={promise:t,reason:r},!NATIVE_REJECTION_EVENT&&(o=global_1["on"+e])?o(n):e===UNHANDLED_REJECTION&&hostReportErrors("Unhandled promise rejection",r)},onUnhandled=function(e){functionCall(task,global_1,(function(){var t,r=e.facade,n=e.value;if(isUnhandled(e)&&(t=perform((function(){engineIsNode?process$1.emit("unhandledRejection",n,r):dispatchEvent(UNHANDLED_REJECTION,r,n)})),e.rejection=engineIsNode||isUnhandled(e)?UNHANDLED:HANDLED,t.error))throw t.value}))},isUnhandled=function(e){return e.rejection!==HANDLED&&!e.parent},onHandleUnhandled=function(e){functionCall(task,global_1,(function(){var t=e.facade;engineIsNode?process$1.emit("rejectionHandled",t):dispatchEvent(REJECTION_HANDLED,t,e.value)}))},bind$1=function(e,t,r){return function(n){e(t,n,r)}},internalReject=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=REJECTED,notify(e,!0))},internalResolve=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw TypeError$e("Promise can't be resolved itself");var n=isThenable(t);n?microtask((function(){var r={done:!1};try{functionCall(n,t,bind$1(internalResolve,r,e),bind$1(internalReject,r,e))}catch(t){internalReject(r,t,e)}})):(e.value=t,e.state=FULFILLED,notify(e,!1))}catch(t){internalReject({done:!1},t,e)}}};if(FORCED$8&&(PromiseConstructor=function(e){anInstance(this,PromisePrototype),aCallable(e),functionCall(Internal,this);var t=getInternalState$5(this);try{e(bind$1(internalResolve,t),bind$1(internalReject,t))}catch(e){internalReject(t,e)}},PromisePrototype=PromiseConstructor.prototype,Internal=function(e){setInternalState$8(this,{type:PROMISE,done:!1,notified:!1,parent:!1,reactions:new queue$1,rejection:!1,state:PENDING,value:void 0})},Internal.prototype=redefineAll(PromisePrototype,{then:function(e,t){var r=getInternalPromiseState(this),n=newPromiseCapability(speciesConstructor(this,PromiseConstructor));return r.parent=!0,n.ok=!isCallable(e)||e,n.fail=isCallable(t)&&t,n.domain=engineIsNode?process$1.domain:void 0,r.state==PENDING?r.reactions.add(n):microtask((function(){callReaction(n,r)})),n.promise},catch:function(e){return this.then(void 0,e)}}),OwnPromiseCapability=function(){var e=new Internal,t=getInternalState$5(e);this.promise=e,this.resolve=bind$1(internalResolve,t),this.reject=bind$1(internalReject,t)},newPromiseCapability$1.f=newPromiseCapability=function(e){return e===PromiseConstructor||e===PromiseWrapper?new OwnPromiseCapability(e):newGenericPromiseCapability(e)},isCallable(nativePromiseConstructor)&&NativePromisePrototype!==Object.prototype)){nativeThen=NativePromisePrototype.then,SUBCLASSING||(redefine(NativePromisePrototype,"then",(function(e,t){var r=this;return new PromiseConstructor((function(e,t){functionCall(nativeThen,r,e,t)})).then(e,t)}),{unsafe:!0}),redefine(NativePromisePrototype,"catch",PromisePrototype.catch,{unsafe:!0}));try{delete NativePromisePrototype.constructor}catch(e){}objectSetPrototypeOf&&objectSetPrototypeOf(NativePromisePrototype,PromisePrototype)}_export({global:!0,wrap:!0,forced:FORCED$8},{Promise:PromiseConstructor}),setToStringTag(PromiseConstructor,PROMISE,!1),setSpecies(PROMISE),PromiseWrapper=getBuiltIn(PROMISE),_export({target:PROMISE,stat:!0,forced:FORCED$8},{reject:function(e){var t=newPromiseCapability(this);return functionCall(t.reject,void 0,e),t.promise}}),_export({target:PROMISE,stat:!0,forced:FORCED$8},{resolve:function(e){return promiseResolve(this,e)}}),_export({target:PROMISE,stat:!0,forced:INCORRECT_ITERATION},{all:function(e){var t=this,r=newPromiseCapability(t),n=r.resolve,o=r.reject,a=perform((function(){var r=aCallable(t.resolve),a=[],i=0,s=1;iterate(e,(function(e){var c=i++,u=!1;s++,functionCall(r,t,e).then((function(e){u||(u=!0,a[c]=e,--s||n(a))}),o)})),--s||n(a)}));return a.error&&o(a.value),r.promise},race:function(e){var t=this,r=newPromiseCapability(t),n=r.reject,o=perform((function(){var o=aCallable(t.resolve);iterate(e,(function(e){functionCall(o,t,e).then(r.resolve,n)}))}));return o.error&&n(o.value),r.promise}});var NON_GENERIC=!!nativePromiseConstructor&&fails((function(){nativePromiseConstructor.prototype.finally.call({then:function(){}},(function(){}))}));if(_export({target:"Promise",proto:!0,real:!0,forced:NON_GENERIC},{finally:function(e){var t=speciesConstructor(this,getBuiltIn("Promise")),r=isCallable(e);return this.then(r?function(r){return promiseResolve(t,e()).then((function(){return r}))}:e,r?function(r){return promiseResolve(t,e()).then((function(){throw r}))}:e)}}),isCallable(nativePromiseConstructor)){var method=getBuiltIn("Promise").prototype.finally;nativePromiseConstructor.prototype.finally!==method&&redefine(nativePromiseConstructor.prototype,"finally",method,{unsafe:!0})}var OPTIONAL_ARGUMENTS_LIST=!fails((function(){Reflect.apply((function(){}))}));_export({target:"Reflect",stat:!0,forced:OPTIONAL_ARGUMENTS_LIST},{apply:function(e,t,r){return functionApply(aCallable(e),t,anObject(r))}});var Function$1=global_1.Function,concat$3=functionUncurryThis([].concat),join$6=functionUncurryThis([].join),factories={},construct=function(e,t,r){if(!hasOwnProperty_1(factories,t)){for(var n=[],o=0;ob)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$
c")})),defineProperty$5=objectDefineProperty.f,getOwnPropertyNames=objectGetOwnPropertyNames.f,enforceInternalState$1=internalState.enforce,MATCH$1=wellKnownSymbol("match"),NativeRegExp=global_1.RegExp,RegExpPrototype$5=NativeRegExp.prototype,SyntaxError$1=global_1.SyntaxError,getFlags$3=functionUncurryThis(regexpFlags),exec$4=functionUncurryThis(RegExpPrototype$5.exec),charAt$a=functionUncurryThis("".charAt),replace$7=functionUncurryThis("".replace),stringIndexOf$4=functionUncurryThis("".indexOf),stringSlice$b=functionUncurryThis("".slice),IS_NCG=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,re1=/a/g,re2=/a/g,CORRECT_NEW=new NativeRegExp(re1)!==re1,MISSED_STICKY=regexpStickyHelpers.MISSED_STICKY,UNSUPPORTED_Y$2=regexpStickyHelpers.UNSUPPORTED_Y,BASE_FORCED=descriptors&&(!CORRECT_NEW||MISSED_STICKY||regexpUnsupportedDotAll||regexpUnsupportedNcg||fails((function(){return re2[MATCH$1]=!1,NativeRegExp(re1)!=re1||NativeRegExp(re2)==re2||"/a/i"!=NativeRegExp(re1,"i")}))),handleDotAll=function(e){for(var t,r=e.length,n=0,o="",a=!1;n<=r;n++)"\\"!==(t=charAt$a(e,n))?a||"."!==t?("["===t?a=!0:"]"===t&&(a=!1),o+=t):o+="[\\s\\S]":o+=t+charAt$a(e,++n);return o},handleNCG=function(e){for(var t,r=e.length,n=0,o="",a=[],i={},s=!1,c=!1,u=0,l="";n<=r;n++){if("\\"===(t=charAt$a(e,n)))t+=charAt$a(e,++n);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:exec$4(IS_NCG,stringSlice$b(e,n+1))&&(n+=2,c=!0),o+=t,u++;continue;case">"===t&&c:if(""===l||hasOwnProperty_1(i,l))throw new SyntaxError$1("Invalid capture group name");i[l]=!0,a[a.length]=[l,u],c=!1,l="";continue}c?l+=t:o+=t}return[o,a]};if(isForced_1("RegExp",BASE_FORCED)){for(var RegExpWrapper=function(e,t){var r,n,o,a,i,s,c=objectIsPrototypeOf(RegExpPrototype$5,this),u=isRegexp(e),l=void 0===t,f=[],p=e;if(!c&&u&&l&&e.constructor===RegExpWrapper)return e;if((u||objectIsPrototypeOf(RegExpPrototype$5,e))&&(e=e.source,l&&(t="flags"in p?p.flags:getFlags$3(p))),e=void 0===e?"":toString_1(e),t=void 0===t?"":toString_1(t),p=e,regexpUnsupportedDotAll&&"dotAll"in re1&&(n=!!t&&stringIndexOf$4(t,"s")>-1)&&(t=replace$7(t,/s/g,"")),r=t,MISSED_STICKY&&"sticky"in re1&&(o=!!t&&stringIndexOf$4(t,"y")>-1)&&UNSUPPORTED_Y$2&&(t=replace$7(t,/y/g,"")),regexpUnsupportedNcg&&(e=(a=handleNCG(e))[0],f=a[1]),i=inheritIfRequired(NativeRegExp(e,t),c?this:RegExpPrototype$5,RegExpWrapper),(n||o||f.length)&&(s=enforceInternalState$1(i),n&&(s.dotAll=!0,s.raw=RegExpWrapper(handleDotAll(e),r)),o&&(s.sticky=!0),f.length&&(s.groups=f)),e!==p)try{createNonEnumerableProperty(i,"source",""===p?"(?:)":p)}catch(e){}return i},proxy$1=function(e){e in RegExpWrapper||defineProperty$5(RegExpWrapper,e,{configurable:!0,get:function(){return NativeRegExp[e]},set:function(t){NativeRegExp[e]=t}})},keys$1=getOwnPropertyNames(NativeRegExp),index$1=0;keys$1.length>index$1;)proxy$1(keys$1[index$1++]);RegExpPrototype$5.constructor=RegExpWrapper,RegExpWrapper.prototype=RegExpPrototype$5,redefine(global_1,"RegExp",RegExpWrapper)}setSpecies("RegExp");var getInternalState$4=internalState.get,nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt$9=functionUncurryThis("".charAt),indexOf$1=functionUncurryThis("".indexOf),replace$6=functionUncurryThis("".replace),stringSlice$a=functionUncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var e=/a/,t=/b*/g;return functionCall(nativeExec,e,"a"),functionCall(nativeExec,t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),UNSUPPORTED_Y$1=regexpStickyHelpers.BROKEN_CARET,NPCG_INCLUDED=void 0!==/()??/.exec("")[1],PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y$1||regexpUnsupportedDotAll||regexpUnsupportedNcg;PATCH&&(patchedExec=function(e){var t,r,n,o,a,i,s,c=this,u=getInternalState$4(c),l=toString_1(e),f=u.raw;if(f)return f.lastIndex=c.lastIndex,t=functionCall(patchedExec,f,l),c.lastIndex=f.lastIndex,t;var p=u.groups,d=UNSUPPORTED_Y$1&&c.sticky,h=functionCall(regexpFlags,c),y=c.source,g=0,v=l;if(d&&(h=replace$6(h,"y",""),-1===indexOf$1(h,"g")&&(h+="g"),v=stringSlice$a(l,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==charAt$9(l,c.lastIndex-1))&&(y="(?: "+y+")",v=" "+v,g++),r=new RegExp("^(?:"+y+")",h)),NPCG_INCLUDED&&(r=new RegExp("^"+y+"$(?!\\s)",h)),UPDATES_LAST_INDEX_WRONG&&(n=c.lastIndex),o=functionCall(nativeExec,d?r:c,v),d?o?(o.input=stringSlice$a(o.input,g),o[0]=stringSlice$a(o[0],g),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&o&&(c.lastIndex=c.global?o.index+o[0].length:n),NPCG_INCLUDED&&o&&o.length>1&&functionCall(nativeReplace,o[0],r,(function(){for(a=1;a=s?e?"":void 0:(n=charCodeAt$1(a,i))<55296||n>56319||i+1===s||(o=charCodeAt$1(a,i+1))<56320||o>57343?e?charAt$8(a,i):n:e?stringSlice$9(a,i,i+2):o-56320+(n-55296<<10)+65536}},stringMultibyte={codeAt:createMethod$1(!1),charAt:createMethod$1(!0)},codeAt$2=stringMultibyte.codeAt;_export({target:"String",proto:!0},{codePointAt:function(e){return codeAt$2(this,e)}});var TypeError$d=global_1.TypeError,notARegexp=function(e){if(isRegexp(e))throw TypeError$d("The method doesn't accept regular expressions");return e},MATCH=wellKnownSymbol("match"),correctIsRegexpLogic=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[MATCH]=!1,"/./"[e](t)}catch(e){}}return!1},getOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f,un$EndsWith=functionUncurryThis("".endsWith),slice=functionUncurryThis("".slice),min$4=Math.min,CORRECT_IS_REGEXP_LOGIC$1=correctIsRegexpLogic("endsWith"),MDN_POLYFILL_BUG$1=!(CORRECT_IS_REGEXP_LOGIC$1||(descriptor=getOwnPropertyDescriptor$1(String.prototype,"endsWith"),!descriptor||descriptor.writable)),descriptor;_export({target:"String",proto:!0,forced:!MDN_POLYFILL_BUG$1&&!CORRECT_IS_REGEXP_LOGIC$1},{endsWith:function(e){var t=toString_1(requireObjectCoercible(this));notARegexp(e);var r=arguments.length>1?arguments[1]:void 0,n=t.length,o=void 0===r?n:min$4(toLength(r),n),a=toString_1(e);return un$EndsWith?un$EndsWith(t,a,o):slice(t,o-a.length,o)===a}});var RangeError$5=global_1.RangeError,fromCharCode$1=String.fromCharCode,$fromCodePoint=String.fromCodePoint,join$5=functionUncurryThis([].join),INCORRECT_LENGTH=!!$fromCodePoint&&1!=$fromCodePoint.length;_export({target:"String",stat:!0,forced:INCORRECT_LENGTH},{fromCodePoint:function(e){for(var t,r=[],n=arguments.length,o=0;n>o;){if(t=+arguments[o++],toAbsoluteIndex(t,1114111)!==t)throw RangeError$5(t+" is not a valid code point");r[o]=t<65536?fromCharCode$1(t):fromCharCode$1(55296+((t-=65536)>>10),t%1024+56320)}return join$5(r,"")}});var stringIndexOf$3=functionUncurryThis("".indexOf);_export({target:"String",proto:!0,forced:!correctIsRegexpLogic("includes")},{includes:function(e){return!!~stringIndexOf$3(toString_1(requireObjectCoercible(this)),toString_1(notARegexp(e)),arguments.length>1?arguments[1]:void 0)}});var charAt$7=stringMultibyte.charAt,STRING_ITERATOR$1="String Iterator",setInternalState$7=internalState.set,getInternalState$3=internalState.getterFor(STRING_ITERATOR$1);defineIterator(String,"String",(function(e){setInternalState$7(this,{type:STRING_ITERATOR$1,string:toString_1(e),index:0})}),(function(){var e,t=getInternalState$3(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=charAt$7(r,n),t.index+=e.length,{value:e,done:!1})}));var SPECIES=wellKnownSymbol("species"),RegExpPrototype$2=RegExp.prototype,fixRegexpWellKnownSymbolLogic=function(e,t,r,n){var o=wellKnownSymbol(e),a=!fails((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),i=a&&!fails((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[SPECIES]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!a||!i||r){var s=functionUncurryThis(/./[o]),c=t(o,""[e],(function(e,t,r,n,o){var i=functionUncurryThis(e),c=t.exec;return c===regexpExec||c===RegExpPrototype$2.exec?a&&!o?{done:!0,value:s(t,r,n)}:{done:!0,value:i(r,t,n)}:{done:!1}}));redefine(String.prototype,e,c[0]),redefine(RegExpPrototype$2,o,c[1])}n&&createNonEnumerableProperty(RegExpPrototype$2[o],"sham",!0)},charAt$6=stringMultibyte.charAt,advanceStringIndex=function(e,t,r){return t+(r?charAt$6(e,t).length:1)},TypeError$c=global_1.TypeError,regexpExecAbstract=function(e,t){var r=e.exec;if(isCallable(r)){var n=functionCall(r,e,t);return null!==n&&anObject(n),n}if("RegExp"===classofRaw(e))return functionCall(regexpExec,e,t);throw TypeError$c("RegExp#exec called on incompatible receiver")};fixRegexpWellKnownSymbolLogic("match",(function(e,t,r){return[function(t){var r=requireObjectCoercible(this),n=null==t?void 0:getMethod(t,e);return n?functionCall(n,t,r):new RegExp(t)[e](toString_1(r))},function(e){var n=anObject(this),o=toString_1(e),a=r(t,n,o);if(a.done)return a.value;if(!n.global)return regexpExecAbstract(n,o);var i=n.unicode;n.lastIndex=0;for(var s,c=[],u=0;null!==(s=regexpExecAbstract(n,o));){var l=toString_1(s[0]);c[u]=l,""===l&&(n.lastIndex=advanceStringIndex(o,toLength(n.lastIndex),i)),u++}return 0===u?null:c}]}));var repeat=functionUncurryThis(stringRepeat),stringSlice$8=functionUncurryThis("".slice),ceil=Math.ceil,createMethod=function(e){return function(t,r,n){var o,a,i=toString_1(requireObjectCoercible(t)),s=toLength(r),c=i.length,u=void 0===n?" ":toString_1(n);return s<=c||""==u?i:((a=repeat(u,ceil((o=s-c)/u.length))).length>o&&(a=stringSlice$8(a,0,o)),e?i+a:a+i)}},stringPad={start:createMethod(!1),end:createMethod(!0)},stringPadWebkitBug=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(engineUserAgent),$padEnd=stringPad.end;_export({target:"String",proto:!0,forced:stringPadWebkitBug},{padEnd:function(e){return $padEnd(this,e,arguments.length>1?arguments[1]:void 0)}});var $padStart=stringPad.start;_export({target:"String",proto:!0,forced:stringPadWebkitBug},{padStart:function(e){return $padStart(this,e,arguments.length>1?arguments[1]:void 0)}});var push$b=functionUncurryThis([].push),join$4=functionUncurryThis([].join);_export({target:"String",stat:!0},{raw:function(e){for(var t=toIndexedObject(toObject$1(e).raw),r=lengthOfArrayLike(t),n=arguments.length,o=[],a=0;r>a;){if(push$b(o,toString_1(t[a++])),a===r)return join$4(o,"");a]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g,getSubstitution=function(e,t,r,n,o,a){var i=r+e.length,s=n.length,c=SUBSTITUTION_SYMBOLS_NO_NAMED;return void 0!==o&&(o=toObject$1(o),c=SUBSTITUTION_SYMBOLS),replace$5(a,c,(function(a,c){var u;switch(charAt$5(c,0)){case"$":return"$";case"&":return e;case"`":return stringSlice$7(t,0,r);case"'":return stringSlice$7(t,i);case"<":u=o[stringSlice$7(c,1,-1)];break;default:var l=+c;if(0===l)return a;if(l>s){var f=floor$3(l/10);return 0===f?a:f<=s?void 0===n[f-1]?charAt$5(c,1):n[f-1]+charAt$5(c,1):a}u=n[l-1]}return void 0===u?"":u}))},REPLACE$1=wellKnownSymbol("replace"),max$2=Math.max,min$3=Math.min,concat$2=functionUncurryThis([].concat),push$a=functionUncurryThis([].push),stringIndexOf$2=functionUncurryThis("".indexOf),stringSlice$6=functionUncurryThis("".slice),maybeToString=function(e){return void 0===e?e:String(e)},REPLACE_KEEPS_$0="$0"==="a".replace(/./,"$0"),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=!!/./[REPLACE$1]&&""===/./[REPLACE$1]("a","$0"),REPLACE_SUPPORTS_NAMED_GROUPS=!fails((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")}));fixRegexpWellKnownSymbolLogic("replace",(function(e,t,r){var n=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(e,r){var n=requireObjectCoercible(this),o=null==e?void 0:getMethod(e,REPLACE$1);return o?functionCall(o,e,n,r):functionCall(t,toString_1(n),e,r)},function(e,o){var a=anObject(this),i=toString_1(e);if("string"==typeof o&&-1===stringIndexOf$2(o,n)&&-1===stringIndexOf$2(o,"$<")){var s=r(t,a,i,o);if(s.done)return s.value}var c=isCallable(o);c||(o=toString_1(o));var u=a.global;if(u){var l=a.unicode;a.lastIndex=0}for(var f=[];;){var p=regexpExecAbstract(a,i);if(null===p)break;if(push$a(f,p),!u)break;""===toString_1(p[0])&&(a.lastIndex=advanceStringIndex(i,toLength(a.lastIndex),l))}for(var d="",h=0,y=0;y=h&&(d+=stringSlice$6(i,h,v)+S,h=v+g.length)}return d+stringSlice$6(i,h)}]}),!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE),fixRegexpWellKnownSymbolLogic("search",(function(e,t,r){return[function(t){var r=requireObjectCoercible(this),n=null==t?void 0:getMethod(t,e);return n?functionCall(n,t,r):new RegExp(t)[e](toString_1(r))},function(e){var n=anObject(this),o=toString_1(e),a=r(t,n,o);if(a.done)return a.value;var i=n.lastIndex;sameValue(i,0)||(n.lastIndex=0);var s=regexpExecAbstract(n,o);return sameValue(n.lastIndex,i)||(n.lastIndex=i),null===s?-1:s.index}]}));var UNSUPPORTED_Y=regexpStickyHelpers.UNSUPPORTED_Y,MAX_UINT32=4294967295,min$2=Math.min,$push=[].push,exec$3=functionUncurryThis(/./.exec),push$9=functionUncurryThis($push),stringSlice$5=functionUncurryThis("".slice),SPLIT_WORKS_WITH_OVERWRITTEN_EXEC=!fails((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));fixRegexpWellKnownSymbolLogic("split",(function(e,t,r){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,r){var n=toString_1(requireObjectCoercible(this)),o=void 0===r?MAX_UINT32:r>>>0;if(0===o)return[];if(void 0===e)return[n];if(!isRegexp(e))return functionCall(t,n,e,o);for(var a,i,s,c=[],u=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),l=0,f=new RegExp(e.source,u+"g");(a=functionCall(regexpExec,f,n))&&!((i=f.lastIndex)>l&&(push$9(c,stringSlice$5(n,l,a.index)),a.length>1&&a.index=o));)f.lastIndex===a.index&&f.lastIndex++;return l===n.length?!s&&exec$3(f,"")||push$9(c,""):push$9(c,stringSlice$5(n,l)),c.length>o?arraySliceSimple(c,0,o):c}:"0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:functionCall(t,this,e,r)}:t,[function(t,r){var o=requireObjectCoercible(this),a=null==t?void 0:getMethod(t,e);return a?functionCall(a,t,o,r):functionCall(n,toString_1(o),t,r)},function(e,o){var a=anObject(this),i=toString_1(e),s=r(n,a,i,o,n!==t);if(s.done)return s.value;var c=speciesConstructor(a,RegExp),u=a.unicode,l=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(UNSUPPORTED_Y?"g":"y"),f=new c(UNSUPPORTED_Y?"^(?:"+a.source+")":a,l),p=void 0===o?MAX_UINT32:o>>>0;if(0===p)return[];if(0===i.length)return null===regexpExecAbstract(f,i)?[i]:[];for(var d=0,h=0,y=[];h1?arguments[1]:void 0,t.length)),n=toString_1(e);return un$StartsWith?un$StartsWith(t,n,r):stringSlice$4(t,r,r+n.length)===n}});var PROPER_FUNCTION_NAME=functionName.PROPER,non="​…᠎",stringTrimForced=function(e){return fails((function(){return!!whitespaces[e]()||non[e]()!==non||PROPER_FUNCTION_NAME&&whitespaces[e].name!==e}))},$trim=stringTrim.trim;_export({target:"String",proto:!0,forced:stringTrimForced("trim")},{trim:function(){return $trim(this)}});var $trimEnd=stringTrim.end,FORCED$5=stringTrimForced("trimEnd"),trimEnd=FORCED$5?function(){return $trimEnd(this)}:"".trimEnd;_export({target:"String",proto:!0,name:"trimEnd",forced:FORCED$5},{trimEnd:trimEnd,trimRight:trimEnd});var $trimStart=stringTrim.start,FORCED$4=stringTrimForced("trimStart"),trimStart=FORCED$4?function(){return $trimStart(this)}:"".trimStart;_export({target:"String",proto:!0,name:"trimStart",forced:FORCED$4},{trimStart:trimStart,trimLeft:trimStart});var quot=/"/g,replace$4=functionUncurryThis("".replace),createHtml=function(e,t,r,n){var o=toString_1(requireObjectCoercible(e)),a="<"+t;return""!==r&&(a+=" "+r+'="'+replace$4(toString_1(n),quot,""")+'"'),a+">"+o+""},stringHtmlForced=function(e){return fails((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))};_export({target:"String",proto:!0,forced:stringHtmlForced("anchor")},{anchor:function(e){return createHtml(this,"a","name",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("big")},{big:function(){return createHtml(this,"big","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("blink")},{blink:function(){return createHtml(this,"blink","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("bold")},{bold:function(){return createHtml(this,"b","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("fixed")},{fixed:function(){return createHtml(this,"tt","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("fontcolor")},{fontcolor:function(e){return createHtml(this,"font","color",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("fontsize")},{fontsize:function(e){return createHtml(this,"font","size",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("italics")},{italics:function(){return createHtml(this,"i","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("link")},{link:function(e){return createHtml(this,"a","href",e)}}),_export({target:"String",proto:!0,forced:stringHtmlForced("small")},{small:function(){return createHtml(this,"small","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("strike")},{strike:function(){return createHtml(this,"strike","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("sub")},{sub:function(){return createHtml(this,"sub","","")}}),_export({target:"String",proto:!0,forced:stringHtmlForced("sup")},{sup:function(){return createHtml(this,"sup","","")}});var defineProperty$4=objectDefineProperty.f,Int8Array$4=global_1.Int8Array,Int8ArrayPrototype$1=Int8Array$4&&Int8Array$4.prototype,Uint8ClampedArray$1=global_1.Uint8ClampedArray,Uint8ClampedArrayPrototype=Uint8ClampedArray$1&&Uint8ClampedArray$1.prototype,TypedArray=Int8Array$4&&objectGetPrototypeOf(Int8Array$4),TypedArrayPrototype$1=Int8ArrayPrototype$1&&objectGetPrototypeOf(Int8ArrayPrototype$1),ObjectPrototype=Object.prototype,TypeError$b=global_1.TypeError,TO_STRING_TAG$2=wellKnownSymbol("toStringTag"),TYPED_ARRAY_TAG=uid$1("TYPED_ARRAY_TAG"),TYPED_ARRAY_CONSTRUCTOR$1=uid$1("TYPED_ARRAY_CONSTRUCTOR"),NATIVE_ARRAY_BUFFER_VIEWS$1=arrayBufferNative&&!!objectSetPrototypeOf&&"Opera"!==classof(global_1.opera),TYPED_ARRAY_TAG_REQUIRED=!1,NAME,Constructor,Prototype,TypedArrayConstructorsList={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},BigIntArrayConstructorsList={BigInt64Array:8,BigUint64Array:8},isView=function(e){if(!isObject$2(e))return!1;var t=classof(e);return"DataView"===t||hasOwnProperty_1(TypedArrayConstructorsList,t)||hasOwnProperty_1(BigIntArrayConstructorsList,t)},isTypedArray$1=function(e){if(!isObject$2(e))return!1;var t=classof(e);return hasOwnProperty_1(TypedArrayConstructorsList,t)||hasOwnProperty_1(BigIntArrayConstructorsList,t)},aTypedArray$m=function(e){if(isTypedArray$1(e))return e;throw TypeError$b("Target is not a typed array")},aTypedArrayConstructor$3=function(e){if(isCallable(e)&&(!objectSetPrototypeOf||objectIsPrototypeOf(TypedArray,e)))return e;throw TypeError$b(tryToString(e)+" is not a typed array constructor")},exportTypedArrayMethod$n=function(e,t,r,n){if(descriptors){if(r)for(var o in TypedArrayConstructorsList){var a=global_1[o];if(a&&hasOwnProperty_1(a.prototype,e))try{delete a.prototype[e]}catch(r){try{a.prototype[e]=t}catch(e){}}}TypedArrayPrototype$1[e]&&!r||redefine(TypedArrayPrototype$1,e,r?t:NATIVE_ARRAY_BUFFER_VIEWS$1&&Int8ArrayPrototype$1[e]||t,n)}},exportTypedArrayStaticMethod$2=function(e,t,r){var n,o;if(descriptors){if(objectSetPrototypeOf){if(r)for(n in TypedArrayConstructorsList)if((o=global_1[n])&&hasOwnProperty_1(o,e))try{delete o[e]}catch(e){}if(TypedArray[e]&&!r)return;try{return redefine(TypedArray,e,r?t:NATIVE_ARRAY_BUFFER_VIEWS$1&&TypedArray[e]||t)}catch(e){}}for(n in TypedArrayConstructorsList)!(o=global_1[n])||o[e]&&!r||redefine(o,e,t)}};for(NAME in TypedArrayConstructorsList)Constructor=global_1[NAME],Prototype=Constructor&&Constructor.prototype,Prototype?createNonEnumerableProperty(Prototype,TYPED_ARRAY_CONSTRUCTOR$1,Constructor):NATIVE_ARRAY_BUFFER_VIEWS$1=!1;for(NAME in BigIntArrayConstructorsList)Constructor=global_1[NAME],Prototype=Constructor&&Constructor.prototype,Prototype&&createNonEnumerableProperty(Prototype,TYPED_ARRAY_CONSTRUCTOR$1,Constructor);if((!NATIVE_ARRAY_BUFFER_VIEWS$1||!isCallable(TypedArray)||TypedArray===Function.prototype)&&(TypedArray=function(){throw TypeError$b("Incorrect invocation")},NATIVE_ARRAY_BUFFER_VIEWS$1))for(NAME in TypedArrayConstructorsList)global_1[NAME]&&objectSetPrototypeOf(global_1[NAME],TypedArray);if((!NATIVE_ARRAY_BUFFER_VIEWS$1||!TypedArrayPrototype$1||TypedArrayPrototype$1===ObjectPrototype)&&(TypedArrayPrototype$1=TypedArray.prototype,NATIVE_ARRAY_BUFFER_VIEWS$1))for(NAME in TypedArrayConstructorsList)global_1[NAME]&&objectSetPrototypeOf(global_1[NAME].prototype,TypedArrayPrototype$1);if(NATIVE_ARRAY_BUFFER_VIEWS$1&&objectGetPrototypeOf(Uint8ClampedArrayPrototype)!==TypedArrayPrototype$1&&objectSetPrototypeOf(Uint8ClampedArrayPrototype,TypedArrayPrototype$1),descriptors&&!hasOwnProperty_1(TypedArrayPrototype$1,TO_STRING_TAG$2))for(NAME in TYPED_ARRAY_TAG_REQUIRED=!0,defineProperty$4(TypedArrayPrototype$1,TO_STRING_TAG$2,{get:function(){return isObject$2(this)?this[TYPED_ARRAY_TAG]:void 0}}),TypedArrayConstructorsList)global_1[NAME]&&createNonEnumerableProperty(global_1[NAME],TYPED_ARRAY_TAG,NAME);var arrayBufferViewCore={NATIVE_ARRAY_BUFFER_VIEWS:NATIVE_ARRAY_BUFFER_VIEWS$1,TYPED_ARRAY_CONSTRUCTOR:TYPED_ARRAY_CONSTRUCTOR$1,TYPED_ARRAY_TAG:TYPED_ARRAY_TAG_REQUIRED&&TYPED_ARRAY_TAG,aTypedArray:aTypedArray$m,aTypedArrayConstructor:aTypedArrayConstructor$3,exportTypedArrayMethod:exportTypedArrayMethod$n,exportTypedArrayStaticMethod:exportTypedArrayStaticMethod$2,isView:isView,isTypedArray:isTypedArray$1,TypedArray:TypedArray,TypedArrayPrototype:TypedArrayPrototype$1},NATIVE_ARRAY_BUFFER_VIEWS=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,ArrayBuffer$1=global_1.ArrayBuffer,Int8Array$3=global_1.Int8Array,typedArrayConstructorsRequireWrappers=!NATIVE_ARRAY_BUFFER_VIEWS||!fails((function(){Int8Array$3(1)}))||!fails((function(){new Int8Array$3(-1)}))||!checkCorrectnessOfIteration((function(e){new Int8Array$3,new Int8Array$3(null),new Int8Array$3(1.5),new Int8Array$3(e)}),!0)||fails((function(){return 1!==new Int8Array$3(new ArrayBuffer$1(2),1,void 0).length})),RangeError$4=global_1.RangeError,toPositiveInteger=function(e){var t=toIntegerOrInfinity(e);if(t<0)throw RangeError$4("The argument can't be less than 0");return t},RangeError$3=global_1.RangeError,toOffset=function(e,t){var r=toPositiveInteger(e);if(r%t)throw RangeError$3("Wrong offset");return r},aTypedArrayConstructor$2=arrayBufferViewCore.aTypedArrayConstructor,typedArrayFrom=function(e){var t,r,n,o,a,i,s=aConstructor(this),c=toObject$1(e),u=arguments.length,l=u>1?arguments[1]:void 0,f=void 0!==l,p=getIteratorMethod(c);if(p&&!isArrayIteratorMethod(p))for(i=(a=getIterator(c,p)).next,c=[];!(o=functionCall(i,a)).done;)c.push(o.value);for(f&&u>2&&(l=functionBindContext(l,arguments[2])),r=lengthOfArrayLike(c),n=new(aTypedArrayConstructor$2(s))(r),t=0;r>t;t++)n[t]=f?l(c[t],t):c[t];return n},typedArrayConstructor=createCommonjsModule((function(e){var t=objectGetOwnPropertyNames.f,r=arrayIteration.forEach,n=internalState.get,o=internalState.set,a=objectDefineProperty.f,i=objectGetOwnPropertyDescriptor.f,s=Math.round,c=global_1.RangeError,u=arrayBuffer.ArrayBuffer,l=u.prototype,f=arrayBuffer.DataView,p=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,d=arrayBufferViewCore.TYPED_ARRAY_CONSTRUCTOR,h=arrayBufferViewCore.TYPED_ARRAY_TAG,y=arrayBufferViewCore.TypedArray,g=arrayBufferViewCore.TypedArrayPrototype,v=arrayBufferViewCore.aTypedArrayConstructor,_=arrayBufferViewCore.isTypedArray,m="BYTES_PER_ELEMENT",b="Wrong length",$=function(e,t){v(e);for(var r=0,n=t.length,o=new e(n);n>r;)o[r]=t[r++];return o},S=function(e,t){a(e,t,{get:function(){return n(this)[t]}})},E=function(e){var t;return objectIsPrototypeOf(l,e)||"ArrayBuffer"==(t=classof(e))||"SharedArrayBuffer"==t},T=function(e,t){return _(e)&&!isSymbol(t)&&t in e&&isIntegralNumber(+t)&&t>=0},A=function(e,t){return t=toPropertyKey(t),T(e,t)?createPropertyDescriptor(2,e[t]):i(e,t)},O=function(e,t,r){return t=toPropertyKey(t),!(T(e,t)&&isObject$2(r)&&hasOwnProperty_1(r,"value"))||hasOwnProperty_1(r,"get")||hasOwnProperty_1(r,"set")||r.configurable||hasOwnProperty_1(r,"writable")&&!r.writable||hasOwnProperty_1(r,"enumerable")&&!r.enumerable?a(e,t,r):(e[t]=r.value,e)};descriptors?(p||(objectGetOwnPropertyDescriptor.f=A,objectDefineProperty.f=O,S(g,"buffer"),S(g,"byteOffset"),S(g,"byteLength"),S(g,"length")),_export({target:"Object",stat:!0,forced:!p},{getOwnPropertyDescriptor:A,defineProperty:O}),e.exports=function(e,i,l){var v=e.match(/\d+$/)[0]/8,S=e+(l?"Clamped":"")+"Array",T="get"+e,A="set"+e,O=global_1[S],I=O,P=I&&I.prototype,C={},R=function(e,t){a(e,t,{get:function(){return function(e,t){var r=n(e);return r.view[T](t*v+r.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,r){var o=n(e);l&&(r=(r=s(r))<0?0:r>255?255:255&r),o.view[A](t*v+o.byteOffset,r,!0)}(this,t,e)},enumerable:!0})};p?typedArrayConstructorsRequireWrappers&&(I=i((function(e,t,r,n){return anInstance(e,P),inheritIfRequired(isObject$2(t)?E(t)?void 0!==n?new O(t,toOffset(r,v),n):void 0!==r?new O(t,toOffset(r,v)):new O(t):_(t)?$(I,t):functionCall(typedArrayFrom,I,t):new O(toIndex(t)),e,I)})),objectSetPrototypeOf&&objectSetPrototypeOf(I,y),r(t(O),(function(e){e in I||createNonEnumerableProperty(I,e,O[e])})),I.prototype=P):(I=i((function(e,t,r,n){anInstance(e,P);var a,i,s,l=0,p=0;if(isObject$2(t)){if(!E(t))return _(t)?$(I,t):functionCall(typedArrayFrom,I,t);a=t,p=toOffset(r,v);var d=t.byteLength;if(void 0===n){if(d%v)throw c(b);if((i=d-p)<0)throw c(b)}else if((i=toLength(n)*v)+p>d)throw c(b);s=i/v}else s=toIndex(t),a=new u(i=s*v);for(o(e,{buffer:a,byteOffset:p,byteLength:i,length:s,view:new f(a)});l2?arguments[2]:void 0)}));var $every=arrayIteration.every,aTypedArray$k=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$l=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$l("every",(function(e){return $every(aTypedArray$k(this),e,arguments.length>1?arguments[1]:void 0)}));var aTypedArray$j=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$k=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$k("fill",(function(e){var t=arguments.length;return functionCall(arrayFill,aTypedArray$j(this),e,t>1?arguments[1]:void 0,t>2?arguments[2]:void 0)}));var arrayFromConstructorAndList=function(e,t){for(var r=0,n=lengthOfArrayLike(t),o=new e(n);n>r;)o[r]=t[r++];return o},TYPED_ARRAY_CONSTRUCTOR=arrayBufferViewCore.TYPED_ARRAY_CONSTRUCTOR,aTypedArrayConstructor$1=arrayBufferViewCore.aTypedArrayConstructor,typedArraySpeciesConstructor=function(e){return aTypedArrayConstructor$1(speciesConstructor(e,e[TYPED_ARRAY_CONSTRUCTOR]))},typedArrayFromSpeciesAndList=function(e,t){return arrayFromConstructorAndList(typedArraySpeciesConstructor(e),t)},$filter=arrayIteration.filter,aTypedArray$i=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$j=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$j("filter",(function(e){var t=$filter(aTypedArray$i(this),e,arguments.length>1?arguments[1]:void 0);return typedArrayFromSpeciesAndList(this,t)}));var $find=arrayIteration.find,aTypedArray$h=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$i=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$i("find",(function(e){return $find(aTypedArray$h(this),e,arguments.length>1?arguments[1]:void 0)}));var $findIndex=arrayIteration.findIndex,aTypedArray$g=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$h=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$h("findIndex",(function(e){return $findIndex(aTypedArray$g(this),e,arguments.length>1?arguments[1]:void 0)}));var $forEach$1=arrayIteration.forEach,aTypedArray$f=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$g=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$g("forEach",(function(e){$forEach$1(aTypedArray$f(this),e,arguments.length>1?arguments[1]:void 0)}));var exportTypedArrayStaticMethod$1=arrayBufferViewCore.exportTypedArrayStaticMethod;exportTypedArrayStaticMethod$1("from",typedArrayFrom,typedArrayConstructorsRequireWrappers);var $includes=arrayIncludes.includes,aTypedArray$e=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$f=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$f("includes",(function(e){return $includes(aTypedArray$e(this),e,arguments.length>1?arguments[1]:void 0)}));var $indexOf=arrayIncludes.indexOf,aTypedArray$d=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$e=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$e("indexOf",(function(e){return $indexOf(aTypedArray$d(this),e,arguments.length>1?arguments[1]:void 0)}));var ITERATOR$3=wellKnownSymbol("iterator"),Uint8Array$2=global_1.Uint8Array,arrayValues=functionUncurryThis(es_array_iterator.values),arrayKeys$1=functionUncurryThis(es_array_iterator.keys),arrayEntries=functionUncurryThis(es_array_iterator.entries),aTypedArray$c=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$d=arrayBufferViewCore.exportTypedArrayMethod,TypedArrayPrototype=Uint8Array$2&&Uint8Array$2.prototype,GENERIC=!fails((function(){TypedArrayPrototype[ITERATOR$3].call([1])})),ITERATOR_IS_VALUES=!!TypedArrayPrototype&&TypedArrayPrototype.values&&TypedArrayPrototype[ITERATOR$3]===TypedArrayPrototype.values&&"values"===TypedArrayPrototype.values.name,typedArrayValues=function(){return arrayValues(aTypedArray$c(this))};exportTypedArrayMethod$d("entries",(function(){return arrayEntries(aTypedArray$c(this))}),GENERIC),exportTypedArrayMethod$d("keys",(function(){return arrayKeys$1(aTypedArray$c(this))}),GENERIC),exportTypedArrayMethod$d("values",typedArrayValues,GENERIC||!ITERATOR_IS_VALUES,{name:"values"}),exportTypedArrayMethod$d(ITERATOR$3,typedArrayValues,GENERIC||!ITERATOR_IS_VALUES,{name:"values"});var aTypedArray$b=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$c=arrayBufferViewCore.exportTypedArrayMethod,$join=functionUncurryThis([].join);exportTypedArrayMethod$c("join",(function(e){return $join(aTypedArray$b(this),e)}));var aTypedArray$a=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$b=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$b("lastIndexOf",(function(e){var t=arguments.length;return functionApply(arrayLastIndexOf,aTypedArray$a(this),t>1?[e,arguments[1]]:[e])}));var $map=arrayIteration.map,aTypedArray$9=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$a=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$a("map",(function(e){return $map(aTypedArray$9(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(typedArraySpeciesConstructor(e))(t)}))}));var aTypedArrayConstructor=arrayBufferViewCore.aTypedArrayConstructor,exportTypedArrayStaticMethod=arrayBufferViewCore.exportTypedArrayStaticMethod;exportTypedArrayStaticMethod("of",(function(){for(var e=0,t=arguments.length,r=new(aTypedArrayConstructor(this))(t);t>e;)r[e]=arguments[e++];return r}),typedArrayConstructorsRequireWrappers);var $reduce=arrayReduce.left,aTypedArray$8=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$9=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$9("reduce",(function(e){var t=arguments.length;return $reduce(aTypedArray$8(this),e,t,t>1?arguments[1]:void 0)}));var $reduceRight=arrayReduce.right,aTypedArray$7=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$8=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$8("reduceRight",(function(e){var t=arguments.length;return $reduceRight(aTypedArray$7(this),e,t,t>1?arguments[1]:void 0)}));var aTypedArray$6=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$7=arrayBufferViewCore.exportTypedArrayMethod,floor$2=Math.floor;exportTypedArrayMethod$7("reverse",(function(){for(var e,t=this,r=aTypedArray$6(t).length,n=floor$2(r/2),o=0;o1?arguments[1]:void 0,1),r=toObject$1(e);if(WORKS_WITH_OBJECTS_AND_GEERIC_ON_TYPED_ARRAYS)return functionCall($set,this,r,t);var n=this.length,o=lengthOfArrayLike(r),a=0;if(o+t>n)throw RangeError$2("Wrong length");for(;ao;)i[o]=r[o++];return i}),FORCED$3);var $some=arrayIteration.some,aTypedArray$3=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$4=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$4("some",(function(e){return $some(aTypedArray$3(this),e,arguments.length>1?arguments[1]:void 0)}));var Array$2=global_1.Array,aTypedArray$2=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$3=arrayBufferViewCore.exportTypedArrayMethod,Uint16Array=global_1.Uint16Array,un$Sort=Uint16Array&&functionUncurryThis(Uint16Array.prototype.sort),ACCEPT_INCORRECT_ARGUMENTS=!(!un$Sort||fails((function(){un$Sort(new Uint16Array(2),null)}))&&fails((function(){un$Sort(new Uint16Array(2),{})}))),STABLE_SORT=!!un$Sort&&!fails((function(){if(engineV8Version)return engineV8Version<74;if(engineFfVersion)return engineFfVersion<67;if(engineIsIeOrEdge)return!0;if(engineWebkitVersion)return engineWebkitVersion<602;var e,t,r=new Uint16Array(516),n=Array$2(516);for(e=0;e<516;e++)t=e%4,r[e]=515-e,n[e]=e-2*t+3;for(un$Sort(r,(function(e,t){return(e/4|0)-(t/4|0)})),e=0;e<516;e++)if(r[e]!==n[e])return!0})),getSortCompare=function(e){return function(t,r){return void 0!==e?+e(t,r)||0:r!=r?-1:t!=t?1:0===t&&0===r?1/t>0&&1/r<0?1:-1:t>r}};exportTypedArrayMethod$3("sort",(function(e){return void 0!==e&&aCallable(e),STABLE_SORT?un$Sort(this,e):arraySort(aTypedArray$2(this),getSortCompare(e))}),!STABLE_SORT||ACCEPT_INCORRECT_ARGUMENTS);var aTypedArray$1=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$2=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$2("subarray",(function(e,t){var r=aTypedArray$1(this),n=r.length,o=toAbsoluteIndex(e,n);return new(typedArraySpeciesConstructor(r))(r.buffer,r.byteOffset+o*r.BYTES_PER_ELEMENT,toLength((void 0===t?n:toAbsoluteIndex(t,n))-o))}));var Int8Array$1=global_1.Int8Array,aTypedArray=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$1=arrayBufferViewCore.exportTypedArrayMethod,$toLocaleString=[].toLocaleString,TO_LOCALE_STRING_BUG=!!Int8Array$1&&fails((function(){$toLocaleString.call(new Int8Array$1(1))})),FORCED$2=fails((function(){return[1,2].toLocaleString()!=new Int8Array$1([1,2]).toLocaleString()}))||!fails((function(){Int8Array$1.prototype.toLocaleString.call([1,2])}));exportTypedArrayMethod$1("toLocaleString",(function(){return functionApply($toLocaleString,TO_LOCALE_STRING_BUG?arraySlice$1(aTypedArray(this)):aTypedArray(this),arraySlice$1(arguments))}),FORCED$2);var exportTypedArrayMethod=arrayBufferViewCore.exportTypedArrayMethod,Uint8Array$1=global_1.Uint8Array,Uint8ArrayPrototype=Uint8Array$1&&Uint8Array$1.prototype||{},arrayToString=[].toString,join$3=functionUncurryThis([].join);fails((function(){arrayToString.call({})}))&&(arrayToString=function(){return join$3(this)});var IS_NOT_ARRAY_METHOD=Uint8ArrayPrototype.toString!=arrayToString;exportTypedArrayMethod("toString",arrayToString,IS_NOT_ARRAY_METHOD);var getWeakData=internalMetadata.getWeakData,setInternalState$6=internalState.set,internalStateGetterFor=internalState.getterFor,find$1=arrayIteration.find,findIndex=arrayIteration.findIndex,splice$2=functionUncurryThis([].splice),id=0,uncaughtFrozenStore=function(e){return e.frozen||(e.frozen=new UncaughtFrozenStore)},UncaughtFrozenStore=function(){this.entries=[]},findUncaughtFrozen=function(e,t){return find$1(e.entries,(function(e){return e[0]===t}))};UncaughtFrozenStore.prototype={get:function(e){var t=findUncaughtFrozen(this,e);if(t)return t[1]},has:function(e){return!!findUncaughtFrozen(this,e)},set:function(e,t){var r=findUncaughtFrozen(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=findIndex(this.entries,(function(t){return t[0]===e}));return~t&&splice$2(this.entries,t,1),!!~t}};var collectionWeak={getConstructor:function(e,t,r,n){var o=e((function(e,o){anInstance(e,a),setInternalState$6(e,{type:t,id:id++,frozen:void 0}),null!=o&&iterate(o,e[n],{that:e,AS_ENTRIES:r})})),a=o.prototype,i=internalStateGetterFor(t),s=function(e,t,r){var n=i(e),o=getWeakData(anObject(t),!0);return!0===o?uncaughtFrozenStore(n).set(t,r):o[n.id]=r,e};return redefineAll(a,{delete:function(e){var t=i(this);if(!isObject$2(e))return!1;var r=getWeakData(e);return!0===r?uncaughtFrozenStore(t).delete(e):r&&hasOwnProperty_1(r,t.id)&&delete r[t.id]},has:function(e){var t=i(this);if(!isObject$2(e))return!1;var r=getWeakData(e);return!0===r?uncaughtFrozenStore(t).has(e):r&&hasOwnProperty_1(r,t.id)}}),redefineAll(a,r?{get:function(e){var t=i(this);if(isObject$2(e)){var r=getWeakData(e);return!0===r?uncaughtFrozenStore(t).get(e):r?r[t.id]:void 0}},set:function(e,t){return s(this,e,t)}}:{add:function(e){return s(this,e,!0)}}),o}};collectionWeak.getConstructor;var enforceInternalState=internalState.enforce,IS_IE11=!global_1.ActiveXObject&&"ActiveXObject"in global_1,InternalWeakMap,wrapper=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},$WeakMap=collection("WeakMap",wrapper,collectionWeak);if(nativeWeakMap&&IS_IE11){InternalWeakMap=collectionWeak.getConstructor(wrapper,"WeakMap",!0),internalMetadata.enable();var WeakMapPrototype=$WeakMap.prototype,nativeDelete=functionUncurryThis(WeakMapPrototype.delete),nativeHas=functionUncurryThis(WeakMapPrototype.has),nativeGet=functionUncurryThis(WeakMapPrototype.get),nativeSet=functionUncurryThis(WeakMapPrototype.set);redefineAll(WeakMapPrototype,{delete:function(e){if(isObject$2(e)&&!objectIsExtensible(e)){var t=enforceInternalState(this);return t.frozen||(t.frozen=new InternalWeakMap),nativeDelete(this,e)||t.frozen.delete(e)}return nativeDelete(this,e)},has:function(e){if(isObject$2(e)&&!objectIsExtensible(e)){var t=enforceInternalState(this);return t.frozen||(t.frozen=new InternalWeakMap),nativeHas(this,e)||t.frozen.has(e)}return nativeHas(this,e)},get:function(e){if(isObject$2(e)&&!objectIsExtensible(e)){var t=enforceInternalState(this);return t.frozen||(t.frozen=new InternalWeakMap),nativeHas(this,e)?nativeGet(this,e):t.frozen.get(e)}return nativeGet(this,e)},set:function(e,t){if(isObject$2(e)&&!objectIsExtensible(e)){var r=enforceInternalState(this);r.frozen||(r.frozen=new InternalWeakMap),nativeHas(this,e)?nativeSet(this,e,t):r.frozen.set(e,t)}else nativeSet(this,e,t);return this}})}collection("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),collectionWeak);var replace$3=functionUncurryThis("".replace),TEST=String(Error("zxcasd").stack),V8_OR_CHAKRA_STACK_ENTRY=/\n\s*at [^:]*:[^\n]*/,IS_V8_OR_CHAKRA_STACK=V8_OR_CHAKRA_STACK_ENTRY.test(TEST),clearErrorStack=function(e,t){if(IS_V8_OR_CHAKRA_STACK&&"string"==typeof e)for(;t--;)e=replace$3(e,V8_OR_CHAKRA_STACK_ENTRY,"");return e},installErrorCause=function(e,t){isObject$2(t)&&"cause"in t&&createNonEnumerableProperty(e,"cause",t.cause)},normalizeStringArgument=function(e,t){return void 0===e?arguments.length<2?"":t:toString_1(e)},errorStackInstallable=!fails((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",createPropertyDescriptor(1,7)),7!==e.stack)})),TO_STRING_TAG$1=wellKnownSymbol("toStringTag"),Error$1=global_1.Error,push$8=[].push,$AggregateError=function(e,t){var r,n=arguments.length>2?arguments[2]:void 0,o=objectIsPrototypeOf(AggregateErrorPrototype,this);objectSetPrototypeOf?r=objectSetPrototypeOf(new Error$1,o?objectGetPrototypeOf(this):AggregateErrorPrototype):(r=o?this:objectCreate$1(AggregateErrorPrototype),createNonEnumerableProperty(r,TO_STRING_TAG$1,"Error")),void 0!==t&&createNonEnumerableProperty(r,"message",normalizeStringArgument(t)),errorStackInstallable&&createNonEnumerableProperty(r,"stack",clearErrorStack(r.stack,1)),installErrorCause(r,n);var a=[];return iterate(e,push$8,{that:a}),createNonEnumerableProperty(r,"errors",a),r};objectSetPrototypeOf?objectSetPrototypeOf($AggregateError,Error$1):copyConstructorProperties($AggregateError,Error$1,{name:!0});var AggregateErrorPrototype=$AggregateError.prototype=objectCreate$1(Error$1.prototype,{constructor:createPropertyDescriptor(1,$AggregateError),message:createPropertyDescriptor(1,""),name:createPropertyDescriptor(1,"AggregateError")});_export({global:!0},{AggregateError:$AggregateError});var defineProperty$3=objectDefineProperty.f;descriptors&&(defineProperty$3(Array.prototype,"lastIndex",{configurable:!0,get:function(){var e=toObject$1(this),t=lengthOfArrayLike(e);return 0==t?0:t-1}}),addToUnscopables("lastIndex"));var defineProperty$2=objectDefineProperty.f;descriptors&&(defineProperty$2(Array.prototype,"lastItem",{configurable:!0,get:function(){var e=toObject$1(this),t=lengthOfArrayLike(e);return 0==t?void 0:e[t-1]},set:function(e){var t=toObject$1(this),r=lengthOfArrayLike(t);return t[0==r?0:r-1]=e}}),addToUnscopables("lastItem"));var Object$2=global_1.Object,TypeError$a=global_1.TypeError,Map$4=getBuiltIn("Map"),WeakMap$1=getBuiltIn("WeakMap"),Node=function(){this.object=null,this.symbol=null,this.primitives=null,this.objectsByIndex=objectCreate$1(null)};Node.prototype.get=function(e,t){return this[e]||(this[e]=t())},Node.prototype.next=function(e,t,r){var n=r?this.objectsByIndex[e]||(this.objectsByIndex[e]=new WeakMap$1):this.primitives||(this.primitives=new Map$4),o=n.get(t);return o||n.set(t,o=new Node),o};var root$1=new Node,compositeKey=function(){var e,t,r=root$1,n=arguments.length;for(e=0;e1?arguments[1]:void 0);return!iterate(r,(function(e,r,o){if(!n(r,e,t))return o()}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{filter:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aCallable(o.set);return iterate(r,(function(e,r){n(r,e,t)&&functionCall(a,o,e,r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{find:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r,o){if(n(r,e,t))return o(r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).result}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{findKey:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r,o){if(n(r,e,t))return o(e)}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).result}});var push$7=[].push,collectionFrom=function(e){var t,r,n,o,a=arguments.length,i=a>1?arguments[1]:void 0;return aConstructor(this),(t=void 0!==i)&&aCallable(i),null==e?new this:(r=[],t?(n=0,o=functionBindContext(i,a>2?arguments[2]:void 0),iterate(e,(function(e){functionCall(push$7,r,o(e,n++))}))):iterate(e,push$7,{that:r}),new this(r))};_export({target:"Map",stat:!0,forced:!0},{from:collectionFrom});var push$6=functionUncurryThis([].push);_export({target:"Map",stat:!0,forced:!0},{groupBy:function(e,t){aCallable(t);var r=getIterator(e),n=new this,o=aCallable(n.has),a=aCallable(n.get),i=aCallable(n.set);return iterate(r,(function(e){var r=t(e);functionCall(o,n,r)?push$6(functionCall(a,n,r),e):functionCall(i,n,r,[e])}),{IS_ITERATOR:!0}),n}});var sameValueZero=function(e,t){return e===t||e!=e&&t!=t};_export({target:"Map",proto:!0,real:!0,forced:!0},{includes:function(e){return iterate(getMapIterator(anObject(this)),(function(t,r,n){if(sameValueZero(r,e))return n()}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Map",stat:!0,forced:!0},{keyBy:function(e,t){var r=new this;aCallable(t);var n=aCallable(r.set);return iterate(e,(function(e){functionCall(n,r,t(e),e)})),r}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{keyOf:function(e){return iterate(getMapIterator(anObject(this)),(function(t,r,n){if(r===e)return n(t)}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).result}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{mapKeys:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aCallable(o.set);return iterate(r,(function(e,r){functionCall(a,o,n(r,e,t),r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{mapValues:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aCallable(o.set);return iterate(r,(function(e,r){functionCall(a,o,e,n(r,e,t))}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:!0},{merge:function(e){for(var t=anObject(this),r=aCallable(t.set),n=arguments.length,o=0;o1?arguments[1]:void 0);return iterate(r,(function(e,r,o){if(n(r,e,t))return o()}),{AS_ENTRIES:!0,IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}});var TypeError$8=global_1.TypeError;_export({target:"Map",proto:!0,real:!0,forced:!0},{update:function(e,t){var r=anObject(this),n=aCallable(r.get),o=aCallable(r.has),a=aCallable(r.set),i=arguments.length;aCallable(t);var s=functionCall(o,r,e);if(!s&&i<3)throw TypeError$8("Updating absent value");var c=s?functionCall(n,r,e):aCallable(i>2?arguments[2]:void 0)(e,r);return functionCall(a,r,e,t(c,e,r)),r}});var min=Math.min,max$1=Math.max;_export({target:"Math",stat:!0,forced:!0},{clamp:function(e,t,r){return min(r,max$1(t,e))}}),_export({target:"Math",stat:!0,forced:!0},{DEG_PER_RAD:Math.PI/180});var RAD_PER_DEG=180/Math.PI;_export({target:"Math",stat:!0,forced:!0},{degrees:function(e){return e*RAD_PER_DEG}});var mathScale=Math.scale||function(e,t,r,n,o){var a=+e,i=+t,s=+r,c=+n,u=+o;return a!=a||i!=i||s!=s||c!=c||u!=u?NaN:a===1/0||a===-1/0?a:(a-i)*(u-c)/(s-i)+c};_export({target:"Math",stat:!0,forced:!0},{fscale:function(e,t,r,n,o){return mathFround(mathScale(e,t,r,n,o))}}),_export({target:"Math",stat:!0,forced:!0},{iaddh:function(e,t,r,n){var o=e>>>0,a=r>>>0;return(t>>>0)+(n>>>0)+((o&a|(o|a)&~(o+a>>>0))>>>31)|0}}),_export({target:"Math",stat:!0,forced:!0},{imulh:function(e,t){var r=65535,n=+e,o=+t,a=n&r,i=o&r,s=n>>16,c=o>>16,u=(s*i>>>0)+(a*i>>>16);return s*c+(u>>16)+((a*c>>>0)+(u&r)>>16)}}),_export({target:"Math",stat:!0,forced:!0},{isubh:function(e,t,r,n){var o=e>>>0,a=r>>>0;return(t>>>0)-(n>>>0)-((~o&a|~(o^a)&o-a>>>0)>>>31)|0}}),_export({target:"Math",stat:!0,forced:!0},{RAD_PER_DEG:180/Math.PI});var DEG_PER_RAD=Math.PI/180;_export({target:"Math",stat:!0,forced:!0},{radians:function(e){return e*DEG_PER_RAD}}),_export({target:"Math",stat:!0,forced:!0},{scale:mathScale});var SEEDED_RANDOM="Seeded Random",SEEDED_RANDOM_GENERATOR=SEEDED_RANDOM+" Generator",SEED_TYPE_ERROR='Math.seededPRNG() argument should have a "seed" field with a finite value.',setInternalState$5=internalState.set,getInternalState$2=internalState.getterFor(SEEDED_RANDOM_GENERATOR),TypeError$7=global_1.TypeError,$SeededRandomGenerator=createIteratorConstructor((function(e){setInternalState$5(this,{type:SEEDED_RANDOM_GENERATOR,seed:e%2147483647})}),SEEDED_RANDOM,(function(){var e=getInternalState$2(this);return{value:(1073741823&(e.seed=(1103515245*e.seed+12345)%2147483647))/1073741823,done:!1}}));_export({target:"Math",stat:!0,forced:!0},{seededPRNG:function(e){var t=anObject(e).seed;if(!numberIsFinite(t))throw TypeError$7(SEED_TYPE_ERROR);return new $SeededRandomGenerator(t)}}),_export({target:"Math",stat:!0,forced:!0},{signbit:function(e){return(e=+e)==e&&0==e?1/e==-1/0:e<0}}),_export({target:"Math",stat:!0,forced:!0},{umulh:function(e,t){var r=65535,n=+e,o=+t,a=n&r,i=o&r,s=n>>>16,c=o>>>16,u=(s*i>>>0)+(a*i>>>16);return s*c+(u>>>16)+((a*c>>>0)+(u&r)>>>16)}});var INVALID_NUMBER_REPRESENTATION="Invalid number representation",INVALID_RADIX="Invalid radix",RangeError$1=global_1.RangeError,SyntaxError=global_1.SyntaxError,TypeError$6=global_1.TypeError,valid=/^[\da-z]+$/,charAt$4=functionUncurryThis("".charAt),exec$2=functionUncurryThis(valid.exec),numberToString$1=functionUncurryThis(1..toString),stringSlice$3=functionUncurryThis("".slice);_export({target:"Number",stat:!0,forced:!0},{fromString:function(e,t){var r,n,o=1;if("string"!=typeof e)throw TypeError$6(INVALID_NUMBER_REPRESENTATION);if(!e.length)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if("-"==charAt$4(e,0)&&(o=-1,!(e=stringSlice$3(e,1)).length))throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if((r=void 0===t?10:toIntegerOrInfinity(t))<2||r>36)throw RangeError$1(INVALID_RADIX);if(!exec$2(valid,e)||numberToString$1(n=numberParseInt(e,r),r)!==e)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);return o*n}});var defineProperty$1=objectDefineProperty.f,$$OBSERVABLE=wellKnownSymbol("observable"),OBSERVABLE="Observable",SUBSCRIPTION="Subscription",SUBSCRIPTION_OBSERVER="SubscriptionObserver",getterFor=internalState.getterFor,setInternalState$4=internalState.set,getObservableInternalState=getterFor(OBSERVABLE),getSubscriptionInternalState=getterFor(SUBSCRIPTION),getSubscriptionObserverInternalState=getterFor(SUBSCRIPTION_OBSERVER),Array$1=global_1.Array,NativeObservable=global_1.Observable,NativeObservablePrototype=NativeObservable&&NativeObservable.prototype,FORCED$1=!(isCallable(NativeObservable)&&isCallable(NativeObservable.from)&&isCallable(NativeObservable.of)&&isCallable(NativeObservablePrototype.subscribe)&&isCallable(NativeObservablePrototype[$$OBSERVABLE])),SubscriptionState=function(e){this.observer=anObject(e),this.cleanup=void 0,this.subscriptionObserver=void 0};SubscriptionState.prototype={type:SUBSCRIPTION,clean:function(){var e=this.cleanup;if(e){this.cleanup=void 0;try{e()}catch(e){hostReportErrors(e)}}},close:function(){if(!descriptors){var e=this.facade,t=this.subscriptionObserver;e.closed=!0,t&&(t.closed=!0)}this.observer=void 0},isClosed:function(){return void 0===this.observer}};var Subscription=function(e,t){var r,n=setInternalState$4(this,new SubscriptionState(e));descriptors||(this.closed=!1);try{(r=getMethod(e,"start"))&&functionCall(r,e,this)}catch(e){hostReportErrors(e)}if(!n.isClosed()){var o=n.subscriptionObserver=new SubscriptionObserver(n);try{var a=t(o),i=a;null!=a&&(n.cleanup=isCallable(a.unsubscribe)?function(){i.unsubscribe()}:aCallable(a))}catch(e){return void o.error(e)}n.isClosed()&&n.clean()}};Subscription.prototype=redefineAll({},{unsubscribe:function(){var e=getSubscriptionInternalState(this);e.isClosed()||(e.close(),e.clean())}}),descriptors&&defineProperty$1(Subscription.prototype,"closed",{configurable:!0,get:function(){return getSubscriptionInternalState(this).isClosed()}});var SubscriptionObserver=function(e){setInternalState$4(this,{type:SUBSCRIPTION_OBSERVER,subscriptionState:e}),descriptors||(this.closed=!1)};SubscriptionObserver.prototype=redefineAll({},{next:function(e){var t=getSubscriptionObserverInternalState(this).subscriptionState;if(!t.isClosed()){var r=t.observer;try{var n=getMethod(r,"next");n&&functionCall(n,r,e)}catch(e){hostReportErrors(e)}}},error:function(e){var t=getSubscriptionObserverInternalState(this).subscriptionState;if(!t.isClosed()){var r=t.observer;t.close();try{var n=getMethod(r,"error");n?functionCall(n,r,e):hostReportErrors(e)}catch(e){hostReportErrors(e)}t.clean()}},complete:function(){var e=getSubscriptionObserverInternalState(this).subscriptionState;if(!e.isClosed()){var t=e.observer;e.close();try{var r=getMethod(t,"complete");r&&functionCall(r,t)}catch(e){hostReportErrors(e)}e.clean()}}}),descriptors&&defineProperty$1(SubscriptionObserver.prototype,"closed",{configurable:!0,get:function(){return getSubscriptionObserverInternalState(this).subscriptionState.isClosed()}});var $Observable=function(e){anInstance(this,ObservablePrototype),setInternalState$4(this,{type:OBSERVABLE,subscriber:aCallable(e)})},ObservablePrototype=$Observable.prototype;redefineAll(ObservablePrototype,{subscribe:function(e){var t=arguments.length;return new Subscription(isCallable(e)?{next:e,error:t>1?arguments[1]:void 0,complete:t>2?arguments[2]:void 0}:isObject$2(e)?e:{},getObservableInternalState(this).subscriber)}}),redefineAll($Observable,{from:function(e){var t=isConstructor(this)?this:$Observable,r=getMethod(anObject(e),$$OBSERVABLE);if(r){var n=anObject(functionCall(r,e));return n.constructor===t?n:new t((function(e){return n.subscribe(e)}))}var o=getIterator(e);return new t((function(e){iterate(o,(function(t,r){if(e.next(t),e.closed)return r()}),{IS_ITERATOR:!0,INTERRUPTED:!0}),e.complete()}))},of:function(){for(var e=isConstructor(this)?this:$Observable,t=arguments.length,r=Array$1(t),n=0;n1?arguments[1]:void 0);return!iterate(r,(function(e,r){if(!n(e,e,t))return r()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{filter:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aCallable(o.add);return iterate(r,(function(e){n(e,e,t)&&functionCall(a,o,e)}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{find:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r){if(n(e,e,t))return r(e)}),{IS_ITERATOR:!0,INTERRUPTED:!0}).result}}),_export({target:"Set",stat:!0,forced:!0},{from:collectionFrom}),_export({target:"Set",proto:!0,real:!0,forced:!0},{intersection:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set"))),n=aCallable(t.has),o=aCallable(r.add);return iterate(e,(function(e){functionCall(n,t,e)&&functionCall(o,r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{isDisjointFrom:function(e){var t=anObject(this),r=aCallable(t.has);return!iterate(e,(function(e,n){if(!0===functionCall(r,t,e))return n()}),{INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{isSubsetOf:function(e){var t=getIterator(this),r=anObject(e),n=r.has;return isCallable(n)||(r=new(getBuiltIn("Set"))(e),n=aCallable(r.has)),!iterate(t,(function(e,t){if(!1===functionCall(n,r,e))return t()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{isSupersetOf:function(e){var t=anObject(this),r=aCallable(t.has);return!iterate(e,(function(e,n){if(!1===functionCall(r,t,e))return n()}),{INTERRUPTED:!0}).stopped}});var arrayJoin=functionUncurryThis([].join),push$3=[].push;_export({target:"Set",proto:!0,real:!0,forced:!0},{join:function(e){var t=anObject(this),r=getSetIterator(t),n=void 0===e?",":toString_1(e),o=[];return iterate(r,push$3,{that:o,IS_ITERATOR:!0}),arrayJoin(o,n)}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{map:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aCallable(o.add);return iterate(r,(function(e){functionCall(a,o,n(e,e,t))}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",stat:!0,forced:!0},{of:collectionOf});var TypeError$5=global_1.TypeError;_export({target:"Set",proto:!0,real:!0,forced:!0},{reduce:function(e){var t=anObject(this),r=getSetIterator(t),n=arguments.length<2,o=n?void 0:arguments[1];if(aCallable(e),iterate(r,(function(r){n?(n=!1,o=r):o=e(o,r,r,t)}),{IS_ITERATOR:!0}),n)throw TypeError$5("Reduce of empty set with no initial value");return o}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{some:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0);return iterate(r,(function(e,r){if(n(e,e,t))return r()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{symmetricDifference:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t),n=aCallable(r.delete),o=aCallable(r.add);return iterate(e,(function(e){functionCall(n,r,e)||functionCall(o,r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:!0},{union:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t);return iterate(e,aCallable(r.add),{that:r}),r}});var charAt$3=stringMultibyte.charAt;_export({target:"String",proto:!0,forced:!0},{at:function(e){var t=toString_1(requireObjectCoercible(this)),r=t.length,n=toIntegerOrInfinity(e),o=n>=0?n:r+n;return o<0||o>=r?void 0:charAt$3(t,o)}});var codeAt$1=stringMultibyte.codeAt,charAt$2=stringMultibyte.charAt,STRING_ITERATOR="String Iterator",setInternalState$3=internalState.set,getInternalState$1=internalState.getterFor(STRING_ITERATOR),$StringIterator=createIteratorConstructor((function(e){setInternalState$3(this,{type:STRING_ITERATOR,string:e,index:0})}),"String",(function(){var e,t=getInternalState$1(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=charAt$2(r,n),t.index+=e.length,{value:{codePoint:codeAt$1(e,0),position:n},done:!1})}));_export({target:"String",proto:!0,forced:!0},{codePoints:function(){return new $StringIterator(toString_1(requireObjectCoercible(this)))}});var MATCH_ALL=wellKnownSymbol("matchAll"),REGEXP_STRING="RegExp String",REGEXP_STRING_ITERATOR=REGEXP_STRING+" Iterator",setInternalState$2=internalState.set,getInternalState=internalState.getterFor(REGEXP_STRING_ITERATOR),RegExpPrototype$1=RegExp.prototype,TypeError$4=global_1.TypeError,getFlags$1=functionUncurryThis(regexpFlags),stringIndexOf$1=functionUncurryThis("".indexOf),un$MatchAll=functionUncurryThis("".matchAll),WORKS_WITH_NON_GLOBAL_REGEX=!!un$MatchAll&&!fails((function(){un$MatchAll("a",/./)})),$RegExpStringIterator=createIteratorConstructor((function(e,t,r,n){setInternalState$2(this,{type:REGEXP_STRING_ITERATOR,regexp:e,string:t,global:r,unicode:n,done:!1})}),REGEXP_STRING,(function(){var e=getInternalState(this);if(e.done)return{value:void 0,done:!0};var t=e.regexp,r=e.string,n=regexpExecAbstract(t,r);return null===n?{value:void 0,done:e.done=!0}:e.global?(""===toString_1(n[0])&&(t.lastIndex=advanceStringIndex(r,toLength(t.lastIndex),e.unicode)),{value:n,done:!1}):(e.done=!0,{value:n,done:!1})})),$matchAll=function(e){var t,r,n,o,a,i,s=anObject(this),c=toString_1(e);return t=speciesConstructor(s,RegExp),void 0===(r=s.flags)&&objectIsPrototypeOf(RegExpPrototype$1,s)&&!("flags"in RegExpPrototype$1)&&(r=getFlags$1(s)),n=void 0===r?"":toString_1(r),o=new t(t===RegExp?s.source:s,n),a=!!~stringIndexOf$1(n,"g"),i=!!~stringIndexOf$1(n,"u"),o.lastIndex=toLength(s.lastIndex),new $RegExpStringIterator(o,c,a,i)};_export({target:"String",proto:!0,forced:WORKS_WITH_NON_GLOBAL_REGEX},{matchAll:function(e){var t,r,n,o=requireObjectCoercible(this);if(null!=e){if(isRegexp(e)&&(t=toString_1(requireObjectCoercible("flags"in RegExpPrototype$1?e.flags:getFlags$1(e))),!~stringIndexOf$1(t,"g")))throw TypeError$4("`.matchAll` does not allow non-global regexes");if(WORKS_WITH_NON_GLOBAL_REGEX)return un$MatchAll(o,e);if(void 0===(n=getMethod(e,MATCH_ALL))&&isPure&&"RegExp"==classofRaw(e)&&(n=$matchAll),n)return functionCall(n,e,o)}else if(WORKS_WITH_NON_GLOBAL_REGEX)return un$MatchAll(o,e);return r=toString_1(o),new RegExp(e,"g")[MATCH_ALL](r)}}),MATCH_ALL in RegExpPrototype$1||redefine(RegExpPrototype$1,MATCH_ALL,$matchAll);var REPLACE=wellKnownSymbol("replace"),RegExpPrototype=RegExp.prototype,TypeError$3=global_1.TypeError,getFlags=functionUncurryThis(regexpFlags),indexOf=functionUncurryThis("".indexOf);functionUncurryThis("".replace);var stringSlice$2=functionUncurryThis("".slice),max=Math.max,stringIndexOf=function(e,t,r){return r>e.length?-1:""===t?r:indexOf(e,t,r)};_export({target:"String",proto:!0},{replaceAll:function(e,t){var r,n,o,a,i,s,c,u,l=requireObjectCoercible(this),f=0,p=0,d="";if(null!=e){if(isRegexp(e)&&(r=toString_1(requireObjectCoercible("flags"in RegExpPrototype?e.flags:getFlags(e))),!~indexOf(r,"g")))throw TypeError$3("`.replaceAll` does not allow non-global regexes");if(n=getMethod(e,REPLACE))return functionCall(n,e,l,t)}for(o=toString_1(l),a=toString_1(e),(i=isCallable(t))||(t=toString_1(t)),s=a.length,c=max(1,s),f=stringIndexOf(o,a,0);-1!==f;)u=i?toString_1(t(a,f,o)):getSubstitution(a,o,f,[],void 0,t),d+=stringSlice$2(o,p,f)+u,p=f+s,f=stringIndexOf(o,a,f+c);return p1?arguments[1]:void 0)},handlePrototype$1=function(e){if(e&&e.forEach!==arrayForEach)try{createNonEnumerableProperty(e,"forEach",arrayForEach)}catch(t){e.forEach=arrayForEach}};for(var COLLECTION_NAME$1 in domIterables)domIterables[COLLECTION_NAME$1]&&handlePrototype$1(global_1[COLLECTION_NAME$1]&&global_1[COLLECTION_NAME$1].prototype);handlePrototype$1(domTokenListPrototype);var ITERATOR$2=wellKnownSymbol("iterator"),TO_STRING_TAG=wellKnownSymbol("toStringTag"),ArrayValues=es_array_iterator.values,handlePrototype=function(e,t){if(e){if(e[ITERATOR$2]!==ArrayValues)try{createNonEnumerableProperty(e,ITERATOR$2,ArrayValues)}catch(t){e[ITERATOR$2]=ArrayValues}if(e[TO_STRING_TAG]||createNonEnumerableProperty(e,TO_STRING_TAG,t),domIterables[t])for(var r in es_array_iterator)if(e[r]!==es_array_iterator[r])try{createNonEnumerableProperty(e,r,es_array_iterator[r])}catch(t){e[r]=es_array_iterator[r]}}};for(var COLLECTION_NAME in domIterables)handlePrototype(global_1[COLLECTION_NAME]&&global_1[COLLECTION_NAME].prototype,COLLECTION_NAME);handlePrototype(domTokenListPrototype,"DOMTokenList");var FORCED=!global_1.setImmediate||!global_1.clearImmediate;_export({global:!0,bind:!0,enumerable:!0,forced:FORCED},{setImmediate:task$1.set,clearImmediate:task$1.clear});var process=global_1.process;_export({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(e){validateArgumentsLength(arguments.length,1),aCallable(e);var t=engineIsNode&&process.domain;microtask(t?t.bind(e):e)}});var ITERATOR$1=wellKnownSymbol("iterator"),nativeUrl=!fails((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,r="";return e.pathname="c%20d",t.forEach((function(e,n){t.delete("b"),r+=n+e})),isPure&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[ITERATOR$1]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==r||"x"!==new URL("http://x",void 0).host})),maxInt=2147483647,base=36,tMin=1,tMax=26,skew=38,damp=700,initialBias=72,initialN=128,delimiter="-",regexNonASCII=/[^\0-\u007E]/,regexSeparators=/[.\u3002\uFF0E\uFF61]/g,OVERFLOW_ERROR="Overflow: input needs wider integers to process",baseMinusTMin=base-tMin,RangeError=global_1.RangeError,exec$1=functionUncurryThis(regexSeparators.exec),floor$1=Math.floor,fromCharCode=String.fromCharCode,charCodeAt=functionUncurryThis("".charCodeAt),join$2=functionUncurryThis([].join),push$2=functionUncurryThis([].push),replace$2=functionUncurryThis("".replace),split$2=functionUncurryThis("".split),toLowerCase$1=functionUncurryThis("".toLowerCase),ucs2decode=function(e){for(var t=[],r=0,n=e.length;r=55296&&o<=56319&&r>1,e+=floor$1(e/t);e>baseMinusTMin*tMax>>1;)e=floor$1(e/baseMinusTMin),n+=base;return floor$1(n+(baseMinusTMin+1)*e/(e+skew))},encode=function(e){var t,r,n=[],o=(e=ucs2decode(e)).length,a=initialN,i=0,s=initialBias;for(t=0;t=a&&rfloor$1((maxInt-i)/f))throw RangeError(OVERFLOW_ERROR);for(i+=(l-a)*f,a=l,t=0;tmaxInt)throw RangeError(OVERFLOW_ERROR);if(r==a){for(var p=i,d=base;;){var h=d<=s?tMin:d>=s+tMax?tMax:d-s;if(p0?arguments[0]:void 0;setInternalState$1(this,new URLSearchParamsState(e))},URLSearchParamsPrototype=URLSearchParamsConstructor.prototype;if(redefineAll(URLSearchParamsPrototype,{append:function(e,t){validateArgumentsLength(arguments.length,2);var r=getInternalParamsState(this);push$1(r.entries,{key:toString_1(e),value:toString_1(t)}),r.updateURL()},delete:function(e){validateArgumentsLength(arguments.length,1);for(var t=getInternalParamsState(this),r=t.entries,n=toString_1(e),o=0;ot.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=getInternalParamsState(this).entries,n=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=0;o1?wrapRequestOptions(arguments[1]):{})}}),isCallable(N$Request)){var RequestConstructor=function(e){return anInstance(this,RequestPrototype),new N$Request(e,arguments.length>1?wrapRequestOptions(arguments[1]):{})};RequestPrototype.constructor=RequestConstructor,RequestConstructor.prototype=RequestPrototype,_export({global:!0,forced:!0},{Request:RequestConstructor})}}var web_urlSearchParams={URLSearchParams:URLSearchParamsConstructor,getState:getInternalParamsState},defineProperties=objectDefineProperties.f,codeAt=stringMultibyte.codeAt,setInternalState=internalState.set,getInternalURLState=internalState.getterFor("URL"),URLSearchParams$1=web_urlSearchParams.URLSearchParams,getInternalSearchParamsState=web_urlSearchParams.getState,NativeURL=global_1.URL,TypeError$1=global_1.TypeError,parseInt$1=global_1.parseInt,floor=Math.floor,pow=Math.pow,charAt=functionUncurryThis("".charAt),exec=functionUncurryThis(/./.exec),join=functionUncurryThis([].join),numberToString=functionUncurryThis(1..toString),pop=functionUncurryThis([].pop),push=functionUncurryThis([].push),replace=functionUncurryThis("".replace),shift=functionUncurryThis([].shift),split=functionUncurryThis("".split),stringSlice=functionUncurryThis("".slice),toLowerCase=functionUncurryThis("".toLowerCase),unshift=functionUncurryThis([].unshift),INVALID_AUTHORITY="Invalid authority",INVALID_SCHEME="Invalid scheme",INVALID_HOST="Invalid host",INVALID_PORT="Invalid port",ALPHA=/[a-z]/i,ALPHANUMERIC=/[\d+-.a-z]/i,DIGIT=/\d/,HEX_START=/^0x/i,OCT=/^[0-7]+$/,DEC=/^\d+$/,HEX=/^[\da-f]+$/i,FORBIDDEN_HOST_CODE_POINT=/[\0\t\n\r #%/:<>?@[\\\]^|]/,FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT=/[\0\t\n\r #/:<>?@[\\\]^|]/,LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE=/^[\u0000-\u0020]+|[\u0000-\u0020]+$/g,TAB_AND_NEW_LINE=/[\t\n\r]/g,EOF,parseIPv4=function(e){var t,r,n,o,a,i,s,c=split(e,".");if(c.length&&""==c[c.length-1]&&c.length--,(t=c.length)>4)return e;for(r=[],n=0;n1&&"0"==charAt(o,0)&&(a=exec(HEX_START,o)?16:8,o=stringSlice(o,8==a?1:2)),""===o)i=0;else{if(!exec(10==a?DEC:8==a?OCT:HEX,o))return e;i=parseInt$1(o,a)}push(r,i)}for(n=0;n=pow(256,5-t))return null}else if(i>255)return null;for(s=pop(r),n=0;n6)return;for(n=0;p();){if(o=null,n>0){if(!("."==p()&&n<4))return;f++}if(!exec(DIGIT,p()))return;for(;exec(DIGIT,p());){if(a=parseInt$1(p(),10),null===o)o=a;else{if(0==o)return;o=10*o+a}if(o>255)return;f++}c[u]=256*c[u]+o,2!=++n&&4!=n||u++}if(4!=n)return;break}if(":"==p()){if(f++,!p())return}else if(p())return;c[u++]=t}else{if(null!==l)return;f++,l=++u}}if(null!==l)for(i=u-l,u=7;0!=u&&i>0;)s=c[u],c[u--]=c[l+i-1],c[l+--i]=s;else if(8!=u)return;return c},findLongestZeroSequence=function(e){for(var t=null,r=1,n=null,o=0,a=0;a<8;a++)0!==e[a]?(o>r&&(t=n,r=o),n=null,o=0):(null===n&&(n=a),++o);return o>r&&(t=n,r=o),t},serializeHost=function(e){var t,r,n,o;if("number"==typeof e){for(t=[],r=0;r<4;r++)unshift(t,e%256),e=floor(e/256);return join(t,".")}if("object"==typeof e){for(t="",n=findLongestZeroSequence(e),r=0;r<8;r++)o&&0===e[r]||(o&&(o=!1),n===r?(t+=r?":":"::",o=!0):(t+=numberToString(e[r],16),r<7&&(t+=":")));return"["+t+"]"}return e},C0ControlPercentEncodeSet={},fragmentPercentEncodeSet=objectAssign({},C0ControlPercentEncodeSet,{" ":1,'"':1,"<":1,">":1,"`":1}),pathPercentEncodeSet=objectAssign({},fragmentPercentEncodeSet,{"#":1,"?":1,"{":1,"}":1}),userinfoPercentEncodeSet=objectAssign({},pathPercentEncodeSet,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),percentEncode=function(e,t){var r=codeAt(e,0);return r>32&&r<127&&!hasOwnProperty_1(t,e)?e:encodeURIComponent(e)},specialSchemes={ftp:21,file:null,http:80,https:443,ws:80,wss:443},isWindowsDriveLetter=function(e,t){var r;return 2==e.length&&exec(ALPHA,charAt(e,0))&&(":"==(r=charAt(e,1))||!t&&"|"==r)},startsWithWindowsDriveLetter=function(e){var t;return e.length>1&&isWindowsDriveLetter(stringSlice(e,0,2))&&(2==e.length||"/"===(t=charAt(e,2))||"\\"===t||"?"===t||"#"===t)},isSingleDot=function(e){return"."===e||"%2e"===toLowerCase(e)},isDoubleDot=function(e){return".."===(e=toLowerCase(e))||"%2e."===e||".%2e"===e||"%2e%2e"===e},SCHEME_START={},SCHEME={},NO_SCHEME={},SPECIAL_RELATIVE_OR_AUTHORITY={},PATH_OR_AUTHORITY={},RELATIVE={},RELATIVE_SLASH={},SPECIAL_AUTHORITY_SLASHES={},SPECIAL_AUTHORITY_IGNORE_SLASHES={},AUTHORITY={},HOST={},HOSTNAME={},PORT={},FILE={},FILE_SLASH={},FILE_HOST={},PATH_START={},PATH={},CANNOT_BE_A_BASE_URL_PATH={},QUERY={},FRAGMENT={},URLState=function(e,t,r){var n,o,a,i=toString_1(e);if(t){if(o=this.parse(i))throw TypeError$1(o);this.searchParams=null}else{if(void 0!==r&&(n=new URLState(r,!0)),o=this.parse(i,null,n))throw TypeError$1(o);(a=getInternalSearchParamsState(new URLSearchParams$1)).bindURL(this),this.searchParams=a}};URLState.prototype={type:"URL",parse:function(e,t,r){var n,o,a,i,s=this,c=t||SCHEME_START,u=0,l="",f=!1,p=!1,d=!1;for(e=toString_1(e),t||(s.scheme="",s.username="",s.password="",s.host=null,s.port=null,s.path=[],s.query=null,s.fragment=null,s.cannotBeABaseURL=!1,e=replace(e,LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE,"")),e=replace(e,TAB_AND_NEW_LINE,""),n=arrayFrom(e);u<=n.length;){switch(o=n[u],c){case SCHEME_START:if(!o||!exec(ALPHA,o)){if(t)return INVALID_SCHEME;c=NO_SCHEME;continue}l+=toLowerCase(o),c=SCHEME;break;case SCHEME:if(o&&(exec(ALPHANUMERIC,o)||"+"==o||"-"==o||"."==o))l+=toLowerCase(o);else{if(":"!=o){if(t)return INVALID_SCHEME;l="",c=NO_SCHEME,u=0;continue}if(t&&(s.isSpecial()!=hasOwnProperty_1(specialSchemes,l)||"file"==l&&(s.includesCredentials()||null!==s.port)||"file"==s.scheme&&!s.host))return;if(s.scheme=l,t)return void(s.isSpecial()&&specialSchemes[s.scheme]==s.port&&(s.port=null));l="","file"==s.scheme?c=FILE:s.isSpecial()&&r&&r.scheme==s.scheme?c=SPECIAL_RELATIVE_OR_AUTHORITY:s.isSpecial()?c=SPECIAL_AUTHORITY_SLASHES:"/"==n[u+1]?(c=PATH_OR_AUTHORITY,u++):(s.cannotBeABaseURL=!0,push(s.path,""),c=CANNOT_BE_A_BASE_URL_PATH)}break;case NO_SCHEME:if(!r||r.cannotBeABaseURL&&"#"!=o)return INVALID_SCHEME;if(r.cannotBeABaseURL&&"#"==o){s.scheme=r.scheme,s.path=arraySliceSimple(r.path),s.query=r.query,s.fragment="",s.cannotBeABaseURL=!0,c=FRAGMENT;break}c="file"==r.scheme?FILE:RELATIVE;continue;case SPECIAL_RELATIVE_OR_AUTHORITY:if("/"!=o||"/"!=n[u+1]){c=RELATIVE;continue}c=SPECIAL_AUTHORITY_IGNORE_SLASHES,u++;break;case PATH_OR_AUTHORITY:if("/"==o){c=AUTHORITY;break}c=PATH;continue;case RELATIVE:if(s.scheme=r.scheme,o==EOF)s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.query=r.query;else if("/"==o||"\\"==o&&s.isSpecial())c=RELATIVE_SLASH;else if("?"==o)s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.query="",c=QUERY;else{if("#"!=o){s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.path.length--,c=PATH;continue}s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=arraySliceSimple(r.path),s.query=r.query,s.fragment="",c=FRAGMENT}break;case RELATIVE_SLASH:if(!s.isSpecial()||"/"!=o&&"\\"!=o){if("/"!=o){s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,c=PATH;continue}c=AUTHORITY}else c=SPECIAL_AUTHORITY_IGNORE_SLASHES;break;case SPECIAL_AUTHORITY_SLASHES:if(c=SPECIAL_AUTHORITY_IGNORE_SLASHES,"/"!=o||"/"!=charAt(l,u+1))continue;u++;break;case SPECIAL_AUTHORITY_IGNORE_SLASHES:if("/"!=o&&"\\"!=o){c=AUTHORITY;continue}break;case AUTHORITY:if("@"==o){f&&(l="%40"+l),f=!0,a=arrayFrom(l);for(var h=0;h65535)return INVALID_PORT;s.port=s.isSpecial()&&v===specialSchemes[s.scheme]?null:v,l=""}if(t)return;c=PATH_START;continue}return INVALID_PORT}l+=o;break;case FILE:if(s.scheme="file","/"==o||"\\"==o)c=FILE_SLASH;else{if(!r||"file"!=r.scheme){c=PATH;continue}if(o==EOF)s.host=r.host,s.path=arraySliceSimple(r.path),s.query=r.query;else if("?"==o)s.host=r.host,s.path=arraySliceSimple(r.path),s.query="",c=QUERY;else{if("#"!=o){startsWithWindowsDriveLetter(join(arraySliceSimple(n,u),""))||(s.host=r.host,s.path=arraySliceSimple(r.path),s.shortenPath()),c=PATH;continue}s.host=r.host,s.path=arraySliceSimple(r.path),s.query=r.query,s.fragment="",c=FRAGMENT}}break;case FILE_SLASH:if("/"==o||"\\"==o){c=FILE_HOST;break}r&&"file"==r.scheme&&!startsWithWindowsDriveLetter(join(arraySliceSimple(n,u),""))&&(isWindowsDriveLetter(r.path[0],!0)?push(s.path,r.path[0]):s.host=r.host),c=PATH;continue;case FILE_HOST:if(o==EOF||"/"==o||"\\"==o||"?"==o||"#"==o){if(!t&&isWindowsDriveLetter(l))c=PATH;else if(""==l){if(s.host="",t)return;c=PATH_START}else{if(i=s.parseHost(l))return i;if("localhost"==s.host&&(s.host=""),t)return;l="",c=PATH_START}continue}l+=o;break;case PATH_START:if(s.isSpecial()){if(c=PATH,"/"!=o&&"\\"!=o)continue}else if(t||"?"!=o)if(t||"#"!=o){if(o!=EOF&&(c=PATH,"/"!=o))continue}else s.fragment="",c=FRAGMENT;else s.query="",c=QUERY;break;case PATH:if(o==EOF||"/"==o||"\\"==o&&s.isSpecial()||!t&&("?"==o||"#"==o)){if(isDoubleDot(l)?(s.shortenPath(),"/"==o||"\\"==o&&s.isSpecial()||push(s.path,"")):isSingleDot(l)?"/"==o||"\\"==o&&s.isSpecial()||push(s.path,""):("file"==s.scheme&&!s.path.length&&isWindowsDriveLetter(l)&&(s.host&&(s.host=""),l=charAt(l,0)+":"),push(s.path,l)),l="","file"==s.scheme&&(o==EOF||"?"==o||"#"==o))for(;s.path.length>1&&""===s.path[0];)shift(s.path);"?"==o?(s.query="",c=QUERY):"#"==o&&(s.fragment="",c=FRAGMENT)}else l+=percentEncode(o,pathPercentEncodeSet);break;case CANNOT_BE_A_BASE_URL_PATH:"?"==o?(s.query="",c=QUERY):"#"==o?(s.fragment="",c=FRAGMENT):o!=EOF&&(s.path[0]+=percentEncode(o,C0ControlPercentEncodeSet));break;case QUERY:t||"#"!=o?o!=EOF&&("'"==o&&s.isSpecial()?s.query+="%27":s.query+="#"==o?"%23":percentEncode(o,C0ControlPercentEncodeSet)):(s.fragment="",c=FRAGMENT);break;case FRAGMENT:o!=EOF&&(s.fragment+=percentEncode(o,fragmentPercentEncodeSet))}u++}},parseHost:function(e){var t,r,n;if("["==charAt(e,0)){if("]"!=charAt(e,e.length-1))return INVALID_HOST;if(!(t=parseIPv6(stringSlice(e,1,-1))))return INVALID_HOST;this.host=t}else if(this.isSpecial()){if(e=stringPunycodeToAscii(e),exec(FORBIDDEN_HOST_CODE_POINT,e))return INVALID_HOST;if(null===(t=parseIPv4(e)))return INVALID_HOST;this.host=t}else{if(exec(FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT,e))return INVALID_HOST;for(t="",r=arrayFrom(e),n=0;n1?arguments[1]:void 0,n=setInternalState(t,new URLState(e,!1,r));descriptors||(t.href=n.serialize(),t.origin=n.getOrigin(),t.protocol=n.getProtocol(),t.username=n.getUsername(),t.password=n.getPassword(),t.host=n.getHost(),t.hostname=n.getHostname(),t.port=n.getPort(),t.pathname=n.getPathname(),t.search=n.getSearch(),t.searchParams=n.getSearchParams(),t.hash=n.getHash())},URLPrototype=URLConstructor.prototype,accessorDescriptor=function(e,t){return{get:function(){return getInternalURLState(this)[e]()},set:t&&function(e){return getInternalURLState(this)[t](e)},configurable:!0,enumerable:!0}};if(descriptors&&defineProperties(URLPrototype,{href:accessorDescriptor("serialize","setHref"),origin:accessorDescriptor("getOrigin"),protocol:accessorDescriptor("getProtocol","setProtocol"),username:accessorDescriptor("getUsername","setUsername"),password:accessorDescriptor("getPassword","setPassword"),host:accessorDescriptor("getHost","setHost"),hostname:accessorDescriptor("getHostname","setHostname"),port:accessorDescriptor("getPort","setPort"),pathname:accessorDescriptor("getPathname","setPathname"),search:accessorDescriptor("getSearch","setSearch"),searchParams:accessorDescriptor("getSearchParams"),hash:accessorDescriptor("getHash","setHash")}),redefine(URLPrototype,"toJSON",(function(){return getInternalURLState(this).serialize()}),{enumerable:!0}),redefine(URLPrototype,"toString",(function(){return getInternalURLState(this).serialize()}),{enumerable:!0}),NativeURL){var nativeCreateObjectURL=NativeURL.createObjectURL,nativeRevokeObjectURL=NativeURL.revokeObjectURL;nativeCreateObjectURL&&redefine(URLConstructor,"createObjectURL",functionBindContext(nativeCreateObjectURL,NativeURL)),nativeRevokeObjectURL&&redefine(URLConstructor,"revokeObjectURL",functionBindContext(nativeRevokeObjectURL,NativeURL))}setToStringTag(URLConstructor,"URL"),_export({global:!0,forced:!nativeUrl,sham:!descriptors},{URL:URLConstructor}),_export({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return functionCall(URL.prototype.toString,this)}});var lodash=createCommonjsModule((function(e,t){(function(){var r,n="Expected a function",o="__lodash_hash_undefined__",a="__lodash_placeholder__",i=16,s=32,c=64,u=128,l=256,f=1/0,p=9007199254740991,d=NaN,h=4294967295,y=[["ary",u],["bind",1],["bindKey",2],["curry",8],["curryRight",i],["flip",512],["partial",s],["partialRight",c],["rearg",l]],g="[object Arguments]",v="[object Array]",_="[object Boolean]",m="[object Date]",b="[object Error]",$="[object Function]",S="[object GeneratorFunction]",E="[object Map]",T="[object Number]",A="[object Object]",O="[object Promise]",I="[object RegExp]",P="[object Set]",C="[object String]",R="[object Symbol]",w="[object WeakMap]",x="[object ArrayBuffer]",N="[object DataView]",j="[object Float32Array]",D="[object Float64Array]",M="[object Int8Array]",L="[object Int16Array]",k="[object Int32Array]",U="[object Uint8Array]",F="[object Uint8ClampedArray]",B="[object Uint16Array]",G="[object Uint32Array]",H=/\b__p \+= '';/g,V=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,K=/&(?:amp|lt|gt|quot|#39);/g,z=/[&<>"']/g,Y=RegExp(K.source),q=RegExp(z.source),X=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,Z=/<%=([\s\S]+?)%>/g,Q=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ee=/^\w*$/,te=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,ne=RegExp(re.source),oe=/^\s+/,ae=/\s/,ie=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,se=/\{\n\/\* \[wrapped with (.+)\] \*/,ce=/,? & /,ue=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,le=/[()=,{}\[\]\/\s]/,fe=/\\(\\)?/g,pe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,de=/\w*$/,he=/^[-+]0x[0-9a-f]+$/i,ye=/^0b[01]+$/i,ge=/^\[object .+?Constructor\]$/,ve=/^0o[0-7]+$/i,_e=/^(?:0|[1-9]\d*)$/,me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,$e=/['\n\r\u2028\u2029\\]/g,Se="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ee="\\u2700-\\u27bf",Te="a-z\\xdf-\\xf6\\xf8-\\xff",Ae="A-Z\\xc0-\\xd6\\xd8-\\xde",Oe="\\ufe0e\\ufe0f",Ie="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Pe="['’]",Ce="[\\ud800-\\udfff]",Re="["+Ie+"]",we="["+Se+"]",xe="\\d+",Ne="[\\u2700-\\u27bf]",je="["+Te+"]",De="[^\\ud800-\\udfff"+Ie+xe+Ee+Te+Ae+"]",Me="\\ud83c[\\udffb-\\udfff]",Le="[^\\ud800-\\udfff]",ke="(?:\\ud83c[\\udde6-\\uddff]){2}",Ue="[\\ud800-\\udbff][\\udc00-\\udfff]",Fe="["+Ae+"]",Be="(?:"+je+"|"+De+")",Ge="(?:"+Fe+"|"+De+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",Ve="(?:['’](?:D|LL|M|RE|S|T|VE))?",We="(?:"+we+"|"+Me+")"+"?",Ke="[\\ufe0e\\ufe0f]?",ze=Ke+We+("(?:\\u200d(?:"+[Le,ke,Ue].join("|")+")"+Ke+We+")*"),Ye="(?:"+[Ne,ke,Ue].join("|")+")"+ze,qe="(?:"+[Le+we+"?",we,ke,Ue,Ce].join("|")+")",Xe=RegExp(Pe,"g"),Je=RegExp(we,"g"),Ze=RegExp(Me+"(?="+Me+")|"+qe+ze,"g"),Qe=RegExp([Fe+"?"+je+"+"+He+"(?="+[Re,Fe,"$"].join("|")+")",Ge+"+"+Ve+"(?="+[Re,Fe+Be,"$"].join("|")+")",Fe+"?"+Be+"+"+He,Fe+"+"+Ve,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",xe,Ye].join("|"),"g"),et=RegExp("[\\u200d\\ud800-\\udfff"+Se+Oe+"]"),tt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,rt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],nt=-1,ot={};ot[j]=ot[D]=ot[M]=ot[L]=ot[k]=ot[U]=ot[F]=ot[B]=ot[G]=!0,ot[g]=ot[v]=ot[x]=ot[_]=ot[N]=ot[m]=ot[b]=ot[$]=ot[E]=ot[T]=ot[A]=ot[I]=ot[P]=ot[C]=ot[w]=!1;var at={};at[g]=at[v]=at[x]=at[N]=at[_]=at[m]=at[j]=at[D]=at[M]=at[L]=at[k]=at[E]=at[T]=at[A]=at[I]=at[P]=at[C]=at[R]=at[U]=at[F]=at[B]=at[G]=!0,at[b]=at[$]=at[w]=!1;var it={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},st=parseFloat,ct=parseInt,ut="object"==typeof commonjsGlobal&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,lt="object"==typeof self&&self&&self.Object===Object&&self,ft=ut||lt||Function("return this")(),pt=t&&!t.nodeType&&t,dt=pt&&e&&!e.nodeType&&e,ht=dt&&dt.exports===pt,yt=ht&&ut.process,gt=function(){try{var e=dt&&dt.require&&dt.require("util").types;return e||yt&&yt.binding&&yt.binding("util")}catch(e){}}(),vt=gt&>.isArrayBuffer,_t=gt&>.isDate,mt=gt&>.isMap,bt=gt&>.isRegExp,$t=gt&>.isSet,St=gt&>.isTypedArray;function Et(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function Tt(e,t,r,n){for(var o=-1,a=null==e?0:e.length;++o-1}function Rt(e,t,r){for(var n=-1,o=null==e?0:e.length;++n-1;);return r}function Qt(e,t){for(var r=e.length;r--&&Ut(t,e[r],0)>-1;);return r}function er(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}var tr=Vt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),rr=Vt({"&":"&","<":"<",">":">",'"':""","'":"'"});function nr(e){return"\\"+it[e]}function or(e){return et.test(e)}function ar(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}function ir(e,t){return function(r){return e(t(r))}}function sr(e,t){for(var r=-1,n=e.length,o=0,i=[];++r",""":'"',"'":"'"});var hr=function e(t){var ae=(t=null==t?ft:hr.defaults(ft.Object(),t,hr.pick(ft,rt))).Array,Se=t.Date,Ee=t.Error,Te=t.Function,Ae=t.Math,Oe=t.Object,Ie=t.RegExp,Pe=t.String,Ce=t.TypeError,Re=ae.prototype,we=Te.prototype,xe=Oe.prototype,Ne=t["__core-js_shared__"],je=we.toString,De=xe.hasOwnProperty,Me=0,Le=function(){var e=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),ke=xe.toString,Ue=je.call(Oe),Fe=ft._,Be=Ie("^"+je.call(De).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ge=ht?t.Buffer:r,He=t.Symbol,Ve=t.Uint8Array,We=Ge?Ge.allocUnsafe:r,Ke=ir(Oe.getPrototypeOf,Oe),ze=Oe.create,Ye=xe.propertyIsEnumerable,qe=Re.splice,Ze=He?He.isConcatSpreadable:r,et=He?He.iterator:r,it=He?He.toStringTag:r,ut=function(){try{var e=da(Oe,"defineProperty");return e({},"",{}),e}catch(e){}}(),lt=t.clearTimeout!==ft.clearTimeout&&t.clearTimeout,pt=Se&&Se.now!==ft.Date.now&&Se.now,dt=t.setTimeout!==ft.setTimeout&&t.setTimeout,yt=Ae.ceil,gt=Ae.floor,Mt=Oe.getOwnPropertySymbols,Vt=Ge?Ge.isBuffer:r,yr=t.isFinite,gr=Re.join,vr=ir(Oe.keys,Oe),_r=Ae.max,mr=Ae.min,br=Se.now,$r=t.parseInt,Sr=Ae.random,Er=Re.reverse,Tr=da(t,"DataView"),Ar=da(t,"Map"),Or=da(t,"Promise"),Ir=da(t,"Set"),Pr=da(t,"WeakMap"),Cr=da(Oe,"create"),Rr=Pr&&new Pr,wr={},xr=Fa(Tr),Nr=Fa(Ar),jr=Fa(Or),Dr=Fa(Ir),Mr=Fa(Pr),Lr=He?He.prototype:r,kr=Lr?Lr.valueOf:r,Ur=Lr?Lr.toString:r;function Fr(e){if(ns(e)&&!Ki(e)&&!(e instanceof Vr)){if(e instanceof Hr)return e;if(De.call(e,"__wrapped__"))return Ba(e)}return new Hr(e)}var Br=function(){function e(){}return function(t){if(!rs(t))return{};if(ze)return ze(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function Gr(){}function Hr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}function Vr(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=h,this.__views__=[]}function Wr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function un(e,t,n,o,a,i){var s,c=1&t,u=2&t,l=4&t;if(n&&(s=a?n(e,o,a,i):n(e)),s!==r)return s;if(!rs(e))return e;var f=Ki(e);if(f){if(s=function(e){var t=e.length,r=new e.constructor(t);t&&"string"==typeof e[0]&&De.call(e,"index")&&(r.index=e.index,r.input=e.input);return r}(e),!c)return wo(e,s)}else{var p=ga(e),d=p==$||p==S;if(Xi(e))return Ao(e,c);if(p==A||p==g||d&&!a){if(s=u||d?{}:_a(e),!c)return u?function(e,t){return xo(e,ya(e),t)}(e,function(e,t){return e&&xo(t,js(t),e)}(s,e)):function(e,t){return xo(e,ha(e),t)}(e,on(s,e))}else{if(!at[p])return a?e:{};s=function(e,t,r){var n=e.constructor;switch(t){case x:return Oo(e);case _:case m:return new n(+e);case N:return function(e,t){var r=t?Oo(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case j:case D:case M:case L:case k:case U:case F:case B:case G:return Io(e,r);case E:return new n;case T:case C:return new n(e);case I:return function(e){var t=new e.constructor(e.source,de.exec(e));return t.lastIndex=e.lastIndex,t}(e);case P:return new n;case R:return o=e,kr?Oe(kr.call(o)):{}}var o}(e,p,c)}}i||(i=new qr);var h=i.get(e);if(h)return h;i.set(e,s),cs(e)?e.forEach((function(r){s.add(un(r,t,n,r,e,i))})):os(e)&&e.forEach((function(r,o){s.set(o,un(r,t,n,o,e,i))}));var y=f?r:(l?u?ia:aa:u?js:Ns)(e);return At(y||e,(function(r,o){y&&(r=e[o=r]),tn(s,o,un(r,t,n,o,e,i))})),s}function ln(e,t,n){var o=n.length;if(null==e)return!o;for(e=Oe(e);o--;){var a=n[o],i=t[a],s=e[a];if(s===r&&!(a in e)||!i(s))return!1}return!0}function fn(e,t,o){if("function"!=typeof e)throw new Ce(n);return Na((function(){e.apply(r,o)}),t)}function pn(e,t,r,n){var o=-1,a=Ct,i=!0,s=e.length,c=[],u=t.length;if(!s)return c;r&&(t=wt(t,qt(r))),n?(a=Rt,i=!1):t.length>=200&&(a=Jt,i=!1,t=new Yr(t));e:for(;++o-1},Kr.prototype.set=function(e,t){var r=this.__data__,n=rn(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},zr.prototype.clear=function(){this.size=0,this.__data__={hash:new Wr,map:new(Ar||Kr),string:new Wr}},zr.prototype.delete=function(e){var t=fa(this,e).delete(e);return this.size-=t?1:0,t},zr.prototype.get=function(e){return fa(this,e).get(e)},zr.prototype.has=function(e){return fa(this,e).has(e)},zr.prototype.set=function(e,t){var r=fa(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},Yr.prototype.add=Yr.prototype.push=function(e){return this.__data__.set(e,o),this},Yr.prototype.has=function(e){return this.__data__.has(e)},qr.prototype.clear=function(){this.__data__=new Kr,this.size=0},qr.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},qr.prototype.get=function(e){return this.__data__.get(e)},qr.prototype.has=function(e){return this.__data__.has(e)},qr.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Kr){var n=r.__data__;if(!Ar||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new zr(n)}return r.set(e,t),this.size=r.size,this};var dn=Do($n),hn=Do(Sn,!0);function yn(e,t){var r=!0;return dn(e,(function(e,n,o){return r=!!t(e,n,o)})),r}function gn(e,t,n){for(var o=-1,a=e.length;++o0&&r(s)?t>1?_n(s,t-1,r,n,o):xt(o,s):n||(o[o.length]=s)}return o}var mn=Mo(),bn=Mo(!0);function $n(e,t){return e&&mn(e,t,Ns)}function Sn(e,t){return e&&bn(e,t,Ns)}function En(e,t){return Pt(t,(function(t){return Qi(e[t])}))}function Tn(e,t){for(var n=0,o=(t=$o(t,e)).length;null!=e&&nt}function Pn(e,t){return null!=e&&De.call(e,t)}function Cn(e,t){return null!=e&&t in Oe(e)}function Rn(e,t,n){for(var o=n?Rt:Ct,a=e[0].length,i=e.length,s=i,c=ae(i),u=1/0,l=[];s--;){var f=e[s];s&&t&&(f=wt(f,qt(t))),u=mr(f.length,u),c[s]=!n&&(t||a>=120&&f.length>=120)?new Yr(s&&f):r}f=e[0];var p=-1,d=c[0];e:for(;++p=s?c:c*("desc"==r[n]?-1:1)}return e.index-t.index}(e,t,r)}))}function Kn(e,t,r){for(var n=-1,o=t.length,a={};++n-1;)s!==e&&qe.call(s,c,1),qe.call(e,c,1);return e}function Yn(e,t){for(var r=e?t.length:0,n=r-1;r--;){var o=t[r];if(r==n||o!==a){var a=o;ba(o)?qe.call(e,o,1):po(e,o)}}return e}function qn(e,t){return e+gt(Sr()*(t-e+1))}function Xn(e,t){var r="";if(!e||t<1||t>p)return r;do{t%2&&(r+=e),(t=gt(t/2))&&(e+=e)}while(t);return r}function Jn(e,t){return ja(Pa(e,t,ac),e+"")}function Zn(e){return Jr(Gs(e))}function Qn(e,t){var r=Gs(e);return La(r,cn(t,0,r.length))}function eo(e,t,n,o){if(!rs(e))return e;for(var a=-1,i=(t=$o(t,e)).length,s=i-1,c=e;null!=c&&++ao?0:o+t),(r=r>o?o:r)<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var a=ae(o);++n>>1,i=e[a];null!==i&&!ls(i)&&(r?i<=t:i=200){var u=t?null:Jo(e);if(u)return cr(u);i=!1,o=Jt,c=new Yr}else c=t?[]:s;e:for(;++n=o?e:oo(e,t,n)}var To=lt||function(e){return ft.clearTimeout(e)};function Ao(e,t){if(t)return e.slice();var r=e.length,n=We?We(r):new e.constructor(r);return e.copy(n),n}function Oo(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function Io(e,t){var r=t?Oo(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Po(e,t){if(e!==t){var n=e!==r,o=null===e,a=e==e,i=ls(e),s=t!==r,c=null===t,u=t==t,l=ls(t);if(!c&&!l&&!i&&e>t||i&&s&&u&&!c&&!l||o&&s&&u||!n&&u||!a)return 1;if(!o&&!i&&!l&&e1?n[a-1]:r,s=a>2?n[2]:r;for(i=e.length>3&&"function"==typeof i?(a--,i):r,s&&$a(n[0],n[1],s)&&(i=a<3?r:i,a=1),t=Oe(t);++o-1?a[i?t[s]:s]:r}}function Bo(e){return oa((function(t){var o=t.length,a=o,i=Hr.prototype.thru;for(e&&t.reverse();a--;){var s=t[a];if("function"!=typeof s)throw new Ce(n);if(i&&!c&&"wrapper"==ca(s))var c=new Hr([],!0)}for(a=c?a:o;++a1&&_.reverse(),p&&lc))return!1;var l=i.get(e),f=i.get(t);if(l&&f)return l==t&&f==e;var p=-1,d=!0,h=2&n?new Yr:r;for(i.set(e,t),i.set(t,e);++p-1&&e%1==0&&e1?"& ":"")+t[n],t=t.join(r>2?", ":" "),e.replace(ie,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return At(y,(function(r){var n="_."+r[0];t&r[1]&&!Ct(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(se);return t?t[1].split(ce):[]}(n),r)))}function Ma(e){var t=0,n=0;return function(){var o=br(),a=16-(o-n);if(n=o,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(r,arguments)}}function La(e,t){var n=-1,o=e.length,a=o-1;for(t=t===r?o:t;++n1?e[t-1]:r;return n="function"==typeof n?(e.pop(),n):r,si(e,n)}));function hi(e){var t=Fr(e);return t.__chain__=!0,t}function yi(e,t){return t(e)}var gi=oa((function(e){var t=e.length,n=t?e[0]:0,o=this.__wrapped__,a=function(t){return sn(t,e)};return!(t>1||this.__actions__.length)&&o instanceof Vr&&ba(n)?((o=o.slice(n,+n+(t?1:0))).__actions__.push({func:yi,args:[a],thisArg:r}),new Hr(o,this.__chain__).thru((function(e){return t&&!e.length&&e.push(r),e}))):this.thru(a)}));var vi=No((function(e,t,r){De.call(e,r)?++e[r]:an(e,r,1)}));var _i=Fo(Wa),mi=Fo(Ka);function bi(e,t){return(Ki(e)?At:dn)(e,la(t,3))}function $i(e,t){return(Ki(e)?Ot:hn)(e,la(t,3))}var Si=No((function(e,t,r){De.call(e,r)?e[r].push(t):an(e,r,[t])}));var Ei=Jn((function(e,t,r){var n=-1,o="function"==typeof t,a=Yi(e)?ae(e.length):[];return dn(e,(function(e){a[++n]=o?Et(t,e,r):wn(e,t,r)})),a})),Ti=No((function(e,t,r){an(e,r,t)}));function Ai(e,t){return(Ki(e)?wt:Fn)(e,la(t,3))}var Oi=No((function(e,t,r){e[r?0:1].push(t)}),(function(){return[[],[]]}));var Ii=Jn((function(e,t){if(null==e)return[];var r=t.length;return r>1&&$a(e,t[0],t[1])?t=[]:r>2&&$a(t[0],t[1],t[2])&&(t=[t[0]]),Wn(e,_n(t,1),[])})),Pi=pt||function(){return ft.Date.now()};function Ci(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,Qo(e,u,r,r,r,r,t)}function Ri(e,t){var o;if("function"!=typeof t)throw new Ce(n);return e=gs(e),function(){return--e>0&&(o=t.apply(this,arguments)),e<=1&&(t=r),o}}var wi=Jn((function(e,t,r){var n=1;if(r.length){var o=sr(r,ua(wi));n|=s}return Qo(e,n,t,r,o)})),xi=Jn((function(e,t,r){var n=3;if(r.length){var o=sr(r,ua(xi));n|=s}return Qo(t,n,e,r,o)}));function Ni(e,t,o){var a,i,s,c,u,l,f=0,p=!1,d=!1,h=!0;if("function"!=typeof e)throw new Ce(n);function y(t){var n=a,o=i;return a=i=r,f=t,c=e.apply(o,n)}function g(e){return f=e,u=Na(_,t),p?y(e):c}function v(e){var n=e-l;return l===r||n>=t||n<0||d&&e-f>=s}function _(){var e=Pi();if(v(e))return m(e);u=Na(_,function(e){var r=t-(e-l);return d?mr(r,s-(e-f)):r}(e))}function m(e){return u=r,h&&a?y(e):(a=i=r,c)}function b(){var e=Pi(),n=v(e);if(a=arguments,i=this,l=e,n){if(u===r)return g(l);if(d)return To(u),u=Na(_,t),y(l)}return u===r&&(u=Na(_,t)),c}return t=_s(t)||0,rs(o)&&(p=!!o.leading,s=(d="maxWait"in o)?_r(_s(o.maxWait)||0,t):s,h="trailing"in o?!!o.trailing:h),b.cancel=function(){u!==r&&To(u),f=0,a=l=i=u=r},b.flush=function(){return u===r?c:m(Pi())},b}var ji=Jn((function(e,t){return fn(e,1,t)})),Di=Jn((function(e,t,r){return fn(e,_s(t)||0,r)}));function Mi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ce(n);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(Mi.Cache||zr),r}function Li(e){if("function"!=typeof e)throw new Ce(n);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Mi.Cache=zr;var ki=So((function(e,t){var r=(t=1==t.length&&Ki(t[0])?wt(t[0],qt(la())):wt(_n(t,1),qt(la()))).length;return Jn((function(n){for(var o=-1,a=mr(n.length,r);++o=t})),Wi=xn(function(){return arguments}())?xn:function(e){return ns(e)&&De.call(e,"callee")&&!Ye.call(e,"callee")},Ki=ae.isArray,zi=vt?qt(vt):function(e){return ns(e)&&On(e)==x};function Yi(e){return null!=e&&ts(e.length)&&!Qi(e)}function qi(e){return ns(e)&&Yi(e)}var Xi=Vt||_c,Ji=_t?qt(_t):function(e){return ns(e)&&On(e)==m};function Zi(e){if(!ns(e))return!1;var t=On(e);return t==b||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!is(e)}function Qi(e){if(!rs(e))return!1;var t=On(e);return t==$||t==S||"[object AsyncFunction]"==t||"[object Proxy]"==t}function es(e){return"number"==typeof e&&e==gs(e)}function ts(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=p}function rs(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ns(e){return null!=e&&"object"==typeof e}var os=mt?qt(mt):function(e){return ns(e)&&ga(e)==E};function as(e){return"number"==typeof e||ns(e)&&On(e)==T}function is(e){if(!ns(e)||On(e)!=A)return!1;var t=Ke(e);if(null===t)return!0;var r=De.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&je.call(r)==Ue}var ss=bt?qt(bt):function(e){return ns(e)&&On(e)==I};var cs=$t?qt($t):function(e){return ns(e)&&ga(e)==P};function us(e){return"string"==typeof e||!Ki(e)&&ns(e)&&On(e)==C}function ls(e){return"symbol"==typeof e||ns(e)&&On(e)==R}var fs=St?qt(St):function(e){return ns(e)&&ts(e.length)&&!!ot[On(e)]};var ps=Yo(Un),ds=Yo((function(e,t){return e<=t}));function hs(e){if(!e)return[];if(Yi(e))return us(e)?fr(e):wo(e);if(et&&e[et])return function(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}(e[et]());var t=ga(e);return(t==E?ar:t==P?cr:Gs)(e)}function ys(e){return e?(e=_s(e))===f||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function gs(e){var t=ys(e),r=t%1;return t==t?r?t-r:t:0}function vs(e){return e?cn(gs(e),0,h):0}function _s(e){if("number"==typeof e)return e;if(ls(e))return d;if(rs(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=rs(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Yt(e);var r=ye.test(e);return r||ve.test(e)?ct(e.slice(2),r?2:8):he.test(e)?d:+e}function ms(e){return xo(e,js(e))}function bs(e){return null==e?"":lo(e)}var $s=jo((function(e,t){if(Aa(t)||Yi(t))xo(t,Ns(t),e);else for(var r in t)De.call(t,r)&&tn(e,r,t[r])})),Ss=jo((function(e,t){xo(t,js(t),e)})),Es=jo((function(e,t,r,n){xo(t,js(t),e,n)})),Ts=jo((function(e,t,r,n){xo(t,Ns(t),e,n)})),As=oa(sn);var Os=Jn((function(e,t){e=Oe(e);var n=-1,o=t.length,a=o>2?t[2]:r;for(a&&$a(t[0],t[1],a)&&(o=1);++n1),t})),xo(e,ia(e),r),n&&(r=un(r,7,ra));for(var o=t.length;o--;)po(r,t[o]);return r}));var ks=oa((function(e,t){return null==e?{}:function(e,t){return Kn(e,t,(function(t,r){return Cs(e,r)}))}(e,t)}));function Us(e,t){if(null==e)return{};var r=wt(ia(e),(function(e){return[e]}));return t=la(t),Kn(e,r,(function(e,r){return t(e,r[0])}))}var Fs=Zo(Ns),Bs=Zo(js);function Gs(e){return null==e?[]:Xt(e,Ns(e))}var Hs=ko((function(e,t,r){return t=t.toLowerCase(),e+(r?Vs(t):t)}));function Vs(e){return Zs(bs(e).toLowerCase())}function Ws(e){return(e=bs(e))&&e.replace(me,tr).replace(Je,"")}var Ks=ko((function(e,t,r){return e+(r?"-":"")+t.toLowerCase()})),zs=ko((function(e,t,r){return e+(r?" ":"")+t.toLowerCase()})),Ys=Lo("toLowerCase");var qs=ko((function(e,t,r){return e+(r?"_":"")+t.toLowerCase()}));var Xs=ko((function(e,t,r){return e+(r?" ":"")+Zs(t)}));var Js=ko((function(e,t,r){return e+(r?" ":"")+t.toUpperCase()})),Zs=Lo("toUpperCase");function Qs(e,t,n){return e=bs(e),(t=n?r:t)===r?function(e){return tt.test(e)}(e)?function(e){return e.match(Qe)||[]}(e):function(e){return e.match(ue)||[]}(e):e.match(t)||[]}var ec=Jn((function(e,t){try{return Et(e,r,t)}catch(e){return Zi(e)?e:new Ee(e)}})),tc=oa((function(e,t){return At(t,(function(t){t=Ua(t),an(e,t,wi(e[t],e))})),e}));function rc(e){return function(){return e}}var nc=Bo(),oc=Bo(!0);function ac(e){return e}function ic(e){return Mn("function"==typeof e?e:un(e,1))}var sc=Jn((function(e,t){return function(r){return wn(r,e,t)}})),cc=Jn((function(e,t){return function(r){return wn(e,r,t)}}));function uc(e,t,r){var n=Ns(t),o=En(t,n);null!=r||rs(t)&&(o.length||!n.length)||(r=t,t=e,e=this,o=En(t,Ns(t)));var a=!(rs(r)&&"chain"in r&&!r.chain),i=Qi(e);return At(o,(function(r){var n=t[r];e[r]=n,i&&(e.prototype[r]=function(){var t=this.__chain__;if(a||t){var r=e(this.__wrapped__),o=r.__actions__=wo(this.__actions__);return o.push({func:n,args:arguments,thisArg:e}),r.__chain__=t,r}return n.apply(e,xt([this.value()],arguments))})})),e}function lc(){}var fc=Wo(wt),pc=Wo(It),dc=Wo(Dt);function hc(e){return Sa(e)?Ht(Ua(e)):function(e){return function(t){return Tn(t,e)}}(e)}var yc=zo(),gc=zo(!0);function vc(){return[]}function _c(){return!1}var mc=Vo((function(e,t){return e+t}),0),bc=Xo("ceil"),$c=Vo((function(e,t){return e/t}),1),Sc=Xo("floor");var Ec,Tc=Vo((function(e,t){return e*t}),1),Ac=Xo("round"),Oc=Vo((function(e,t){return e-t}),0);return Fr.after=function(e,t){if("function"!=typeof t)throw new Ce(n);return e=gs(e),function(){if(--e<1)return t.apply(this,arguments)}},Fr.ary=Ci,Fr.assign=$s,Fr.assignIn=Ss,Fr.assignInWith=Es,Fr.assignWith=Ts,Fr.at=As,Fr.before=Ri,Fr.bind=wi,Fr.bindAll=tc,Fr.bindKey=xi,Fr.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ki(e)?e:[e]},Fr.chain=hi,Fr.chunk=function(e,t,n){t=(n?$a(e,t,n):t===r)?1:_r(gs(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var a=0,i=0,s=ae(yt(o/t));aa?0:a+n),(o=o===r||o>a?a:gs(o))<0&&(o+=a),o=n>o?0:vs(o);n>>0)?(e=bs(e))&&("string"==typeof t||null!=t&&!ss(t))&&!(t=lo(t))&&or(e)?Eo(fr(e),0,n):e.split(t,n):[]},Fr.spread=function(e,t){if("function"!=typeof e)throw new Ce(n);return t=null==t?0:_r(gs(t),0),Jn((function(r){var n=r[t],o=Eo(r,0,t);return n&&xt(o,n),Et(e,this,o)}))},Fr.tail=function(e){var t=null==e?0:e.length;return t?oo(e,1,t):[]},Fr.take=function(e,t,n){return e&&e.length?oo(e,0,(t=n||t===r?1:gs(t))<0?0:t):[]},Fr.takeRight=function(e,t,n){var o=null==e?0:e.length;return o?oo(e,(t=o-(t=n||t===r?1:gs(t)))<0?0:t,o):[]},Fr.takeRightWhile=function(e,t){return e&&e.length?yo(e,la(t,3),!1,!0):[]},Fr.takeWhile=function(e,t){return e&&e.length?yo(e,la(t,3)):[]},Fr.tap=function(e,t){return t(e),e},Fr.throttle=function(e,t,r){var o=!0,a=!0;if("function"!=typeof e)throw new Ce(n);return rs(r)&&(o="leading"in r?!!r.leading:o,a="trailing"in r?!!r.trailing:a),Ni(e,t,{leading:o,maxWait:t,trailing:a})},Fr.thru=yi,Fr.toArray=hs,Fr.toPairs=Fs,Fr.toPairsIn=Bs,Fr.toPath=function(e){return Ki(e)?wt(e,Ua):ls(e)?[e]:wo(ka(bs(e)))},Fr.toPlainObject=ms,Fr.transform=function(e,t,r){var n=Ki(e),o=n||Xi(e)||fs(e);if(t=la(t,4),null==r){var a=e&&e.constructor;r=o?n?new a:[]:rs(e)&&Qi(a)?Br(Ke(e)):{}}return(o?At:$n)(e,(function(e,n,o){return t(r,e,n,o)})),r},Fr.unary=function(e){return Ci(e,1)},Fr.union=ni,Fr.unionBy=oi,Fr.unionWith=ai,Fr.uniq=function(e){return e&&e.length?fo(e):[]},Fr.uniqBy=function(e,t){return e&&e.length?fo(e,la(t,2)):[]},Fr.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?fo(e,r,t):[]},Fr.unset=function(e,t){return null==e||po(e,t)},Fr.unzip=ii,Fr.unzipWith=si,Fr.update=function(e,t,r){return null==e?e:ho(e,t,bo(r))},Fr.updateWith=function(e,t,n,o){return o="function"==typeof o?o:r,null==e?e:ho(e,t,bo(n),o)},Fr.values=Gs,Fr.valuesIn=function(e){return null==e?[]:Xt(e,js(e))},Fr.without=ci,Fr.words=Qs,Fr.wrap=function(e,t){return Ui(bo(t),e)},Fr.xor=ui,Fr.xorBy=li,Fr.xorWith=fi,Fr.zip=pi,Fr.zipObject=function(e,t){return _o(e||[],t||[],tn)},Fr.zipObjectDeep=function(e,t){return _o(e||[],t||[],eo)},Fr.zipWith=di,Fr.entries=Fs,Fr.entriesIn=Bs,Fr.extend=Ss,Fr.extendWith=Es,uc(Fr,Fr),Fr.add=mc,Fr.attempt=ec,Fr.camelCase=Hs,Fr.capitalize=Vs,Fr.ceil=bc,Fr.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=_s(n))==n?n:0),t!==r&&(t=(t=_s(t))==t?t:0),cn(_s(e),t,n)},Fr.clone=function(e){return un(e,4)},Fr.cloneDeep=function(e){return un(e,5)},Fr.cloneDeepWith=function(e,t){return un(e,5,t="function"==typeof t?t:r)},Fr.cloneWith=function(e,t){return un(e,4,t="function"==typeof t?t:r)},Fr.conformsTo=function(e,t){return null==t||ln(e,t,Ns(t))},Fr.deburr=Ws,Fr.defaultTo=function(e,t){return null==e||e!=e?t:e},Fr.divide=$c,Fr.endsWith=function(e,t,n){e=bs(e),t=lo(t);var o=e.length,a=n=n===r?o:cn(gs(n),0,o);return(n-=t.length)>=0&&e.slice(n,a)==t},Fr.eq=Gi,Fr.escape=function(e){return(e=bs(e))&&q.test(e)?e.replace(z,rr):e},Fr.escapeRegExp=function(e){return(e=bs(e))&&ne.test(e)?e.replace(re,"\\$&"):e},Fr.every=function(e,t,n){var o=Ki(e)?It:yn;return n&&$a(e,t,n)&&(t=r),o(e,la(t,3))},Fr.find=_i,Fr.findIndex=Wa,Fr.findKey=function(e,t){return Lt(e,la(t,3),$n)},Fr.findLast=mi,Fr.findLastIndex=Ka,Fr.findLastKey=function(e,t){return Lt(e,la(t,3),Sn)},Fr.floor=Sc,Fr.forEach=bi,Fr.forEachRight=$i,Fr.forIn=function(e,t){return null==e?e:mn(e,la(t,3),js)},Fr.forInRight=function(e,t){return null==e?e:bn(e,la(t,3),js)},Fr.forOwn=function(e,t){return e&&$n(e,la(t,3))},Fr.forOwnRight=function(e,t){return e&&Sn(e,la(t,3))},Fr.get=Ps,Fr.gt=Hi,Fr.gte=Vi,Fr.has=function(e,t){return null!=e&&va(e,t,Pn)},Fr.hasIn=Cs,Fr.head=Ya,Fr.identity=ac,Fr.includes=function(e,t,r,n){e=Yi(e)?e:Gs(e),r=r&&!n?gs(r):0;var o=e.length;return r<0&&(r=_r(o+r,0)),us(e)?r<=o&&e.indexOf(t,r)>-1:!!o&&Ut(e,t,r)>-1},Fr.indexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var o=null==r?0:gs(r);return o<0&&(o=_r(n+o,0)),Ut(e,t,o)},Fr.inRange=function(e,t,n){return t=ys(t),n===r?(n=t,t=0):n=ys(n),function(e,t,r){return e>=mr(t,r)&&e<_r(t,r)}(e=_s(e),t,n)},Fr.invoke=xs,Fr.isArguments=Wi,Fr.isArray=Ki,Fr.isArrayBuffer=zi,Fr.isArrayLike=Yi,Fr.isArrayLikeObject=qi,Fr.isBoolean=function(e){return!0===e||!1===e||ns(e)&&On(e)==_},Fr.isBuffer=Xi,Fr.isDate=Ji,Fr.isElement=function(e){return ns(e)&&1===e.nodeType&&!is(e)},Fr.isEmpty=function(e){if(null==e)return!0;if(Yi(e)&&(Ki(e)||"string"==typeof e||"function"==typeof e.splice||Xi(e)||fs(e)||Wi(e)))return!e.length;var t=ga(e);if(t==E||t==P)return!e.size;if(Aa(e))return!Ln(e).length;for(var r in e)if(De.call(e,r))return!1;return!0},Fr.isEqual=function(e,t){return Nn(e,t)},Fr.isEqualWith=function(e,t,n){var o=(n="function"==typeof n?n:r)?n(e,t):r;return o===r?Nn(e,t,r,n):!!o},Fr.isError=Zi,Fr.isFinite=function(e){return"number"==typeof e&&yr(e)},Fr.isFunction=Qi,Fr.isInteger=es,Fr.isLength=ts,Fr.isMap=os,Fr.isMatch=function(e,t){return e===t||jn(e,t,pa(t))},Fr.isMatchWith=function(e,t,n){return n="function"==typeof n?n:r,jn(e,t,pa(t),n)},Fr.isNaN=function(e){return as(e)&&e!=+e},Fr.isNative=function(e){if(Ta(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Dn(e)},Fr.isNil=function(e){return null==e},Fr.isNull=function(e){return null===e},Fr.isNumber=as,Fr.isObject=rs,Fr.isObjectLike=ns,Fr.isPlainObject=is,Fr.isRegExp=ss,Fr.isSafeInteger=function(e){return es(e)&&e>=-9007199254740991&&e<=p},Fr.isSet=cs,Fr.isString=us,Fr.isSymbol=ls,Fr.isTypedArray=fs,Fr.isUndefined=function(e){return e===r},Fr.isWeakMap=function(e){return ns(e)&&ga(e)==w},Fr.isWeakSet=function(e){return ns(e)&&"[object WeakSet]"==On(e)},Fr.join=function(e,t){return null==e?"":gr.call(e,t)},Fr.kebabCase=Ks,Fr.last=Za,Fr.lastIndexOf=function(e,t,n){var o=null==e?0:e.length;if(!o)return-1;var a=o;return n!==r&&(a=(a=gs(n))<0?_r(o+a,0):mr(a,o-1)),t==t?function(e,t,r){for(var n=r+1;n--;)if(e[n]===t)return n;return n}(e,t,a):kt(e,Bt,a,!0)},Fr.lowerCase=zs,Fr.lowerFirst=Ys,Fr.lt=ps,Fr.lte=ds,Fr.max=function(e){return e&&e.length?gn(e,ac,In):r},Fr.maxBy=function(e,t){return e&&e.length?gn(e,la(t,2),In):r},Fr.mean=function(e){return Gt(e,ac)},Fr.meanBy=function(e,t){return Gt(e,la(t,2))},Fr.min=function(e){return e&&e.length?gn(e,ac,Un):r},Fr.minBy=function(e,t){return e&&e.length?gn(e,la(t,2),Un):r},Fr.stubArray=vc,Fr.stubFalse=_c,Fr.stubObject=function(){return{}},Fr.stubString=function(){return""},Fr.stubTrue=function(){return!0},Fr.multiply=Tc,Fr.nth=function(e,t){return e&&e.length?Vn(e,gs(t)):r},Fr.noConflict=function(){return ft._===this&&(ft._=Fe),this},Fr.noop=lc,Fr.now=Pi,Fr.pad=function(e,t,r){e=bs(e);var n=(t=gs(t))?lr(e):0;if(!t||n>=t)return e;var o=(t-n)/2;return Ko(gt(o),r)+e+Ko(yt(o),r)},Fr.padEnd=function(e,t,r){e=bs(e);var n=(t=gs(t))?lr(e):0;return t&&nt){var o=e;e=t,t=o}if(n||e%1||t%1){var a=Sr();return mr(e+a*(t-e+st("1e-"+((a+"").length-1))),t)}return qn(e,t)},Fr.reduce=function(e,t,r){var n=Ki(e)?Nt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,dn)},Fr.reduceRight=function(e,t,r){var n=Ki(e)?jt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,hn)},Fr.repeat=function(e,t,n){return t=(n?$a(e,t,n):t===r)?1:gs(t),Xn(bs(e),t)},Fr.replace=function(){var e=arguments,t=bs(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Fr.result=function(e,t,n){var o=-1,a=(t=$o(t,e)).length;for(a||(a=1,e=r);++op)return[];var r=h,n=mr(e,h);t=la(t),e-=h;for(var o=zt(n,t);++r=i)return e;var c=n-lr(o);if(c<1)return o;var u=s?Eo(s,0,c).join(""):e.slice(0,c);if(a===r)return u+o;if(s&&(c+=u.length-c),ss(a)){if(e.slice(c).search(a)){var l,f=u;for(a.global||(a=Ie(a.source,bs(de.exec(a))+"g")),a.lastIndex=0;l=a.exec(f);)var p=l.index;u=u.slice(0,p===r?c:p)}}else if(e.indexOf(lo(a),c)!=c){var d=u.lastIndexOf(a);d>-1&&(u=u.slice(0,d))}return u+o},Fr.unescape=function(e){return(e=bs(e))&&Y.test(e)?e.replace(K,dr):e},Fr.uniqueId=function(e){var t=++Me;return bs(e)+t},Fr.upperCase=Js,Fr.upperFirst=Zs,Fr.each=bi,Fr.eachRight=$i,Fr.first=Ya,uc(Fr,(Ec={},$n(Fr,(function(e,t){De.call(Fr.prototype,t)||(Ec[t]=e)})),Ec),{chain:!1}),Fr.VERSION="4.17.21",At(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Fr[e].placeholder=Fr})),At(["drop","take"],(function(e,t){Vr.prototype[e]=function(n){n=n===r?1:_r(gs(n),0);var o=this.__filtered__&&!t?new Vr(this):this.clone();return o.__filtered__?o.__takeCount__=mr(n,o.__takeCount__):o.__views__.push({size:mr(n,h),type:e+(o.__dir__<0?"Right":"")}),o},Vr.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),At(["filter","map","takeWhile"],(function(e,t){var r=t+1,n=1==r||3==r;Vr.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:la(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}})),At(["head","last"],(function(e,t){var r="take"+(t?"Right":"");Vr.prototype[e]=function(){return this[r](1).value()[0]}})),At(["initial","tail"],(function(e,t){var r="drop"+(t?"":"Right");Vr.prototype[e]=function(){return this.__filtered__?new Vr(this):this[r](1)}})),Vr.prototype.compact=function(){return this.filter(ac)},Vr.prototype.find=function(e){return this.filter(e).head()},Vr.prototype.findLast=function(e){return this.reverse().find(e)},Vr.prototype.invokeMap=Jn((function(e,t){return"function"==typeof e?new Vr(this):this.map((function(r){return wn(r,e,t)}))})),Vr.prototype.reject=function(e){return this.filter(Li(la(e)))},Vr.prototype.slice=function(e,t){e=gs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Vr(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(n=(t=gs(t))<0?n.dropRight(-t):n.take(t-e)),n)},Vr.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Vr.prototype.toArray=function(){return this.take(h)},$n(Vr.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),a=Fr[o?"take"+("last"==t?"Right":""):t],i=o||/^find/.test(t);a&&(Fr.prototype[t]=function(){var t=this.__wrapped__,s=o?[1]:arguments,c=t instanceof Vr,u=s[0],l=c||Ki(t),f=function(e){var t=a.apply(Fr,xt([e],s));return o&&p?t[0]:t};l&&n&&"function"==typeof u&&1!=u.length&&(c=l=!1);var p=this.__chain__,d=!!this.__actions__.length,h=i&&!p,y=c&&!d;if(!i&&l){t=y?t:new Vr(this);var g=e.apply(t,s);return g.__actions__.push({func:yi,args:[f],thisArg:r}),new Hr(g,p)}return h&&y?e.apply(this,s):(g=this.thru(f),h?o?g.value()[0]:g.value():g)})})),At(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Re[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Fr.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var o=this.value();return t.apply(Ki(o)?o:[],e)}return this[r]((function(r){return t.apply(Ki(r)?r:[],e)}))}})),$n(Vr.prototype,(function(e,t){var r=Fr[t];if(r){var n=r.name+"";De.call(wr,n)||(wr[n]=[]),wr[n].push({name:t,func:r})}})),wr[Go(r,2).name]=[{name:"wrapper",func:r}],Vr.prototype.clone=function(){var e=new Vr(this.__wrapped__);return e.__actions__=wo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=wo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=wo(this.__views__),e},Vr.prototype.reverse=function(){if(this.__filtered__){var e=new Vr(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Vr.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=Ki(e),n=t<0,o=r?e.length:0,a=function(e,t,r){var n=-1,o=r.length;for(;++n=this.__values__.length;return{done:e,value:e?r:this.__values__[this.__index__++]}},Fr.prototype.plant=function(e){for(var t,n=this;n instanceof Gr;){var o=Ba(n);o.__index__=0,o.__values__=r,t?a.__wrapped__=o:t=o;var a=o;n=n.__wrapped__}return a.__wrapped__=e,t},Fr.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Vr){var t=e;return this.__actions__.length&&(t=new Vr(this)),(t=t.reverse()).__actions__.push({func:yi,args:[ri],thisArg:r}),new Hr(t,this.__chain__)}return this.thru(ri)},Fr.prototype.toJSON=Fr.prototype.valueOf=Fr.prototype.value=function(){return go(this.__wrapped__,this.__actions__)},Fr.prototype.first=Fr.prototype.head,et&&(Fr.prototype[et]=function(){return this}),Fr}();dt?((dt.exports=hr)._=hr,pt._=hr):ft._=hr}).call(commonjsGlobal)}));jQuery.fn.extend({center:function(){return this.css("position","absolute"),this.css("top",($(window).height()-this.height())/2+$(window).scrollTop()+"px"),this.css("left",($(window).width()-this.width())/2+$(window).scrollLeft()+"px"),this}}),$.fn.extend({isEmpty:function(e){return 0!=$.trim($(this).value).length||(alert(e),$(this).focus(),!1)}}),String.prototype.splitCSV=function(e){for(var t,r=this.split(e=e||","),n=r.length-1;n>=0;n--)'"'==r[n].replace(/"\s+$/,'"').charAt(r[n].length-1)?(t=r[n].replace(/^\s+"/,'"')).length>1&&'"'==t.charAt(0)?r[n]=r[n].replace(/^\s*"|"\s*$/g,"").replace(/""/g,'"'):n?r.splice(n-1,2,[r[n-1],r[n]].join(e)):r=r.shift().split(e).concat(r):r[n].replace(/""/g,'"');return r};var BootstrapRemoteModal=function(e,t){t=t||{};var r={parentElement:(e=e||{}).parentElement||"body",header:e.header||!0,footer:e.footer||!0,saveButton:e.saveButton||!1,closeIcon:e.closeIcon||!0,modalTitle:e.modalTitle||"",remoteLink:e.remoteLink||"",fnOnShow:e.fnOnShow||null,fnOnShown:e.fnOnShown||null,fnOnHide:e.fnOnHide||null,fnOnHidden:e.fnOnHidden||null,fnOnLoaded:e.fnOnLoaded||null,removeOnClose:e.removeOnClose||!1,parseScriptsOnLoad:e.parseScriptsOnLoad||!1,blocking:e.blocking||!1};t.closeIcon,t.closeButton,t.saveButton;var n=$(''),o=$(''),a=$(''),i=$(''),s=$(''),c=$(''),u=$(''),l=$(t.closeIcon),f=$(t.closeButton),p=$(t.saveButton),d=null,h=function(){var e=d.find(".modal-body");$.ajax({url:r.remoteLink,method:"GET",success:function(t){e.html(t),d.trigger("loaded.ls.remotemodal")}})};(function(){var e=this;$.each(r,(function(t,n){r[t]=e.data(t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase())||r[t]}))}).call(this),function(){var e=a.clone();if(e.append(c.clone()),!0===r.header){var t=i.clone();s.text(r.modalTitle),t.append(l.clone()),t.append(s),e.prepend(t)}if(!0===r.footer){var h=u.clone();h.append(f.clone()),!0===r.saveButton&&h.append(p.clone()),e.append(h)}(d=n.clone()).append(o.clone().append(e))}(),d.appendTo($(r.parentElement)),function(){this.on("click.remotemodal",(function(){d.modal("toggle")}))}.call(this),function(){d.on("show.bs.modal",(function(){h();try{r.fnOnShow}catch(e){}})),d.on("shown.bs.modal",r.fnOnShown),d.on("hide.bs.modal",r.fnOnHide),d.on("hidden.bs.modal",(function(){!0===r.removeOnClose&&d.find(".modal-body").html(" ");try{r.fnOnHidden}catch(e){}})),d.on("loaded.ls.remotemodal",r.fnOnLoaded)}.call(this)};jQuery.fn.extend({remoteModal:BootstrapRemoteModal});var bindAdvancedAttribute=function(){$("#advancedquestionsettingswrapper").length>0&&(window.questionFunctions=window.questionFunctions||new QuestionFunctions||null,window.questionFunctions.updatequestionattributes()),$("#showadvancedattributes").click((function(){$("#showadvancedattributes").hide(),$("#hideadvancedattributes").show(),$("#advancedquestionsettingswrapper").animate({height:"toggle",opacity:"toggle"})}))},subquestionAndAnswersGlobalMethods={removechars:function(e){return e.replace(/[-a-zA-Z_]/g,"")},getUnique:function(e){return lodash.uniq(e)}},onExistBinding=function(){$(document).on("click",".has-link",(function(){var e=$(this).find("a").attr("href");window.location.href=e}))},ConsoleShim=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];_classCallCheck(this,e),this.param=t,this.silencer=r,this.collector=[],this.currentGroupDescription="",this.activeGroups=0,this.timeHolder=null,this.methods=["group","groupEnd","log","trace","time","timeEnd","error","warn"],this.silent={group:function(){},groupEnd:function(){},log:function(){},trace:function(){},time:function(){},timeEnd:function(){},error:function(){},err:function(){},debug:function(){},warn:function(){}}}return _createClass(e,[{key:"_generateError",value:function(){try{throw new Error}catch(e){return e}}},{key:"_insertParamToArguments",value:function(e){if(""!==this.param){var t=_toConsumableArray(e);return t.unshift(this.param),t}return Array.from(arguments)}},{key:"setSilent",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this.silencer=e||!this.silencer}},{key:"group",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);if("function"!=typeof console.group){var t=e[0]||"GROUP";this.currentGroupDescription=t,this.activeGroups++}else console.group.apply(console,e)}}},{key:"groupEnd",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);"function"!=typeof console.groupEnd?(this.currentGroupDescription="",this.activeGroups--,this.activeGroups=0===this.activeGroups?0:this.activeGroups--):console.groupEnd.apply(console,e)}}},{key:"log",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);"function"!=typeof console.group?(e.shift(),e.unshift(" ".repeat(2*this.activeGroups)),this.log.apply(this,e)):console.log.apply(console,e)}}},{key:"trace",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);if("function"!=typeof console.trace){var t=this._generateError();t.stack?this.log.apply(console,t.stack):(this.log(e),null!=arguments.callee&&this.trace.apply(console,arguments.callee))}else console.trace.apply(console,e)}}},{key:"time",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);"function"!=typeof console.time?this.timeHolder=new Date:console.time.apply(console,e)}}},{key:"timeEnd",value:function(){if(!this.silencer){var e=this._insertParamToArguments(arguments);if("function"!=typeof console.timeEnd){var t=new Date-this.timeHolder;this.log("Took ".concat(Math.floor(t/36e5)," hours, ").concat(Math.floor(t/6e4)," minutes and ").concat(Math.floor(t/1e3)," seconds ( ").concat(t," ms)")),this.time=new Date}else console.timeEnd.apply(console,e)}}},{key:"error",value:function(){var e=this._insertParamToArguments(arguments);"function"!=typeof console.error?(this.log("--- ERROR ---"),this.log(e)):console.error.apply(console,e)}},{key:"warn",value:function(){var e=this._insertParamToArguments(arguments);"function"!=typeof console.warn?(this.log("--- WARN ---"),this.log(e)):console.warn.apply(console,e)}}]),e}(),adminCoreLSConsole=new ConsoleShim("AdminCore",!!window.debugState&&window.debugState.backend),ConfirmationModal=function ConfirmationModal(e){var _this=this,actionBtn=document.getElementById("actionBtn"),optionsDefault={onclick:null,href:null,message:null,keepopen:null,postDatas:null,gridid:null,title:null,btnclass:"btn-primary",btntext:actionBtn.dataset.actionbtntext,"ajax-url":null,postUrl:null},_parseOptions=function(e){return lodash.each(optionsDefault,(function(t,r){optionsDefault[r]=$(_this).data(r)||$(e.relatedTarget).data(r)||optionsDefault[r]}))},_basicLink=function(){adminCoreLSConsole.log("Binding basicLink in notification panel"),$(_this).find(".btn-ok").attr("href",options.href)},_onClickFunction=function _onClickFunction(){adminCoreLSConsole.log("Binding onClick-functions in notification panel");var onclick_fn=eval(options.onclick);if("function"==typeof onclick_fn)return $(_this).find(".btn-ok").off("click"),void $(_this).find(".btn-ok").on("click",(function(e){options.keepopen||$("#confirmation-modal").modal("hide"),onclick_fn()}));adminCoreLSConsole.error("Confirmation modal: onclick is not a function. Wrap data-onclick content in (function() { ... }).")},_ajaxHandler=function(){adminCoreLSConsole.log("Binding ajax handler in notification panel"),$(_this).find(".btn-ok").on("click",(function(e){$.ajax({type:"POST",url:options["ajax-url"],data:options.postDatas,success:function(e,t){$.fn.yiiGridView.update(options.gridid),$("#confirmation-modal").modal("hide")},error:function(e,t){$("#confirmation-modal .modal-body-text").append(e.responseText)}})}))},_sendPost=function(){adminCoreLSConsole.log("Binding post handler on confirmation dialog"),$(_this).find(".btn-ok").on("click",(function(e){window.LS.sendPost(options.postUrl,"",options.postDatas)}))},_setTarget=function(){options.href?_basicLink():options.onclick?_onClickFunction():options["ajax-url"]?_ajaxHandler():options.postUrl?_sendPost():adminCoreLSConsole.error("Confirmation modal: Found neither data-href or data-onclick, nor ajax data.")},options=_parseOptions(e);$(this).find(".modal-body-text").html(options.message),$(this).find(".btn-ok").removeClass("btn-primary btn-danger"),null!==options.btnclass&&$(this).find(".btn-ok").addClass(options.btnclass),$(this).find(".btn-ok").html(options.btntext),null!==options.title&&$(this).find(".modal-title").html(options.title),_setTarget()},loadMethods=function(){adminCoreLSConsole.log("ConfirmationModal calling"),$("#confirmation-modal").on("show.bs.modal",(function(e){ConfirmationModal.call(this,e)}))},globalWindowMethods={renderBootstrapSwitch:function(){try{$("[data-is-bootstrap-switch]").parent().hasClass("bootstrap-switch-container")||$("[data-is-bootstrap-switch]").bootstrapSwitch({onInit:function(){return adminCoreLSConsole.log("BootstrapSwitch Initialized")}})}catch(e){adminCoreLSConsole.error(e)}},unrenderBootstrapSwitch:function(){try{$("[data-is-bootstrap-switch]").bootstrapSwitch("destroy")}catch(e){adminCoreLSConsole.error(e)}},validatefilename:function(e,t){return""!=e.the_file.value||($("#pleaseselectfile-popup").modal(),e.the_file.focus(),!1)},doToolTip:function(){try{$(".btntooltip").tooltip("destroy")}catch(e){}try{$('[data-tooltip="true"]').tooltip("destroy")}catch(e){}try{$('[data-tooltip="true"]').tooltip("destroy")}catch(e){}$(".btntooltip").tooltip(),$('[data-tooltip="true"]').tooltip(),$('[data-toggle="tooltip"]').tooltip()},arrHasDupes:function(e){return _.uniq(e).length!==e.length},arrHasDupesWhich:function(e){return _.difference(_.uniq(e),e).length>0},getkey:function(e){return window.event?window.event.keyCode:e?e.which:null},goodchars:function(e,t){var r=getkey(e);if(null==r)return!0;var n=String.fromCharCode(r).toLowerCase();return-1!=(t=t.toLowerCase()).indexOf(n)||null==r||0==r||8==r||9==r||27==r},tableCellAdapters:function(){$("table.activecell").on("click",["tbody td input:checkbox","tbody td input:radio","tbody td label","tbody th input:checkbox","tbody th input:radio","tbody th label"].join(", "),(function(e){e.stopPropagation()})),$("table.activecell").on("click","tbody td, tbody th",(function(){1==$(this).find("input:radio,input:checkbox").length&&($(this).find("input:radio").click(),$(this).find("input:radio").triggerHandler("click"),$(this).find("input:checkbox").click(),$(this).find("input:checkbox").triggerHandler("click"))}))},sendPost:function(e,t,r){r=r||{};var n=$("
").attr("action",e);if("string"==typeof t&&""!=t)try{r=_.merge(r,JSON.parse(t))}catch(e){console.error("JSON parse on sendPost failed!")}_.each(r,(function(e,t){$("").attr("name",t).attr("value",e).appendTo(n)})),$("").attr("name",LS.data.csrfTokenName).attr("value",LS.data.csrfToken).appendTo(n),n.appendTo("body"),n.submit()},addHiddenElement:function(e,t,r){$('').attr("name",t).attr("value",r).appendTo($(e))},fixAccordionPosition:function(){$("#accordion").on("shown.bs.collapse",".panel-collapse.collapse",(function(e){e.target==this&&$("#accordion").find(".panel-collapse.collapse").not("#"+$(this).attr("id")).collapse("hide")}))},validateEndDateHigherThanStart:function(e,t,r){return!e||!e.date()||(!t||!t.date()||(t.date().diff(e.date())>=0||("function"==typeof r&&r(),!1)))}},globalStartUpMethods={bootstrapping:function(){$("button,input[type=submit],input[type=button],input[type=reset],.button").button(),$("button,input[type=submit],input[type=button],input[type=reset],.button").addClass("limebutton"),$(".progressbar").each((function(){var e=parseInt($(this).attr("name"));$(this).progressbar({value:e}),e>85&&$("div",$(this)).css({background:"Red"}),$("div",this).html(e+"%")})),globalWindowMethods.tableCellAdapters()}};window.LS=window.LS||{};var NotifyFader=function(){function e(){_classCallCheck(this,e),this.count=0}return _createClass(e,[{key:"increment",value:function(){this.count=this.count+1}},{key:"decrement",value:function(){this.count=this.count-1}},{key:"getCount",value:function(){return this.count}},{key:"create",value:function(e,t,r,n){var o=this;this.increment(),r=r||{},t=t||"well-lg";var a={useHtml:(n=n||{}).useHtml||!0,timeout:n.timeout||3500,inAnimation:n.inAnimation||"slideDown",outAnimation:n.outAnimation||"slideUp",animationTime:n.animationTime||450},i=$("
"),s="notif-container_"+this.getCount();i.addClass(t),i.css(r),a.useHtml?i.html(e):i.text(e),$("#notif-container").clone().attr("id",s).css({display:"none",top:8*this.getCount()+"%",position:"fixed",left:"15%",width:"70%","z-index":3500}).appendTo($("#notif-container").parent()).html(i),$("#"+s)[a.inAnimation](a.animationTime,(function(){var e=function(){$("#"+s)[a.outAnimation](a.animationTime,(function(){$("#"+s).remove(),o.decrement()}))};$(o).on("click",e),a.timeout&&setTimeout(e,a.timeout)}))}},{key:"createFlash",value:function(e,t,r,n){var o={useHtml:(n=n||{}).useHtml||!0,timeout:n.timeout||3500,dismissable:n.dismissable||!0};r=r||{},t=t||"alert-success",o.dismissable&&(t="alert "+t);var a,i=$("
");i.addClass(t),i.css(r),o.useHtml?i.html(e):i.text(e),o.dismissable&&$('').appendTo(i),o.timeout&&(a=setTimeout((function(){i.alert("close")}),o.timeout)),i.on("closed.bs.alert",(function(){o.timeout&&clearTimeout(a)})),i.appendTo($("#notif-container"))}}]),e}();function notifyFader(e,t,r,n){window.LS.LsGlobalNotifier.create(e,t,r,n)}window.LS.LsGlobalNotifier=window.LS.LsGlobalNotifier||new NotifyFader;var onSuccess$1=function(e){return""==e?(console.error("No response from server"),notifyFader.create("No response from server","alert-danger"),!1):e.loggedIn?e.hasPermission?e.error?(notifyFader(e.error.message,"well-lg bg-danger text-center"),!1):"jsonoutputhtml"==e.outputType?($("#"+e.target).html(e.html),void globalWindowMethods.doToolTip()):(e.success&¬ifyFader(e.success,"well-lg bg-primary text-center"),e.html&&($("#ajax-helper-modal .modal-content").html(e.html),$("#ajax-helper-modal").modal("show")),!0):(notifyFader(e.noPermissionText,"well-lg bg-danger text-center"),!1):($(".modal").modal("hide"),$("#ajax-helper-modal .modal-content").html(e.html),$("#ajax-helper-modal").modal("show"),!1)},ajax=function(e){var t=e.success,r=e.error;return e.success=function(e,r,n){$("#ls-loading").hide();var o=onSuccess$1(e);t&&o&&t(e,r,n)},e.error=function(e,t,n){$("#ls-loading").hide(),console.error("AJAX CALL FAILED -> ",{errorThrown:n,textStatus:t,jqXHR:e}),r&&r(e,t,n)},$("#ls-loading").show(),$.ajax(e)},AjaxHelper=Object.freeze({__proto__:null,ajax:ajax,onSuccess:onSuccess$1});function createUrl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=LS.data.baseUrl;if(-1===r.indexOf("/",r.length-1)&&(r+="/"),LS.data.showScriptName&&(r+="index.php"),"get"==LS.data.urlFormat)for(var n in r+="?r="+e,t)r=r+"&"+n+"="+t[n];else for(var o in LS.data.showScriptName&&(r+="/"),r+=e,t)r=r+"/"+o+"/"+t[o];return r}function arrayEach(e,t){for(var r=-1,n=null==e?0:e.length;++r-1&&e%1==0&&e-1&&e%1==0&&e<=MAX_SAFE_INTEGER}var isLength_1=isLength,argsTag="[object Arguments]",arrayTag="[object Array]",boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",funcTag$1="[object Function]",mapTag="[object Map]",numberTag="[object Number]",objectTag$1="[object Object]",regexpTag="[object RegExp]",setTag="[object Set]",stringTag="[object String]",weakMapTag="[object WeakMap]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint8ClampedTag="[object Uint8ClampedArray]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",typedArrayTags={};function baseIsTypedArray(e){return isObjectLike_1(e)&&isLength_1(e.length)&&!!typedArrayTags[_baseGetTag(e)]}typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag$1]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag$1]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1;var _baseIsTypedArray=baseIsTypedArray;function baseUnary(e){return function(t){return e(t)}}var _baseUnary=baseUnary,_nodeUtil=createCommonjsModule((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&_freeGlobal.process,a=function(){try{var e=n&&n.require&&n.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a})),nodeIsTypedArray=_nodeUtil&&_nodeUtil.isTypedArray,isTypedArray=nodeIsTypedArray?_baseUnary(nodeIsTypedArray):_baseIsTypedArray,isTypedArray_1=isTypedArray,objectProto$8=Object.prototype,hasOwnProperty$8=objectProto$8.hasOwnProperty;function arrayLikeKeys(e,t){var r=isArray_1(e),n=!r&&isArguments_1(e),o=!r&&!n&&isBuffer_1(e),a=!r&&!n&&!o&&isTypedArray_1(e),i=r||n||o||a,s=i?_baseTimes(e.length,String):[],c=s.length;for(var u in e)!t&&!hasOwnProperty$8.call(e,u)||i&&("length"==u||o&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||_isIndex(u,c))||s.push(u);return s}var _arrayLikeKeys=arrayLikeKeys,objectProto$7=Object.prototype;function isPrototype(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||objectProto$7)}var _isPrototype=isPrototype;function overArg(e,t){return function(r){return e(t(r))}}var _overArg=overArg,nativeKeys=_overArg(Object.keys,Object),_nativeKeys=nativeKeys,objectProto$6=Object.prototype,hasOwnProperty$7=objectProto$6.hasOwnProperty;function baseKeys(e){if(!_isPrototype(e))return _nativeKeys(e);var t=[];for(var r in Object(e))hasOwnProperty$7.call(e,r)&&"constructor"!=r&&t.push(r);return t}var _baseKeys=baseKeys;function isObject$1(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}var isObject_1=isObject$1,asyncTag="[object AsyncFunction]",funcTag="[object Function]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction(e){if(!isObject_1(e))return!1;var t=_baseGetTag(e);return t==funcTag||t==genTag||t==asyncTag||t==proxyTag}var isFunction_1=isFunction;function isArrayLike(e){return null!=e&&isLength_1(e.length)&&!isFunction_1(e)}var isArrayLike_1=isArrayLike;function keys(e){return isArrayLike_1(e)?_arrayLikeKeys(e):_baseKeys(e)}var keys_1=keys;function baseForOwn(e,t){return e&&_baseFor(e,t,keys_1)}var _baseForOwn=baseForOwn;function createBaseEach(e,t){return function(r,n){if(null==r)return r;if(!isArrayLike_1(r))return e(r,n);for(var o=r.length,a=t?o:-1,i=Object(r);(t?a--:++a").attr("type","hidden").attr("name","close-after-save"),r=function(e){var t;if(1==$(e).attr("data-use-form-id")){var r="#"+$(e).attr("data-form-to-save");t=$(document).find(r).first()}else t=$("#pjax-content").find("form:not(#translatemenu)").first();if(t.length<1)throw"No form Found this can't be!";return t},n=function(e){if("addnewsurvey"==$(e).data("form-id")){$(e).prop("disabled",!0).append('')}},o=function(){LS.EventBus.$emit("loadingFinished")},a=function(){return{_checkExportButton:{check:"[data-submit-form]",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0,1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkSaveButton:{check:"#save-button",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0;try{for(var i in CKEDITOR.instances)CKEDITOR.instances[i].updateElement()}catch(e){console.ls.log("Seems no CKEDITOR4 is loaded")}1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]:not(.ck)').first().trigger("click"),n(this))},on:"click"},_checkSaveFormButton:{check:"#save-form-button",run:function(e){e.preventDefault();var t="#"+$(this).attr("data-form-id"),r=$(t),o=r.find('[type="submit"]').first();o.length>0?o.trigger("click"):r.submit();var a=0;return r.find("input,select").filter("[required='required']").each((function(){1==this.validity.valueMissing&&(a+=1)})),0===a?n(this):$("#save-form-button").removeClass("disabled"),!1},on:"click"},_checkSaveAndNewButton:{check:"#save-and-new-button",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0,a.append(''),1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkSaveAndCloseButton:{check:"#save-and-close-button",run:function(o){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;o.preventDefault();var i=r(this);t.val("true"),i.append(t),e=!0,1==i.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",a):(i.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkSaveAndCloseFormButton:{check:"#save-and-close-form-button",run:function(e){e.preventDefault();var t="#"+$(this).attr("data-form-id"),r=$(t);$('').attr({name:"saveandclose",value:"1"}).appendTo(r);var o=r.find('[type="submit"]').first();return o.length?o.trigger("click"):r.submit(),n(this),!1},on:"click"},_checkSaveAndNewQuestionButton:{check:"#save-and-new-question-button",run:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;t.preventDefault();var a=r(this);e=!0,a.append(''),1==a.data("isvuecomponent")?LS.EventBus.$emit("componentFormSubmit",o):(a.find('[type="submit"]').first().trigger("click"),n(this))},on:"click"},_checkOpenPreview:{check:".open-preview",run:function(e){var t=$(this).attr("aria-data-url");$("#frame-question-preview").attr("src",t),$("#question-preview").modal("show")},on:"click"},_checkStopLoading:{check:"#in_survey_common",run:function(t){o(),e=!1},on:"lsStopLoading"},_checkStopLoadingCreateCopyImport:{check:"#create-import-copy-survey",run:function(t){o(),e=!1},on:"lsStopLoading"}}},i={isStub:!0,preventDefault:function(){console.ls.log("Stub prevented")}};return function(){forEach_1(a(),(function(e){var t=e.check;$(document).off(e.on+".centralsave",t),$(t).length>0&&$(document).on(e.on+".centralsave",t,e.run)})),LS.EventBus.$off("saveButtonCalled"),LS.EventBus.$emit("saveButtonFlushed"),LS.EventBus.$on("saveButtonCalled",(function(t){e||forEach_1(a(),(function(r){r.check=="#"+t.id&&(r.run(i,t),e=!1)}))}))}},saveController=SaveController();function listCacheClear(){this.__data__=[],this.size=0}var _listCacheClear=listCacheClear;function eq(e,t){return e===t||e!=e&&t!=t}var eq_1=eq;function assocIndexOf(e,t){for(var r=e.length;r--;)if(eq_1(e[r][0],t))return r;return-1}var _assocIndexOf=assocIndexOf,arrayProto$1=Array.prototype,splice=arrayProto$1.splice;function listCacheDelete(e){var t=this.__data__,r=_assocIndexOf(t,e);return!(r<0)&&(r==t.length-1?t.pop():splice.call(t,r,1),--this.size,!0)}var _listCacheDelete=listCacheDelete;function listCacheGet(e){var t=this.__data__,r=_assocIndexOf(t,e);return r<0?void 0:t[r][1]}var _listCacheGet=listCacheGet;function listCacheHas(e){return _assocIndexOf(this.__data__,e)>-1}var _listCacheHas=listCacheHas;function listCacheSet(e,t){var r=this.__data__,n=_assocIndexOf(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var _listCacheSet=listCacheSet;function ListCache(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t0){if(++t>=HOT_COUNT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var _shortOut=shortOut,setToString=_shortOut(_baseSetToString),_setToString=setToString;function baseRest(e,t){return _setToString(_overRest(e,t,identity_1),e+"")}var _baseRest=baseRest;function isIterateeCall(e,t,r){if(!isObject_1(r))return!1;var n=typeof t;return!!("number"==n?isArrayLike_1(r)&&_isIndex(t,r.length):"string"==n&&t in r)&&eq_1(r[t],e)}var _isIterateeCall=isIterateeCall;function createAssigner(e){return _baseRest((function(t,r){var n=-1,o=r.length,a=o>1?r[o-1]:void 0,i=o>2?r[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,i&&_isIterateeCall(r[0],r[1],i)&&(a=o<3?void 0:a,o=1),t=Object(t);++n',p=e.buttonYes||t.data("button-yes")||'',d=t.data("button-type")||"btn-primary",h=e.parentElement||t.data("parent-element")||"body",y='",g='",v=$(''),_=$(''),m=$(''),b=$(''),S=$(''),E=$(''),T=$(''),A=$(''),O=$(y),I=$(g),P=null,C=function(){P.on("show.bs.modal",(function(){!function(){var e=$('');for(var t in a){var s="hidden",c=a[t],u="";"object"==_typeof(a[t])&&(s=a[t].type,c=a[t].value,u=a[t].class),e.append('")}e.append(''),P.find(".modal-body").append(e),P.find(".modal-body").append("

"+n+"

"),""!==i&&P.find("form").append('')}();try{e.fnOnShow}catch(e){}})),P.on("shown.bs.modal",(function(){P.find(".selector--button-confirm").off("click.confirmdeletesubmit").on("click.confirmdeletesubmit",(function(e){e.preventDefault(),s?LS.AjaxHelper.ajax({url:r,type:"POST",data:P.find("form").serialize(),success:function(e,t){"true"!=c?P.modal("hide"):P.find(".modal-body").empty().html(e),u&&($("#"+l).yiiGridView("update"),setTimeout((function(){$(document).trigger("actions-updated")}),500)),e.ajaxHelper?LS.AjaxHelper.onSuccess(e):onSuccess&&new Function(onSuccess)(e)},error:function(e,t){P.find(".modal-body").empty().html(e.responseText),console.ls.log(e)}}):(P.find("form").trigger("submit"),P.modal("close"))})),e.fnOnShown.call(this)})),P.on("hide.bs.modal",e.fnOnHide),P.on("hidden.bs.modal",(function(){!0===e.removeOnClose&&P.find(".modal-body").html(" ");try{e.fnOnHidden}catch(e){}})),P.on("loaded.ls.remotemodal",e.fnOnLoaded)},R=function(){t.on("click.confirmmodal",(function(){P.modal("toggle")}))};!function(){"yes"!=t.data("confirm-modal-appended")&&(!function(){var e=m.clone();if(e.append(E.clone()),""!==o){var t=b.clone();S.text(o),t.append(A.clone()),t.append(S),e.prepend(t)}var r=T.clone();r.append(O.clone()),r.append(I.clone()),e.append(r),(P=v.clone()).append(_.clone().append(e))}(),P.appendTo($(h)),R.call(this),C.call(this),t.data("confirm-modal-appended","yes"))}()};function confirmDeletemodal(){$(document).off("click.confirmModalSelector","a.selector--ConfirmModal"),$(document).on("click.confirmModalSelector","a.selector--ConfirmModal",(function(e){e.preventDefault(),"yes"!=$(this).data("confirm-modal-appended")&&($(this).confirmModal({}),$(this).trigger("click.confirmmodal"))}))}function panelClickable(){$(".panel-clickable").on("click",(function(e){var t=$(this);""!=t.data("url")&&("_blank"===t.data("target")?window.open(t.data("url")):window.location.href=t.data("url"))}))}function panelsAnimation(){setTimeout((function(){adminCoreLSConsole.log("Triggering panel animation"),$(".panel").each((function(e){$(this).delay(200*e++).animate({opacity:1,top:"0px"},200)})),$("#last_question").length&&($(".rotateHidden").hide(),window.setTimeout((function e(){var t=$(".rotateShown"),r=$(".rotateHidden");t.hide("slide",{direction:"left",easing:"easeInOutQuint"},500,(function(){r.show("slide",{direction:"right",easing:"easeInOutQuint"},1e3)})),t.removeClass("rotateShown").addClass("rotateHidden"),r.removeClass("rotateHidden").addClass("rotateShown"),window.setTimeout(e,5e3)}),2e3))}),350)}jQuery.fn.extend({confirmModal:ConfirmDeleteModal});var NotifcationSystem=function(){var e=function(e){return adminCoreLSConsole.log("updateNotificationWidget"),$.ajax({url:e,method:"GET",success:function(e){$("#notification-li").replaceWith(e),r(),o()}})},t=function(t,r){adminCoreLSConsole.log("showNotificationModal"),$.ajax({url:r,method:"GET"}).done((function(r){var n=r.result;$("#admin-notification-modal .modal-title").html(n.title),$("#admin-notification-modal .modal-body-text").html(n.message),$("#admin-notification-modal .modal-content").addClass("panel-"+n.display_class),$("#admin-notification-modal .notification-date").html(n.created.substr(0,16)),$("#admin-notification-modal").modal(),$("#admin-notification-modal").off("hidden.bs.modal"),$("#admin-notification-modal").on("hidden.bs.modal",(function(r){!function(t){adminCoreLSConsole.log("notificationIsRead"),$.ajax({url:$(t).data("read-url"),method:"GET"}).done((function(r){e($(t).data("update-url"))}))}(t),$("#admin-notification-modal .modal-content").removeClass("panel-"+n.display_class)}))}))},r=function(){$(".admin-notification-link").each((function(e,r){adminCoreLSConsole.log("Number of Notification: ",e);var n=$(r).data("url"),o=$(r).data("importance"),a=$(r).data("status");if(3==o&&"new"==a)return t(r,n),adminCoreLSConsole.log("stoploop"),!1;$(r).off("click.showNotification"),$(r).on("click.showNotification",(function(){t(r,n)}))}))},n=function(t,r){e(t).then((function(){!1!==r&&$("#notification-li").addClass("open")})),$("#notification-li").off("click.showNotification")},o=function(){adminCoreLSConsole.log("styleNotificationMenu");var e=window.innerHeight-70;$("#notification-outer-ul").css("height",e+"px"),$("#notification-inner-ul").css("height",e-60+"px"),$("#notification-inner-li").css("height",e-60+"px")};return{initNotification:r,updateNotificationWidget:n,styleNotificationMenu:o,deleteAllNotifications:function(e,t){return $.ajax({url:e,method:"GET",success:function(e){adminCoreLSConsole.log("response",e)}}).then((function(){n(t)}))}}},notificationSystem=new NotifcationSystem,gridButton={noGridAction:function(e,t){e.preventDefault()},confirmGridAction:function(e,t){e.preventDefault();var r=$(t).attr("href");if(r){var n=$(t).data("confirm-text")||$(t).attr("title")||$(t).data("original-title"),o=$(t).data("confirm-utf8")||LS.lang.confirm,a=$(t).data("gridid")||$(t).closest(".grid-view").attr("id");$.bsconfirm(n,o,(function(){$("#"+a).yiiGridView("update",{type:"POST",url:r,success:function(e){jQuery("#"+a).yiiGridView("update"),$("#identity__bsconfirmModal").modal("hide")},error:function(e,t,r){$("#identity__bsconfirmModal").modal("hide"),alert(e.responseText)}})}))}else LOG.error("confirmGridAction without valid element")},postGridAction:function(e,t){e.preventDefault();var r=$(t).attr("href").split("#"),n=r[0];if(n){var o="";r.length>1&&(o=r[1]),window.LS.sendPost(n,o)}else LOG.error("postGridAction without valid element")}},gridAction={gridButton:gridButton},emptyObject=Object.freeze({});function isUndef(e){return null==e}function isDef(e){return null!=e}function isTrue(e){return!0===e}function isFalse(e){return!1===e}function isPrimitive(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function isObject(e){return null!==e&&"object"==typeof e}var _toString=Object.prototype.toString;function toRawType(e){return _toString.call(e).slice(8,-1)}function isPlainObject(e){return"[object Object]"===_toString.call(e)}function isRegExp(e){return"[object RegExp]"===_toString.call(e)}function isValidArrayIndex(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function isPromise(e){return isDef(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function toString(e){return null==e?"":Array.isArray(e)||isPlainObject(e)&&e.toString===_toString?JSON.stringify(e,null,2):String(e)}function toNumber(e){var t=parseFloat(e);return isNaN(t)?e:t}function makeMap(e,t){for(var r=Object.create(null),n=e.split(","),o=0;o-1)return e.splice(r,1)}}var hasOwnProperty=Object.prototype.hasOwnProperty;function hasOwn(e,t){return hasOwnProperty.call(e,t)}function cached(e){var t=Object.create(null);return function(r){return t[r]||(t[r]=e(r))}}var camelizeRE=/-(\w)/g,camelize=cached((function(e){return e.replace(camelizeRE,(function(e,t){return t?t.toUpperCase():""}))})),capitalize=cached((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),hyphenateRE=/\B([A-Z])/g,hyphenate=cached((function(e){return e.replace(hyphenateRE,"-$1").toLowerCase()}));function polyfillBind(e,t){function r(r){var n=arguments.length;return n?n>1?e.apply(t,arguments):e.call(t,r):e.call(t)}return r._length=e.length,r}function nativeBind(e,t){return e.bind(t)}var bind=Function.prototype.bind?nativeBind:polyfillBind;function toArray(e,t){t=t||0;for(var r=e.length-t,n=new Array(r);r--;)n[r]=e[r+t];return n}function extend(e,t){for(var r in t)e[r]=t[r];return e}function toObject(e){for(var t={},r=0;r0,isEdge=UA&&UA.indexOf("edge/")>0;UA&&UA.indexOf("android");var isIOS=UA&&/iphone|ipad|ipod|ios/.test(UA)||"ios"===weexPlatform;UA&&/chrome\/\d+/.test(UA),UA&&/phantomjs/.test(UA);var isFF=UA&&UA.match(/firefox\/(\d+)/),nativeWatch={}.watch,supportsPassive=!1,_isServer;if(inBrowser)try{var opts={};Object.defineProperty(opts,"passive",{get:function(){supportsPassive=!0}}),window.addEventListener("test-passive",null,opts)}catch(e){}var isServerRendering=function(){return void 0===_isServer&&(_isServer=!inBrowser&&!inWeex&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),_isServer},devtools=inBrowser&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function isNative(e){return"function"==typeof e&&/native code/.test(e.toString())}var hasSymbol="undefined"!=typeof Symbol&&isNative(Symbol)&&"undefined"!=typeof Reflect&&isNative(Reflect.ownKeys),_Set;_Set="undefined"!=typeof Set&&isNative(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var warn=noop,uid=0,Dep=function(){this.id=uid++,this.subs=[]};Dep.prototype.addSub=function(e){this.subs.push(e)},Dep.prototype.removeSub=function(e){remove(this.subs,e)},Dep.prototype.depend=function(){Dep.target&&Dep.target.addDep(this)},Dep.prototype.notify=function(){for(var e=this.subs.slice(),t=0,r=e.length;t-1)if(a&&!hasOwn(o,"default"))i=!1;else if(""===i||i===hyphenate(e)){var c=getTypeIndex(String,o.type);(c<0||s0&&(isTextNode((n=normalizeArrayChildren(n,(t||"")+"_"+r))[0])&&isTextNode(a)&&(i[o]=createTextVNode(a.text+n[0].text),n.shift()),i.push.apply(i,n)):isPrimitive(n)?isTextNode(a)?i[o]=createTextVNode(a.text+n):""!==n&&i.push(createTextVNode(n)):isTextNode(n)&&isTextNode(a)?i[o]=createTextVNode(a.text+n.text):(isTrue(e._isVList)&&isDef(n.tag)&&isUndef(n.key)&&isDef(t)&&(n.key="__vlist"+t+"_"+r+"__"),i.push(n)));return i}function initProvide(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}function initInjections(e){var t=resolveInject(e.$options.inject,e);t&&(toggleObserving(!1),Object.keys(t).forEach((function(r){defineReactive$$1(e,r,t[r])})),toggleObserving(!0))}function resolveInject(e,t){if(e){for(var r=Object.create(null),n=hasSymbol?Reflect.ownKeys(e):Object.keys(e),o=0;o0,a=e?!!e.$stable:!o,i=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==emptyObject&&i===r.$key&&!o&&!r.$hasNormal)return r;for(var s in n={},e)e[s]&&"$"!==s[0]&&(n[s]=normalizeScopedSlot(t,s,e[s]))}else n={};for(var c in t)c in n||(n[c]=proxyNormalSlot(t,c));return e&&Object.isExtensible(e)&&(e._normalized=n),def(n,"$stable",a),def(n,"$key",i),def(n,"$hasNormal",o),n}function normalizeScopedSlot(e,t,r){var n=function(){var e=arguments.length?r.apply(null,arguments):r({}),t=(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:normalizeChildren(e))&&e[0];return e&&(!t||1===e.length&&t.isComment&&!isAsyncPlaceholder(t))?void 0:e};return r.proxy&&Object.defineProperty(e,t,{get:n,enumerable:!0,configurable:!0}),n}function proxyNormalSlot(e,t){return function(){return e[t]}}function renderList(e,t){var r,n,o,a,i;if(Array.isArray(e)||"string"==typeof e)for(r=new Array(e.length),n=0,o=e.length;n1?toArray(r):r;for(var n=toArray(arguments,1),o='event handler for "'+e+'"',a=0,i=r.length;adocument.createEvent("Event").timeStamp&&(getNow=function(){return performance.now()})}function flushSchedulerQueue(){var e,t;for(currentFlushTimestamp=getNow(),flushing=!0,queue.sort((function(e,t){return e.id-t.id})),index=0;indexindex&&queue[r].id>e.id;)r--;queue.splice(r+1,0,e)}else queue.push(e);waiting||(waiting=!0,nextTick(flushSchedulerQueue))}}var uid$2=0,Watcher=function(e,t,r,n,o){this.vm=e,o&&(e._watcher=this),e._watchers.push(this),n?(this.deep=!!n.deep,this.user=!!n.user,this.lazy=!!n.lazy,this.sync=!!n.sync,this.before=n.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=r,this.id=++uid$2,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new _Set,this.newDepIds=new _Set,this.expression="","function"==typeof t?this.getter=t:(this.getter=parsePath(t),this.getter||(this.getter=noop)),this.value=this.lazy?void 0:this.get()};Watcher.prototype.get=function(){var e;pushTarget(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;handleError(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&traverse(e),popTarget(),this.cleanupDeps()}return e},Watcher.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Watcher.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},Watcher.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():queueWatcher(this)},Watcher.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||isObject(e)||this.deep){var t=this.value;if(this.value=e,this.user){var r='callback for watcher "'+this.expression+'"';invokeWithErrorHandling(this.cb,this.vm,[e,t],this.vm,r)}else this.cb.call(this.vm,e,t)}}},Watcher.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Watcher.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Watcher.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||remove(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var sharedPropertyDefinition={enumerable:!0,configurable:!0,get:noop,set:noop};function proxy(e,t,r){sharedPropertyDefinition.get=function(){return this[t][r]},sharedPropertyDefinition.set=function(e){this[t][r]=e},Object.defineProperty(e,r,sharedPropertyDefinition)}function initState(e){e._watchers=[];var t=e.$options;t.props&&initProps(e,t.props),t.methods&&initMethods(e,t.methods),t.data?initData(e):observe(e._data={},!0),t.computed&&initComputed(e,t.computed),t.watch&&t.watch!==nativeWatch&&initWatch(e,t.watch)}function initProps(e,t){var r=e.$options.propsData||{},n=e._props={},o=e.$options._propKeys=[];!e.$parent||toggleObserving(!1);var a=function(a){o.push(a);var i=validateProp(a,t,r,e);defineReactive$$1(n,a,i),a in e||proxy(e,"_props",a)};for(var i in t)a(i);toggleObserving(!0)}function initData(e){var t=e.$options.data;isPlainObject(t=e._data="function"==typeof t?getData(t,e):t||{})||(t={});var r=Object.keys(t),n=e.$options.props;e.$options.methods;for(var o=r.length;o--;){var a=r[o];n&&hasOwn(n,a)||isReserved(a)||proxy(e,"_data",a)}observe(t,!0)}function getData(e,t){pushTarget();try{return e.call(t,t)}catch(e){return handleError(e,t,"data()"),{}}finally{popTarget()}}var computedWatcherOptions={lazy:!0};function initComputed(e,t){var r=e._computedWatchers=Object.create(null),n=isServerRendering();for(var o in t){var a=t[o],i="function"==typeof a?a:a.get;n||(r[o]=new Watcher(e,i||noop,noop,computedWatcherOptions)),o in e||defineComputed(e,o,a)}}function defineComputed(e,t,r){var n=!isServerRendering();"function"==typeof r?(sharedPropertyDefinition.get=n?createComputedGetter(t):createGetterInvoker(r),sharedPropertyDefinition.set=noop):(sharedPropertyDefinition.get=r.get?n&&!1!==r.cache?createComputedGetter(t):createGetterInvoker(r.get):noop,sharedPropertyDefinition.set=r.set||noop),Object.defineProperty(e,t,sharedPropertyDefinition)}function createComputedGetter(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),Dep.target&&t.depend(),t.value}}function createGetterInvoker(e){return function(){return e.call(this,this)}}function initMethods(e,t){for(var r in e.$options.props,t)e[r]="function"!=typeof t[r]?noop:bind(t[r],e)}function initWatch(e,t){for(var r in t){var n=t[r];if(Array.isArray(n))for(var o=0;o-1)return this;var r=toArray(arguments,1);return r.unshift(this),"function"==typeof e.install?e.install.apply(e,r):"function"==typeof e&&e.apply(null,r),t.push(e),this}}function initMixin$1(e){e.mixin=function(e){return this.options=mergeOptions(this.options,e),this}}function initExtend(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var r=this,n=r.cid,o=e._Ctor||(e._Ctor={});if(o[n])return o[n];var a=e.name||r.options.name,i=function(e){this._init(e)};return(i.prototype=Object.create(r.prototype)).constructor=i,i.cid=t++,i.options=mergeOptions(r.options,e),i.super=r,i.options.props&&initProps$1(i),i.options.computed&&initComputed$1(i),i.extend=r.extend,i.mixin=r.mixin,i.use=r.use,ASSET_TYPES.forEach((function(e){i[e]=r[e]})),a&&(i.options.components[a]=i),i.superOptions=r.options,i.extendOptions=e,i.sealedOptions=extend({},i.options),o[n]=i,i}}function initProps$1(e){var t=e.options.props;for(var r in t)proxy(e.prototype,"_props",r)}function initComputed$1(e){var t=e.options.computed;for(var r in t)defineComputed(e.prototype,r,t[r])}function initAssetRegisters(e){ASSET_TYPES.forEach((function(t){e[t]=function(e,r){return r?("component"===t&&isPlainObject(r)&&(r.name=r.name||e,r=this.options._base.extend(r)),"directive"===t&&"function"==typeof r&&(r={bind:r,update:r}),this.options[t+"s"][e]=r,r):this.options[t+"s"][e]}}))}function getComponentName(e){return e&&(e.Ctor.options.name||e.tag)}function matches(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!isRegExp(e)&&e.test(t)}function pruneCache(e,t){var r=e.cache,n=e.keys,o=e._vnode;for(var a in r){var i=r[a];if(i){var s=i.name;s&&!t(s)&&pruneCacheEntry(r,a,n,o)}}}function pruneCacheEntry(e,t,r,n){var o=e[t];!o||n&&o.tag===n.tag||o.componentInstance.$destroy(),e[t]=null,remove(r,t)}initMixin(Vue),stateMixin(Vue),eventsMixin(Vue),lifecycleMixin(Vue),renderMixin(Vue);var patternTypes=[String,RegExp,Array],KeepAlive={name:"keep-alive",abstract:!0,props:{include:patternTypes,exclude:patternTypes,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,r=e.keys,n=e.vnodeToCache,o=e.keyToCache;if(n){var a=n.tag,i=n.componentInstance,s=n.componentOptions;t[o]={name:getComponentName(s),tag:a,componentInstance:i},r.push(o),this.max&&r.length>parseInt(this.max)&&pruneCacheEntry(t,r[0],r,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)pruneCacheEntry(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){pruneCache(e,(function(e){return matches(t,e)}))})),this.$watch("exclude",(function(t){pruneCache(e,(function(e){return!matches(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=getFirstComponentChild(e),r=t&&t.componentOptions;if(r){var n=getComponentName(r),o=this.include,a=this.exclude;if(o&&(!n||!matches(o,n))||a&&n&&matches(a,n))return t;var i=this.cache,s=this.keys,c=null==t.key?r.Ctor.cid+(r.tag?"::"+r.tag:""):t.key;i[c]?(t.componentInstance=i[c].componentInstance,remove(s,c),s.push(c)):(this.vnodeToCache=t,this.keyToCache=c),t.data.keepAlive=!0}return t||e&&e[0]}},builtInComponents={KeepAlive:KeepAlive};function initGlobalAPI(e){var t={get:function(){return config}};Object.defineProperty(e,"config",t),e.util={warn:warn,extend:extend,mergeOptions:mergeOptions,defineReactive:defineReactive$$1},e.set=set,e.delete=del,e.nextTick=nextTick,e.observable=function(e){return observe(e),e},e.options=Object.create(null),ASSET_TYPES.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,extend(e.options.components,builtInComponents),initUse(e),initMixin$1(e),initExtend(e),initAssetRegisters(e)}initGlobalAPI(Vue),Object.defineProperty(Vue.prototype,"$isServer",{get:isServerRendering}),Object.defineProperty(Vue.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Vue,"FunctionalRenderContext",{value:FunctionalRenderContext}),Vue.version="2.6.14";var isReservedAttr=makeMap("style,class"),acceptValue=makeMap("input,textarea,option,select,progress"),mustUseProp=function(e,t,r){return"value"===r&&acceptValue(e)&&"button"!==t||"selected"===r&&"option"===e||"checked"===r&&"input"===e||"muted"===r&&"video"===e},isEnumeratedAttr=makeMap("contenteditable,draggable,spellcheck"),isValidContentEditableValue=makeMap("events,caret,typing,plaintext-only"),convertEnumeratedValue=function(e,t){return isFalsyAttrValue(t)||"false"===t?"false":"contenteditable"===e&&isValidContentEditableValue(t)?t:"true"},isBooleanAttr=makeMap("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),xlinkNS="http://www.w3.org/1999/xlink",isXlink=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},getXlinkProp=function(e){return isXlink(e)?e.slice(6,e.length):""},isFalsyAttrValue=function(e){return null==e||!1===e};function genClassForVnode(e){for(var t=e.data,r=e,n=e;isDef(n.componentInstance);)(n=n.componentInstance._vnode)&&n.data&&(t=mergeClassData(n.data,t));for(;isDef(r=r.parent);)r&&r.data&&(t=mergeClassData(t,r.data));return renderClass(t.staticClass,t.class)}function mergeClassData(e,t){return{staticClass:concat(e.staticClass,t.staticClass),class:isDef(e.class)?[e.class,t.class]:t.class}}function renderClass(e,t){return isDef(e)||isDef(t)?concat(e,stringifyClass(t)):""}function concat(e,t){return e?t?e+" "+t:e:t||""}function stringifyClass(e){return Array.isArray(e)?stringifyArray(e):isObject(e)?stringifyObject(e):"string"==typeof e?e:""}function stringifyArray(e){for(var t,r="",n=0,o=e.length;n-1?unknownElementCache[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:unknownElementCache[e]=/HTMLUnknownElement/.test(t.toString())}var isTextInputType=makeMap("text,number,password,search,email,tel,url");function query(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function createElement$1(e,t){var r=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&r.setAttribute("multiple","multiple"),r}function createElementNS(e,t){return document.createElementNS(namespaceMap[e],t)}function createTextNode(e){return document.createTextNode(e)}function createComment(e){return document.createComment(e)}function insertBefore(e,t,r){e.insertBefore(t,r)}function removeChild(e,t){e.removeChild(t)}function appendChild(e,t){e.appendChild(t)}function parentNode(e){return e.parentNode}function nextSibling(e){return e.nextSibling}function tagName(e){return e.tagName}function setTextContent(e,t){e.textContent=t}function setStyleScope(e,t){e.setAttribute(t,"")}var nodeOps=Object.freeze({createElement:createElement$1,createElementNS:createElementNS,createTextNode:createTextNode,createComment:createComment,insertBefore:insertBefore,removeChild:removeChild,appendChild:appendChild,parentNode:parentNode,nextSibling:nextSibling,tagName:tagName,setTextContent:setTextContent,setStyleScope:setStyleScope}),ref={create:function(e,t){registerRef(t)},update:function(e,t){e.data.ref!==t.data.ref&&(registerRef(e,!0),registerRef(t))},destroy:function(e){registerRef(e,!0)}};function registerRef(e,t){var r=e.data.ref;if(isDef(r)){var n=e.context,o=e.componentInstance||e.elm,a=n.$refs;t?Array.isArray(a[r])?remove(a[r],o):a[r]===o&&(a[r]=void 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)<0&&a[r].push(o):a[r]=[o]:a[r]=o}}var emptyNode=new VNode("",{},[]),hooks=["create","activate","update","remove","destroy"];function sameVnode(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&isDef(e.data)===isDef(t.data)&&sameInputType(e,t)||isTrue(e.isAsyncPlaceholder)&&isUndef(t.asyncFactory.error))}function sameInputType(e,t){if("input"!==e.tag)return!0;var r,n=isDef(r=e.data)&&isDef(r=r.attrs)&&r.type,o=isDef(r=t.data)&&isDef(r=r.attrs)&&r.type;return n===o||isTextInputType(n)&&isTextInputType(o)}function createKeyToOldIdx(e,t,r){var n,o,a={};for(n=t;n<=r;++n)isDef(o=e[n].key)&&(a[o]=n);return a}function createPatchFunction(e){var t,r,n={},o=e.modules,a=e.nodeOps;for(t=0;tp?h(e,isUndef(r[v+1])?null:r[v+1].elm,r,f,v,n):f>v&&g(t,l,p)}(u,d,y,r,c):isDef(y)?(isDef(e.text)&&a.setTextContent(u,""),h(u,null,y,0,y.length-1,r)):isDef(d)?g(d,0,d.length-1):isDef(e.text)&&a.setTextContent(u,""):e.text!==t.text&&a.setTextContent(u,t.text),isDef(p)&&isDef(l=p.hook)&&isDef(l=l.postpatch)&&l(e,t)}}}function b(e,t,r){if(isTrue(r)&&isDef(e.parent))e.parent.data.pendingInsert=t;else for(var n=0;n-1?baseSetAttr(e,t,r):isBooleanAttr(t)?isFalsyAttrValue(r)?e.removeAttribute(t):(r="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,r)):isEnumeratedAttr(t)?e.setAttribute(t,convertEnumeratedValue(t,r)):isXlink(t)?isFalsyAttrValue(r)?e.removeAttributeNS(xlinkNS,getXlinkProp(t)):e.setAttributeNS(xlinkNS,t,r):baseSetAttr(e,t,r)}function baseSetAttr(e,t,r){if(isFalsyAttrValue(r))e.removeAttribute(t);else{if(isIE&&!isIE9&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==r&&!e.__ieph){var n=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",n)};e.addEventListener("input",n),e.__ieph=!0}e.setAttribute(t,r)}}var attrs={create:updateAttrs,update:updateAttrs};function updateClass(e,t){var r=t.elm,n=t.data,o=e.data;if(!(isUndef(n.staticClass)&&isUndef(n.class)&&(isUndef(o)||isUndef(o.staticClass)&&isUndef(o.class)))){var a=genClassForVnode(t),i=r._transitionClasses;isDef(i)&&(a=concat(a,stringifyClass(i))),a!==r._prevClass&&(r.setAttribute("class",a),r._prevClass=a)}}var klass={create:updateClass,update:updateClass},RANGE_TOKEN="__r",CHECKBOX_RADIO_TOKEN="__c",target$1;function normalizeEvents(e){if(isDef(e[RANGE_TOKEN])){var t=isIE?"change":"input";e[t]=[].concat(e[RANGE_TOKEN],e[t]||[]),delete e[RANGE_TOKEN]}isDef(e[CHECKBOX_RADIO_TOKEN])&&(e.change=[].concat(e[CHECKBOX_RADIO_TOKEN],e.change||[]),delete e[CHECKBOX_RADIO_TOKEN])}function createOnceHandler$1(e,t,r){var n=target$1;return function o(){var a=t.apply(null,arguments);null!==a&&remove$2(e,o,r,n)}}var useMicrotaskFix=isUsingMicroTask&&!(isFF&&Number(isFF[1])<=53);function add$1(e,t,r,n){if(useMicrotaskFix){var o=currentFlushTimestamp,a=t;t=a._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=o||e.timeStamp<=0||e.target.ownerDocument!==document)return a.apply(this,arguments)}}target$1.addEventListener(e,t,supportsPassive?{capture:r,passive:n}:r)}function remove$2(e,t,r,n){(n||target$1).removeEventListener(e,t._wrapper||t,r)}function updateDOMListeners(e,t){if(!isUndef(e.data.on)||!isUndef(t.data.on)){var r=t.data.on||{},n=e.data.on||{};target$1=t.elm,normalizeEvents(r),updateListeners(r,n,add$1,remove$2,createOnceHandler$1,t.context),target$1=void 0}}var events={create:updateDOMListeners,update:updateDOMListeners},svgContainer;function updateDOMProps(e,t){if(!isUndef(e.data.domProps)||!isUndef(t.data.domProps)){var r,n,o=t.elm,a=e.data.domProps||{},i=t.data.domProps||{};for(r in isDef(i.__ob__)&&(i=t.data.domProps=extend({},i)),a)r in i||(o[r]="");for(r in i){if(n=i[r],"textContent"===r||"innerHTML"===r){if(t.children&&(t.children.length=0),n===a[r])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===r&&"PROGRESS"!==o.tagName){o._value=n;var s=isUndef(n)?"":String(n);shouldUpdateValue(o,s)&&(o.value=s)}else if("innerHTML"===r&&isSVG(o.tagName)&&isUndef(o.innerHTML)){(svgContainer=svgContainer||document.createElement("div")).innerHTML=""+n+"";for(var c=svgContainer.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(n!==a[r])try{o[r]=n}catch(e){}}}}function shouldUpdateValue(e,t){return!e.composing&&("OPTION"===e.tagName||isNotInFocusAndDirty(e,t)||isDirtyWithModifiers(e,t))}function isNotInFocusAndDirty(e,t){var r=!0;try{r=document.activeElement!==e}catch(e){}return r&&e.value!==t}function isDirtyWithModifiers(e,t){var r=e.value,n=e._vModifiers;if(isDef(n)){if(n.number)return toNumber(r)!==toNumber(t);if(n.trim)return r.trim()!==t.trim()}return r!==t}var domProps={create:updateDOMProps,update:updateDOMProps},parseStyleText=cached((function(e){var t={},r=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function normalizeStyleData(e){var t=normalizeStyleBinding(e.style);return e.staticStyle?extend(e.staticStyle,t):t}function normalizeStyleBinding(e){return Array.isArray(e)?toObject(e):"string"==typeof e?parseStyleText(e):e}function getStyle(e,t){var r,n={};if(t)for(var o=e;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(r=normalizeStyleData(o.data))&&extend(n,r);(r=normalizeStyleData(e.data))&&extend(n,r);for(var a=e;a=a.parent;)a.data&&(r=normalizeStyleData(a.data))&&extend(n,r);return n}var cssVarRE=/^--/,importantRE=/\s*!important$/,setProp=function(e,t,r){if(cssVarRE.test(t))e.style.setProperty(t,r);else if(importantRE.test(r))e.style.setProperty(hyphenate(t),r.replace(importantRE,""),"important");else{var n=normalize(t);if(Array.isArray(r))for(var o=0,a=r.length;o-1?t.split(whitespaceRE).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var r=" "+(e.getAttribute("class")||"")+" ";r.indexOf(" "+t+" ")<0&&e.setAttribute("class",(r+t).trim())}}function removeClass(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(whitespaceRE).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var r=" "+(e.getAttribute("class")||"")+" ",n=" "+t+" ";r.indexOf(n)>=0;)r=r.replace(n," ");(r=r.trim())?e.setAttribute("class",r):e.removeAttribute("class")}}function resolveTransition(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&extend(t,autoCssTransition(e.name||"v")),extend(t,e),t}return"string"==typeof e?autoCssTransition(e):void 0}}var autoCssTransition=cached((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),hasTransition=inBrowser&&!isIE9,TRANSITION="transition",ANIMATION="animation",transitionProp="transition",transitionEndEvent="transitionend",animationProp="animation",animationEndEvent="animationend";hasTransition&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(transitionProp="WebkitTransition",transitionEndEvent="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(animationProp="WebkitAnimation",animationEndEvent="webkitAnimationEnd"));var raf=inBrowser?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function nextFrame(e){raf((function(){raf(e)}))}function addTransitionClass(e,t){var r=e._transitionClasses||(e._transitionClasses=[]);r.indexOf(t)<0&&(r.push(t),addClass(e,t))}function removeTransitionClass(e,t){e._transitionClasses&&remove(e._transitionClasses,t),removeClass(e,t)}function whenTransitionEnds(e,t,r){var n=getTransitionInfo(e,t),o=n.type,a=n.timeout,i=n.propCount;if(!o)return r();var s=o===TRANSITION?transitionEndEvent:animationEndEvent,c=0,u=function(){e.removeEventListener(s,l),r()},l=function(t){t.target===e&&++c>=i&&u()};setTimeout((function(){c0&&(r=TRANSITION,l=i,f=a.length):t===ANIMATION?u>0&&(r=ANIMATION,l=u,f=c.length):f=(r=(l=Math.max(i,u))>0?i>u?TRANSITION:ANIMATION:null)?r===TRANSITION?a.length:c.length:0,{type:r,timeout:l,propCount:f,hasTransform:r===TRANSITION&&transformRE.test(n[transitionProp+"Property"])}}function getTimeout(e,t){for(;e.length1}function _enter(e,t){!0!==t.data.show&&enter(t)}var transition=inBrowser?{create:_enter,activate:_enter,remove:function(e,t){!0!==e.data.show?leave(e,t):t()}}:{},platformModules=[attrs,klass,events,domProps,style,transition],modules=platformModules.concat(baseModules),patch=createPatchFunction({nodeOps:nodeOps,modules:modules});isIE9&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&trigger(e,"input")}));var directive={inserted:function(e,t,r,n){"select"===r.tag?(n.elm&&!n.elm._vOptions?mergeVNodeHook(r,"postpatch",(function(){directive.componentUpdated(e,t,r)})):setSelected(e,t,r.context),e._vOptions=[].map.call(e.options,getValue)):("textarea"===r.tag||isTextInputType(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",onCompositionStart),e.addEventListener("compositionend",onCompositionEnd),e.addEventListener("change",onCompositionEnd),isIE9&&(e.vmodel=!0)))},componentUpdated:function(e,t,r){if("select"===r.tag){setSelected(e,t,r.context);var n=e._vOptions,o=e._vOptions=[].map.call(e.options,getValue);if(o.some((function(e,t){return!looseEqual(e,n[t])})))(e.multiple?t.value.some((function(e){return hasNoMatchingOption(e,o)})):t.value!==t.oldValue&&hasNoMatchingOption(t.value,o))&&trigger(e,"change")}}};function setSelected(e,t,r){actuallySetSelected(e,t),(isIE||isEdge)&&setTimeout((function(){actuallySetSelected(e,t)}),0)}function actuallySetSelected(e,t,r){var n=t.value,o=e.multiple;if(!o||Array.isArray(n)){for(var a,i,s=0,c=e.options.length;s-1,i.selected!==a&&(i.selected=a);else if(looseEqual(getValue(i),n))return void(e.selectedIndex!==s&&(e.selectedIndex=s));o||(e.selectedIndex=-1)}}function hasNoMatchingOption(e,t){return t.every((function(t){return!looseEqual(t,e)}))}function getValue(e){return"_value"in e?e._value:e.value}function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){e.target.composing&&(e.target.composing=!1,trigger(e.target,"input"))}function trigger(e,t){var r=document.createEvent("HTMLEvents");r.initEvent(t,!0,!0),e.dispatchEvent(r)}function locateNode(e){return!e.componentInstance||e.data&&e.data.transition?e:locateNode(e.componentInstance._vnode)}var show={bind:function(e,t,r){var n=t.value,o=(r=locateNode(r)).data&&r.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;n&&o?(r.data.show=!0,enter(r,(function(){e.style.display=a}))):e.style.display=n?a:"none"},update:function(e,t,r){var n=t.value;!n!=!t.oldValue&&((r=locateNode(r)).data&&r.data.transition?(r.data.show=!0,n?enter(r,(function(){e.style.display=e.__vOriginalDisplay})):leave(r,(function(){e.style.display="none"}))):e.style.display=n?e.__vOriginalDisplay:"none")},unbind:function(e,t,r,n,o){o||(e.style.display=e.__vOriginalDisplay)}},platformDirectives={model:directive,show:show},transitionProps={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function getRealChild(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?getRealChild(getFirstComponentChild(t.children)):e}function extractTransitionData(e){var t={},r=e.$options;for(var n in r.propsData)t[n]=e[n];var o=r._parentListeners;for(var a in o)t[camelize(a)]=o[a];return t}function placeholder(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function hasParentTransition(e){for(;e=e.parent;)if(e.data.transition)return!0}function isSameChild(e,t){return t.key===e.key&&t.tag===e.tag}var isNotTextNode=function(e){return e.tag||isAsyncPlaceholder(e)},isVShowDirective=function(e){return"show"===e.name},Transition={name:"transition",props:transitionProps,abstract:!0,render:function(e){var t=this,r=this.$slots.default;if(r&&(r=r.filter(isNotTextNode)).length){var n=this.mode,o=r[0];if(hasParentTransition(this.$vnode))return o;var a=getRealChild(o);if(!a)return o;if(this._leaving)return placeholder(e,o);var i="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?i+"comment":i+a.tag:isPrimitive(a.key)?0===String(a.key).indexOf(i)?a.key:i+a.key:a.key;var s=(a.data||(a.data={})).transition=extractTransitionData(this),c=this._vnode,u=getRealChild(c);if(a.data.directives&&a.data.directives.some(isVShowDirective)&&(a.data.show=!0),u&&u.data&&!isSameChild(a,u)&&!isAsyncPlaceholder(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var l=u.data.transition=extend({},s);if("out-in"===n)return this._leaving=!0,mergeVNodeHook(l,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),placeholder(e,o);if("in-out"===n){if(isAsyncPlaceholder(a))return c;var f,p=function(){f()};mergeVNodeHook(s,"afterEnter",p),mergeVNodeHook(s,"enterCancelled",p),mergeVNodeHook(l,"delayLeave",(function(e){f=e}))}}return o}}},props=extend({tag:String,moveClass:String},transitionProps);delete props.mode;var TransitionGroup={props:props,beforeMount:function(){var e=this,t=this._update;this._update=function(r,n){var o=setActiveInstance(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,o(),t.call(e,r,n)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",r=Object.create(null),n=this.prevChildren=this.children,o=this.$slots.default||[],a=this.children=[],i=extractTransitionData(this),s=0;s1?o-1:0),i=1;i ",e].concat(a)),null!=this.eventsBound&&null!=this.eventsBound[e]&&this.eventsBound[e].forEach((function(e){})),(n=_get(_getPrototypeOf(r.prototype),"$emit",this)).call.apply(n,[this,e].concat(a))}},{key:"$on",value:function(e){var t,n;this.eventsBound=this.eventsBound||{},this.eventsBound[e]=this.eventsBound[e]||[];for(var o=arguments.length,a=new Array(o>1?o-1:0),i=1;i ",e].concat(a)),(n=_get(_getPrototypeOf(r.prototype),"$on",this)).call.apply(n,[this,e].concat(a))}},{key:"$off",value:function(e){for(var t,n,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i ",e].concat(a)),(n=_get(_getPrototypeOf(r.prototype),"$off",this)).call.apply(n,[this,e].concat(a))}}]),r}(Vue);window.EventBus=window.EventBus||new EventBus({name:"EventBus"});var EventBus$1=window.EventBus;window.LS=window.LS||{};var AdminCore=function(){if("object"!==_typeof(window.LS.adminCore)){var e,t,r,n={document:[]},o=function(){return{eventsBound:n,windowLS:window.LS}},a=function(){globalStartUpMethods.bootstrapping(),onExistBinding(),i((function(){adminCoreLSConsole.log("TRIGGERWARNING","Document ready triggered")}),"ready"),i((function(){adminCoreLSConsole.log("TRIGGERWARNING","Document scriptcomplete triggered")}),"pjax:scriptcomplete"),i(saveController),i(loadMethods),i(bindAdvancedAttribute),i(confirmDeletemodal),i(panelClickable),i(panelsAnimation,null,null,200),i(notificationSystem.initNotification),i(activateSubSubMenues),i(globalWindowMethods.fixAccordionPosition)},i=function(e,t,r,o){if(t=t||"pjax:scriptcomplete ready",o=o||0,n[r=r||"document"]=n[r]||[],void 0===lodash.find(n[r],{fn:e,event:t,root:r,delay:o})){n[r].push({fn:e,event:t,root:r,delay:o});var a=lodash.map(t.split(" "),(function(e){return"ready"!==e?e+".admincore":"ready"})),i=o>0?function(){window.setTimeout(e,o)}:e;"document"==r?$(document).on(a.join(" "),i):$(r).on(a.join(" "),i)}},s=function(){lodash.each(n,(function(e,t){lodash.each(e,(function(e){var t=lodash.map(e.event.split(" "),(function(e){return"ready"!==e?e+".admincore":""})),r=e.delay>0?function(){window.setTimeout(e.fn,e.delay)}:e.fn;"document"!==e.root&&($(e.root).off(t.join(" ")),$(e.root).on(t.join(" "),r))}))})),onExistBinding()},c=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"globalAddition";window.LS[t]=window.LS[t]||{},window.LS[t]=lodash.merge(window.LS[t],e)};e={adminCore:{refresh:s,onload:a,appendToLoad:i,addToNamespace:c}},t={saveBindings:saveController,confirmationModal:loadMethods,questionEdit:bindAdvancedAttribute,confirmDeletemodal:confirmDeletemodal,panelClickable:panelClickable,panelsAnimation:panelsAnimation,initNotification:notificationSystem.initNotification},r=lodash.merge(e,globalWindowMethods,parameterGlobals,{AjaxHelper:AjaxHelper},{notifyFader:notifyFader},{createUrl:createUrl},{EventBus:EventBus$1},subquestionAndAnswersGlobalMethods,notificationSystem,gridAction),window.LS=lodash.merge(window.LS,r,{pageLoadActions:t,ld:lodash,debug:o}),window.hasFormValidation="function"==typeof document.createElement("input").checkValidity,a()}else window.LS.adminCore.refresh()};AdminCore()})); diff --git a/assets/packages/adminbasics/build/adminbasics.rtl.css b/assets/packages/adminbasics/build/adminbasics.rtl.css index 7fd6046db47..b5bb75f3fe7 100644 --- a/assets/packages/adminbasics/build/adminbasics.rtl.css +++ b/assets/packages/adminbasics/build/adminbasics.rtl.css @@ -1,121 +1,4 @@ @charset "UTF-8"; -.jcarousel-wrapper { - margin: 20px auto; - position: relative; - border: 10px solid #fff; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - -webkit-box-shadow: 0 0 2px #999; - -moz-box-shadow: 0 0 2px #999; - box-shadow: 0 0 2px #999; -} - -/** Carousel **/ -.jcarousel { - position: relative; - overflow: hidden; - width: 100%; -} - -.jcarousel ul { - width: 20000em; - position: relative; - list-style: none; - margin: 0; - padding: 0; -} - -.jcarousel li { - width: 200px; - float: right; - border: 1px solid #fff; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.jcarousel img { - display: block; - max-width: 100%; - height: auto !important; -} - -/** Carousel Controls **/ -.jcarousel-control-prev, -.jcarousel-control-next { - position: absolute; - top: 50%; - margin-top: -15px; - width: 30px; - height: 30px; - text-align: center; - background: #4E443C; - color: #fff; - text-decoration: none; - text-shadow: 0 0 1px #000; - font: 24px/27px Arial, sans-serif; - -webkit-border-radius: 30px; - -moz-border-radius: 30px; - border-radius: 30px; - -webkit-box-shadow: 0 0 4px #F0EFE7; - -moz-box-shadow: 0 0 4px #F0EFE7; - box-shadow: 0 0 4px #F0EFE7; -} - -.jcarousel-control-prev { - right: 15px; -} - -.jcarousel-control-next { - left: 15px; -} - -/** Carousel Pagination **/ -.jcarousel-pagination { - position: absolute; - bottom: -40px; - right: 50%; - -webkit-transform: translate(50%, 0); - -ms-transform: translate(50%, 0); - transform: translate(50%, 0); - margin: 0; -} - -.jcarousel-pagination a { - text-decoration: none; - display: inline-block; - font-size: 11px; - height: 10px; - width: 10px; - line-height: 10px; - background: #fff; - color: #4E443C; - border-radius: 10px; - text-indent: -9999px; - margin-left: 7px; - -webkit-box-shadow: 0 0 2px #4E443C; - -moz-box-shadow: 0 0 2px #4E443C; - box-shadow: 0 0 2px #4E443C; -} - -.jcarousel-pagination a.active { - background: #4E443C; - color: #fff; - opacity: 1; - -webkit-box-shadow: 0 0 2px #F0EFE7; - -moz-box-shadow: 0 0 2px #F0EFE7; - box-shadow: 0 0 2px #F0EFE7; -} - -.template-miniature { - cursor: pointer; -} - -.item.inactive { - display: none; -} - /** * Lime Admin Common CSS File * @@ -4469,68 +4352,121 @@ html[dir=rtl] th { overflow-x: visible; } -#selectable .ui-selecting { - background: #8CCE00; +.jcarousel-wrapper { + margin: 20px auto; + position: relative; + border: 10px solid #fff; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + -webkit-box-shadow: 0 0 2px #999; + -moz-box-shadow: 0 0 2px #999; + box-shadow: 0 0 2px #999; } -#selectable .ui-selected { - background: #C1DD7F; - color: #000000; +/** Carousel **/ +.jcarousel { + position: relative; + overflow: hidden; + width: 100%; } -#selectable { - list-style-type: none; - margin: 2px; +.jcarousel ul { + width: 20000em; + position: relative; + list-style: none; + margin: 0; padding: 0; - width: 90%; } -#selectable li { - padding: 1em; - font-size: 1em; - height: 9px; - text-align: center; - margin: 4px; +.jcarousel li { + width: 200px; + float: right; + border: 1px solid #fff; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } -.ui-icon.exporticon { - background-image: url("images/export.gif"); +.jcarousel img { + display: block; + max-width: 100%; + height: auto !important; } -#feedback { - font-size: 1.4em; +/** Carousel Controls **/ +.jcarousel-control-prev, +.jcarousel-control-next { + position: absolute; + top: 50%; + margin-top: -15px; + width: 30px; + height: 30px; + text-align: center; + background: #4E443C; + color: #fff; + text-decoration: none; + text-shadow: 0 0 1px #000; + font: 24px/27px Arial, sans-serif; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; + -webkit-box-shadow: 0 0 4px #F0EFE7; + -moz-box-shadow: 0 0 4px #F0EFE7; + box-shadow: 0 0 4px #F0EFE7; } -#selectableadd .ui-selecting { - background: #0066CC; +.jcarousel-control-prev { + right: 15px; } -#selectableadd .ui-selected { - background: #0066CC; - color: white; +.jcarousel-control-next { + left: 15px; } -#selectableadd { - list-style-type: none; +/** Carousel Pagination **/ +.jcarousel-pagination { + position: absolute; + bottom: -40px; + right: 50%; + -webkit-transform: translate(50%, 0); + -ms-transform: translate(50%, 0); + transform: translate(50%, 0); margin: 0; - padding: 0; - width: 90%; - text-align: center; } -#selectableadd li { - margin: 3px; - padding: 0.4em; - font-size: 1 em; - height: 18px; - text-align: center; +.jcarousel-pagination a { + text-decoration: none; + display: inline-block; + font-size: 11px; + height: 10px; + width: 10px; + line-height: 10px; + background: #fff; + color: #4E443C; + border-radius: 10px; + text-indent: -9999px; + margin-left: 7px; + -webkit-box-shadow: 0 0 2px #4E443C; + -moz-box-shadow: 0 0 2px #4E443C; + box-shadow: 0 0 2px #4E443C; } -.popupgroup { - border: 1px solid #DAE5F4; - padding: 10px; - border-radius: 3px; - margin: 8px; +.jcarousel-pagination a.active { + background: #4E443C; + color: #fff; + opacity: 1; + -webkit-box-shadow: 0 0 2px #F0EFE7; + -moz-box-shadow: 0 0 2px #F0EFE7; + box-shadow: 0 0 2px #F0EFE7; +} + +.template-miniature { + cursor: pointer; +} + +.item.inactive { + display: none; } .draggable-container { @@ -4640,36 +4576,6 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { min-height: 100px; } -#cpdbatt { - min-height: 100px; -} - -.translate > table { - table-layout: fixed; -} - -.translate td._from_ > .question-text-from { - width: 100%; - overflow: auto; - word-wrap: break-word; -} - -#responses-column-filter-modal .checkbox label { - vertical-align: text-bottom; - white-space: nowrap; - overflow-x: hidden; -} - -.responses-multiselect-checkboxes { - overflow-y: scroll; - height: 60vh; -} - -.responses-column-filter-modal-checkbox-buttons { - text-align: right; - padding-bottom: 15px; -} - .grid-view .table td.button-column, .grid-view .table th.button-column, .grid-view-ls .table td.button-column, .grid-view-ls .table th.button-column { white-space: nowrap; text-align: initial; @@ -4798,4 +4704,98 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { margin: 0; border: none; display: inline-block; +} + +#selectable .ui-selecting { + background: #8CCE00; +} + +#selectable .ui-selected { + background: #C1DD7F; + color: #000000; +} + +#selectable { + list-style-type: none; + margin: 2px; + padding: 0; + width: 90%; +} + +#selectable li { + padding: 1em; + font-size: 1em; + height: 9px; + text-align: center; + margin: 4px; +} + +.ui-icon.exporticon { + background-image: url("images/export.gif"); +} + +#feedback { + font-size: 1.4em; +} + +#selectableadd .ui-selecting { + background: #0066CC; +} + +#selectableadd .ui-selected { + background: #0066CC; + color: white; +} + +#selectableadd { + list-style-type: none; + margin: 0; + padding: 0; + width: 90%; + text-align: center; +} + +#selectableadd li { + margin: 3px; + padding: 0.4em; + font-size: 1 em; + height: 18px; + text-align: center; +} + +.popupgroup { + border: 1px solid #DAE5F4; + padding: 10px; + border-radius: 3px; + margin: 8px; +} + +#responses-column-filter-modal .checkbox label { + vertical-align: text-bottom; + white-space: nowrap; + overflow-x: hidden; +} + +.responses-multiselect-checkboxes { + overflow-y: scroll; + height: 60vh; +} + +.responses-column-filter-modal-checkbox-buttons { + text-align: right; + padding-bottom: 15px; +} + +#cpdbatt { + min-height: 100px; +} + +.translate > table { + table-layout: fixed; +} + +.translate td._from_ > .question-text-from { + width: 100%; + overflow: auto; + word-wrap: break-word; } \ No newline at end of file diff --git a/assets/packages/adminbasics/build/adminbasics.rtl.min.css b/assets/packages/adminbasics/build/adminbasics.rtl.min.css index 930c8b4c7c1..9530fa034dc 100644 --- a/assets/packages/adminbasics/build/adminbasics.rtl.min.css +++ b/assets/packages/adminbasics/build/adminbasics.rtl.min.css @@ -1 +1 @@ -#ls-loading{width:100%;height:100%;top:0;right:0;position:fixed;display:block;opacity:.7;background-color:#fff;z-index:3501;text-align:center;display:none}#ls-loading-spinner{position:absolute;top:30%}#notif-container{position:fixed;top:5%;right:20%;width:60%;z-index:3500;background:rgba(255,255,255,.1);min-height:0}.bg-white{background:#fff}.row-button-margin-bottom{margin-bottom:-5px}.row-button-margin-bottom .btn{margin-bottom:5px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:10px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:10px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.side-body,.full-page-wrapper{min-height:100%;position:relative;margin-bottom:65px;padding:0}.side-body h3,.pagetitle,.list-surveys h3{position:relative;padding:.5em;margin-bottom:1em}body{font-size:14px;line-height:1.428571429;margin:0}body .row{margin-left:0;margin-right:0}.jumbotron{text-align:center}.jumbotron.message-box{margin-top:1em}html{font-family:Roboto;font-weight:400;position:relative;min-height:100%}.main-container{padding-bottom:100px}#welcome-jumbotron{padding-top:0;padding-bottom:10px;background-color:transparent}#welcome-jumbotron>img{width:350px}.surveymanagerbar{margin-top:-20px;padding-top:5px}.surveymanagerbar .h3{margin-top:5px;font-weight:300;font-size:1.5em}.menubar{position:relative}.surveybar{width:100%;padding:13px 0 8px;margin:0 auto 15px;z-index:100;box-shadow:-3px 3px 3px #35363f}.surveybar .btn,.surveybar button{margin-bottom:5px}.btn.pull-right{margin-right:5px}.list-surveys{margin-top:10px}#fullpagebar{z-index:100}.tab-content{padding-top:2em}:focus{outline:none}.navbar-brand{font-weight:400}.navbar{border-radius:0 !important}.navbar a{font-weight:400}.navbar .dropdown-menu>li>a{font-weight:400}.navbar .nav-icon-btn>a .label{font-size:10px;padding:0 3px;line-height:15px;position:absolute;display:block;left:5px;top:10px}.lime-icon{display:inline-block;height:1em;width:1em}.mega-dropdown{position:static !important}.mega-dropdown-menu{padding:20px 0;width:100%}.mega-dropdown-menu .dropdown-header{font-size:18px;padding:5px 5px 5px 60px;line-height:30px}.mega-dropdown-menu>li>ul{padding:0;margin:0}.mega-dropdown-menu>li>ul>li{list-style:none}.mega-dropdown-menu>li>ul>li>a{display:block;padding:3px 5px}.mega-dropdown-menu>li ul>li>a:hover{text-decoration:none}.mega-dropdown-menu>li ul>li>a:focus{text-decoration:none}#mainmenu-dropdown{z-index:20002}.footer{z-index:100;position:absolute;bottom:0;display:block;width:100%;height:60px;padding-top:1em}.alert-security-update{margin:0}#update-container{margin-top:10px;z-index:999}#update-container .alert{margin-bottom:5px}#ajaxupdaterLayoutLoading{text-align:center;margin-top:200px;margin-bottom:200px;display:none}.box{border-radius:3px;padding:10px 25px;text-align:left;display:block;margin-top:10px}#info-header{font-size:3em}#info-footer{font-size:2em}.box-icon{border-radius:50%;display:table;height:50px;margin:0 auto;width:50px;margin-top:-31px}.box-icon span{display:table-cell;text-align:center;vertical-align:middle}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes slidefromtop{from{top:-15px}to{top:0}}@-moz-keyframes slidefromtop{from{top:-15px}to{top:0}}@-webkit-keyframes slidefromtop{from{top:-15px}to{top:0}}@-ms-keyframes slidefromtop{from{top:-15px}to{top:0}}@-o-keyframes slidefromtop{from{top:-15px}to{top:0}}.form-group{margin-bottom:17px}.cke_toolgroup{cursor:pointer;cursor:hand;border-radius:0}.message-box{position:relative;margin-top:20px;animation:slidefromtop 1s}.welcome #lime-logo{animation:fadein 1s}.welcome .panel{position:relative;top:50px;opacity:0}.welcome .panel-body{text-align:center}.welcome .panel-body img{height:4em;margin-bottom:1em}.welcome .login-panel .panel-body img{margin-bottom:0}.alert{position:relative;animation:slidefromtop 1s}@media screen and (min-width: 1280px)and (max-width: 1440px){.welcome .panel{min-height:188px}}#welcomeModal{z-index:20000}@media screen and (min-width: 1280px)and (max-width: 1366px){#add_user_btn{margin-top:1.5em}#user-control-table .form-group label{min-width:80px}}.htmleditorboot{padding-top:2em}#edit-question-body{min-height:1200px}.profile-img-card{margin-top:32px}#profile-img{min-height:80px}@media screen and (min-width: 1280px)and (max-width: 1680px){#profile-img{min-height:0}}.login-panel{margin-top:40px}.login-content{text-align:right;padding:1em}.login-submit{text-align:left}#s2id_loginlang{border:none;padding:0}.ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-bdiv{overflow:hidden}.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-toppager{background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-htable th div{height:auto}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input{margin-top:8px}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input.cbox{margin:4px 0 0}.ui-jqgrid td input.cbox{margin:4px 0 0}.ui-jqgrid tr.ui-row-ltr td{border:none}#gs_completed{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.ui-th-column{margin-top:8px}.info>p{padding-top:10px;text-align:justify}.checkbox label:after{padding-right:4px;padding-top:2px;font-size:9px}.survey-action .panel-body img{height:3em}div.panel.disabled{opacity:.5;border:none}div.panel.disabled *{opacity:.5;border:none}div.panel.disabled a{cursor:default}#edit-group .tab-pane{padding:1em}.panel-clickable:hover{cursor:pointer;cursor:hand}.ui-widget-content .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-widget-header .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-search-toolbar th div{min-height:40px}.absolute-wrapper{position:fixed;right:0;width:300px;height:100%}.side-menu{position:absolute;width:300px;padding:0;right:0}.side-menu .navbar{border:none;box-shadow:none}.side-menu .navbar-header{width:100%}.side-menu .navbar-nav li{display:block;width:100%}.side-menu .navbar-nav li a{padding:15px}.side-menu .navbar-nav li a .glyphicon{padding-left:10px}.side-menu .navbar-nav .question-link.active{background-color:transparent;padding:15px 0px 15px 15px;margin-bottom:5px;margin-left:-1px}.side-menu .navbar-nav .question-link.active:hover{text-decoration:none;cursor:default}.side-menu .navbar-nav .question-link{display:block;padding-right:0px}.side-menu .navbar-nav .question-link .question-collapse-title{padding-right:25px}.side-menu #dropdown{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}.side-menu #dropdown li:hover{font-weight:700}.side-menu #dropdown li.active:hover{cursor:default;background-color:transparent;margin-left:-1px}.side-menu #dropdown li.disabled:hover{font-weight:700;background-color:transparent}.side-menu #dropdown .caret{float:left;margin:9px 5px 0}.side-menu #dropdown .indicator{float:left}.side-menu #dropdown .panel-body{padding:0}.side-menu #dropdown .panel-body .navbar-nav{width:100%}.side-menu #dropdown .panel-body .navbar-nav li{padding-right:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li.panel{margin-bottom:0;background-color:transparent;border:none;border-radius:0;box-shadow:none}.side-menu #dropdown .panel-body .navbar-nav li.panel-default{padding-right:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li:last-child{border-bottom:none}.side-menu #dropdown .panel-body .panel-body{margin-right:-15px}.side-menu #dropdown .panel-body .panel>a{margin-right:-20px;padding-right:35px}.side-menu #dropdown .question-group-collapse .caret{float:none;margin-bottom:9px}.side-menu .hide-button{border:0;border-radius:0;padding:15px 18px}.side-menu .brand-name-wrapper{min-height:50px}.side-menu .brand-name-wrapper .navbar-brand{display:block}.side-menu #search{position:relative;z-index:1000}.side-menu #search .panel-body{padding:0}.side-menu #search .panel-body .navbar-form{padding:0;padding-left:50px;width:100%;margin:0;position:relative}.side-menu #search .panel-body .navbar-form .form-group{width:100%;position:relative}.side-menu #search .panel-body .navbar-form input{border:0;border-radius:0;box-shadow:none;width:100%;height:50px}.side-menu #search .panel-body .navbar-form .btn{position:absolute;left:0;top:0;border:0;border-radius:0;padding:15px 18px}.side-menu #explorer-collapse .caret{float:none;margin-bottom:9px}#explorer{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#explorer ul{font-size:.9em}.dropdownstyle{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#sideMenu{min-height:700px;overflow:hidden}#sideMenu a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown li:hover{width:100%;font-weight:700}#sideMenu #dropdown li:hover>a{width:100%;font-weight:700;border-bottom:none}#sideMenu #dropdown li a[aria-expanded=true]{width:100%;font-weight:700}#sideMenu #dropdown li .active a:hover{width:100%;font-weight:700}#sideMenu #dropdown li>a:hover{width:100%;font-weight:700}#sideMenu #dropdown #explorer li:hover{font-weight:700}#sideMenu #dropdown #explorer li:hover>a{font-weight:700}#sideMenu #dropdown #explorer li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer li>a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover>a{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li>a:hover{font-weight:700}#sideMenu .navbar-default .navbar-nav>.active>a{background-color:transparent}#sideMenu .side-menu .dropdownlvl1>a:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover>a{font-weight:700}.side-menu-hidden{right:-250px}.side-body{min-height:800px}.side-body-margin{margin-right:70px}.question-group-collapse-title{display:block;padding-right:20px}.question-collapse-title{display:block;padding-right:30px}.main-content-container{max-width:95%;overflow-x:hidden;overflow-y:visible}.ck-content{transition:height 400ms ease-in-out}.ck-blurred{max-height:35vh}.ck-blurred:hover{max-height:initial}.ckedit-nocollapse .ck-blurred{max-height:initial}.ck-focused{max-height:initial}@media screen and (max-width: 768px){.main-content-container{max-width:100%}.side-menu{position:relative;width:100%;height:0;border-left:0}.side-menu .brand-name-wrapper .navbar-brand{display:inline-block}@-moz-keyframes slidein{0%{right:-300px}100%{right:10px}}@-webkit-keyframes slidein{0%{right:-300px}100%{right:10px}}@keyframes slidein{0%{right:-300px}100%{right:10px}}@-moz-keyframes slideout{0%{right:0}100%{right:-300px}}@-webkit-keyframes slideout{0%{right:0}100%{right:-300px}}@keyframes slideout{0%{right:0}100%{right:-300px}}@-moz-keyframes bodyslidein{0%{right:0}100%{right:300px}}@-webkit-keyframes bodyslidein{0%{right:0}100%{right:300px}}@keyframes bodyslidein{0%{right:0}100%{right:300px}}@-moz-keyframes bodyslideout{0%{right:300px}100%{right:0}}@-webkit-keyframes bodyslideout{0%{right:300px}100%{right:0}}@keyframes bodyslideout{0%{right:300px}100%{right:0}}.side-body{margin-right:5px;margin-top:70px;position:relative;animation:bodyslideout 300ms forwards;transform-style:preserve-3d}.body-slide-in{animation:bodyslidein 300ms forwards;transform-style:preserve-3d}.navbar-toggle{border:0;float:right;padding:16px;margin:0;border-radius:0}.navbar-header{position:fixed;top:0;width:100%;z-index:3;background:#fff;border-bottom:1px solid var(--LS-admintheme-basecolor)}.side-menu-container>.navbar-nav{position:fixed;right:-300px;width:300px;top:43px;height:100%;animation:slideout 300ms forwards;transform-style:preserve-3d}.side-menu-container>.navbar-nav.slide-in{animation:slidein 300ms forwards;transform-style:preserve-3d}#search .panel-body .navbar-form{border-bottom:0}#search .panel-body .navbar-form .form-group{margin:0}#dropdown .panel-body .navbar-nav{margin:0}}.content-right{padding-right:0;padding-left:0}.content-right .col-lg-12{padding-right:0;padding-left:0}.toWhite a:hover{font-weight:700}.col-lg-12.content-right{padding-right:0;padding-left:0}.container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff}.container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{color:#fff}.btn-success:hover,.btn-danger:hover,.btn-warning:hover,.btn-info:hover{color:#fff}.icon-btn-row{display:flex}.icon-btn-row .btn.btn-lg{width:46px;padding-right:0;padding-left:0}.icon-btn-row .btn{width:34px;padding-right:0;padding-left:0}.icon-btn-row .btn.btn-sm{width:30px;padding-right:0;padding-left:0}.icon-btn-row .btn.btn-xs{width:22px;padding-right:0;padding-left:0}.icon-btn-row :not(:first-child).btn,.icon-btn-row :not(:first-child) .btn{margin-right:5px}.icon-btn-row :not(:first-child).btn.btn-xs,.icon-btn-row :not(:first-child) .btn.btn-xs{margin-right:3px}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;line-height:normal}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:23px;padding-right:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-right:-20px;margin-top:4px \9 }.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-right:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-right:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#4caf50}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ff9800}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#e51c23}@media screen and (min-width: 768px){.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-right:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-right:0}.form-inline .has-feedback .form-control-feedback{top:0}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-right:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-right:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.radio label,.radio-inline label,.checkbox label,.checkbox-inline label{padding-right:25px}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=radio],.checkbox-inline input[type=radio],.radio input[type=checkbox],.radio-inline input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{margin-right:-25px}input[type=radio],.radio input[type=radio],.radio-inline input[type=radio]{position:relative;margin-top:6px;margin-left:4px;vertical-align:top;border:none;background-color:transparent;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=radio]:focus,.radio input[type=radio]:focus,.radio-inline input[type=radio]:focus{outline:none}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before,input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{content:"";display:block;width:18px;height:18px;border-radius:50%;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before{position:absolute;right:0;top:-3px;background-color:#2196f3;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{position:relative;top:-3px;border:2px solid #666}input[type=radio]:checked:before,.radio input[type=radio]:checked:before,.radio-inline input[type=radio]:checked:before{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}input[type=radio]:disabled:checked:before,.radio input[type=radio]:disabled:checked:before,.radio-inline input[type=radio]:disabled:checked:before{background-color:#bbb}input[type=radio]:checked:after,.radio input[type=radio]:checked:after,.radio-inline input[type=radio]:checked:after{border-color:#2196f3}input[type=radio]:disabled:after,.radio input[type=radio]:disabled:after,.radio-inline input[type=radio]:disabled:after,input[type=radio]:disabled:checked:after,.radio input[type=radio]:disabled:checked:after,.radio-inline input[type=radio]:disabled:checked:after{border-color:#bbb}input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:relative;border:none;margin-bottom:-4px;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=checkbox]:focus,.checkbox input[type=checkbox]:focus,.checkbox-inline input[type=checkbox]:focus{outline:none}input[type=checkbox]:focus:after,.checkbox input[type=checkbox]:focus:after,.checkbox-inline input[type=checkbox]:focus:after{border-color:#2196f3}input[type=checkbox]:after,.checkbox input[type=checkbox]:after,.checkbox-inline input[type=checkbox]:after{content:"";display:block;width:18px;height:18px;margin-top:-2px;margin-left:5px;border:2px solid #666;border-radius:2px;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=checkbox]:checked:before,.checkbox input[type=checkbox]:checked:before,.checkbox-inline input[type=checkbox]:checked:before{content:"";position:absolute;top:0;right:6px;display:table;width:6px;height:12px;border:2px solid #fff;border-top-width:0;border-right-width:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input[type=checkbox]:indeterminate:before,.checkbox input[type=checkbox]:indeterminate:before,.checkbox-inline input[type=checkbox]:indeterminate:before{content:"";position:absolute;top:6px;right:2px;display:table;width:12px;height:0;border:1px solid #fff}input[type=checkbox]:disabled:after,.checkbox input[type=checkbox]:disabled:after,.checkbox-inline input[type=checkbox]:disabled:after{border-color:#bbb}input[type=checkbox]:disabled:checked:after,.checkbox input[type=checkbox]:disabled:checked:after,.checkbox-inline input[type=checkbox]:disabled:checked:after{background-color:#bbb;border-color:transparent}.has-warning input:not([type=checkbox]),.has-warning .form-control,.has-warning input.form-control[readonly],.has-warning input[type=text][readonly],.has-warning [type=text].form-control[readonly],.has-warning input:not([type=checkbox]):focus,.has-warning .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #ff9800;box-shadow:inset 0 -2px 0 #ff9800}.has-error input:not([type=checkbox]),.has-error .form-control,.has-error input.form-control[readonly],.has-error input[type=text][readonly],.has-error [type=text].form-control[readonly],.has-error input:not([type=checkbox]):focus,.has-error .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #e51c23;box-shadow:inset 0 -2px 0 #e51c23}.has-success input:not([type=checkbox]),.has-success .form-control,.has-success input.form-control[readonly],.has-success input[type=text][readonly],.has-success [type=text].form-control[readonly],.has-success input:not([type=checkbox]):focus,.has-success .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #4caf50;box-shadow:inset 0 -2px 0 #4caf50}.ui-widget-content{border:none;background:none;color:#404040}.ui-jqgrid .ui-jqgrid-titlebar{padding:1em}.container-fluid .ui-widget-content .ui-state-default,.container-fluid .ui-jqgrid .ui-jqgrid-bdiv{padding:.5em;padding-bottom:0}.ui-dialog,.ui-jqdialog,.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable{border-radius:4px;padding:1em;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqdialog-titlebar{height:2em;width:100%}.EditTable tr td{padding:1em}.ui-jqdialog-content input.FormElement{padding:.3em}.ui-jqdialog-content input[type=checkbox].FormElement{padding:0em}.EditTable td select,.EditTable td textarea{display:inline-block;width:auto;vertical-align:middle;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;color:#636363;background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.EditTable td input,.EditTable td select,.EditTable td textarea{margin:0}input[type=text],input[type=password],.ui-autocomplete-input,textarea,.uneditable-input{display:inline-block;font-size:14px;line-height:18px;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}input:focus,textarea:focus{outline:0;border-color:rgba(82,168,236,.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6)}#displayparticipants_firstname,#displayparticipants_lastname,#displayparticipants_owner_uid{padding-right:40px}#displayparticipants_language{padding-right:50px}#jqgh_displayparticipants_email{padding-right:140px}#displayparticipants_survey{padding-right:20px}.navtable{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqgrid-title{padding:1em 1em 1em 0em;font-style:italic;font-weight:700}.ui-pg-button{padding:.4em}.ui-pg-button:hover{cursor:pointer}.ui-state-disabled:hover{cursor:default}.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all .ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all{width:100%;overflow:hidden;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.modal-22{position:absolute;width:600px}.modal-22 .ui-jqdialog-titlebar .ui-jqdialog-title{width:80%}.modal-22 .ui-jqdialog-content{padding:1em}.ui-dialog-titlebar-close{border:1px solid transparent;border-radius:4px;float:left;color:#333;background-color:#fff;border-color:#ccc;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;-webkit-appearance:button;cursor:pointer;overflow:visible;margin:0;font:normal normal normal 14px/1 FontAwesome}.ui-dialog-titlebar-close:before{content:""}.em-expression{font-weight:bold}.data-entry-tbl tr.odd td,.data-entry-tbl tr.even td{padding:20px 0 20px 0}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{position:absolute;left:1em;top:10px}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{cursor:pointer}#carousel-example-generic{margin-right:20px}#carousel-example-generic .carousel-control{font-size:1em;top:-80px}#carousel-example-generic .left.carousel-control{right:-20px}#carousel-example-generic .right.carousel-control{left:-20px}#carousel-example-generic .panel-title{text-align:center;padding-top:0px}#carousel-example-generic .carousel-inner img{margin:auto;top:9px;position:relative}#carousel-example-generic .selectTemplate{display:inline-block;position:relative;right:0px;top:320px}#carousel-example-generic .carousel-caption{width:100%;right:0;top:0px;padding-top:0px}#carousel-example-generic,#carousel-example-generic .carousel-inner{min-height:150px}#carousel-example-generic .carousel-indicators{top:370px;width:80%;right:39%}#carousel-example-generic .carousel-indicators li{margin:0px;width:8px;height:8px}.side-body #carousel-example-generic h3{border:none}#systemoverview{margin:1em 0 1em 0}#systemoverview .info div{font-size:14px;margin-top:10px;margin-bottom:10px;font-weight:500;line-height:1.1;color:inherit;text-align:center}.preloader{position:absolute;top:50%;right:50%;font-size:20px;display:block;width:3.75em;height:4.25em;margin-right:-1.875em;margin-top:-2.125em;transform-origin:center center;transform:rotateY(-180deg) rotateZ(60deg)}.preloader .slice{border-top:1.125em solid transparent;border-left:none;border-bottom:1em solid transparent;border-right:1.875em solid #f7484e;position:absolute;top:0px;right:50%;transform-origin:right bottom;border-radius:3px 3px 0 0}.preloader .slice:nth-child(1){transform:rotateZ(-60deg) rotateY(0deg) rotateX(0);animation:.15s linear .82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(-120deg) rotateY(0deg) rotateX(0);animation:.15s linear .74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(-180deg) rotateY(0deg) rotateX(0);animation:.15s linear .66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(-240deg) rotateY(0deg) rotateX(0);animation:.15s linear .58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(-300deg) rotateY(0deg) rotateX(0);animation:.15s linear .5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(-360deg) rotateY(0deg) rotateX(0);animation:.15s linear .42s preload-hide-6 both 1}.preloader.loading{animation:2s preload-flip steps(2) infinite both}.preloader.loading .slice:nth-child(1){transform:rotateZ(-60deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-1 linear infinite both}.preloader.loading .slice:nth-child(2){transform:rotateZ(-120deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-2 linear infinite both}.preloader.loading .slice:nth-child(3){transform:rotateZ(-180deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-3 linear infinite both}.preloader.loading .slice:nth-child(4){transform:rotateZ(-240deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-4 linear infinite both}.preloader.loading .slice:nth-child(5){transform:rotateZ(-300deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-5 linear infinite both}.preloader.loading .slice:nth-child(6){transform:rotateZ(-360deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-6 linear infinite both}#ajaxContainerLoading,.ajaxLoading{height:130px;text-align:center;margin-top:70px;margin-bottom:100px;display:none}#comfortUpdateIcon{height:1em;margin-left:.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-right:.5em;padding-top:.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:.1em;padding-right:.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:.9em;padding-right:.5em;padding-top:.5em}#comfortUpdateGeneralWrap #welcomeMessage,#comfortUpdateGeneralWrap #btn-container{border-left:1px solid #eee}#comfortUpdateGeneralWrap #key-actions{padding-right:1em}#update-alert.unstable-update{background-color:#fff;border:1px solid #a0352f;color:#a0352f;margin-top:1em}html body .nav-tabs>li.active>a,html body .nav-tabs>li.active>a:hover,html body .nav-tabs>li.active>a:focus{border-bottom-color:transparent;cursor:default}.answertable.table td{vertical-align:middle}.btnaddanswer:hover,.btndelanswer:hover{cursor:pointer}.jumbotron p{font-weight:300}span[data-tooltip]{display:inline-block}.glyphicon-move:hover{cursor:pointer}.answertable .glyphicon-pencil{margin-right:3px}#statisticsview .panel{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}#explorer-collapse{border-bottom:none}#explorer-collapse:hover,#sideMenu #dropdown li a#explorer-collapse[aria-expanded=true],#sideMenu #dropdown li a.question-group-collapse[aria-expanded=true]{width:auto}#sideMenu #dropdown #explorer li#questionexplorer-group-container,#sideMenu #dropdown li#questionexplorer-group-container>a{line-height:1.4}#sideMenu #dropdown #explorer li#questionexplorer-group-container:hover,#sideMenu #dropdown li#questionexplorer-group-container:hover>a{background-color:#fafafa;font-weight:400;line-height:1.4}.explorer-group-title{margin-top:1em;padding:0em 0 1em 0}.explorer-group-title a.explorer-group,.question-collapse-title{color:#163c19}#item-container,#jcarousel-wrapper-container{width:300px}#item-container h4{margin-bottom:30px}.selectTemplate{margin-top:10px}.imgSelectTemplate{cursor:pointer}.template-img{padding:1em}#additional_languages{min-width:200px}#available_languages{min-width:200px}.modal{top:50px}.modal-footer .btn{margin-bottom:0}#tokensidemenu{border-top:1px solid #e3e3e3}.question-item{padding:1em;margin:1em 0 1em 0;cursor:pointer}.placeholder{padding:1em;margin:1em 0 1em 0}.no-gutter>[class*=col-]{padding-left:0;padding-right:0}.inputbuttons{width:120px}.inputbuttons-square{width:20px;height:16px;float:right}.jqgrid-tokens-number-padding{padding-left:4px}.tooltip{position:fixed}.scrolling-wrapper{overflow-x:scroll;overflow-y:hidden}#search{display:none;overflow-y:auto}iframe#dialog{width:100%;height:100%}.ui-jqgrid,.ui-jqgrid-view,.ui-jqgrid-titlebar,.ui-jqgrid-toppager,.ui-jqgrid-pager{min-width:100%;max-width:100%;margin-left:0;margin-right:0;box-sizing:border-box}#pager{position:relative}.ui-sortable-placeholder{color:red;background-color:lime;border:solid #000 5px}.tokenatt-arrow{position:absolute;left:-0.5em}.csvatt-arrow{position:absolute;left:-0.5em;top:1em}.no-padding{padding:0}.droppable-new,.droppable-csv{min-height:40px;height:100%}#labelsetpreview{overflow-x:hidden}.question-filter-container{border:1px solid #efefef;padding:2em;margin:0;min-width:33%;max-width:100%}td.subquestion-actions span:hover{cursor:pointer}.template-img{padding-top:0}.full-page-wrapper .handleAccordion{display:none}div#gview_displayresponses th#displayresponses_cb{width:35px}.detailbrowsetable tr th{width:50%}.lead{font-weight:300}.time-statistics-row-buttons,.nowrap{white-space:nowrap}.time-statistics-table{overflow:auto}.mixed{opacity:.4}#sidemenu-home{padding-right:15px}#quick-menu-container{position:absolute;width:50px;left:0;top:50px}.quick-icon-wrapper{padding:15px;height:50px}#quick-menu-container .glyphicon{font-size:18px}#quick-menu-container .navbar-brand{padding:0}.panel-group .panel{overflow:visible}a.explorer-group:hover,a.explorer-group:focus{text-decoration:none}.question-explorer-question{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis}.question-explorer-group-name{display:inline-block;max-width:140px;overflow:hidden;position:relative;top:5px;text-overflow:ellipsis}.question-explorer-add-question{position:relative;top:5px}.explorer-group-title a.disabled{opacity:.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #ccc}#displayResponsesContainer .ui-jqgrid-bdiv,#gbox_displaytokens .ui-jqgrid-bdiv{overflow:hidden}h1,.h1{font-size:24px}h2,.h2{font-size:22px}h3,.h3{font-size:20px}.statisticstable{word-wrap:break-word}.summary-container,.summary,#massive-action-container,#surveyListActions,.listActions,.pager-container ls-ba .pager,.pager-container ls-ba .pager .pagination{margin:0;margin-bottom:20px}.summary-container{text-align:left}#massive-action-container,#surveyListActions,.listActions{padding-right:0px;text-align:right}.push-grid-pager{min-height:25em}.has-link{cursor:pointer}.has-link a:hover{text-decoration:none}.has-link a{color:#000}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:#fff}.ui-priority-secondary{background-color:#f5f5f5}#token-grid .table .filters>td .filter-container{padding:0px}#token-grid table.table{width:none;max-width:none}#token-grid table thead tr #action{min-width:150px}#token-grid .filter-container{min-width:50px}#token-grid table tr.odd .blank_button{border-color:#f9f9f9;background-color:#f9f9f9;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}#token-grid table tr .blank_button{border-color:#fff;background-color:#fff}#token-grid table tr.selected .blank_button{border-color:#eee;background-color:#eee}#token-grid .name{min-width:150px}#tokenListPager{position:relative}.blank_button span{max-width:12px}#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-4,#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-8{padding:0}div[id^=alertmod_]{display:none}.ui-helper-clearfix{min-height:0}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin-top:.5em;padding:.3em .4em .5em 1em;text-align:right}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-helper-clearfix::after{clear:both}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.yiiLog{margin-bottom:70px}table#responsedetail tr td{max-width:100px;word-wrap:break-word}.in-title{position:relative;top:-65px;left:15px}.input-group-addon{padding:5px 12px}.multiselect-container>li>a>label>input[type=checkbox]{margin-right:0}.notification-list{top:100%;right:0;z-index:1000;float:right;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;border-radius:4px;background-clip:padding-box;overflow-y:auto}.notification-list>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;white-space:nowrap}.notification-list>li>a:hover,.notification-list>li>a:focus{text-decoration:none}.notification-list>.active>a,.notification-list>.active>a:hover,.notification-list>.active>a:focus{text-decoration:none;outline:0}.notification-list>.disabled>a:hover,.notification-list>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}#notification-outer-ul{height:400px;width:400px}#notification-inner-ul{height:340px;width:390px}.select2-container--bootstrap .select2-selection{font-family:Roboto !important}#responses-grid .table-condensed.upload-question{margin-bottom:0;background-color:inherit}#responses-grid .filter-container{min-width:6em}.edit-participant-modal-body{max-height:500px;overflow-y:auto}.scenario-heading{padding:0}.scenario-heading .delete-scenario-form{padding-top:6px}.condition-header-button{margin-top:-10px;margin-left:10px}.margin-left{margin-right:5px}.conditions-table{margin-bottom:0}.condition-and-or-or{margin-right:20px}#editconditions .tab-content,#quick-add-conditions-form .tab-content{padding-top:0}#login-panel{max-width:400px;margin-right:auto;margin-left:auto}.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px}.welcome .panel{height:110%}.welcome .panel-body{padding:0px}.welcome .panel-heading{height:25%;display:flex;align-items:center;justify-content:center}.welcome .panel-title{font-weight:500}.welcome .panel-body{height:75%;width:100%}.welcome .panel-body .panel-body-ico,.welcome .panel-body .panel-body-link{width:100%;display:flex;align-items:center;justify-content:center}.welcome .panel-body .panel-body-ico{height:70%}.welcome .panel-body .panel-body-link{height:30%}input[type=file].form-control{border:none;padding-right:0px}#insertmethod-container{display:none}@media print{html,body{margin:0;padding:0;max-width:none}body{text-align:right;margin:0;padding:0;width:100% !important}.side-body{margin:0;padding:0}#sidebar{display:none}#browsermenubarid{display:none}.surveymanagerbar{display:none}#vue-apps-main-container #vue-sidebar-container{display:none}#statisticsview .col-lg-12{float:none;width:100%;display:block}#pjax-content .side-body{float:none;width:100%;display:block}#pjax-content{max-width:none !important}footer.footer{display:none}.statisticsbloc{float:none;width:auto;display:block}.statisticstable{break-inside:avoid;page-break-inside:avoid;break-after:always;page-break-after:always}.canvas-chart{break-inside:avoid;page-break-inside:avoid;max-width:100%;height:auto}.statisticsbrowsebutton{display:none}body.onStatistics .btn{display:none}body.onStatistics .chartjs-container{width:70%;float:right}body.onStatistics .legend{width:30%;float:right}body.onStatistics .legend .col-sm-1{display:inline-block;width:auto;padding:0;padding-left:3pt;padding-right:3pt}body.onStatistics .legend .col-sm-10{display:inline-block;width:auto;padding:0}body.onStatistics .ls-flex,body.onStatistics .ls-flex-column,body.onStatistics .ls-flex-row{display:block}body.onStatistics #sidebar{display:none}body.onStatistics .ls-flex-column .col-11,body.onStatistics .ls-flex-row .col-11,body.onStatistics .ls-flex .col-11{width:auto}}.currentQuestionTypeImageContainer img{max-width:100%}#accordion-container .panel-heading>a{width:100%;display:block}#accordion_questionTypeSelector .panel-title>a{width:100%;display:block}.small-screens-menus{padding-right:28px}.custom.custom-no-padding{padding:0}.custom.custom-no-margin{padding:0}.custom.custom-padding.add5{padding:5px}.custom.custom-padding.left-5{padding-right:5px}.custom.custom-padding.right-5{padding-left:5px}.custom.custom-padding.top-5{padding-top:5px}.custom.custom-padding.bottom-5{padding-bottom:5px}.custom.custom-padding.add10{padding:10px}.custom.custom-padding.left-10{padding-right:10px}.custom.custom-padding.right-10{padding-left:10px}.custom.custom-padding.top-10{padding-top:10px}.custom.custom-padding.bottom-10{padding-bottom:10px}.custom.custom-padding.add15{padding:15px}.custom.custom-padding.left-15{padding-right:15px}.custom.custom-padding.right-15{padding-left:15px}.custom.custom-padding.top-15{padding-top:15px}.custom.custom-padding.bottom-15{padding-bottom:15px}.custom.custom-padding.add20{padding:20px}.custom.custom-padding.left-20{padding-right:20px}.custom.custom-padding.right-20{padding-left:20px}.custom.custom-padding.top-20{padding-top:20px}.custom.custom-padding.bottom-20{padding-bottom:20px}.custom.custom-padding.add25{padding:25px}.custom.custom-padding.left-25{padding-right:25px}.custom.custom-padding.right-25{padding-left:25px}.custom.custom-padding.top-25{padding-top:25px}.custom.custom-padding.bottom-25{padding-bottom:25px}.custom.custom-padding.add30{padding:30px}.custom.custom-padding.left-30{padding-right:30px}.custom.custom-padding.right-30{padding-left:30px}.custom.custom-padding.top-30{padding-top:30px}.custom.custom-padding.bottom-30{padding-bottom:30px}.custom.custom-padding.add35{padding:35px}.custom.custom-padding.left-35{padding-right:35px}.custom.custom-padding.right-35{padding-left:35px}.custom.custom-padding.top-35{padding-top:35px}.custom.custom-padding.bottom-35{padding-bottom:35px}@media only screen and (min-width: 961px){.custom.custom-padding-responsive.large.add5{padding:5px}.custom.custom-padding-responsive.large.left-5{padding-right:5px}.custom.custom-padding-responsive.large.right-5{padding-left:5px}.custom.custom-padding-responsive.large.top-5{padding-top:5px}.custom.custom-padding-responsive.large.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.large.add10{padding:10px}.custom.custom-padding-responsive.large.left-10{padding-right:10px}.custom.custom-padding-responsive.large.right-10{padding-left:10px}.custom.custom-padding-responsive.large.top-10{padding-top:10px}.custom.custom-padding-responsive.large.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.large.add15{padding:15px}.custom.custom-padding-responsive.large.left-15{padding-right:15px}.custom.custom-padding-responsive.large.right-15{padding-left:15px}.custom.custom-padding-responsive.large.top-15{padding-top:15px}.custom.custom-padding-responsive.large.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.large.add20{padding:20px}.custom.custom-padding-responsive.large.left-20{padding-right:20px}.custom.custom-padding-responsive.large.right-20{padding-left:20px}.custom.custom-padding-responsive.large.top-20{padding-top:20px}.custom.custom-padding-responsive.large.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.large.add25{padding:25px}.custom.custom-padding-responsive.large.left-25{padding-right:25px}.custom.custom-padding-responsive.large.right-25{padding-left:25px}.custom.custom-padding-responsive.large.top-25{padding-top:25px}.custom.custom-padding-responsive.large.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.large.add30{padding:30px}.custom.custom-padding-responsive.large.left-30{padding-right:30px}.custom.custom-padding-responsive.large.right-30{padding-left:30px}.custom.custom-padding-responsive.large.top-30{padding-top:30px}.custom.custom-padding-responsive.large.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.large.add35{padding:35px}.custom.custom-padding-responsive.large.left-35{padding-right:35px}.custom.custom-padding-responsive.large.right-35{padding-left:35px}.custom.custom-padding-responsive.large.top-35{padding-top:35px}.custom.custom-padding-responsive.large.bottom-35{padding-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-padding-responsive.medium.add5{padding:5px}.custom.custom-padding-responsive.medium.left-5{padding-right:5px}.custom.custom-padding-responsive.medium.right-5{padding-left:5px}.custom.custom-padding-responsive.medium.top-5{padding-top:5px}.custom.custom-padding-responsive.medium.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.medium.add10{padding:10px}.custom.custom-padding-responsive.medium.left-10{padding-right:10px}.custom.custom-padding-responsive.medium.right-10{padding-left:10px}.custom.custom-padding-responsive.medium.top-10{padding-top:10px}.custom.custom-padding-responsive.medium.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.medium.add15{padding:15px}.custom.custom-padding-responsive.medium.left-15{padding-right:15px}.custom.custom-padding-responsive.medium.right-15{padding-left:15px}.custom.custom-padding-responsive.medium.top-15{padding-top:15px}.custom.custom-padding-responsive.medium.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.medium.add20{padding:20px}.custom.custom-padding-responsive.medium.left-20{padding-right:20px}.custom.custom-padding-responsive.medium.right-20{padding-left:20px}.custom.custom-padding-responsive.medium.top-20{padding-top:20px}.custom.custom-padding-responsive.medium.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.medium.add25{padding:25px}.custom.custom-padding-responsive.medium.left-25{padding-right:25px}.custom.custom-padding-responsive.medium.right-25{padding-left:25px}.custom.custom-padding-responsive.medium.top-25{padding-top:25px}.custom.custom-padding-responsive.medium.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.medium.add30{padding:30px}.custom.custom-padding-responsive.medium.left-30{padding-right:30px}.custom.custom-padding-responsive.medium.right-30{padding-left:30px}.custom.custom-padding-responsive.medium.top-30{padding-top:30px}.custom.custom-padding-responsive.medium.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.medium.add35{padding:35px}.custom.custom-padding-responsive.medium.left-35{padding-right:35px}.custom.custom-padding-responsive.medium.right-35{padding-left:35px}.custom.custom-padding-responsive.medium.top-35{padding-top:35px}.custom.custom-padding-responsive.medium.bottom-35{padding-bottom:35px}}.custom.custom-padding-responsive.small.add5{padding:5px}.custom.custom-padding-responsive.small.left-5{padding-right:5px}.custom.custom-padding-responsive.small.right-5{padding-left:5px}.custom.custom-padding-responsive.small.top-5{padding-top:5px}.custom.custom-padding-responsive.small.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.small.add10{padding:10px}.custom.custom-padding-responsive.small.left-10{padding-right:10px}.custom.custom-padding-responsive.small.right-10{padding-left:10px}.custom.custom-padding-responsive.small.top-10{padding-top:10px}.custom.custom-padding-responsive.small.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.small.add15{padding:15px}.custom.custom-padding-responsive.small.left-15{padding-right:15px}.custom.custom-padding-responsive.small.right-15{padding-left:15px}.custom.custom-padding-responsive.small.top-15{padding-top:15px}.custom.custom-padding-responsive.small.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.small.add20{padding:20px}.custom.custom-padding-responsive.small.left-20{padding-right:20px}.custom.custom-padding-responsive.small.right-20{padding-left:20px}.custom.custom-padding-responsive.small.top-20{padding-top:20px}.custom.custom-padding-responsive.small.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.small.add25{padding:25px}.custom.custom-padding-responsive.small.left-25{padding-right:25px}.custom.custom-padding-responsive.small.right-25{padding-left:25px}.custom.custom-padding-responsive.small.top-25{padding-top:25px}.custom.custom-padding-responsive.small.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.small.add30{padding:30px}.custom.custom-padding-responsive.small.left-30{padding-right:30px}.custom.custom-padding-responsive.small.right-30{padding-left:30px}.custom.custom-padding-responsive.small.top-30{padding-top:30px}.custom.custom-padding-responsive.small.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.small.add35{padding:35px}.custom.custom-padding-responsive.small.left-35{padding-right:35px}.custom.custom-padding-responsive.small.right-35{padding-left:35px}.custom.custom-padding-responsive.small.top-35{padding-top:35px}.custom.custom-padding-responsive.small.bottom-35{padding-bottom:35px}.custom.custom-margin.add5{margin:5px}.custom.custom-margin.left-5{margin-right:5px}.custom.custom-margin.right-5{margin-left:5px}.custom.custom-margin.top-5{margin-top:5px}.custom.custom-margin.bottom-5{margin-bottom:5px}.custom.custom-margin.add10{margin:10px}.custom.custom-margin.left-10{margin-right:10px}.custom.custom-margin.right-10{margin-left:10px}.custom.custom-margin.top-10{margin-top:10px}.custom.custom-margin.bottom-10{margin-bottom:10px}.custom.custom-margin.add15{margin:15px}.custom.custom-margin.left-15{margin-right:15px}.custom.custom-margin.right-15{margin-left:15px}.custom.custom-margin.top-15{margin-top:15px}.custom.custom-margin.bottom-15{margin-bottom:15px}.custom.custom-margin.add20{margin:20px}.custom.custom-margin.left-20{margin-right:20px}.custom.custom-margin.right-20{margin-left:20px}.custom.custom-margin.top-20{margin-top:20px}.custom.custom-margin.bottom-20{margin-bottom:20px}.custom.custom-margin.add25{margin:25px}.custom.custom-margin.left-25{margin-right:25px}.custom.custom-margin.right-25{margin-left:25px}.custom.custom-margin.top-25{margin-top:25px}.custom.custom-margin.bottom-25{margin-bottom:25px}.custom.custom-margin.add30{margin:30px}.custom.custom-margin.left-30{margin-right:30px}.custom.custom-margin.right-30{margin-left:30px}.custom.custom-margin.top-30{margin-top:30px}.custom.custom-margin.bottom-30{margin-bottom:30px}.custom.custom-margin.add35{margin:35px}.custom.custom-margin.left-35{margin-right:35px}.custom.custom-margin.right-35{margin-left:35px}.custom.custom-margin.top-35{margin-top:35px}.custom.custom-margin.bottom-35{margin-bottom:35px}.custom.custom-child-margin.left-to-right *{margin-right:3px}.custom.custom-child-margin.right-to-left *{margin-left:3px}@media only screen and (min-width: 961px){.custom.custom-margin-responsive.large.add5{margin:5px}.custom.custom-margin-responsive.large.left-5{margin-right:5px}.custom.custom-margin-responsive.large.right-5{margin-left:5px}.custom.custom-margin-responsive.large.top-5{margin-top:5px}.custom.custom-margin-responsive.large.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.large.add10{margin:10px}.custom.custom-margin-responsive.large.left-10{margin-right:10px}.custom.custom-margin-responsive.large.right-10{margin-left:10px}.custom.custom-margin-responsive.large.top-10{margin-top:10px}.custom.custom-margin-responsive.large.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.large.add15{margin:15px}.custom.custom-margin-responsive.large.left-15{margin-right:15px}.custom.custom-margin-responsive.large.right-15{margin-left:15px}.custom.custom-margin-responsive.large.top-15{margin-top:15px}.custom.custom-margin-responsive.large.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.large.add20{margin:20px}.custom.custom-margin-responsive.large.left-20{margin-right:20px}.custom.custom-margin-responsive.large.right-20{margin-left:20px}.custom.custom-margin-responsive.large.top-20{margin-top:20px}.custom.custom-margin-responsive.large.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.large.add25{margin:25px}.custom.custom-margin-responsive.large.left-25{margin-right:25px}.custom.custom-margin-responsive.large.right-25{margin-left:25px}.custom.custom-margin-responsive.large.top-25{margin-top:25px}.custom.custom-margin-responsive.large.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.large.add30{margin:30px}.custom.custom-margin-responsive.large.left-30{margin-right:30px}.custom.custom-margin-responsive.large.right-30{margin-left:30px}.custom.custom-margin-responsive.large.top-30{margin-top:30px}.custom.custom-margin-responsive.large.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.large.add35{margin:35px}.custom.custom-margin-responsive.large.left-35{margin-right:35px}.custom.custom-margin-responsive.large.right-35{margin-left:35px}.custom.custom-margin-responsive.large.top-35{margin-top:35px}.custom.custom-margin-responsive.large.bottom-35{margin-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-margin-responsive.medium.add5{margin:5px}.custom.custom-margin-responsive.medium.left-5{margin-right:5px}.custom.custom-margin-responsive.medium.right-5{margin-left:5px}.custom.custom-margin-responsive.medium.top-5{margin-top:5px}.custom.custom-margin-responsive.medium.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.medium.add10{margin:10px}.custom.custom-margin-responsive.medium.left-10{margin-right:10px}.custom.custom-margin-responsive.medium.right-10{margin-left:10px}.custom.custom-margin-responsive.medium.top-10{margin-top:10px}.custom.custom-margin-responsive.medium.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.medium.add15{margin:15px}.custom.custom-margin-responsive.medium.left-15{margin-right:15px}.custom.custom-margin-responsive.medium.right-15{margin-left:15px}.custom.custom-margin-responsive.medium.top-15{margin-top:15px}.custom.custom-margin-responsive.medium.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.medium.add20{margin:20px}.custom.custom-margin-responsive.medium.left-20{margin-right:20px}.custom.custom-margin-responsive.medium.right-20{margin-left:20px}.custom.custom-margin-responsive.medium.top-20{margin-top:20px}.custom.custom-margin-responsive.medium.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.medium.add25{margin:25px}.custom.custom-margin-responsive.medium.left-25{margin-right:25px}.custom.custom-margin-responsive.medium.right-25{margin-left:25px}.custom.custom-margin-responsive.medium.top-25{margin-top:25px}.custom.custom-margin-responsive.medium.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.medium.add30{margin:30px}.custom.custom-margin-responsive.medium.left-30{margin-right:30px}.custom.custom-margin-responsive.medium.right-30{margin-left:30px}.custom.custom-margin-responsive.medium.top-30{margin-top:30px}.custom.custom-margin-responsive.medium.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.medium.add35{margin:35px}.custom.custom-margin-responsive.medium.left-35{margin-right:35px}.custom.custom-margin-responsive.medium.right-35{margin-left:35px}.custom.custom-margin-responsive.medium.top-35{margin-top:35px}.custom.custom-margin-responsive.medium.bottom-35{margin-bottom:35px}}.custom.custom-margin-responsive.small.add5{margin:5px}.custom.custom-margin-responsive.small.left-5{margin-right:5px}.custom.custom-margin-responsive.small.right-5{margin-left:5px}.custom.custom-margin-responsive.small.top-5{margin-top:5px}.custom.custom-margin-responsive.small.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.small.add10{margin:10px}.custom.custom-margin-responsive.small.left-10{margin-right:10px}.custom.custom-margin-responsive.small.right-10{margin-left:10px}.custom.custom-margin-responsive.small.top-10{margin-top:10px}.custom.custom-margin-responsive.small.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.small.add15{margin:15px}.custom.custom-margin-responsive.small.left-15{margin-right:15px}.custom.custom-margin-responsive.small.right-15{margin-left:15px}.custom.custom-margin-responsive.small.top-15{margin-top:15px}.custom.custom-margin-responsive.small.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.small.add20{margin:20px}.custom.custom-margin-responsive.small.left-20{margin-right:20px}.custom.custom-margin-responsive.small.right-20{margin-left:20px}.custom.custom-margin-responsive.small.top-20{margin-top:20px}.custom.custom-margin-responsive.small.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.small.add25{margin:25px}.custom.custom-margin-responsive.small.left-25{margin-right:25px}.custom.custom-margin-responsive.small.right-25{margin-left:25px}.custom.custom-margin-responsive.small.top-25{margin-top:25px}.custom.custom-margin-responsive.small.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.small.add30{margin:30px}.custom.custom-margin-responsive.small.left-30{margin-right:30px}.custom.custom-margin-responsive.small.right-30{margin-left:30px}.custom.custom-margin-responsive.small.top-30{margin-top:30px}.custom.custom-margin-responsive.small.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.small.add35{margin:35px}.custom.custom-margin-responsive.small.left-35{margin-right:35px}.custom.custom-margin-responsive.small.right-35{margin-left:35px}.custom.custom-margin-responsive.small.top-35{margin-top:35px}.custom.custom-margin-responsive.small.bottom-35{margin-bottom:35px}textarea.form-control.input-text{height:2.4em}.template-files-delete-button{margin:1px 0 0 0;padding:0 5px}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{font-family:"FontAwesome" !important}table.dataTable thead .sorting:after{content:"" !important}table.dataTable thead .sorting_asc:after{content:"" !important}table.dataTable thead .sorting_desc:after{content:"" !important}.menubar.sticky{position:fixed !important;top:0 !important;margin-top:0 !important}#sticky-topbar-placeholder{display:none}.menubar.sticky+#sticky-topbar-placeholder{display:block}.baseline-align>*{vertical-align:baseline}.baseline-align>.form-group{display:inline-block}#edit-question-form{margin-right:-15px;margin-left:-15px}#advanced-question-editor{margin-right:-15px;margin-left:-15px}#advanced-question-editor>div>.container-center>.row{margin-right:-15px;margin-left:-15px}.subquestions-table-wrapper,.answeroptions-table-wrapper{display:block;overflow:auto;margin-bottom:20px}.subquestions-table,.answeroptions-table{margin-bottom:0px}.subquestions-table input.code,.answeroptions-table input.code{min-width:70px}.subquestions-table>tbody>tr>td:first-of-type,.answeroptions-table>tbody>tr>td:first-of-type{padding-right:0}.subquestions-table>tbody>tr>td:last-of-type,.answeroptions-table>tbody>tr>td:last-of-type{padding-left:0}#survey-grid{overflow-x:visible}html[dir=rtl] .dropdown-menu,html[dir=rtl] th{text-align:initial}.w-100{width:100% !important}#question-grid{overflow-x:visible}#cpdbatt{min-height:100px}.jcarousel-wrapper{margin:20px auto;position:relative;border:10px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px #999;-moz-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999}.jcarousel{position:relative;overflow:hidden;width:100%}.jcarousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}.jcarousel li{width:200px;float:right;border:1px solid #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jcarousel img{display:block;max-width:100%;height:auto !important}.jcarousel-control-prev,.jcarousel-control-next{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;text-align:center;background:#4e443c;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:24px/27px Arial,sans-serif;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 4px #f0efe7;-moz-box-shadow:0 0 4px #f0efe7;box-shadow:0 0 4px #f0efe7}.jcarousel-control-prev{right:15px}.jcarousel-control-next{left:15px}.jcarousel-pagination{position:absolute;bottom:-40px;right:50%;-webkit-transform:translate(50%, 0);-ms-transform:translate(50%, 0);transform:translate(50%, 0);margin:0}.jcarousel-pagination a{text-decoration:none;display:inline-block;font-size:11px;height:10px;width:10px;line-height:10px;background:#fff;color:#4e443c;border-radius:10px;text-indent:-9999px;margin-left:7px;-webkit-box-shadow:0 0 2px #4e443c;-moz-box-shadow:0 0 2px #4e443c;box-shadow:0 0 2px #4e443c}.jcarousel-pagination a.active{background:#4e443c;color:#fff;opacity:1;-webkit-box-shadow:0 0 2px #f0efe7;-moz-box-shadow:0 0 2px #f0efe7;box-shadow:0 0 2px #f0efe7}.template-miniature{cursor:pointer}.item.inactive{display:none}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-right:.75%;margin-left:.75%;margin-bottom:20px}#tokenattribute{margin-right:1.5%}#centralattribute{margin-left:1.5%}#centralattribute .centralatt{padding-bottom:15px}#newcreated .attribute-item input{display:block;margin:2px auto;width:80%}#centralattribute div.centralatt div.token-attribute{margin-top:-5px;min-height:20px}#newcreated,#tokenattribute{height:100%}.heading{height:auto;padding-top:7px;font-weight:bold}div.mappable-attribute-wrapper{width:80%;margin:6px auto;padding:6px}div.attribute-item,.already-mapped-attribute{width:80%;margin:6px auto;padding:4px;text-align:center}#centralattribute .explanation{width:90%;margin:0 auto;text-align:right}#centralattribute .explanation-row{display:table-row}#centralattribute .explanation input,#centralattribute .explanation label{display:table-cell;padding-top:4px;padding-bottom:4px}#centralattribute .explanation label{padding-right:8px}.attribute-item.draggable{cursor:move}div.mappable-attribute-wrapper.target-hover{padding-bottom:27px}div.mappable-attribute-wrapper.paired.target-hover{padding-bottom:4px}div.mappable-attribute-wrapper.paired.ui-state-disabled{opacity:1;filter:alpha(opacity=100)}.draggable-container .attribute-column .ui-draggable-dragging{z-index:100}.centralatt{min-height:100px}#responses-column-filter-modal .checkbox label{vertical-align:text-bottom;white-space:nowrap;overflow-x:hidden}.responses-multiselect-checkboxes{overflow-y:scroll;height:60vh}.responses-column-filter-modal-checkbox-buttons{text-align:right;padding-bottom:15px}#selectable .ui-selecting{background:#8cce00}#selectable .ui-selected{background:#c1dd7f;color:#000}#selectable{list-style-type:none;margin:2px;padding:0;width:90%}#selectable li{padding:1em;font-size:1em;height:9px;text-align:center;margin:4px}.ui-icon.exporticon{background-image:url("images/export.gif")}#feedback{font-size:1.4em}#selectableadd .ui-selecting{background:#06c}#selectableadd .ui-selected{background:#06c;color:#fff}#selectableadd{list-style-type:none;margin:0;padding:0;width:90%;text-align:center}#selectableadd li{margin:3px;padding:.4em;font-size:1 em;height:18px;text-align:center}.popupgroup{border:1px solid #dae5f4;padding:10px;border-radius:3px;margin:8px}.grid-view .table td.button-column,.grid-view .table th.button-column,.grid-view-ls .table td.button-column,.grid-view-ls .table th.button-column{white-space:nowrap;text-align:initial}.grid-view .table th>.sort-link .caret,.grid-view-ls .table th>.sort-link .caret{left:-10px}.grid-view .table .filters>td .filter-container,.grid-view-ls .table .filters>td .filter-container{padding:0}.grid-view-ls .table td{vertical-align:middle}.grid-view-ls .table td input[type=checkbox]:after{margin-top:-3px;margin-left:-3px}.grid-view-ls .table .button-column{white-space:nowrap;text-align:initial;min-width:50px}.grid-view-ls .summary{color:#999;font-size:12px;text-align:left}.grid-view-ls.grid-view-loading{background:url(../img/loader.gif) no-repeat 0% 10px}.grid-view-ls.grid-view-loading .table{opacity:.5}.grid-view-ls.grid-view-loading .table th>.sort-link .caret{display:none}.dropdown-menu.larger-dropdown{min-width:240px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;right:100%;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown-submenu:hover>a:after{border-right-color:#555}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{right:-100%;margin-right:10px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}#vue-apps-main-container{min-height:75vh}.fa-stack.halfed{height:1em;width:1em;line-height:1em}.fa-stack-1x.halfed{font-size:.5em}.fa-1x.halfed{font-size:.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:.6em;box-sizing:border-box;height:2em;margin:.2em;overflow:hidden;padding:.5em;width:2em}.animate-pulse .square:nth-of-type(1){animation:pulse ease-in-out 1.8s infinite .2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite .6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1s}.animate-pulse .square:nth-of-type(4){animation:pulse ease-in-out 1.8s infinite 1.4s}.simpleWrapper{padding:0;margin:0;border:none;display:inline-block}.translate>table{table-layout:fixed}.translate td._from_>.question-text-from{width:100%;overflow:auto;word-wrap:break-word} \ No newline at end of file +#cpdbatt{min-height:100px}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-right:.75%;margin-left:.75%;margin-bottom:20px}#tokenattribute{margin-right:1.5%}#centralattribute{margin-left:1.5%}#centralattribute .centralatt{padding-bottom:15px}#newcreated .attribute-item input{display:block;margin:2px auto;width:80%}#centralattribute div.centralatt div.token-attribute{margin-top:-5px;min-height:20px}#newcreated,#tokenattribute{height:100%}.heading{height:auto;padding-top:7px;font-weight:bold}div.mappable-attribute-wrapper{width:80%;margin:6px auto;padding:6px}div.attribute-item,.already-mapped-attribute{width:80%;margin:6px auto;padding:4px;text-align:center}#centralattribute .explanation{width:90%;margin:0 auto;text-align:right}#centralattribute .explanation-row{display:table-row}#centralattribute .explanation input,#centralattribute .explanation label{display:table-cell;padding-top:4px;padding-bottom:4px}#centralattribute .explanation label{padding-right:8px}.attribute-item.draggable{cursor:move}div.mappable-attribute-wrapper.target-hover{padding-bottom:27px}div.mappable-attribute-wrapper.paired.target-hover{padding-bottom:4px}div.mappable-attribute-wrapper.paired.ui-state-disabled{opacity:1;filter:alpha(opacity=100)}.draggable-container .attribute-column .ui-draggable-dragging{z-index:100}.centralatt{min-height:100px}.jcarousel-wrapper{margin:20px auto;position:relative;border:10px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px #999;-moz-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999}.jcarousel{position:relative;overflow:hidden;width:100%}.jcarousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}.jcarousel li{width:200px;float:right;border:1px solid #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jcarousel img{display:block;max-width:100%;height:auto !important}.jcarousel-control-prev,.jcarousel-control-next{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;text-align:center;background:#4e443c;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:24px/27px Arial,sans-serif;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 4px #f0efe7;-moz-box-shadow:0 0 4px #f0efe7;box-shadow:0 0 4px #f0efe7}.jcarousel-control-prev{right:15px}.jcarousel-control-next{left:15px}.jcarousel-pagination{position:absolute;bottom:-40px;right:50%;-webkit-transform:translate(50%, 0);-ms-transform:translate(50%, 0);transform:translate(50%, 0);margin:0}.jcarousel-pagination a{text-decoration:none;display:inline-block;font-size:11px;height:10px;width:10px;line-height:10px;background:#fff;color:#4e443c;border-radius:10px;text-indent:-9999px;margin-left:7px;-webkit-box-shadow:0 0 2px #4e443c;-moz-box-shadow:0 0 2px #4e443c;box-shadow:0 0 2px #4e443c}.jcarousel-pagination a.active{background:#4e443c;color:#fff;opacity:1;-webkit-box-shadow:0 0 2px #f0efe7;-moz-box-shadow:0 0 2px #f0efe7;box-shadow:0 0 2px #f0efe7}.template-miniature{cursor:pointer}.item.inactive{display:none}#responses-column-filter-modal .checkbox label{vertical-align:text-bottom;white-space:nowrap;overflow-x:hidden}.responses-multiselect-checkboxes{overflow-y:scroll;height:60vh}.responses-column-filter-modal-checkbox-buttons{text-align:right;padding-bottom:15px}#ls-loading{width:100%;height:100%;top:0;right:0;position:fixed;display:block;opacity:.7;background-color:#fff;z-index:3501;text-align:center;display:none}#ls-loading-spinner{position:absolute;top:30%}#notif-container{position:fixed;top:5%;right:20%;width:60%;z-index:3500;background:rgba(255,255,255,.1);min-height:0}.bg-white{background:#fff}.row-button-margin-bottom{margin-bottom:-5px}.row-button-margin-bottom .btn{margin-bottom:5px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:10px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:10px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.side-body,.full-page-wrapper{min-height:100%;position:relative;margin-bottom:65px;padding:0}.side-body h3,.pagetitle,.list-surveys h3{position:relative;padding:.5em;margin-bottom:1em}body{font-size:14px;line-height:1.428571429;margin:0}body .row{margin-left:0;margin-right:0}.jumbotron{text-align:center}.jumbotron.message-box{margin-top:1em}html{font-family:Roboto;font-weight:400;position:relative;min-height:100%}.main-container{padding-bottom:100px}#welcome-jumbotron{padding-top:0;padding-bottom:10px;background-color:transparent}#welcome-jumbotron>img{width:350px}.surveymanagerbar{margin-top:-20px;padding-top:5px}.surveymanagerbar .h3{margin-top:5px;font-weight:300;font-size:1.5em}.menubar{position:relative}.surveybar{width:100%;padding:13px 0 8px;margin:0 auto 15px;z-index:100;box-shadow:-3px 3px 3px #35363f}.surveybar .btn,.surveybar button{margin-bottom:5px}.btn.pull-right{margin-right:5px}.list-surveys{margin-top:10px}#fullpagebar{z-index:100}.tab-content{padding-top:2em}:focus{outline:none}.navbar-brand{font-weight:400}.navbar{border-radius:0 !important}.navbar a{font-weight:400}.navbar .dropdown-menu>li>a{font-weight:400}.navbar .nav-icon-btn>a .label{font-size:10px;padding:0 3px;line-height:15px;position:absolute;display:block;left:5px;top:10px}.lime-icon{display:inline-block;height:1em;width:1em}.mega-dropdown{position:static !important}.mega-dropdown-menu{padding:20px 0;width:100%}.mega-dropdown-menu .dropdown-header{font-size:18px;padding:5px 5px 5px 60px;line-height:30px}.mega-dropdown-menu>li>ul{padding:0;margin:0}.mega-dropdown-menu>li>ul>li{list-style:none}.mega-dropdown-menu>li>ul>li>a{display:block;padding:3px 5px}.mega-dropdown-menu>li ul>li>a:hover{text-decoration:none}.mega-dropdown-menu>li ul>li>a:focus{text-decoration:none}#mainmenu-dropdown{z-index:20002}.footer{z-index:100;position:absolute;bottom:0;display:block;width:100%;height:60px;padding-top:1em}.alert-security-update{margin:0}#update-container{margin-top:10px;z-index:999}#update-container .alert{margin-bottom:5px}#ajaxupdaterLayoutLoading{text-align:center;margin-top:200px;margin-bottom:200px;display:none}.box{border-radius:3px;padding:10px 25px;text-align:left;display:block;margin-top:10px}#info-header{font-size:3em}#info-footer{font-size:2em}.box-icon{border-radius:50%;display:table;height:50px;margin:0 auto;width:50px;margin-top:-31px}.box-icon span{display:table-cell;text-align:center;vertical-align:middle}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes slidefromtop{from{top:-15px}to{top:0}}@-moz-keyframes slidefromtop{from{top:-15px}to{top:0}}@-webkit-keyframes slidefromtop{from{top:-15px}to{top:0}}@-ms-keyframes slidefromtop{from{top:-15px}to{top:0}}@-o-keyframes slidefromtop{from{top:-15px}to{top:0}}.form-group{margin-bottom:17px}.cke_toolgroup{cursor:pointer;cursor:hand;border-radius:0}.message-box{position:relative;margin-top:20px;animation:slidefromtop 1s}.welcome #lime-logo{animation:fadein 1s}.welcome .panel{position:relative;top:50px;opacity:0}.welcome .panel-body{text-align:center}.welcome .panel-body img{height:4em;margin-bottom:1em}.welcome .login-panel .panel-body img{margin-bottom:0}.alert{position:relative;animation:slidefromtop 1s}@media screen and (min-width: 1280px)and (max-width: 1440px){.welcome .panel{min-height:188px}}#welcomeModal{z-index:20000}@media screen and (min-width: 1280px)and (max-width: 1366px){#add_user_btn{margin-top:1.5em}#user-control-table .form-group label{min-width:80px}}.htmleditorboot{padding-top:2em}#edit-question-body{min-height:1200px}.profile-img-card{margin-top:32px}#profile-img{min-height:80px}@media screen and (min-width: 1280px)and (max-width: 1680px){#profile-img{min-height:0}}.login-panel{margin-top:40px}.login-content{text-align:right;padding:1em}.login-submit{text-align:left}#s2id_loginlang{border:none;padding:0}.ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-bdiv{overflow:hidden}.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-toppager{background-image:none;background-color:transparent}.ui-jqgrid .ui-jqgrid-htable th div{height:auto}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input{margin-top:8px}.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input.cbox{margin:4px 0 0}.ui-jqgrid td input.cbox{margin:4px 0 0}.ui-jqgrid tr.ui-row-ltr td{border:none}#gs_completed{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.ui-th-column{margin-top:8px}.info>p{padding-top:10px;text-align:justify}.checkbox label:after{padding-right:4px;padding-top:2px;font-size:9px}.survey-action .panel-body img{height:3em}div.panel.disabled{opacity:.5;border:none}div.panel.disabled *{opacity:.5;border:none}div.panel.disabled a{cursor:default}#edit-group .tab-pane{padding:1em}.panel-clickable:hover{cursor:pointer;cursor:hand}.ui-widget-content .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-widget-header .ui-state-default{background-image:none;background-color:transparent;background-image:none;background-color:transparent}.ui-search-toolbar th div{min-height:40px}.absolute-wrapper{position:fixed;right:0;width:300px;height:100%}.side-menu{position:absolute;width:300px;padding:0;right:0}.side-menu .navbar{border:none;box-shadow:none}.side-menu .navbar-header{width:100%}.side-menu .navbar-nav li{display:block;width:100%}.side-menu .navbar-nav li a{padding:15px}.side-menu .navbar-nav li a .glyphicon{padding-left:10px}.side-menu .navbar-nav .question-link.active{background-color:transparent;padding:15px 0px 15px 15px;margin-bottom:5px;margin-left:-1px}.side-menu .navbar-nav .question-link.active:hover{text-decoration:none;cursor:default}.side-menu .navbar-nav .question-link{display:block;padding-right:0px}.side-menu .navbar-nav .question-link .question-collapse-title{padding-right:25px}.side-menu #dropdown{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}.side-menu #dropdown li:hover{font-weight:700}.side-menu #dropdown li.active:hover{cursor:default;background-color:transparent;margin-left:-1px}.side-menu #dropdown li.disabled:hover{font-weight:700;background-color:transparent}.side-menu #dropdown .caret{float:left;margin:9px 5px 0}.side-menu #dropdown .indicator{float:left}.side-menu #dropdown .panel-body{padding:0}.side-menu #dropdown .panel-body .navbar-nav{width:100%}.side-menu #dropdown .panel-body .navbar-nav li{padding-right:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li.panel{margin-bottom:0;background-color:transparent;border:none;border-radius:0;box-shadow:none}.side-menu #dropdown .panel-body .navbar-nav li.panel-default{padding-right:15px;border:none}.side-menu #dropdown .panel-body .navbar-nav li:last-child{border-bottom:none}.side-menu #dropdown .panel-body .panel-body{margin-right:-15px}.side-menu #dropdown .panel-body .panel>a{margin-right:-20px;padding-right:35px}.side-menu #dropdown .question-group-collapse .caret{float:none;margin-bottom:9px}.side-menu .hide-button{border:0;border-radius:0;padding:15px 18px}.side-menu .brand-name-wrapper{min-height:50px}.side-menu .brand-name-wrapper .navbar-brand{display:block}.side-menu #search{position:relative;z-index:1000}.side-menu #search .panel-body{padding:0}.side-menu #search .panel-body .navbar-form{padding:0;padding-left:50px;width:100%;margin:0;position:relative}.side-menu #search .panel-body .navbar-form .form-group{width:100%;position:relative}.side-menu #search .panel-body .navbar-form input{border:0;border-radius:0;box-shadow:none;width:100%;height:50px}.side-menu #search .panel-body .navbar-form .btn{position:absolute;left:0;top:0;border:0;border-radius:0;padding:15px 18px}.side-menu #explorer-collapse .caret{float:none;margin-bottom:9px}#explorer{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#explorer ul{font-size:.9em}.dropdownstyle{border:0;margin-bottom:0;border-radius:0;background-color:transparent;box-shadow:none}#sideMenu{min-height:700px;overflow:hidden}#sideMenu a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown li:hover{width:100%;font-weight:700}#sideMenu #dropdown li:hover>a{width:100%;font-weight:700;border-bottom:none}#sideMenu #dropdown li a[aria-expanded=true]{width:100%;font-weight:700}#sideMenu #dropdown li .active a:hover{width:100%;font-weight:700}#sideMenu #dropdown li>a:hover{width:100%;font-weight:700}#sideMenu #dropdown #explorer li:hover{font-weight:700}#sideMenu #dropdown #explorer li:hover>a{font-weight:700}#sideMenu #dropdown #explorer li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer li>a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li:hover>a{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li a[aria-expanded=true]{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li .active a:hover{font-weight:700}#sideMenu #dropdown #explorer .questiongroupdropdown li>a:hover{font-weight:700}#sideMenu .navbar-default .navbar-nav>.active>a{background-color:transparent}#sideMenu .side-menu .dropdownlvl1>a:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover{font-weight:700}#sideMenu .sidemenuscontainer li:hover>a{font-weight:700}.side-menu-hidden{right:-250px}.side-body{min-height:800px}.side-body-margin{margin-right:70px}.question-group-collapse-title{display:block;padding-right:20px}.question-collapse-title{display:block;padding-right:30px}.main-content-container{max-width:95%;overflow-x:hidden;overflow-y:visible}.ck-content{transition:height 400ms ease-in-out}.ck-blurred{max-height:35vh}.ck-blurred:hover{max-height:initial}.ckedit-nocollapse .ck-blurred{max-height:initial}.ck-focused{max-height:initial}@media screen and (max-width: 768px){.main-content-container{max-width:100%}.side-menu{position:relative;width:100%;height:0;border-left:0}.side-menu .brand-name-wrapper .navbar-brand{display:inline-block}@-moz-keyframes slidein{0%{right:-300px}100%{right:10px}}@-webkit-keyframes slidein{0%{right:-300px}100%{right:10px}}@keyframes slidein{0%{right:-300px}100%{right:10px}}@-moz-keyframes slideout{0%{right:0}100%{right:-300px}}@-webkit-keyframes slideout{0%{right:0}100%{right:-300px}}@keyframes slideout{0%{right:0}100%{right:-300px}}@-moz-keyframes bodyslidein{0%{right:0}100%{right:300px}}@-webkit-keyframes bodyslidein{0%{right:0}100%{right:300px}}@keyframes bodyslidein{0%{right:0}100%{right:300px}}@-moz-keyframes bodyslideout{0%{right:300px}100%{right:0}}@-webkit-keyframes bodyslideout{0%{right:300px}100%{right:0}}@keyframes bodyslideout{0%{right:300px}100%{right:0}}.side-body{margin-right:5px;margin-top:70px;position:relative;animation:bodyslideout 300ms forwards;transform-style:preserve-3d}.body-slide-in{animation:bodyslidein 300ms forwards;transform-style:preserve-3d}.navbar-toggle{border:0;float:right;padding:16px;margin:0;border-radius:0}.navbar-header{position:fixed;top:0;width:100%;z-index:3;background:#fff;border-bottom:1px solid var(--LS-admintheme-basecolor)}.side-menu-container>.navbar-nav{position:fixed;right:-300px;width:300px;top:43px;height:100%;animation:slideout 300ms forwards;transform-style:preserve-3d}.side-menu-container>.navbar-nav.slide-in{animation:slidein 300ms forwards;transform-style:preserve-3d}#search .panel-body .navbar-form{border-bottom:0}#search .panel-body .navbar-form .form-group{margin:0}#dropdown .panel-body .navbar-nav{margin:0}}.content-right{padding-right:0;padding-left:0}.content-right .col-lg-12{padding-right:0;padding-left:0}.toWhite a:hover{font-weight:700}.col-lg-12.content-right{padding-right:0;padding-left:0}.container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff}.container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{color:#fff}.btn-success:hover,.btn-danger:hover,.btn-warning:hover,.btn-info:hover{color:#fff}.icon-btn-row{display:flex}.icon-btn-row .btn.btn-lg{width:46px;padding-right:0;padding-left:0}.icon-btn-row .btn{width:34px;padding-right:0;padding-left:0}.icon-btn-row .btn.btn-sm{width:30px;padding-right:0;padding-left:0}.icon-btn-row .btn.btn-xs{width:22px;padding-right:0;padding-left:0}.icon-btn-row :not(:first-child).btn,.icon-btn-row :not(:first-child) .btn{margin-right:5px}.icon-btn-row :not(:first-child).btn.btn-xs,.icon-btn-row :not(:first-child) .btn.btn-xs{margin-right:3px}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;line-height:normal}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:23px;padding-right:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-right:-20px;margin-top:4px \9 }.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-right:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-right:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#4caf50}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ff9800}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#e51c23}@media screen and (min-width: 768px){.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-right:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-right:0}.form-inline .has-feedback .form-control-feedback{top:0}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-right:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-right:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.radio label,.radio-inline label,.checkbox label,.checkbox-inline label{padding-right:25px}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=radio],.checkbox-inline input[type=radio],.radio input[type=checkbox],.radio-inline input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{margin-right:-25px}input[type=radio],.radio input[type=radio],.radio-inline input[type=radio]{position:relative;margin-top:6px;margin-left:4px;vertical-align:top;border:none;background-color:transparent;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=radio]:focus,.radio input[type=radio]:focus,.radio-inline input[type=radio]:focus{outline:none}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before,input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{content:"";display:block;width:18px;height:18px;border-radius:50%;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=radio]:before,.radio input[type=radio]:before,.radio-inline input[type=radio]:before{position:absolute;right:0;top:-3px;background-color:#2196f3;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}input[type=radio]:after,.radio input[type=radio]:after,.radio-inline input[type=radio]:after{position:relative;top:-3px;border:2px solid #666}input[type=radio]:checked:before,.radio input[type=radio]:checked:before,.radio-inline input[type=radio]:checked:before{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}input[type=radio]:disabled:checked:before,.radio input[type=radio]:disabled:checked:before,.radio-inline input[type=radio]:disabled:checked:before{background-color:#bbb}input[type=radio]:checked:after,.radio input[type=radio]:checked:after,.radio-inline input[type=radio]:checked:after{border-color:#2196f3}input[type=radio]:disabled:after,.radio input[type=radio]:disabled:after,.radio-inline input[type=radio]:disabled:after,input[type=radio]:disabled:checked:after,.radio input[type=radio]:disabled:checked:after,.radio-inline input[type=radio]:disabled:checked:after{border-color:#bbb}input[type=checkbox],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:relative;border:none;margin-bottom:-4px;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=checkbox]:focus,.checkbox input[type=checkbox]:focus,.checkbox-inline input[type=checkbox]:focus{outline:none}input[type=checkbox]:focus:after,.checkbox input[type=checkbox]:focus:after,.checkbox-inline input[type=checkbox]:focus:after{border-color:#2196f3}input[type=checkbox]:after,.checkbox input[type=checkbox]:after,.checkbox-inline input[type=checkbox]:after{content:"";display:block;width:18px;height:18px;margin-top:-2px;margin-left:5px;border:2px solid #666;border-radius:2px;-webkit-transition:240ms;-o-transition:240ms;transition:240ms}input[type=checkbox]:checked:before,.checkbox input[type=checkbox]:checked:before,.checkbox-inline input[type=checkbox]:checked:before{content:"";position:absolute;top:0;right:6px;display:table;width:6px;height:12px;border:2px solid #fff;border-top-width:0;border-right-width:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input[type=checkbox]:indeterminate:before,.checkbox input[type=checkbox]:indeterminate:before,.checkbox-inline input[type=checkbox]:indeterminate:before{content:"";position:absolute;top:6px;right:2px;display:table;width:12px;height:0;border:1px solid #fff}input[type=checkbox]:disabled:after,.checkbox input[type=checkbox]:disabled:after,.checkbox-inline input[type=checkbox]:disabled:after{border-color:#bbb}input[type=checkbox]:disabled:checked:after,.checkbox input[type=checkbox]:disabled:checked:after,.checkbox-inline input[type=checkbox]:disabled:checked:after{background-color:#bbb;border-color:transparent}.has-warning input:not([type=checkbox]),.has-warning .form-control,.has-warning input.form-control[readonly],.has-warning input[type=text][readonly],.has-warning [type=text].form-control[readonly],.has-warning input:not([type=checkbox]):focus,.has-warning .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #ff9800;box-shadow:inset 0 -2px 0 #ff9800}.has-error input:not([type=checkbox]),.has-error .form-control,.has-error input.form-control[readonly],.has-error input[type=text][readonly],.has-error [type=text].form-control[readonly],.has-error input:not([type=checkbox]):focus,.has-error .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #e51c23;box-shadow:inset 0 -2px 0 #e51c23}.has-success input:not([type=checkbox]),.has-success .form-control,.has-success input.form-control[readonly],.has-success input[type=text][readonly],.has-success [type=text].form-control[readonly],.has-success input:not([type=checkbox]):focus,.has-success .form-control:focus{border-bottom:none;-webkit-box-shadow:inset 0 -2px 0 #4caf50;box-shadow:inset 0 -2px 0 #4caf50}.ui-widget-content{border:none;background:none;color:#404040}.ui-jqgrid .ui-jqgrid-titlebar{padding:1em}.container-fluid .ui-widget-content .ui-state-default,.container-fluid .ui-jqgrid .ui-jqgrid-bdiv{padding:.5em;padding-bottom:0}.ui-dialog,.ui-jqdialog,.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable{border-radius:4px;padding:1em;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqdialog-titlebar{height:2em;width:100%}.EditTable tr td{padding:1em}.ui-jqdialog-content input.FormElement{padding:.3em}.ui-jqdialog-content input[type=checkbox].FormElement{padding:0em}.EditTable td select,.EditTable td textarea{display:inline-block;width:auto;vertical-align:middle;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;background-image:none;border-radius:4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;color:#636363;background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.EditTable td input,.EditTable td select,.EditTable td textarea{margin:0}input[type=text],input[type=password],.ui-autocomplete-input,textarea,.uneditable-input{display:inline-block;font-size:14px;line-height:18px;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}input:focus,textarea:focus{outline:0;border-color:rgba(82,168,236,.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6)}#displayparticipants_firstname,#displayparticipants_lastname,#displayparticipants_owner_uid{padding-right:40px}#displayparticipants_language{padding-right:50px}#jqgh_displayparticipants_email{padding-right:140px}#displayparticipants_survey{padding-right:20px}.navtable{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.ui-jqgrid-title{padding:1em 1em 1em 0em;font-style:italic;font-weight:700}.ui-pg-button{padding:.4em}.ui-pg-button:hover{cursor:pointer}.ui-state-disabled:hover{cursor:default}.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all .ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all{width:100%;overflow:hidden;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.modal-22{position:absolute;width:600px}.modal-22 .ui-jqdialog-titlebar .ui-jqdialog-title{width:80%}.modal-22 .ui-jqdialog-content{padding:1em}.ui-dialog-titlebar-close{border:1px solid transparent;border-radius:4px;float:left;color:#333;background-color:#fff;border-color:#ccc;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;-webkit-appearance:button;cursor:pointer;overflow:visible;margin:0;font:normal normal normal 14px/1 FontAwesome}.ui-dialog-titlebar-close:before{content:""}.em-expression{font-weight:bold}.data-entry-tbl tr.odd td,.data-entry-tbl tr.even td{padding:20px 0 20px 0}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{position:absolute;left:1em;top:10px}h3 .glyphicon-chevron-up,h3 .glyphicon-chevron-down,h3 .glyphicon-chevron-right{cursor:pointer}#carousel-example-generic{margin-right:20px}#carousel-example-generic .carousel-control{font-size:1em;top:-80px}#carousel-example-generic .left.carousel-control{right:-20px}#carousel-example-generic .right.carousel-control{left:-20px}#carousel-example-generic .panel-title{text-align:center;padding-top:0px}#carousel-example-generic .carousel-inner img{margin:auto;top:9px;position:relative}#carousel-example-generic .selectTemplate{display:inline-block;position:relative;right:0px;top:320px}#carousel-example-generic .carousel-caption{width:100%;right:0;top:0px;padding-top:0px}#carousel-example-generic,#carousel-example-generic .carousel-inner{min-height:150px}#carousel-example-generic .carousel-indicators{top:370px;width:80%;right:39%}#carousel-example-generic .carousel-indicators li{margin:0px;width:8px;height:8px}.side-body #carousel-example-generic h3{border:none}#systemoverview{margin:1em 0 1em 0}#systemoverview .info div{font-size:14px;margin-top:10px;margin-bottom:10px;font-weight:500;line-height:1.1;color:inherit;text-align:center}.preloader{position:absolute;top:50%;right:50%;font-size:20px;display:block;width:3.75em;height:4.25em;margin-right:-1.875em;margin-top:-2.125em;transform-origin:center center;transform:rotateY(-180deg) rotateZ(60deg)}.preloader .slice{border-top:1.125em solid transparent;border-left:none;border-bottom:1em solid transparent;border-right:1.875em solid #f7484e;position:absolute;top:0px;right:50%;transform-origin:right bottom;border-radius:3px 3px 0 0}.preloader .slice:nth-child(1){transform:rotateZ(-60deg) rotateY(0deg) rotateX(0);animation:.15s linear .82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(-120deg) rotateY(0deg) rotateX(0);animation:.15s linear .74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(-180deg) rotateY(0deg) rotateX(0);animation:.15s linear .66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(-240deg) rotateY(0deg) rotateX(0);animation:.15s linear .58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(-300deg) rotateY(0deg) rotateX(0);animation:.15s linear .5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(-360deg) rotateY(0deg) rotateX(0);animation:.15s linear .42s preload-hide-6 both 1}.preloader.loading{animation:2s preload-flip steps(2) infinite both}.preloader.loading .slice:nth-child(1){transform:rotateZ(-60deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-1 linear infinite both}.preloader.loading .slice:nth-child(2){transform:rotateZ(-120deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-2 linear infinite both}.preloader.loading .slice:nth-child(3){transform:rotateZ(-180deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-3 linear infinite both}.preloader.loading .slice:nth-child(4){transform:rotateZ(-240deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-4 linear infinite both}.preloader.loading .slice:nth-child(5){transform:rotateZ(-300deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-5 linear infinite both}.preloader.loading .slice:nth-child(6){transform:rotateZ(-360deg) rotateY(-90deg) rotateX(0);animation:2s preload-cycle-6 linear infinite both}#ajaxContainerLoading,.ajaxLoading{height:130px;text-align:center;margin-top:70px;margin-bottom:100px;display:none}#comfortUpdateIcon{height:1em;margin-left:.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-right:.5em;padding-top:.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:.1em;padding-right:.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:.9em;padding-right:.5em;padding-top:.5em}#comfortUpdateGeneralWrap #welcomeMessage,#comfortUpdateGeneralWrap #btn-container{border-left:1px solid #eee}#comfortUpdateGeneralWrap #key-actions{padding-right:1em}#update-alert.unstable-update{background-color:#fff;border:1px solid #a0352f;color:#a0352f;margin-top:1em}html body .nav-tabs>li.active>a,html body .nav-tabs>li.active>a:hover,html body .nav-tabs>li.active>a:focus{border-bottom-color:transparent;cursor:default}.answertable.table td{vertical-align:middle}.btnaddanswer:hover,.btndelanswer:hover{cursor:pointer}.jumbotron p{font-weight:300}span[data-tooltip]{display:inline-block}.glyphicon-move:hover{cursor:pointer}.answertable .glyphicon-pencil{margin-right:3px}#statisticsview .panel{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}#explorer-collapse{border-bottom:none}#explorer-collapse:hover,#sideMenu #dropdown li a#explorer-collapse[aria-expanded=true],#sideMenu #dropdown li a.question-group-collapse[aria-expanded=true]{width:auto}#sideMenu #dropdown #explorer li#questionexplorer-group-container,#sideMenu #dropdown li#questionexplorer-group-container>a{line-height:1.4}#sideMenu #dropdown #explorer li#questionexplorer-group-container:hover,#sideMenu #dropdown li#questionexplorer-group-container:hover>a{background-color:#fafafa;font-weight:400;line-height:1.4}.explorer-group-title{margin-top:1em;padding:0em 0 1em 0}.explorer-group-title a.explorer-group,.question-collapse-title{color:#163c19}#item-container,#jcarousel-wrapper-container{width:300px}#item-container h4{margin-bottom:30px}.selectTemplate{margin-top:10px}.imgSelectTemplate{cursor:pointer}.template-img{padding:1em}#additional_languages{min-width:200px}#available_languages{min-width:200px}.modal{top:50px}.modal-footer .btn{margin-bottom:0}#tokensidemenu{border-top:1px solid #e3e3e3}.question-item{padding:1em;margin:1em 0 1em 0;cursor:pointer}.placeholder{padding:1em;margin:1em 0 1em 0}.no-gutter>[class*=col-]{padding-left:0;padding-right:0}.inputbuttons{width:120px}.inputbuttons-square{width:20px;height:16px;float:right}.jqgrid-tokens-number-padding{padding-left:4px}.tooltip{position:fixed}.scrolling-wrapper{overflow-x:scroll;overflow-y:hidden}#search{display:none;overflow-y:auto}iframe#dialog{width:100%;height:100%}.ui-jqgrid,.ui-jqgrid-view,.ui-jqgrid-titlebar,.ui-jqgrid-toppager,.ui-jqgrid-pager{min-width:100%;max-width:100%;margin-left:0;margin-right:0;box-sizing:border-box}#pager{position:relative}.ui-sortable-placeholder{color:red;background-color:lime;border:solid #000 5px}.tokenatt-arrow{position:absolute;left:-0.5em}.csvatt-arrow{position:absolute;left:-0.5em;top:1em}.no-padding{padding:0}.droppable-new,.droppable-csv{min-height:40px;height:100%}#labelsetpreview{overflow-x:hidden}.question-filter-container{border:1px solid #efefef;padding:2em;margin:0;min-width:33%;max-width:100%}td.subquestion-actions span:hover{cursor:pointer}.template-img{padding-top:0}.full-page-wrapper .handleAccordion{display:none}div#gview_displayresponses th#displayresponses_cb{width:35px}.detailbrowsetable tr th{width:50%}.lead{font-weight:300}.time-statistics-row-buttons,.nowrap{white-space:nowrap}.time-statistics-table{overflow:auto}.mixed{opacity:.4}#sidemenu-home{padding-right:15px}#quick-menu-container{position:absolute;width:50px;left:0;top:50px}.quick-icon-wrapper{padding:15px;height:50px}#quick-menu-container .glyphicon{font-size:18px}#quick-menu-container .navbar-brand{padding:0}.panel-group .panel{overflow:visible}a.explorer-group:hover,a.explorer-group:focus{text-decoration:none}.question-explorer-question{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis}.question-explorer-group-name{display:inline-block;max-width:140px;overflow:hidden;position:relative;top:5px;text-overflow:ellipsis}.question-explorer-add-question{position:relative;top:5px}.explorer-group-title a.disabled{opacity:.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #ccc}#displayResponsesContainer .ui-jqgrid-bdiv,#gbox_displaytokens .ui-jqgrid-bdiv{overflow:hidden}h1,.h1{font-size:24px}h2,.h2{font-size:22px}h3,.h3{font-size:20px}.statisticstable{word-wrap:break-word}.summary-container,.summary,#massive-action-container,#surveyListActions,.listActions,.pager-container ls-ba .pager,.pager-container ls-ba .pager .pagination{margin:0;margin-bottom:20px}.summary-container{text-align:left}#massive-action-container,#surveyListActions,.listActions{padding-right:0px;text-align:right}.push-grid-pager{min-height:25em}.has-link{cursor:pointer}.has-link a:hover{text-decoration:none}.has-link a{color:#000}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:#fff}.ui-priority-secondary{background-color:#f5f5f5}#token-grid .table .filters>td .filter-container{padding:0px}#token-grid table.table{width:none;max-width:none}#token-grid table thead tr #action{min-width:150px}#token-grid .filter-container{min-width:50px}#token-grid table tr.odd .blank_button{border-color:#f9f9f9;background-color:#f9f9f9;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}#token-grid table tr .blank_button{border-color:#fff;background-color:#fff}#token-grid table tr.selected .blank_button{border-color:#eee;background-color:#eee}#token-grid .name{min-width:150px}#tokenListPager{position:relative}.blank_button span{max-width:12px}#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-4,#edittoken .tab-content #general .form-group .col-sm-4 .col-sm-8{padding:0}div[id^=alertmod_]{display:none}.ui-helper-clearfix{min-height:0}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin-top:.5em;padding:.3em .4em .5em 1em;text-align:right}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-helper-clearfix::after{clear:both}.ui-helper-clearfix::before,.ui-helper-clearfix::after{border-collapse:collapse;content:"";display:table}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.yiiLog{margin-bottom:70px}table#responsedetail tr td{max-width:100px;word-wrap:break-word}.in-title{position:relative;top:-65px;left:15px}.input-group-addon{padding:5px 12px}.multiselect-container>li>a>label>input[type=checkbox]{margin-right:0}.notification-list{top:100%;right:0;z-index:1000;float:right;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;border-radius:4px;background-clip:padding-box;overflow-y:auto}.notification-list>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;white-space:nowrap}.notification-list>li>a:hover,.notification-list>li>a:focus{text-decoration:none}.notification-list>.active>a,.notification-list>.active>a:hover,.notification-list>.active>a:focus{text-decoration:none;outline:0}.notification-list>.disabled>a:hover,.notification-list>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}#notification-outer-ul{height:400px;width:400px}#notification-inner-ul{height:340px;width:390px}.select2-container--bootstrap .select2-selection{font-family:Roboto !important}#responses-grid .table-condensed.upload-question{margin-bottom:0;background-color:inherit}#responses-grid .filter-container{min-width:6em}.edit-participant-modal-body{max-height:500px;overflow-y:auto}.scenario-heading{padding:0}.scenario-heading .delete-scenario-form{padding-top:6px}.condition-header-button{margin-top:-10px;margin-left:10px}.margin-left{margin-right:5px}.conditions-table{margin-bottom:0}.condition-and-or-or{margin-right:20px}#editconditions .tab-content,#quick-add-conditions-form .tab-content{padding-top:0}#login-panel{max-width:400px;margin-right:auto;margin-left:auto}.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px}.welcome .panel{height:110%}.welcome .panel-body{padding:0px}.welcome .panel-heading{height:25%;display:flex;align-items:center;justify-content:center}.welcome .panel-title{font-weight:500}.welcome .panel-body{height:75%;width:100%}.welcome .panel-body .panel-body-ico,.welcome .panel-body .panel-body-link{width:100%;display:flex;align-items:center;justify-content:center}.welcome .panel-body .panel-body-ico{height:70%}.welcome .panel-body .panel-body-link{height:30%}input[type=file].form-control{border:none;padding-right:0px}#insertmethod-container{display:none}@media print{html,body{margin:0;padding:0;max-width:none}body{text-align:right;margin:0;padding:0;width:100% !important}.side-body{margin:0;padding:0}#sidebar{display:none}#browsermenubarid{display:none}.surveymanagerbar{display:none}#vue-apps-main-container #vue-sidebar-container{display:none}#statisticsview .col-lg-12{float:none;width:100%;display:block}#pjax-content .side-body{float:none;width:100%;display:block}#pjax-content{max-width:none !important}footer.footer{display:none}.statisticsbloc{float:none;width:auto;display:block}.statisticstable{break-inside:avoid;page-break-inside:avoid;break-after:always;page-break-after:always}.canvas-chart{break-inside:avoid;page-break-inside:avoid;max-width:100%;height:auto}.statisticsbrowsebutton{display:none}body.onStatistics .btn{display:none}body.onStatistics .chartjs-container{width:70%;float:right}body.onStatistics .legend{width:30%;float:right}body.onStatistics .legend .col-sm-1{display:inline-block;width:auto;padding:0;padding-left:3pt;padding-right:3pt}body.onStatistics .legend .col-sm-10{display:inline-block;width:auto;padding:0}body.onStatistics .ls-flex,body.onStatistics .ls-flex-column,body.onStatistics .ls-flex-row{display:block}body.onStatistics #sidebar{display:none}body.onStatistics .ls-flex-column .col-11,body.onStatistics .ls-flex-row .col-11,body.onStatistics .ls-flex .col-11{width:auto}}.currentQuestionTypeImageContainer img{max-width:100%}#accordion-container .panel-heading>a{width:100%;display:block}#accordion_questionTypeSelector .panel-title>a{width:100%;display:block}.small-screens-menus{padding-right:28px}.custom.custom-no-padding{padding:0}.custom.custom-no-margin{padding:0}.custom.custom-padding.add5{padding:5px}.custom.custom-padding.left-5{padding-right:5px}.custom.custom-padding.right-5{padding-left:5px}.custom.custom-padding.top-5{padding-top:5px}.custom.custom-padding.bottom-5{padding-bottom:5px}.custom.custom-padding.add10{padding:10px}.custom.custom-padding.left-10{padding-right:10px}.custom.custom-padding.right-10{padding-left:10px}.custom.custom-padding.top-10{padding-top:10px}.custom.custom-padding.bottom-10{padding-bottom:10px}.custom.custom-padding.add15{padding:15px}.custom.custom-padding.left-15{padding-right:15px}.custom.custom-padding.right-15{padding-left:15px}.custom.custom-padding.top-15{padding-top:15px}.custom.custom-padding.bottom-15{padding-bottom:15px}.custom.custom-padding.add20{padding:20px}.custom.custom-padding.left-20{padding-right:20px}.custom.custom-padding.right-20{padding-left:20px}.custom.custom-padding.top-20{padding-top:20px}.custom.custom-padding.bottom-20{padding-bottom:20px}.custom.custom-padding.add25{padding:25px}.custom.custom-padding.left-25{padding-right:25px}.custom.custom-padding.right-25{padding-left:25px}.custom.custom-padding.top-25{padding-top:25px}.custom.custom-padding.bottom-25{padding-bottom:25px}.custom.custom-padding.add30{padding:30px}.custom.custom-padding.left-30{padding-right:30px}.custom.custom-padding.right-30{padding-left:30px}.custom.custom-padding.top-30{padding-top:30px}.custom.custom-padding.bottom-30{padding-bottom:30px}.custom.custom-padding.add35{padding:35px}.custom.custom-padding.left-35{padding-right:35px}.custom.custom-padding.right-35{padding-left:35px}.custom.custom-padding.top-35{padding-top:35px}.custom.custom-padding.bottom-35{padding-bottom:35px}@media only screen and (min-width: 961px){.custom.custom-padding-responsive.large.add5{padding:5px}.custom.custom-padding-responsive.large.left-5{padding-right:5px}.custom.custom-padding-responsive.large.right-5{padding-left:5px}.custom.custom-padding-responsive.large.top-5{padding-top:5px}.custom.custom-padding-responsive.large.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.large.add10{padding:10px}.custom.custom-padding-responsive.large.left-10{padding-right:10px}.custom.custom-padding-responsive.large.right-10{padding-left:10px}.custom.custom-padding-responsive.large.top-10{padding-top:10px}.custom.custom-padding-responsive.large.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.large.add15{padding:15px}.custom.custom-padding-responsive.large.left-15{padding-right:15px}.custom.custom-padding-responsive.large.right-15{padding-left:15px}.custom.custom-padding-responsive.large.top-15{padding-top:15px}.custom.custom-padding-responsive.large.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.large.add20{padding:20px}.custom.custom-padding-responsive.large.left-20{padding-right:20px}.custom.custom-padding-responsive.large.right-20{padding-left:20px}.custom.custom-padding-responsive.large.top-20{padding-top:20px}.custom.custom-padding-responsive.large.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.large.add25{padding:25px}.custom.custom-padding-responsive.large.left-25{padding-right:25px}.custom.custom-padding-responsive.large.right-25{padding-left:25px}.custom.custom-padding-responsive.large.top-25{padding-top:25px}.custom.custom-padding-responsive.large.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.large.add30{padding:30px}.custom.custom-padding-responsive.large.left-30{padding-right:30px}.custom.custom-padding-responsive.large.right-30{padding-left:30px}.custom.custom-padding-responsive.large.top-30{padding-top:30px}.custom.custom-padding-responsive.large.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.large.add35{padding:35px}.custom.custom-padding-responsive.large.left-35{padding-right:35px}.custom.custom-padding-responsive.large.right-35{padding-left:35px}.custom.custom-padding-responsive.large.top-35{padding-top:35px}.custom.custom-padding-responsive.large.bottom-35{padding-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-padding-responsive.medium.add5{padding:5px}.custom.custom-padding-responsive.medium.left-5{padding-right:5px}.custom.custom-padding-responsive.medium.right-5{padding-left:5px}.custom.custom-padding-responsive.medium.top-5{padding-top:5px}.custom.custom-padding-responsive.medium.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.medium.add10{padding:10px}.custom.custom-padding-responsive.medium.left-10{padding-right:10px}.custom.custom-padding-responsive.medium.right-10{padding-left:10px}.custom.custom-padding-responsive.medium.top-10{padding-top:10px}.custom.custom-padding-responsive.medium.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.medium.add15{padding:15px}.custom.custom-padding-responsive.medium.left-15{padding-right:15px}.custom.custom-padding-responsive.medium.right-15{padding-left:15px}.custom.custom-padding-responsive.medium.top-15{padding-top:15px}.custom.custom-padding-responsive.medium.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.medium.add20{padding:20px}.custom.custom-padding-responsive.medium.left-20{padding-right:20px}.custom.custom-padding-responsive.medium.right-20{padding-left:20px}.custom.custom-padding-responsive.medium.top-20{padding-top:20px}.custom.custom-padding-responsive.medium.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.medium.add25{padding:25px}.custom.custom-padding-responsive.medium.left-25{padding-right:25px}.custom.custom-padding-responsive.medium.right-25{padding-left:25px}.custom.custom-padding-responsive.medium.top-25{padding-top:25px}.custom.custom-padding-responsive.medium.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.medium.add30{padding:30px}.custom.custom-padding-responsive.medium.left-30{padding-right:30px}.custom.custom-padding-responsive.medium.right-30{padding-left:30px}.custom.custom-padding-responsive.medium.top-30{padding-top:30px}.custom.custom-padding-responsive.medium.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.medium.add35{padding:35px}.custom.custom-padding-responsive.medium.left-35{padding-right:35px}.custom.custom-padding-responsive.medium.right-35{padding-left:35px}.custom.custom-padding-responsive.medium.top-35{padding-top:35px}.custom.custom-padding-responsive.medium.bottom-35{padding-bottom:35px}}.custom.custom-padding-responsive.small.add5{padding:5px}.custom.custom-padding-responsive.small.left-5{padding-right:5px}.custom.custom-padding-responsive.small.right-5{padding-left:5px}.custom.custom-padding-responsive.small.top-5{padding-top:5px}.custom.custom-padding-responsive.small.bottom-5{padding-bottom:5px}.custom.custom-padding-responsive.small.add10{padding:10px}.custom.custom-padding-responsive.small.left-10{padding-right:10px}.custom.custom-padding-responsive.small.right-10{padding-left:10px}.custom.custom-padding-responsive.small.top-10{padding-top:10px}.custom.custom-padding-responsive.small.bottom-10{padding-bottom:10px}.custom.custom-padding-responsive.small.add15{padding:15px}.custom.custom-padding-responsive.small.left-15{padding-right:15px}.custom.custom-padding-responsive.small.right-15{padding-left:15px}.custom.custom-padding-responsive.small.top-15{padding-top:15px}.custom.custom-padding-responsive.small.bottom-15{padding-bottom:15px}.custom.custom-padding-responsive.small.add20{padding:20px}.custom.custom-padding-responsive.small.left-20{padding-right:20px}.custom.custom-padding-responsive.small.right-20{padding-left:20px}.custom.custom-padding-responsive.small.top-20{padding-top:20px}.custom.custom-padding-responsive.small.bottom-20{padding-bottom:20px}.custom.custom-padding-responsive.small.add25{padding:25px}.custom.custom-padding-responsive.small.left-25{padding-right:25px}.custom.custom-padding-responsive.small.right-25{padding-left:25px}.custom.custom-padding-responsive.small.top-25{padding-top:25px}.custom.custom-padding-responsive.small.bottom-25{padding-bottom:25px}.custom.custom-padding-responsive.small.add30{padding:30px}.custom.custom-padding-responsive.small.left-30{padding-right:30px}.custom.custom-padding-responsive.small.right-30{padding-left:30px}.custom.custom-padding-responsive.small.top-30{padding-top:30px}.custom.custom-padding-responsive.small.bottom-30{padding-bottom:30px}.custom.custom-padding-responsive.small.add35{padding:35px}.custom.custom-padding-responsive.small.left-35{padding-right:35px}.custom.custom-padding-responsive.small.right-35{padding-left:35px}.custom.custom-padding-responsive.small.top-35{padding-top:35px}.custom.custom-padding-responsive.small.bottom-35{padding-bottom:35px}.custom.custom-margin.add5{margin:5px}.custom.custom-margin.left-5{margin-right:5px}.custom.custom-margin.right-5{margin-left:5px}.custom.custom-margin.top-5{margin-top:5px}.custom.custom-margin.bottom-5{margin-bottom:5px}.custom.custom-margin.add10{margin:10px}.custom.custom-margin.left-10{margin-right:10px}.custom.custom-margin.right-10{margin-left:10px}.custom.custom-margin.top-10{margin-top:10px}.custom.custom-margin.bottom-10{margin-bottom:10px}.custom.custom-margin.add15{margin:15px}.custom.custom-margin.left-15{margin-right:15px}.custom.custom-margin.right-15{margin-left:15px}.custom.custom-margin.top-15{margin-top:15px}.custom.custom-margin.bottom-15{margin-bottom:15px}.custom.custom-margin.add20{margin:20px}.custom.custom-margin.left-20{margin-right:20px}.custom.custom-margin.right-20{margin-left:20px}.custom.custom-margin.top-20{margin-top:20px}.custom.custom-margin.bottom-20{margin-bottom:20px}.custom.custom-margin.add25{margin:25px}.custom.custom-margin.left-25{margin-right:25px}.custom.custom-margin.right-25{margin-left:25px}.custom.custom-margin.top-25{margin-top:25px}.custom.custom-margin.bottom-25{margin-bottom:25px}.custom.custom-margin.add30{margin:30px}.custom.custom-margin.left-30{margin-right:30px}.custom.custom-margin.right-30{margin-left:30px}.custom.custom-margin.top-30{margin-top:30px}.custom.custom-margin.bottom-30{margin-bottom:30px}.custom.custom-margin.add35{margin:35px}.custom.custom-margin.left-35{margin-right:35px}.custom.custom-margin.right-35{margin-left:35px}.custom.custom-margin.top-35{margin-top:35px}.custom.custom-margin.bottom-35{margin-bottom:35px}.custom.custom-child-margin.left-to-right *{margin-right:3px}.custom.custom-child-margin.right-to-left *{margin-left:3px}@media only screen and (min-width: 961px){.custom.custom-margin-responsive.large.add5{margin:5px}.custom.custom-margin-responsive.large.left-5{margin-right:5px}.custom.custom-margin-responsive.large.right-5{margin-left:5px}.custom.custom-margin-responsive.large.top-5{margin-top:5px}.custom.custom-margin-responsive.large.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.large.add10{margin:10px}.custom.custom-margin-responsive.large.left-10{margin-right:10px}.custom.custom-margin-responsive.large.right-10{margin-left:10px}.custom.custom-margin-responsive.large.top-10{margin-top:10px}.custom.custom-margin-responsive.large.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.large.add15{margin:15px}.custom.custom-margin-responsive.large.left-15{margin-right:15px}.custom.custom-margin-responsive.large.right-15{margin-left:15px}.custom.custom-margin-responsive.large.top-15{margin-top:15px}.custom.custom-margin-responsive.large.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.large.add20{margin:20px}.custom.custom-margin-responsive.large.left-20{margin-right:20px}.custom.custom-margin-responsive.large.right-20{margin-left:20px}.custom.custom-margin-responsive.large.top-20{margin-top:20px}.custom.custom-margin-responsive.large.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.large.add25{margin:25px}.custom.custom-margin-responsive.large.left-25{margin-right:25px}.custom.custom-margin-responsive.large.right-25{margin-left:25px}.custom.custom-margin-responsive.large.top-25{margin-top:25px}.custom.custom-margin-responsive.large.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.large.add30{margin:30px}.custom.custom-margin-responsive.large.left-30{margin-right:30px}.custom.custom-margin-responsive.large.right-30{margin-left:30px}.custom.custom-margin-responsive.large.top-30{margin-top:30px}.custom.custom-margin-responsive.large.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.large.add35{margin:35px}.custom.custom-margin-responsive.large.left-35{margin-right:35px}.custom.custom-margin-responsive.large.right-35{margin-left:35px}.custom.custom-margin-responsive.large.top-35{margin-top:35px}.custom.custom-margin-responsive.large.bottom-35{margin-bottom:35px}}@media only screen and (min-width: 769px){.custom.custom-margin-responsive.medium.add5{margin:5px}.custom.custom-margin-responsive.medium.left-5{margin-right:5px}.custom.custom-margin-responsive.medium.right-5{margin-left:5px}.custom.custom-margin-responsive.medium.top-5{margin-top:5px}.custom.custom-margin-responsive.medium.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.medium.add10{margin:10px}.custom.custom-margin-responsive.medium.left-10{margin-right:10px}.custom.custom-margin-responsive.medium.right-10{margin-left:10px}.custom.custom-margin-responsive.medium.top-10{margin-top:10px}.custom.custom-margin-responsive.medium.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.medium.add15{margin:15px}.custom.custom-margin-responsive.medium.left-15{margin-right:15px}.custom.custom-margin-responsive.medium.right-15{margin-left:15px}.custom.custom-margin-responsive.medium.top-15{margin-top:15px}.custom.custom-margin-responsive.medium.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.medium.add20{margin:20px}.custom.custom-margin-responsive.medium.left-20{margin-right:20px}.custom.custom-margin-responsive.medium.right-20{margin-left:20px}.custom.custom-margin-responsive.medium.top-20{margin-top:20px}.custom.custom-margin-responsive.medium.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.medium.add25{margin:25px}.custom.custom-margin-responsive.medium.left-25{margin-right:25px}.custom.custom-margin-responsive.medium.right-25{margin-left:25px}.custom.custom-margin-responsive.medium.top-25{margin-top:25px}.custom.custom-margin-responsive.medium.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.medium.add30{margin:30px}.custom.custom-margin-responsive.medium.left-30{margin-right:30px}.custom.custom-margin-responsive.medium.right-30{margin-left:30px}.custom.custom-margin-responsive.medium.top-30{margin-top:30px}.custom.custom-margin-responsive.medium.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.medium.add35{margin:35px}.custom.custom-margin-responsive.medium.left-35{margin-right:35px}.custom.custom-margin-responsive.medium.right-35{margin-left:35px}.custom.custom-margin-responsive.medium.top-35{margin-top:35px}.custom.custom-margin-responsive.medium.bottom-35{margin-bottom:35px}}.custom.custom-margin-responsive.small.add5{margin:5px}.custom.custom-margin-responsive.small.left-5{margin-right:5px}.custom.custom-margin-responsive.small.right-5{margin-left:5px}.custom.custom-margin-responsive.small.top-5{margin-top:5px}.custom.custom-margin-responsive.small.bottom-5{margin-bottom:5px}.custom.custom-margin-responsive.small.add10{margin:10px}.custom.custom-margin-responsive.small.left-10{margin-right:10px}.custom.custom-margin-responsive.small.right-10{margin-left:10px}.custom.custom-margin-responsive.small.top-10{margin-top:10px}.custom.custom-margin-responsive.small.bottom-10{margin-bottom:10px}.custom.custom-margin-responsive.small.add15{margin:15px}.custom.custom-margin-responsive.small.left-15{margin-right:15px}.custom.custom-margin-responsive.small.right-15{margin-left:15px}.custom.custom-margin-responsive.small.top-15{margin-top:15px}.custom.custom-margin-responsive.small.bottom-15{margin-bottom:15px}.custom.custom-margin-responsive.small.add20{margin:20px}.custom.custom-margin-responsive.small.left-20{margin-right:20px}.custom.custom-margin-responsive.small.right-20{margin-left:20px}.custom.custom-margin-responsive.small.top-20{margin-top:20px}.custom.custom-margin-responsive.small.bottom-20{margin-bottom:20px}.custom.custom-margin-responsive.small.add25{margin:25px}.custom.custom-margin-responsive.small.left-25{margin-right:25px}.custom.custom-margin-responsive.small.right-25{margin-left:25px}.custom.custom-margin-responsive.small.top-25{margin-top:25px}.custom.custom-margin-responsive.small.bottom-25{margin-bottom:25px}.custom.custom-margin-responsive.small.add30{margin:30px}.custom.custom-margin-responsive.small.left-30{margin-right:30px}.custom.custom-margin-responsive.small.right-30{margin-left:30px}.custom.custom-margin-responsive.small.top-30{margin-top:30px}.custom.custom-margin-responsive.small.bottom-30{margin-bottom:30px}.custom.custom-margin-responsive.small.add35{margin:35px}.custom.custom-margin-responsive.small.left-35{margin-right:35px}.custom.custom-margin-responsive.small.right-35{margin-left:35px}.custom.custom-margin-responsive.small.top-35{margin-top:35px}.custom.custom-margin-responsive.small.bottom-35{margin-bottom:35px}textarea.form-control.input-text{height:2.4em}.template-files-delete-button{margin:1px 0 0 0;padding:0 5px}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{font-family:"FontAwesome" !important}table.dataTable thead .sorting:after{content:"" !important}table.dataTable thead .sorting_asc:after{content:"" !important}table.dataTable thead .sorting_desc:after{content:"" !important}.menubar.sticky{position:fixed !important;top:0 !important;margin-top:0 !important}#sticky-topbar-placeholder{display:none}.menubar.sticky+#sticky-topbar-placeholder{display:block}.baseline-align>*{vertical-align:baseline}.baseline-align>.form-group{display:inline-block}#edit-question-form{margin-right:-15px;margin-left:-15px}#advanced-question-editor{margin-right:-15px;margin-left:-15px}#advanced-question-editor>div>.container-center>.row{margin-right:-15px;margin-left:-15px}.subquestions-table-wrapper,.answeroptions-table-wrapper{display:block;overflow:auto;margin-bottom:20px}.subquestions-table,.answeroptions-table{margin-bottom:0px}.subquestions-table input.code,.answeroptions-table input.code{min-width:70px}.subquestions-table>tbody>tr>td:first-of-type,.answeroptions-table>tbody>tr>td:first-of-type{padding-right:0}.subquestions-table>tbody>tr>td:last-of-type,.answeroptions-table>tbody>tr>td:last-of-type{padding-left:0}#survey-grid{overflow-x:visible}html[dir=rtl] .dropdown-menu,html[dir=rtl] th{text-align:initial}.w-100{width:100% !important}#question-grid{overflow-x:visible}.translate>table{table-layout:fixed}.translate td._from_>.question-text-from{width:100%;overflow:auto;word-wrap:break-word}#selectable .ui-selecting{background:#8cce00}#selectable .ui-selected{background:#c1dd7f;color:#000}#selectable{list-style-type:none;margin:2px;padding:0;width:90%}#selectable li{padding:1em;font-size:1em;height:9px;text-align:center;margin:4px}.ui-icon.exporticon{background-image:url("images/export.gif")}#feedback{font-size:1.4em}#selectableadd .ui-selecting{background:#06c}#selectableadd .ui-selected{background:#06c;color:#fff}#selectableadd{list-style-type:none;margin:0;padding:0;width:90%;text-align:center}#selectableadd li{margin:3px;padding:.4em;font-size:1 em;height:18px;text-align:center}.popupgroup{border:1px solid #dae5f4;padding:10px;border-radius:3px;margin:8px}.grid-view .table td.button-column,.grid-view .table th.button-column,.grid-view-ls .table td.button-column,.grid-view-ls .table th.button-column{white-space:nowrap;text-align:initial}.grid-view .table th>.sort-link .caret,.grid-view-ls .table th>.sort-link .caret{left:-10px}.grid-view .table .filters>td .filter-container,.grid-view-ls .table .filters>td .filter-container{padding:0}.grid-view-ls .table td{vertical-align:middle}.grid-view-ls .table td input[type=checkbox]:after{margin-top:-3px;margin-left:-3px}.grid-view-ls .table .button-column{white-space:nowrap;text-align:initial;min-width:50px}.grid-view-ls .summary{color:#999;font-size:12px;text-align:left}.grid-view-ls.grid-view-loading{background:url(../img/loader.gif) no-repeat 0% 10px}.grid-view-ls.grid-view-loading .table{opacity:.5}.grid-view-ls.grid-view-loading .table th>.sort-link .caret{display:none}.dropdown-menu.larger-dropdown{min-width:240px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;right:100%;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown-submenu:hover>a:after{border-right-color:#555}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{right:-100%;margin-right:10px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}#vue-apps-main-container{min-height:75vh}.fa-stack.halfed{height:1em;width:1em;line-height:1em}.fa-stack-1x.halfed{font-size:.5em}.fa-1x.halfed{font-size:.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:.6em;box-sizing:border-box;height:2em;margin:.2em;overflow:hidden;padding:.5em;width:2em}.animate-pulse .square:nth-of-type(1){animation:pulse ease-in-out 1.8s infinite .2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite .6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1s}.animate-pulse .square:nth-of-type(4){animation:pulse ease-in-out 1.8s infinite 1.4s}.simpleWrapper{padding:0;margin:0;border:none;display:inline-block} \ No newline at end of file diff --git a/assets/packages/adminbasics/src/parts/globalMethods.js b/assets/packages/adminbasics/src/parts/globalMethods.js index 524ad0eeb77..95570d30fd2 100644 --- a/assets/packages/adminbasics/src/parts/globalMethods.js +++ b/assets/packages/adminbasics/src/parts/globalMethods.js @@ -112,7 +112,29 @@ const globalWindowMethods = { if(e.target != this) return; $('#accordion').find('.panel-collapse.collapse').not('#'+$(this).attr('id')).collapse('hide'); }); - } + }, + /** + * Validates that an end date is not lower than a start date + * @param {Object} startDatePicker Start datepicker object + * @param {Object} endDatePicker End datepicker object + * @param {?function} errorCallback Optional function to call in case of error + */ + validateEndDateHigherThanStart: (startDatePicker, endDatePicker, errorCallback) => { + if (!startDatePicker || !startDatePicker.date()) { + return true; + } + if (!endDatePicker || !endDatePicker.date()) { + return true; + } + const difference = endDatePicker.date().diff(startDatePicker.date()); + if (difference >= 0) { + return true; + } + if (typeof errorCallback === 'function') { + errorCallback(); + } + return false; + }, }; const globalStartUpMethods = { bootstrapping : ()=>{ diff --git a/assets/scripts/admin/surveysettings.js b/assets/scripts/admin/surveysettings.js index c24cfc14944..96d760d5e41 100644 --- a/assets/scripts/admin/surveysettings.js +++ b/assets/scripts/admin/surveysettings.js @@ -158,34 +158,16 @@ function guidGenerator() { function validateSettingsForm($form) { switch ($form.attr('id')) { case 'publication': - return validateEndDateHigherThanStart( + return LS.validateEndDateHigherThanStart( $('#startdate_datetimepicker').data('DateTimePicker'), $('#expires_datetimepicker').data('DateTimePicker'), - expirationLowerThanStartError + () => {LS.LsGlobalNotifier.createFlash(expirationLowerThanStartError, 'alert-danger fade in')} ); default: return true; } } -/** - * Validates that an end date is not lower than a start date - */ -function validateEndDateHigherThanStart(startDatePicker, endDatePicker, errorMessage) { - if (!startDatePicker || !startDatePicker.date()) { - return true; - } - if (!endDatePicker || !endDatePicker.date()) { - return true; - } - const difference = endDatePicker.date().diff(startDatePicker.date()); - if (difference >= 0) { - return true; - } - LS.LsGlobalNotifier.createFlash(errorMessage, 'alert-danger fade in'); - return false; -} - $(document).on('ready pjax:scriptcomplete', function(){ if (window.PanelIntegrationData) { var i10n = window.PanelIntegrationData.i10n; diff --git a/assets/scripts/admin/tokens.js b/assets/scripts/admin/tokens.js index 5a7166424ea..8d161e87cb5 100644 --- a/assets/scripts/admin/tokens.js +++ b/assets/scripts/admin/tokens.js @@ -193,7 +193,7 @@ function showError(msg) { * Validates that mandatory additional attributes are filled */ function validateAdditionalAttributes() { - const validationErrorMsg = $('#edittoken').attr('data-validation-error'); + const validationErrorMsg = $('#edittoken').attr('data-additional-attributes-validation-error'); let valid = true; $('.mandatory-attribute').each(function () { @@ -318,15 +318,29 @@ $(document).on('ready pjax:scriptcomplete', function(){ $(document).off('submit.edittoken', '#edittoken').on('submit.edittoken', '#edittoken', function(event, params){ var eventParams = params || {}; + // When saving from the Edit Participant modal, handle the event in submitEditToken(). if($('#editTokenModal').length > 0 ){ event.preventDefault(); submitEditToken(); return; } + // Validate additional (custom) participant attributes if (!validateAdditionalAttributes()) { event.preventDefault(); return false; } + // Validate expiration date isn't lower than the "Valid from" date + if ( + !LS.validateEndDateHigherThanStart( + $('#validfrom').data('DateTimePicker'), + $('#validuntil').data('DateTimePicker'), + () => {showError($('#edittoken').attr('data-expiration-validation-error'))} + ) + ) { + event.preventDefault(); + return false; + } + if (!eventParams.confirm_empty_save && !validateNotEmptyTokenForm()) { return false; } @@ -336,7 +350,13 @@ $(document).on('ready pjax:scriptcomplete', function(){ * Save token */ $("#save-edittoken").off('click.token-save').on('click.token-save', function() { - if (validateAdditionalAttributes()) { + const valid = validateAdditionalAttributes() + && LS.validateEndDateHigherThanStart( + $('#validfrom').data('DateTimePicker'), + $('#validuntil').data('DateTimePicker'), + () => {showError($('#edittoken').attr('data-expiration-validation-error'))} + ); + if (valid) { submitEditToken(); } });