diff --git a/application/controllers/admin/labels.php b/application/controllers/admin/labels.php index 778e1549d3e..70f2c41348f 100644 --- a/application/controllers/admin/labels.php +++ b/application/controllers/admin/labels.php @@ -362,7 +362,7 @@ public function process() $lid = $oLabelSet->lid; } if (($action == "modlabelsetanswers" || ($action == "ajaxmodlabelsetanswers")) && Permission::model()->hasGlobalPermission('labelsets', 'update')) { - modlabelsetanswers($lid); + modlabelsetanswers($lid); } if ($action == "deletelabelset" && Permission::model()->hasGlobalPermission('labelsets', 'delete')) { if (LabelSet::model()->deleteLabelSet($lid)) { @@ -371,10 +371,14 @@ public function process() } } + if (Yii::app()->request->getPost("saveandclose")) { + $this->getController()->redirect(array("admin/labels/sa/view")); + } + if ($lid) { - $this->getController()->redirect(array("admin/labels/sa/view/lid/" . $lid)); + $this->getController()->redirect(array("admin/labels/sa/view/lid/" . $lid)); } else { - $this->getController()->redirect(array("admin/labels/sa/view")); + $this->getController()->redirect(array("admin/labels/sa/view")); } } diff --git a/assets/packages/adminbasics/build/adminbasics.css b/assets/packages/adminbasics/build/adminbasics.css index 9e82640ce39..3693e985243 100644 --- a/assets/packages/adminbasics/build/adminbasics.css +++ b/assets/packages/adminbasics/build/adminbasics.css @@ -1,8 +1,4 @@ @charset "UTF-8"; -#cpdbatt { - min-height: 100px; -} - /** * Lime Admin Common CSS File * @@ -4187,6 +4183,123 @@ table.dataTable thead .sorting_desc:after { padding-right: 0; } +.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; +} + .draggable-container { min-height: 300px; } @@ -4294,6 +4407,10 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { min-height: 100px; } +#cpdbatt { + min-height: 100px; +} + #selectable .ui-selecting { background: #8CCE00; } @@ -4374,123 +4491,6 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { padding-bottom: 15px; } -.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; -} - .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; diff --git a/assets/packages/adminbasics/build/adminbasics.js b/assets/packages/adminbasics/build/adminbasics.js index 0c1c079f7ff..d27ff9cd591 100644 --- a/assets/packages/adminbasics/build/adminbasics.js +++ b/assets/packages/adminbasics/build/adminbasics.js @@ -30377,7 +30377,14 @@ name: 'saveandclose', value: '1' }).appendTo($form); - $form.find('[type="submit"]').first().trigger('click'); + var submitButton = $form.find('[type="submit"]').first(); + + if (submitButton.length) { + submitButton.trigger('click'); + } else { + $form.submit(); + } + displayLoadingState(this); return false; }, diff --git a/assets/packages/adminbasics/build/adminbasics.min.css b/assets/packages/adminbasics/build/adminbasics.min.css index ca9c57550f3..cf038c68570 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:0.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,0.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:0.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_contents{width:650px}.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:0.5;border:none}div.panel.disabled *{opacity:0.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:0.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:white;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 #666666}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:#bbbbbb}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:#bbbbbb}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 #666666;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:#bbbbbb}input[type="checkbox"]:disabled:checked:after,.checkbox input[type="checkbox"]:disabled:checked:after,.checkbox-inline input[type="checkbox"]:disabled:checked:after{background-color:#bbbbbb;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:0.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,0.16),0 2px 10px 0 rgba(0,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:#ffffff;border:1px solid #cccccc;box-shadow:inset 0 1px 1px rgba(0,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,0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.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,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.ui-jqgrid-title{padding:1em 0em 1em 1em;font-style:italic;font-weight:700}.ui-pg-button{padding:0.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,0.16),0 2px 10px 0 rgba(0,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:"\f00d"}.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:0.15s linear 0.82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(120deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(180deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(240deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(300deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(360deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.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:0.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-left:0.5em;padding-top:0.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:0.1em;padding-left:0.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:0.9em;padding-left:0.5em;padding-top:0.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,0.16),0 2px 10px 0 rgba(0,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:#f00;background-color:#0f0;border:solid black 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:0.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:0.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #cccccc}#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:black}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:white}.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:white;background-color:white}#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:0.5em;padding:0.3em 1em 0.5em 0.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:"\f0dc" !important}table.dataTable thead .sorting_asc:after{content:"\f0de" !important}table.dataTable thead .sorting_desc:after{content:"\f0dd" !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}#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}#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:#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}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-left:0.75%;margin-right:0.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}.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:#999999;font-size:12px;text-align:right}.grid-view-ls.grid-view-loading{background:url(/application/extensions/bootstrap/assets/img/loader.gif) no-repeat 100% 10px}.grid-view-ls.grid-view-loading .table{opacity:0.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:0.5em}.fa-1x.halfed{font-size:0.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:0.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 0.2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite 0.6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1.0s}.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} +#cpdbatt{min-height:100px}.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:#999999;font-size:12px;text-align:right}.grid-view-ls.grid-view-loading{background:url(/application/extensions/bootstrap/assets/img/loader.gif) no-repeat 100% 10px}.grid-view-ls.grid-view-loading .table{opacity:0.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:0.5em}.fa-1x.halfed{font-size:0.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:0.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 0.2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite 0.6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1.0s}.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}#ls-loading{width:100%;height:100%;top:0;left:0;position:fixed;display:block;opacity:0.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,0.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:0.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_contents{width:650px}.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:0.5;border:none}div.panel.disabled *{opacity:0.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:0.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:white;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 #666666}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:#bbbbbb}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:#bbbbbb}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 #666666;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:#bbbbbb}input[type="checkbox"]:disabled:checked:after,.checkbox input[type="checkbox"]:disabled:checked:after,.checkbox-inline input[type="checkbox"]:disabled:checked:after{background-color:#bbbbbb;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:0.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,0.16),0 2px 10px 0 rgba(0,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:#ffffff;border:1px solid #cccccc;box-shadow:inset 0 1px 1px rgba(0,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,0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.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,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.ui-jqgrid-title{padding:1em 0em 1em 1em;font-style:italic;font-weight:700}.ui-pg-button{padding:0.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,0.16),0 2px 10px 0 rgba(0,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:"\f00d"}.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:0.15s linear 0.82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(120deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(180deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(240deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(300deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(360deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.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:0.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-left:0.5em;padding-top:0.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:0.1em;padding-left:0.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:0.9em;padding-left:0.5em;padding-top:0.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,0.16),0 2px 10px 0 rgba(0,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:#f00;background-color:#0f0;border:solid black 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:0.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:0.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #cccccc}#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:black}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:white}.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:white;background-color:white}#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:0.5em;padding:0.3em 1em 0.5em 0.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:"\f0dc" !important}table.dataTable thead .sorting_asc:after{content:"\f0de" !important}table.dataTable thead .sorting_desc:after{content:"\f0dd" !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}.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}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-left:0.75%;margin-right:0.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}#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} diff --git a/assets/packages/adminbasics/build/adminbasics.min.js b/assets/packages/adminbasics/build/adminbasics.min.js index e699292f4f7..19436769fbf 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})(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);r=74)&&(match=engineUserAgent.match(/Chrome\/(\d+)/),match&&(version=match[1])));var engineV8Version=version&&+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,isSymbol=useSymbolAsUid?function(e){return"symbol"==typeof e}:function(e){var t=getBuiltIn("Symbol");return"function"==typeof t&&Object(e)instanceof t},ordinaryToPrimitive=function(e,t){var r,n;if("string"===t&&"function"==typeof(r=e.toString)&&!isObject$2(n=r.call(e)))return n;if("function"==typeof(r=e.valueOf)&&!isObject$2(n=r.call(e)))return n;if("string"!==t&&"function"==typeof(r=e.toString)&&!isObject$2(n=r.call(e)))return n;throw TypeError("Can't convert object to primitive value")},isPure=!1,setGlobal=function(e,t){try{Object.defineProperty(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.16.0",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),toObject$1=function(e){return Object(requireObjectCoercible(e))},hasOwnProperty$b={}.hasOwnProperty,has$2=Object.hasOwn||function(e,t){return hasOwnProperty$b.call(toObject$1(e),t)},id$1=0,postfix=Math.random(),uid$1=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++id$1+postfix).toString(36)},WellKnownSymbolsStore$1=shared("wks"),Symbol$2=global_1.Symbol,createWellKnownSymbol=useSymbolAsUid?Symbol$2:Symbol$2&&Symbol$2.withoutSetter||uid$1,wellKnownSymbol=function(e){return has$2(WellKnownSymbolsStore$1,e)&&(nativeSymbol||"string"==typeof WellKnownSymbolsStore$1[e])||(nativeSymbol&&has$2(Symbol$2,e)?WellKnownSymbolsStore$1[e]=Symbol$2[e]:WellKnownSymbolsStore$1[e]=createWellKnownSymbol("Symbol."+e)),WellKnownSymbolsStore$1[e]},TO_PRIMITIVE$2=wellKnownSymbol("toPrimitive"),toPrimitive=function(e,t){if(!isObject$2(e)||isSymbol(e))return e;var r,n=e[TO_PRIMITIVE$2];if(void 0!==n){if(void 0===t&&(t="default"),r=n.call(e,t),!isObject$2(r)||isSymbol(r))return r;throw TypeError("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:String(t)},document$3=global_1.document,EXISTS=isObject$2(document$3)&&isObject$2(document$3.createElement),documentCreateElement=function(e){return EXISTS?document$3.createElement(e):{}},ie8DomDefine=!descriptors&&!fails((function(){return 7!=Object.defineProperty(documentCreateElement("div"),"a",{get:function(){return 7}}).a})),$getOwnPropertyDescriptor$1=Object.getOwnPropertyDescriptor,f$6=descriptors?$getOwnPropertyDescriptor$1:function(e,t){if(e=toIndexedObject(e),t=toPropertyKey(t),ie8DomDefine)try{return $getOwnPropertyDescriptor$1(e,t)}catch(e){}if(has$2(e,t))return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(e,t),e[t])},objectGetOwnPropertyDescriptor={f:f$6},anObject=function(e){if(!isObject$2(e))throw TypeError(String(e)+" is not an object");return e},$defineProperty$1=Object.defineProperty,f$5=descriptors?$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("Accessors not supported");return"value"in r&&(e[t]=r.value),e},objectDefineProperty={f:f$5},createNonEnumerableProperty=descriptors?function(e,t,r){return objectDefineProperty.f(e,t,createPropertyDescriptor(1,r))}:function(e,t,r){return e[t]=r,e},functionToString=Function.toString;"function"!=typeof sharedStore.inspectSource&&(sharedStore.inspectSource=function(e){return functionToString.call(e)});var inspectSource=sharedStore.inspectSource,WeakMap$1=global_1.WeakMap,nativeWeakMap="function"==typeof WeakMap$1&&/native code/.test(inspectSource(WeakMap$1)),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",WeakMap=global_1.WeakMap,set$4,get$2,has$1,enforce=function(e){return has$1(e)?get$2(e):set$4(e,{})},getterFor=function(e){return function(t){var r;if(!isObject$2(t)||(r=get$2(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return r}};if(nativeWeakMap||sharedStore.state){var store$2=sharedStore.state||(sharedStore.state=new WeakMap),wmget=store$2.get,wmhas=store$2.has,wmset=store$2.set;set$4=function(e,t){if(wmhas.call(store$2,e))throw new TypeError(OBJECT_ALREADY_INITIALIZED);return t.facade=e,wmset.call(store$2,e,t),t},get$2=function(e){return wmget.call(store$2,e)||{}},has$1=function(e){return wmhas.call(store$2,e)}}else{var STATE=sharedKey("state");hiddenKeys$1[STATE]=!0,set$4=function(e,t){if(has$2(e,STATE))throw new TypeError(OBJECT_ALREADY_INITIALIZED);return t.facade=e,createNonEnumerableProperty(e,STATE,t),t},get$2=function(e){return has$2(e,STATE)?e[STATE]:{}},has$1=function(e){return has$2(e,STATE)}}var internalState={set:set$4,get:get$2,has:has$1,enforce:enforce,getterFor:getterFor},redefine=createCommonjsModule((function(e){var t=internalState.get,r=internalState.enforce,n=String(String).split("String");(e.exports=function(e,t,o,a){var i,s=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,u=!!a&&!!a.noTargetGet;"function"==typeof o&&("string"!=typeof t||has$2(o,"name")||createNonEnumerableProperty(o,"name",t),(i=r(o)).source||(i.source=n.join("string"==typeof t?t:""))),e!==global_1?(s?!u&&e[t]&&(c=!0):delete e[t],c?e[t]=o:createNonEnumerableProperty(e,t,o)):c?e[t]=o:setGlobal(t,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||inspectSource(this)}))})),ceil$2=Math.ceil,floor$a=Math.floor,toInteger=function(e){return isNaN(e=+e)?0:(e>0?floor$a:ceil$2)(e)},min$9=Math.min,toLength=function(e){return e>0?min$9(toInteger(e),9007199254740991):0},max$5=Math.max,min$8=Math.min,toAbsoluteIndex=function(e,t){var r=toInteger(e);return r<0?max$5(r+t,0):min$8(r,t)},createMethod$6=function(e){return function(t,r,n){var o,a=toIndexedObject(t),i=toLength(a.length),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=arrayIncludes.indexOf,objectKeysInternal=function(e,t){var r,n=toIndexedObject(e),o=0,a=[];for(r in n)!has$2(hiddenKeys$1,r)&&has$2(n,r)&&a.push(r);for(;t.length>o;)has$2(n,r=t[o++])&&(~indexOf(a,r)||a.push(r));return a},enumBugKeys=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],hiddenKeys=enumBugKeys.concat("length","prototype"),f$4=Object.getOwnPropertyNames||function(e){return objectKeysInternal(e,hiddenKeys)},objectGetOwnPropertyNames={f:f$4},f$3=Object.getOwnPropertySymbols,objectGetOwnPropertySymbols={f:f$3},ownKeys=getBuiltIn("Reflect","ownKeys")||function(e){var t=objectGetOwnPropertyNames.f(anObject(e)),r=objectGetOwnPropertySymbols.f;return r?t.concat(r(e)):t},copyConstructorProperties=function(e,t){for(var r=ownKeys(t),n=objectDefineProperty.f,o=objectGetOwnPropertyDescriptor.f,a=0;aa;)objectDefineProperty.f(e,r=n[a++],t[r]);return e},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+":";if(t.style)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=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(r,t)},$getOwnPropertyNames$1=objectGetOwnPropertyNames.f,toString$1={}.toString,windowNames="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],getWindowNames=function(e){try{return $getOwnPropertyNames$1(e)}catch(e){return windowNames.slice()}},f$2=function(e){return windowNames&&"[object Window]"==toString$1.call(e)?getWindowNames(e):$getOwnPropertyNames$1(toIndexedObject(e))},objectGetOwnPropertyNamesExternal={f:f$2},f$1=wellKnownSymbol,wellKnownSymbolWrapped={f:f$1},path=global_1,defineProperty$d=objectDefineProperty.f,defineWellKnownSymbol=function(e){var t=path.Symbol||(path.Symbol={});has$2(t,e)||defineProperty$d(t,e,{value:wellKnownSymbolWrapped.f(e)})},defineProperty$c=objectDefineProperty.f,TO_STRING_TAG$4=wellKnownSymbol("toStringTag"),setToStringTag=function(e,t,r){e&&!has$2(e=r?e:e.prototype,TO_STRING_TAG$4)&&defineProperty$c(e,TO_STRING_TAG$4,{configurable:!0,value:t})},aFunction=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},functionBindContext=function(e,t,r){if(aFunction(e),void 0===t)return e;switch(r){case 0:return function(){return e.call(t)};case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}},SPECIES$6=wellKnownSymbol("species"),arraySpeciesConstructor=function(e){var t;return isArray$1(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!isArray$1(t.prototype)?isObject$2(t)&&null===(t=t[SPECIES$6])&&(t=void 0):t=void 0),void 0===t?Array:t},arraySpeciesCreate=function(e,t){return new(arraySpeciesConstructor(e))(0===t?0:t)},push=[].push,createMethod$5=function(e){var t=1==e,r=2==e,n=3==e,o=4==e,a=6==e,i=7==e,s=5==e||a;return function(c,u,l,f){for(var p,d,h=toObject$1(c),y=indexedObject(h),g=functionBindContext(u,l,3),v=toLength(y.length),m=0,_=f||arraySpeciesCreate,b=t?_(c,v):r||i?_(c,0):void 0;v>m;m++)if((s||m in y)&&(d=g(p=y[m],m,h),e))if(t)b[m]=d;else if(d)switch(e){case 3:return!0;case 5:return p;case 6:return m;case 2:push.call(b,p)}else switch(e){case 4:return!1;case 7:push.call(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$9=internalState.getterFor(SYMBOL),ObjectPrototype$3=Object[PROTOTYPE$1],$Symbol=global_1.Symbol,$stringify=getBuiltIn("JSON","stringify"),nativeGetOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f,nativeDefineProperty=objectDefineProperty.f,nativeGetOwnPropertyNames=objectGetOwnPropertyNamesExternal.f,nativePropertyIsEnumerable=objectPropertyIsEnumerable.f,AllSymbols=shared("symbols"),ObjectPrototypeSymbols=shared("op-symbols"),StringToSymbolRegistry=shared("string-to-symbol-registry"),SymbolToStringRegistry=shared("symbol-to-string-registry"),WellKnownSymbolsStore=shared("wks"),QObject=global_1.QObject,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$3,t);n&&delete ObjectPrototype$3[t],nativeDefineProperty(e,t,r),n&&e!==ObjectPrototype$3&&nativeDefineProperty(ObjectPrototype$3,t,n)}:nativeDefineProperty,wrap=function(e,t){var r=AllSymbols[e]=objectCreate$1($Symbol[PROTOTYPE$1]);return setInternalState$c(r,{type:SYMBOL,tag:e,description:t}),descriptors||(r.description=t),r},$defineProperty=function(e,t,r){e===ObjectPrototype$3&&$defineProperty(ObjectPrototypeSymbols,t,r),anObject(e);var n=toPropertyKey(t);return anObject(r),has$2(AllSymbols,n)?(r.enumerable?(has$2(e,HIDDEN)&&e[HIDDEN][n]&&(e[HIDDEN][n]=!1),r=objectCreate$1(r,{enumerable:createPropertyDescriptor(0,!1)})):(has$2(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&&!$propertyIsEnumerable.call(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=function(e){var t=toPropertyKey(e),r=nativePropertyIsEnumerable.call(this,t);return!(this===ObjectPrototype$3&&has$2(AllSymbols,t)&&!has$2(ObjectPrototypeSymbols,t))&&(!(r||!has$2(this,t)||!has$2(AllSymbols,t)||has$2(this,HIDDEN)&&this[HIDDEN][t])||r)},$getOwnPropertyDescriptor=function(e,t){var r=toIndexedObject(e),n=toPropertyKey(t);if(r!==ObjectPrototype$3||!has$2(AllSymbols,n)||has$2(ObjectPrototypeSymbols,n)){var o=nativeGetOwnPropertyDescriptor$1(r,n);return!o||!has$2(AllSymbols,n)||has$2(r,HIDDEN)&&r[HIDDEN][n]||(o.enumerable=!0),o}},$getOwnPropertyNames=function(e){var t=nativeGetOwnPropertyNames(toIndexedObject(e)),r=[];return $forEach$2(t,(function(e){has$2(AllSymbols,e)||has$2(hiddenKeys$1,e)||r.push(e)})),r},$getOwnPropertySymbols=function(e){var t=e===ObjectPrototype$3,r=nativeGetOwnPropertyNames(t?ObjectPrototypeSymbols:toIndexedObject(e)),n=[];return $forEach$2(r,(function(e){!has$2(AllSymbols,e)||t&&!has$2(ObjectPrototype$3,e)||n.push(AllSymbols[e])})),n};if(nativeSymbol||($Symbol=function(){if(this instanceof $Symbol)throw TypeError("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$3&&r.call(ObjectPrototypeSymbols,e),has$2(this,HIDDEN)&&has$2(this[HIDDEN],t)&&(this[HIDDEN][t]=!1),setSymbolDescriptor(this,t,createPropertyDescriptor(1,e))};return descriptors&&USE_SETTER&&setSymbolDescriptor(ObjectPrototype$3,t,{configurable:!0,set:r}),wrap(t,e)},redefine($Symbol[PROTOTYPE$1],"toString",(function(){return getInternalState$9(this).tag})),redefine($Symbol,"withoutSetter",(function(e){return wrap(uid$1(e),e)})),objectPropertyIsEnumerable.f=$propertyIsEnumerable,objectDefineProperty.f=$defineProperty,objectGetOwnPropertyDescriptor.f=$getOwnPropertyDescriptor,objectGetOwnPropertyNames.f=objectGetOwnPropertyNamesExternal.f=$getOwnPropertyNames,objectGetOwnPropertySymbols.f=$getOwnPropertySymbols,wellKnownSymbolWrapped.f=function(e){return wrap(wellKnownSymbol(e),e)},descriptors&&(nativeDefineProperty($Symbol[PROTOTYPE$1],"description",{configurable:!0,get:function(){return getInternalState$9(this).description}}),redefine(ObjectPrototype$3,"propertyIsEnumerable",$propertyIsEnumerable,{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(has$2(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(e+" is not a symbol");if(has$2(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){for(var n,o=[e],a=1;arguments.length>a;)o.push(arguments[a++]);if(n=t,(isObject$2(t)||void 0!==e)&&!isSymbol(e))return isArray$1(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!isSymbol(t))return t}),o[1]=t,$stringify.apply(null,o)}})}$Symbol[PROTOTYPE$1][TO_PRIMITIVE$1]||createNonEnumerableProperty($Symbol[PROTOTYPE$1],TO_PRIMITIVE$1,$Symbol[PROTOTYPE$1].valueOf),setToStringTag($Symbol,SYMBOL),hiddenKeys$1[HIDDEN]=!0;var defineProperty$b=objectDefineProperty.f,NativeSymbol=global_1.Symbol;if(descriptors&&"function"==typeof NativeSymbol&&(!("description"in NativeSymbol.prototype)||void 0!==NativeSymbol().description)){var EmptyStringDescriptionStore={},SymbolWrapper=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof SymbolWrapper?new NativeSymbol(e):void 0===e?NativeSymbol():NativeSymbol(e);return""===e&&(EmptyStringDescriptionStore[t]=!0),t};copyConstructorProperties(SymbolWrapper,NativeSymbol);var symbolPrototype=SymbolWrapper.prototype=NativeSymbol.prototype;symbolPrototype.constructor=SymbolWrapper;var symbolToString=symbolPrototype.toString,native="Symbol(test)"==String(NativeSymbol("test")),regexp=/^Symbol\((.*)\)[^)]+$/;defineProperty$b(symbolPrototype,"description",{configurable:!0,get:function(){var e=isObject$2(this)?this.valueOf():this,t=symbolToString.call(e);if(has$2(EmptyStringDescriptionStore,e))return"";var r=native?t.slice(7,-1):t.replace(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 createProperty=function(e,t,r){var n=toPropertyKey(t);n in e?objectDefineProperty.f(e,n,createPropertyDescriptor(0,r)):e[n]=r},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",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$j=!IS_CONCAT_SPREADABLE_SUPPORT||!SPECIES_SUPPORT;_export({target:"Array",proto:!0,forced:FORCED$j},{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(MAXIMUM_ALLOWED_INDEX_EXCEEDED);for(r=0;r=MAX_SAFE_INTEGER$3)throw TypeError(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=toLength(r.length),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=toLength(t.length),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 flattenIntoArray=function(e,t,r,n,o,a,i,s){for(var c,u=o,l=0,f=!!i&&functionBindContext(i,s,3);l0&&isArray$1(c))u=flattenIntoArray(e,t,c,toLength(c.length),u,a-1)-1;else{if(u>=9007199254740991)throw TypeError("Exceed the acceptable array length");e[u]=c}u++}l++}return u},flattenIntoArray_1=flattenIntoArray;_export({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=toObject$1(this),r=toLength(t.length),n=arraySpeciesCreate(t,0);return n.length=flattenIntoArray_1(n,t,t,r,0,void 0===e?1:toInteger(e)),n}}),_export({target:"Array",proto:!0},{flatMap:function(e){var t,r=toObject$1(this),n=toLength(r.length);return aFunction(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){var t=e.return;if(void 0!==t)return anObject(t.call(e)).value},callWithSafeIterationClosing=function(e,t,r,n){try{return n?t(anObject(r)[0],r[1]):t(r)}catch(t){throw iteratorClose(e),t}},iterators={},ITERATOR$8=wellKnownSymbol("iterator"),ArrayPrototype=Array.prototype,isArrayIteratorMethod=function(e){return void 0!==e&&(iterators.Array===e||ArrayPrototype[ITERATOR$8]===e)},TO_STRING_TAG$3=wellKnownSymbol("toStringTag"),test$1={};test$1[TO_STRING_TAG$3]="z";var toStringTagSupport="[object z]"===String(test$1),TO_STRING_TAG$2=wellKnownSymbol("toStringTag"),CORRECT_ARGUMENTS="Arguments"==classofRaw(function(){return arguments}()),tryGet=function(e,t){try{return e[t]}catch(e){}},classof=toStringTagSupport?classofRaw:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=tryGet(t=Object(e),TO_STRING_TAG$2))?r:CORRECT_ARGUMENTS?classofRaw(t):"Object"==(n=classofRaw(t))&&"function"==typeof t.callee?"Arguments":n},ITERATOR$7=wellKnownSymbol("iterator"),getIteratorMethod=function(e){if(null!=e)return e[ITERATOR$7]||e["@@iterator"]||iterators[classof(e)]},arrayFrom=function(e){var t,r,n,o,a,i,s=toObject$1(e),c="function"==typeof this?this:Array,u=arguments.length,l=u>1?arguments[1]:void 0,f=void 0!==l,p=getIteratorMethod(s),d=0;if(f&&(l=functionBindContext(l,u>2?arguments[2]:void 0,2)),null==p||c==Array&&isArrayIteratorMethod(p))for(r=new c(t=toLength(s.length));t>d;d++)i=f?l(s[d],d):s[d],createProperty(r,d,i);else for(a=(o=p.call(s)).next,r=new c;!(n=a.call(o)).done;d++)i=f?callWithSafeIterationClosing(o,l,[n.value,d],!0):n.value,createProperty(r,d,i);return r.length=d,r},ITERATOR$6=wellKnownSymbol("iterator"),SAFE_CLOSING=!1;try{var called=0,iteratorWithReturn={next:function(){return{done:!!called++}},return:function(){SAFE_CLOSING=!0}};iteratorWithReturn[ITERATOR$6]=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$6]=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$1=arrayIncludes.indexOf,nativeIndexOf=[].indexOf,NEGATIVE_ZERO$1=!!nativeIndexOf&&1/[1].indexOf(1,-0)<0,STRICT_METHOD$6=arrayMethodIsStrict("indexOf");_export({target:"Array",proto:!0,forced:NEGATIVE_ZERO$1||!STRICT_METHOD$6},{indexOf:function(e){return NEGATIVE_ZERO$1?nativeIndexOf.apply(this,arguments)||0:$indexOf$1(this,e,arguments.length>1?arguments[1]:void 0)}});var correctPrototypeGetter=!fails((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),IE_PROTO=sharedKey("IE_PROTO"),ObjectPrototype$2=Object.prototype,objectGetPrototypeOf=correctPrototypeGetter?Object.getPrototypeOf:function(e){return e=toObject$1(e),has$2(e,IE_PROTO)?e[IE_PROTO]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?ObjectPrototype$2:null},ITERATOR$5=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS$1=!1,returnThis$2=function(){return this},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$5].call(e)!==e}));NEW_ITERATOR_PROTOTYPE&&(IteratorPrototype$2={}),has$2(IteratorPrototype$2,ITERATOR$5)||createNonEnumerableProperty(IteratorPrototype$2,ITERATOR$5,returnThis$2);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){var n=t+" Iterator";return e.prototype=objectCreate$1(IteratorPrototype$1,{next:createPropertyDescriptor(1,r)}),setToStringTag(e,n,!1),iterators[n]=returnThis$1,e},aPossiblePrototype=function(e){if(!isObject$2(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e},objectSetPrototypeOf=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return anObject(r),aPossiblePrototype(n),t?e.call(r,n):r.__proto__=n,r}}():void 0),IteratorPrototype=iteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=iteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR$4=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$4]||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)),IteratorPrototype!==Object.prototype&&s.next&&(objectGetPrototypeOf(s)!==IteratorPrototype&&(objectSetPrototypeOf?objectSetPrototypeOf(s,IteratorPrototype):"function"!=typeof s[ITERATOR$4]&&createNonEnumerableProperty(s,ITERATOR$4,returnThis)),setToStringTag(s,f,!0))),o==VALUES&&h&&h.name!==VALUES&&(p=!0,y=function(){return h.call(this)}),d[ITERATOR$4]!==y&&createNonEnumerableProperty(d,ITERATOR$4,y),iterators[t]=y,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 c},ARRAY_ITERATOR="Array Iterator",setInternalState$b=internalState.set,getInternalState$8=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$8(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");iterators.Arguments=iterators.Array,addToUnscopables("keys"),addToUnscopables("values"),addToUnscopables("entries");var nativeJoin=[].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 nativeJoin.call(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$i=NEGATIVE_ZERO||!STRICT_METHOD$4,arrayLastIndexOf=FORCED$i?function(e){if(NEGATIVE_ZERO)return $lastIndexOf.apply(this,arguments)||0;var t=toIndexedObject(this),r=toLength(t.length),n=r-1;for(arguments.length>1&&(n=min$6(n,toInteger(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 ISNT_GENERIC=fails((function(){function e(){}return!(Array.of.call(e)instanceof e)}));_export({target:"Array",stat:!0,forced:ISNT_GENERIC},{of:function(){for(var e=0,t=arguments.length,r=new("function"==typeof this?this:Array)(t);t>e;)createProperty(r,e,arguments[e++]);return r.length=t,r}});var createMethod$4=function(e){return function(t,r,n,o){aFunction(r);var a=toObject$1(t),i=indexedObject(a),s=toLength(a.length),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("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){return $reduce$1(this,e,arguments.length,arguments.length>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"),nativeSlice=[].slice,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=toLength(a.length),s=toAbsoluteIndex(e,i),c=toAbsoluteIndex(void 0===t?i:t,i);if(isArray$1(a)&&("function"!=typeof(r=a.constructor)||r!==Array&&!isArray$1(r.prototype)?isObject$2(r)&&null===(r=r[SPECIES$4])&&(r=void 0):r=void 0,r===Array||void 0===r))return nativeSlice.call(a,s,c);for(n=new(void 0===r?Array: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){for(var n=e.length,o=t.length,a=0,i=0,s=[];a3)){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$h},{sort:function(e){void 0!==e&&aFunction(e);var t=toObject$1(this);if(STABLE_SORT$1)return void 0===e?nativeSort$1.call(t):nativeSort$1.call(t,e);var r,n,o=[],a=toLength(t.length);for(n=0;nMAX_SAFE_INTEGER$2)throw TypeError(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],c--,s-=8);for(r=l&(1<<-s)-1,l>>=-s,s+=t;s>0;r=256*r+e[c],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$a=objectDefineProperty.f,getInternalState$7=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,$DataView=global_1[DATA_VIEW],$DataViewPrototype=$DataView&&$DataView[PROTOTYPE],ObjectPrototype$1=Object.prototype,RangeError$1=global_1.RangeError,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$a(e[PROTOTYPE],t,{get:function(){return getInternalState$7(this)[t]}})},get$1=function(e,t,r,n){var o=toIndex(r),a=getInternalState$7(e);if(o+t>a.byteLength)throw RangeError$1(WRONG_INDEX);var i=getInternalState$7(a.buffer).bytes,s=o+a.byteOffset,c=i.slice(s,s+t);return n?c:c.reverse()},set$3=function(e,t,r,n,o,a){var i=toIndex(r),s=getInternalState$7(e);if(i+t>s.byteLength)throw RangeError$1(WRONG_INDEX);for(var c=getInternalState$7(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$1&&objectSetPrototypeOf($DataViewPrototype,ObjectPrototype$1);var testView=new $DataView(new $ArrayBuffer(2)),$setInt8=$DataViewPrototype.setInt8;testView.setInt8(0,2147483648),testView.setInt8(1,2147483649),!testView.getInt8(0)&&testView.getInt8(1)||redefineAll($DataViewPrototype,{setInt8:function(e,t){$setInt8.call(this,e,t<<24>>24)},setUint8:function(e,t){$setInt8.call(this,e,t<<24>>24)}},{unsafe:!0})}else $ArrayBuffer=function(e){anInstance(this,$ArrayBuffer,ARRAY_BUFFER$1);var t=toIndex(e);setInternalState$a(this,{bytes:arrayFill.call(new Array(t),0),byteLength:t}),descriptors||(this.byteLength=t)},$DataView=function(e,t,r){anInstance(this,$DataView,DATA_VIEW),anInstance(e,$ArrayBuffer,DATA_VIEW);var n=getInternalState$7(e).byteLength,o=toInteger(t);if(o<0||o>n)throw RangeError$1("Wrong offset");if(o+(r=void 0===r?n-o:toLength(r))>n)throw RangeError$1(WRONG_LENGTH);setInternalState$a(this,{buffer:e,byteLength:r,byteOffset:o}),descriptors||(this.buffer=e,this.byteLength=r,this.byteOffset=o)},descriptors&&(addGetter($ArrayBuffer,"byteLength"),addGetter($DataView,"buffer"),addGetter($DataView,"byteLength"),addGetter($DataView,"byteOffset")),redefineAll($DataView[PROTOTYPE],{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 dateToPrimitive=function(e){if(anObject(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw TypeError("Incorrect hint");return ordinaryToPrimitive(this,e)},TO_PRIMITIVE=wellKnownSymbol("toPrimitive"),DatePrototype=Date.prototype;TO_PRIMITIVE in DatePrototype||createNonEnumerableProperty(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("function"!=typeof this||!isObject$2(e))return!1;if(!isObject$2(this.prototype))return e instanceof this;for(;e=objectGetPrototypeOf(e);)if(this.prototype===e)return!0;return!1}});var defineProperty$9=objectDefineProperty.f,FunctionPrototype=Function.prototype,FunctionPrototypeToString=FunctionPrototype.toString,nameRE=/^\s*function ([^ (]*)/,NAME$1="name";descriptors&&!(NAME$1 in FunctionPrototype)&&defineProperty$9(FunctionPrototype,NAME$1,{configurable:!0,get:function(){try{return FunctionPrototypeToString.call(this).match(nameRE)[1]}catch(e){return""}}}),setToStringTag(global_1.JSON,"JSON",!0);var 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=Object.isExtensible||function(){return!0},i=function(e){t(e,n,{value:{objectID:"O"+o++,weakData:{}}})},s=e.exports={enable:function(){s.enable=function(){},r=!0;var e=objectGetOwnPropertyNames.f,t=[].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]))&&s instanceof Result)return s;return new Result(!1)}n=o.call(e)}for(c=n.next;!(u=c.call(n)).done;){try{s=g(u.value)}catch(e){throw iteratorClose(n),e}if("object"==typeof s&&s&&s instanceof Result)return s}return new Result(!1)},inheritIfRequired=function(e,t,r){var n,o;return objectSetPrototypeOf&&"function"==typeof(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=s[e];redefine(s,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!isObject$2(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return o&&!isObject$2(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!isObject$2(e))&&t.call(this,0===e?0:e)}:function(e,r){return t.call(this,0===e?0:e,r),this})};if(isForced_1(e,"function"!=typeof 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(t,r){anInstance(t,c,e);var o=inheritIfRequired(new i,t,c);return null!=r&&iterate(r,o[a],{that:o,AS_ENTRIES:n}),o}))).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$8=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,a){anInstance(e,o,t),setInternalState$9(e,{type:t,index:objectCreate$1(null),first:void 0,last:void 0,size:0}),descriptors||(e.size=0),null!=a&&iterate(a,e[n],{that:e,AS_ENTRIES:r})})),a=internalStateGetterFor$1(t),i=function(e,t,r){var n,o,i=a(e),c=s(e,t);return c?c.value=r:(i.last=c={index:o=fastKey(t,!0),key:t,value:r,previous:n=i.last,next:void 0,removed:!1},i.first||(i.first=c),n&&(n.next=c),descriptors?i.size++:e.size++,"F"!==o&&(i.index[o]=c)),e},s=function(e,t){var r,n=a(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(o.prototype,{clear:function(){for(var e=a(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=a(t),n=s(t,e);if(n){var o=n.next,i=n.previous;delete r.index[n.index],n.removed=!0,i&&(i.next=o),o&&(o.previous=i),r.first==n&&(r.first=o),r.last==n&&(r.last=i),descriptors?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=a(this),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:r.first;)for(n(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!s(this,e)}}),redefineAll(o.prototype,r?{get:function(e){var t=s(this,e);return t&&t.value},set:function(e,t){return i(this,0===e?0:e,t)}}:{add:function(e){return i(this,e=0===e?0:e,e)}}),descriptors&&defineProperty$8(o.prototype,"size",{get:function(){return a(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;var es_map=collection("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),collectionStrong),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$g=!$acosh||710!=Math.floor($acosh(Number.MAX_VALUE))||$acosh(1/0)!=1/0;_export({target:"Math",stat:!0,forced:FORCED$g},{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$f=fails((function(){return-5!=$imul(4294967295,5)||2!=$imul.length}));_export({target:"Math",stat:!0,forced:FORCED$f},{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;_export({target:"Math",stat:!0},{log10:function(e){return log$2(e)*LOG10E}}),_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$e=fails((function(){return-2e-17!=Math.sinh(-2e-17)}));_export({target:"Math",stat:!0,forced:FORCED$e},{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 whitespaces="\t\n\v\f\r                 \u2028\u2029\ufeff",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=r.replace(ltrim,"")),2&e&&(r=r.replace(rtrim,"")),r}},stringTrim={start:createMethod$3(1),end:createMethod$3(2),trim:createMethod$3(3)},getOwnPropertyNames$2=objectGetOwnPropertyNames.f,getOwnPropertyDescriptor$6=objectGetOwnPropertyDescriptor.f,defineProperty$7=objectDefineProperty.f,trim$2=stringTrim.trim,NUMBER="Number",NativeNumber=global_1[NUMBER],NumberPrototype=NativeNumber.prototype,BROKEN_CLASSOF=classofRaw(objectCreate$1(NumberPrototype))==NUMBER,toNumber$1=function(e){if(isSymbol(e))throw TypeError("Cannot convert a Symbol value to a number");var t,r,n,o,a,i,s,c,u=toPrimitive(e,"number");if("string"==typeof u&&u.length>2)if(43===(t=(u=trim$2(u)).charCodeAt(0))||45===t){if(88===(r=u.charCodeAt(2))||120===r)return NaN}else if(48===t){switch(u.charCodeAt(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=u.slice(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:e,r=this;return r instanceof NumberWrapper&&(BROKEN_CLASSOF?fails((function(){NumberPrototype.valueOf.call(r)})):classofRaw(r)!=NUMBER)?inheritIfRequired(new NativeNumber(toNumber$1(t)),r,NumberWrapper):toNumber$1(t)},keys$2=descriptors?getOwnPropertyNames$2(NativeNumber):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),j=0,key;keys$2.length>j;j++)has$2(NativeNumber,key=keys$2[j])&&!has$2(NumberWrapper,key)&&defineProperty$7(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,isInteger=function(e){return!isObject$2(e)&&isFinite(e)&&floor$5(e)===e};_export({target:"Number",stat:!0},{isInteger:isInteger}),_export({target:"Number",stat:!0},{isNaN:function(e){return e!=e}});var abs=Math.abs;_export({target:"Number",stat:!0},{isSafeInteger:function(e){return isInteger(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,$parseFloat=global_1.parseFloat,FORCED$d=1/$parseFloat(whitespaces+"-0")!=-1/0,numberParseFloat=FORCED$d?function(e){var t=trim$1(toString_1(e)),r=$parseFloat(t);return 0===r&&"-"==t.charAt(0)?-0:r}:$parseFloat;_export({target:"Number",stat:!0,forced:Number.parseFloat!=numberParseFloat},{parseFloat:numberParseFloat});var trim=stringTrim.trim,$parseInt=global_1.parseInt,hex=/^[+-]?0[Xx]/,FORCED$c=8!==$parseInt(whitespaces+"08")||22!==$parseInt(whitespaces+"0x16"),numberParseInt=FORCED$c?function(e,t){var r=trim(toString_1(e));return $parseInt(r,t>>>0||(hex.test(r)?16:10))}:$parseInt;_export({target:"Number",stat:!0,forced:Number.parseInt!=numberParseInt},{parseInt:numberParseInt});var thisNumberValue=function(e){if("number"!=typeof e&&"Number"!=classofRaw(e))throw TypeError("Incorrect invocation");return+e},stringRepeat=function(e){var t=toString_1(requireObjectCoercible(this)),r="",n=toInteger(e);if(n<0||n==1/0)throw RangeError("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(t+=t))1&n&&(r+=t);return r},nativeToFixed=1..toFixed,floor$4=Math.floor,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(e[t]);r=""===r?n:r+stringRepeat.call("0",7-n.length)+n}return r},FORCED$b=nativeToFixed&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!fails((function(){nativeToFixed.call({})}));_export({target:"Number",proto:!0,forced:FORCED$b},{toFixed:function(e){var t,r,n,o,a=thisNumberValue(this),i=toInteger(e),s=[0,0,0,0,0,0],c="",u="0";if(i<0||i>20)throw RangeError("Incorrect fraction digits");if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return String(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."+stringRepeat.call("0",i-o)+u:u.slice(0,o-i)+"."+u.slice(o-i)):c+u}});var $assign=Object.assign,defineProperty$6=Object.defineProperty,objectAssign=!$assign||fails((function(){if(descriptors&&1!==$assign({b:1},$assign(defineProperty$6({},"a",{enumerable:!0,get:function(){defineProperty$6(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?objectKeys(c).concat(a(c)):objectKeys(c),l=u.length,f=0;l>f;)s=u[f++],descriptors&&!i.call(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:aFunction(t),enumerable:!0,configurable:!0})}}),descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineSetter__:function(e,t){objectDefineProperty.f(toObject$1(this),e,{set:aFunction(t),enumerable:!0,configurable:!0})}});var propertyIsEnumerable$1=objectPropertyIsEnumerable.f,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.call(n,r)||s.push(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$9=fails((function(){$freeze(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$9,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$8=fails((function(){nativeGetOwnPropertyDescriptor(1)})),FORCED$a=!descriptors||FAILS_ON_PRIMITIVES$8;_export({target:"Object",stat:!0,forced:FORCED$a,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$7=fails((function(){return!Object.getOwnPropertyNames(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$7},{getOwnPropertyNames:getOwnPropertyNames$1});var FAILS_ON_PRIMITIVES$6=fails((function(){objectGetPrototypeOf(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$6,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});var $isExtensible=Object.isExtensible,FAILS_ON_PRIMITIVES$5=fails((function(){$isExtensible(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$5},{isExtensible:function(e){return!!isObject$2(e)&&(!$isExtensible||$isExtensible(e))}});var $isFrozen=Object.isFrozen,FAILS_ON_PRIMITIVES$4=fails((function(){$isFrozen(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$4},{isFrozen:function(e){return!isObject$2(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},{isSealed:function(e){return!isObject$2(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,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:aFunction(r)},engineIsIos=/(?:iphone|ipod|ipad).*applewebkit/i.test(engineUserAgent),set$2=global_1.setImmediate,clear=global_1.clearImmediate,process$3=global_1.process,MessageChannel=global_1.MessageChannel,Dispatch=global_1.Dispatch,counter$1=0,queue$1={},ONREADYSTATECHANGE="onreadystatechange",location,defer,channel,port;try{location=global_1.location}catch(e){}var run=function(e){if(queue$1.hasOwnProperty(e)){var t=queue$1[e];delete queue$1[e],t()}},runner=function(e){return function(){run(e)}},listener=function(e){run(e.data)},post=function(e){global_1.postMessage(String(e),location.protocol+"//"+location.host)};set$2&&clear||(set$2=function(e){for(var t=[],r=arguments.length,n=1;r>n;)t.push(arguments[n++]);return queue$1[++counter$1]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},defer(counter$1),counter$1},clear=function(e){delete queue$1[e]},engineIsNode?defer=function(e){process$3.nextTick(runner(e))}:Dispatch&&Dispatch.now?defer=function(e){Dispatch.now(runner(e))}:MessageChannel&&!engineIsIos?(channel=new MessageChannel,port=channel.port2,channel.port1.onmessage=listener,defer=functionBindContext(port.postMessage,port,1)):global_1.addEventListener&&"function"==typeof postMessage&&!global_1.importScripts&&location&&"file:"!==location.protocol&&!fails(post)?(defer=post,global_1.addEventListener("message",listener,!1)):defer=ONREADYSTATECHANGE in documentCreateElement("script")?function(e){html.appendChild(documentCreateElement("script"))[ONREADYSTATECHANGE]=function(){html.removeChild(this),run(e)}}:function(e){setTimeout(runner(e),0)});var task$1={set:set$2,clear:clear},engineIsWebosWebkit=/web0s(?!.*chrome)/i.test(engineUserAgent),getOwnPropertyDescriptor$3=objectGetOwnPropertyDescriptor.f,macrotask=task$1.set,MutationObserver$1=global_1.MutationObserver||global_1.WebKitMutationObserver,document$2=global_1.document,process$2=global_1.process,Promise$1=global_1.Promise,queueMicrotaskDescriptor=getOwnPropertyDescriptor$3(global_1,"queueMicrotask"),queueMicrotask=queueMicrotaskDescriptor&&queueMicrotaskDescriptor.value,flush,head,last,notify$1,toggle,node,promise,then;queueMicrotask||(flush=function(){var e,t;for(engineIsNode&&(e=process$2.domain)&&e.exit();head;){t=head.fn,head=head.next;try{t()}catch(e){throw head?notify$1():last=void 0,e}}last=void 0,e&&e.enter()},engineIsIos||engineIsNode||engineIsWebosWebkit||!MutationObserver$1||!document$2?Promise$1&&Promise$1.resolve?(promise=Promise$1.resolve(void 0),promise.constructor=Promise$1,then=promise.then,notify$1=function(){then.call(promise,flush)}):notify$1=engineIsNode?function(){process$2.nextTick(flush)}:function(){macrotask.call(global_1,flush)}:(toggle=!0,node=document$2.createTextNode(""),new MutationObserver$1(flush).observe(node,{characterData:!0}),notify$1=function(){node.data=toggle=!toggle}));var microtask=queueMicrotask||function(e){var t={fn:e,next:void 0};last&&(last.next=t),head||(head=t,notify$1()),last=t},PromiseCapability=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=aFunction(t),this.reject=aFunction(r)},f=function(e){return new PromiseCapability(e)},newPromiseCapability$1={f:f},promiseResolve=function(e,t){if(anObject(e),isObject$2(t)&&t.constructor===e)return t;var r=newPromiseCapability$1.f(e);return(0,r.resolve)(t),r.promise},hostReportErrors=function(e,t){var r=global_1.console;r&&r.error&&(1===arguments.length?r.error(e):r.error(e,t))},perform=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}},engineIsBrowser="object"==typeof window,task=task$1.set,SPECIES$1=wellKnownSymbol("species"),PROMISE="Promise",getInternalState$6=internalState.get,setInternalState$8=internalState.set,getInternalPromiseState=internalState.getterFor(PROMISE),NativePromisePrototype=nativePromiseConstructor&&nativePromiseConstructor.prototype,PromiseConstructor=nativePromiseConstructor,PromiseConstructorPrototype=NativePromisePrototype,TypeError$1=global_1.TypeError,document$1=global_1.document,process$1=global_1.process,newPromiseCapability=newPromiseCapability$1.f,newGenericPromiseCapability=newPromiseCapability,DISPATCH_EVENT=!!(document$1&&document$1.createEvent&&global_1.dispatchEvent),NATIVE_REJECTION_EVENT="function"==typeof PromiseRejectionEvent,UNHANDLED_REJECTION="unhandledrejection",REJECTION_HANDLED="rejectionhandled",PENDING=0,FULFILLED=1,REJECTED=2,HANDLED=1,UNHANDLED=2,SUBCLASSING=!1,Internal,OwnPromiseCapability,PromiseWrapper,nativeThen,FORCED$9=isForced_1(PROMISE,(function(){var e=inspectSource(PromiseConstructor),t=e!==String(PromiseConstructor);if(!t&&66===engineV8Version)return!0;if(engineV8Version>=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$9||!checkCorrectnessOfIteration((function(e){PromiseConstructor.all(e).catch((function(){}))})),isThenable=function(e){var t;return!(!isObject$2(e)||"function"!=typeof(t=e.then))&&t},notify=function(e,t){if(!e.notified){e.notified=!0;var r=e.reactions;microtask((function(){for(var n=e.value,o=e.state==FULFILLED,a=0;r.length>a;){var i,s,c,u=r[a++],l=o?u.ok:u.fail,f=u.resolve,p=u.reject,d=u.domain;try{l?(o||(e.rejection===UNHANDLED&&onHandleUnhandled(e),e.rejection=HANDLED),!0===l?i=n:(d&&d.enter(),i=l(n),d&&(d.exit(),c=!0)),i===u.promise?p(TypeError$1("Promise-chain cycle")):(s=isThenable(i))?s.call(i,f,p):f(i)):p(n)}catch(e){d&&!c&&d.exit(),p(e)}}e.reactions=[],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){task.call(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){task.call(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$1("Promise can't be resolved itself");var n=isThenable(t);n?microtask((function(){var r={done:!1};try{n.call(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$9&&(PromiseConstructor=function(e){anInstance(this,PromiseConstructor,PROMISE),aFunction(e),Internal.call(this);var t=getInternalState$6(this);try{e(bind$1(internalResolve,t),bind$1(internalReject,t))}catch(e){internalReject(t,e)}},PromiseConstructorPrototype=PromiseConstructor.prototype,Internal=function(e){setInternalState$8(this,{type:PROMISE,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:PENDING,value:void 0})},Internal.prototype=redefineAll(PromiseConstructorPrototype,{then:function(e,t){var r=getInternalPromiseState(this),n=newPromiseCapability(speciesConstructor(this,PromiseConstructor));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=engineIsNode?process$1.domain:void 0,r.parent=!0,r.reactions.push(n),r.state!=PENDING&¬ify(r,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),OwnPromiseCapability=function(){var e=new Internal,t=getInternalState$6(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)},"function"==typeof nativePromiseConstructor&&NativePromisePrototype!==Object.prototype)){nativeThen=NativePromisePrototype.then,SUBCLASSING||(redefine(NativePromisePrototype,"then",(function(e,t){var r=this;return new PromiseConstructor((function(e,t){nativeThen.call(r,e,t)})).then(e,t)}),{unsafe:!0}),redefine(NativePromisePrototype,"catch",PromiseConstructorPrototype.catch,{unsafe:!0}));try{delete NativePromisePrototype.constructor}catch(e){}objectSetPrototypeOf&&objectSetPrototypeOf(NativePromisePrototype,PromiseConstructorPrototype)}_export({global:!0,wrap:!0,forced:FORCED$9},{Promise:PromiseConstructor}),setToStringTag(PromiseConstructor,PROMISE,!1),setSpecies(PROMISE),PromiseWrapper=getBuiltIn(PROMISE),_export({target:PROMISE,stat:!0,forced:FORCED$9},{reject:function(e){var t=newPromiseCapability(this);return t.reject.call(void 0,e),t.promise}}),_export({target:PROMISE,stat:!0,forced:FORCED$9},{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=aFunction(t.resolve),a=[],i=0,s=1;iterate(e,(function(e){var c=i++,u=!1;a.push(void 0),s++,r.call(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=aFunction(t.resolve);iterate(e,(function(e){o.call(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="function"==typeof 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)}}),"function"==typeof nativePromiseConstructor){var method=getBuiltIn("Promise").prototype.finally;nativePromiseConstructor.prototype.finally!==method&&redefine(nativePromiseConstructor.prototype,"finally",method,{unsafe:!0})}var nativeApply=getBuiltIn("Reflect","apply"),functionApply=Function.apply,OPTIONAL_ARGUMENTS_LIST=!fails((function(){nativeApply((function(){}))}));_export({target:"Reflect",stat:!0,forced:OPTIONAL_ARGUMENTS_LIST},{apply:function(e,t,r){return aFunction(e),anObject(r),nativeApply?nativeApply(e,t,r):functionApply.call(e,t,r)}});var slice=[].slice,factories={},construct=function(e,t,r){if(!(t in factories)){for(var n=[],o=0;ob)","string".charAt(5));return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$c")})),defineProperty$5=objectDefineProperty.f,getOwnPropertyNames=objectGetOwnPropertyNames.f,enforceInternalState=internalState.enforce,MATCH$1=wellKnownSymbol("match"),NativeRegExp=global_1.RegExp,RegExpPrototype$4=NativeRegExp.prototype,IS_NCG=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,re1=/a/g,re2=/a/g,CORRECT_NEW=new NativeRegExp(re1)!==re1,UNSUPPORTED_Y$2=regexpStickyHelpers.UNSUPPORTED_Y,BASE_FORCED=descriptors&&(!CORRECT_NEW||UNSUPPORTED_Y$2||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=e.charAt(n))?a||"."!==t?("["===t?a=!0:"]"===t&&(a=!1),o+=t):o+="[\\s\\S]":o+=t+e.charAt(++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=e.charAt(n)))t+=e.charAt(++n);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:IS_NCG.test(e.slice(n+1))&&(n+=2,c=!0),o+=t,u++;continue;case">"===t&&c:if(""===l||has$2(i,l))throw new SyntaxError("Invalid capture group name");i[l]=!0,a.push([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=this instanceof RegExpWrapper,u=isRegexp(e),l=void 0===t,f=[],p=e;if(!c&&u&&l&&e.constructor===RegExpWrapper)return e;if((u||e instanceof RegExpWrapper)&&(e=e.source,l&&(t="flags"in p?p.flags:regexpFlags.call(p))),e=void 0===e?"":toString_1(e),t=void 0===t?"":toString_1(t),p=e,regexpUnsupportedDotAll&&"dotAll"in re1&&(n=!!t&&t.indexOf("s")>-1)&&(t=t.replace(/s/g,"")),r=t,UNSUPPORTED_Y$2&&"sticky"in re1&&(o=!!t&&t.indexOf("y")>-1)&&(t=t.replace(/y/g,"")),regexpUnsupportedNcg&&(e=(a=handleNCG(e))[0],f=a[1]),i=inheritIfRequired(NativeRegExp(e,t),c?this:RegExpPrototype$4,RegExpWrapper),(n||o||f.length)&&(s=enforceInternalState(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$4.constructor=RegExpWrapper,RegExpWrapper.prototype=RegExpPrototype$4,redefine(global_1,"RegExp",RegExpWrapper)}setSpecies("RegExp");var getInternalState$5=internalState.get,nativeExec=RegExp.prototype.exec,nativeReplace=shared("native-string-replace",String.prototype.replace),patchedExec=nativeExec,UPDATES_LAST_INDEX_WRONG=function(){var e=/a/,t=/b*/g;return nativeExec.call(e,"a"),nativeExec.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),UNSUPPORTED_Y$1=regexpStickyHelpers.UNSUPPORTED_Y||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$5(c),l=toString_1(e),f=u.raw;if(f)return f.lastIndex=c.lastIndex,t=patchedExec.call(f,l),c.lastIndex=f.lastIndex,t;var p=u.groups,d=UNSUPPORTED_Y$1&&c.sticky,h=regexpFlags.call(c),y=c.source,g=0,v=l;if(d&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),v=l.slice(c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==l.charAt(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=nativeExec.call(d?r:c,v),d?o?(o.input=o.input.slice(g),o[0]=o[0].slice(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&&nativeReplace.call(o[0],r,(function(){for(a=1;a=s?e?"":void 0:(n=a.charCodeAt(i))<55296||n>56319||i+1===s||(o=a.charCodeAt(i+1))<56320||o>57343?e?a.charAt(i):n:e?a.slice(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 notARegexp=function(e){if(isRegexp(e))throw TypeError("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,$endsWith="".endsWith,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=toLength(t.length),o=void 0===r?n:min$4(toLength(r),n),a=toString_1(e);return $endsWith?$endsWith.call(t,a,o):t.slice(o-a.length,o)===a}});var fromCharCode=String.fromCharCode,$fromCodePoint=String.fromCodePoint,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(t+" is not a valid code point");r.push(t<65536?fromCharCode(t):fromCharCode(55296+((t-=65536)>>10),t%1024+56320))}return r.join("")}}),_export({target:"String",proto:!0,forced:!correctIsRegexpLogic("includes")},{includes:function(e){return!!~toString_1(requireObjectCoercible(this)).indexOf(toString_1(notARegexp(e)),arguments.length>1?arguments[1]:void 0)}});var charAt$3=stringMultibyte.charAt,STRING_ITERATOR$1="String Iterator",setInternalState$7=internalState.set,getInternalState$4=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$4(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=charAt$3(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=/./[o],c=t(o,""[e],(function(e,t,r,n,o){var i=t.exec;return i===regexpExec||i===RegExpPrototype$2.exec?a&&!o?{done:!0,value:s.call(t,r,n)}:{done:!0,value:e.call(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$2=stringMultibyte.charAt,advanceStringIndex=function(e,t,r){return t+(r?charAt$2(e,t).length:1)},regexpExecAbstract=function(e,t){var r=e.exec;if("function"==typeof r){var n=r.call(e,t);if("object"!=typeof n)throw TypeError("RegExp exec method returned something other than an Object or null");return n}if("RegExp"!==classofRaw(e))throw TypeError("RegExp#exec called on incompatible receiver");return regexpExec.call(e,t)};fixRegexpWellKnownSymbolLogic("match",(function(e,t,r){return[function(t){var r=requireObjectCoercible(this),n=null==t?void 0:t[e];return void 0!==n?n.call(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 ceil=Math.ceil,createMethod=function(e){return function(t,r,n){var o,a,i=toString_1(requireObjectCoercible(t)),s=i.length,c=void 0===n?" ":toString_1(n),u=toLength(r);return u<=s||""==c?i:(o=u-s,(a=stringRepeat.call(c,ceil(o/c.length))).length>o&&(a=a.slice(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)}}),_export({target:"String",stat:!0},{raw:function(e){for(var t=toIndexedObject(e.raw),r=toLength(t.length),n=arguments.length,o=[],a=0;r>a;)o.push(toString_1(t[a++])),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$1.call(a,c,(function(a,c){var u;switch(c.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(i);case"<":u=o[c.slice(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]?c.charAt(1):n[f-1]+c.charAt(1):a}u=n[l-1]}return void 0===u?"":u}))},REPLACE$1=wellKnownSymbol("replace"),max$2=Math.max,min$3=Math.min,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:e[REPLACE$1];return void 0!==o?o.call(e,n,r):t.call(toString_1(n),e,r)},function(e,o){var a=anObject(this),i=toString_1(e);if("string"==typeof o&&-1===o.indexOf(n)&&-1===o.indexOf("$<")){var s=r(t,a,i,o);if(s.done)return s.value}var c="function"==typeof 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(f.push(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+=i.slice(h,v)+$,h=v+g.length)}return d+i.slice(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:t[e];return void 0!==n?n.call(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,arrayPush=[].push,min$2=Math.min,MAX_UINT32=4294967295,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 t.call(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=regexpExec.call(f,n))&&!((i=f.lastIndex)>l&&(c.push(n.slice(l,a.index)),a.length>1&&a.index=o));)f.lastIndex===a.index&&f.lastIndex++;return l===n.length?!s&&f.test("")||c.push(""):c.push(n.slice(l)),c.length>o?c.slice(0,o):c}:"0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:t.call(this,e,r)}:t,[function(t,r){var o=requireObjectCoercible(this),a=null==t?void 0:t[e];return void 0!==a?a.call(t,o,r):n.call(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 $startsWith?$startsWith.call(t,n,r):t.slice(r,r+n.length)===n}});var non="​…᠎",stringTrimForced=function(e){return fails((function(){return!!whitespaces[e]()||non[e]()!=non||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$6=stringTrimForced("trimEnd"),trimEnd=FORCED$6?function(){return $trimEnd(this)}:"".trimEnd;_export({target:"String",proto:!0,forced:FORCED$6},{trimEnd:trimEnd,trimRight:trimEnd});var $trimStart=stringTrim.start,FORCED$5=stringTrimForced("trimStart"),trimStart=FORCED$5?function(){return $trimStart(this)}:"".trimStart;_export({target:"String",proto:!0,forced:FORCED$5},{trimStart:trimStart,trimLeft:trimStart});var quot=/"/g,createHtml=function(e,t,r,n){var o=toString_1(requireObjectCoercible(e)),a="<"+t;return""!==r&&(a+=" "+r+'="'+toString_1(n).replace(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$3=global_1.Int8Array,Int8ArrayPrototype=Int8Array$3&&Int8Array$3.prototype,Uint8ClampedArray=global_1.Uint8ClampedArray,Uint8ClampedArrayPrototype=Uint8ClampedArray&&Uint8ClampedArray.prototype,TypedArray=Int8Array$3&&objectGetPrototypeOf(Int8Array$3),TypedArrayPrototype=Int8ArrayPrototype&&objectGetPrototypeOf(Int8ArrayPrototype),ObjectPrototype=Object.prototype,isPrototypeOf=ObjectPrototype.isPrototypeOf,TO_STRING_TAG$1=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_REQIRED=!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||has$2(TypedArrayConstructorsList,t)||has$2(BigIntArrayConstructorsList,t)},isTypedArray$1=function(e){if(!isObject$2(e))return!1;var t=classof(e);return has$2(TypedArrayConstructorsList,t)||has$2(BigIntArrayConstructorsList,t)},aTypedArray$m=function(e){if(isTypedArray$1(e))return e;throw TypeError("Target is not a typed array")},aTypedArrayConstructor$3=function(e){if(objectSetPrototypeOf&&!isPrototypeOf.call(TypedArray,e))throw TypeError("Target is not a typed array constructor");return e},exportTypedArrayMethod$n=function(e,t,r){if(descriptors){if(r)for(var n in TypedArrayConstructorsList){var o=global_1[n];if(o&&has$2(o.prototype,e))try{delete o.prototype[e]}catch(e){}}TypedArrayPrototype[e]&&!r||redefine(TypedArrayPrototype,e,r?t:NATIVE_ARRAY_BUFFER_VIEWS$1&&Int8ArrayPrototype[e]||t)}},exportTypedArrayStaticMethod$2=function(e,t,r){var n,o;if(descriptors){if(objectSetPrototypeOf){if(r)for(n in TypedArrayConstructorsList)if((o=global_1[n])&&has$2(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||"function"!=typeof TypedArray||TypedArray===Function.prototype)&&(TypedArray=function(){throw TypeError("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||TypedArrayPrototype===ObjectPrototype)&&(TypedArrayPrototype=TypedArray.prototype,NATIVE_ARRAY_BUFFER_VIEWS$1))for(NAME in TypedArrayConstructorsList)global_1[NAME]&&objectSetPrototypeOf(global_1[NAME].prototype,TypedArrayPrototype);if(NATIVE_ARRAY_BUFFER_VIEWS$1&&objectGetPrototypeOf(Uint8ClampedArrayPrototype)!==TypedArrayPrototype&&objectSetPrototypeOf(Uint8ClampedArrayPrototype,TypedArrayPrototype),descriptors&&!has$2(TypedArrayPrototype,TO_STRING_TAG$1))for(NAME in TYPED_ARRAY_TAG_REQIRED=!0,defineProperty$4(TypedArrayPrototype,TO_STRING_TAG$1,{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_REQIRED&&TYPED_ARRAY_TAG,aTypedArray:aTypedArray$m,aTypedArrayConstructor:aTypedArrayConstructor$3,exportTypedArrayMethod:exportTypedArrayMethod$n,exportTypedArrayStaticMethod:exportTypedArrayStaticMethod$2,isView:isView,isTypedArray:isTypedArray$1,TypedArray:TypedArray,TypedArrayPrototype:TypedArrayPrototype},NATIVE_ARRAY_BUFFER_VIEWS=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,ArrayBuffer$1=global_1.ArrayBuffer,Int8Array$2=global_1.Int8Array,typedArrayConstructorsRequireWrappers=!NATIVE_ARRAY_BUFFER_VIEWS||!fails((function(){Int8Array$2(1)}))||!fails((function(){new Int8Array$2(-1)}))||!checkCorrectnessOfIteration((function(e){new Int8Array$2,new Int8Array$2(null),new Int8Array$2(1.5),new Int8Array$2(e)}),!0)||fails((function(){return 1!==new Int8Array$2(new ArrayBuffer$1(2),1,void 0).length})),toPositiveInteger=function(e){var t=toInteger(e);if(t<0)throw RangeError("The argument can't be less than 0");return t},toOffset=function(e,t){var r=toPositiveInteger(e);if(r%t)throw RangeError("Wrong offset");return r},aTypedArrayConstructor$2=arrayBufferViewCore.aTypedArrayConstructor,typedArrayFrom=function(e){var t,r,n,o,a,i,s=toObject$1(e),c=arguments.length,u=c>1?arguments[1]:void 0,l=void 0!==u,f=getIteratorMethod(s);if(null!=f&&!isArrayIteratorMethod(f))for(i=(a=f.call(s)).next,s=[];!(o=i.call(a)).done;)s.push(o.value);for(l&&c>2&&(u=functionBindContext(u,arguments[2],2)),r=toLength(s.length),n=new(aTypedArrayConstructor$2(this))(r),t=0;r>t;t++)n[t]=l?u(s[t],t):s[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=arrayBuffer.DataView,f=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,p=arrayBufferViewCore.TYPED_ARRAY_CONSTRUCTOR,d=arrayBufferViewCore.TYPED_ARRAY_TAG,h=arrayBufferViewCore.TypedArray,y=arrayBufferViewCore.TypedArrayPrototype,g=arrayBufferViewCore.aTypedArrayConstructor,v=arrayBufferViewCore.isTypedArray,m="BYTES_PER_ELEMENT",_="Wrong length",b=function(e,t){for(var r=0,n=t.length,o=new(g(e))(n);n>r;)o[r]=t[r++];return o},S=function(e,t){a(e,t,{get:function(){return n(this)[t]}})},$=function(e){var t;return e instanceof u||"ArrayBuffer"==(t=classof(e))||"SharedArrayBuffer"==t},A=function(e,t){return v(e)&&!isSymbol(t)&&t in e&&isInteger(+t)&&t>=0},E=function(e,t){return t=toPropertyKey(t),A(e,t)?createPropertyDescriptor(2,e[t]):i(e,t)},O=function(e,t,r){return t=toPropertyKey(t),!(A(e,t)&&isObject$2(r)&&has$2(r,"value"))||has$2(r,"get")||has$2(r,"set")||r.configurable||has$2(r,"writable")&&!r.writable||has$2(r,"enumerable")&&!r.enumerable?a(e,t,r):(e[t]=r.value,e)};descriptors?(f||(objectGetOwnPropertyDescriptor.f=E,objectDefineProperty.f=O,S(y,"buffer"),S(y,"byteOffset"),S(y,"byteLength"),S(y,"length")),_export({target:"Object",stat:!0,forced:!f},{getOwnPropertyDescriptor:E,defineProperty:O}),e.exports=function(e,i,g){var S=e.match(/\d+$/)[0]/8,A=e+(g?"Clamped":"")+"Array",E="get"+e,O="set"+e,T=global_1[A],I=T,R=I&&I.prototype,P={},w=function(e,t){a(e,t,{get:function(){return function(e,t){var r=n(e);return r.view[E](t*S+r.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,r){var o=n(e);g&&(r=(r=s(r))<0?0:r>255?255:255&r),o.view[O](t*S+o.byteOffset,r,!0)}(this,t,e)},enumerable:!0})};f?typedArrayConstructorsRequireWrappers&&(I=i((function(e,t,r,n){return anInstance(e,I,A),inheritIfRequired(isObject$2(t)?$(t)?void 0!==n?new T(t,toOffset(r,S),n):void 0!==r?new T(t,toOffset(r,S)):new T(t):v(t)?b(I,t):typedArrayFrom.call(I,t):new T(toIndex(t)),e,I)})),objectSetPrototypeOf&&objectSetPrototypeOf(I,h),r(t(T),(function(e){e in I||createNonEnumerableProperty(I,e,T[e])})),I.prototype=R):(I=i((function(e,t,r,n){anInstance(e,I,A);var a,i,s,f=0,p=0;if(isObject$2(t)){if(!$(t))return v(t)?b(I,t):typedArrayFrom.call(I,t);a=t,p=toOffset(r,S);var d=t.byteLength;if(void 0===n){if(d%S)throw c(_);if((i=d-p)<0)throw c(_)}else if((i=toLength(n)*S)+p>d)throw c(_);s=i/S}else s=toIndex(t),a=new u(i=s*S);for(o(e,{buffer:a,byteOffset:p,byteLength:i,length:s,view:new l(a)});f2?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){return arrayFill.apply(aTypedArray$j(this),arguments)}));var arrayFromConstructorAndList=function(e,t){for(var r=0,n=t.length,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=es_array_iterator.values,arrayKeys$1=es_array_iterator.keys,arrayEntries=es_array_iterator.entries,aTypedArray$c=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$d=arrayBufferViewCore.exportTypedArrayMethod,nativeTypedArrayIterator=Uint8Array$2&&Uint8Array$2.prototype[ITERATOR$3],CORRECT_ITER_NAME=!!nativeTypedArrayIterator&&("values"==nativeTypedArrayIterator.name||null==nativeTypedArrayIterator.name),typedArrayValues=function(){return arrayValues.call(aTypedArray$c(this))};exportTypedArrayMethod$d("entries",(function(){return arrayEntries.call(aTypedArray$c(this))})),exportTypedArrayMethod$d("keys",(function(){return arrayKeys$1.call(aTypedArray$c(this))})),exportTypedArrayMethod$d("values",typedArrayValues,!CORRECT_ITER_NAME),exportTypedArrayMethod$d(ITERATOR$3,typedArrayValues,!CORRECT_ITER_NAME);var aTypedArray$b=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$c=arrayBufferViewCore.exportTypedArrayMethod,$join=[].join;exportTypedArrayMethod$c("join",(function(e){return $join.apply(aTypedArray$b(this),arguments)}));var aTypedArray$a=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$b=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$b("lastIndexOf",(function(e){return arrayLastIndexOf.apply(aTypedArray$a(this),arguments)}));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){return $reduce(aTypedArray$8(this),e,arguments.length,arguments.length>1?arguments[1]:void 0)}));var $reduceRight=arrayReduce.right,aTypedArray$7=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$8=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$8("reduceRight",(function(e){return $reduceRight(aTypedArray$7(this),e,arguments.length,arguments.length>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=this.length,n=toObject$1(e),o=toLength(n.length),a=0;if(o+t>r)throw RangeError("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 aTypedArray$2=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$3=arrayBufferViewCore.exportTypedArrayMethod,Uint16Array=global_1.Uint16Array,nativeSort=Uint16Array&&Uint16Array.prototype.sort,ACCEPT_INCORRECT_ARGUMENTS=!!nativeSort&&!fails((function(){var e=new Uint16Array(2);e.sort(null),e.sort({})})),STABLE_SORT=!!nativeSort&&!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(516);for(e=0;e<516;e++)t=e%4,r[e]=515-e,n[e]=e-2*t+3;for(r.sort((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){var t=this;if(void 0!==e&&aFunction(e),STABLE_SORT)return nativeSort.call(t,e);aTypedArray$2(t);var r,n=toLength(t.length),o=Array(n);for(r=0;r1?arguments[1]:void 0,3);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:isPure},{filter:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aFunction(o.set);return iterate(r,(function(e,r){n(r,e,t)&&a.call(o,e,r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{find:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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:isPure},{findKey:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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 collectionFrom=function(e){var t,r,n,o,a=arguments.length,i=a>1?arguments[1]:void 0;return aFunction(this),(t=void 0!==i)&&aFunction(i),null==e?new this:(r=[],t?(n=0,o=functionBindContext(i,a>2?arguments[2]:void 0,2),iterate(e,(function(e){r.push(o(e,n++))}))):iterate(e,r.push,{that:r}),new this(r))};_export({target:"Map",stat:!0},{from:collectionFrom}),_export({target:"Map",stat:!0},{groupBy:function(e,t){var r=new this;aFunction(t);var n=aFunction(r.has),o=aFunction(r.get),a=aFunction(r.set);return iterate(e,(function(e){var i=t(e);n.call(r,i)?o.call(r,i).push(e):a.call(r,i,[e])})),r}});var sameValueZero=function(e,t){return e===t||e!=e&&t!=t};_export({target:"Map",proto:!0,real:!0,forced:isPure},{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},{keyBy:function(e,t){var r=new this;aFunction(t);var n=aFunction(r.set);return iterate(e,(function(e){n.call(r,t(e),e)})),r}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{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:isPure},{mapKeys:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aFunction(o.set);return iterate(r,(function(e,r){a.call(o,n(r,e,t),r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{mapValues:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aFunction(o.set);return iterate(r,(function(e,r){a.call(o,e,n(r,e,t))}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{merge:function(e){for(var t=anObject(this),r=aFunction(t.set),n=arguments.length,o=0;o1?arguments[1]:void 0,3);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:isPure},{update:function(e,t){var r=anObject(this),n=arguments.length;aFunction(t);var o=r.has(e);if(!o&&n<3)throw TypeError("Updating absent value");var a=o?r.get(e):aFunction(n>2?arguments[2]:void 0)(e,r);return r.set(e,t(a,e,r)),r}});var min=Math.min,max$1=Math.max;_export({target:"Math",stat:!0},{clamp:function(e,t,r){return min(r,max$1(t,e))}}),_export({target:"Math",stat:!0},{DEG_PER_RAD:Math.PI/180});var RAD_PER_DEG=180/Math.PI;_export({target:"Math",stat:!0},{degrees:function(e){return e*RAD_PER_DEG}});var mathScale=Math.scale||function(e,t,r,n,o){return 0===arguments.length||e!=e||t!=t||r!=r||n!=n||o!=o?NaN:e===1/0||e===-1/0?e:(e-t)*(o-n)/(r-t)+n};_export({target:"Math",stat:!0},{fscale:function(e,t,r,n,o){return mathFround(mathScale(e,t,r,n,o))}}),_export({target:"Math",stat:!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},{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},{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},{RAD_PER_DEG:180/Math.PI});var DEG_PER_RAD=Math.PI/180;_export({target:"Math",stat:!0},{radians:function(e){return e*DEG_PER_RAD}}),_export({target:"Math",stat:!0},{scale:mathScale});var SEEDED_RANDOM="Seeded Random",SEEDED_RANDOM_GENERATOR=SEEDED_RANDOM+" Generator",setInternalState$5=internalState.set,getInternalState$3=internalState.getterFor(SEEDED_RANDOM_GENERATOR),SEED_TYPE_ERROR='Math.seededPRNG() argument should have a "seed" field with a finite value.',$SeededRandomGenerator=createIteratorConstructor((function(e){setInternalState$5(this,{type:SEEDED_RANDOM_GENERATOR,seed:e%2147483647})}),SEEDED_RANDOM,(function(){var e=getInternalState$3(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(SEED_TYPE_ERROR);return new $SeededRandomGenerator(t)}}),_export({target:"Math",stat:!0},{signbit:function(e){return(e=+e)==e&&0==e?1/e==-1/0:e<0}}),_export({target:"Math",stat:!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",valid=/^[\da-z]+$/;_export({target:"Number",stat:!0},{fromString:function(e,t){var r,n,o=1;if("string"!=typeof e)throw TypeError(INVALID_NUMBER_REPRESENTATION);if(!e.length)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if("-"==e.charAt(0)&&(o=-1,!(e=e.slice(1)).length))throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if((r=void 0===t?10:toInteger(t))<2||r>36)throw RangeError(INVALID_RADIX);if(!valid.test(e)||(n=numberParseInt(e,r)).toString(r)!==e)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);return o*n}});var getIterator=function(e){var t=getIteratorMethod(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return anObject(t.call(e))},defineProperty$1=objectDefineProperty.f,OBSERVABLE=wellKnownSymbol("observable"),getInternalState$2=internalState.get,setInternalState$4=internalState.set,getMethod=function(e){return null==e?void 0:aFunction(e)},cleanupSubscription=function(e){var t=e.cleanup;if(t){e.cleanup=void 0;try{t()}catch(e){hostReportErrors(e)}}},subscriptionClosed=function(e){return void 0===e.observer},close=function(e){var t=e.facade;if(!descriptors){t.closed=!0;var r=e.subscriptionObserver;r&&(r.closed=!0)}e.observer=void 0},Subscription=function(e,t){var r,n=setInternalState$4(this,{cleanup:void 0,observer:anObject(e),subscriptionObserver:void 0});descriptors||(this.closed=!1);try{(r=getMethod(e.start))&&r.call(e,this)}catch(e){hostReportErrors(e)}if(!subscriptionClosed(n)){var o=n.subscriptionObserver=new SubscriptionObserver(this);try{var a=t(o),i=a;null!=a&&(n.cleanup="function"==typeof a.unsubscribe?function(){i.unsubscribe()}:aFunction(a))}catch(e){return void o.error(e)}subscriptionClosed(n)&&cleanupSubscription(n)}};Subscription.prototype=redefineAll({},{unsubscribe:function(){var e=getInternalState$2(this);subscriptionClosed(e)||(close(e),cleanupSubscription(e))}}),descriptors&&defineProperty$1(Subscription.prototype,"closed",{configurable:!0,get:function(){return subscriptionClosed(getInternalState$2(this))}});var SubscriptionObserver=function(e){setInternalState$4(this,{subscription:e}),descriptors||(this.closed=!1)};SubscriptionObserver.prototype=redefineAll({},{next:function(e){var t=getInternalState$2(getInternalState$2(this).subscription);if(!subscriptionClosed(t)){var r=t.observer;try{var n=getMethod(r.next);n&&n.call(r,e)}catch(e){hostReportErrors(e)}}},error:function(e){var t=getInternalState$2(getInternalState$2(this).subscription);if(!subscriptionClosed(t)){var r=t.observer;close(t);try{var n=getMethod(r.error);n?n.call(r,e):hostReportErrors(e)}catch(e){hostReportErrors(e)}cleanupSubscription(t)}},complete:function(){var e=getInternalState$2(getInternalState$2(this).subscription);if(!subscriptionClosed(e)){var t=e.observer;close(e);try{var r=getMethod(t.complete);r&&r.call(t)}catch(e){hostReportErrors(e)}cleanupSubscription(e)}}}),descriptors&&defineProperty$1(SubscriptionObserver.prototype,"closed",{configurable:!0,get:function(){return subscriptionClosed(getInternalState$2(getInternalState$2(this).subscription))}});var $Observable=function(e){anInstance(this,$Observable,"Observable"),setInternalState$4(this,{subscriber:aFunction(e)})};redefineAll($Observable.prototype,{subscribe:function(e){var t=arguments.length;return new Subscription("function"==typeof e?{next:e,error:t>1?arguments[1]:void 0,complete:t>2?arguments[2]:void 0}:isObject$2(e)?e:{},getInternalState$2(this).subscriber)}}),redefineAll($Observable,{from:function(e){var t="function"==typeof this?this:$Observable,r=getMethod(anObject(e)[OBSERVABLE]);if(r){var n=anObject(r.call(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="function"==typeof this?this:$Observable,t=arguments.length,r=new Array(t),n=0;n1?arguments[1]:void 0,3);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:isPure},{filter:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aFunction(o.add);return iterate(r,(function(e){n(e,e,t)&&a.call(o,e)}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{find:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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},{from:collectionFrom}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{intersection:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set"))),n=aFunction(t.has),o=aFunction(r.add);return iterate(e,(function(e){n.call(t,e)&&o.call(r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{isDisjointFrom:function(e){var t=anObject(this),r=aFunction(t.has);return!iterate(e,(function(e,n){if(!0===r.call(t,e))return n()}),{INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{isSubsetOf:function(e){var t=getIterator(this),r=anObject(e),n=r.has;return"function"!=typeof n&&(r=new(getBuiltIn("Set"))(e),n=aFunction(r.has)),!iterate(t,(function(e,t){if(!1===n.call(r,e))return t()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{isSupersetOf:function(e){var t=anObject(this),r=aFunction(t.has);return!iterate(e,(function(e,n){if(!1===r.call(t,e))return n()}),{INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{join:function(e){var t=anObject(this),r=getSetIterator(t),n=void 0===e?",":String(e),o=[];return iterate(r,o.push,{that:o,IS_ITERATOR:!0}),o.join(n)}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{map:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aFunction(o.add);return iterate(r,(function(e){a.call(o,n(e,e,t))}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",stat:!0},{of:collectionOf}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{reduce:function(e){var t=anObject(this),r=getSetIterator(t),n=arguments.length<2,o=n?void 0:arguments[1];if(aFunction(e),iterate(r,(function(r){n?(n=!1,o=r):o=e(o,r,r,t)}),{IS_ITERATOR:!0}),n)throw TypeError("Reduce of empty set with no initial value");return o}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{some:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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:isPure},{symmetricDifference:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t),n=aFunction(r.delete),o=aFunction(r.add);return iterate(e,(function(e){n.call(r,e)||o.call(r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{union:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t);return iterate(e,aFunction(r.add),{that:r}),r}});var charAt$1=stringMultibyte.charAt,FORCED$1=fails((function(){return"𠮷"!=="𠮷".at(0)}));_export({target:"String",proto:!0,forced:FORCED$1},{at:function(e){return charAt$1(this,e)}});var codeAt$1=stringMultibyte.codeAt,charAt=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(r,n),t.index+=e.length,{value:{codePoint:codeAt$1(e,0),position:n},done:!1})}));_export({target:"String",proto:!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,regExpBuiltinExec=RegExpPrototype$1.exec,nativeMatchAll="".matchAll,WORKS_WITH_NON_GLOBAL_REGEX=!!nativeMatchAll&&!fails((function(){"a".matchAll(/./)})),regExpExec=function(e,t){var r,n=e.exec;if("function"==typeof n){if("object"!=typeof(r=n.call(e,t)))throw TypeError("Incorrect exec result");return r}return regExpBuiltinExec.call(e,t)},$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=regExpExec(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)&&s instanceof RegExp&&!("flags"in RegExpPrototype$1)&&(r=regexpFlags.call(s)),n=void 0===r?"":toString_1(r),o=new t(t===RegExp?s.source:s,n),a=!!~n.indexOf("g"),i=!!~n.indexOf("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=requireObjectCoercible(this);if(null!=e){if(isRegexp(e)&&!~toString_1(requireObjectCoercible("flags"in RegExpPrototype$1?e.flags:regexpFlags.call(e))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(WORKS_WITH_NON_GLOBAL_REGEX)return nativeMatchAll.apply(n,arguments);if(void 0===(r=e[MATCH_ALL])&&isPure&&"RegExp"==classofRaw(e)&&(r=$matchAll),null!=r)return aFunction(r).call(e,n)}else if(WORKS_WITH_NON_GLOBAL_REGEX)return nativeMatchAll.apply(n,arguments);return t=toString_1(n),new RegExp(e,"g")[MATCH_ALL](t)}}),MATCH_ALL in RegExpPrototype$1||createNonEnumerableProperty(RegExpPrototype$1,MATCH_ALL,$matchAll);var REPLACE=wellKnownSymbol("replace"),RegExpPrototype=RegExp.prototype,max=Math.max,stringIndexOf=function(e,t,r){return r>e.length?-1:""===t?r:e.indexOf(t,r)};_export({target:"String",proto:!0},{replaceAll:function(e,t){var r,n,o,a,i,s,c,u=requireObjectCoercible(this),l=0,f=0,p="";if(null!=e){if(isRegexp(e)&&!~toString_1(requireObjectCoercible("flags"in RegExpPrototype?e.flags:regexpFlags.call(e))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(void 0!==(r=e[REPLACE]))return r.call(e,u,t)}for(n=toString_1(u),o=toString_1(e),(a="function"==typeof t)||(t=toString_1(t)),i=o.length,s=max(1,i),l=stringIndexOf(n,o,0);-1!==l;)c=a?toString_1(t(o,l,n)):getSubstitution(o,n,l,[],void 0,t),p+=n.slice(f,l)+c,f=l+i,l=stringIndexOf(n,o,l+s);return f1?arguments[1]:void 0)};for(var COLLECTION_NAME$1 in domIterables){var Collection$1=global_1[COLLECTION_NAME$1],CollectionPrototype$1=Collection$1&&Collection$1.prototype;if(CollectionPrototype$1&&CollectionPrototype$1.forEach!==arrayForEach)try{createNonEnumerableProperty(CollectionPrototype$1,"forEach",arrayForEach)}catch(e){CollectionPrototype$1.forEach=arrayForEach}}var ITERATOR$2=wellKnownSymbol("iterator"),TO_STRING_TAG=wellKnownSymbol("toStringTag"),ArrayValues=es_array_iterator.values;for(var COLLECTION_NAME in domIterables){var Collection=global_1[COLLECTION_NAME],CollectionPrototype=Collection&&Collection.prototype;if(CollectionPrototype){if(CollectionPrototype[ITERATOR$2]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR$2,ArrayValues)}catch(e){CollectionPrototype[ITERATOR$2]=ArrayValues}if(CollectionPrototype[TO_STRING_TAG]||createNonEnumerableProperty(CollectionPrototype,TO_STRING_TAG,COLLECTION_NAME),domIterables[COLLECTION_NAME])for(var METHOD_NAME in es_array_iterator)if(CollectionPrototype[METHOD_NAME]!==es_array_iterator[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,es_array_iterator[METHOD_NAME])}catch(e){CollectionPrototype[METHOD_NAME]=es_array_iterator[METHOD_NAME]}}}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){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,floor$1=Math.floor,stringFromCharCode=String.fromCharCode,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;n+=base)e=floor$1(e/baseMinusTMin);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;;d+=base){var h=d<=s?tMin:d>=s+tMax?tMax:d-s;if(p0?arguments[0]:void 0,l=this,f=[];if(setInternalState$1(l,{type:URL_SEARCH_PARAMS,entries:f,updateURL:function(){},updateSearchParams:updateSearchParams}),void 0!==u)if(isObject$2(u))if("function"==typeof(e=getIteratorMethod(u)))for(r=(t=e.call(u)).next;!(n=r.call(t)).done;){if((i=(a=(o=getIterator(anObject(n.value))).next).call(o)).done||(s=a.call(o)).done||!a.call(o).done)throw TypeError("Expected sequence with length 2");f.push({key:toString_1(i.value),value:toString_1(s.value)})}else for(c in u)has$2(u,c)&&f.push({key:c,value:toString_1(u[c])});else parseSearchParams(f,"string"==typeof u?"?"===u.charAt(0)?u.slice(1):u:toString_1(u))},URLSearchParamsPrototype=URLSearchParamsConstructor.prototype;if(redefineAll(URLSearchParamsPrototype,{append:function(e,t){validateArgumentsLength(arguments.length,2);var r=getInternalParamsState(this);r.entries.push({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;oe.key){o.splice(t,0,e);break}t===r&&o.push(e)}n.updateURL()},forEach:function(e){for(var t,r=getInternalParamsState(this).entries,n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=0;o1?wrapRequestOptions(arguments[1]):{})}}),"function"==typeof NativeRequest){var RequestConstructor=function(e){return anInstance(this,RequestConstructor,"Request"),new NativeRequest(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},codeAt=stringMultibyte.codeAt,NativeURL=global_1.URL,URLSearchParams$1=web_urlSearchParams.URLSearchParams,getInternalSearchParamsState=web_urlSearchParams.getState,setInternalState=internalState.set,getInternalURLState=internalState.getterFor("URL"),floor=Math.floor,pow=Math.pow,INVALID_AUTHORITY="Invalid authority",INVALID_SCHEME="Invalid scheme",INVALID_HOST="Invalid host",INVALID_PORT="Invalid port",ALPHA=/[A-Za-z]/,ALPHANUMERIC=/[\d+-.A-Za-z]/,DIGIT=/\d/,HEX_START=/^0x/i,OCT=/^[0-7]+$/,DEC=/^\d+$/,HEX=/^[\dA-Fa-f]+$/,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,parseHost=function(e,t){var r,n,o;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return INVALID_HOST;if(!(r=parseIPv6(t.slice(1,-1))))return INVALID_HOST;e.host=r}else if(isSpecial(e)){if(t=stringPunycodeToAscii(t),FORBIDDEN_HOST_CODE_POINT.test(t))return INVALID_HOST;if(null===(r=parseIPv4(t)))return INVALID_HOST;e.host=r}else{if(FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(t))return INVALID_HOST;for(r="",n=arrayFrom(t),o=0;o4)return e;for(r=[],n=0;n1&&"0"==o.charAt(0)&&(a=HEX_START.test(o)?16:8,o=o.slice(8==a?1:2)),""===o)i=0;else{if(!(10==a?DEC:8==a?OCT:HEX).test(o))return e;i=parseInt(o,a)}r.push(i)}for(n=0;n=pow(256,5-t))return null}else if(i>255)return null;for(s=r.pop(),n=0;n6)return;for(n=0;p();){if(o=null,n>0){if(!("."==p()&&n<4))return;f++}if(!DIGIT.test(p()))return;for(;DIGIT.test(p());){if(a=parseInt(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++)t.unshift(e%256),e=floor(e/256);return t.join(".")}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+=e[r].toString(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&&!has$2(t,e)?e:encodeURIComponent(e)},specialSchemes={ftp:21,file:null,http:80,https:443,ws:80,wss:443},isSpecial=function(e){return has$2(specialSchemes,e.scheme)},includesCredentials=function(e){return""!=e.username||""!=e.password},cannotHaveUsernamePasswordPort=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},isWindowsDriveLetter=function(e,t){var r;return 2==e.length&&ALPHA.test(e.charAt(0))&&(":"==(r=e.charAt(1))||!t&&"|"==r)},startsWithWindowsDriveLetter=function(e){var t;return e.length>1&&isWindowsDriveLetter(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},shortenURLsPath=function(e){var t=e.path,r=t.length;!r||"file"==e.scheme&&1==r&&isWindowsDriveLetter(t[0],!0)||t.pop()},isSingleDot=function(e){return"."===e||"%2e"===e.toLowerCase()},isDoubleDot=function(e){return".."===(e=e.toLowerCase())||"%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={},parseURL=function(e,t,r,n){var o,a,i,s,c=r||SCHEME_START,u=0,l="",f=!1,p=!1,d=!1;for(r||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE,"")),t=t.replace(TAB_AND_NEW_LINE,""),o=arrayFrom(t);u<=o.length;){switch(a=o[u],c){case SCHEME_START:if(!a||!ALPHA.test(a)){if(r)return INVALID_SCHEME;c=NO_SCHEME;continue}l+=a.toLowerCase(),c=SCHEME;break;case SCHEME:if(a&&(ALPHANUMERIC.test(a)||"+"==a||"-"==a||"."==a))l+=a.toLowerCase();else{if(":"!=a){if(r)return INVALID_SCHEME;l="",c=NO_SCHEME,u=0;continue}if(r&&(isSpecial(e)!=has$2(specialSchemes,l)||"file"==l&&(includesCredentials(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=l,r)return void(isSpecial(e)&&specialSchemes[e.scheme]==e.port&&(e.port=null));l="","file"==e.scheme?c=FILE:isSpecial(e)&&n&&n.scheme==e.scheme?c=SPECIAL_RELATIVE_OR_AUTHORITY:isSpecial(e)?c=SPECIAL_AUTHORITY_SLASHES:"/"==o[u+1]?(c=PATH_OR_AUTHORITY,u++):(e.cannotBeABaseURL=!0,e.path.push(""),c=CANNOT_BE_A_BASE_URL_PATH)}break;case NO_SCHEME:if(!n||n.cannotBeABaseURL&&"#"!=a)return INVALID_SCHEME;if(n.cannotBeABaseURL&&"#"==a){e.scheme=n.scheme,e.path=n.path.slice(),e.query=n.query,e.fragment="",e.cannotBeABaseURL=!0,c=FRAGMENT;break}c="file"==n.scheme?FILE:RELATIVE;continue;case SPECIAL_RELATIVE_OR_AUTHORITY:if("/"!=a||"/"!=o[u+1]){c=RELATIVE;continue}c=SPECIAL_AUTHORITY_IGNORE_SLASHES,u++;break;case PATH_OR_AUTHORITY:if("/"==a){c=AUTHORITY;break}c=PATH;continue;case RELATIVE:if(e.scheme=n.scheme,a==EOF)e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.query=n.query;else if("/"==a||"\\"==a&&isSpecial(e))c=RELATIVE_SLASH;else if("?"==a)e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.query="",c=QUERY;else{if("#"!=a){e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.path.pop(),c=PATH;continue}e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.query=n.query,e.fragment="",c=FRAGMENT}break;case RELATIVE_SLASH:if(!isSpecial(e)||"/"!=a&&"\\"!=a){if("/"!=a){e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,c=PATH;continue}c=AUTHORITY}else c=SPECIAL_AUTHORITY_IGNORE_SLASHES;break;case SPECIAL_AUTHORITY_SLASHES:if(c=SPECIAL_AUTHORITY_IGNORE_SLASHES,"/"!=a||"/"!=l.charAt(u+1))continue;u++;break;case SPECIAL_AUTHORITY_IGNORE_SLASHES:if("/"!=a&&"\\"!=a){c=AUTHORITY;continue}break;case AUTHORITY:if("@"==a){f&&(l="%40"+l),f=!0,i=arrayFrom(l);for(var h=0;h65535)return INVALID_PORT;e.port=isSpecial(e)&&v===specialSchemes[e.scheme]?null:v,l=""}if(r)return;c=PATH_START;continue}return INVALID_PORT}l+=a;break;case FILE:if(e.scheme="file","/"==a||"\\"==a)c=FILE_SLASH;else{if(!n||"file"!=n.scheme){c=PATH;continue}if(a==EOF)e.host=n.host,e.path=n.path.slice(),e.query=n.query;else if("?"==a)e.host=n.host,e.path=n.path.slice(),e.query="",c=QUERY;else{if("#"!=a){startsWithWindowsDriveLetter(o.slice(u).join(""))||(e.host=n.host,e.path=n.path.slice(),shortenURLsPath(e)),c=PATH;continue}e.host=n.host,e.path=n.path.slice(),e.query=n.query,e.fragment="",c=FRAGMENT}}break;case FILE_SLASH:if("/"==a||"\\"==a){c=FILE_HOST;break}n&&"file"==n.scheme&&!startsWithWindowsDriveLetter(o.slice(u).join(""))&&(isWindowsDriveLetter(n.path[0],!0)?e.path.push(n.path[0]):e.host=n.host),c=PATH;continue;case FILE_HOST:if(a==EOF||"/"==a||"\\"==a||"?"==a||"#"==a){if(!r&&isWindowsDriveLetter(l))c=PATH;else if(""==l){if(e.host="",r)return;c=PATH_START}else{if(s=parseHost(e,l))return s;if("localhost"==e.host&&(e.host=""),r)return;l="",c=PATH_START}continue}l+=a;break;case PATH_START:if(isSpecial(e)){if(c=PATH,"/"!=a&&"\\"!=a)continue}else if(r||"?"!=a)if(r||"#"!=a){if(a!=EOF&&(c=PATH,"/"!=a))continue}else e.fragment="",c=FRAGMENT;else e.query="",c=QUERY;break;case PATH:if(a==EOF||"/"==a||"\\"==a&&isSpecial(e)||!r&&("?"==a||"#"==a)){if(isDoubleDot(l)?(shortenURLsPath(e),"/"==a||"\\"==a&&isSpecial(e)||e.path.push("")):isSingleDot(l)?"/"==a||"\\"==a&&isSpecial(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&isWindowsDriveLetter(l)&&(e.host&&(e.host=""),l=l.charAt(0)+":"),e.path.push(l)),l="","file"==e.scheme&&(a==EOF||"?"==a||"#"==a))for(;e.path.length>1&&""===e.path[0];)e.path.shift();"?"==a?(e.query="",c=QUERY):"#"==a&&(e.fragment="",c=FRAGMENT)}else l+=percentEncode(a,pathPercentEncodeSet);break;case CANNOT_BE_A_BASE_URL_PATH:"?"==a?(e.query="",c=QUERY):"#"==a?(e.fragment="",c=FRAGMENT):a!=EOF&&(e.path[0]+=percentEncode(a,C0ControlPercentEncodeSet));break;case QUERY:r||"#"!=a?a!=EOF&&("'"==a&&isSpecial(e)?e.query+="%27":e.query+="#"==a?"%23":percentEncode(a,C0ControlPercentEncodeSet)):(e.fragment="",c=FRAGMENT);break;case FRAGMENT:a!=EOF&&(e.fragment+=percentEncode(a,fragmentPercentEncodeSet))}u++}},URLConstructor=function(e){var t,r,n=anInstance(this,URLConstructor,"URL"),o=arguments.length>1?arguments[1]:void 0,a=toString_1(e),i=setInternalState(n,{type:"URL"});if(void 0!==o)if(o instanceof URLConstructor)t=getInternalURLState(o);else if(r=parseURL(t={},toString_1(o)))throw TypeError(r);if(r=parseURL(i,a,null,t))throw TypeError(r);var s=i.searchParams=new URLSearchParams$1,c=getInternalSearchParamsState(s);c.updateSearchParams(i.query),c.updateURL=function(){i.query=String(s)||null},descriptors||(n.href=serializeURL.call(n),n.origin=getOrigin.call(n),n.protocol=getProtocol.call(n),n.username=getUsername.call(n),n.password=getPassword.call(n),n.host=getHost.call(n),n.hostname=getHostname.call(n),n.port=getPort.call(n),n.pathname=getPathname.call(n),n.search=getSearch.call(n),n.searchParams=getSearchParams.call(n),n.hash=getHash.call(n))},URLPrototype=URLConstructor.prototype,serializeURL=function(){var e=getInternalURLState(this),t=e.scheme,r=e.username,n=e.password,o=e.host,a=e.port,i=e.path,s=e.query,c=e.fragment,u=t+":";return null!==o?(u+="//",includesCredentials(e)&&(u+=r+(n?":"+n:"")+"@"),u+=serializeHost(o),null!==a&&(u+=":"+a)):"file"==t&&(u+="//"),u+=e.cannotBeABaseURL?i[0]:i.length?"/"+i.join("/"):"",null!==s&&(u+="?"+s),null!==c&&(u+="#"+c),u},getOrigin=function(){var e=getInternalURLState(this),t=e.scheme,r=e.port;if("blob"==t)try{return new URLConstructor(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&isSpecial(e)?t+"://"+serializeHost(e.host)+(null!==r?":"+r:""):"null"},getProtocol=function(){return getInternalURLState(this).scheme+":"},getUsername=function(){return getInternalURLState(this).username},getPassword=function(){return getInternalURLState(this).password},getHost=function(){var e=getInternalURLState(this),t=e.host,r=e.port;return null===t?"":null===r?serializeHost(t):serializeHost(t)+":"+r},getHostname=function(){var e=getInternalURLState(this).host;return null===e?"":serializeHost(e)},getPort=function(){var e=getInternalURLState(this).port;return null===e?"":String(e)},getPathname=function(){var e=getInternalURLState(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},getSearch=function(){var e=getInternalURLState(this).query;return e?"?"+e:""},getSearchParams=function(){return getInternalURLState(this).searchParams},getHash=function(){var e=getInternalURLState(this).fragment;return e?"#"+e:""},accessorDescriptor=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(descriptors&&objectDefineProperties(URLPrototype,{href:accessorDescriptor(serializeURL,(function(e){var t=getInternalURLState(this),r=toString_1(e),n=parseURL(t,r);if(n)throw TypeError(n);getInternalSearchParamsState(t.searchParams).updateSearchParams(t.query)})),origin:accessorDescriptor(getOrigin),protocol:accessorDescriptor(getProtocol,(function(e){var t=getInternalURLState(this);parseURL(t,toString_1(e)+":",SCHEME_START)})),username:accessorDescriptor(getUsername,(function(e){var t=getInternalURLState(this),r=arrayFrom(toString_1(e));if(!cannotHaveUsernamePasswordPort(t)){t.username="";for(var n=0;n"']/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,me=/^(?:0|[1-9]\d*)$/,_e=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,Se=/['\n\r\u2028\u2029\\]/g,$e="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ae="\\u2700-\\u27bf",Ee="a-z\\xdf-\\xf6\\xf8-\\xff",Oe="A-Z\\xc0-\\xd6\\xd8-\\xde",Te="\\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",Re="['’]",Pe="[\\ud800-\\udfff]",we="["+Ie+"]",Ce="["+$e+"]",xe="\\d+",Ne="[\\u2700-\\u27bf]",je="["+Ee+"]",De="[^\\ud800-\\udfff"+Ie+xe+Ae+Ee+Oe+"]",Me="\\ud83c[\\udffb-\\udfff]",Le="[^\\ud800-\\udfff]",ke="(?:\\ud83c[\\udde6-\\uddff]){2}",Fe="[\\ud800-\\udbff][\\udc00-\\udfff]",Ue="["+Oe+"]",Be="(?:"+je+"|"+De+")",Ge="(?:"+Ue+"|"+De+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",Ve="(?:['’](?:D|LL|M|RE|S|T|VE))?",We="(?:"+Ce+"|"+Me+")"+"?",Ke="[\\ufe0e\\ufe0f]?",ze=Ke+We+("(?:\\u200d(?:"+[Le,ke,Fe].join("|")+")"+Ke+We+")*"),Ye="(?:"+[Ne,ke,Fe].join("|")+")"+ze,qe="(?:"+[Le+Ce+"?",Ce,ke,Fe,Pe].join("|")+")",Xe=RegExp(Re,"g"),Je=RegExp(Ce,"g"),Ze=RegExp(Me+"(?="+Me+")|"+qe+ze,"g"),Qe=RegExp([Ue+"?"+je+"+"+He+"(?="+[we,Ue,"$"].join("|")+")",Ge+"+"+Ve+"(?="+[we,Ue+Be,"$"].join("|")+")",Ue+"?"+Be+"+"+He,Ue+"+"+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"+$e+Te+"]"),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[F]=ot[U]=ot[B]=ot[G]=!0,ot[g]=ot[v]=ot[x]=ot[m]=ot[N]=ot[_]=ot[b]=ot[S]=ot[A]=ot[E]=ot[O]=ot[I]=ot[R]=ot[P]=ot[C]=!1;var at={};at[g]=at[v]=at[x]=at[N]=at[m]=at[_]=at[j]=at[D]=at[M]=at[L]=at[k]=at[A]=at[E]=at[O]=at[I]=at[R]=at[P]=at[w]=at[F]=at[U]=at[B]=at[G]=!0,at[b]=at[S]=at[C]=!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,mt=gt&>.isDate,_t=gt&>.isMap,bt=gt&>.isRegExp,St=gt&>.isSet,$t=gt&>.isTypedArray;function At(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 Et(e,t,r,n){for(var o=-1,a=null==e?0:e.length;++o-1}function wt(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--&&Ft(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,$e=t.Date,Ae=t.Error,Ee=t.Function,Oe=t.Math,Te=t.Object,Ie=t.RegExp,Re=t.String,Pe=t.TypeError,we=ae.prototype,Ce=Ee.prototype,xe=Te.prototype,Ne=t["__core-js_shared__"],je=Ce.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,Fe=je.call(Te),Ue=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(Te.getPrototypeOf,Te),ze=Te.create,Ye=xe.propertyIsEnumerable,qe=we.splice,Ze=He?He.isConcatSpreadable:r,et=He?He.iterator:r,it=He?He.toStringTag:r,ut=function(){try{var e=da(Te,"defineProperty");return e({},"",{}),e}catch(e){}}(),lt=t.clearTimeout!==ft.clearTimeout&&t.clearTimeout,pt=$e&&$e.now!==ft.Date.now&&$e.now,dt=t.setTimeout!==ft.setTimeout&&t.setTimeout,yt=Oe.ceil,gt=Oe.floor,Mt=Te.getOwnPropertySymbols,Vt=Ge?Ge.isBuffer:r,yr=t.isFinite,gr=we.join,vr=ir(Te.keys,Te),mr=Oe.max,_r=Oe.min,br=$e.now,Sr=t.parseInt,$r=Oe.random,Ar=we.reverse,Er=da(t,"DataView"),Or=da(t,"Map"),Tr=da(t,"Promise"),Ir=da(t,"Set"),Rr=da(t,"WeakMap"),Pr=da(Te,"create"),wr=Rr&&new Rr,Cr={},xr=Ua(Er),Nr=Ua(Or),jr=Ua(Tr),Dr=Ua(Ir),Mr=Ua(Rr),Lr=He?He.prototype:r,kr=Lr?Lr.valueOf:r,Fr=Lr?Lr.toString:r;function Ur(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 Co(e,s)}else{var p=ga(e),d=p==S||p==$;if(Xi(e))return Oo(e,c);if(p==O||p==g||d&&!a){if(s=u||d?{}:ma(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 To(e);case m:case _:return new n(+e);case N:return function(e,t){var r=t?To(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 F:case U:case B:case G:return Io(e,r);case A:return new n;case E:case P: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 R:return new n;case w:return o=e,kr?Te(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 Ot(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=Te(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 Pe(n);return Na((function(){e.apply(r,o)}),t)}function pn(e,t,r,n){var o=-1,a=Pt,i=!0,s=e.length,c=[],u=t.length;if(!s)return c;r&&(t=Ct(t,qt(r))),n?(a=wt,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(Or||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(!Or||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(Sn),hn=Do($n,!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?mn(s,t-1,r,n,o):xt(o,s):n||(o[o.length]=s)}return o}var _n=Mo(),bn=Mo(!0);function Sn(e,t){return e&&_n(e,t,Ns)}function $n(e,t){return e&&bn(e,t,Ns)}function An(e,t){return Rt(t,(function(t){return Qi(e[t])}))}function En(e,t){for(var n=0,o=(t=So(t,e)).length;null!=e&&nt}function Rn(e,t){return null!=e&&De.call(e,t)}function Pn(e,t){return null!=e&&t in Te(e)}function wn(e,t,n){for(var o=n?wt:Pt,a=e[0].length,i=e.length,s=i,c=ae(i),u=1/0,l=[];s--;){var f=e[s];s&&t&&(f=Ct(f,qt(t))),u=_r(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($r()*(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(Ra(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=So(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 Eo=lt||function(e){return ft.clearTimeout(e)};function Oo(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 To(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function Io(e,t){var r=t?To(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Ro(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&&Sa(n[0],n[1],s)&&(i=a<3?r:i,a=1),t=Te(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 Pe(n);if(i&&!c&&"wrapper"==ca(s))var c=new Hr([],!0)}for(a=c?a:o;++a1&&m.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 Ot(y,(function(r){var n="_."+r[0];t&r[1]&&!Pt(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=Ur(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 mi=Uo(Wa),_i=Uo(Ka);function bi(e,t){return(Ki(e)?Ot:dn)(e,la(t,3))}function Si(e,t){return(Ki(e)?Tt:hn)(e,la(t,3))}var $i=No((function(e,t,r){De.call(e,r)?e[r].push(t):an(e,r,[t])}));var Ai=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?At(t,e,r):Cn(e,t,r)})),a})),Ei=No((function(e,t,r){an(e,r,t)}));function Oi(e,t){return(Ki(e)?Ct:Un)(e,la(t,3))}var Ti=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&&Sa(e,t[0],t[1])?t=[]:r>2&&Sa(t[0],t[1],t[2])&&(t=[t[0]]),Wn(e,mn(t,1),[])})),Ri=pt||function(){return ft.Date.now()};function Pi(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,Qo(e,u,r,r,r,r,t)}function wi(e,t){var o;if("function"!=typeof t)throw new Pe(n);return e=gs(e),function(){return--e>0&&(o=t.apply(this,arguments)),e<=1&&(t=r),o}}var Ci=Jn((function(e,t,r){var n=1;if(r.length){var o=sr(r,ua(Ci));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 Pe(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(m,t),p?y(e):c}function v(e){var n=e-l;return l===r||n>=t||n<0||d&&e-f>=s}function m(){var e=Ri();if(v(e))return _(e);u=Na(m,function(e){var r=t-(e-l);return d?_r(r,s-(e-f)):r}(e))}function _(e){return u=r,h&&a?y(e):(a=i=r,c)}function b(){var e=Ri(),n=v(e);if(a=arguments,i=this,l=e,n){if(u===r)return g(l);if(d)return Eo(u),u=Na(m,t),y(l)}return u===r&&(u=Na(m,t)),c}return t=ms(t)||0,rs(o)&&(p=!!o.leading,s=(d="maxWait"in o)?mr(ms(o.maxWait)||0,t):s,h="trailing"in o?!!o.trailing:h),b.cancel=function(){u!==r&&Eo(u),f=0,a=l=i=u=r},b.flush=function(){return u===r?c:_(Ri())},b}var ji=Jn((function(e,t){return fn(e,1,t)})),Di=Jn((function(e,t,r){return fn(e,ms(t)||0,r)}));function Mi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Pe(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 Pe(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=$o((function(e,t){var r=(t=1==t.length&&Ki(t[0])?Ct(t[0],qt(la())):Ct(mn(t,1),qt(la()))).length;return Jn((function(n){for(var o=-1,a=_r(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)&&Tn(e)==x};function Yi(e){return null!=e&&ts(e.length)&&!Qi(e)}function qi(e){return ns(e)&&Yi(e)}var Xi=Vt||mc,Ji=mt?qt(mt):function(e){return ns(e)&&Tn(e)==_};function Zi(e){if(!ns(e))return!1;var t=Tn(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=Tn(e);return t==S||t==$||"[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=_t?qt(_t):function(e){return ns(e)&&ga(e)==A};function as(e){return"number"==typeof e||ns(e)&&Tn(e)==E}function is(e){if(!ns(e)||Tn(e)!=O)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)==Fe}var ss=bt?qt(bt):function(e){return ns(e)&&Tn(e)==I};var cs=St?qt(St):function(e){return ns(e)&&ga(e)==R};function us(e){return"string"==typeof e||!Ki(e)&&ns(e)&&Tn(e)==P}function ls(e){return"symbol"==typeof e||ns(e)&&Tn(e)==w}var fs=$t?qt($t):function(e){return ns(e)&&ts(e.length)&&!!ot[Tn(e)]};var ps=Yo(Fn),ds=Yo((function(e,t){return e<=t}));function hs(e){if(!e)return[];if(Yi(e))return us(e)?fr(e):Co(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==A?ar:t==R?cr:Gs)(e)}function ys(e){return e?(e=ms(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 ms(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 _s(e){return xo(e,js(e))}function bs(e){return null==e?"":lo(e)}var Ss=jo((function(e,t){if(Oa(t)||Yi(t))xo(t,Ns(t),e);else for(var r in t)De.call(t,r)&&tn(e,r,t[r])})),$s=jo((function(e,t){xo(t,js(t),e)})),As=jo((function(e,t,r,n){xo(t,js(t),e,n)})),Es=jo((function(e,t,r,n){xo(t,Ns(t),e,n)})),Os=oa(sn);var Ts=Jn((function(e,t){e=Te(e);var n=-1,o=t.length,a=o>2?t[2]:r;for(a&&Sa(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 Ps(e,r)}))}(e,t)}));function Fs(e,t){if(null==e)return{};var r=Ct(ia(e),(function(e){return[e]}));return t=la(t),Kn(e,r,(function(e,r){return t(e,r[0])}))}var Us=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(_e,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 At(e,r,t)}catch(e){return Zi(e)?e:new Ae(e)}})),tc=oa((function(e,t){return Ot(t,(function(t){t=Fa(t),an(e,t,Ci(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 Cn(r,e,t)}})),cc=Jn((function(e,t){return function(r){return Cn(e,r,t)}}));function uc(e,t,r){var n=Ns(t),o=An(t,n);null!=r||rs(t)&&(o.length||!n.length)||(r=t,t=e,e=this,o=An(t,Ns(t)));var a=!(rs(r)&&"chain"in r&&!r.chain),i=Qi(e);return Ot(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__=Co(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(Ct),pc=Wo(It),dc=Wo(Dt);function hc(e){return $a(e)?Ht(Fa(e)):function(e){return function(t){return En(t,e)}}(e)}var yc=zo(),gc=zo(!0);function vc(){return[]}function mc(){return!1}var _c=Vo((function(e,t){return e+t}),0),bc=Xo("ceil"),Sc=Vo((function(e,t){return e/t}),1),$c=Xo("floor");var Ac,Ec=Vo((function(e,t){return e*t}),1),Oc=Xo("round"),Tc=Vo((function(e,t){return e-t}),0);return Ur.after=function(e,t){if("function"!=typeof t)throw new Pe(n);return e=gs(e),function(){if(--e<1)return t.apply(this,arguments)}},Ur.ary=Pi,Ur.assign=Ss,Ur.assignIn=$s,Ur.assignInWith=As,Ur.assignWith=Es,Ur.at=Os,Ur.before=wi,Ur.bind=Ci,Ur.bindAll=tc,Ur.bindKey=xi,Ur.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ki(e)?e:[e]},Ur.chain=hi,Ur.chunk=function(e,t,n){t=(n?Sa(e,t,n):t===r)?1:mr(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)?Ao(fr(e),0,n):e.split(t,n):[]},Ur.spread=function(e,t){if("function"!=typeof e)throw new Pe(n);return t=null==t?0:mr(gs(t),0),Jn((function(r){var n=r[t],o=Ao(r,0,t);return n&&xt(o,n),At(e,this,o)}))},Ur.tail=function(e){var t=null==e?0:e.length;return t?oo(e,1,t):[]},Ur.take=function(e,t,n){return e&&e.length?oo(e,0,(t=n||t===r?1:gs(t))<0?0:t):[]},Ur.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):[]},Ur.takeRightWhile=function(e,t){return e&&e.length?yo(e,la(t,3),!1,!0):[]},Ur.takeWhile=function(e,t){return e&&e.length?yo(e,la(t,3)):[]},Ur.tap=function(e,t){return t(e),e},Ur.throttle=function(e,t,r){var o=!0,a=!0;if("function"!=typeof e)throw new Pe(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})},Ur.thru=yi,Ur.toArray=hs,Ur.toPairs=Us,Ur.toPairsIn=Bs,Ur.toPath=function(e){return Ki(e)?Ct(e,Fa):ls(e)?[e]:Co(ka(bs(e)))},Ur.toPlainObject=_s,Ur.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?Ot:Sn)(e,(function(e,n,o){return t(r,e,n,o)})),r},Ur.unary=function(e){return Pi(e,1)},Ur.union=ni,Ur.unionBy=oi,Ur.unionWith=ai,Ur.uniq=function(e){return e&&e.length?fo(e):[]},Ur.uniqBy=function(e,t){return e&&e.length?fo(e,la(t,2)):[]},Ur.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?fo(e,r,t):[]},Ur.unset=function(e,t){return null==e||po(e,t)},Ur.unzip=ii,Ur.unzipWith=si,Ur.update=function(e,t,r){return null==e?e:ho(e,t,bo(r))},Ur.updateWith=function(e,t,n,o){return o="function"==typeof o?o:r,null==e?e:ho(e,t,bo(n),o)},Ur.values=Gs,Ur.valuesIn=function(e){return null==e?[]:Xt(e,js(e))},Ur.without=ci,Ur.words=Qs,Ur.wrap=function(e,t){return Fi(bo(t),e)},Ur.xor=ui,Ur.xorBy=li,Ur.xorWith=fi,Ur.zip=pi,Ur.zipObject=function(e,t){return mo(e||[],t||[],tn)},Ur.zipObjectDeep=function(e,t){return mo(e||[],t||[],eo)},Ur.zipWith=di,Ur.entries=Us,Ur.entriesIn=Bs,Ur.extend=$s,Ur.extendWith=As,uc(Ur,Ur),Ur.add=_c,Ur.attempt=ec,Ur.camelCase=Hs,Ur.capitalize=Vs,Ur.ceil=bc,Ur.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=ms(n))==n?n:0),t!==r&&(t=(t=ms(t))==t?t:0),cn(ms(e),t,n)},Ur.clone=function(e){return un(e,4)},Ur.cloneDeep=function(e){return un(e,5)},Ur.cloneDeepWith=function(e,t){return un(e,5,t="function"==typeof t?t:r)},Ur.cloneWith=function(e,t){return un(e,4,t="function"==typeof t?t:r)},Ur.conformsTo=function(e,t){return null==t||ln(e,t,Ns(t))},Ur.deburr=Ws,Ur.defaultTo=function(e,t){return null==e||e!=e?t:e},Ur.divide=Sc,Ur.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},Ur.eq=Gi,Ur.escape=function(e){return(e=bs(e))&&q.test(e)?e.replace(z,rr):e},Ur.escapeRegExp=function(e){return(e=bs(e))&&ne.test(e)?e.replace(re,"\\$&"):e},Ur.every=function(e,t,n){var o=Ki(e)?It:yn;return n&&Sa(e,t,n)&&(t=r),o(e,la(t,3))},Ur.find=mi,Ur.findIndex=Wa,Ur.findKey=function(e,t){return Lt(e,la(t,3),Sn)},Ur.findLast=_i,Ur.findLastIndex=Ka,Ur.findLastKey=function(e,t){return Lt(e,la(t,3),$n)},Ur.floor=$c,Ur.forEach=bi,Ur.forEachRight=Si,Ur.forIn=function(e,t){return null==e?e:_n(e,la(t,3),js)},Ur.forInRight=function(e,t){return null==e?e:bn(e,la(t,3),js)},Ur.forOwn=function(e,t){return e&&Sn(e,la(t,3))},Ur.forOwnRight=function(e,t){return e&&$n(e,la(t,3))},Ur.get=Rs,Ur.gt=Hi,Ur.gte=Vi,Ur.has=function(e,t){return null!=e&&va(e,t,Rn)},Ur.hasIn=Ps,Ur.head=Ya,Ur.identity=ac,Ur.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=mr(o+r,0)),us(e)?r<=o&&e.indexOf(t,r)>-1:!!o&&Ft(e,t,r)>-1},Ur.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=mr(n+o,0)),Ft(e,t,o)},Ur.inRange=function(e,t,n){return t=ys(t),n===r?(n=t,t=0):n=ys(n),function(e,t,r){return e>=_r(t,r)&&e=-9007199254740991&&e<=p},Ur.isSet=cs,Ur.isString=us,Ur.isSymbol=ls,Ur.isTypedArray=fs,Ur.isUndefined=function(e){return e===r},Ur.isWeakMap=function(e){return ns(e)&&ga(e)==C},Ur.isWeakSet=function(e){return ns(e)&&"[object WeakSet]"==Tn(e)},Ur.join=function(e,t){return null==e?"":gr.call(e,t)},Ur.kebabCase=Ks,Ur.last=Za,Ur.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?mr(o+a,0):_r(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)},Ur.lowerCase=zs,Ur.lowerFirst=Ys,Ur.lt=ps,Ur.lte=ds,Ur.max=function(e){return e&&e.length?gn(e,ac,In):r},Ur.maxBy=function(e,t){return e&&e.length?gn(e,la(t,2),In):r},Ur.mean=function(e){return Gt(e,ac)},Ur.meanBy=function(e,t){return Gt(e,la(t,2))},Ur.min=function(e){return e&&e.length?gn(e,ac,Fn):r},Ur.minBy=function(e,t){return e&&e.length?gn(e,la(t,2),Fn):r},Ur.stubArray=vc,Ur.stubFalse=mc,Ur.stubObject=function(){return{}},Ur.stubString=function(){return""},Ur.stubTrue=function(){return!0},Ur.multiply=Ec,Ur.nth=function(e,t){return e&&e.length?Vn(e,gs(t)):r},Ur.noConflict=function(){return ft._===this&&(ft._=Ue),this},Ur.noop=lc,Ur.now=Ri,Ur.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)},Ur.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=$r();return _r(e+a*(t-e+st("1e-"+((a+"").length-1))),t)}return qn(e,t)},Ur.reduce=function(e,t,r){var n=Ki(e)?Nt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,dn)},Ur.reduceRight=function(e,t,r){var n=Ki(e)?jt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,hn)},Ur.repeat=function(e,t,n){return t=(n?Sa(e,t,n):t===r)?1:gs(t),Xn(bs(e),t)},Ur.replace=function(){var e=arguments,t=bs(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Ur.result=function(e,t,n){var o=-1,a=(t=So(t,e)).length;for(a||(a=1,e=r);++op)return[];var r=h,n=_r(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?Ao(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},Ur.unescape=function(e){return(e=bs(e))&&Y.test(e)?e.replace(K,dr):e},Ur.uniqueId=function(e){var t=++Me;return bs(e)+t},Ur.upperCase=Js,Ur.upperFirst=Zs,Ur.each=bi,Ur.eachRight=Si,Ur.first=Ya,uc(Ur,(Ac={},Sn(Ur,(function(e,t){De.call(Ur.prototype,t)||(Ac[t]=e)})),Ac),{chain:!1}),Ur.VERSION="4.17.21",Ot(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Ur[e].placeholder=Ur})),Ot(["drop","take"],(function(e,t){Vr.prototype[e]=function(n){n=n===r?1:mr(gs(n),0);var o=this.__filtered__&&!t?new Vr(this):this.clone();return o.__filtered__?o.__takeCount__=_r(n,o.__takeCount__):o.__views__.push({size:_r(n,h),type:e+(o.__dir__<0?"Right":"")}),o},Vr.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Ot(["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}})),Ot(["head","last"],(function(e,t){var r="take"+(t?"Right":"");Vr.prototype[e]=function(){return this[r](1).value()[0]}})),Ot(["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 Cn(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)},Sn(Vr.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),a=Ur[o?"take"+("last"==t?"Right":""):t],i=o||/^find/.test(t);a&&(Ur.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(Ur,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)})})),Ot(["pop","push","shift","sort","splice","unshift"],(function(e){var t=we[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Ur.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)}))}})),Sn(Vr.prototype,(function(e,t){var r=Ur[t];if(r){var n=r.name+"";De.call(Cr,n)||(Cr[n]=[]),Cr[n].push({name:t,func:r})}})),Cr[Go(r,2).name]=[{name:"wrapper",func:r}],Vr.prototype.clone=function(){var e=new Vr(this.__wrapped__);return e.__actions__=Co(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Co(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Co(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__++]}},Ur.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},Ur.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)},Ur.prototype.toJSON=Ur.prototype.valueOf=Ur.prototype.value=function(){return go(this.__wrapped__,this.__actions__)},Ur.prototype.first=Ur.prototype.head,et&&(Ur.prototype[et]=function(){return this}),Ur}();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)}))}}]),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);return $('').attr({name:"saveandclose",value:"1"}).appendTo(r),r.find('[type="submit"]').first().trigger("click"),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=$(''),A=$(''),E=$(''),O=$(''),T=$(y),I=$(g),R=null,P=function(){R.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(''),R.find(".modal-body").append(e),R.find(".modal-body").append("

"+n+"

"),""!==i&&R.find("form").append('')}();try{e.fnOnShow}catch(e){}})),R.on("shown.bs.modal",(function(){R.find(".selector--button-confirm").off("click.confirmdeletesubmit").on("click.confirmdeletesubmit",(function(e){e.preventDefault(),s?LS.AjaxHelper.ajax({url:r,type:"POST",data:R.find("form").serialize(),success:function(e,t){"true"!=c?R.modal("hide"):R.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){R.find(".modal-body").empty().html(e.responseText),console.ls.log(e)}}):(R.find("form").trigger("submit"),R.modal("close"))})),e.fnOnShown.call(this)})),R.on("hide.bs.modal",e.fnOnHide),R.on("hidden.bs.modal",(function(){!0===e.removeOnClose&&R.find(".modal-body").html(" ");try{e.fnOnHidden}catch(e){}})),R.on("loaded.ls.remotemodal",e.fnOnLoaded)},w=function(){t.on("click.confirmmodal",(function(){R.modal("toggle")}))};!function(){"yes"!=t.data("confirm-modal-appended")&&(!function(){var e=_.clone();if(e.append(A.clone()),""!==o){var t=b.clone();S.text(o),t.append(O.clone()),t.append(S),e.prepend(t)}var r=E.clone();r.append(T.clone()),r.append(I.clone()),e.append(r),(R=v.clone()).append(m.clone().append(e))}(),R.appendTo($(h)),w.call(this),P.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)}};e={adminCore:{refresh: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()},onload:a,appendToLoad:i,addToNamespace: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)}}},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})(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);r=74)&&(match=engineUserAgent.match(/Chrome\/(\d+)/),match&&(version=match[1])));var engineV8Version=version&&+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,isSymbol=useSymbolAsUid?function(e){return"symbol"==typeof e}:function(e){var t=getBuiltIn("Symbol");return"function"==typeof t&&Object(e)instanceof t},ordinaryToPrimitive=function(e,t){var r,n;if("string"===t&&"function"==typeof(r=e.toString)&&!isObject$2(n=r.call(e)))return n;if("function"==typeof(r=e.valueOf)&&!isObject$2(n=r.call(e)))return n;if("string"!==t&&"function"==typeof(r=e.toString)&&!isObject$2(n=r.call(e)))return n;throw TypeError("Can't convert object to primitive value")},isPure=!1,setGlobal=function(e,t){try{Object.defineProperty(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.16.0",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),toObject$1=function(e){return Object(requireObjectCoercible(e))},hasOwnProperty$b={}.hasOwnProperty,has$2=Object.hasOwn||function(e,t){return hasOwnProperty$b.call(toObject$1(e),t)},id$1=0,postfix=Math.random(),uid$1=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++id$1+postfix).toString(36)},WellKnownSymbolsStore$1=shared("wks"),Symbol$2=global_1.Symbol,createWellKnownSymbol=useSymbolAsUid?Symbol$2:Symbol$2&&Symbol$2.withoutSetter||uid$1,wellKnownSymbol=function(e){return has$2(WellKnownSymbolsStore$1,e)&&(nativeSymbol||"string"==typeof WellKnownSymbolsStore$1[e])||(nativeSymbol&&has$2(Symbol$2,e)?WellKnownSymbolsStore$1[e]=Symbol$2[e]:WellKnownSymbolsStore$1[e]=createWellKnownSymbol("Symbol."+e)),WellKnownSymbolsStore$1[e]},TO_PRIMITIVE$2=wellKnownSymbol("toPrimitive"),toPrimitive=function(e,t){if(!isObject$2(e)||isSymbol(e))return e;var r,n=e[TO_PRIMITIVE$2];if(void 0!==n){if(void 0===t&&(t="default"),r=n.call(e,t),!isObject$2(r)||isSymbol(r))return r;throw TypeError("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:String(t)},document$3=global_1.document,EXISTS=isObject$2(document$3)&&isObject$2(document$3.createElement),documentCreateElement=function(e){return EXISTS?document$3.createElement(e):{}},ie8DomDefine=!descriptors&&!fails((function(){return 7!=Object.defineProperty(documentCreateElement("div"),"a",{get:function(){return 7}}).a})),$getOwnPropertyDescriptor$1=Object.getOwnPropertyDescriptor,f$6=descriptors?$getOwnPropertyDescriptor$1:function(e,t){if(e=toIndexedObject(e),t=toPropertyKey(t),ie8DomDefine)try{return $getOwnPropertyDescriptor$1(e,t)}catch(e){}if(has$2(e,t))return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(e,t),e[t])},objectGetOwnPropertyDescriptor={f:f$6},anObject=function(e){if(!isObject$2(e))throw TypeError(String(e)+" is not an object");return e},$defineProperty$1=Object.defineProperty,f$5=descriptors?$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("Accessors not supported");return"value"in r&&(e[t]=r.value),e},objectDefineProperty={f:f$5},createNonEnumerableProperty=descriptors?function(e,t,r){return objectDefineProperty.f(e,t,createPropertyDescriptor(1,r))}:function(e,t,r){return e[t]=r,e},functionToString=Function.toString;"function"!=typeof sharedStore.inspectSource&&(sharedStore.inspectSource=function(e){return functionToString.call(e)});var inspectSource=sharedStore.inspectSource,WeakMap$1=global_1.WeakMap,nativeWeakMap="function"==typeof WeakMap$1&&/native code/.test(inspectSource(WeakMap$1)),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",WeakMap=global_1.WeakMap,set$4,get$2,has$1,enforce=function(e){return has$1(e)?get$2(e):set$4(e,{})},getterFor=function(e){return function(t){var r;if(!isObject$2(t)||(r=get$2(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return r}};if(nativeWeakMap||sharedStore.state){var store$2=sharedStore.state||(sharedStore.state=new WeakMap),wmget=store$2.get,wmhas=store$2.has,wmset=store$2.set;set$4=function(e,t){if(wmhas.call(store$2,e))throw new TypeError(OBJECT_ALREADY_INITIALIZED);return t.facade=e,wmset.call(store$2,e,t),t},get$2=function(e){return wmget.call(store$2,e)||{}},has$1=function(e){return wmhas.call(store$2,e)}}else{var STATE=sharedKey("state");hiddenKeys$1[STATE]=!0,set$4=function(e,t){if(has$2(e,STATE))throw new TypeError(OBJECT_ALREADY_INITIALIZED);return t.facade=e,createNonEnumerableProperty(e,STATE,t),t},get$2=function(e){return has$2(e,STATE)?e[STATE]:{}},has$1=function(e){return has$2(e,STATE)}}var internalState={set:set$4,get:get$2,has:has$1,enforce:enforce,getterFor:getterFor},redefine=createCommonjsModule((function(e){var t=internalState.get,r=internalState.enforce,n=String(String).split("String");(e.exports=function(e,t,o,a){var i,s=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,u=!!a&&!!a.noTargetGet;"function"==typeof o&&("string"!=typeof t||has$2(o,"name")||createNonEnumerableProperty(o,"name",t),(i=r(o)).source||(i.source=n.join("string"==typeof t?t:""))),e!==global_1?(s?!u&&e[t]&&(c=!0):delete e[t],c?e[t]=o:createNonEnumerableProperty(e,t,o)):c?e[t]=o:setGlobal(t,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||inspectSource(this)}))})),ceil$2=Math.ceil,floor$a=Math.floor,toInteger=function(e){return isNaN(e=+e)?0:(e>0?floor$a:ceil$2)(e)},min$9=Math.min,toLength=function(e){return e>0?min$9(toInteger(e),9007199254740991):0},max$5=Math.max,min$8=Math.min,toAbsoluteIndex=function(e,t){var r=toInteger(e);return r<0?max$5(r+t,0):min$8(r,t)},createMethod$6=function(e){return function(t,r,n){var o,a=toIndexedObject(t),i=toLength(a.length),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=arrayIncludes.indexOf,objectKeysInternal=function(e,t){var r,n=toIndexedObject(e),o=0,a=[];for(r in n)!has$2(hiddenKeys$1,r)&&has$2(n,r)&&a.push(r);for(;t.length>o;)has$2(n,r=t[o++])&&(~indexOf(a,r)||a.push(r));return a},enumBugKeys=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],hiddenKeys=enumBugKeys.concat("length","prototype"),f$4=Object.getOwnPropertyNames||function(e){return objectKeysInternal(e,hiddenKeys)},objectGetOwnPropertyNames={f:f$4},f$3=Object.getOwnPropertySymbols,objectGetOwnPropertySymbols={f:f$3},ownKeys=getBuiltIn("Reflect","ownKeys")||function(e){var t=objectGetOwnPropertyNames.f(anObject(e)),r=objectGetOwnPropertySymbols.f;return r?t.concat(r(e)):t},copyConstructorProperties=function(e,t){for(var r=ownKeys(t),n=objectDefineProperty.f,o=objectGetOwnPropertyDescriptor.f,a=0;aa;)objectDefineProperty.f(e,r=n[a++],t[r]);return e},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+":";if(t.style)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=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(r,t)},$getOwnPropertyNames$1=objectGetOwnPropertyNames.f,toString$1={}.toString,windowNames="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],getWindowNames=function(e){try{return $getOwnPropertyNames$1(e)}catch(e){return windowNames.slice()}},f$2=function(e){return windowNames&&"[object Window]"==toString$1.call(e)?getWindowNames(e):$getOwnPropertyNames$1(toIndexedObject(e))},objectGetOwnPropertyNamesExternal={f:f$2},f$1=wellKnownSymbol,wellKnownSymbolWrapped={f:f$1},path=global_1,defineProperty$d=objectDefineProperty.f,defineWellKnownSymbol=function(e){var t=path.Symbol||(path.Symbol={});has$2(t,e)||defineProperty$d(t,e,{value:wellKnownSymbolWrapped.f(e)})},defineProperty$c=objectDefineProperty.f,TO_STRING_TAG$4=wellKnownSymbol("toStringTag"),setToStringTag=function(e,t,r){e&&!has$2(e=r?e:e.prototype,TO_STRING_TAG$4)&&defineProperty$c(e,TO_STRING_TAG$4,{configurable:!0,value:t})},aFunction=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},functionBindContext=function(e,t,r){if(aFunction(e),void 0===t)return e;switch(r){case 0:return function(){return e.call(t)};case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}},SPECIES$6=wellKnownSymbol("species"),arraySpeciesConstructor=function(e){var t;return isArray$1(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!isArray$1(t.prototype)?isObject$2(t)&&null===(t=t[SPECIES$6])&&(t=void 0):t=void 0),void 0===t?Array:t},arraySpeciesCreate=function(e,t){return new(arraySpeciesConstructor(e))(0===t?0:t)},push=[].push,createMethod$5=function(e){var t=1==e,r=2==e,n=3==e,o=4==e,a=6==e,i=7==e,s=5==e||a;return function(c,u,l,f){for(var p,d,h=toObject$1(c),y=indexedObject(h),g=functionBindContext(u,l,3),v=toLength(y.length),m=0,_=f||arraySpeciesCreate,b=t?_(c,v):r||i?_(c,0):void 0;v>m;m++)if((s||m in y)&&(d=g(p=y[m],m,h),e))if(t)b[m]=d;else if(d)switch(e){case 3:return!0;case 5:return p;case 6:return m;case 2:push.call(b,p)}else switch(e){case 4:return!1;case 7:push.call(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$9=internalState.getterFor(SYMBOL),ObjectPrototype$3=Object[PROTOTYPE$1],$Symbol=global_1.Symbol,$stringify=getBuiltIn("JSON","stringify"),nativeGetOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f,nativeDefineProperty=objectDefineProperty.f,nativeGetOwnPropertyNames=objectGetOwnPropertyNamesExternal.f,nativePropertyIsEnumerable=objectPropertyIsEnumerable.f,AllSymbols=shared("symbols"),ObjectPrototypeSymbols=shared("op-symbols"),StringToSymbolRegistry=shared("string-to-symbol-registry"),SymbolToStringRegistry=shared("symbol-to-string-registry"),WellKnownSymbolsStore=shared("wks"),QObject=global_1.QObject,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$3,t);n&&delete ObjectPrototype$3[t],nativeDefineProperty(e,t,r),n&&e!==ObjectPrototype$3&&nativeDefineProperty(ObjectPrototype$3,t,n)}:nativeDefineProperty,wrap=function(e,t){var r=AllSymbols[e]=objectCreate$1($Symbol[PROTOTYPE$1]);return setInternalState$c(r,{type:SYMBOL,tag:e,description:t}),descriptors||(r.description=t),r},$defineProperty=function(e,t,r){e===ObjectPrototype$3&&$defineProperty(ObjectPrototypeSymbols,t,r),anObject(e);var n=toPropertyKey(t);return anObject(r),has$2(AllSymbols,n)?(r.enumerable?(has$2(e,HIDDEN)&&e[HIDDEN][n]&&(e[HIDDEN][n]=!1),r=objectCreate$1(r,{enumerable:createPropertyDescriptor(0,!1)})):(has$2(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&&!$propertyIsEnumerable.call(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=function(e){var t=toPropertyKey(e),r=nativePropertyIsEnumerable.call(this,t);return!(this===ObjectPrototype$3&&has$2(AllSymbols,t)&&!has$2(ObjectPrototypeSymbols,t))&&(!(r||!has$2(this,t)||!has$2(AllSymbols,t)||has$2(this,HIDDEN)&&this[HIDDEN][t])||r)},$getOwnPropertyDescriptor=function(e,t){var r=toIndexedObject(e),n=toPropertyKey(t);if(r!==ObjectPrototype$3||!has$2(AllSymbols,n)||has$2(ObjectPrototypeSymbols,n)){var o=nativeGetOwnPropertyDescriptor$1(r,n);return!o||!has$2(AllSymbols,n)||has$2(r,HIDDEN)&&r[HIDDEN][n]||(o.enumerable=!0),o}},$getOwnPropertyNames=function(e){var t=nativeGetOwnPropertyNames(toIndexedObject(e)),r=[];return $forEach$2(t,(function(e){has$2(AllSymbols,e)||has$2(hiddenKeys$1,e)||r.push(e)})),r},$getOwnPropertySymbols=function(e){var t=e===ObjectPrototype$3,r=nativeGetOwnPropertyNames(t?ObjectPrototypeSymbols:toIndexedObject(e)),n=[];return $forEach$2(r,(function(e){!has$2(AllSymbols,e)||t&&!has$2(ObjectPrototype$3,e)||n.push(AllSymbols[e])})),n};if(nativeSymbol||($Symbol=function(){if(this instanceof $Symbol)throw TypeError("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$3&&r.call(ObjectPrototypeSymbols,e),has$2(this,HIDDEN)&&has$2(this[HIDDEN],t)&&(this[HIDDEN][t]=!1),setSymbolDescriptor(this,t,createPropertyDescriptor(1,e))};return descriptors&&USE_SETTER&&setSymbolDescriptor(ObjectPrototype$3,t,{configurable:!0,set:r}),wrap(t,e)},redefine($Symbol[PROTOTYPE$1],"toString",(function(){return getInternalState$9(this).tag})),redefine($Symbol,"withoutSetter",(function(e){return wrap(uid$1(e),e)})),objectPropertyIsEnumerable.f=$propertyIsEnumerable,objectDefineProperty.f=$defineProperty,objectGetOwnPropertyDescriptor.f=$getOwnPropertyDescriptor,objectGetOwnPropertyNames.f=objectGetOwnPropertyNamesExternal.f=$getOwnPropertyNames,objectGetOwnPropertySymbols.f=$getOwnPropertySymbols,wellKnownSymbolWrapped.f=function(e){return wrap(wellKnownSymbol(e),e)},descriptors&&(nativeDefineProperty($Symbol[PROTOTYPE$1],"description",{configurable:!0,get:function(){return getInternalState$9(this).description}}),redefine(ObjectPrototype$3,"propertyIsEnumerable",$propertyIsEnumerable,{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(has$2(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(e+" is not a symbol");if(has$2(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){for(var n,o=[e],a=1;arguments.length>a;)o.push(arguments[a++]);if(n=t,(isObject$2(t)||void 0!==e)&&!isSymbol(e))return isArray$1(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!isSymbol(t))return t}),o[1]=t,$stringify.apply(null,o)}})}$Symbol[PROTOTYPE$1][TO_PRIMITIVE$1]||createNonEnumerableProperty($Symbol[PROTOTYPE$1],TO_PRIMITIVE$1,$Symbol[PROTOTYPE$1].valueOf),setToStringTag($Symbol,SYMBOL),hiddenKeys$1[HIDDEN]=!0;var defineProperty$b=objectDefineProperty.f,NativeSymbol=global_1.Symbol;if(descriptors&&"function"==typeof NativeSymbol&&(!("description"in NativeSymbol.prototype)||void 0!==NativeSymbol().description)){var EmptyStringDescriptionStore={},SymbolWrapper=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof SymbolWrapper?new NativeSymbol(e):void 0===e?NativeSymbol():NativeSymbol(e);return""===e&&(EmptyStringDescriptionStore[t]=!0),t};copyConstructorProperties(SymbolWrapper,NativeSymbol);var symbolPrototype=SymbolWrapper.prototype=NativeSymbol.prototype;symbolPrototype.constructor=SymbolWrapper;var symbolToString=symbolPrototype.toString,native="Symbol(test)"==String(NativeSymbol("test")),regexp=/^Symbol\((.*)\)[^)]+$/;defineProperty$b(symbolPrototype,"description",{configurable:!0,get:function(){var e=isObject$2(this)?this.valueOf():this,t=symbolToString.call(e);if(has$2(EmptyStringDescriptionStore,e))return"";var r=native?t.slice(7,-1):t.replace(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 createProperty=function(e,t,r){var n=toPropertyKey(t);n in e?objectDefineProperty.f(e,n,createPropertyDescriptor(0,r)):e[n]=r},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",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$j=!IS_CONCAT_SPREADABLE_SUPPORT||!SPECIES_SUPPORT;_export({target:"Array",proto:!0,forced:FORCED$j},{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(MAXIMUM_ALLOWED_INDEX_EXCEEDED);for(r=0;r=MAX_SAFE_INTEGER$3)throw TypeError(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=toLength(r.length),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=toLength(t.length),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 flattenIntoArray=function(e,t,r,n,o,a,i,s){for(var c,u=o,l=0,f=!!i&&functionBindContext(i,s,3);l0&&isArray$1(c))u=flattenIntoArray(e,t,c,toLength(c.length),u,a-1)-1;else{if(u>=9007199254740991)throw TypeError("Exceed the acceptable array length");e[u]=c}u++}l++}return u},flattenIntoArray_1=flattenIntoArray;_export({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=toObject$1(this),r=toLength(t.length),n=arraySpeciesCreate(t,0);return n.length=flattenIntoArray_1(n,t,t,r,0,void 0===e?1:toInteger(e)),n}}),_export({target:"Array",proto:!0},{flatMap:function(e){var t,r=toObject$1(this),n=toLength(r.length);return aFunction(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){var t=e.return;if(void 0!==t)return anObject(t.call(e)).value},callWithSafeIterationClosing=function(e,t,r,n){try{return n?t(anObject(r)[0],r[1]):t(r)}catch(t){throw iteratorClose(e),t}},iterators={},ITERATOR$8=wellKnownSymbol("iterator"),ArrayPrototype=Array.prototype,isArrayIteratorMethod=function(e){return void 0!==e&&(iterators.Array===e||ArrayPrototype[ITERATOR$8]===e)},TO_STRING_TAG$3=wellKnownSymbol("toStringTag"),test$1={};test$1[TO_STRING_TAG$3]="z";var toStringTagSupport="[object z]"===String(test$1),TO_STRING_TAG$2=wellKnownSymbol("toStringTag"),CORRECT_ARGUMENTS="Arguments"==classofRaw(function(){return arguments}()),tryGet=function(e,t){try{return e[t]}catch(e){}},classof=toStringTagSupport?classofRaw:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=tryGet(t=Object(e),TO_STRING_TAG$2))?r:CORRECT_ARGUMENTS?classofRaw(t):"Object"==(n=classofRaw(t))&&"function"==typeof t.callee?"Arguments":n},ITERATOR$7=wellKnownSymbol("iterator"),getIteratorMethod=function(e){if(null!=e)return e[ITERATOR$7]||e["@@iterator"]||iterators[classof(e)]},arrayFrom=function(e){var t,r,n,o,a,i,s=toObject$1(e),c="function"==typeof this?this:Array,u=arguments.length,l=u>1?arguments[1]:void 0,f=void 0!==l,p=getIteratorMethod(s),d=0;if(f&&(l=functionBindContext(l,u>2?arguments[2]:void 0,2)),null==p||c==Array&&isArrayIteratorMethod(p))for(r=new c(t=toLength(s.length));t>d;d++)i=f?l(s[d],d):s[d],createProperty(r,d,i);else for(a=(o=p.call(s)).next,r=new c;!(n=a.call(o)).done;d++)i=f?callWithSafeIterationClosing(o,l,[n.value,d],!0):n.value,createProperty(r,d,i);return r.length=d,r},ITERATOR$6=wellKnownSymbol("iterator"),SAFE_CLOSING=!1;try{var called=0,iteratorWithReturn={next:function(){return{done:!!called++}},return:function(){SAFE_CLOSING=!0}};iteratorWithReturn[ITERATOR$6]=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$6]=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$1=arrayIncludes.indexOf,nativeIndexOf=[].indexOf,NEGATIVE_ZERO$1=!!nativeIndexOf&&1/[1].indexOf(1,-0)<0,STRICT_METHOD$6=arrayMethodIsStrict("indexOf");_export({target:"Array",proto:!0,forced:NEGATIVE_ZERO$1||!STRICT_METHOD$6},{indexOf:function(e){return NEGATIVE_ZERO$1?nativeIndexOf.apply(this,arguments)||0:$indexOf$1(this,e,arguments.length>1?arguments[1]:void 0)}});var correctPrototypeGetter=!fails((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),IE_PROTO=sharedKey("IE_PROTO"),ObjectPrototype$2=Object.prototype,objectGetPrototypeOf=correctPrototypeGetter?Object.getPrototypeOf:function(e){return e=toObject$1(e),has$2(e,IE_PROTO)?e[IE_PROTO]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?ObjectPrototype$2:null},ITERATOR$5=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS$1=!1,returnThis$2=function(){return this},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$5].call(e)!==e}));NEW_ITERATOR_PROTOTYPE&&(IteratorPrototype$2={}),has$2(IteratorPrototype$2,ITERATOR$5)||createNonEnumerableProperty(IteratorPrototype$2,ITERATOR$5,returnThis$2);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){var n=t+" Iterator";return e.prototype=objectCreate$1(IteratorPrototype$1,{next:createPropertyDescriptor(1,r)}),setToStringTag(e,n,!1),iterators[n]=returnThis$1,e},aPossiblePrototype=function(e){if(!isObject$2(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e},objectSetPrototypeOf=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return anObject(r),aPossiblePrototype(n),t?e.call(r,n):r.__proto__=n,r}}():void 0),IteratorPrototype=iteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=iteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR$4=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$4]||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)),IteratorPrototype!==Object.prototype&&s.next&&(objectGetPrototypeOf(s)!==IteratorPrototype&&(objectSetPrototypeOf?objectSetPrototypeOf(s,IteratorPrototype):"function"!=typeof s[ITERATOR$4]&&createNonEnumerableProperty(s,ITERATOR$4,returnThis)),setToStringTag(s,f,!0))),o==VALUES&&h&&h.name!==VALUES&&(p=!0,y=function(){return h.call(this)}),d[ITERATOR$4]!==y&&createNonEnumerableProperty(d,ITERATOR$4,y),iterators[t]=y,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 c},ARRAY_ITERATOR="Array Iterator",setInternalState$b=internalState.set,getInternalState$8=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$8(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");iterators.Arguments=iterators.Array,addToUnscopables("keys"),addToUnscopables("values"),addToUnscopables("entries");var nativeJoin=[].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 nativeJoin.call(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$i=NEGATIVE_ZERO||!STRICT_METHOD$4,arrayLastIndexOf=FORCED$i?function(e){if(NEGATIVE_ZERO)return $lastIndexOf.apply(this,arguments)||0;var t=toIndexedObject(this),r=toLength(t.length),n=r-1;for(arguments.length>1&&(n=min$6(n,toInteger(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 ISNT_GENERIC=fails((function(){function e(){}return!(Array.of.call(e)instanceof e)}));_export({target:"Array",stat:!0,forced:ISNT_GENERIC},{of:function(){for(var e=0,t=arguments.length,r=new("function"==typeof this?this:Array)(t);t>e;)createProperty(r,e,arguments[e++]);return r.length=t,r}});var createMethod$4=function(e){return function(t,r,n,o){aFunction(r);var a=toObject$1(t),i=indexedObject(a),s=toLength(a.length),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("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){return $reduce$1(this,e,arguments.length,arguments.length>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"),nativeSlice=[].slice,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=toLength(a.length),s=toAbsoluteIndex(e,i),c=toAbsoluteIndex(void 0===t?i:t,i);if(isArray$1(a)&&("function"!=typeof(r=a.constructor)||r!==Array&&!isArray$1(r.prototype)?isObject$2(r)&&null===(r=r[SPECIES$4])&&(r=void 0):r=void 0,r===Array||void 0===r))return nativeSlice.call(a,s,c);for(n=new(void 0===r?Array: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){for(var n=e.length,o=t.length,a=0,i=0,s=[];a3)){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$h},{sort:function(e){void 0!==e&&aFunction(e);var t=toObject$1(this);if(STABLE_SORT$1)return void 0===e?nativeSort$1.call(t):nativeSort$1.call(t,e);var r,n,o=[],a=toLength(t.length);for(n=0;nMAX_SAFE_INTEGER$2)throw TypeError(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],c--,s-=8);for(r=l&(1<<-s)-1,l>>=-s,s+=t;s>0;r=256*r+e[c],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$a=objectDefineProperty.f,getInternalState$7=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,$DataView=global_1[DATA_VIEW],$DataViewPrototype=$DataView&&$DataView[PROTOTYPE],ObjectPrototype$1=Object.prototype,RangeError$1=global_1.RangeError,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$a(e[PROTOTYPE],t,{get:function(){return getInternalState$7(this)[t]}})},get$1=function(e,t,r,n){var o=toIndex(r),a=getInternalState$7(e);if(o+t>a.byteLength)throw RangeError$1(WRONG_INDEX);var i=getInternalState$7(a.buffer).bytes,s=o+a.byteOffset,c=i.slice(s,s+t);return n?c:c.reverse()},set$3=function(e,t,r,n,o,a){var i=toIndex(r),s=getInternalState$7(e);if(i+t>s.byteLength)throw RangeError$1(WRONG_INDEX);for(var c=getInternalState$7(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$1&&objectSetPrototypeOf($DataViewPrototype,ObjectPrototype$1);var testView=new $DataView(new $ArrayBuffer(2)),$setInt8=$DataViewPrototype.setInt8;testView.setInt8(0,2147483648),testView.setInt8(1,2147483649),!testView.getInt8(0)&&testView.getInt8(1)||redefineAll($DataViewPrototype,{setInt8:function(e,t){$setInt8.call(this,e,t<<24>>24)},setUint8:function(e,t){$setInt8.call(this,e,t<<24>>24)}},{unsafe:!0})}else $ArrayBuffer=function(e){anInstance(this,$ArrayBuffer,ARRAY_BUFFER$1);var t=toIndex(e);setInternalState$a(this,{bytes:arrayFill.call(new Array(t),0),byteLength:t}),descriptors||(this.byteLength=t)},$DataView=function(e,t,r){anInstance(this,$DataView,DATA_VIEW),anInstance(e,$ArrayBuffer,DATA_VIEW);var n=getInternalState$7(e).byteLength,o=toInteger(t);if(o<0||o>n)throw RangeError$1("Wrong offset");if(o+(r=void 0===r?n-o:toLength(r))>n)throw RangeError$1(WRONG_LENGTH);setInternalState$a(this,{buffer:e,byteLength:r,byteOffset:o}),descriptors||(this.buffer=e,this.byteLength=r,this.byteOffset=o)},descriptors&&(addGetter($ArrayBuffer,"byteLength"),addGetter($DataView,"buffer"),addGetter($DataView,"byteLength"),addGetter($DataView,"byteOffset")),redefineAll($DataView[PROTOTYPE],{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 dateToPrimitive=function(e){if(anObject(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw TypeError("Incorrect hint");return ordinaryToPrimitive(this,e)},TO_PRIMITIVE=wellKnownSymbol("toPrimitive"),DatePrototype=Date.prototype;TO_PRIMITIVE in DatePrototype||createNonEnumerableProperty(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("function"!=typeof this||!isObject$2(e))return!1;if(!isObject$2(this.prototype))return e instanceof this;for(;e=objectGetPrototypeOf(e);)if(this.prototype===e)return!0;return!1}});var defineProperty$9=objectDefineProperty.f,FunctionPrototype=Function.prototype,FunctionPrototypeToString=FunctionPrototype.toString,nameRE=/^\s*function ([^ (]*)/,NAME$1="name";descriptors&&!(NAME$1 in FunctionPrototype)&&defineProperty$9(FunctionPrototype,NAME$1,{configurable:!0,get:function(){try{return FunctionPrototypeToString.call(this).match(nameRE)[1]}catch(e){return""}}}),setToStringTag(global_1.JSON,"JSON",!0);var 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=Object.isExtensible||function(){return!0},i=function(e){t(e,n,{value:{objectID:"O"+o++,weakData:{}}})},s=e.exports={enable:function(){s.enable=function(){},r=!0;var e=objectGetOwnPropertyNames.f,t=[].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]))&&s instanceof Result)return s;return new Result(!1)}n=o.call(e)}for(c=n.next;!(u=c.call(n)).done;){try{s=g(u.value)}catch(e){throw iteratorClose(n),e}if("object"==typeof s&&s&&s instanceof Result)return s}return new Result(!1)},inheritIfRequired=function(e,t,r){var n,o;return objectSetPrototypeOf&&"function"==typeof(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=s[e];redefine(s,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!isObject$2(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return o&&!isObject$2(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!isObject$2(e))&&t.call(this,0===e?0:e)}:function(e,r){return t.call(this,0===e?0:e,r),this})};if(isForced_1(e,"function"!=typeof 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(t,r){anInstance(t,c,e);var o=inheritIfRequired(new i,t,c);return null!=r&&iterate(r,o[a],{that:o,AS_ENTRIES:n}),o}))).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$8=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,a){anInstance(e,o,t),setInternalState$9(e,{type:t,index:objectCreate$1(null),first:void 0,last:void 0,size:0}),descriptors||(e.size=0),null!=a&&iterate(a,e[n],{that:e,AS_ENTRIES:r})})),a=internalStateGetterFor$1(t),i=function(e,t,r){var n,o,i=a(e),c=s(e,t);return c?c.value=r:(i.last=c={index:o=fastKey(t,!0),key:t,value:r,previous:n=i.last,next:void 0,removed:!1},i.first||(i.first=c),n&&(n.next=c),descriptors?i.size++:e.size++,"F"!==o&&(i.index[o]=c)),e},s=function(e,t){var r,n=a(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(o.prototype,{clear:function(){for(var e=a(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=a(t),n=s(t,e);if(n){var o=n.next,i=n.previous;delete r.index[n.index],n.removed=!0,i&&(i.next=o),o&&(o.previous=i),r.first==n&&(r.first=o),r.last==n&&(r.last=i),descriptors?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=a(this),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:r.first;)for(n(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!s(this,e)}}),redefineAll(o.prototype,r?{get:function(e){var t=s(this,e);return t&&t.value},set:function(e,t){return i(this,0===e?0:e,t)}}:{add:function(e){return i(this,e=0===e?0:e,e)}}),descriptors&&defineProperty$8(o.prototype,"size",{get:function(){return a(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;var es_map=collection("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),collectionStrong),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$g=!$acosh||710!=Math.floor($acosh(Number.MAX_VALUE))||$acosh(1/0)!=1/0;_export({target:"Math",stat:!0,forced:FORCED$g},{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$f=fails((function(){return-5!=$imul(4294967295,5)||2!=$imul.length}));_export({target:"Math",stat:!0,forced:FORCED$f},{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;_export({target:"Math",stat:!0},{log10:function(e){return log$2(e)*LOG10E}}),_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$e=fails((function(){return-2e-17!=Math.sinh(-2e-17)}));_export({target:"Math",stat:!0,forced:FORCED$e},{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 whitespaces="\t\n\v\f\r                 \u2028\u2029\ufeff",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=r.replace(ltrim,"")),2&e&&(r=r.replace(rtrim,"")),r}},stringTrim={start:createMethod$3(1),end:createMethod$3(2),trim:createMethod$3(3)},getOwnPropertyNames$2=objectGetOwnPropertyNames.f,getOwnPropertyDescriptor$6=objectGetOwnPropertyDescriptor.f,defineProperty$7=objectDefineProperty.f,trim$2=stringTrim.trim,NUMBER="Number",NativeNumber=global_1[NUMBER],NumberPrototype=NativeNumber.prototype,BROKEN_CLASSOF=classofRaw(objectCreate$1(NumberPrototype))==NUMBER,toNumber$1=function(e){if(isSymbol(e))throw TypeError("Cannot convert a Symbol value to a number");var t,r,n,o,a,i,s,c,u=toPrimitive(e,"number");if("string"==typeof u&&u.length>2)if(43===(t=(u=trim$2(u)).charCodeAt(0))||45===t){if(88===(r=u.charCodeAt(2))||120===r)return NaN}else if(48===t){switch(u.charCodeAt(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=u.slice(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:e,r=this;return r instanceof NumberWrapper&&(BROKEN_CLASSOF?fails((function(){NumberPrototype.valueOf.call(r)})):classofRaw(r)!=NUMBER)?inheritIfRequired(new NativeNumber(toNumber$1(t)),r,NumberWrapper):toNumber$1(t)},keys$2=descriptors?getOwnPropertyNames$2(NativeNumber):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),j=0,key;keys$2.length>j;j++)has$2(NativeNumber,key=keys$2[j])&&!has$2(NumberWrapper,key)&&defineProperty$7(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,isInteger=function(e){return!isObject$2(e)&&isFinite(e)&&floor$5(e)===e};_export({target:"Number",stat:!0},{isInteger:isInteger}),_export({target:"Number",stat:!0},{isNaN:function(e){return e!=e}});var abs=Math.abs;_export({target:"Number",stat:!0},{isSafeInteger:function(e){return isInteger(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,$parseFloat=global_1.parseFloat,FORCED$d=1/$parseFloat(whitespaces+"-0")!=-1/0,numberParseFloat=FORCED$d?function(e){var t=trim$1(toString_1(e)),r=$parseFloat(t);return 0===r&&"-"==t.charAt(0)?-0:r}:$parseFloat;_export({target:"Number",stat:!0,forced:Number.parseFloat!=numberParseFloat},{parseFloat:numberParseFloat});var trim=stringTrim.trim,$parseInt=global_1.parseInt,hex=/^[+-]?0[Xx]/,FORCED$c=8!==$parseInt(whitespaces+"08")||22!==$parseInt(whitespaces+"0x16"),numberParseInt=FORCED$c?function(e,t){var r=trim(toString_1(e));return $parseInt(r,t>>>0||(hex.test(r)?16:10))}:$parseInt;_export({target:"Number",stat:!0,forced:Number.parseInt!=numberParseInt},{parseInt:numberParseInt});var thisNumberValue=function(e){if("number"!=typeof e&&"Number"!=classofRaw(e))throw TypeError("Incorrect invocation");return+e},stringRepeat=function(e){var t=toString_1(requireObjectCoercible(this)),r="",n=toInteger(e);if(n<0||n==1/0)throw RangeError("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(t+=t))1&n&&(r+=t);return r},nativeToFixed=1..toFixed,floor$4=Math.floor,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(e[t]);r=""===r?n:r+stringRepeat.call("0",7-n.length)+n}return r},FORCED$b=nativeToFixed&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!fails((function(){nativeToFixed.call({})}));_export({target:"Number",proto:!0,forced:FORCED$b},{toFixed:function(e){var t,r,n,o,a=thisNumberValue(this),i=toInteger(e),s=[0,0,0,0,0,0],c="",u="0";if(i<0||i>20)throw RangeError("Incorrect fraction digits");if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return String(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."+stringRepeat.call("0",i-o)+u:u.slice(0,o-i)+"."+u.slice(o-i)):c+u}});var $assign=Object.assign,defineProperty$6=Object.defineProperty,objectAssign=!$assign||fails((function(){if(descriptors&&1!==$assign({b:1},$assign(defineProperty$6({},"a",{enumerable:!0,get:function(){defineProperty$6(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?objectKeys(c).concat(a(c)):objectKeys(c),l=u.length,f=0;l>f;)s=u[f++],descriptors&&!i.call(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:aFunction(t),enumerable:!0,configurable:!0})}}),descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineSetter__:function(e,t){objectDefineProperty.f(toObject$1(this),e,{set:aFunction(t),enumerable:!0,configurable:!0})}});var propertyIsEnumerable$1=objectPropertyIsEnumerable.f,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.call(n,r)||s.push(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$9=fails((function(){$freeze(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$9,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$8=fails((function(){nativeGetOwnPropertyDescriptor(1)})),FORCED$a=!descriptors||FAILS_ON_PRIMITIVES$8;_export({target:"Object",stat:!0,forced:FORCED$a,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$7=fails((function(){return!Object.getOwnPropertyNames(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$7},{getOwnPropertyNames:getOwnPropertyNames$1});var FAILS_ON_PRIMITIVES$6=fails((function(){objectGetPrototypeOf(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$6,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});var $isExtensible=Object.isExtensible,FAILS_ON_PRIMITIVES$5=fails((function(){$isExtensible(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$5},{isExtensible:function(e){return!!isObject$2(e)&&(!$isExtensible||$isExtensible(e))}});var $isFrozen=Object.isFrozen,FAILS_ON_PRIMITIVES$4=fails((function(){$isFrozen(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$4},{isFrozen:function(e){return!isObject$2(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},{isSealed:function(e){return!isObject$2(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,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:aFunction(r)},engineIsIos=/(?:iphone|ipod|ipad).*applewebkit/i.test(engineUserAgent),set$2=global_1.setImmediate,clear=global_1.clearImmediate,process$3=global_1.process,MessageChannel=global_1.MessageChannel,Dispatch=global_1.Dispatch,counter$1=0,queue$1={},ONREADYSTATECHANGE="onreadystatechange",location,defer,channel,port;try{location=global_1.location}catch(e){}var run=function(e){if(queue$1.hasOwnProperty(e)){var t=queue$1[e];delete queue$1[e],t()}},runner=function(e){return function(){run(e)}},listener=function(e){run(e.data)},post=function(e){global_1.postMessage(String(e),location.protocol+"//"+location.host)};set$2&&clear||(set$2=function(e){for(var t=[],r=arguments.length,n=1;r>n;)t.push(arguments[n++]);return queue$1[++counter$1]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},defer(counter$1),counter$1},clear=function(e){delete queue$1[e]},engineIsNode?defer=function(e){process$3.nextTick(runner(e))}:Dispatch&&Dispatch.now?defer=function(e){Dispatch.now(runner(e))}:MessageChannel&&!engineIsIos?(channel=new MessageChannel,port=channel.port2,channel.port1.onmessage=listener,defer=functionBindContext(port.postMessage,port,1)):global_1.addEventListener&&"function"==typeof postMessage&&!global_1.importScripts&&location&&"file:"!==location.protocol&&!fails(post)?(defer=post,global_1.addEventListener("message",listener,!1)):defer=ONREADYSTATECHANGE in documentCreateElement("script")?function(e){html.appendChild(documentCreateElement("script"))[ONREADYSTATECHANGE]=function(){html.removeChild(this),run(e)}}:function(e){setTimeout(runner(e),0)});var task$1={set:set$2,clear:clear},engineIsWebosWebkit=/web0s(?!.*chrome)/i.test(engineUserAgent),getOwnPropertyDescriptor$3=objectGetOwnPropertyDescriptor.f,macrotask=task$1.set,MutationObserver$1=global_1.MutationObserver||global_1.WebKitMutationObserver,document$2=global_1.document,process$2=global_1.process,Promise$1=global_1.Promise,queueMicrotaskDescriptor=getOwnPropertyDescriptor$3(global_1,"queueMicrotask"),queueMicrotask=queueMicrotaskDescriptor&&queueMicrotaskDescriptor.value,flush,head,last,notify$1,toggle,node,promise,then;queueMicrotask||(flush=function(){var e,t;for(engineIsNode&&(e=process$2.domain)&&e.exit();head;){t=head.fn,head=head.next;try{t()}catch(e){throw head?notify$1():last=void 0,e}}last=void 0,e&&e.enter()},engineIsIos||engineIsNode||engineIsWebosWebkit||!MutationObserver$1||!document$2?Promise$1&&Promise$1.resolve?(promise=Promise$1.resolve(void 0),promise.constructor=Promise$1,then=promise.then,notify$1=function(){then.call(promise,flush)}):notify$1=engineIsNode?function(){process$2.nextTick(flush)}:function(){macrotask.call(global_1,flush)}:(toggle=!0,node=document$2.createTextNode(""),new MutationObserver$1(flush).observe(node,{characterData:!0}),notify$1=function(){node.data=toggle=!toggle}));var microtask=queueMicrotask||function(e){var t={fn:e,next:void 0};last&&(last.next=t),head||(head=t,notify$1()),last=t},PromiseCapability=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=aFunction(t),this.reject=aFunction(r)},f=function(e){return new PromiseCapability(e)},newPromiseCapability$1={f:f},promiseResolve=function(e,t){if(anObject(e),isObject$2(t)&&t.constructor===e)return t;var r=newPromiseCapability$1.f(e);return(0,r.resolve)(t),r.promise},hostReportErrors=function(e,t){var r=global_1.console;r&&r.error&&(1===arguments.length?r.error(e):r.error(e,t))},perform=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}},engineIsBrowser="object"==typeof window,task=task$1.set,SPECIES$1=wellKnownSymbol("species"),PROMISE="Promise",getInternalState$6=internalState.get,setInternalState$8=internalState.set,getInternalPromiseState=internalState.getterFor(PROMISE),NativePromisePrototype=nativePromiseConstructor&&nativePromiseConstructor.prototype,PromiseConstructor=nativePromiseConstructor,PromiseConstructorPrototype=NativePromisePrototype,TypeError$1=global_1.TypeError,document$1=global_1.document,process$1=global_1.process,newPromiseCapability=newPromiseCapability$1.f,newGenericPromiseCapability=newPromiseCapability,DISPATCH_EVENT=!!(document$1&&document$1.createEvent&&global_1.dispatchEvent),NATIVE_REJECTION_EVENT="function"==typeof PromiseRejectionEvent,UNHANDLED_REJECTION="unhandledrejection",REJECTION_HANDLED="rejectionhandled",PENDING=0,FULFILLED=1,REJECTED=2,HANDLED=1,UNHANDLED=2,SUBCLASSING=!1,Internal,OwnPromiseCapability,PromiseWrapper,nativeThen,FORCED$9=isForced_1(PROMISE,(function(){var e=inspectSource(PromiseConstructor),t=e!==String(PromiseConstructor);if(!t&&66===engineV8Version)return!0;if(engineV8Version>=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$9||!checkCorrectnessOfIteration((function(e){PromiseConstructor.all(e).catch((function(){}))})),isThenable=function(e){var t;return!(!isObject$2(e)||"function"!=typeof(t=e.then))&&t},notify=function(e,t){if(!e.notified){e.notified=!0;var r=e.reactions;microtask((function(){for(var n=e.value,o=e.state==FULFILLED,a=0;r.length>a;){var i,s,c,u=r[a++],l=o?u.ok:u.fail,f=u.resolve,p=u.reject,d=u.domain;try{l?(o||(e.rejection===UNHANDLED&&onHandleUnhandled(e),e.rejection=HANDLED),!0===l?i=n:(d&&d.enter(),i=l(n),d&&(d.exit(),c=!0)),i===u.promise?p(TypeError$1("Promise-chain cycle")):(s=isThenable(i))?s.call(i,f,p):f(i)):p(n)}catch(e){d&&!c&&d.exit(),p(e)}}e.reactions=[],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){task.call(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){task.call(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$1("Promise can't be resolved itself");var n=isThenable(t);n?microtask((function(){var r={done:!1};try{n.call(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$9&&(PromiseConstructor=function(e){anInstance(this,PromiseConstructor,PROMISE),aFunction(e),Internal.call(this);var t=getInternalState$6(this);try{e(bind$1(internalResolve,t),bind$1(internalReject,t))}catch(e){internalReject(t,e)}},PromiseConstructorPrototype=PromiseConstructor.prototype,Internal=function(e){setInternalState$8(this,{type:PROMISE,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:PENDING,value:void 0})},Internal.prototype=redefineAll(PromiseConstructorPrototype,{then:function(e,t){var r=getInternalPromiseState(this),n=newPromiseCapability(speciesConstructor(this,PromiseConstructor));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=engineIsNode?process$1.domain:void 0,r.parent=!0,r.reactions.push(n),r.state!=PENDING&¬ify(r,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),OwnPromiseCapability=function(){var e=new Internal,t=getInternalState$6(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)},"function"==typeof nativePromiseConstructor&&NativePromisePrototype!==Object.prototype)){nativeThen=NativePromisePrototype.then,SUBCLASSING||(redefine(NativePromisePrototype,"then",(function(e,t){var r=this;return new PromiseConstructor((function(e,t){nativeThen.call(r,e,t)})).then(e,t)}),{unsafe:!0}),redefine(NativePromisePrototype,"catch",PromiseConstructorPrototype.catch,{unsafe:!0}));try{delete NativePromisePrototype.constructor}catch(e){}objectSetPrototypeOf&&objectSetPrototypeOf(NativePromisePrototype,PromiseConstructorPrototype)}_export({global:!0,wrap:!0,forced:FORCED$9},{Promise:PromiseConstructor}),setToStringTag(PromiseConstructor,PROMISE,!1),setSpecies(PROMISE),PromiseWrapper=getBuiltIn(PROMISE),_export({target:PROMISE,stat:!0,forced:FORCED$9},{reject:function(e){var t=newPromiseCapability(this);return t.reject.call(void 0,e),t.promise}}),_export({target:PROMISE,stat:!0,forced:FORCED$9},{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=aFunction(t.resolve),a=[],i=0,s=1;iterate(e,(function(e){var c=i++,u=!1;a.push(void 0),s++,r.call(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=aFunction(t.resolve);iterate(e,(function(e){o.call(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="function"==typeof 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)}}),"function"==typeof nativePromiseConstructor){var method=getBuiltIn("Promise").prototype.finally;nativePromiseConstructor.prototype.finally!==method&&redefine(nativePromiseConstructor.prototype,"finally",method,{unsafe:!0})}var nativeApply=getBuiltIn("Reflect","apply"),functionApply=Function.apply,OPTIONAL_ARGUMENTS_LIST=!fails((function(){nativeApply((function(){}))}));_export({target:"Reflect",stat:!0,forced:OPTIONAL_ARGUMENTS_LIST},{apply:function(e,t,r){return aFunction(e),anObject(r),nativeApply?nativeApply(e,t,r):functionApply.call(e,t,r)}});var slice=[].slice,factories={},construct=function(e,t,r){if(!(t in factories)){for(var n=[],o=0;ob)","string".charAt(5));return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$
c")})),defineProperty$5=objectDefineProperty.f,getOwnPropertyNames=objectGetOwnPropertyNames.f,enforceInternalState=internalState.enforce,MATCH$1=wellKnownSymbol("match"),NativeRegExp=global_1.RegExp,RegExpPrototype$4=NativeRegExp.prototype,IS_NCG=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,re1=/a/g,re2=/a/g,CORRECT_NEW=new NativeRegExp(re1)!==re1,UNSUPPORTED_Y$2=regexpStickyHelpers.UNSUPPORTED_Y,BASE_FORCED=descriptors&&(!CORRECT_NEW||UNSUPPORTED_Y$2||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=e.charAt(n))?a||"."!==t?("["===t?a=!0:"]"===t&&(a=!1),o+=t):o+="[\\s\\S]":o+=t+e.charAt(++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=e.charAt(n)))t+=e.charAt(++n);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:IS_NCG.test(e.slice(n+1))&&(n+=2,c=!0),o+=t,u++;continue;case">"===t&&c:if(""===l||has$2(i,l))throw new SyntaxError("Invalid capture group name");i[l]=!0,a.push([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=this instanceof RegExpWrapper,u=isRegexp(e),l=void 0===t,f=[],p=e;if(!c&&u&&l&&e.constructor===RegExpWrapper)return e;if((u||e instanceof RegExpWrapper)&&(e=e.source,l&&(t="flags"in p?p.flags:regexpFlags.call(p))),e=void 0===e?"":toString_1(e),t=void 0===t?"":toString_1(t),p=e,regexpUnsupportedDotAll&&"dotAll"in re1&&(n=!!t&&t.indexOf("s")>-1)&&(t=t.replace(/s/g,"")),r=t,UNSUPPORTED_Y$2&&"sticky"in re1&&(o=!!t&&t.indexOf("y")>-1)&&(t=t.replace(/y/g,"")),regexpUnsupportedNcg&&(e=(a=handleNCG(e))[0],f=a[1]),i=inheritIfRequired(NativeRegExp(e,t),c?this:RegExpPrototype$4,RegExpWrapper),(n||o||f.length)&&(s=enforceInternalState(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$4.constructor=RegExpWrapper,RegExpWrapper.prototype=RegExpPrototype$4,redefine(global_1,"RegExp",RegExpWrapper)}setSpecies("RegExp");var getInternalState$5=internalState.get,nativeExec=RegExp.prototype.exec,nativeReplace=shared("native-string-replace",String.prototype.replace),patchedExec=nativeExec,UPDATES_LAST_INDEX_WRONG=function(){var e=/a/,t=/b*/g;return nativeExec.call(e,"a"),nativeExec.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),UNSUPPORTED_Y$1=regexpStickyHelpers.UNSUPPORTED_Y||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$5(c),l=toString_1(e),f=u.raw;if(f)return f.lastIndex=c.lastIndex,t=patchedExec.call(f,l),c.lastIndex=f.lastIndex,t;var p=u.groups,d=UNSUPPORTED_Y$1&&c.sticky,h=regexpFlags.call(c),y=c.source,g=0,v=l;if(d&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),v=l.slice(c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==l.charAt(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=nativeExec.call(d?r:c,v),d?o?(o.input=o.input.slice(g),o[0]=o[0].slice(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&&nativeReplace.call(o[0],r,(function(){for(a=1;a=s?e?"":void 0:(n=a.charCodeAt(i))<55296||n>56319||i+1===s||(o=a.charCodeAt(i+1))<56320||o>57343?e?a.charAt(i):n:e?a.slice(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 notARegexp=function(e){if(isRegexp(e))throw TypeError("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,$endsWith="".endsWith,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=toLength(t.length),o=void 0===r?n:min$4(toLength(r),n),a=toString_1(e);return $endsWith?$endsWith.call(t,a,o):t.slice(o-a.length,o)===a}});var fromCharCode=String.fromCharCode,$fromCodePoint=String.fromCodePoint,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(t+" is not a valid code point");r.push(t<65536?fromCharCode(t):fromCharCode(55296+((t-=65536)>>10),t%1024+56320))}return r.join("")}}),_export({target:"String",proto:!0,forced:!correctIsRegexpLogic("includes")},{includes:function(e){return!!~toString_1(requireObjectCoercible(this)).indexOf(toString_1(notARegexp(e)),arguments.length>1?arguments[1]:void 0)}});var charAt$3=stringMultibyte.charAt,STRING_ITERATOR$1="String Iterator",setInternalState$7=internalState.set,getInternalState$4=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$4(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=charAt$3(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=/./[o],c=t(o,""[e],(function(e,t,r,n,o){var i=t.exec;return i===regexpExec||i===RegExpPrototype$2.exec?a&&!o?{done:!0,value:s.call(t,r,n)}:{done:!0,value:e.call(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$2=stringMultibyte.charAt,advanceStringIndex=function(e,t,r){return t+(r?charAt$2(e,t).length:1)},regexpExecAbstract=function(e,t){var r=e.exec;if("function"==typeof r){var n=r.call(e,t);if("object"!=typeof n)throw TypeError("RegExp exec method returned something other than an Object or null");return n}if("RegExp"!==classofRaw(e))throw TypeError("RegExp#exec called on incompatible receiver");return regexpExec.call(e,t)};fixRegexpWellKnownSymbolLogic("match",(function(e,t,r){return[function(t){var r=requireObjectCoercible(this),n=null==t?void 0:t[e];return void 0!==n?n.call(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 ceil=Math.ceil,createMethod=function(e){return function(t,r,n){var o,a,i=toString_1(requireObjectCoercible(t)),s=i.length,c=void 0===n?" ":toString_1(n),u=toLength(r);return u<=s||""==c?i:(o=u-s,(a=stringRepeat.call(c,ceil(o/c.length))).length>o&&(a=a.slice(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)}}),_export({target:"String",stat:!0},{raw:function(e){for(var t=toIndexedObject(e.raw),r=toLength(t.length),n=arguments.length,o=[],a=0;r>a;)o.push(toString_1(t[a++])),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$1.call(a,c,(function(a,c){var u;switch(c.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(i);case"<":u=o[c.slice(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]?c.charAt(1):n[f-1]+c.charAt(1):a}u=n[l-1]}return void 0===u?"":u}))},REPLACE$1=wellKnownSymbol("replace"),max$2=Math.max,min$3=Math.min,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:e[REPLACE$1];return void 0!==o?o.call(e,n,r):t.call(toString_1(n),e,r)},function(e,o){var a=anObject(this),i=toString_1(e);if("string"==typeof o&&-1===o.indexOf(n)&&-1===o.indexOf("$<")){var s=r(t,a,i,o);if(s.done)return s.value}var c="function"==typeof 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(f.push(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+=i.slice(h,v)+$,h=v+g.length)}return d+i.slice(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:t[e];return void 0!==n?n.call(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,arrayPush=[].push,min$2=Math.min,MAX_UINT32=4294967295,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 t.call(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=regexpExec.call(f,n))&&!((i=f.lastIndex)>l&&(c.push(n.slice(l,a.index)),a.length>1&&a.index=o));)f.lastIndex===a.index&&f.lastIndex++;return l===n.length?!s&&f.test("")||c.push(""):c.push(n.slice(l)),c.length>o?c.slice(0,o):c}:"0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:t.call(this,e,r)}:t,[function(t,r){var o=requireObjectCoercible(this),a=null==t?void 0:t[e];return void 0!==a?a.call(t,o,r):n.call(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 $startsWith?$startsWith.call(t,n,r):t.slice(r,r+n.length)===n}});var non="​…᠎",stringTrimForced=function(e){return fails((function(){return!!whitespaces[e]()||non[e]()!=non||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$6=stringTrimForced("trimEnd"),trimEnd=FORCED$6?function(){return $trimEnd(this)}:"".trimEnd;_export({target:"String",proto:!0,forced:FORCED$6},{trimEnd:trimEnd,trimRight:trimEnd});var $trimStart=stringTrim.start,FORCED$5=stringTrimForced("trimStart"),trimStart=FORCED$5?function(){return $trimStart(this)}:"".trimStart;_export({target:"String",proto:!0,forced:FORCED$5},{trimStart:trimStart,trimLeft:trimStart});var quot=/"/g,createHtml=function(e,t,r,n){var o=toString_1(requireObjectCoercible(e)),a="<"+t;return""!==r&&(a+=" "+r+'="'+toString_1(n).replace(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$3=global_1.Int8Array,Int8ArrayPrototype=Int8Array$3&&Int8Array$3.prototype,Uint8ClampedArray=global_1.Uint8ClampedArray,Uint8ClampedArrayPrototype=Uint8ClampedArray&&Uint8ClampedArray.prototype,TypedArray=Int8Array$3&&objectGetPrototypeOf(Int8Array$3),TypedArrayPrototype=Int8ArrayPrototype&&objectGetPrototypeOf(Int8ArrayPrototype),ObjectPrototype=Object.prototype,isPrototypeOf=ObjectPrototype.isPrototypeOf,TO_STRING_TAG$1=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_REQIRED=!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||has$2(TypedArrayConstructorsList,t)||has$2(BigIntArrayConstructorsList,t)},isTypedArray$1=function(e){if(!isObject$2(e))return!1;var t=classof(e);return has$2(TypedArrayConstructorsList,t)||has$2(BigIntArrayConstructorsList,t)},aTypedArray$m=function(e){if(isTypedArray$1(e))return e;throw TypeError("Target is not a typed array")},aTypedArrayConstructor$3=function(e){if(objectSetPrototypeOf&&!isPrototypeOf.call(TypedArray,e))throw TypeError("Target is not a typed array constructor");return e},exportTypedArrayMethod$n=function(e,t,r){if(descriptors){if(r)for(var n in TypedArrayConstructorsList){var o=global_1[n];if(o&&has$2(o.prototype,e))try{delete o.prototype[e]}catch(e){}}TypedArrayPrototype[e]&&!r||redefine(TypedArrayPrototype,e,r?t:NATIVE_ARRAY_BUFFER_VIEWS$1&&Int8ArrayPrototype[e]||t)}},exportTypedArrayStaticMethod$2=function(e,t,r){var n,o;if(descriptors){if(objectSetPrototypeOf){if(r)for(n in TypedArrayConstructorsList)if((o=global_1[n])&&has$2(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||"function"!=typeof TypedArray||TypedArray===Function.prototype)&&(TypedArray=function(){throw TypeError("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||TypedArrayPrototype===ObjectPrototype)&&(TypedArrayPrototype=TypedArray.prototype,NATIVE_ARRAY_BUFFER_VIEWS$1))for(NAME in TypedArrayConstructorsList)global_1[NAME]&&objectSetPrototypeOf(global_1[NAME].prototype,TypedArrayPrototype);if(NATIVE_ARRAY_BUFFER_VIEWS$1&&objectGetPrototypeOf(Uint8ClampedArrayPrototype)!==TypedArrayPrototype&&objectSetPrototypeOf(Uint8ClampedArrayPrototype,TypedArrayPrototype),descriptors&&!has$2(TypedArrayPrototype,TO_STRING_TAG$1))for(NAME in TYPED_ARRAY_TAG_REQIRED=!0,defineProperty$4(TypedArrayPrototype,TO_STRING_TAG$1,{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_REQIRED&&TYPED_ARRAY_TAG,aTypedArray:aTypedArray$m,aTypedArrayConstructor:aTypedArrayConstructor$3,exportTypedArrayMethod:exportTypedArrayMethod$n,exportTypedArrayStaticMethod:exportTypedArrayStaticMethod$2,isView:isView,isTypedArray:isTypedArray$1,TypedArray:TypedArray,TypedArrayPrototype:TypedArrayPrototype},NATIVE_ARRAY_BUFFER_VIEWS=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,ArrayBuffer$1=global_1.ArrayBuffer,Int8Array$2=global_1.Int8Array,typedArrayConstructorsRequireWrappers=!NATIVE_ARRAY_BUFFER_VIEWS||!fails((function(){Int8Array$2(1)}))||!fails((function(){new Int8Array$2(-1)}))||!checkCorrectnessOfIteration((function(e){new Int8Array$2,new Int8Array$2(null),new Int8Array$2(1.5),new Int8Array$2(e)}),!0)||fails((function(){return 1!==new Int8Array$2(new ArrayBuffer$1(2),1,void 0).length})),toPositiveInteger=function(e){var t=toInteger(e);if(t<0)throw RangeError("The argument can't be less than 0");return t},toOffset=function(e,t){var r=toPositiveInteger(e);if(r%t)throw RangeError("Wrong offset");return r},aTypedArrayConstructor$2=arrayBufferViewCore.aTypedArrayConstructor,typedArrayFrom=function(e){var t,r,n,o,a,i,s=toObject$1(e),c=arguments.length,u=c>1?arguments[1]:void 0,l=void 0!==u,f=getIteratorMethod(s);if(null!=f&&!isArrayIteratorMethod(f))for(i=(a=f.call(s)).next,s=[];!(o=i.call(a)).done;)s.push(o.value);for(l&&c>2&&(u=functionBindContext(u,arguments[2],2)),r=toLength(s.length),n=new(aTypedArrayConstructor$2(this))(r),t=0;r>t;t++)n[t]=l?u(s[t],t):s[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=arrayBuffer.DataView,f=arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS,p=arrayBufferViewCore.TYPED_ARRAY_CONSTRUCTOR,d=arrayBufferViewCore.TYPED_ARRAY_TAG,h=arrayBufferViewCore.TypedArray,y=arrayBufferViewCore.TypedArrayPrototype,g=arrayBufferViewCore.aTypedArrayConstructor,v=arrayBufferViewCore.isTypedArray,m="BYTES_PER_ELEMENT",_="Wrong length",b=function(e,t){for(var r=0,n=t.length,o=new(g(e))(n);n>r;)o[r]=t[r++];return o},S=function(e,t){a(e,t,{get:function(){return n(this)[t]}})},$=function(e){var t;return e instanceof u||"ArrayBuffer"==(t=classof(e))||"SharedArrayBuffer"==t},A=function(e,t){return v(e)&&!isSymbol(t)&&t in e&&isInteger(+t)&&t>=0},E=function(e,t){return t=toPropertyKey(t),A(e,t)?createPropertyDescriptor(2,e[t]):i(e,t)},O=function(e,t,r){return t=toPropertyKey(t),!(A(e,t)&&isObject$2(r)&&has$2(r,"value"))||has$2(r,"get")||has$2(r,"set")||r.configurable||has$2(r,"writable")&&!r.writable||has$2(r,"enumerable")&&!r.enumerable?a(e,t,r):(e[t]=r.value,e)};descriptors?(f||(objectGetOwnPropertyDescriptor.f=E,objectDefineProperty.f=O,S(y,"buffer"),S(y,"byteOffset"),S(y,"byteLength"),S(y,"length")),_export({target:"Object",stat:!0,forced:!f},{getOwnPropertyDescriptor:E,defineProperty:O}),e.exports=function(e,i,g){var S=e.match(/\d+$/)[0]/8,A=e+(g?"Clamped":"")+"Array",E="get"+e,O="set"+e,T=global_1[A],I=T,R=I&&I.prototype,P={},w=function(e,t){a(e,t,{get:function(){return function(e,t){var r=n(e);return r.view[E](t*S+r.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,r){var o=n(e);g&&(r=(r=s(r))<0?0:r>255?255:255&r),o.view[O](t*S+o.byteOffset,r,!0)}(this,t,e)},enumerable:!0})};f?typedArrayConstructorsRequireWrappers&&(I=i((function(e,t,r,n){return anInstance(e,I,A),inheritIfRequired(isObject$2(t)?$(t)?void 0!==n?new T(t,toOffset(r,S),n):void 0!==r?new T(t,toOffset(r,S)):new T(t):v(t)?b(I,t):typedArrayFrom.call(I,t):new T(toIndex(t)),e,I)})),objectSetPrototypeOf&&objectSetPrototypeOf(I,h),r(t(T),(function(e){e in I||createNonEnumerableProperty(I,e,T[e])})),I.prototype=R):(I=i((function(e,t,r,n){anInstance(e,I,A);var a,i,s,f=0,p=0;if(isObject$2(t)){if(!$(t))return v(t)?b(I,t):typedArrayFrom.call(I,t);a=t,p=toOffset(r,S);var d=t.byteLength;if(void 0===n){if(d%S)throw c(_);if((i=d-p)<0)throw c(_)}else if((i=toLength(n)*S)+p>d)throw c(_);s=i/S}else s=toIndex(t),a=new u(i=s*S);for(o(e,{buffer:a,byteOffset:p,byteLength:i,length:s,view:new l(a)});f2?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){return arrayFill.apply(aTypedArray$j(this),arguments)}));var arrayFromConstructorAndList=function(e,t){for(var r=0,n=t.length,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=es_array_iterator.values,arrayKeys$1=es_array_iterator.keys,arrayEntries=es_array_iterator.entries,aTypedArray$c=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$d=arrayBufferViewCore.exportTypedArrayMethod,nativeTypedArrayIterator=Uint8Array$2&&Uint8Array$2.prototype[ITERATOR$3],CORRECT_ITER_NAME=!!nativeTypedArrayIterator&&("values"==nativeTypedArrayIterator.name||null==nativeTypedArrayIterator.name),typedArrayValues=function(){return arrayValues.call(aTypedArray$c(this))};exportTypedArrayMethod$d("entries",(function(){return arrayEntries.call(aTypedArray$c(this))})),exportTypedArrayMethod$d("keys",(function(){return arrayKeys$1.call(aTypedArray$c(this))})),exportTypedArrayMethod$d("values",typedArrayValues,!CORRECT_ITER_NAME),exportTypedArrayMethod$d(ITERATOR$3,typedArrayValues,!CORRECT_ITER_NAME);var aTypedArray$b=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$c=arrayBufferViewCore.exportTypedArrayMethod,$join=[].join;exportTypedArrayMethod$c("join",(function(e){return $join.apply(aTypedArray$b(this),arguments)}));var aTypedArray$a=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$b=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$b("lastIndexOf",(function(e){return arrayLastIndexOf.apply(aTypedArray$a(this),arguments)}));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){return $reduce(aTypedArray$8(this),e,arguments.length,arguments.length>1?arguments[1]:void 0)}));var $reduceRight=arrayReduce.right,aTypedArray$7=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$8=arrayBufferViewCore.exportTypedArrayMethod;exportTypedArrayMethod$8("reduceRight",(function(e){return $reduceRight(aTypedArray$7(this),e,arguments.length,arguments.length>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=this.length,n=toObject$1(e),o=toLength(n.length),a=0;if(o+t>r)throw RangeError("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 aTypedArray$2=arrayBufferViewCore.aTypedArray,exportTypedArrayMethod$3=arrayBufferViewCore.exportTypedArrayMethod,Uint16Array=global_1.Uint16Array,nativeSort=Uint16Array&&Uint16Array.prototype.sort,ACCEPT_INCORRECT_ARGUMENTS=!!nativeSort&&!fails((function(){var e=new Uint16Array(2);e.sort(null),e.sort({})})),STABLE_SORT=!!nativeSort&&!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(516);for(e=0;e<516;e++)t=e%4,r[e]=515-e,n[e]=e-2*t+3;for(r.sort((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){var t=this;if(void 0!==e&&aFunction(e),STABLE_SORT)return nativeSort.call(t,e);aTypedArray$2(t);var r,n=toLength(t.length),o=Array(n);for(r=0;r1?arguments[1]:void 0,3);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:isPure},{filter:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aFunction(o.set);return iterate(r,(function(e,r){n(r,e,t)&&a.call(o,e,r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{find:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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:isPure},{findKey:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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 collectionFrom=function(e){var t,r,n,o,a=arguments.length,i=a>1?arguments[1]:void 0;return aFunction(this),(t=void 0!==i)&&aFunction(i),null==e?new this:(r=[],t?(n=0,o=functionBindContext(i,a>2?arguments[2]:void 0,2),iterate(e,(function(e){r.push(o(e,n++))}))):iterate(e,r.push,{that:r}),new this(r))};_export({target:"Map",stat:!0},{from:collectionFrom}),_export({target:"Map",stat:!0},{groupBy:function(e,t){var r=new this;aFunction(t);var n=aFunction(r.has),o=aFunction(r.get),a=aFunction(r.set);return iterate(e,(function(e){var i=t(e);n.call(r,i)?o.call(r,i).push(e):a.call(r,i,[e])})),r}});var sameValueZero=function(e,t){return e===t||e!=e&&t!=t};_export({target:"Map",proto:!0,real:!0,forced:isPure},{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},{keyBy:function(e,t){var r=new this;aFunction(t);var n=aFunction(r.set);return iterate(e,(function(e){n.call(r,t(e),e)})),r}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{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:isPure},{mapKeys:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aFunction(o.set);return iterate(r,(function(e,r){a.call(o,n(r,e,t),r)}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{mapValues:function(e){var t=anObject(this),r=getMapIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Map"))),a=aFunction(o.set);return iterate(r,(function(e,r){a.call(o,e,n(r,e,t))}),{AS_ENTRIES:!0,IS_ITERATOR:!0}),o}}),_export({target:"Map",proto:!0,real:!0,forced:isPure},{merge:function(e){for(var t=anObject(this),r=aFunction(t.set),n=arguments.length,o=0;o1?arguments[1]:void 0,3);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:isPure},{update:function(e,t){var r=anObject(this),n=arguments.length;aFunction(t);var o=r.has(e);if(!o&&n<3)throw TypeError("Updating absent value");var a=o?r.get(e):aFunction(n>2?arguments[2]:void 0)(e,r);return r.set(e,t(a,e,r)),r}});var min=Math.min,max$1=Math.max;_export({target:"Math",stat:!0},{clamp:function(e,t,r){return min(r,max$1(t,e))}}),_export({target:"Math",stat:!0},{DEG_PER_RAD:Math.PI/180});var RAD_PER_DEG=180/Math.PI;_export({target:"Math",stat:!0},{degrees:function(e){return e*RAD_PER_DEG}});var mathScale=Math.scale||function(e,t,r,n,o){return 0===arguments.length||e!=e||t!=t||r!=r||n!=n||o!=o?NaN:e===1/0||e===-1/0?e:(e-t)*(o-n)/(r-t)+n};_export({target:"Math",stat:!0},{fscale:function(e,t,r,n,o){return mathFround(mathScale(e,t,r,n,o))}}),_export({target:"Math",stat:!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},{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},{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},{RAD_PER_DEG:180/Math.PI});var DEG_PER_RAD=Math.PI/180;_export({target:"Math",stat:!0},{radians:function(e){return e*DEG_PER_RAD}}),_export({target:"Math",stat:!0},{scale:mathScale});var SEEDED_RANDOM="Seeded Random",SEEDED_RANDOM_GENERATOR=SEEDED_RANDOM+" Generator",setInternalState$5=internalState.set,getInternalState$3=internalState.getterFor(SEEDED_RANDOM_GENERATOR),SEED_TYPE_ERROR='Math.seededPRNG() argument should have a "seed" field with a finite value.',$SeededRandomGenerator=createIteratorConstructor((function(e){setInternalState$5(this,{type:SEEDED_RANDOM_GENERATOR,seed:e%2147483647})}),SEEDED_RANDOM,(function(){var e=getInternalState$3(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(SEED_TYPE_ERROR);return new $SeededRandomGenerator(t)}}),_export({target:"Math",stat:!0},{signbit:function(e){return(e=+e)==e&&0==e?1/e==-1/0:e<0}}),_export({target:"Math",stat:!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",valid=/^[\da-z]+$/;_export({target:"Number",stat:!0},{fromString:function(e,t){var r,n,o=1;if("string"!=typeof e)throw TypeError(INVALID_NUMBER_REPRESENTATION);if(!e.length)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if("-"==e.charAt(0)&&(o=-1,!(e=e.slice(1)).length))throw SyntaxError(INVALID_NUMBER_REPRESENTATION);if((r=void 0===t?10:toInteger(t))<2||r>36)throw RangeError(INVALID_RADIX);if(!valid.test(e)||(n=numberParseInt(e,r)).toString(r)!==e)throw SyntaxError(INVALID_NUMBER_REPRESENTATION);return o*n}});var getIterator=function(e){var t=getIteratorMethod(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return anObject(t.call(e))},defineProperty$1=objectDefineProperty.f,OBSERVABLE=wellKnownSymbol("observable"),getInternalState$2=internalState.get,setInternalState$4=internalState.set,getMethod=function(e){return null==e?void 0:aFunction(e)},cleanupSubscription=function(e){var t=e.cleanup;if(t){e.cleanup=void 0;try{t()}catch(e){hostReportErrors(e)}}},subscriptionClosed=function(e){return void 0===e.observer},close=function(e){var t=e.facade;if(!descriptors){t.closed=!0;var r=e.subscriptionObserver;r&&(r.closed=!0)}e.observer=void 0},Subscription=function(e,t){var r,n=setInternalState$4(this,{cleanup:void 0,observer:anObject(e),subscriptionObserver:void 0});descriptors||(this.closed=!1);try{(r=getMethod(e.start))&&r.call(e,this)}catch(e){hostReportErrors(e)}if(!subscriptionClosed(n)){var o=n.subscriptionObserver=new SubscriptionObserver(this);try{var a=t(o),i=a;null!=a&&(n.cleanup="function"==typeof a.unsubscribe?function(){i.unsubscribe()}:aFunction(a))}catch(e){return void o.error(e)}subscriptionClosed(n)&&cleanupSubscription(n)}};Subscription.prototype=redefineAll({},{unsubscribe:function(){var e=getInternalState$2(this);subscriptionClosed(e)||(close(e),cleanupSubscription(e))}}),descriptors&&defineProperty$1(Subscription.prototype,"closed",{configurable:!0,get:function(){return subscriptionClosed(getInternalState$2(this))}});var SubscriptionObserver=function(e){setInternalState$4(this,{subscription:e}),descriptors||(this.closed=!1)};SubscriptionObserver.prototype=redefineAll({},{next:function(e){var t=getInternalState$2(getInternalState$2(this).subscription);if(!subscriptionClosed(t)){var r=t.observer;try{var n=getMethod(r.next);n&&n.call(r,e)}catch(e){hostReportErrors(e)}}},error:function(e){var t=getInternalState$2(getInternalState$2(this).subscription);if(!subscriptionClosed(t)){var r=t.observer;close(t);try{var n=getMethod(r.error);n?n.call(r,e):hostReportErrors(e)}catch(e){hostReportErrors(e)}cleanupSubscription(t)}},complete:function(){var e=getInternalState$2(getInternalState$2(this).subscription);if(!subscriptionClosed(e)){var t=e.observer;close(e);try{var r=getMethod(t.complete);r&&r.call(t)}catch(e){hostReportErrors(e)}cleanupSubscription(e)}}}),descriptors&&defineProperty$1(SubscriptionObserver.prototype,"closed",{configurable:!0,get:function(){return subscriptionClosed(getInternalState$2(getInternalState$2(this).subscription))}});var $Observable=function(e){anInstance(this,$Observable,"Observable"),setInternalState$4(this,{subscriber:aFunction(e)})};redefineAll($Observable.prototype,{subscribe:function(e){var t=arguments.length;return new Subscription("function"==typeof e?{next:e,error:t>1?arguments[1]:void 0,complete:t>2?arguments[2]:void 0}:isObject$2(e)?e:{},getInternalState$2(this).subscriber)}}),redefineAll($Observable,{from:function(e){var t="function"==typeof this?this:$Observable,r=getMethod(anObject(e)[OBSERVABLE]);if(r){var n=anObject(r.call(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="function"==typeof this?this:$Observable,t=arguments.length,r=new Array(t),n=0;n1?arguments[1]:void 0,3);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:isPure},{filter:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aFunction(o.add);return iterate(r,(function(e){n(e,e,t)&&a.call(o,e)}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{find:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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},{from:collectionFrom}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{intersection:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set"))),n=aFunction(t.has),o=aFunction(r.add);return iterate(e,(function(e){n.call(t,e)&&o.call(r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{isDisjointFrom:function(e){var t=anObject(this),r=aFunction(t.has);return!iterate(e,(function(e,n){if(!0===r.call(t,e))return n()}),{INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{isSubsetOf:function(e){var t=getIterator(this),r=anObject(e),n=r.has;return"function"!=typeof n&&(r=new(getBuiltIn("Set"))(e),n=aFunction(r.has)),!iterate(t,(function(e,t){if(!1===n.call(r,e))return t()}),{IS_ITERATOR:!0,INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{isSupersetOf:function(e){var t=anObject(this),r=aFunction(t.has);return!iterate(e,(function(e,n){if(!1===r.call(t,e))return n()}),{INTERRUPTED:!0}).stopped}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{join:function(e){var t=anObject(this),r=getSetIterator(t),n=void 0===e?",":String(e),o=[];return iterate(r,o.push,{that:o,IS_ITERATOR:!0}),o.join(n)}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{map:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=new(speciesConstructor(t,getBuiltIn("Set"))),a=aFunction(o.add);return iterate(r,(function(e){a.call(o,n(e,e,t))}),{IS_ITERATOR:!0}),o}}),_export({target:"Set",stat:!0},{of:collectionOf}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{reduce:function(e){var t=anObject(this),r=getSetIterator(t),n=arguments.length<2,o=n?void 0:arguments[1];if(aFunction(e),iterate(r,(function(r){n?(n=!1,o=r):o=e(o,r,r,t)}),{IS_ITERATOR:!0}),n)throw TypeError("Reduce of empty set with no initial value");return o}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{some:function(e){var t=anObject(this),r=getSetIterator(t),n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3);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:isPure},{symmetricDifference:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t),n=aFunction(r.delete),o=aFunction(r.add);return iterate(e,(function(e){n.call(r,e)||o.call(r,e)})),r}}),_export({target:"Set",proto:!0,real:!0,forced:isPure},{union:function(e){var t=anObject(this),r=new(speciesConstructor(t,getBuiltIn("Set")))(t);return iterate(e,aFunction(r.add),{that:r}),r}});var charAt$1=stringMultibyte.charAt,FORCED$1=fails((function(){return"𠮷"!=="𠮷".at(0)}));_export({target:"String",proto:!0,forced:FORCED$1},{at:function(e){return charAt$1(this,e)}});var codeAt$1=stringMultibyte.codeAt,charAt=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(r,n),t.index+=e.length,{value:{codePoint:codeAt$1(e,0),position:n},done:!1})}));_export({target:"String",proto:!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,regExpBuiltinExec=RegExpPrototype$1.exec,nativeMatchAll="".matchAll,WORKS_WITH_NON_GLOBAL_REGEX=!!nativeMatchAll&&!fails((function(){"a".matchAll(/./)})),regExpExec=function(e,t){var r,n=e.exec;if("function"==typeof n){if("object"!=typeof(r=n.call(e,t)))throw TypeError("Incorrect exec result");return r}return regExpBuiltinExec.call(e,t)},$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=regExpExec(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)&&s instanceof RegExp&&!("flags"in RegExpPrototype$1)&&(r=regexpFlags.call(s)),n=void 0===r?"":toString_1(r),o=new t(t===RegExp?s.source:s,n),a=!!~n.indexOf("g"),i=!!~n.indexOf("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=requireObjectCoercible(this);if(null!=e){if(isRegexp(e)&&!~toString_1(requireObjectCoercible("flags"in RegExpPrototype$1?e.flags:regexpFlags.call(e))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(WORKS_WITH_NON_GLOBAL_REGEX)return nativeMatchAll.apply(n,arguments);if(void 0===(r=e[MATCH_ALL])&&isPure&&"RegExp"==classofRaw(e)&&(r=$matchAll),null!=r)return aFunction(r).call(e,n)}else if(WORKS_WITH_NON_GLOBAL_REGEX)return nativeMatchAll.apply(n,arguments);return t=toString_1(n),new RegExp(e,"g")[MATCH_ALL](t)}}),MATCH_ALL in RegExpPrototype$1||createNonEnumerableProperty(RegExpPrototype$1,MATCH_ALL,$matchAll);var REPLACE=wellKnownSymbol("replace"),RegExpPrototype=RegExp.prototype,max=Math.max,stringIndexOf=function(e,t,r){return r>e.length?-1:""===t?r:e.indexOf(t,r)};_export({target:"String",proto:!0},{replaceAll:function(e,t){var r,n,o,a,i,s,c,u=requireObjectCoercible(this),l=0,f=0,p="";if(null!=e){if(isRegexp(e)&&!~toString_1(requireObjectCoercible("flags"in RegExpPrototype?e.flags:regexpFlags.call(e))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(void 0!==(r=e[REPLACE]))return r.call(e,u,t)}for(n=toString_1(u),o=toString_1(e),(a="function"==typeof t)||(t=toString_1(t)),i=o.length,s=max(1,i),l=stringIndexOf(n,o,0);-1!==l;)c=a?toString_1(t(o,l,n)):getSubstitution(o,n,l,[],void 0,t),p+=n.slice(f,l)+c,f=l+i,l=stringIndexOf(n,o,l+s);return f1?arguments[1]:void 0)};for(var COLLECTION_NAME$1 in domIterables){var Collection$1=global_1[COLLECTION_NAME$1],CollectionPrototype$1=Collection$1&&Collection$1.prototype;if(CollectionPrototype$1&&CollectionPrototype$1.forEach!==arrayForEach)try{createNonEnumerableProperty(CollectionPrototype$1,"forEach",arrayForEach)}catch(e){CollectionPrototype$1.forEach=arrayForEach}}var ITERATOR$2=wellKnownSymbol("iterator"),TO_STRING_TAG=wellKnownSymbol("toStringTag"),ArrayValues=es_array_iterator.values;for(var COLLECTION_NAME in domIterables){var Collection=global_1[COLLECTION_NAME],CollectionPrototype=Collection&&Collection.prototype;if(CollectionPrototype){if(CollectionPrototype[ITERATOR$2]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR$2,ArrayValues)}catch(e){CollectionPrototype[ITERATOR$2]=ArrayValues}if(CollectionPrototype[TO_STRING_TAG]||createNonEnumerableProperty(CollectionPrototype,TO_STRING_TAG,COLLECTION_NAME),domIterables[COLLECTION_NAME])for(var METHOD_NAME in es_array_iterator)if(CollectionPrototype[METHOD_NAME]!==es_array_iterator[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,es_array_iterator[METHOD_NAME])}catch(e){CollectionPrototype[METHOD_NAME]=es_array_iterator[METHOD_NAME]}}}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){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,floor$1=Math.floor,stringFromCharCode=String.fromCharCode,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;n+=base)e=floor$1(e/baseMinusTMin);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;;d+=base){var h=d<=s?tMin:d>=s+tMax?tMax:d-s;if(p0?arguments[0]:void 0,l=this,f=[];if(setInternalState$1(l,{type:URL_SEARCH_PARAMS,entries:f,updateURL:function(){},updateSearchParams:updateSearchParams}),void 0!==u)if(isObject$2(u))if("function"==typeof(e=getIteratorMethod(u)))for(r=(t=e.call(u)).next;!(n=r.call(t)).done;){if((i=(a=(o=getIterator(anObject(n.value))).next).call(o)).done||(s=a.call(o)).done||!a.call(o).done)throw TypeError("Expected sequence with length 2");f.push({key:toString_1(i.value),value:toString_1(s.value)})}else for(c in u)has$2(u,c)&&f.push({key:c,value:toString_1(u[c])});else parseSearchParams(f,"string"==typeof u?"?"===u.charAt(0)?u.slice(1):u:toString_1(u))},URLSearchParamsPrototype=URLSearchParamsConstructor.prototype;if(redefineAll(URLSearchParamsPrototype,{append:function(e,t){validateArgumentsLength(arguments.length,2);var r=getInternalParamsState(this);r.entries.push({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;oe.key){o.splice(t,0,e);break}t===r&&o.push(e)}n.updateURL()},forEach:function(e){for(var t,r=getInternalParamsState(this).entries,n=functionBindContext(e,arguments.length>1?arguments[1]:void 0,3),o=0;o1?wrapRequestOptions(arguments[1]):{})}}),"function"==typeof NativeRequest){var RequestConstructor=function(e){return anInstance(this,RequestConstructor,"Request"),new NativeRequest(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},codeAt=stringMultibyte.codeAt,NativeURL=global_1.URL,URLSearchParams$1=web_urlSearchParams.URLSearchParams,getInternalSearchParamsState=web_urlSearchParams.getState,setInternalState=internalState.set,getInternalURLState=internalState.getterFor("URL"),floor=Math.floor,pow=Math.pow,INVALID_AUTHORITY="Invalid authority",INVALID_SCHEME="Invalid scheme",INVALID_HOST="Invalid host",INVALID_PORT="Invalid port",ALPHA=/[A-Za-z]/,ALPHANUMERIC=/[\d+-.A-Za-z]/,DIGIT=/\d/,HEX_START=/^0x/i,OCT=/^[0-7]+$/,DEC=/^\d+$/,HEX=/^[\dA-Fa-f]+$/,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,parseHost=function(e,t){var r,n,o;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return INVALID_HOST;if(!(r=parseIPv6(t.slice(1,-1))))return INVALID_HOST;e.host=r}else if(isSpecial(e)){if(t=stringPunycodeToAscii(t),FORBIDDEN_HOST_CODE_POINT.test(t))return INVALID_HOST;if(null===(r=parseIPv4(t)))return INVALID_HOST;e.host=r}else{if(FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(t))return INVALID_HOST;for(r="",n=arrayFrom(t),o=0;o4)return e;for(r=[],n=0;n1&&"0"==o.charAt(0)&&(a=HEX_START.test(o)?16:8,o=o.slice(8==a?1:2)),""===o)i=0;else{if(!(10==a?DEC:8==a?OCT:HEX).test(o))return e;i=parseInt(o,a)}r.push(i)}for(n=0;n=pow(256,5-t))return null}else if(i>255)return null;for(s=r.pop(),n=0;n6)return;for(n=0;p();){if(o=null,n>0){if(!("."==p()&&n<4))return;f++}if(!DIGIT.test(p()))return;for(;DIGIT.test(p());){if(a=parseInt(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++)t.unshift(e%256),e=floor(e/256);return t.join(".")}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+=e[r].toString(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&&!has$2(t,e)?e:encodeURIComponent(e)},specialSchemes={ftp:21,file:null,http:80,https:443,ws:80,wss:443},isSpecial=function(e){return has$2(specialSchemes,e.scheme)},includesCredentials=function(e){return""!=e.username||""!=e.password},cannotHaveUsernamePasswordPort=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},isWindowsDriveLetter=function(e,t){var r;return 2==e.length&&ALPHA.test(e.charAt(0))&&(":"==(r=e.charAt(1))||!t&&"|"==r)},startsWithWindowsDriveLetter=function(e){var t;return e.length>1&&isWindowsDriveLetter(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},shortenURLsPath=function(e){var t=e.path,r=t.length;!r||"file"==e.scheme&&1==r&&isWindowsDriveLetter(t[0],!0)||t.pop()},isSingleDot=function(e){return"."===e||"%2e"===e.toLowerCase()},isDoubleDot=function(e){return".."===(e=e.toLowerCase())||"%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={},parseURL=function(e,t,r,n){var o,a,i,s,c=r||SCHEME_START,u=0,l="",f=!1,p=!1,d=!1;for(r||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE,"")),t=t.replace(TAB_AND_NEW_LINE,""),o=arrayFrom(t);u<=o.length;){switch(a=o[u],c){case SCHEME_START:if(!a||!ALPHA.test(a)){if(r)return INVALID_SCHEME;c=NO_SCHEME;continue}l+=a.toLowerCase(),c=SCHEME;break;case SCHEME:if(a&&(ALPHANUMERIC.test(a)||"+"==a||"-"==a||"."==a))l+=a.toLowerCase();else{if(":"!=a){if(r)return INVALID_SCHEME;l="",c=NO_SCHEME,u=0;continue}if(r&&(isSpecial(e)!=has$2(specialSchemes,l)||"file"==l&&(includesCredentials(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=l,r)return void(isSpecial(e)&&specialSchemes[e.scheme]==e.port&&(e.port=null));l="","file"==e.scheme?c=FILE:isSpecial(e)&&n&&n.scheme==e.scheme?c=SPECIAL_RELATIVE_OR_AUTHORITY:isSpecial(e)?c=SPECIAL_AUTHORITY_SLASHES:"/"==o[u+1]?(c=PATH_OR_AUTHORITY,u++):(e.cannotBeABaseURL=!0,e.path.push(""),c=CANNOT_BE_A_BASE_URL_PATH)}break;case NO_SCHEME:if(!n||n.cannotBeABaseURL&&"#"!=a)return INVALID_SCHEME;if(n.cannotBeABaseURL&&"#"==a){e.scheme=n.scheme,e.path=n.path.slice(),e.query=n.query,e.fragment="",e.cannotBeABaseURL=!0,c=FRAGMENT;break}c="file"==n.scheme?FILE:RELATIVE;continue;case SPECIAL_RELATIVE_OR_AUTHORITY:if("/"!=a||"/"!=o[u+1]){c=RELATIVE;continue}c=SPECIAL_AUTHORITY_IGNORE_SLASHES,u++;break;case PATH_OR_AUTHORITY:if("/"==a){c=AUTHORITY;break}c=PATH;continue;case RELATIVE:if(e.scheme=n.scheme,a==EOF)e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.query=n.query;else if("/"==a||"\\"==a&&isSpecial(e))c=RELATIVE_SLASH;else if("?"==a)e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.query="",c=QUERY;else{if("#"!=a){e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.path.pop(),c=PATH;continue}e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,e.path=n.path.slice(),e.query=n.query,e.fragment="",c=FRAGMENT}break;case RELATIVE_SLASH:if(!isSpecial(e)||"/"!=a&&"\\"!=a){if("/"!=a){e.username=n.username,e.password=n.password,e.host=n.host,e.port=n.port,c=PATH;continue}c=AUTHORITY}else c=SPECIAL_AUTHORITY_IGNORE_SLASHES;break;case SPECIAL_AUTHORITY_SLASHES:if(c=SPECIAL_AUTHORITY_IGNORE_SLASHES,"/"!=a||"/"!=l.charAt(u+1))continue;u++;break;case SPECIAL_AUTHORITY_IGNORE_SLASHES:if("/"!=a&&"\\"!=a){c=AUTHORITY;continue}break;case AUTHORITY:if("@"==a){f&&(l="%40"+l),f=!0,i=arrayFrom(l);for(var h=0;h65535)return INVALID_PORT;e.port=isSpecial(e)&&v===specialSchemes[e.scheme]?null:v,l=""}if(r)return;c=PATH_START;continue}return INVALID_PORT}l+=a;break;case FILE:if(e.scheme="file","/"==a||"\\"==a)c=FILE_SLASH;else{if(!n||"file"!=n.scheme){c=PATH;continue}if(a==EOF)e.host=n.host,e.path=n.path.slice(),e.query=n.query;else if("?"==a)e.host=n.host,e.path=n.path.slice(),e.query="",c=QUERY;else{if("#"!=a){startsWithWindowsDriveLetter(o.slice(u).join(""))||(e.host=n.host,e.path=n.path.slice(),shortenURLsPath(e)),c=PATH;continue}e.host=n.host,e.path=n.path.slice(),e.query=n.query,e.fragment="",c=FRAGMENT}}break;case FILE_SLASH:if("/"==a||"\\"==a){c=FILE_HOST;break}n&&"file"==n.scheme&&!startsWithWindowsDriveLetter(o.slice(u).join(""))&&(isWindowsDriveLetter(n.path[0],!0)?e.path.push(n.path[0]):e.host=n.host),c=PATH;continue;case FILE_HOST:if(a==EOF||"/"==a||"\\"==a||"?"==a||"#"==a){if(!r&&isWindowsDriveLetter(l))c=PATH;else if(""==l){if(e.host="",r)return;c=PATH_START}else{if(s=parseHost(e,l))return s;if("localhost"==e.host&&(e.host=""),r)return;l="",c=PATH_START}continue}l+=a;break;case PATH_START:if(isSpecial(e)){if(c=PATH,"/"!=a&&"\\"!=a)continue}else if(r||"?"!=a)if(r||"#"!=a){if(a!=EOF&&(c=PATH,"/"!=a))continue}else e.fragment="",c=FRAGMENT;else e.query="",c=QUERY;break;case PATH:if(a==EOF||"/"==a||"\\"==a&&isSpecial(e)||!r&&("?"==a||"#"==a)){if(isDoubleDot(l)?(shortenURLsPath(e),"/"==a||"\\"==a&&isSpecial(e)||e.path.push("")):isSingleDot(l)?"/"==a||"\\"==a&&isSpecial(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&isWindowsDriveLetter(l)&&(e.host&&(e.host=""),l=l.charAt(0)+":"),e.path.push(l)),l="","file"==e.scheme&&(a==EOF||"?"==a||"#"==a))for(;e.path.length>1&&""===e.path[0];)e.path.shift();"?"==a?(e.query="",c=QUERY):"#"==a&&(e.fragment="",c=FRAGMENT)}else l+=percentEncode(a,pathPercentEncodeSet);break;case CANNOT_BE_A_BASE_URL_PATH:"?"==a?(e.query="",c=QUERY):"#"==a?(e.fragment="",c=FRAGMENT):a!=EOF&&(e.path[0]+=percentEncode(a,C0ControlPercentEncodeSet));break;case QUERY:r||"#"!=a?a!=EOF&&("'"==a&&isSpecial(e)?e.query+="%27":e.query+="#"==a?"%23":percentEncode(a,C0ControlPercentEncodeSet)):(e.fragment="",c=FRAGMENT);break;case FRAGMENT:a!=EOF&&(e.fragment+=percentEncode(a,fragmentPercentEncodeSet))}u++}},URLConstructor=function(e){var t,r,n=anInstance(this,URLConstructor,"URL"),o=arguments.length>1?arguments[1]:void 0,a=toString_1(e),i=setInternalState(n,{type:"URL"});if(void 0!==o)if(o instanceof URLConstructor)t=getInternalURLState(o);else if(r=parseURL(t={},toString_1(o)))throw TypeError(r);if(r=parseURL(i,a,null,t))throw TypeError(r);var s=i.searchParams=new URLSearchParams$1,c=getInternalSearchParamsState(s);c.updateSearchParams(i.query),c.updateURL=function(){i.query=String(s)||null},descriptors||(n.href=serializeURL.call(n),n.origin=getOrigin.call(n),n.protocol=getProtocol.call(n),n.username=getUsername.call(n),n.password=getPassword.call(n),n.host=getHost.call(n),n.hostname=getHostname.call(n),n.port=getPort.call(n),n.pathname=getPathname.call(n),n.search=getSearch.call(n),n.searchParams=getSearchParams.call(n),n.hash=getHash.call(n))},URLPrototype=URLConstructor.prototype,serializeURL=function(){var e=getInternalURLState(this),t=e.scheme,r=e.username,n=e.password,o=e.host,a=e.port,i=e.path,s=e.query,c=e.fragment,u=t+":";return null!==o?(u+="//",includesCredentials(e)&&(u+=r+(n?":"+n:"")+"@"),u+=serializeHost(o),null!==a&&(u+=":"+a)):"file"==t&&(u+="//"),u+=e.cannotBeABaseURL?i[0]:i.length?"/"+i.join("/"):"",null!==s&&(u+="?"+s),null!==c&&(u+="#"+c),u},getOrigin=function(){var e=getInternalURLState(this),t=e.scheme,r=e.port;if("blob"==t)try{return new URLConstructor(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&isSpecial(e)?t+"://"+serializeHost(e.host)+(null!==r?":"+r:""):"null"},getProtocol=function(){return getInternalURLState(this).scheme+":"},getUsername=function(){return getInternalURLState(this).username},getPassword=function(){return getInternalURLState(this).password},getHost=function(){var e=getInternalURLState(this),t=e.host,r=e.port;return null===t?"":null===r?serializeHost(t):serializeHost(t)+":"+r},getHostname=function(){var e=getInternalURLState(this).host;return null===e?"":serializeHost(e)},getPort=function(){var e=getInternalURLState(this).port;return null===e?"":String(e)},getPathname=function(){var e=getInternalURLState(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},getSearch=function(){var e=getInternalURLState(this).query;return e?"?"+e:""},getSearchParams=function(){return getInternalURLState(this).searchParams},getHash=function(){var e=getInternalURLState(this).fragment;return e?"#"+e:""},accessorDescriptor=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(descriptors&&objectDefineProperties(URLPrototype,{href:accessorDescriptor(serializeURL,(function(e){var t=getInternalURLState(this),r=toString_1(e),n=parseURL(t,r);if(n)throw TypeError(n);getInternalSearchParamsState(t.searchParams).updateSearchParams(t.query)})),origin:accessorDescriptor(getOrigin),protocol:accessorDescriptor(getProtocol,(function(e){var t=getInternalURLState(this);parseURL(t,toString_1(e)+":",SCHEME_START)})),username:accessorDescriptor(getUsername,(function(e){var t=getInternalURLState(this),r=arrayFrom(toString_1(e));if(!cannotHaveUsernamePasswordPort(t)){t.username="";for(var n=0;n"']/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,me=/^(?:0|[1-9]\d*)$/,_e=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,Se=/['\n\r\u2028\u2029\\]/g,$e="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ae="\\u2700-\\u27bf",Ee="a-z\\xdf-\\xf6\\xf8-\\xff",Oe="A-Z\\xc0-\\xd6\\xd8-\\xde",Te="\\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",Re="['’]",Pe="[\\ud800-\\udfff]",we="["+Ie+"]",Ce="["+$e+"]",xe="\\d+",Ne="[\\u2700-\\u27bf]",je="["+Ee+"]",De="[^\\ud800-\\udfff"+Ie+xe+Ae+Ee+Oe+"]",Me="\\ud83c[\\udffb-\\udfff]",Le="[^\\ud800-\\udfff]",ke="(?:\\ud83c[\\udde6-\\uddff]){2}",Fe="[\\ud800-\\udbff][\\udc00-\\udfff]",Ue="["+Oe+"]",Be="(?:"+je+"|"+De+")",Ge="(?:"+Ue+"|"+De+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",Ve="(?:['’](?:D|LL|M|RE|S|T|VE))?",We="(?:"+Ce+"|"+Me+")"+"?",Ke="[\\ufe0e\\ufe0f]?",ze=Ke+We+("(?:\\u200d(?:"+[Le,ke,Fe].join("|")+")"+Ke+We+")*"),Ye="(?:"+[Ne,ke,Fe].join("|")+")"+ze,qe="(?:"+[Le+Ce+"?",Ce,ke,Fe,Pe].join("|")+")",Xe=RegExp(Re,"g"),Je=RegExp(Ce,"g"),Ze=RegExp(Me+"(?="+Me+")|"+qe+ze,"g"),Qe=RegExp([Ue+"?"+je+"+"+He+"(?="+[we,Ue,"$"].join("|")+")",Ge+"+"+Ve+"(?="+[we,Ue+Be,"$"].join("|")+")",Ue+"?"+Be+"+"+He,Ue+"+"+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"+$e+Te+"]"),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[F]=ot[U]=ot[B]=ot[G]=!0,ot[g]=ot[v]=ot[x]=ot[m]=ot[N]=ot[_]=ot[b]=ot[S]=ot[A]=ot[E]=ot[O]=ot[I]=ot[R]=ot[P]=ot[C]=!1;var at={};at[g]=at[v]=at[x]=at[N]=at[m]=at[_]=at[j]=at[D]=at[M]=at[L]=at[k]=at[A]=at[E]=at[O]=at[I]=at[R]=at[P]=at[w]=at[F]=at[U]=at[B]=at[G]=!0,at[b]=at[S]=at[C]=!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,mt=gt&>.isDate,_t=gt&>.isMap,bt=gt&>.isRegExp,St=gt&>.isSet,$t=gt&>.isTypedArray;function At(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 Et(e,t,r,n){for(var o=-1,a=null==e?0:e.length;++o-1}function wt(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--&&Ft(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,$e=t.Date,Ae=t.Error,Ee=t.Function,Oe=t.Math,Te=t.Object,Ie=t.RegExp,Re=t.String,Pe=t.TypeError,we=ae.prototype,Ce=Ee.prototype,xe=Te.prototype,Ne=t["__core-js_shared__"],je=Ce.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,Fe=je.call(Te),Ue=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(Te.getPrototypeOf,Te),ze=Te.create,Ye=xe.propertyIsEnumerable,qe=we.splice,Ze=He?He.isConcatSpreadable:r,et=He?He.iterator:r,it=He?He.toStringTag:r,ut=function(){try{var e=da(Te,"defineProperty");return e({},"",{}),e}catch(e){}}(),lt=t.clearTimeout!==ft.clearTimeout&&t.clearTimeout,pt=$e&&$e.now!==ft.Date.now&&$e.now,dt=t.setTimeout!==ft.setTimeout&&t.setTimeout,yt=Oe.ceil,gt=Oe.floor,Mt=Te.getOwnPropertySymbols,Vt=Ge?Ge.isBuffer:r,yr=t.isFinite,gr=we.join,vr=ir(Te.keys,Te),mr=Oe.max,_r=Oe.min,br=$e.now,Sr=t.parseInt,$r=Oe.random,Ar=we.reverse,Er=da(t,"DataView"),Or=da(t,"Map"),Tr=da(t,"Promise"),Ir=da(t,"Set"),Rr=da(t,"WeakMap"),Pr=da(Te,"create"),wr=Rr&&new Rr,Cr={},xr=Ua(Er),Nr=Ua(Or),jr=Ua(Tr),Dr=Ua(Ir),Mr=Ua(Rr),Lr=He?He.prototype:r,kr=Lr?Lr.valueOf:r,Fr=Lr?Lr.toString:r;function Ur(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 Co(e,s)}else{var p=ga(e),d=p==S||p==$;if(Xi(e))return Oo(e,c);if(p==O||p==g||d&&!a){if(s=u||d?{}:ma(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 To(e);case m:case _:return new n(+e);case N:return function(e,t){var r=t?To(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 F:case U:case B:case G:return Io(e,r);case A:return new n;case E:case P: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 R:return new n;case w:return o=e,kr?Te(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 Ot(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=Te(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 Pe(n);return Na((function(){e.apply(r,o)}),t)}function pn(e,t,r,n){var o=-1,a=Pt,i=!0,s=e.length,c=[],u=t.length;if(!s)return c;r&&(t=Ct(t,qt(r))),n?(a=wt,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(Or||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(!Or||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(Sn),hn=Do($n,!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?mn(s,t-1,r,n,o):xt(o,s):n||(o[o.length]=s)}return o}var _n=Mo(),bn=Mo(!0);function Sn(e,t){return e&&_n(e,t,Ns)}function $n(e,t){return e&&bn(e,t,Ns)}function An(e,t){return Rt(t,(function(t){return Qi(e[t])}))}function En(e,t){for(var n=0,o=(t=So(t,e)).length;null!=e&&nt}function Rn(e,t){return null!=e&&De.call(e,t)}function Pn(e,t){return null!=e&&t in Te(e)}function wn(e,t,n){for(var o=n?wt:Pt,a=e[0].length,i=e.length,s=i,c=ae(i),u=1/0,l=[];s--;){var f=e[s];s&&t&&(f=Ct(f,qt(t))),u=_r(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($r()*(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(Ra(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=So(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 Eo=lt||function(e){return ft.clearTimeout(e)};function Oo(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 To(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function Io(e,t){var r=t?To(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Ro(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&&Sa(n[0],n[1],s)&&(i=a<3?r:i,a=1),t=Te(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 Pe(n);if(i&&!c&&"wrapper"==ca(s))var c=new Hr([],!0)}for(a=c?a:o;++a1&&m.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 Ot(y,(function(r){var n="_."+r[0];t&r[1]&&!Pt(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=Ur(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 mi=Uo(Wa),_i=Uo(Ka);function bi(e,t){return(Ki(e)?Ot:dn)(e,la(t,3))}function Si(e,t){return(Ki(e)?Tt:hn)(e,la(t,3))}var $i=No((function(e,t,r){De.call(e,r)?e[r].push(t):an(e,r,[t])}));var Ai=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?At(t,e,r):Cn(e,t,r)})),a})),Ei=No((function(e,t,r){an(e,r,t)}));function Oi(e,t){return(Ki(e)?Ct:Un)(e,la(t,3))}var Ti=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&&Sa(e,t[0],t[1])?t=[]:r>2&&Sa(t[0],t[1],t[2])&&(t=[t[0]]),Wn(e,mn(t,1),[])})),Ri=pt||function(){return ft.Date.now()};function Pi(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,Qo(e,u,r,r,r,r,t)}function wi(e,t){var o;if("function"!=typeof t)throw new Pe(n);return e=gs(e),function(){return--e>0&&(o=t.apply(this,arguments)),e<=1&&(t=r),o}}var Ci=Jn((function(e,t,r){var n=1;if(r.length){var o=sr(r,ua(Ci));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 Pe(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(m,t),p?y(e):c}function v(e){var n=e-l;return l===r||n>=t||n<0||d&&e-f>=s}function m(){var e=Ri();if(v(e))return _(e);u=Na(m,function(e){var r=t-(e-l);return d?_r(r,s-(e-f)):r}(e))}function _(e){return u=r,h&&a?y(e):(a=i=r,c)}function b(){var e=Ri(),n=v(e);if(a=arguments,i=this,l=e,n){if(u===r)return g(l);if(d)return Eo(u),u=Na(m,t),y(l)}return u===r&&(u=Na(m,t)),c}return t=ms(t)||0,rs(o)&&(p=!!o.leading,s=(d="maxWait"in o)?mr(ms(o.maxWait)||0,t):s,h="trailing"in o?!!o.trailing:h),b.cancel=function(){u!==r&&Eo(u),f=0,a=l=i=u=r},b.flush=function(){return u===r?c:_(Ri())},b}var ji=Jn((function(e,t){return fn(e,1,t)})),Di=Jn((function(e,t,r){return fn(e,ms(t)||0,r)}));function Mi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Pe(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 Pe(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=$o((function(e,t){var r=(t=1==t.length&&Ki(t[0])?Ct(t[0],qt(la())):Ct(mn(t,1),qt(la()))).length;return Jn((function(n){for(var o=-1,a=_r(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)&&Tn(e)==x};function Yi(e){return null!=e&&ts(e.length)&&!Qi(e)}function qi(e){return ns(e)&&Yi(e)}var Xi=Vt||mc,Ji=mt?qt(mt):function(e){return ns(e)&&Tn(e)==_};function Zi(e){if(!ns(e))return!1;var t=Tn(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=Tn(e);return t==S||t==$||"[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=_t?qt(_t):function(e){return ns(e)&&ga(e)==A};function as(e){return"number"==typeof e||ns(e)&&Tn(e)==E}function is(e){if(!ns(e)||Tn(e)!=O)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)==Fe}var ss=bt?qt(bt):function(e){return ns(e)&&Tn(e)==I};var cs=St?qt(St):function(e){return ns(e)&&ga(e)==R};function us(e){return"string"==typeof e||!Ki(e)&&ns(e)&&Tn(e)==P}function ls(e){return"symbol"==typeof e||ns(e)&&Tn(e)==w}var fs=$t?qt($t):function(e){return ns(e)&&ts(e.length)&&!!ot[Tn(e)]};var ps=Yo(Fn),ds=Yo((function(e,t){return e<=t}));function hs(e){if(!e)return[];if(Yi(e))return us(e)?fr(e):Co(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==A?ar:t==R?cr:Gs)(e)}function ys(e){return e?(e=ms(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 ms(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 _s(e){return xo(e,js(e))}function bs(e){return null==e?"":lo(e)}var Ss=jo((function(e,t){if(Oa(t)||Yi(t))xo(t,Ns(t),e);else for(var r in t)De.call(t,r)&&tn(e,r,t[r])})),$s=jo((function(e,t){xo(t,js(t),e)})),As=jo((function(e,t,r,n){xo(t,js(t),e,n)})),Es=jo((function(e,t,r,n){xo(t,Ns(t),e,n)})),Os=oa(sn);var Ts=Jn((function(e,t){e=Te(e);var n=-1,o=t.length,a=o>2?t[2]:r;for(a&&Sa(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 Ps(e,r)}))}(e,t)}));function Fs(e,t){if(null==e)return{};var r=Ct(ia(e),(function(e){return[e]}));return t=la(t),Kn(e,r,(function(e,r){return t(e,r[0])}))}var Us=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(_e,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 At(e,r,t)}catch(e){return Zi(e)?e:new Ae(e)}})),tc=oa((function(e,t){return Ot(t,(function(t){t=Fa(t),an(e,t,Ci(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 Cn(r,e,t)}})),cc=Jn((function(e,t){return function(r){return Cn(e,r,t)}}));function uc(e,t,r){var n=Ns(t),o=An(t,n);null!=r||rs(t)&&(o.length||!n.length)||(r=t,t=e,e=this,o=An(t,Ns(t)));var a=!(rs(r)&&"chain"in r&&!r.chain),i=Qi(e);return Ot(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__=Co(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(Ct),pc=Wo(It),dc=Wo(Dt);function hc(e){return $a(e)?Ht(Fa(e)):function(e){return function(t){return En(t,e)}}(e)}var yc=zo(),gc=zo(!0);function vc(){return[]}function mc(){return!1}var _c=Vo((function(e,t){return e+t}),0),bc=Xo("ceil"),Sc=Vo((function(e,t){return e/t}),1),$c=Xo("floor");var Ac,Ec=Vo((function(e,t){return e*t}),1),Oc=Xo("round"),Tc=Vo((function(e,t){return e-t}),0);return Ur.after=function(e,t){if("function"!=typeof t)throw new Pe(n);return e=gs(e),function(){if(--e<1)return t.apply(this,arguments)}},Ur.ary=Pi,Ur.assign=Ss,Ur.assignIn=$s,Ur.assignInWith=As,Ur.assignWith=Es,Ur.at=Os,Ur.before=wi,Ur.bind=Ci,Ur.bindAll=tc,Ur.bindKey=xi,Ur.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ki(e)?e:[e]},Ur.chain=hi,Ur.chunk=function(e,t,n){t=(n?Sa(e,t,n):t===r)?1:mr(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)?Ao(fr(e),0,n):e.split(t,n):[]},Ur.spread=function(e,t){if("function"!=typeof e)throw new Pe(n);return t=null==t?0:mr(gs(t),0),Jn((function(r){var n=r[t],o=Ao(r,0,t);return n&&xt(o,n),At(e,this,o)}))},Ur.tail=function(e){var t=null==e?0:e.length;return t?oo(e,1,t):[]},Ur.take=function(e,t,n){return e&&e.length?oo(e,0,(t=n||t===r?1:gs(t))<0?0:t):[]},Ur.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):[]},Ur.takeRightWhile=function(e,t){return e&&e.length?yo(e,la(t,3),!1,!0):[]},Ur.takeWhile=function(e,t){return e&&e.length?yo(e,la(t,3)):[]},Ur.tap=function(e,t){return t(e),e},Ur.throttle=function(e,t,r){var o=!0,a=!0;if("function"!=typeof e)throw new Pe(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})},Ur.thru=yi,Ur.toArray=hs,Ur.toPairs=Us,Ur.toPairsIn=Bs,Ur.toPath=function(e){return Ki(e)?Ct(e,Fa):ls(e)?[e]:Co(ka(bs(e)))},Ur.toPlainObject=_s,Ur.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?Ot:Sn)(e,(function(e,n,o){return t(r,e,n,o)})),r},Ur.unary=function(e){return Pi(e,1)},Ur.union=ni,Ur.unionBy=oi,Ur.unionWith=ai,Ur.uniq=function(e){return e&&e.length?fo(e):[]},Ur.uniqBy=function(e,t){return e&&e.length?fo(e,la(t,2)):[]},Ur.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?fo(e,r,t):[]},Ur.unset=function(e,t){return null==e||po(e,t)},Ur.unzip=ii,Ur.unzipWith=si,Ur.update=function(e,t,r){return null==e?e:ho(e,t,bo(r))},Ur.updateWith=function(e,t,n,o){return o="function"==typeof o?o:r,null==e?e:ho(e,t,bo(n),o)},Ur.values=Gs,Ur.valuesIn=function(e){return null==e?[]:Xt(e,js(e))},Ur.without=ci,Ur.words=Qs,Ur.wrap=function(e,t){return Fi(bo(t),e)},Ur.xor=ui,Ur.xorBy=li,Ur.xorWith=fi,Ur.zip=pi,Ur.zipObject=function(e,t){return mo(e||[],t||[],tn)},Ur.zipObjectDeep=function(e,t){return mo(e||[],t||[],eo)},Ur.zipWith=di,Ur.entries=Us,Ur.entriesIn=Bs,Ur.extend=$s,Ur.extendWith=As,uc(Ur,Ur),Ur.add=_c,Ur.attempt=ec,Ur.camelCase=Hs,Ur.capitalize=Vs,Ur.ceil=bc,Ur.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=ms(n))==n?n:0),t!==r&&(t=(t=ms(t))==t?t:0),cn(ms(e),t,n)},Ur.clone=function(e){return un(e,4)},Ur.cloneDeep=function(e){return un(e,5)},Ur.cloneDeepWith=function(e,t){return un(e,5,t="function"==typeof t?t:r)},Ur.cloneWith=function(e,t){return un(e,4,t="function"==typeof t?t:r)},Ur.conformsTo=function(e,t){return null==t||ln(e,t,Ns(t))},Ur.deburr=Ws,Ur.defaultTo=function(e,t){return null==e||e!=e?t:e},Ur.divide=Sc,Ur.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},Ur.eq=Gi,Ur.escape=function(e){return(e=bs(e))&&q.test(e)?e.replace(z,rr):e},Ur.escapeRegExp=function(e){return(e=bs(e))&&ne.test(e)?e.replace(re,"\\$&"):e},Ur.every=function(e,t,n){var o=Ki(e)?It:yn;return n&&Sa(e,t,n)&&(t=r),o(e,la(t,3))},Ur.find=mi,Ur.findIndex=Wa,Ur.findKey=function(e,t){return Lt(e,la(t,3),Sn)},Ur.findLast=_i,Ur.findLastIndex=Ka,Ur.findLastKey=function(e,t){return Lt(e,la(t,3),$n)},Ur.floor=$c,Ur.forEach=bi,Ur.forEachRight=Si,Ur.forIn=function(e,t){return null==e?e:_n(e,la(t,3),js)},Ur.forInRight=function(e,t){return null==e?e:bn(e,la(t,3),js)},Ur.forOwn=function(e,t){return e&&Sn(e,la(t,3))},Ur.forOwnRight=function(e,t){return e&&$n(e,la(t,3))},Ur.get=Rs,Ur.gt=Hi,Ur.gte=Vi,Ur.has=function(e,t){return null!=e&&va(e,t,Rn)},Ur.hasIn=Ps,Ur.head=Ya,Ur.identity=ac,Ur.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=mr(o+r,0)),us(e)?r<=o&&e.indexOf(t,r)>-1:!!o&&Ft(e,t,r)>-1},Ur.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=mr(n+o,0)),Ft(e,t,o)},Ur.inRange=function(e,t,n){return t=ys(t),n===r?(n=t,t=0):n=ys(n),function(e,t,r){return e>=_r(t,r)&&e=-9007199254740991&&e<=p},Ur.isSet=cs,Ur.isString=us,Ur.isSymbol=ls,Ur.isTypedArray=fs,Ur.isUndefined=function(e){return e===r},Ur.isWeakMap=function(e){return ns(e)&&ga(e)==C},Ur.isWeakSet=function(e){return ns(e)&&"[object WeakSet]"==Tn(e)},Ur.join=function(e,t){return null==e?"":gr.call(e,t)},Ur.kebabCase=Ks,Ur.last=Za,Ur.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?mr(o+a,0):_r(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)},Ur.lowerCase=zs,Ur.lowerFirst=Ys,Ur.lt=ps,Ur.lte=ds,Ur.max=function(e){return e&&e.length?gn(e,ac,In):r},Ur.maxBy=function(e,t){return e&&e.length?gn(e,la(t,2),In):r},Ur.mean=function(e){return Gt(e,ac)},Ur.meanBy=function(e,t){return Gt(e,la(t,2))},Ur.min=function(e){return e&&e.length?gn(e,ac,Fn):r},Ur.minBy=function(e,t){return e&&e.length?gn(e,la(t,2),Fn):r},Ur.stubArray=vc,Ur.stubFalse=mc,Ur.stubObject=function(){return{}},Ur.stubString=function(){return""},Ur.stubTrue=function(){return!0},Ur.multiply=Ec,Ur.nth=function(e,t){return e&&e.length?Vn(e,gs(t)):r},Ur.noConflict=function(){return ft._===this&&(ft._=Ue),this},Ur.noop=lc,Ur.now=Ri,Ur.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)},Ur.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=$r();return _r(e+a*(t-e+st("1e-"+((a+"").length-1))),t)}return qn(e,t)},Ur.reduce=function(e,t,r){var n=Ki(e)?Nt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,dn)},Ur.reduceRight=function(e,t,r){var n=Ki(e)?jt:Wt,o=arguments.length<3;return n(e,la(t,4),r,o,hn)},Ur.repeat=function(e,t,n){return t=(n?Sa(e,t,n):t===r)?1:gs(t),Xn(bs(e),t)},Ur.replace=function(){var e=arguments,t=bs(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Ur.result=function(e,t,n){var o=-1,a=(t=So(t,e)).length;for(a||(a=1,e=r);++op)return[];var r=h,n=_r(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?Ao(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},Ur.unescape=function(e){return(e=bs(e))&&Y.test(e)?e.replace(K,dr):e},Ur.uniqueId=function(e){var t=++Me;return bs(e)+t},Ur.upperCase=Js,Ur.upperFirst=Zs,Ur.each=bi,Ur.eachRight=Si,Ur.first=Ya,uc(Ur,(Ac={},Sn(Ur,(function(e,t){De.call(Ur.prototype,t)||(Ac[t]=e)})),Ac),{chain:!1}),Ur.VERSION="4.17.21",Ot(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Ur[e].placeholder=Ur})),Ot(["drop","take"],(function(e,t){Vr.prototype[e]=function(n){n=n===r?1:mr(gs(n),0);var o=this.__filtered__&&!t?new Vr(this):this.clone();return o.__filtered__?o.__takeCount__=_r(n,o.__takeCount__):o.__views__.push({size:_r(n,h),type:e+(o.__dir__<0?"Right":"")}),o},Vr.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Ot(["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}})),Ot(["head","last"],(function(e,t){var r="take"+(t?"Right":"");Vr.prototype[e]=function(){return this[r](1).value()[0]}})),Ot(["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 Cn(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)},Sn(Vr.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),a=Ur[o?"take"+("last"==t?"Right":""):t],i=o||/^find/.test(t);a&&(Ur.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(Ur,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)})})),Ot(["pop","push","shift","sort","splice","unshift"],(function(e){var t=we[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Ur.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)}))}})),Sn(Vr.prototype,(function(e,t){var r=Ur[t];if(r){var n=r.name+"";De.call(Cr,n)||(Cr[n]=[]),Cr[n].push({name:t,func:r})}})),Cr[Go(r,2).name]=[{name:"wrapper",func:r}],Vr.prototype.clone=function(){var e=new Vr(this.__wrapped__);return e.__actions__=Co(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Co(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Co(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__++]}},Ur.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},Ur.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)},Ur.prototype.toJSON=Ur.prototype.valueOf=Ur.prototype.value=function(){return go(this.__wrapped__,this.__actions__)},Ur.prototype.first=Ur.prototype.head,et&&(Ur.prototype[et]=function(){return this}),Ur}();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)}))}}]),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=$(''),A=$(''),E=$(''),O=$(''),T=$(y),I=$(g),R=null,P=function(){R.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(''),R.find(".modal-body").append(e),R.find(".modal-body").append("

"+n+"

"),""!==i&&R.find("form").append('')}();try{e.fnOnShow}catch(e){}})),R.on("shown.bs.modal",(function(){R.find(".selector--button-confirm").off("click.confirmdeletesubmit").on("click.confirmdeletesubmit",(function(e){e.preventDefault(),s?LS.AjaxHelper.ajax({url:r,type:"POST",data:R.find("form").serialize(),success:function(e,t){"true"!=c?R.modal("hide"):R.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){R.find(".modal-body").empty().html(e.responseText),console.ls.log(e)}}):(R.find("form").trigger("submit"),R.modal("close"))})),e.fnOnShown.call(this)})),R.on("hide.bs.modal",e.fnOnHide),R.on("hidden.bs.modal",(function(){!0===e.removeOnClose&&R.find(".modal-body").html(" ");try{e.fnOnHidden}catch(e){}})),R.on("loaded.ls.remotemodal",e.fnOnLoaded)},w=function(){t.on("click.confirmmodal",(function(){R.modal("toggle")}))};!function(){"yes"!=t.data("confirm-modal-appended")&&(!function(){var e=_.clone();if(e.append(A.clone()),""!==o){var t=b.clone();S.text(o),t.append(O.clone()),t.append(S),e.prepend(t)}var r=E.clone();r.append(T.clone()),r.append(I.clone()),e.append(r),(R=v.clone()).append(m.clone().append(e))}(),R.appendTo($(h)),w.call(this),P.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)}};e={adminCore:{refresh: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()},onload:a,appendToLoad:i,addToNamespace: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)}}},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 ae0f8d71f2e..5f5dda91189 100644 --- a/assets/packages/adminbasics/build/adminbasics.rtl.css +++ b/assets/packages/adminbasics/build/adminbasics.rtl.css @@ -1,8 +1,4 @@ @charset "UTF-8"; -#cpdbatt { - min-height: 100px; -} - /** * Lime Admin Common CSS File * @@ -4187,6 +4183,123 @@ table.dataTable thead .sorting_desc:after { padding-left: 0; } +.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; +} + .draggable-container { min-height: 300px; } @@ -4294,6 +4407,10 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { min-height: 100px; } +#cpdbatt { + min-height: 100px; +} + #selectable .ui-selecting { background: #8CCE00; } @@ -4374,123 +4491,6 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled { padding-bottom: 15px; } -.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; -} - .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; diff --git a/assets/packages/adminbasics/build/adminbasics.rtl.min.css b/assets/packages/adminbasics/build/adminbasics.rtl.min.css index 50a14bd485c..f4b1e87264a 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:0.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,0.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:0.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_contents{width:650px}.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:0.5;border:none}div.panel.disabled *{opacity:0.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:0.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:white;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 #666666}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:#bbbbbb}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:#bbbbbb}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 #666666;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:#bbbbbb}input[type="checkbox"]:disabled:checked:after,.checkbox input[type="checkbox"]:disabled:checked:after,.checkbox-inline input[type="checkbox"]:disabled:checked:after{background-color:#bbbbbb;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:0.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,0.16),0 2px 10px 0 rgba(0,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:#ffffff;border:1px solid #cccccc;box-shadow:inset 0 1px 1px rgba(0,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,0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.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,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.ui-jqgrid-title{padding:1em 1em 1em 0em;font-style:italic;font-weight:700}.ui-pg-button{padding:0.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,0.16),0 2px 10px 0 rgba(0,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:"\f00d"}.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:0.15s linear 0.82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(-120deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(-180deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(-240deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(-300deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(-360deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.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:0.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-right:0.5em;padding-top:0.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:0.1em;padding-right:0.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:0.9em;padding-right:0.5em;padding-top:0.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,0.16),0 2px 10px 0 rgba(0,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:#f00;background-color:#0f0;border:solid black 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:0.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:0.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #cccccc}#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:black}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:white}.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:white;background-color:white}#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:0.5em;padding:0.3em 0.4em 0.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:"\f0dc" !important}table.dataTable thead .sorting_asc:after{content:"\f0de" !important}table.dataTable thead .sorting_desc:after{content:"\f0dd" !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}#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}#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:#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}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-right:0.75%;margin-left:0.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}.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:#999999;font-size:12px;text-align:left}.grid-view-ls.grid-view-loading{background:url(/application/extensions/bootstrap/assets/img/loader.gif) no-repeat 0% 10px}.grid-view-ls.grid-view-loading .table{opacity:0.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:0.5em}.fa-1x.halfed{font-size:0.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:0.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 0.2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite 0.6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1.0s}.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} +#cpdbatt{min-height:100px}.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:#999999;font-size:12px;text-align:left}.grid-view-ls.grid-view-loading{background:url(/application/extensions/bootstrap/assets/img/loader.gif) no-repeat 0% 10px}.grid-view-ls.grid-view-loading .table{opacity:0.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:0.5em}.fa-1x.halfed{font-size:0.5em}.contain-pulse{display:flex;flex-flow:row wrap;justify-content:center;align-content:bottom;height:3em}.square{background:#0f3e12;border-radius:0.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 0.2s}.animate-pulse .square:nth-of-type(2){animation:pulse ease-in-out 1.8s infinite 0.6s}.animate-pulse .square:nth-of-type(3){animation:pulse ease-in-out 1.8s infinite 1.0s}.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}#ls-loading{width:100%;height:100%;top:0;right:0;position:fixed;display:block;opacity:0.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,0.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:0.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_contents{width:650px}.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:0.5;border:none}div.panel.disabled *{opacity:0.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:0.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:white;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 #666666}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:#bbbbbb}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:#bbbbbb}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 #666666;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:#bbbbbb}input[type="checkbox"]:disabled:checked:after,.checkbox input[type="checkbox"]:disabled:checked:after,.checkbox-inline input[type="checkbox"]:disabled:checked:after{background-color:#bbbbbb;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:0.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,0.16),0 2px 10px 0 rgba(0,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:#ffffff;border:1px solid #cccccc;box-shadow:inset 0 1px 1px rgba(0,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,0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.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,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.ui-jqgrid-title{padding:1em 1em 1em 0em;font-style:italic;font-weight:700}.ui-pg-button{padding:0.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,0.16),0 2px 10px 0 rgba(0,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:"\f00d"}.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:0.15s linear 0.82s preload-hide-1 both 1}.preloader .slice:nth-child(2){transform:rotateZ(-120deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.74s preload-hide-2 both 1}.preloader .slice:nth-child(3){transform:rotateZ(-180deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.66s preload-hide-3 both 1}.preloader .slice:nth-child(4){transform:rotateZ(-240deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.58s preload-hide-4 both 1}.preloader .slice:nth-child(5){transform:rotateZ(-300deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.5s preload-hide-5 both 1}.preloader .slice:nth-child(6){transform:rotateZ(-360deg) rotateY(0deg) rotateX(0);animation:0.15s linear 0.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:0.5em}#comfortUpdateGeneralWrap h3.maintitle{background-color:transparent}#comfortUpdateGeneralWrap .on{font-weight:bold;font-size:1em;padding-right:0.5em;padding-top:0.5em}#comfortUpdateGeneralWrap .on span{display:block;padding:0.1em;padding-right:0.5em;width:40%}#comfortUpdateGeneralWrap .off{font-size:0.9em;padding-right:0.5em;padding-top:0.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,0.16),0 2px 10px 0 rgba(0,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:#f00;background-color:#0f0;border:solid black 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:0.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:0.5}.btn.readonly,.btn.readonly:hover{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;border:1px solid #cccccc}#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:black}.hoverAction .table-striped>tbody>tr:hover>td{background-color:transparent}.hoverAction .table-striped>tbody>tr:hover>td>a:not(.btn){color:white}.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:white;background-color:white}#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:0.5em;padding:0.3em 0.4em 0.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:"\f0dc" !important}table.dataTable thead .sorting_asc:after{content:"\f0de" !important}table.dataTable thead .sorting_desc:after{content:"\f0dd" !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}.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}.draggable-container{min-height:300px}#newcreated,#tokenattribute,#csvattribute,#centralattribute{margin-right:0.75%;margin-left:0.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}#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} diff --git a/assets/packages/adminbasics/src/parts/save.js b/assets/packages/adminbasics/src/parts/save.js index cfce7392d34..1bf1da73531 100644 --- a/assets/packages/adminbasics/src/parts/save.js +++ b/assets/packages/adminbasics/src/parts/save.js @@ -172,7 +172,12 @@ const SaveController = () => { value: '1' }).appendTo($form); - $form.find('[type="submit"]').first().trigger('click'); + const submitButton = $form.find('[type="submit"]').first(); + if (submitButton.length) { + submitButton.trigger('click'); + } else { + $form.submit(); + } displayLoadingState(this); return false;