/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  padding: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  padding: 0;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  _font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ===== Primary Styles ========================================================
   Author: Undefined -> Dexcell
   ========================================================================== */
/*---------------[ Header combos ]-----*/
hr.line {
  clear: both;
  margin: 13px 0;
}
header {
  width: 100%;
  padding: 20px;
}
header h1 {
  float: left;
  margin: 0;
  width: 140px;
  height: 55px;
  background: transparent url("../img/custom/dexcell/logo.png") no-repeat 50% 50%;
}
header nav {
  float: left;
  margin-left: 20px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
header nav > ul > li {
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
header nav > ul > li .start-info {
  display: inline-block;
  float: left;
  padding: 0 10px;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
  color: #999999;
}
header nav > ul > li .remove-level {
  position: absolute;
  top: 8px;
  left: 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 9px;
  width: 11px;
  height: 11px;
  text-align: center;
  z-index: 99;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: inline-block;
}
header nav > ul > li:last-child {
  padding: 0;
  height: 30px;
  border: none;
}
header nav > ul li:first-child {
  padding-right: 10px;
}
header nav > ul .select2-container {
  border: 1px solid rgba(0, 0, 0, 0);
  /*---------------[ Top menu breadcrumb component ]-----*/

}
header nav > ul .select2-container.n1 .select2-choice span,
header nav > ul .select2-container.n1 .select2-choice abbr {
  /*display:none;*/

  padding-right: 10px;
  text-shadow: 0 0 0 white;
}
header nav > ul .select2-container.n1 .select2-choice div {
  width: 32px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-left: 10px;
}
header nav > ul .select2-container.n1 .select2-choice div b {
  padding: 0;
  background: transparent url(../img/search_zoom.png) no-repeat 50% 0%;
}
header nav > ul .select2-container.n1 .select2-choice:hover,
header nav > ul .select2-container.n1 .select2-choice:focus {
  border: 0px solid rgba(255, 255, 255, 0);
}
header nav > ul .select2-container.n1.select2-dropdown-open .select2-drop {
  min-width: 200px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
header nav > ul .select2-container.n1.select2-dropdown-open .select2-drop .select2-search {
  padding: 0.5em;
  display: block;
}
header nav > ul .select2-container.n1.select2-dropdown-open .select2-drop .select2-search input {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: #ffffff;
  min-height: 20px;
  padding: 4px 8px;
}
header nav > ul .select2-container.n1.select2-dropdown-open a div b {
  background-position: 50% 100%;
}
header nav > ul .select2-container .select2-choice {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
header nav > ul .select2-container .select2-choice span {
  margin-left: 25px;
  margin-right: 20px;
}
header nav > ul .select2-container .select2-choice abbr {
  left: 0;
}
header nav > ul .select2-container .select2-choice div {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
}
header nav > ul .select2-container .select2-choice.select2-default span {
  margin: 0;
}
header nav > ul .select2-container .select2-choice:hover,
header nav > ul .select2-container .select2-choice:focus {
  border: none;
}
header nav > ul .select2-container.select2-dropdown-open {
  background: #a3101f;
}
header nav > ul .select2-container.select2-dropdown-open .select2-choice {
  color: #ffffff;
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
header nav > ul .select2-container.select2-dropdown-open .select2-drop {
  min-width: 150px;
  left: -11px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
header nav > ul .bread-element .select2-container {
  background: transparent;
}
header nav > ul .bread-element .select2-container .select2-choice {
  color: #333333;
}
header nav .tag-container {
  height: 30px;
  overflow: hidden;
  float: left;
  clear: both;
}
header nav .tag-container .tag-info {
  display: inline-block;
  float: left;
  padding-right: 10px;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
  color: #999999;
}
header nav .tag-container .tag {
  background: #cccccc;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  padding: 0 5px;
  padding-right: 20px;
  position: relative;
  margin: 7px 2px 0px 0;
  float: left;
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px #F9F9F9, inset 0px 0px 2px #FFFFFF;
}
header nav .tag-container .tag a {
  position: absolute;
  right: 2px;
  top: 1px;
  font-weight: normal;
  font-size: 12px;
  line-height: 10px;
  width: 11px;
  height: 11px;
  text-align: center;
  z-index: 99;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}
header nav .tag-container .select2-container.tag-list {
  width: 34px !important;
  float: left;
}
header nav .tag-container .select2-container.tag-list .select2-choice {
  box-shadow: none;
  background: transparent;
  border: none;
}
header nav .tag-container .select2-container.tag-list .select2-choice span,
header nav .tag-container .select2-container.tag-list .select2-choice abbr {
  display: none;
}
header nav .tag-container .select2-container.tag-list .select2-choice div {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: transparent;
  border: none;
  min-height: 35px;
}
header nav .tag-container .select2-container.tag-list .select2-choice div b {
  background: transparent url(../img/tagger.png) no-repeat 50% 8px;
  width: 100%;
}
header nav .tag-container .select2-container.tag-list.select2-dropdown-open {
  background: #a3101f;
}
header nav .tag-container .select2-container.tag-list.select2-dropdown-open .select2-choice div b {
  background-position: 50% -20px;
}
.wrapper {
  width: 96%;
  margin: 2% auto;
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
/*---------------[ Footer ]-----*/
footer {
  display: block;
  width: 96%;
  margin: 2% auto;
  margin-top: 0;
  font-size: 12px;
  color: #f17480;
}
footer .selected a {
  font-weight: bold;
}
footer > ul {
  display: inline-block;
}
footer > ul > li {
  list-style: none;
  float: left;
  margin-right: 16px;
  color: white;
}
footer > ul > li a {
  color: white;
  line-height: 32px;
}
footer > ul > li a:visited {
  color: white;
}
footer > ul > li:last-child {
  margin-right: 0;
}
footer .ayuda .dropdown a {
  padding-right: 8px;
}
footer .ayuda .dropdown :last-child {
  margin-right: 0;
}
footer .ayuda .dropdown-menu {
  left: -45px !important;
  width: 124px !important;
  min-width: 124px !important;
}
footer .ayuda .dropdown-menu a {
  color: #666;
  text-align: right;
  text-shadow: none;
}
footer .name :first-child,
footer .ayuda :first-child {
  list-style-image: none;
  list-style-type: none;
}
footer .name {
  padding-bottom: 10px;
  padding-top: 11px;
}
footer .name :first-child {
  margin-right: 28px;
  margin-left: 6px;
}
footer .name :last-child {
  padding-left: 8px;
}
/*---------------[ End Footer ]-----*/
/*---------------[ Horizontal Top Menu ]-----*/
#top-menu {
  display: none;
}
/*---------------[ Main Menu ]-----*/
.main-menu .nav {
  margin-bottom: 0 !important;
}
.main-menu code {
  position: absolute;
  top: 3px;
  right: 8px;
  background: #F27970;
  color: #ffffff;
  text-align: center;
  border: 0;
  border-radius: 20px;
  font-size: 11px;
  line-height: 17px;
  padding: 2px 5px 1px 5px;
}
.main-menu a {
  text-decoration: none!important;
}
.main-menu .with-truncate {
  padding-right: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 174px;
  display: block;
}
.main-menu .icon-menu {
  padding: 0;
  width: 34px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
}
.main-menu .icon-menu:hover.add {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99984 15.667C5.33317 15.667 2.33317 12.667 2.33317 9.00033C2.33317 5.33366 5.33317 2.33366 8.99984 2.33366C12.6665 2.33366 15.6665 5.33366 15.6665 9.00033C15.6665 12.667 12.6665 15.667 8.99984 15.667ZM8.99984 0.666992C4.4165 0.666992 0.666504 4.41699 0.666504 9.00033C0.666504 13.5837 4.4165 17.3337 8.99984 17.3337C13.5832 17.3337 17.3332 13.5837 17.3332 9.00033C17.3332 4.41699 13.5832 0.666992 8.99984 0.666992ZM9.83317 4.83366H8.1665V8.16699H4.83317V9.83366H8.1665V13.167H9.83317V9.83366H13.1665V8.16699H9.83317V4.83366Z' fill='%23141518'/%3E%3C/svg%3E%0A");
}
.main-menu .icon-menu.add {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99984 15.667C5.33317 15.667 2.33317 12.667 2.33317 9.00033C2.33317 5.33366 5.33317 2.33366 8.99984 2.33366C12.6665 2.33366 15.6665 5.33366 15.6665 9.00033C15.6665 12.667 12.6665 15.667 8.99984 15.667ZM8.99984 0.666992C4.4165 0.666992 0.666504 4.41699 0.666504 9.00033C0.666504 13.5837 4.4165 17.3337 8.99984 17.3337C13.5832 17.3337 17.3332 13.5837 17.3332 9.00033C17.3332 4.41699 13.5832 0.666992 8.99984 0.666992ZM9.83317 4.83366H8.1665V8.16699H4.83317V9.83366H8.1665V13.167H9.83317V9.83366H13.1665V8.16699H9.83317V4.83366Z' fill='%239FA3AA'/%3E%3C/svg%3E%0A");
}
.main-menu .leftmenu {
  margin: 0px;
  padding: 0px 0px 0px 55px;
}
.main-menu .leftmenu h2 {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #7e8085;
  line-height: 26px;
}
.main-menu .leftmenu h2 a {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #7e8085;
  display: block;
  padding-right: 38px;
}
.main-menu .leftmenu h2.add-menu-section {
  cursor: pointer;
  position: relative;
}
.main-menu .leftmenu li {
  margin-top: 6px;
  padding: 0;
  line-height: 25px;
}
.main-menu .leftmenu li a {
  box-shadow: none;
  font-weight: normal;
  font-size: 13px;
  color: #404145;
}
.main-menu .leftmenu li:hover a {
  color: #b11121;
}
.main-menu .leftmenu li.active {
  border-right: 2px solid #ba1223;
}
.main-menu .leftmenu li.active a {
  box-shadow: none;
  font-weight: 600;
  font-size: 13px;
  color: #b11121;
}
.main-menu .leftmenu .left-submenu li {
  margin: 6px 0;
  padding: 0 0 0 8px !important;
}
.main-menu .leftmenu .left-submenu li code {
  font-size: 10px;
}
.main-menu .leftmenu .primary-card {
  background-color: #ba1223;
  margin-right: 20px;
  padding: 8px 14px 12px 16px;
  margin-left: -16px;
  border-radius: 8px;
}
.main-menu .leftmenu .primary-card li,
.main-menu .leftmenu .primary-card a {
  color: #ffffff;
}
.main-menu .leftmenu .primary-card li:hover,
.main-menu .leftmenu .primary-card a:hover {
  color: #000000;
}
.main-menu .leftmenu .primary-card .icon-menu {
  padding: 0;
  width: 21px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
}
.main-menu .leftmenu .primary-card .icon-menu:hover.add {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99984 15.667C5.33317 15.667 2.33317 12.667 2.33317 9.00033C2.33317 5.33366 5.33317 2.33366 8.99984 2.33366C12.6665 2.33366 15.6665 5.33366 15.6665 9.00033C15.6665 12.667 12.6665 15.667 8.99984 15.667ZM8.99984 0.666992C4.4165 0.666992 0.666504 4.41699 0.666504 9.00033C0.666504 13.5837 4.4165 17.3337 8.99984 17.3337C13.5832 17.3337 17.3332 13.5837 17.3332 9.00033C17.3332 4.41699 13.5832 0.666992 8.99984 0.666992ZM9.83317 4.83366H8.1665V8.16699H4.83317V9.83366H8.1665V13.167H9.83317V9.83366H13.1665V8.16699H9.83317V4.83366Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.main-menu .leftmenu .primary-card .icon-menu.add {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99984 15.667C5.33317 15.667 2.33317 12.667 2.33317 9.00033C2.33317 5.33366 5.33317 2.33366 8.99984 2.33366C12.6665 2.33366 15.6665 5.33366 15.6665 9.00033C15.6665 12.667 12.6665 15.667 8.99984 15.667ZM8.99984 0.666992C4.4165 0.666992 0.666504 4.41699 0.666504 9.00033C0.666504 13.5837 4.4165 17.3337 8.99984 17.3337C13.5832 17.3337 17.3332 13.5837 17.3332 9.00033C17.3332 4.41699 13.5832 0.666992 8.99984 0.666992ZM9.83317 4.83366H8.1665V8.16699H4.83317V9.83366H8.1665V13.167H9.83317V9.83366H13.1665V8.16699H9.83317V4.83366Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main-menu .menu-dropdown {
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
}
.main-menu .menu-dropdown .menu-dropdown-title {
  text-transform: none;
  position: relative;
  font-size: 13px;
  cursor: pointer;
}
.main-menu .menu-dropdown .menu-dropdown-title a {
  text-transform: none;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  color: #404145;
  font-weight: normal;
}
.main-menu .menu-dropdown .menu-dropdown-title .menu-dropdown-toggle {
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0.589966L6 5.16997L1.41 0.589966L0 1.99997L6 7.99997L12 1.99997L10.59 0.589966Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  left: -31px;
  top: 7px;
  background-position: center center;
}
.main-menu .menu-dropdown .menu-dropdown-content {
  display: none!important;
}
.main-menu .menu-dropdown .menu-dropdown-content > h2 {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #7e8085;
}
.main-menu .menu-dropdown .menu-dropdown-content > h2 > a {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #7e8085;
  display: block;
}
.main-menu .menu-dropdown .menu-dropdown-content > h2.add-menu-section {
  cursor: pointer;
  position: relative;
}
.main-menu .menu-dropdown .menu-dropdown-content li {
  padding: 5px 0 0px 0;
  position: relative;
  line-height: 25px;
}
.main-menu .menu-dropdown .menu-dropdown-content li a {
  box-shadow: none;
  font-weight: normal;
  font-size: 12px;
  color: #404145;
}
.main-menu .menu-dropdown .menu-dropdown-content li:hover a {
  color: #b11121;
}
.main-menu .menu-dropdown .menu-dropdown-content li:hover .delete-query {
  visibility: visible;
}
.main-menu .menu-dropdown .menu-dropdown-content li:hover code {
  visibility: hidden;
}
.main-menu .menu-dropdown .menu-dropdown-content li.active {
  border-right: 0px;
}
.main-menu .menu-dropdown .menu-dropdown-content li.active a {
  box-shadow: none;
  font-weight: normal;
  font-size: 12px;
  color: #b11121;
  text-decoration: none;
}
.main-menu .menu-dropdown .menu-dropdown-content li .delete-query {
  padding: 0px;
  width: 34px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00033 15.666C5.33366 15.666 2.33366 12.666 2.33366 8.99935C2.33366 5.33268 5.33366 2.33268 9.00033 2.33268C12.667 2.33268 15.667 5.33268 15.667 8.99935C15.667 12.666 12.667 15.666 9.00033 15.666ZM9.00033 0.666016C4.41699 0.666016 0.666992 4.41602 0.666992 8.99935C0.666992 13.5827 4.41699 17.3327 9.00033 17.3327C13.5837 17.3327 17.3337 13.5827 17.3337 8.99935C17.3337 4.41602 13.5837 0.666016 9.00033 0.666016ZM11.167 5.66602L9.00033 7.83268L6.83366 5.66602L5.66699 6.83268L7.83366 8.99935L5.66699 11.166L6.83366 12.3327L9.00033 10.166L11.167 12.3327L12.3337 11.166L10.167 8.99935L12.3337 6.83268L11.167 5.66602Z' fill='%23C23564'/%3E%3C/svg%3E%0A");
  visibility: hidden;
}
.main-menu .menu-dropdown.active .menu-dropdown-title {
  color: #ba1223;
  border-right: 2px solid #ba1223;
}
.main-menu .menu-dropdown.active .menu-dropdown-title a {
  color: #ba1223;
  font-weight: 600;
}
.main-menu .menu-dropdown.active .menu-dropdown-title .menu-dropdown-toggle {
  transform: rotate(0deg);
}
.main-menu .menu-dropdown.active .menu-dropdown-content {
  display: block!important;
}
.main-menu .menu-dropdown.active .menu-dropdown-content code {
  color: #F27970;
  position: absolute;
  top: 3px;
  right: 8px;
  background: transparent;
  border: 1px solid #F27970;
  text-align: center;
  /* border: 0; */

  border-radius: 20px;
  font-size: 9px;
  line-height: 17px;
  padding: 2px 5px 1px 5px;
}
.main-menu .menu-dropdown.active .menu-dropdown-content code:hover {
  display: none!important;
}
.main-menu .menu-dropdown.menu-dropdown-active .menu-dropdown-title .menu-dropdown-toggle {
  transform: rotate(0deg);
}
.main-menu .menu-dropdown.menu-dropdown-active .menu-dropdown-content {
  display: block!important;
}
.main-menu .menu-dropdown.menu-dropdown-active .menu-dropdown-content code {
  color: #F27970;
  position: absolute;
  top: 3px;
  right: 8px;
  background: transparent;
  border: 1px solid #F27970;
  text-align: center;
  /* border: 0; */

  border-radius: 20px;
  font-size: 9px;
  line-height: 17px;
  padding: 2px 5px 1px 5px;
}
.main-menu .menu-dropdown.menu-dropdown-active .menu-dropdown-content code:hover {
  display: none!important;
}
.main-menu .main-menu-title {
  border-bottom: 1px solid #EBEBEC;
  color: #404145;
  display: block;
  padding: 18px 10px 18px 55px;
  font-size: 15px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.main-menu .menu-settings {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M19.2 13C19.2 12.7 19.3 12.4 19.3 12C19.3 11.7 19.3 11.3 19.2 11L21.3 9.4C21.5 9.2 21.5 9 21.4 8.8L19.4 5.3C19.3 5.1 19.1 5 19 5C18.9 5 18.9 5 18.8 5L16.3 6C15.8 5.6 15.2 5.3 14.6 5L14.2 2.3C14.2 2.2 14 2 13.7 2H9.70001C9.50001 2 9.30001 2.2 9.20001 2.4L8.90001 5.1C8.20001 5.3 7.70001 5.7 7.20001 6L4.70001 5C4.60001 5 4.60001 5 4.50001 5C4.30001 5 4.20001 5.1 4.10001 5.3L2.10001 8.8C1.90001 9 2.00001 9.2 2.20001 9.4L4.30001 11C4.30001 11.3 4.20001 11.7 4.20001 12C4.20001 12.3 4.20001 12.6 4.30001 13L2.20001 14.7C2.00001 14.8 1.90001 15 2.10001 15.3L4.10001 18.8C4.20001 18.9 4.30001 19 4.50001 19C4.60001 19 4.60001 19 4.70001 19L7.20001 18C7.70001 18.4 8.30001 18.7 8.90001 19L9.30001 21.6C9.30001 21.8 9.50001 22 9.80001 22H13.8C14 22 14.3 21.8 14.3 21.6L14.7 19C15.3 18.7 15.9 18.4 16.4 18L18.9 19C19 19 19 19 19.1 19C19.3 19 19.4 18.9 19.5 18.7L21.5 15.2C21.6 15 21.6 14.7 21.4 14.6L19.2 13ZM11.7 14C10.6 14 9.70001 13.1 9.70001 12C9.70001 10.9 10.6 10 11.7 10C12.8 10 13.7 10.9 13.7 12C13.7 13.1 12.8 14 11.7 14Z' fill='%23141518'/%3E%3Cpath d='M11.7 8C9.50001 8 7.70001 9.8 7.70001 12C7.70001 14.2 9.50001 16 11.7 16C13.9 16 15.7 14.2 15.7 12C15.7 9.8 13.9 8 11.7 8ZM11.7 14C10.6 14 9.70001 13.1 9.70001 12C9.70001 10.9 10.6 10 11.7 10C12.8 10 13.7 10.9 13.7 12C13.7 13.1 12.8 14 11.7 14Z' fill='%23141518'/%3E%3Cpath d='M12.4 4L12.6 5.3L12.8 6.5L13.9 6.9C14.3 7.1 14.7 7.3 15.1 7.6L16 8.3L17 7.9L18.3 7.4L19 8.6L17.9 9.4L17 10.1L17.1 11.2C17.1 11.5 17.2 11.8 17.2 12C17.2 12.2 17.2 12.4 17.1 12.7L17 13.8L17.9 14.5L19 15.4L18.3 16.6L17 16.1L16 15.7L15.1 16.4C14.7 16.7 14.3 17 13.9 17.1L12.8 17.5L12.6 18.6L12.4 20H11L10.8 18.7L10.6 17.5L9.50001 17.1C9.10001 16.9 8.70001 16.7 8.30001 16.4L7.40001 15.7L6.30001 16.1L5.00001 16.6L4.30001 15.4L5.40001 14.5L6.30001 13.8L6.20001 12.7C6.20001 12.4 6.10001 12.2 6.10001 12C6.10001 11.8 6.10001 11.6 6.20001 11.2L6.30001 10.1L5.50001 9.4L4.50001 8.6L5.20001 7.4L6.50001 7.9L7.50001 8.3L8.40001 7.6C8.90001 7.3 9.20001 7 9.60001 6.9L10.7 6.5L10.9 5.3L11 4H12.4ZM13.7 2H9.70001C9.50001 2 9.30001 2.2 9.20001 2.4L8.90001 5.1C8.20001 5.3 7.70001 5.7 7.20001 6L4.70001 5C4.60001 5 4.60001 5 4.50001 5C4.30001 5 4.20001 5.1 4.10001 5.3L2.10001 8.8C1.90001 8.9 2.00001 9.2 2.20001 9.4L4.30001 11C4.30001 11.3 4.20001 11.7 4.20001 12C4.20001 12.3 4.20001 12.6 4.30001 13L2.20001 14.7C2.00001 14.8 2.00001 15.1 2.10001 15.3L4.10001 18.8C4.20001 18.9 4.30001 19 4.50001 19C4.60001 19 4.60001 19 4.70001 19L7.20001 18C7.70001 18.4 8.30001 18.7 8.90001 19L9.30001 21.6C9.30001 21.8 9.50001 22 9.80001 22H13.8C14 22 14.3 21.8 14.3 21.6L14.7 19C15.3 18.7 15.9 18.4 16.4 18L18.9 19C19 19 19 19 19.1 19C19.3 19 19.4 18.9 19.5 18.7L21.5 15.2C21.6 15 21.6 14.7 21.4 14.6L19.2 13C19.2 12.7 19.3 12.4 19.3 12C19.3 11.6 19.3 11.3 19.2 11L21.3 9.4C21.5 9.3 21.5 9 21.4 8.8L19.4 5.3C19.3 5.1 19.1 5 19 5C18.9 5 18.9 5 18.8 5L16.3 6C15.8 5.6 15.2 5.3 14.6 5L14.2 2.4C14.2 2.2 14 2 13.7 2Z' fill='%23141518'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main-menu .menu-settings.active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M19.2 13C19.2 12.7 19.3 12.4 19.3 12C19.3 11.7 19.3 11.3 19.2 11L21.3 9.4C21.5 9.2 21.5 9 21.4 8.8L19.4 5.3C19.3 5.1 19.1 5 19 5C18.9 5 18.9 5 18.8 5L16.3 6C15.8 5.6 15.2 5.3 14.6 5L14.2 2.3C14.2 2.2 14 2 13.7 2H9.70001C9.50001 2 9.30001 2.2 9.20001 2.4L8.90001 5.1C8.20001 5.3 7.70001 5.7 7.20001 6L4.70001 5C4.60001 5 4.60001 5 4.50001 5C4.30001 5 4.20001 5.1 4.10001 5.3L2.10001 8.8C1.90001 9 2.00001 9.2 2.20001 9.4L4.30001 11C4.30001 11.3 4.20001 11.7 4.20001 12C4.20001 12.3 4.20001 12.6 4.30001 13L2.20001 14.7C2.00001 14.8 1.90001 15 2.10001 15.3L4.10001 18.8C4.20001 18.9 4.30001 19 4.50001 19C4.60001 19 4.60001 19 4.70001 19L7.20001 18C7.70001 18.4 8.30001 18.7 8.90001 19L9.30001 21.6C9.30001 21.8 9.50001 22 9.80001 22H13.8C14 22 14.3 21.8 14.3 21.6L14.7 19C15.3 18.7 15.9 18.4 16.4 18L18.9 19C19 19 19 19 19.1 19C19.3 19 19.4 18.9 19.5 18.7L21.5 15.2C21.6 15 21.6 14.7 21.4 14.6L19.2 13ZM11.7 14C10.6 14 9.70001 13.1 9.70001 12C9.70001 10.9 10.6 10 11.7 10C12.8 10 13.7 10.9 13.7 12C13.7 13.1 12.8 14 11.7 14Z' fill='%23ba1223'/%3E%3Cpath d='M11.7 8C9.50001 8 7.70001 9.8 7.70001 12C7.70001 14.2 9.50001 16 11.7 16C13.9 16 15.7 14.2 15.7 12C15.7 9.8 13.9 8 11.7 8ZM11.7 14C10.6 14 9.70001 13.1 9.70001 12C9.70001 10.9 10.6 10 11.7 10C12.8 10 13.7 10.9 13.7 12C13.7 13.1 12.8 14 11.7 14Z' fill='%23ba1223'/%3E%3Cpath d='M12.4 4L12.6 5.3L12.8 6.5L13.9 6.9C14.3 7.1 14.7 7.3 15.1 7.6L16 8.3L17 7.9L18.3 7.4L19 8.6L17.9 9.4L17 10.1L17.1 11.2C17.1 11.5 17.2 11.8 17.2 12C17.2 12.2 17.2 12.4 17.1 12.7L17 13.8L17.9 14.5L19 15.4L18.3 16.6L17 16.1L16 15.7L15.1 16.4C14.7 16.7 14.3 17 13.9 17.1L12.8 17.5L12.6 18.6L12.4 20H11L10.8 18.7L10.6 17.5L9.50001 17.1C9.10001 16.9 8.70001 16.7 8.30001 16.4L7.40001 15.7L6.30001 16.1L5.00001 16.6L4.30001 15.4L5.40001 14.5L6.30001 13.8L6.20001 12.7C6.20001 12.4 6.10001 12.2 6.10001 12C6.10001 11.8 6.10001 11.6 6.20001 11.2L6.30001 10.1L5.50001 9.4L4.50001 8.6L5.20001 7.4L6.50001 7.9L7.50001 8.3L8.40001 7.6C8.90001 7.3 9.20001 7 9.60001 6.9L10.7 6.5L10.9 5.3L11 4H12.4ZM13.7 2H9.70001C9.50001 2 9.30001 2.2 9.20001 2.4L8.90001 5.1C8.20001 5.3 7.70001 5.7 7.20001 6L4.70001 5C4.60001 5 4.60001 5 4.50001 5C4.30001 5 4.20001 5.1 4.10001 5.3L2.10001 8.8C1.90001 8.9 2.00001 9.2 2.20001 9.4L4.30001 11C4.30001 11.3 4.20001 11.7 4.20001 12C4.20001 12.3 4.20001 12.6 4.30001 13L2.20001 14.7C2.00001 14.8 2.00001 15.1 2.10001 15.3L4.10001 18.8C4.20001 18.9 4.30001 19 4.50001 19C4.60001 19 4.60001 19 4.70001 19L7.20001 18C7.70001 18.4 8.30001 18.7 8.90001 19L9.30001 21.6C9.30001 21.8 9.50001 22 9.80001 22H13.8C14 22 14.3 21.8 14.3 21.6L14.7 19C15.3 18.7 15.9 18.4 16.4 18L18.9 19C19 19 19 19 19.1 19C19.3 19 19.4 18.9 19.5 18.7L21.5 15.2C21.6 15 21.6 14.7 21.4 14.6L19.2 13C19.2 12.7 19.3 12.4 19.3 12C19.3 11.6 19.3 11.3 19.2 11L21.3 9.4C21.5 9.3 21.5 9 21.4 8.8L19.4 5.3C19.3 5.1 19.1 5 19 5C18.9 5 18.9 5 18.8 5L16.3 6C15.8 5.6 15.2 5.3 14.6 5L14.2 2.4C14.2 2.2 14 2 13.7 2Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main-menu .menu-analyse {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cpath opacity='0.3' d='M20.7 15.7L19.3 14.3C17.9 12.9 16.8 12.1 15.9 12C15.8 12 15.8 12 15.7 12C15.1 12 14.3 12.5 13.4 13.4C11.6 15.1 9.8 16 7.8 16C7.6 16 7.5 16 7.3 16C5.8 15.8 4.4 15.2 3 14.1V15.9V20.9H21V17V16.1L20.7 15.7Z' fill='%23141518'/%3E%3Cpath d='M7.8 14C7.7 14 7.6 14 7.5 14C5.6 13.8 3.8 12.5 2 10L3.6 8.80001C5 10.8 6.4 11.8 7.6 11.9C8.5 12 9.5 11.6 10.5 10.6C12.5 8.60001 14.5 7.80001 16.5 8.10001C18.2 8.40001 20 9.50001 22.1 11.5L20.7 12.9C18.9 11.1 17.5 10.2 16.2 10C14.8 9.80001 13.5 10.4 11.9 12C10.6 13.3 9.2 14 7.8 14Z' fill='%23141518'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='17' fill='white' transform='translate(2 4)'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='20.1' height='12.8' fill='white' transform='translate(2 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main-menu .menu-analyse.active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cpath opacity='0.3' d='M20.7 15.7L19.3 14.3C17.9 12.9 16.8 12.1 15.9 12C15.8 12 15.8 12 15.7 12C15.1 12 14.3 12.5 13.4 13.4C11.6 15.1 9.8 16 7.8 16C7.6 16 7.5 16 7.3 16C5.8 15.8 4.4 15.2 3 14.1V15.9V20.9H21V17V16.1L20.7 15.7Z' fill='%23ba1223'/%3E%3Cpath d='M7.8 14C7.7 14 7.6 14 7.5 14C5.6 13.8 3.8 12.5 2 10L3.6 8.80001C5 10.8 6.4 11.8 7.6 11.9C8.5 12 9.5 11.6 10.5 10.6C12.5 8.60001 14.5 7.80001 16.5 8.10001C18.2 8.40001 20 9.50001 22.1 11.5L20.7 12.9C18.9 11.1 17.5 10.2 16.2 10C14.8 9.80001 13.5 10.4 11.9 12C10.6 13.3 9.2 14 7.8 14Z' fill='%23ba1223'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='17' fill='white' transform='translate(2 4)'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='20.1' height='12.8' fill='white' transform='translate(2 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main-menu .primary-color {
  color: #ba1223 !important;
  font-weight: bold !important;
}
.main-menu .main-menu-title-1 > a {
  color: #404145!important;
  display: block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  padding: 14px 0px 11px 55px;
}
.main-menu .main-menu-title-1 > a:hover {
  text-decoration: none;
  color: #b11121 !important;
}
.main-menu .main-menu-title-1.custom-section > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' fill='%237e8085' viewBox='0 0 24 24'%3E%3Cpath d='M16,9H19L14,16M10,9H14L12,17M5,9H8L10,16M15,4H17L19,7H16M11,4H13L14,7H10M7,4H9L8,7H5M6,2L2,8L12,22L22,8L18,2H6Z' /%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.custom-section > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' fill='%23ba1223' viewBox='0 0 24 24'%3E%3Cpath d='M16,9H19L14,16M10,9H14L12,17M5,9H8L10,16M15,4H17L19,7H16M11,4H13L14,7H10M7,4H9L8,7H5M6,2L2,8L12,22L22,8L18,2H6Z' /%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.custom-section > a.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' fill='%23ba1223' viewBox='0 0 24 24'%3E%3Cpath d='M16,9H19L14,16M10,9H14L12,17M5,9H8L10,16M15,4H17L19,7H16M11,4H13L14,7H10M7,4H9L8,7H5M6,2L2,8L12,22L22,8L18,2H6Z' /%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.dashboard > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%237e8085' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M5 5H9V11H5V5ZM15 13H19V19H15V13ZM5 17H9V19H5V17ZM15 5H19V7H15V5Z' fill=''/%3E%3Cpath d='M3 13H11V3H3V13ZM5 5H9V11H5V5ZM13 21H21V11H13V21ZM15 13H19V19H15V13ZM13 3V9H21V3H13ZM19 7H15V5H19V7ZM3 21H11V15H3V21ZM5 17H9V19H5V17Z' fill='%237e8085'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.dashboard > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ba1223' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M5 5H9V11H5V5ZM15 13H19V19H15V13ZM5 17H9V19H5V17ZM15 5H19V7H15V5Z' fill=''/%3E%3Cpath d='M3 13H11V3H3V13ZM5 5H9V11H5V5ZM13 21H21V11H13V21ZM15 13H19V19H15V13ZM13 3V9H21V3H13ZM19 7H15V5H19V7ZM3 21H11V15H3V21ZM5 17H9V19H5V17Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.analysis > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%237e8085'/%3E%3Cpath opacity='0.3' d='M18 14.5H22V20.6H18V14.5ZM16 20.5H12V10.5H16V20.5ZM10 20.5H6V13.4H10V20.5Z' fill='%237e8085'/%3E%3Cpath d='M17 18.3L2.5 10.7L3.5 9L16.5 15.8L20.3 11.6L21.7 12.9L17 18.3Z' fill='%237e8085'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.analysis > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M18 14.5H22V20.6H18V14.5ZM16 20.5H12V10.5H16V20.5ZM10 20.5H6V13.4H10V20.5Z' fill='%23ba1223'/%3E%3Cpath d='M17 18.3L2.5 10.7L3.5 9L16.5 15.8L20.3 11.6L21.7 12.9L17 18.3Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.mv > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9 2V4C17.3 4.5 20.4 8.5 19.9 12.9C19.4 16.5 16.6 19.4 12.9 19.9V21.9C18.4 21.3 22.4 16.5 21.9 11C21.5 6.2 17.7 2.5 12.9 2ZM10.9 2C9 2.2 7.1 3 5.6 4.2L7 5.7C8.2 4.8 9.5 4.2 10.9 4V2ZM4.2 5.6C3 7.2 2.2 9 2 11H4C4.2 9.6 4.8 8.2 5.6 7.1L4.2 5.6ZM15.4 8.5L10.5 13.4L8.4 11.2L7.3 12.3L10.5 15.5L16.4 9.6L15.4 8.5ZM2 13C2.2 15 3 16.8 4.2 18.3L5.6 16.9C4.8 15.7 4.2 14.4 4 13H2ZM7.1 18.3L5.7 19.7C7.1 21 9 21.8 10.9 22V20C9.5 19.8 8.2 19.2 7.1 18.3Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.mv > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9 2V4C17.3 4.5 20.4 8.5 19.9 12.9C19.4 16.5 16.6 19.4 12.9 19.9V21.9C18.4 21.3 22.4 16.5 21.9 11C21.5 6.2 17.7 2.5 12.9 2ZM10.9 2C9 2.2 7.1 3 5.6 4.2L7 5.7C8.2 4.8 9.5 4.2 10.9 4V2ZM4.2 5.6C3 7.2 2.2 9 2 11H4C4.2 9.6 4.8 8.2 5.6 7.1L4.2 5.6ZM15.4 8.5L10.5 13.4L8.4 11.2L7.3 12.3L10.5 15.5L16.4 9.6L15.4 8.5ZM2 13C2.2 15 3 16.8 4.2 18.3L5.6 16.9C4.8 15.7 4.2 14.4 4 13H2ZM7.1 18.3L5.7 19.7C7.1 21 9 21.8 10.9 22V20C9.5 19.8 8.2 19.2 7.1 18.3Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.reports > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M7 8H17V6H19V20H5V6H7V8Z' fill='%237e8085'/%3E%3Cpath d='M19 4H14.8C14.4 2.8 13.3 2 12 2C10.7 2 9.6 2.8 9.2 4H5C3.9 4 3 4.9 3 6V20C3 21.1 3.9 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 4C12.6 4 13 4.4 13 5C13 5.6 12.6 6 12 6C11.4 6 11 5.6 11 5C11 4.4 11.4 4 12 4ZM7 8H17V6H19V20H5V6H7V8Z' fill='%237e8085'/%3E%3Cpath d='M7 18H9V12H7V18ZM11 18H13V10H11V18ZM15 18H17V14H15V18Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.reports > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M7 8H17V6H19V20H5V6H7V8Z' fill='%23ba1223'/%3E%3Cpath d='M19 4H14.8C14.4 2.8 13.3 2 12 2C10.7 2 9.6 2.8 9.2 4H5C3.9 4 3 4.9 3 6V20C3 21.1 3.9 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 4C12.6 4 13 4.4 13 5C13 5.6 12.6 6 12 6C11.4 6 11 5.6 11 5C11 4.4 11.4 4 12 4ZM7 8H17V6H19V20H5V6H7V8Z' fill='%23ba1223'/%3E%3Cpath d='M7 18H9V12H7V18ZM11 18H13V10H11V18ZM15 18H17V14H15V18Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.alerts > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M12 5.5C9.2 5.5 7 7.7 7 10.5V17.5H17V10.5C17 7.7 14.8 5.5 12 5.5ZM13 15.5H11V13.5H13V15.5ZM13 11.5H11V7.5H13V11.5Z' fill='%237e8085'/%3E%3Cpath d='M12 22.5C13.1 22.5 14 21.6 14 20.5H10C10 21.6 10.9 22.5 12 22.5ZM19 16.5V10.5C19 7.2 16.6 4.3 13.5 3.7V2.5C13.5 1.7 12.8 1 12 1C11.2 1 10.5 1.7 10.5 2.5V3.7C7.4 4.3 5 7.2 5 10.5V16.5L3 18.5V19.5H21V18.5L19 16.5ZM17 17.5H7V10.5C7 7.7 9.2 5.5 12 5.5C14.8 5.5 17 7.7 17 10.5V17.5ZM11 7.5H13V11.5H11V7.5ZM11 13.5H13V15.5H11V13.5Z' fill='%237e8085'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='21.5' fill='white' transform='translate(3 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.alerts > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M12 5.5C9.2 5.5 7 7.7 7 10.5V17.5H17V10.5C17 7.7 14.8 5.5 12 5.5ZM13 15.5H11V13.5H13V15.5ZM13 11.5H11V7.5H13V11.5Z' fill='%23ba1223'/%3E%3Cpath d='M12 22.5C13.1 22.5 14 21.6 14 20.5H10C10 21.6 10.9 22.5 12 22.5ZM19 16.5V10.5C19 7.2 16.6 4.3 13.5 3.7V2.5C13.5 1.7 12.8 1 12 1C11.2 1 10.5 1.7 10.5 2.5V3.7C7.4 4.3 5 7.2 5 10.5V16.5L3 18.5V19.5H21V18.5L19 16.5ZM17 17.5H7V10.5C7 7.7 9.2 5.5 12 5.5C14.8 5.5 17 7.7 17 10.5V17.5ZM11 7.5H13V11.5H11V7.5ZM11 13.5H13V15.5H11V13.5Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='21.5' fill='white' transform='translate(3 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.settings > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M19.2 13C19.2 12.7 19.3 12.4 19.3 12C19.3 11.7 19.3 11.3 19.2 11L21.3 9.4C21.5 9.2 21.5 9 21.4 8.8L19.4 5.3C19.3 5.1 19.1 5 19 5C18.9 5 18.9 5 18.8 5L16.3 6C15.8 5.6 15.2 5.3 14.6 5L14.2 2.3C14.2 2.2 14 2 13.7 2H9.70001C9.50001 2 9.30001 2.2 9.20001 2.4L8.90001 5.1C8.20001 5.3 7.70001 5.7 7.20001 6L4.70001 5C4.60001 5 4.60001 5 4.50001 5C4.30001 5 4.20001 5.1 4.10001 5.3L2.10001 8.8C1.90001 9 2.00001 9.2 2.20001 9.4L4.30001 11C4.30001 11.3 4.20001 11.7 4.20001 12C4.20001 12.3 4.20001 12.6 4.30001 13L2.20001 14.7C2.00001 14.8 1.90001 15 2.10001 15.3L4.10001 18.8C4.20001 18.9 4.30001 19 4.50001 19C4.60001 19 4.60001 19 4.70001 19L7.20001 18C7.70001 18.4 8.30001 18.7 8.90001 19L9.30001 21.6C9.30001 21.8 9.50001 22 9.80001 22H13.8C14 22 14.3 21.8 14.3 21.6L14.7 19C15.3 18.7 15.9 18.4 16.4 18L18.9 19C19 19 19 19 19.1 19C19.3 19 19.4 18.9 19.5 18.7L21.5 15.2C21.6 15 21.6 14.7 21.4 14.6L19.2 13ZM11.7 14C10.6 14 9.70001 13.1 9.70001 12C9.70001 10.9 10.6 10 11.7 10C12.8 10 13.7 10.9 13.7 12C13.7 13.1 12.8 14 11.7 14Z' fill='%237e8085'/%3E%3Cpath d='M11.7 8C9.50001 8 7.70001 9.8 7.70001 12C7.70001 14.2 9.50001 16 11.7 16C13.9 16 15.7 14.2 15.7 12C15.7 9.8 13.9 8 11.7 8ZM11.7 14C10.6 14 9.70001 13.1 9.70001 12C9.70001 10.9 10.6 10 11.7 10C12.8 10 13.7 10.9 13.7 12C13.7 13.1 12.8 14 11.7 14Z' fill='%237e8085'/%3E%3Cpath d='M12.4 4L12.6 5.3L12.8 6.5L13.9 6.9C14.3 7.1 14.7 7.3 15.1 7.6L16 8.3L17 7.9L18.3 7.4L19 8.6L17.9 9.4L17 10.1L17.1 11.2C17.1 11.5 17.2 11.8 17.2 12C17.2 12.2 17.2 12.4 17.1 12.7L17 13.8L17.9 14.5L19 15.4L18.3 16.6L17 16.1L16 15.7L15.1 16.4C14.7 16.7 14.3 17 13.9 17.1L12.8 17.5L12.6 18.6L12.4 20H11L10.8 18.7L10.6 17.5L9.50001 17.1C9.10001 16.9 8.70001 16.7 8.30001 16.4L7.40001 15.7L6.30001 16.1L5.00001 16.6L4.30001 15.4L5.40001 14.5L6.30001 13.8L6.20001 12.7C6.20001 12.4 6.10001 12.2 6.10001 12C6.10001 11.8 6.10001 11.6 6.20001 11.2L6.30001 10.1L5.50001 9.4L4.50001 8.6L5.20001 7.4L6.50001 7.9L7.50001 8.3L8.40001 7.6C8.90001 7.3 9.20001 7 9.60001 6.9L10.7 6.5L10.9 5.3L11 4H12.4ZM13.7 2H9.70001C9.50001 2 9.30001 2.2 9.20001 2.4L8.90001 5.1C8.20001 5.3 7.70001 5.7 7.20001 6L4.70001 5C4.60001 5 4.60001 5 4.50001 5C4.30001 5 4.20001 5.1 4.10001 5.3L2.10001 8.8C1.90001 8.9 2.00001 9.2 2.20001 9.4L4.30001 11C4.30001 11.3 4.20001 11.7 4.20001 12C4.20001 12.3 4.20001 12.6 4.30001 13L2.20001 14.7C2.00001 14.8 2.00001 15.1 2.10001 15.3L4.10001 18.8C4.20001 18.9 4.30001 19 4.50001 19C4.60001 19 4.60001 19 4.70001 19L7.20001 18C7.70001 18.4 8.30001 18.7 8.90001 19L9.30001 21.6C9.30001 21.8 9.50001 22 9.80001 22H13.8C14 22 14.3 21.8 14.3 21.6L14.7 19C15.3 18.7 15.9 18.4 16.4 18L18.9 19C19 19 19 19 19.1 19C19.3 19 19.4 18.9 19.5 18.7L21.5 15.2C21.6 15 21.6 14.7 21.4 14.6L19.2 13C19.2 12.7 19.3 12.4 19.3 12C19.3 11.6 19.3 11.3 19.2 11L21.3 9.4C21.5 9.3 21.5 9 21.4 8.8L19.4 5.3C19.3 5.1 19.1 5 19 5C18.9 5 18.9 5 18.8 5L16.3 6C15.8 5.6 15.2 5.3 14.6 5L14.2 2.4C14.2 2.2 14 2 13.7 2Z' fill='%237e8085'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.locations > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 4C9.2 4 7 6.2 7 9C7 11.9 9.9 16.2 12 18.9C14.1 16.2 17 11.9 17 9C17 6.2 14.8 4 12 4ZM12 11.5C10.6 11.5 9.5 10.4 9.5 9C9.5 7.6 10.6 6.5 12 6.5C13.4 6.5 14.5 7.6 14.5 9C14.5 10.4 13.4 11.5 12 11.5Z' fill='%237e8085'/%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22C12 22 19 14.2 19 9C19 5.1 15.9 2 12 2ZM7 9C7 6.2 9.2 4 12 4C14.8 4 17 6.2 17 9C17 11.9 14.1 16.2 12 18.9C9.9 16.2 7 11.9 7 9Z' fill='%237e8085'/%3E%3Cpath d='M12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.locations > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 4C9.2 4 7 6.2 7 9C7 11.9 9.9 16.2 12 18.9C14.1 16.2 17 11.9 17 9C17 6.2 14.8 4 12 4ZM12 11.5C10.6 11.5 9.5 10.4 9.5 9C9.5 7.6 10.6 6.5 12 6.5C13.4 6.5 14.5 7.6 14.5 9C14.5 10.4 13.4 11.5 12 11.5Z' fill='%23ba1223'/%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22C12 22 19 14.2 19 9C19 5.1 15.9 2 12 2ZM7 9C7 6.2 9.2 4 12 4C14.8 4 17 6.2 17 9C17 11.9 14.1 16.2 12 18.9C9.9 16.2 7 11.9 7 9Z' fill='%23ba1223'/%3E%3Cpath d='M12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.supplies > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 4H22V16H6V4Z' fill='%237e8085'/%3E%3Cpath d='M6 4H22V16H6V4ZM14 7C15.7 7 17 8.3 17 10C17 11.7 15.7 13 14 13C12.3 13 11 11.7 11 10C11 8.3 12.3 7 14 7ZM10 6C10 7.1 9.1 8 8 8V12C9.1 12 10 12.9 10 14H18C18 12.9 18.9 12 20 12V8C18.9 8 18 7.1 18 6H10ZM2 8H4V18H18V20H2V8Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.supplies > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 4H22V16H6V4Z' fill='%23ba1223'/%3E%3Cpath d='M6 4H22V16H6V4ZM14 7C15.7 7 17 8.3 17 10C17 11.7 15.7 13 14 13C12.3 13 11 11.7 11 10C11 8.3 12.3 7 14 7ZM10 6C10 7.1 9.1 8 8 8V12C9.1 12 10 12.9 10 14H18C18 12.9 18.9 12 20 12V8C18.9 8 18 7.1 18 6H10ZM2 8H4V18H18V20H2V8Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.gateways > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9 7.10001L4.5 8.50001L7 11H2V13H7L4.5 15.5L5.9 16.9L10.8 12' fill='%237e8085'/%3E%3Cpath d='M13 2C9.9 2 6.7 2.7 5.1 4L6.5 5.4C7.5 4.8 9.7 4 13 4C17.5 4 20 5.4 20 6C20 6.6 17.5 8 13 8C11.2 8 9.7 7.8 8.6 7.5L10.9 9.8L11 9.9C11.7 10 12.4 10 13 10C15.6 10 18.3 9.5 20 8.6V10C20 10.6 17.5 12 13 12L11.1 13.9C11.7 14 12.4 14 13 14C15.6 14 18.3 13.5 20 12.6V14C20 14.6 17.5 16 13 16C11.6 16 10.3 15.9 9.3 15.6L7.7 17.2C9.2 17.8 11.1 18 13 18C15.6 18 18.3 17.5 20 16.6V18C20 18.6 17.5 20 13 20C9.5 20 7.3 19.2 6.4 18.5L5.9 19L5 19.9C6.6 21.3 9.8 22 13 22C17.5 22 22 20.6 22 18V6C22 3.4 17.5 2 13 2Z' fill='%237e8085'/%3E%3Cpath opacity='0.3' d='M13 18C11.1 18 9.2 17.8 7.7 17.3L6.4 18.6C7.3 19.2 9.5 20 13 20C17.5 20 20 18.6 20 18V16.6C18.3 17.5 15.6 18 13 18Z' fill='%237e8085'/%3E%3Cpath opacity='0.3' d='M13 14C12.4 14 11.7 14 11.1 13.9L11 14L9.4 15.6C10.4 15.8 11.6 16 13.1 16C17.6 16 20.1 14.6 20.1 14V12.6C18.3 13.5 15.6 14 13 14Z' fill='%237e8085'/%3E%3Cpath opacity='0.3' d='M13 10C12.4 10 11.7 10 11.1 9.90001L13.1 11.9L13 12C17.5 12 20 10.6 20 10V8.60001C18.3 9.50001 15.6 10 13 10Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.gateways > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9 7.10001L4.5 8.50001L7 11H2V13H7L4.5 15.5L5.9 16.9L10.8 12' fill='%23ba1223'/%3E%3Cpath d='M13 2C9.9 2 6.7 2.7 5.1 4L6.5 5.4C7.5 4.8 9.7 4 13 4C17.5 4 20 5.4 20 6C20 6.6 17.5 8 13 8C11.2 8 9.7 7.8 8.6 7.5L10.9 9.8L11 9.9C11.7 10 12.4 10 13 10C15.6 10 18.3 9.5 20 8.6V10C20 10.6 17.5 12 13 12L11.1 13.9C11.7 14 12.4 14 13 14C15.6 14 18.3 13.5 20 12.6V14C20 14.6 17.5 16 13 16C11.6 16 10.3 15.9 9.3 15.6L7.7 17.2C9.2 17.8 11.1 18 13 18C15.6 18 18.3 17.5 20 16.6V18C20 18.6 17.5 20 13 20C9.5 20 7.3 19.2 6.4 18.5L5.9 19L5 19.9C6.6 21.3 9.8 22 13 22C17.5 22 22 20.6 22 18V6C22 3.4 17.5 2 13 2Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13 18C11.1 18 9.2 17.8 7.7 17.3L6.4 18.6C7.3 19.2 9.5 20 13 20C17.5 20 20 18.6 20 18V16.6C18.3 17.5 15.6 18 13 18Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13 14C12.4 14 11.7 14 11.1 13.9L11 14L9.4 15.6C10.4 15.8 11.6 16 13.1 16C17.6 16 20.1 14.6 20.1 14V12.6C18.3 13.5 15.6 14 13 14Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13 10C12.4 10 11.7 10 11.1 9.90001L13.1 11.9L13 12C17.5 12 20 10.6 20 10V8.60001C18.3 9.50001 15.6 10 13 10Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.parameters > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17V19H9V17H3ZM3 5V7H13V5H3ZM13 21V19H21V17H13V15H11V21H13ZM7 9V11H3V13H7V15H9V9H7ZM21 13V11H11V13H21ZM15 9H17V7H21V5H17V3H15V9Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.parameters > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17V19H9V17H3ZM3 5V7H13V5H3ZM13 21V19H21V17H13V15H11V21H13ZM7 9V11H3V13H7V15H9V9H7ZM21 13V11H11V13H21ZM15 9H17V7H21V5H17V3H15V9Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.forecast > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='2' y='2' width='2' height='20' fill='%237e8085'/%3E%3Crect x='7.65674' y='4.53552' width='2' height='8' transform='rotate(45 7.65674 4.53552)' fill='%237e8085'/%3E%3Crect x='13.4202' y='10.0858' width='2' height='8' transform='rotate(135 13.4202 10.0858)' fill='%237e8085'/%3E%3Crect x='16.8491' y='3.82837' width='2' height='8' transform='rotate(45 16.8491 3.82837)' fill='%237e8085'/%3E%3Crect x='5' y='13' width='4' height='9' fill='%23CFD0D1'/%3E%3Crect x='11' y='15' width='4' height='7' fill='%23CFD0D1'/%3E%3Crect x='17' y='11' width='4' height='11' fill='%237e8085'/%3E%3Crect x='2' y='20' width='20' height='2' fill='%237e8085'/%3E%3Cpath d='M18.2635 3.82843L18.5917 8.39924L13.6927 3.50026L18.2635 3.82843Z' fill='%237e8085'/%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.forecast > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='2' y='2' width='2' height='20' fill='%23ba1223'/%3E%3Crect x='7.65674' y='4.53552' width='2' height='8' transform='rotate(45 7.65674 4.53552)' fill='%23ba1223'/%3E%3Crect x='13.4202' y='10.0858' width='2' height='8' transform='rotate(135 13.4202 10.0858)' fill='%23ba1223'/%3E%3Crect x='16.8491' y='3.82837' width='2' height='8' transform='rotate(45 16.8491 3.82837)' fill='%23ba1223'/%3E%3Crect x='5' y='13' width='4' height='9' fill='%23CFD0D1'/%3E%3Crect x='11' y='15' width='4' height='7' fill='%23CFD0D1'/%3E%3Crect x='17' y='11' width='4' height='11' fill='%23ba1223'/%3E%3Crect x='2' y='20' width='20' height='2' fill='%23ba1223'/%3E%3Cpath d='M18.2635 3.82843L18.5917 8.39924L13.6927 3.50026L18.2635 3.82843Z' fill='%23ba1223'/%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.users > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 4C7.6 4 4 7.6 4 12C4 13.8 4.6 15.5 5.6 16.8C7 15.1 10.5 14.5 12 14.5C13.5 14.5 16.9 15.1 18.4 16.8C19.4 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4ZM12 13C10.1 13 8.5 11.4 8.5 9.5C8.5 7.6 10.1 6 12 6C13.9 6 15.5 7.6 15.5 9.5C15.5 11.4 13.9 13 12 13Z' fill='%237e8085'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM7.1 18.3C7.5 17.4 10.1 16.5 12 16.5C13.9 16.5 16.5 17.4 16.9 18.3C15.6 19.4 13.9 20 12 20C10.1 20 8.4 19.4 7.1 18.3ZM18.4 16.8C17 15.1 13.5 14.5 12 14.5C10.5 14.5 7.1 15.1 5.6 16.8C4.6 15.5 4 13.8 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 13.8 19.4 15.5 18.4 16.8ZM12 6C10.1 6 8.5 7.6 8.5 9.5C8.5 11.4 10.1 13 12 13C13.9 13 15.5 11.4 15.5 9.5C15.5 7.6 13.9 6 12 6ZM12 11C11.2 11 10.5 10.3 10.5 9.5C10.5 8.7 11.2 8 12 8C12.8 8 13.5 8.7 13.5 9.5C13.5 10.3 12.8 11 12 11Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.users > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 4C7.6 4 4 7.6 4 12C4 13.8 4.6 15.5 5.6 16.8C7 15.1 10.5 14.5 12 14.5C13.5 14.5 16.9 15.1 18.4 16.8C19.4 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4ZM12 13C10.1 13 8.5 11.4 8.5 9.5C8.5 7.6 10.1 6 12 6C13.9 6 15.5 7.6 15.5 9.5C15.5 11.4 13.9 13 12 13Z' fill='%23ba1223'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM7.1 18.3C7.5 17.4 10.1 16.5 12 16.5C13.9 16.5 16.5 17.4 16.9 18.3C15.6 19.4 13.9 20 12 20C10.1 20 8.4 19.4 7.1 18.3ZM18.4 16.8C17 15.1 13.5 14.5 12 14.5C10.5 14.5 7.1 15.1 5.6 16.8C4.6 15.5 4 13.8 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 13.8 19.4 15.5 18.4 16.8ZM12 6C10.1 6 8.5 7.6 8.5 9.5C8.5 11.4 10.1 13 12 13C13.9 13 15.5 11.4 15.5 9.5C15.5 7.6 13.9 6 12 6ZM12 11C11.2 11 10.5 10.3 10.5 9.5C10.5 8.7 11.2 8 12 8C12.8 8 13.5 8.7 13.5 9.5C13.5 10.3 12.8 11 12 11Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.preferences > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M19.3002 8.65078L18.6002 7.45078L17.3002 7.95078L16.2002 8.35078L15.3002 7.65078C14.9002 7.35078 14.5002 7.15078 14.1002 6.95078L13.0002 6.55078L12.8002 5.45078L12.7002 4.05078H11.3002L11.1002 5.35078L11.0002 6.55078L9.9002 6.95078C9.5002 7.15078 9.1002 7.35078 8.6002 7.75078L7.7002 8.35078L6.7002 7.95078L5.4002 7.45078L4.7002 8.65078L5.8002 9.45078L6.7002 10.1508L6.6002 11.2508C6.6002 11.5508 6.5002 11.7508 6.5002 11.9508C6.5002 12.1508 6.5002 12.3508 6.6002 12.6508L6.7002 13.7508L5.8002 14.4508L4.7002 15.2508L5.4002 16.4508L6.7002 15.9508L7.8002 15.5508L8.7002 16.2508C9.1002 16.5508 9.5002 16.7508 9.9002 16.9508L11.0002 17.3508L11.2002 18.4508L11.4002 19.8508H12.8002L13.0002 18.4508L13.2002 17.3508L14.3002 16.9508C14.7002 16.7508 15.1002 16.5508 15.5002 16.2508L16.4002 15.5508L17.4002 15.9508L18.7002 16.4508L19.4002 15.2508L18.3002 14.4508L17.4002 13.7508L17.5002 12.6508C17.5002 12.3508 17.5002 12.1508 17.5002 11.9508C17.5002 11.7508 17.5002 11.5508 17.5002 11.2508L17.4002 10.1508L18.3002 9.45078C18.2002 9.45078 19.3002 8.65078 19.3002 8.65078ZM12.0002 16.0508C9.8002 16.0508 8.0002 14.2508 8.0002 12.0508C8.0002 9.85078 9.8002 8.05078 12.0002 8.05078C14.2002 8.05078 16.0002 9.85078 16.0002 12.0508C16.0002 14.2508 14.2002 16.0508 12.0002 16.0508Z' fill='%237e8085'/%3E%3Cpath d='M19.4 13C19.4 12.7 19.5 12.4 19.5 12C19.5 11.7 19.5 11.3 19.4 11L21.5 9.4C21.7 9.3 21.7 9 21.6 8.8L19.6 5.3C19.6 5.1 19.4 5 19.2 5C19.1 5 19.1 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H9.99997C9.79997 2 9.49997 2.2 9.49997 2.4L9.09997 5.1C8.49997 5.3 7.99997 5.7 7.39997 6.1L4.89997 5.1C4.89997 5 4.79997 5 4.79997 5C4.59997 5 4.39997 5.1 4.29997 5.3L2.29997 8.8C2.19997 8.9 2.29997 9.2 2.49997 9.4L4.59997 11C4.59997 11.3 4.49997 11.6 4.49997 12C4.49997 12.4 4.49997 12.7 4.59997 13L2.49997 14.6C2.29997 14.7 2.29997 15 2.39997 15.2L4.39997 18.7C4.39997 18.9 4.59997 19 4.79997 19C4.89997 19 4.89997 19 4.99997 19L7.49997 18C7.99997 18.4 8.59997 18.7 9.19997 19L9.59997 21.6C9.59997 21.8 9.79997 22 10.1 22H14.1C14.3 22 14.6 21.8 14.6 21.6L15 19C15.6 18.8 16.2 18.4 16.7 18L19.2 19C19.3 19 19.3 19 19.4 19C19.6 19 19.7 18.9 19.8 18.8L21.8 15.3C21.9 15.1 21.9 14.8 21.7 14.7L19.4 13ZM17.5 11.3C17.5 11.6 17.5 11.8 17.5 12C17.5 12.2 17.5 12.4 17.5 12.7L17.4 13.8L18.3 14.5L19.4 15.3L18.7 16.5L17.4 16L16.4 15.6L15.5 16.3C15.1 16.6 14.7 16.9 14.3 17L13.2 17.4L13 18.5L12.7 20H11.3L11.1 18.6L11 17.5L9.89997 17.1C9.49997 16.9 9.09997 16.7 8.69997 16.4L7.79997 15.7L6.69997 16.1L5.39997 16.6L4.69997 15.4L5.79997 14.6L6.69997 13.9L6.59997 12.8C6.59997 12.5 6.49997 12.3 6.49997 12.1C6.49997 11.9 6.49997 11.7 6.59997 11.4L6.69997 10.3L5.79997 9.4L4.69997 8.6L5.39997 7.4L6.69997 7.9L7.69997 8.3L8.59997 7.6C8.99997 7.3 9.39997 7 9.79997 6.9L10.9 6.5L11.1 5.4L11.3 4H12.7L12.9 5.3L13 6.5L14.1 6.9C14.5 7.1 14.9 7.3 15.3 7.6L16.2 8.3L17.3 7.9L18.6 7.4L19.3 8.6L18.2 9.5L17.3 10.2C17.3 10.1 17.5 11.3 17.5 11.3ZM12 8C9.79997 8 7.99997 9.8 7.99997 12C7.99997 14.2 9.79997 16 12 16C14.2 16 16 14.2 16 12C16 9.8 14.2 8 12 8ZM12 14C10.9 14 9.99997 13.1 9.99997 12C9.99997 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.preferences > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M19.3002 8.65078L18.6002 7.45078L17.3002 7.95078L16.2002 8.35078L15.3002 7.65078C14.9002 7.35078 14.5002 7.15078 14.1002 6.95078L13.0002 6.55078L12.8002 5.45078L12.7002 4.05078H11.3002L11.1002 5.35078L11.0002 6.55078L9.9002 6.95078C9.5002 7.15078 9.1002 7.35078 8.6002 7.75078L7.7002 8.35078L6.7002 7.95078L5.4002 7.45078L4.7002 8.65078L5.8002 9.45078L6.7002 10.1508L6.6002 11.2508C6.6002 11.5508 6.5002 11.7508 6.5002 11.9508C6.5002 12.1508 6.5002 12.3508 6.6002 12.6508L6.7002 13.7508L5.8002 14.4508L4.7002 15.2508L5.4002 16.4508L6.7002 15.9508L7.8002 15.5508L8.7002 16.2508C9.1002 16.5508 9.5002 16.7508 9.9002 16.9508L11.0002 17.3508L11.2002 18.4508L11.4002 19.8508H12.8002L13.0002 18.4508L13.2002 17.3508L14.3002 16.9508C14.7002 16.7508 15.1002 16.5508 15.5002 16.2508L16.4002 15.5508L17.4002 15.9508L18.7002 16.4508L19.4002 15.2508L18.3002 14.4508L17.4002 13.7508L17.5002 12.6508C17.5002 12.3508 17.5002 12.1508 17.5002 11.9508C17.5002 11.7508 17.5002 11.5508 17.5002 11.2508L17.4002 10.1508L18.3002 9.45078C18.2002 9.45078 19.3002 8.65078 19.3002 8.65078ZM12.0002 16.0508C9.8002 16.0508 8.0002 14.2508 8.0002 12.0508C8.0002 9.85078 9.8002 8.05078 12.0002 8.05078C14.2002 8.05078 16.0002 9.85078 16.0002 12.0508C16.0002 14.2508 14.2002 16.0508 12.0002 16.0508Z' fill='%23ba1223'/%3E%3Cpath d='M19.4 13C19.4 12.7 19.5 12.4 19.5 12C19.5 11.7 19.5 11.3 19.4 11L21.5 9.4C21.7 9.3 21.7 9 21.6 8.8L19.6 5.3C19.6 5.1 19.4 5 19.2 5C19.1 5 19.1 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H9.99997C9.79997 2 9.49997 2.2 9.49997 2.4L9.09997 5.1C8.49997 5.3 7.99997 5.7 7.39997 6.1L4.89997 5.1C4.89997 5 4.79997 5 4.79997 5C4.59997 5 4.39997 5.1 4.29997 5.3L2.29997 8.8C2.19997 8.9 2.29997 9.2 2.49997 9.4L4.59997 11C4.59997 11.3 4.49997 11.6 4.49997 12C4.49997 12.4 4.49997 12.7 4.59997 13L2.49997 14.6C2.29997 14.7 2.29997 15 2.39997 15.2L4.39997 18.7C4.39997 18.9 4.59997 19 4.79997 19C4.89997 19 4.89997 19 4.99997 19L7.49997 18C7.99997 18.4 8.59997 18.7 9.19997 19L9.59997 21.6C9.59997 21.8 9.79997 22 10.1 22H14.1C14.3 22 14.6 21.8 14.6 21.6L15 19C15.6 18.8 16.2 18.4 16.7 18L19.2 19C19.3 19 19.3 19 19.4 19C19.6 19 19.7 18.9 19.8 18.8L21.8 15.3C21.9 15.1 21.9 14.8 21.7 14.7L19.4 13ZM17.5 11.3C17.5 11.6 17.5 11.8 17.5 12C17.5 12.2 17.5 12.4 17.5 12.7L17.4 13.8L18.3 14.5L19.4 15.3L18.7 16.5L17.4 16L16.4 15.6L15.5 16.3C15.1 16.6 14.7 16.9 14.3 17L13.2 17.4L13 18.5L12.7 20H11.3L11.1 18.6L11 17.5L9.89997 17.1C9.49997 16.9 9.09997 16.7 8.69997 16.4L7.79997 15.7L6.69997 16.1L5.39997 16.6L4.69997 15.4L5.79997 14.6L6.69997 13.9L6.59997 12.8C6.59997 12.5 6.49997 12.3 6.49997 12.1C6.49997 11.9 6.49997 11.7 6.59997 11.4L6.69997 10.3L5.79997 9.4L4.69997 8.6L5.39997 7.4L6.69997 7.9L7.69997 8.3L8.59997 7.6C8.99997 7.3 9.39997 7 9.79997 6.9L10.9 6.5L11.1 5.4L11.3 4H12.7L12.9 5.3L13 6.5L14.1 6.9C14.5 7.1 14.9 7.3 15.3 7.6L16.2 8.3L17.3 7.9L18.6 7.4L19.3 8.6L18.2 9.5L17.3 10.2C17.3 10.1 17.5 11.3 17.5 11.3ZM12 8C9.79997 8 7.99997 9.8 7.99997 12C7.99997 14.2 9.79997 16 12 16C14.2 16 16 14.2 16 12C16 9.8 14.2 8 12 8ZM12 14C10.9 14 9.99997 13.1 9.99997 12C9.99997 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.resources > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M11.2 8L10.6 7.4L9.2 6H4V18H20V8H12H11.2Z' fill='%237E8084'/%3E%3Cpath d='M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6ZM20 18H4V6H9.2L10.6 7.4L11.2 8H20V18Z' fill='%237e8085' /%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.resources > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M11.2 8L10.6 7.4L9.2 6H4V18H20V8H12H11.2Z' fill='%237E8084'/%3E%3Cpath d='M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6ZM20 18H4V6H9.2L10.6 7.4L11.2 8H20V18Z' fill='%23ba1223' /%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.default-settings > a {
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11 4H4V11H11V4Z' fill='%237E8085'/%3E%3Cpath opacity='0.3' d='M20 4H13V11H20V4Z' fill='%237E8085'/%3E%3Cpath opacity='0.3' d='M11 13H4V20H11V13Z' fill='%237E8085'/%3E%3Cpath d='M9 6V9H6V6H9ZM11 4H4V11H11V4Z' fill='%237e8085'/%3E%3Cpath d='M18 6V9H15V6H18ZM20 4H13V11H20V4Z' fill='%237e8085'/%3E%3Cpath d='M9 15V18H6V15H9ZM11 13H4V20H11V13Z' fill='%237e8085'/%3E%3Cpath d='M16.8838 13C16.7538 13 16.6437 13.09 16.6237 13.21L16.4337 14.53C16.1337 14.66 15.8438 14.82 15.5838 15L14.3438 14.5C14.2338 14.5 14.1037 14.5 14.0337 14.63L13.0337 16.36C12.9737 16.47 12.9938 16.6 13.0938 16.68L14.1538 17.5C14.1338 17.67 14.1237 17.83 14.1237 18C14.1237 18.17 14.1338 18.33 14.1538 18.5L13.0938 19.32C13.0038 19.4 12.9737 19.53 13.0337 19.64L14.0337 21.37C14.0937 21.5 14.2238 21.5 14.3438 21.5L15.5838 21C15.8438 21.18 16.1237 21.35 16.4337 21.47L16.6237 22.79C16.6437 22.91 16.7438 23 16.8838 23H18.8838C18.9938 23 19.1038 22.91 19.1238 22.79L19.3138 21.47C19.6138 21.34 19.8838 21.18 20.1538 21L21.3837 21.5C21.5138 21.5 21.6438 21.5 21.7137 21.37L22.7137 19.64C22.7738 19.53 22.7438 19.4 22.6538 19.32L21.5838 18.5C21.6038 18.33 21.6237 18.17 21.6237 18C21.6237 17.83 21.6138 17.67 21.5838 17.5L22.6438 16.68C22.7338 16.6 22.7638 16.47 22.7037 16.36L21.7037 14.63C21.6437 14.5 21.5138 14.5 21.3837 14.5L20.1538 15C19.8838 14.82 19.6138 14.65 19.3038 14.53L19.1137 13.21C19.1037 13.09 18.9938 13 18.8838 13H16.8838ZM17.8838 16.5C18.7138 16.5 19.3838 17.17 19.3838 18C19.3838 18.83 18.7138 19.5 17.8838 19.5C17.0438 19.5 16.3838 18.83 16.3838 18C16.3838 17.17 17.0538 16.5 17.8838 16.5Z' fill='%237e8085'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.default-settings > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11 4H4V11H11V4Z' fill='%237E8085'/%3E%3Cpath opacity='0.3' d='M20 4H13V11H20V4Z' fill='%237E8085'/%3E%3Cpath opacity='0.3' d='M11 13H4V20H11V13Z' fill='%237E8085'/%3E%3Cpath d='M9 6V9H6V6H9ZM11 4H4V11H11V4Z' fill='%23ba1223'/%3E%3Cpath d='M18 6V9H15V6H18ZM20 4H13V11H20V4Z' fill='%23ba1223'/%3E%3Cpath d='M9 15V18H6V15H9ZM11 13H4V20H11V13Z' fill='%23ba1223'/%3E%3Cpath d='M16.8838 13C16.7538 13 16.6437 13.09 16.6237 13.21L16.4337 14.53C16.1337 14.66 15.8438 14.82 15.5838 15L14.3438 14.5C14.2338 14.5 14.1037 14.5 14.0337 14.63L13.0337 16.36C12.9737 16.47 12.9938 16.6 13.0938 16.68L14.1538 17.5C14.1338 17.67 14.1237 17.83 14.1237 18C14.1237 18.17 14.1338 18.33 14.1538 18.5L13.0938 19.32C13.0038 19.4 12.9737 19.53 13.0337 19.64L14.0337 21.37C14.0937 21.5 14.2238 21.5 14.3438 21.5L15.5838 21C15.8438 21.18 16.1237 21.35 16.4337 21.47L16.6237 22.79C16.6437 22.91 16.7438 23 16.8838 23H18.8838C18.9938 23 19.1038 22.91 19.1238 22.79L19.3138 21.47C19.6138 21.34 19.8838 21.18 20.1538 21L21.3837 21.5C21.5138 21.5 21.6438 21.5 21.7137 21.37L22.7137 19.64C22.7738 19.53 22.7438 19.4 22.6538 19.32L21.5838 18.5C21.6038 18.33 21.6237 18.17 21.6237 18C21.6237 17.83 21.6138 17.67 21.5838 17.5L22.6438 16.68C22.7338 16.6 22.7638 16.47 22.7037 16.36L21.7037 14.63C21.6437 14.5 21.5138 14.5 21.3837 14.5L20.1538 15C19.8838 14.82 19.6138 14.65 19.3038 14.53L19.1137 13.21C19.1037 13.09 18.9938 13 18.8838 13H16.8838ZM17.8838 16.5C18.7138 16.5 19.3838 17.17 19.3838 18C19.3838 18.83 18.7138 19.5 17.8838 19.5C17.0438 19.5 16.3838 18.83 16.3838 18C16.3838 17.17 17.0538 16.5 17.8838 16.5Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active > a {
  color: #b11121 !important;
  display: block;
  padding: 14px 0px 11px 55px;
  font-weight: 600;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 20px 10px;
}
.main-menu .main-menu-title-1.active.dashboard > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ba1223' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M5 5H9V11H5V5ZM15 13H19V19H15V13ZM5 17H9V19H5V17ZM15 5H19V7H15V5Z' fill=''/%3E%3Cpath d='M3 13H11V3H3V13ZM5 5H9V11H5V5ZM13 21H21V11H13V21ZM15 13H19V19H15V13ZM13 3V9H21V3H13ZM19 7H15V5H19V7ZM3 21H11V15H3V21ZM5 17H9V19H5V17Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.active.analysis > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M18 14.5H22V20.6H18V14.5ZM16 20.5H12V10.5H16V20.5ZM10 20.5H6V13.4H10V20.5Z' fill='%23ba1223'/%3E%3Cpath d='M17 18.3L2.5 10.7L3.5 9L16.5 15.8L20.3 11.6L21.7 12.9L17 18.3Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.active.mv > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9 2V4C17.3 4.5 20.4 8.5 19.9 12.9C19.4 16.5 16.6 19.4 12.9 19.9V21.9C18.4 21.3 22.4 16.5 21.9 11C21.5 6.2 17.7 2.5 12.9 2ZM10.9 2C9 2.2 7.1 3 5.6 4.2L7 5.7C8.2 4.8 9.5 4.2 10.9 4V2ZM4.2 5.6C3 7.2 2.2 9 2 11H4C4.2 9.6 4.8 8.2 5.6 7.1L4.2 5.6ZM15.4 8.5L10.5 13.4L8.4 11.2L7.3 12.3L10.5 15.5L16.4 9.6L15.4 8.5ZM2 13C2.2 15 3 16.8 4.2 18.3L5.6 16.9C4.8 15.7 4.2 14.4 4 13H2ZM7.1 18.3L5.7 19.7C7.1 21 9 21.8 10.9 22V20C9.5 19.8 8.2 19.2 7.1 18.3Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.reports > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M7 8H17V6H19V20H5V6H7V8Z' fill='%23ba1223'/%3E%3Cpath d='M19 4H14.8C14.4 2.8 13.3 2 12 2C10.7 2 9.6 2.8 9.2 4H5C3.9 4 3 4.9 3 6V20C3 21.1 3.9 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 4C12.6 4 13 4.4 13 5C13 5.6 12.6 6 12 6C11.4 6 11 5.6 11 5C11 4.4 11.4 4 12 4ZM7 8H17V6H19V20H5V6H7V8Z' fill='%23ba1223'/%3E%3Cpath d='M7 18H9V12H7V18ZM11 18H13V10H11V18ZM15 18H17V14H15V18Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.alerts > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M12 5.5C9.2 5.5 7 7.7 7 10.5V17.5H17V10.5C17 7.7 14.8 5.5 12 5.5ZM13 15.5H11V13.5H13V15.5ZM13 11.5H11V7.5H13V11.5Z' fill='%23ba1223'/%3E%3Cpath d='M12 22.5C13.1 22.5 14 21.6 14 20.5H10C10 21.6 10.9 22.5 12 22.5ZM19 16.5V10.5C19 7.2 16.6 4.3 13.5 3.7V2.5C13.5 1.7 12.8 1 12 1C11.2 1 10.5 1.7 10.5 2.5V3.7C7.4 4.3 5 7.2 5 10.5V16.5L3 18.5V19.5H21V18.5L19 16.5ZM17 17.5H7V10.5C7 7.7 9.2 5.5 12 5.5C14.8 5.5 17 7.7 17 10.5V17.5ZM11 7.5H13V11.5H11V7.5ZM11 13.5H13V15.5H11V13.5Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='21.5' fill='white' transform='translate(3 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.active.custom-section > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' fill='%23ba1223' viewBox='0 0 24 24'%3E%3Cpath d='M16,9H19L14,16M10,9H14L12,17M5,9H8L10,16M15,4H17L19,7H16M11,4H13L14,7H10M7,4H9L8,7H5M6,2L2,8L12,22L22,8L18,2H6Z' /%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.active.locations > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 4C9.2 4 7 6.2 7 9C7 11.9 9.9 16.2 12 18.9C14.1 16.2 17 11.9 17 9C17 6.2 14.8 4 12 4ZM12 11.5C10.6 11.5 9.5 10.4 9.5 9C9.5 7.6 10.6 6.5 12 6.5C13.4 6.5 14.5 7.6 14.5 9C14.5 10.4 13.4 11.5 12 11.5Z' fill='%23ba1223'/%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22C12 22 19 14.2 19 9C19 5.1 15.9 2 12 2ZM7 9C7 6.2 9.2 4 12 4C14.8 4 17 6.2 17 9C17 11.9 14.1 16.2 12 18.9C9.9 16.2 7 11.9 7 9Z' fill='%23ba1223'/%3E%3Cpath d='M12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.forecast > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='2' y='2' width='2' height='20' fill='%23ba1223'/%3E%3Crect x='7.65674' y='4.53552' width='2' height='8' transform='rotate(45 7.65674 4.53552)' fill='%23ba1223'/%3E%3Crect x='13.4202' y='10.0858' width='2' height='8' transform='rotate(135 13.4202 10.0858)' fill='%23ba1223'/%3E%3Crect x='16.8491' y='3.82837' width='2' height='8' transform='rotate(45 16.8491 3.82837)' fill='%23ba1223'/%3E%3Crect x='5' y='13' width='4' height='9' fill='%23CFD0D1'/%3E%3Crect x='11' y='15' width='4' height='7' fill='%23CFD0D1'/%3E%3Crect x='17' y='11' width='4' height='11' fill='%23ba1223'/%3E%3Crect x='2' y='20' width='20' height='2' fill='%23ba1223'/%3E%3Cpath d='M18.2635 3.82843L18.5917 8.39924L13.6927 3.50026L18.2635 3.82843Z' fill='%23ba1223'/%3E%3C/svg%3E");
}
.main-menu .main-menu-title-1.active.supplies > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 4H22V16H6V4Z' fill='%23ba1223'/%3E%3Cpath d='M6 4H22V16H6V4ZM14 7C15.7 7 17 8.3 17 10C17 11.7 15.7 13 14 13C12.3 13 11 11.7 11 10C11 8.3 12.3 7 14 7ZM10 6C10 7.1 9.1 8 8 8V12C9.1 12 10 12.9 10 14H18C18 12.9 18.9 12 20 12V8C18.9 8 18 7.1 18 6H10ZM2 8H4V18H18V20H2V8Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.gateways > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9 7.10001L4.5 8.50001L7 11H2V13H7L4.5 15.5L5.9 16.9L10.8 12' fill='%23ba1223'/%3E%3Cpath d='M13 2C9.9 2 6.7 2.7 5.1 4L6.5 5.4C7.5 4.8 9.7 4 13 4C17.5 4 20 5.4 20 6C20 6.6 17.5 8 13 8C11.2 8 9.7 7.8 8.6 7.5L10.9 9.8L11 9.9C11.7 10 12.4 10 13 10C15.6 10 18.3 9.5 20 8.6V10C20 10.6 17.5 12 13 12L11.1 13.9C11.7 14 12.4 14 13 14C15.6 14 18.3 13.5 20 12.6V14C20 14.6 17.5 16 13 16C11.6 16 10.3 15.9 9.3 15.6L7.7 17.2C9.2 17.8 11.1 18 13 18C15.6 18 18.3 17.5 20 16.6V18C20 18.6 17.5 20 13 20C9.5 20 7.3 19.2 6.4 18.5L5.9 19L5 19.9C6.6 21.3 9.8 22 13 22C17.5 22 22 20.6 22 18V6C22 3.4 17.5 2 13 2Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13 18C11.1 18 9.2 17.8 7.7 17.3L6.4 18.6C7.3 19.2 9.5 20 13 20C17.5 20 20 18.6 20 18V16.6C18.3 17.5 15.6 18 13 18Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13 14C12.4 14 11.7 14 11.1 13.9L11 14L9.4 15.6C10.4 15.8 11.6 16 13.1 16C17.6 16 20.1 14.6 20.1 14V12.6C18.3 13.5 15.6 14 13 14Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13 10C12.4 10 11.7 10 11.1 9.90001L13.1 11.9L13 12C17.5 12 20 10.6 20 10V8.60001C18.3 9.50001 15.6 10 13 10Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.parameters > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17V19H9V17H3ZM3 5V7H13V5H3ZM13 21V19H21V17H13V15H11V21H13ZM7 9V11H3V13H7V15H9V9H7ZM21 13V11H11V13H21ZM15 9H17V7H21V5H17V3H15V9Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.users > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 4C7.6 4 4 7.6 4 12C4 13.8 4.6 15.5 5.6 16.8C7 15.1 10.5 14.5 12 14.5C13.5 14.5 16.9 15.1 18.4 16.8C19.4 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4ZM12 13C10.1 13 8.5 11.4 8.5 9.5C8.5 7.6 10.1 6 12 6C13.9 6 15.5 7.6 15.5 9.5C15.5 11.4 13.9 13 12 13Z' fill='%23ba1223'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM7.1 18.3C7.5 17.4 10.1 16.5 12 16.5C13.9 16.5 16.5 17.4 16.9 18.3C15.6 19.4 13.9 20 12 20C10.1 20 8.4 19.4 7.1 18.3ZM18.4 16.8C17 15.1 13.5 14.5 12 14.5C10.5 14.5 7.1 15.1 5.6 16.8C4.6 15.5 4 13.8 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 13.8 19.4 15.5 18.4 16.8ZM12 6C10.1 6 8.5 7.6 8.5 9.5C8.5 11.4 10.1 13 12 13C13.9 13 15.5 11.4 15.5 9.5C15.5 7.6 13.9 6 12 6ZM12 11C11.2 11 10.5 10.3 10.5 9.5C10.5 8.7 11.2 8 12 8C12.8 8 13.5 8.7 13.5 9.5C13.5 10.3 12.8 11 12 11Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.resources > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M11.2 8L10.6 7.4L9.2 6H4V18H20V8H12H11.2Z' fill='%237E8084'/%3E%3Cpath d='M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6ZM20 18H4V6H9.2L10.6 7.4L11.2 8H20V18Z' fill='%23ba1223' /%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.preferences > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M19.3002 8.65078L18.6002 7.45078L17.3002 7.95078L16.2002 8.35078L15.3002 7.65078C14.9002 7.35078 14.5002 7.15078 14.1002 6.95078L13.0002 6.55078L12.8002 5.45078L12.7002 4.05078H11.3002L11.1002 5.35078L11.0002 6.55078L9.9002 6.95078C9.5002 7.15078 9.1002 7.35078 8.6002 7.75078L7.7002 8.35078L6.7002 7.95078L5.4002 7.45078L4.7002 8.65078L5.8002 9.45078L6.7002 10.1508L6.6002 11.2508C6.6002 11.5508 6.5002 11.7508 6.5002 11.9508C6.5002 12.1508 6.5002 12.3508 6.6002 12.6508L6.7002 13.7508L5.8002 14.4508L4.7002 15.2508L5.4002 16.4508L6.7002 15.9508L7.8002 15.5508L8.7002 16.2508C9.1002 16.5508 9.5002 16.7508 9.9002 16.9508L11.0002 17.3508L11.2002 18.4508L11.4002 19.8508H12.8002L13.0002 18.4508L13.2002 17.3508L14.3002 16.9508C14.7002 16.7508 15.1002 16.5508 15.5002 16.2508L16.4002 15.5508L17.4002 15.9508L18.7002 16.4508L19.4002 15.2508L18.3002 14.4508L17.4002 13.7508L17.5002 12.6508C17.5002 12.3508 17.5002 12.1508 17.5002 11.9508C17.5002 11.7508 17.5002 11.5508 17.5002 11.2508L17.4002 10.1508L18.3002 9.45078C18.2002 9.45078 19.3002 8.65078 19.3002 8.65078ZM12.0002 16.0508C9.8002 16.0508 8.0002 14.2508 8.0002 12.0508C8.0002 9.85078 9.8002 8.05078 12.0002 8.05078C14.2002 8.05078 16.0002 9.85078 16.0002 12.0508C16.0002 14.2508 14.2002 16.0508 12.0002 16.0508Z' fill='%23ba1223'/%3E%3Cpath d='M19.4 13C19.4 12.7 19.5 12.4 19.5 12C19.5 11.7 19.5 11.3 19.4 11L21.5 9.4C21.7 9.3 21.7 9 21.6 8.8L19.6 5.3C19.6 5.1 19.4 5 19.2 5C19.1 5 19.1 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H9.99997C9.79997 2 9.49997 2.2 9.49997 2.4L9.09997 5.1C8.49997 5.3 7.99997 5.7 7.39997 6.1L4.89997 5.1C4.89997 5 4.79997 5 4.79997 5C4.59997 5 4.39997 5.1 4.29997 5.3L2.29997 8.8C2.19997 8.9 2.29997 9.2 2.49997 9.4L4.59997 11C4.59997 11.3 4.49997 11.6 4.49997 12C4.49997 12.4 4.49997 12.7 4.59997 13L2.49997 14.6C2.29997 14.7 2.29997 15 2.39997 15.2L4.39997 18.7C4.39997 18.9 4.59997 19 4.79997 19C4.89997 19 4.89997 19 4.99997 19L7.49997 18C7.99997 18.4 8.59997 18.7 9.19997 19L9.59997 21.6C9.59997 21.8 9.79997 22 10.1 22H14.1C14.3 22 14.6 21.8 14.6 21.6L15 19C15.6 18.8 16.2 18.4 16.7 18L19.2 19C19.3 19 19.3 19 19.4 19C19.6 19 19.7 18.9 19.8 18.8L21.8 15.3C21.9 15.1 21.9 14.8 21.7 14.7L19.4 13ZM17.5 11.3C17.5 11.6 17.5 11.8 17.5 12C17.5 12.2 17.5 12.4 17.5 12.7L17.4 13.8L18.3 14.5L19.4 15.3L18.7 16.5L17.4 16L16.4 15.6L15.5 16.3C15.1 16.6 14.7 16.9 14.3 17L13.2 17.4L13 18.5L12.7 20H11.3L11.1 18.6L11 17.5L9.89997 17.1C9.49997 16.9 9.09997 16.7 8.69997 16.4L7.79997 15.7L6.69997 16.1L5.39997 16.6L4.69997 15.4L5.79997 14.6L6.69997 13.9L6.59997 12.8C6.59997 12.5 6.49997 12.3 6.49997 12.1C6.49997 11.9 6.49997 11.7 6.59997 11.4L6.69997 10.3L5.79997 9.4L4.69997 8.6L5.39997 7.4L6.69997 7.9L7.69997 8.3L8.59997 7.6C8.99997 7.3 9.39997 7 9.79997 6.9L10.9 6.5L11.1 5.4L11.3 4H12.7L12.9 5.3L13 6.5L14.1 6.9C14.5 7.1 14.9 7.3 15.3 7.6L16.2 8.3L17.3 7.9L18.6 7.4L19.3 8.6L18.2 9.5L17.3 10.2C17.3 10.1 17.5 11.3 17.5 11.3ZM12 8C9.79997 8 7.99997 9.8 7.99997 12C7.99997 14.2 9.79997 16 12 16C14.2 16 16 14.2 16 12C16 9.8 14.2 8 12 8ZM12 14C10.9 14 9.99997 13.1 9.99997 12C9.99997 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-1.active.default-settings > a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11 4H4V11H11V4Z' fill='%237E8085'/%3E%3Cpath opacity='0.3' d='M20 4H13V11H20V4Z' fill='%237E8085'/%3E%3Cpath opacity='0.3' d='M11 13H4V20H11V13Z' fill='%237E8085'/%3E%3Cpath d='M9 6V9H6V6H9ZM11 4H4V11H11V4Z' fill='%23ba1223'/%3E%3Cpath d='M18 6V9H15V6H18ZM20 4H13V11H20V4Z' fill='%23ba1223'/%3E%3Cpath d='M9 15V18H6V15H9ZM11 13H4V20H11V13Z' fill='%23ba1223'/%3E%3Cpath d='M16.8838 13C16.7538 13 16.6437 13.09 16.6237 13.21L16.4337 14.53C16.1337 14.66 15.8438 14.82 15.5838 15L14.3438 14.5C14.2338 14.5 14.1037 14.5 14.0337 14.63L13.0337 16.36C12.9737 16.47 12.9938 16.6 13.0938 16.68L14.1538 17.5C14.1338 17.67 14.1237 17.83 14.1237 18C14.1237 18.17 14.1338 18.33 14.1538 18.5L13.0938 19.32C13.0038 19.4 12.9737 19.53 13.0337 19.64L14.0337 21.37C14.0937 21.5 14.2238 21.5 14.3438 21.5L15.5838 21C15.8438 21.18 16.1237 21.35 16.4337 21.47L16.6237 22.79C16.6437 22.91 16.7438 23 16.8838 23H18.8838C18.9938 23 19.1038 22.91 19.1238 22.79L19.3138 21.47C19.6138 21.34 19.8838 21.18 20.1538 21L21.3837 21.5C21.5138 21.5 21.6438 21.5 21.7137 21.37L22.7137 19.64C22.7738 19.53 22.7438 19.4 22.6538 19.32L21.5838 18.5C21.6038 18.33 21.6237 18.17 21.6237 18C21.6237 17.83 21.6138 17.67 21.5838 17.5L22.6438 16.68C22.7338 16.6 22.7638 16.47 22.7037 16.36L21.7037 14.63C21.6437 14.5 21.5138 14.5 21.3837 14.5L20.1538 15C19.8838 14.82 19.6138 14.65 19.3038 14.53L19.1137 13.21C19.1037 13.09 18.9938 13 18.8838 13H16.8838ZM17.8838 16.5C18.7138 16.5 19.3838 17.17 19.3838 18C19.3838 18.83 18.7138 19.5 17.8838 19.5C17.0438 19.5 16.3838 18.83 16.3838 18C16.3838 17.17 17.0538 16.5 17.8838 16.5Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.main-menu .main-menu-title-2 {
  border-bottom: 1px solid #EBEBEC;
  color: #404145;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 600;
}
/*---------------[ End of Top Menu ]-----*/
/*---------------[ Content ]-----*/
#content {
  position: relative;
  /*---------------[ Left menu ]-----*/

  /*---------------[ End left menu ]-----*/

}
#content .menu-bg {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 18%;
  background: #f3f4f5;
  z-index: 0;
  border-right: 1px solid #e1e2e3;
}
#content nav {
  display: inline-block;
  width: 248px;
  margin-bottom: 15px;
}
#content .tab-content {
  position: relative;
  z-index: 20;
  /*---------------[ Tabs navigation ]-----*/

  /*---------------[ End tabs navigation ]-----*/

}
#content .tab-content .content {
  display: inline-block;
  padding: 20px;
  padding-left: 1px;
  width: 80%;
  float: right;
}
#content .tab-content .content .tab-content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/*---------------[ Content common styles ]-----*/
.first-row-form .nav {
  margin-bottom: 0;
}
.first-row {
  height: 50px;
}
.first-row,
.first-row-form {
  /*---------------[ Pagination ]-----*/

}
.first-row ul,
.first-row-form ul {
  float: left;
}
.first-row .btn,
.first-row-form .btn {
  float: left;
}
.first-row .pagination,
.first-row-form .pagination {
  float: right;
}
.first-row .pagination ul,
.first-row-form .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ana-ficha {
  /*border-bottom: 1px solid rgba(0,0,0,.2);*/

  clear: both;
}
.ana-ficha ul li {
  list-style: none;
}
.ana-ficha > h4 {
  float: left;
  margin: 18px 0;
}
.ana-ficha > a {
  float: right;
  margin: 10px 0;
  font-size: 14px;
  line-height: 2.5em;
}
.custom-section {
  padding-top: 10px;
  border-top: 1px solid #EBEBEC;
  margin-top: 10px;
}
/*---------------[ End of content common styles ]-----*/
.search-field {
  float: left;
}
.search-field input {
  height: 34px;
  width: 200px;
  border: 1px solid #cfd2d5;
  background: url(../img/search.svg) no-repeat 4px center;
}
.search-field input[type="text"] {
  color: #3b3e42;
  font-size: 14px;
  padding-left: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/*
 * jScrollPane
 *
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  right: 5px;
  width: 8px;
  height: 100%;
  background: transparent;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: transparent;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: transparent;
  position: relative;
}
.jspDrag {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #FFF;
  position: absolute;
  right: -9px;
  top: -8px;
}
.arrow-left2 {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 8px;
  left: -8px;
}
/*---------------[ End of jScrollPane ]-----*/
/* Start of TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background-color: black;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: black;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: black;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: black;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: black;
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px;
    background-color: black;
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: black;
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: black;
  }
}
.smart_engine_icon {
  vertical-align: -3px;
  margin-right: 5px;
}
.msg_container {
  margin-top: 20px;
  padding: 1em 0.7em;
  clear: both;
}
/* End of TipTip CSS - Version 1.2 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 20, 2012 */
@font-face {
  font-family: 'digital-7mono';
  src: url('../fonts/digital-7-webfont.eot');
  src: url('../fonts/digital-7-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/digital-7-webfont.woff') format('woff'), url('../fonts/digital-7-webfont.ttf') format('truetype'), url('../fonts/digital-7-webfont.svg#digital-7mono') format('svg');
  font-weight: normal;
  font-style: normal;
}
form label.required:after {
  content: " *";
}
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 21px;
  height: 20px;
  *margin-right: .3em;
  line-height: 19px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.icon-line {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 11.8L20.2 4.5L21.9 5.5L16.7 14.6L10.2 10.8L5.5 19H22V21H2V3H4V17.5L9.5 8L16 11.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.active > .icon-line {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 11.8L20.2 4.5L21.9 5.5L16.7 14.6L10.2 10.8L5.5 19H22V21H2V3H4V17.5L9.5 8L16 11.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.icon-pie {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M4 12C4 16.1 7.1 19.4 11 19.9V4.09998C7.1 4.59998 4 7.89998 4 12ZM13 19.9C16.6 19.4 19.5 16.6 19.9 13H13V19.9ZM13 4.09998V11H19.9C19.5 7.39998 16.6 4.49998 13 4.09998Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM11 19.9C7.1 19.4 4 16 4 12C4 8 7.1 4.6 11 4.1V19.9ZM13 19.9V13H19.9C19.5 16.6 16.6 19.5 13 19.9ZM13 11V4.1C16.6 4.5 19.5 7.4 19.9 11H13Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.active > .icon-pie {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M4 12C4 16.1 7.1 19.4 11 19.9V4.09998C7.1 4.59998 4 7.89998 4 12ZM13 19.9C16.6 19.4 19.5 16.6 19.9 13H13V19.9ZM13 4.09998V11H19.9C19.5 7.39998 16.6 4.49998 13 4.09998Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM11 19.9C7.1 19.4 4 16 4 12C4 8 7.1 4.6 11 4.1V19.9ZM13 19.9V13H19.9C19.5 16.6 16.6 19.5 13 19.9ZM13 11V4.1C16.6 4.5 19.5 7.4 19.9 11H13Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.icon-stacked-column {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21H2V3H4V19H6V17H10V19H12V16H16V19H18V17H22V21ZM18 14H22V16H18V14ZM12 6H16V9H12V6ZM16 15H12V10H16V15ZM6 10H10V12H6V10ZM10 16H6V13H10V16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.active > .icon-stacked-column {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21H2V3H4V19H6V17H10V19H12V16H16V19H18V17H22V21ZM18 14H22V16H18V14ZM12 6H16V9H12V6ZM16 15H12V10H16V15ZM6 10H10V12H6V10ZM10 16H6V13H10V16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.icon-custom-report {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 11H11V14H8V16H11V19H13V16H16V14H13V11Z' fill='%236b7078'/%3E%3Cpath d='M19 5H17V3H15.9C15.5 1.3 13.9 0 12 0C10.1 0 8.6 1.3 8.1 3H7V5H5C3.9 5 3 5.9 3 7V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM12 2C12.7 2 13.4 2.4 13.7 3H10.2C10.6 2.4 11.3 2 12 2ZM9 5H15V7H9V5ZM19 21H5V7H7V9H17V7H19V21Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16 4H7V8H16V4Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.active > .icon-custom-report {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 11H11V14H8V16H11V19H13V16H16V14H13V11Z' fill='%23ffffff'/%3E%3Cpath d='M19 5H17V3H15.9C15.5 1.3 13.9 0 12 0C10.1 0 8.6 1.3 8.1 3H7V5H5C3.9 5 3 5.9 3 7V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM12 2C12.7 2 13.4 2.4 13.7 3H10.2C10.6 2.4 11.3 2 12 2ZM9 5H15V7H9V5ZM19 21H5V7H7V9H17V7H19V21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16 4H7V8H16V4Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.icon-magnifying-glass {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9167 11.6667H12.25L12 11.4167C12.8333 10.5 13.3333 9.25 13.3333 7.91667C13.3333 4.91667 10.9167 2.5 7.91667 2.5C4.91667 2.5 2.5 4.91667 2.5 7.91667C2.5 10.9167 4.91667 13.3333 7.91667 13.3333C9.25 13.3333 10.5 12.8333 11.4167 12L11.6667 12.25V12.9167L15.8333 17.0833L17.0833 15.8333L12.9167 11.6667ZM7.91667 11.6667C5.83333 11.6667 4.16667 10 4.16667 7.91667C4.16667 5.83333 5.83333 4.16667 7.91667 4.16667C10 4.16667 11.6667 5.83333 11.6667 7.91667C11.6667 10 10 11.6667 7.91667 11.6667Z' fill='%23cfd2d5'/%3E%3C/svg%3E");
}
.icon-close-tag {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0832 3.73852L10.2607 2.91602L6.99984 6.17685L3.739 2.91602L2.9165 3.73852L6.17734 6.99935L2.9165 10.2602L3.739 11.0827L6.99984 7.82185L10.2607 11.0827L11.0832 10.2602L7.82234 6.99935L11.0832 3.73852Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.icon-card-report {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M83.4 22.2H127V27H83.4V22.2ZM83.4 43H105.1V47.8H83.4V43ZM83.4 33.3V37.4H127V32.6H83.4V33.3ZM30.4 80.4H74V85.2H30.4V80.4ZM30.4 91.5V95.6H74V90.8H30.4V91.5ZM30.4 59.2H74V64H30.4V59.2ZM30.4 70.2V74.3H74V69.5H30.4V70.2ZM80.9 144.6H124.5V149.4H80.9V144.6ZM80.9 159.7V155.6V154.9H124.5V159.7H80.9V159.7Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80 117V128.8C80 129.7 79.3 130.4 78.3 130.4C77.4 130.4 76.6 129.7 76.6 128.8V117C76.6 116.1 77.3 115.4 78.3 115.4C79.3 115.4 80 116.1 80 117ZM68.1 109.9C67.2 109.9 66.4 110.6 66.4 111.5V129.4C66.4 130.2 67.1 131 68.1 131C69 131 69.8 130.3 69.8 129.4V111.5C69.8 110.7 69 109.9 68.1 109.9ZM57.8 130.3C58.7 130.3 59.5 129.6 59.5 128.7V119C59.5 118.2 58.8 117.4 57.8 117.4C56.9 117.4 56.1 118.1 56.1 119V128.8C56.2 129.6 56.9 130.3 57.8 130.3ZM68.5 141.7C68.2 141.5 67.8 141.4 67.4 141.4C66.9 141.4 66.5 141.6 66.2 142L54.8 155L51.1 151.4C50.8 151.1 50.4 150.9 49.9 150.9C49.5 150.9 49.1 151.1 48.7 151.4L39.1 160H44L49.9 154.8L53.8 158.4C54.1 158.7 54.5 158.9 55 158.9C55.5 158.9 55.9 158.7 56.2 158.3L68.7 144C69.3 143.3 69.3 142.3 68.5 141.7ZM37.3 115.4C36.4 115.4 35.6 116.1 35.6 117V129.5C35.6 130.3 36.3 131.1 37.3 131.1C38.2 131.1 39 130.4 39 129.5V117C39 116.1 38.3 115.4 37.3 115.4ZM47.6 131C48.5 131 49.3 130.3 49.3 129.4V113.4C49.3 112.6 48.6 111.8 47.6 111.8C46.7 111.8 45.9 112.5 45.9 113.4V129.4C45.9 130.3 46.7 131 47.6 131ZM126 79.1C126 80.2 125.5 80.8 123.1 80.8C122.6 80.8 122 80.8 121.5 80.7C121.2 80.7 121 80.7 120.7 80.7C120.5 80.7 120.3 80.7 120.1 80.7C119.7 80.7 119.4 80.7 119.1 80.8L118.4 80.9V81.6C118.6 90.4 111 97.6 101.8 97.6C92.5 97.6 85.1 90.4 85.1 81.6C85.1 72.8 92.6 65.6 101.8 65.6H102.6V60.1C102.6 59.2 103.3 58.5 104.3 58.5C116.3 58.3 126 67.6 126 79.1ZM115.2 80.6H104.3C103.6 80.6 103.3 80.4 103.1 80.3C102.4 79.6 102.4 77.3 102.5 75C102.6 73.3 102.7 71.4 102.5 69.5L102.4 68.8H101.7C94.3 68.8 88.3 74.5 88.3 81.5C88.3 88.5 94.3 94.2 101.7 94.2C109.1 94.2 115.1 88.5 115.1 81.5V80.6H115.2ZM122.7 77.4L122.5 76.5C121.3 68.9 114.9 62.8 106.9 61.7L106 62.4V77.4H122.7ZM88.6 106.6C87.7 106.6 86.9 107.3 86.9 108.2V128.8C86.9 129.6 87.6 130.4 88.6 130.4C89.6 130.4 90.3 129.7 90.3 128.8V108.2C90.3 107.4 89.5 106.6 88.6 106.6ZM119.4 108.4C118.5 108.4 117.7 109.1 117.7 110V129.5C117.7 130.3 118.4 131.1 119.4 131.1C120.4 131.1 121.1 130.4 121.1 129.5V110C121.1 109.1 120.3 108.4 119.4 108.4ZM98.9 105.9C98 105.9 97.2 106.6 97.2 107.5V128.8C97.2 129.6 97.9 130.4 98.9 130.4C99.9 130.4 100.6 129.7 100.6 128.8V107.5C100.5 106.6 99.8 105.9 98.9 105.9ZM109.1 114.1C108.2 114.1 107.4 114.8 107.4 115.7V129.5C107.4 130.3 108.1 131.1 109.1 131.1C110.1 131.1 110.8 130.4 110.8 129.5V115.7C110.8 114.8 110 114.1 109.1 114.1Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 160H138.7V11.2H56.6V42.9C56.6 43.8 55.9 44.5 54.9 44.5H21.5V160ZM23.9 41.3H53.3V13.5L23.9 41.3ZM33.2 160V140.6C33.2 139.7 33.9 139 34.9 139C35.8 139 36.6 139.7 36.6 140.6V160H33.2ZM33.7 131H124.4C125.4 131 126.1 130.3 126.1 129.4C126.1 128.6 125.4 127.8 124.4 127.8H33.7C32.8 127.8 32 128.5 32 129.4C32.1 130.3 32.8 131 33.7 131ZM138.7 160H142V9.6C142 8.8 141.3 8 140.3 8C140.3 8 54.5 8.1 53.9 8.3L53.7 8.5C53.7 8.5 19.6 40.8 18.6 41.8C17.9 42.9 18.1 157.2 18.1 160H21.4H138.7Z' fill='%23404145'/%3E%3C/svg%3E%0A");
}
.icon-card-threshold-alert {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M33.5 92.1V116.8H127.3V92.1C119.1 92.1 114.6 79.6 112.3 76.2C109.9 72.5 107.1 68.5 101.7 68.5C96.3 68.5 93.6 72.6 91.1 76.2C88.8 79.8 84.5 91.1 80.1 91.1C75.7 91.1 72.5 86.7 70.1 83.3C67.7 79.6 65.9 74.6 60.6 74.6C55.3 74.6 52.5 78.7 50 82.3C47.7 85.9 42 92.2 35 92.2' fill='%23ba1223'/%3E%3Cpath d='M129.5 114.8H35.5V94C44.1 93.8 50.2 85.8 51.9 83.3C54.2 79.8 56.5 76.5 60.7 76.5C63.7 76.5 65.2 78.6 67.2 82.1C67.7 82.9 68.1 83.7 68.6 84.4C70.5 87.2 74.5 93.1 80.3 93.1C84.8 93.1 88 86.7 90.9 81.1C91.7 79.6 92.5 78.1 93 77.2C95.3 73.7 97.6 70.4 101.8 70.4C106.1 70.4 108.3 73.6 110.6 77.2C111 77.8 111.5 78.8 112.1 80C114.8 85.2 119.4 94 127.2 94C128.3 94 129.3 93.2 129.3 92.1C129.3 91 128.4 90.1 127.3 90.1C121.9 90.1 118.1 82.7 115.7 78.2C115.1 77 114.5 75.8 114 75C111.4 71.1 108.2 66.4 101.7 66.4C95.2 66.4 91.9 71.2 89.4 75C88.7 76 88 77.5 87.1 79.3C85.6 82.2 82.1 89.1 80.2 89.1C77.1 89.1 74.4 85.7 72 82.1C71.5 81.4 71.1 80.7 70.7 80C68.8 76.5 66.2 72.4 60.7 72.4C54.2 72.4 50.9 77.2 48.4 81C47.4 82.5 42.3 89.7 35.5 90V43C35.5 41.9 34.6 41 33.5 41C32.4 41 31.5 41.9 31.5 43V116.7L33.5 118.7H129.5C130.6 118.7 131.5 117.9 131.5 116.8C131.5 115.7 130.6 114.8 129.5 114.8Z' fill='%23404145'/%3E%3Cpath d='M139.3 82.9H126.2V76.8H139.3V82.9ZM113 82.9H99.9V76.8H113V82.9ZM86.7 82.9H73.6V76.8H86.7V82.9ZM60.4 82.9H47.3V76.8H60.4V82.9ZM34.1 82.9H21V76.8H34.1V82.9Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.icon-card-no-data-alert {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M106.3 131.7L85.8 81.1C87.6 79.5 88.6 77.3 88.6 75C88.6 70.5 84.9 66.8 80.4 66.8C75.9 66.8 72.2 70.5 72.2 75C72.2 77.3 73.2 79.5 74.9 81.1L54.4 131.6C54.2 132.1 54.2 132.7 54.4 133.1C54.6 133.5 55 134 55.5 134.2C55.7 134.3 56 134.3 56.3 134.3C57.1 134.3 57.9 133.8 58.2 133L61 126.2L80.3 116L99.8 126.4L102.6 133.2C102.9 134 103.6 134.5 104.4 134.5C105.1 134.5 105.8 134.1 106.2 133.6C106.5 133 106.6 132.3 106.3 131.7ZM67.8 109.3L76 113.7L63.2 120.5L67.8 109.3ZM80.3 94.1L75.4 90.5L78.5 82.9C79.2 83.1 79.8 83.1 80.4 83.1C81 83.1 81.6 83 82.3 82.9L85.4 90.5L80.3 94.1ZM80.3 79.2C78 79.2 76.1 77.3 76.1 75C76.1 72.7 78 70.8 80.3 70.8C82.6 70.8 84.5 72.7 84.5 75C84.5 77.3 82.6 79.2 80.3 79.2ZM71.3 100.7L73.8 94.5L76.8 96.7L71.3 100.7ZM70.6 106.2L80.3 99.2L90 106.2L80.3 111.4L70.6 106.2ZM83.8 96.6L86.8 94.4L89.3 100.6L83.8 96.6ZM84.6 113.7L92.8 109.3L97.4 120.5L84.6 113.7Z' fill='%23404145'/%3E%3Cpath d='M123.3 34.9L36.3 121.9L40.5 126.1L127.5 39.1L123.3 34.9Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M80.2 57.3C68.7 57.3 59.3 66.6 59.3 78.2C59.3 80.8 59.8 83.4 60.8 85.8L56.2 98.3C51.7 92.8 48.9 85.8 48.9 78.1C48.9 60.8 62.9 46.8 80.2 46.8C97.5 46.8 111.5 60.8 111.5 78.1C111.5 85.8 108.7 92.8 104.2 98.3L99.6 85.8C100.5 83.4 101.1 80.8 101.1 78.2C101.1 66.7 91.7 57.3 80.2 57.3ZM80.2 36.4C57.1 36.4 38.4 55.1 38.4 78.2C38.4 90.5 43.6 101.7 52.2 109.2L48.4 119.6C36 110.1 28 95.1 28 78.2C28 49.4 51.4 26 80.2 26C109 26 132.4 49.4 132.4 78.2C132.4 95.1 124.4 110.1 111.9 119.7L108.1 109.3C116.7 101.8 121.9 90.6 121.9 78.3C122 55.1 103.3 36.4 80.2 36.4Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.icon-card-load-excess-alert {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M79.3 106.3L109.3 79.7L120.1 93L124.2 114.9H82.6L79.3 106.3Z' fill='%23ba1223'/%3E%3Cpath d='M117 83.6C111 75.1 102.6 68.6 92.9 65.1C83 61.4 71.9 61.1 61.7 64C52 66.7 43.1 72.6 36.6 80.4C29.9 88.6 25.9 98.7 25.1 109.3C25 110.5 25 111.7 25 112.9C25 114.1 26 115.1 27.2 115.1C29.6 115.1 32 115.1 34.4 115.1C35.6 115.1 36.6 114.1 36.6 112.9C36.6 112.9 36.6 112.9 36.6 112.8C36.6 111.6 35.6 110.5 34.4 110.6C34.3 110.6 34.1 110.6 34 110.7C32.5 110.7 31 110.7 29.5 110.7C29.5 110.2 29.5 109.8 29.6 109.3C29.6 108.7 29.7 108.1 29.8 107.5C29.8 107.2 29.9 106.9 29.9 106.7V106.6C29.9 106.4 30 106.2 30 106C30.4 103.5 31 101.1 31.7 98.7C32.1 97.5 32.5 96.4 32.9 95.3C32.9 95.2 33 95.1 33 95C33 94.9 33 94.9 33.1 94.9C33.2 94.6 33.3 94.4 33.4 94.1C33.7 93.5 33.9 93 34.2 92.4C35.3 90.2 36.5 88.2 37.9 86.2C38.2 85.7 38.6 85.3 38.9 84.8C39 84.7 39.3 84.2 39 84.7C39.1 84.6 39.1 84.5 39.2 84.4C39.4 84.1 39.6 83.9 39.8 83.6C40.6 82.7 41.4 81.8 42.2 80.9C43 80 43.9 79.2 44.8 78.4C45.2 78 45.7 77.6 46.2 77.2C46.4 77 46.7 76.8 46.9 76.6C47 76.5 47.1 76.5 47.2 76.4L47.3 76.3C49.2 74.8 51.3 73.5 53.4 72.3C54.5 71.7 55.5 71.2 56.6 70.7C56.9 70.6 57.1 70.5 57.4 70.3C57.5 70.3 57.5 70.3 57.6 70.2H57.7H57.6C57.6 70.2 57.7 70.2 57.7 70.1C57.8 70.1 57.8 70.1 57.8 70.1C58.4 69.9 59 69.6 59.6 69.4C61.9 68.6 64.3 67.9 66.7 67.4C67.3 67.3 67.9 67.2 68.4 67.1C68.7 67.1 69 67 69.3 67C69.5 67 69.5 67 69.5 67C69.7 67 69.8 67 70 66.9C71.3 66.8 72.5 66.7 73.8 66.6C76.3 66.5 78.8 66.6 81.3 66.9C81.4 66.9 81.6 66.9 81.7 67C81.8 67 81.8 67 81.8 67C82.1 67 82.4 67.1 82.7 67.1C83.3 67.2 84 67.3 84.6 67.5C85.8 67.7 87 68 88.2 68.4C89.4 68.7 90.5 69.1 91.7 69.5C92.2 69.7 92.8 69.9 93.3 70.1C93.3 70.1 93.4 70.1 93.5 70.2C93.6 70.2 93.7 70.3 93.8 70.3C94.1 70.4 94.4 70.6 94.7 70.7C96.9 71.7 99 72.9 101 74.2C102 74.9 103 75.5 103.9 76.3C103.5 76 104.2 76.5 104.3 76.6C104.5 76.8 104.7 77 105 77.1C105.5 77.5 106 77.9 106.4 78.3C108.2 79.9 109.9 81.7 111.4 83.5C111.6 83.7 111.8 83.9 111.9 84.2C112 84.3 112.1 84.4 112.2 84.5C111.9 84.1 112.2 84.5 112.3 84.6C112.7 85.1 113 85.6 113.4 86.1C114.1 87.1 114.8 88.1 115.4 89.2C116 90.2 116.6 91.3 117.1 92.4C117.4 92.9 117.6 93.4 117.8 94C117.9 94.3 118 94.5 118.1 94.8C118.1 94.8 118.1 94.8 118.1 94.9C118.2 95.1 118.3 95.3 118.3 95.5C119.2 97.8 119.9 100.1 120.5 102.5C120.8 103.7 121 104.9 121.2 106.2C121.2 106.3 121.3 106.6 121.3 106.7C121.3 107 121.4 107.3 121.4 107.5C121.5 108.2 121.5 108.8 121.6 109.5C121.6 109.9 121.7 110.4 121.7 110.8C120.2 110.8 118.7 110.8 117.2 110.8C117 110.8 116.8 110.7 116.7 110.7C115.5 110.8 114.5 111.7 114.5 112.9C114.5 112.9 114.5 112.9 114.5 113C114.5 114.2 115.5 115.2 116.7 115.2C119.1 115.2 121.5 115.2 124 115.2C125.2 115.2 126.2 114.2 126.2 113C126.2 102.5 123 92.1 117 83.6ZM82 106.4C79.2 103.7 75.1 103 71.6 104.7C68.4 106.2 66.2 110 66.6 113.5C67 117.3 69.6 120.7 73.4 121.6C77.1 122.5 81 121 83.2 117.9C85.6 114.3 84.9 109.4 82 106.4ZM80.2 112.2C80.2 112.1 80.2 112.1 80.2 112.2C80.2 112.1 80.2 112.1 80.2 112.2ZM76.1 117.5C76.2 117.5 76.3 117.5 76.3 117.5C76.2 117.5 76.1 117.5 76.1 117.5ZM79.3 115.7C79.3 115.7 79.3 115.6 79.3 115.7C79.3 115.6 79.3 115.7 79.3 115.7ZM80.1 114.1C80.1 114.2 80 114.4 80 114.5C80 114.6 80 114.6 80 114.6C80 114.6 80 114.7 79.9 114.7C79.8 115 79.6 115.2 79.5 115.4L79.4 115.5C79.4 115.5 79.4 115.5 79.4 115.6C79.3 115.7 79.3 115.7 79.3 115.8C79.1 116 78.9 116.2 78.7 116.4C78.7 116.4 78.6 116.4 78.6 116.5C78.4 116.6 78.2 116.8 78 116.9C77.8 117 77.7 117.1 77.5 117.1C77.5 117.1 77.4 117.1 77.4 117.2C77.1 117.3 76.8 117.4 76.5 117.4H76.4C76.3 117.4 76.2 117.4 76 117.4C75.7 117.4 75.4 117.4 75.1 117.4H75C74.9 117.4 74.8 117.4 74.7 117.3C74.5 117.3 74.4 117.2 74.2 117.2C74.2 117.2 74 117.1 73.9 117.1C73.7 117 73.5 116.9 73.3 116.8C73.2 116.7 73 116.6 72.9 116.5C72.9 116.5 72.9 116.5 72.8 116.4C72.5 116.2 72.3 115.9 72.1 115.7L72 115.6C71.9 115.5 71.9 115.4 71.8 115.3C71.6 115.1 71.5 114.8 71.4 114.5C71.4 114.5 71.4 114.5 71.4 114.4C71.4 114.4 71.4 114.4 71.4 114.3C71.3 114.1 71.3 113.9 71.2 113.7C71.2 113.6 71.1 113.4 71.1 113.3V113.2C71.1 112.9 71.1 112.7 71.1 112.4C71.1 112.3 71.1 112.1 71.1 112V111.9C71.2 111.6 71.2 111 71.4 110.7C71.5 110.6 71.5 110.4 71.6 110.3C71.7 110.1 71.9 109.7 72.1 109.6C72.1 109.7 72 109.7 72 109.8C72.1 109.7 72.1 109.6 72.2 109.5C72.3 109.4 72.4 109.2 72.6 109.1C72.7 109 72.8 108.9 72.9 108.9L73 108.8L73.1 108.7C73.4 108.5 73.7 108.3 74 108.2C74 108.2 74 108.2 74.1 108.2C74.3 108.1 74.4 108.1 74.6 108C74.8 108 74.9 107.9 75.1 107.9H75.2H75.3C75.6 107.9 76 107.9 76.3 107.9C76.3 107.9 76.3 107.9 76.4 107.9C76.6 107.9 76.8 108 77 108C77.1 108 77.3 108.1 77.4 108.1C77.5 108.1 77.5 108.1 77.6 108.2C77.9 108.4 78.2 108.5 78.5 108.7C78.6 108.8 79.1 109 78.6 108.8C78.8 108.9 78.9 109.1 79.1 109.2C79.1 109.2 79.1 109.3 79.2 109.3C79.3 109.4 79.4 109.6 79.6 109.7C79.6 109.7 79.6 109.7 79.7 109.8C79.9 110 80 110.3 80.2 110.5C80.2 110.6 80.3 110.7 80.3 110.8V110.9C80.4 111.2 80.5 111.5 80.6 111.9C80.6 111.9 80.6 112 80.6 112.1C80.6 112.3 80.6 112.5 80.6 112.7C80.6 112.9 80.6 113.2 80.6 113.4C80.6 113.5 80.6 113.6 80.5 113.6C80.1 113.8 80.1 114 80.1 114.1ZM77.8 72.6C77.8 69.8 77.8 67 77.8 64.2C77.8 63 76.8 61.9 75.6 62C74.4 62.1 73.4 63 73.4 64.2C73.4 67 73.4 69.8 73.4 72.6C73.4 73.8 74.4 74.9 75.6 74.8C76.8 74.8 77.8 73.9 77.8 72.6ZM47.9 81.9C46.3 80.2 44.6 78.6 42.9 76.9C42.1 76.1 40.6 76 39.8 76.9C39 77.8 38.9 79.2 39.8 80C41.4 81.7 43.1 83.3 44.8 85C45.6 85.8 47.1 85.9 47.9 85C48.7 84.1 48.7 82.7 47.9 81.9ZM108.2 76.9C106.6 78.6 104.9 80.2 103.2 81.9C102.4 82.7 102.3 84.2 103.2 85C104.1 85.8 105.4 85.9 106.3 85C107.9 83.3 109.6 81.7 111.3 80C112.1 79.2 112.2 77.7 111.3 76.9C110.5 76.1 109.1 76 108.2 76.9ZM82.6 112.4C84.7 111.5 86.8 110.6 88.9 109.7C92.2 108.3 95.5 106.9 98.8 105.5C99.6 105.2 100.3 104.8 101.1 104.5C102.1 104.1 102.7 102.7 102.2 101.5C101.7 100.4 100.5 99.7 99.4 100.2C97.3 101.1 95.2 102 93.1 102.9C89.8 104.3 86.5 105.7 83.2 107.1C82.4 107.4 81.7 107.8 80.9 108.1C79.9 108.5 79.3 109.9 79.8 111.1C80.3 112.2 81.5 112.8 82.6 112.4Z' fill='%23404145'/%3E%3Cpath d='M110 38H134.5L125.9 55.2H134.5L117.3 87V67.4H110V38Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.icon-card-cost-alert {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M73 35H135.7V76.7H73V35ZM104.1 47.1C109.5 47.1 113.7 51.9 112.7 57.5C112.1 61 109.2 63.9 105.7 64.5C100.2 65.5 95.3 61.2 95.3 55.9C95.3 51 99.3 47.1 104.1 47.1ZM84.7 40.9C84.7 44.1 82.1 46.8 78.8 46.8V65C82 65 84.7 67.6 84.7 70.9H124C124 67.7 126.6 65 129.9 65V46.7C126.7 46.7 124 44.1 124 40.8H84.7' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M73 35H135.7V76.7H73V35ZM79.3 81.2L71.6 88.9L54.6 71.7L26.6 99.6V124.4H106.7V81.2H79.3Z' fill='%23ba1223'/%3E%3Cpath d='M120.5 122H28V101.1L54.5 74.6L70.1 90.4C70.5 90.8 71 91 71.5 91C72 91 72.5 90.8 72.9 90.4L81.1 82.1C81.9 81.3 81.9 80.1 81.1 79.3C80.3 78.5 79.1 78.5 78.3 79.3L71.6 86L56 70.2C55.6 69.8 55.1 69.6 54.6 69.6C54.1 69.6 53.6 69.8 53.2 70.2L28 95.4V51.3C28 50.2 27.1 49.3 26 49.3C24.9 49.3 24 50.2 24 51.3V124L26 126H120.5C121.6 126 122.5 125.1 122.5 124C122.5 122.9 121.6 122 120.5 122Z' fill='%23404145'/%3E%3C/svg%3E%0A");
}
.icon-card-tunnel-alert {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M124.6 123.9H122.5C105.8 123.9 92.2 111.6 92.2 96.5V83.8C92.2 77.8 86.1 72.9 78.7 72.9C71.3 72.9 65.2 77.8 65.2 83.8V96.6C65.2 111.7 51.6 124 34.9 124H32.8V109.2H34.9C43.5 109.2 50.5 103.5 50.5 96.5V83.8C50.5 69.7 63.2 58.2 78.7 58.2C94.2 58.2 107 69.6 107 83.8V96.6C107 103.6 114 109.3 122.6 109.3H124.7L124.6 123.9Z' fill='%23ba1223'/%3E%3Cpath d='M127.5 120.7H124.7C124.6 120.6 124.4 120.5 124.3 120.5C108 115 104.8 104.1 100.9 90.3C100.3 88.2 99.7 86 99 83.8C96.1 74.7 89.1 70.2 82.9 66.2C75.9 61.7 71.6 58.7 72.3 52.2C72.4 51.2 71.8 50.3 70.8 50.1C69.8 49.9 68.8 50.4 68.5 51.4C66.4 57.4 64.8 64 63.2 70.4C58.2 90.7 53.5 109.8 35 115.4V99.7V94.1V50C35 48.9 34.1 48 33 48C31.9 48 31 48.9 31 50V122.7L33 124.7H127.5C128.6 124.7 129.5 123.8 129.5 122.7C129.5 121.6 128.6 120.7 127.5 120.7ZM35 119.5C35.2 119.5 35.3 119.5 35.5 119.4C56.6 113.4 61.9 92 67 71.4C67.9 67.7 68.9 63.8 69.9 60.1C72.2 64.1 76.5 66.9 80.7 69.6C86.6 73.4 92.7 77.3 95.1 85C95.8 87.1 96.4 89.3 97 91.4C100.3 102.9 103.5 113.8 115.1 120.7H35V119.5Z' fill='%23404145'/%3E%3Cpath d='M71 36C60.3 36 51.6 44.8 51.6 55.5C51.6 66.2 60.3 74.9 71 74.9C81.7 74.9 90.4 66.1 90.4 55.4C90.4 44.7 81.7 36 71 36ZM71 69.9C63 69.9 56.6 63.3 56.6 55.4C56.6 47.5 63 41 71 41C78.9 41 85.4 47.6 85.4 55.5C85.4 63.4 79 69.9 71 69.9Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.icon-card-reactive-excess-alert {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M90.2 39.5H72.2V83.2H90.2V39.5ZM64.7 86.3H46.7V104.3H64.7V86.3ZM97.7 69.6H115.7V99.9H97.7V69.6Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.2 39.5V118.9H66.7V86.3L64.7 84.3H46.7L44.7 86.3V118.9H37.3V48.2C37.3 47.1 36.4 46.2 35.3 46.2C34.2 46.2 33.3 47.1 33.3 48.2V120.9L35.3 122.9H129.8C130.9 122.9 131.8 122 131.8 120.9C131.8 119.8 130.9 118.9 129.8 118.9H117.7V69.6C117.7 68.5 116.8 67.6 115.7 67.6H97.7C96.6 67.6 95.7 68.5 95.7 69.6V118.9H92.2V39.5C92.2 38.4 91.3 37.5 90.2 37.5H72.2C71.1 37.5 70.2 38.4 70.2 39.5ZM74.2 118.9H88.2V41.5H74.2V118.9ZM62.7 118.9H48.7V88.3H62.7V118.9ZM113.7 118.9H99.7V71.6H113.7V118.9Z' fill='%23404145'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M118.9 55.1H124.8L119.1 47.6C120.4 47.3 121.3 46.8 122 45.9C122.7 45.1 123 44 123 42.6C123 41.8 122.8 41.1 122.6 40.4L122.6 40.4C122.4 39.7 122 39.1 121.5 38.6C121 38.1 120.4 37.7 119.6 37.4C118.9 37.1 118 37 117 37H109.7V55.1H114.4V48.1L118.9 55.1ZM115.3 45.1H114.4V40.5H115.3C116.2 40.5 116.9 40.7 117.4 41.1C117.9 41.5 118.1 42.1 118.1 42.8C118.1 43.6 117.9 44.1 117.4 44.5C116.9 44.9 116.2 45.1 115.3 45.1ZM123.6 73.3H138.5V67.3H123.6V73.3ZM95.7 73.3H113.6V67.3H95.7V73.3ZM69.8 73.3H88.7V67.3H69.8V73.3ZM44.9 73.3H62.8V67.3H44.9V73.3ZM22 73.3H37.9V67.3H22V73.3Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='116.5' height='85.9' fill='white' transform='translate(22 37)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-card-parameter-ratio {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.9 89.2V35.4C24.9 34.1 23.8 33 22.4 33C21 33 20 34.1 20 35.4V124L22.4 126.4H137.5C138.8 126.4 139.9 125.3 139.9 124C139.9 122.7 138.8 121.6 137.5 121.6H24.9V96C24.9 96 24.9 96 25 96' fill='%23404145'/%3E%3Cpath opacity='0.3' d='M40.8 111C46.2 111 50.5 106.7 50.5 101.3C50.5 95.9 46.2 91.6 40.8 91.6C35.4 91.6 31.1 95.9 31.1 101.3C31.1 106.7 35.4 111 40.8 111ZM64.1 77.7C69.5 77.7 73.8 73.4 73.8 68C73.8 62.6 69.5 58.3 64.1 58.3C58.7 58.3 54.4 62.6 54.4 68C54.4 73.4 58.7 77.7 64.1 77.7ZM89.4 92.3C94.8 92.3 99.1 88 99.1 82.6C99.1 77.2 94.8 72.9 89.4 72.9C84 72.9 79.7 77.2 79.7 82.6C79.7 88 84 92.3 89.4 92.3ZM111.7 58.2C117.1 58.2 121.4 53.9 121.4 48.5C121.4 43.1 117.1 38.8 111.7 38.8C106.3 38.8 102 43.1 102 48.5C102 53.9 106.3 58.2 111.7 58.2Z' fill='%23ba1223'/%3E%3Cpath d='M57.1 74.3L56.8 74L43.8 92.4L44.2 92.6C45.6 93.1 46.8 94 47.8 95.1L48.1 95.4L61 76.9L60.6 76.7C59.3 76.2 58 75.3 57.1 74.3ZM108.5 57.3C107.1 56.8 105.9 56 104.9 54.9L104.6 54.6L92.2 73.6L92.6 73.8C94 74.3 95.2 75.1 96.2 76.2L96.5 76.5L108.9 57.5L108.5 57.3ZM73 70.7C72.6 72.1 71.8 73.4 70.8 74.5L70.5 74.8L80.2 80.4L80.3 80C80.7 78.6 81.5 77.3 82.5 76.2L82.8 75.9L73.1 70.3L73 70.7ZM40.8 96C43.8 96 46.2 98.4 46.2 101.4C46.2 104.4 43.8 106.8 40.8 106.8C37.8 106.8 35.4 104.4 35.4 101.4C35.5 98.4 37.9 96 40.8 96ZM40.8 91.6C35.4 91.6 31.1 96 31.1 101.3C31.1 106.7 35.5 111 40.8 111C46.2 111 50.5 106.6 50.5 101.3C50.6 96 46.2 91.6 40.8 91.6ZM64.1 62.7C67.1 62.7 69.5 65.1 69.5 68.1C69.5 71.1 67.1 73.5 64.1 73.5C61.1 73.5 58.7 71 58.7 68C58.7 65.1 61.1 62.7 64.1 62.7ZM64.1 58.3C58.7 58.3 54.4 62.7 54.4 68C54.4 73.4 58.8 77.7 64.1 77.7C69.5 77.7 73.8 73.3 73.8 68C73.8 62.6 69.4 58.3 64.1 58.3ZM89.4 77.3C92.4 77.3 94.8 79.7 94.8 82.7C94.8 85.7 92.4 88.1 89.4 88.1C86.4 88.1 84 85.7 84 82.7C84.1 79.7 86.5 77.3 89.4 77.3ZM89.4 72.9C84 72.9 79.7 77.3 79.7 82.6C79.7 88 84.1 92.3 89.4 92.3C94.8 92.3 99.1 87.9 99.1 82.6C99.2 77.3 94.8 72.9 89.4 72.9ZM111.7 43.2C114.7 43.2 117.1 45.6 117.1 48.6C117.1 51.6 114.7 54 111.7 54C108.7 54 106.3 51.6 106.3 48.6C106.3 45.6 108.8 43.2 111.7 43.2ZM111.7 38.8C106.3 38.8 102 43.2 102 48.5C102 53.9 106.4 58.2 111.7 58.2C117.1 58.2 121.4 53.8 121.4 48.5C121.5 43.1 117.1 38.8 111.7 38.8Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.icon-card-constant-ratio {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M57.8 76.4C57.8 81.8 53.5 86.1 48.1 86.1C42.7 86.1 38.4 81.8 38.4 76.4C38.4 71 42.7 66.7 48.1 66.7C53.5 66.7 57.8 71 57.8 76.4ZM118.8 67.3C113.4 67.3 109.1 71.6 109.1 77C109.1 82.4 113.4 86.7 118.8 86.7C124.2 86.7 128.5 82.4 128.5 77C128.5 71.6 124.2 67.3 118.8 67.3Z' fill='%23ba1223'/%3E%3Cpath d='M126.8 71.5C123.8 67 117.7 65.9 113.3 68.9C111.3 70.2 110 72.2 109.4 74.3L57.6 74C57.3 72.9 56.9 71.9 56.2 70.9C53.2 66.4 47.1 65.3 42.7 68.3C38.3 71.3 37.1 77.4 40.1 81.8C43.1 86.3 49.2 87.4 53.6 84.4C55.5 83.1 56.8 81.3 57.4 79.2L109.3 79.5C109.6 80.5 110 81.5 110.6 82.4C113.6 86.9 119.7 88 124.1 85C128.7 82 129.8 76 126.8 71.5ZM51.2 80.8C48.8 82.5 45.4 81.8 43.8 79.4C42.1 77 42.8 73.6 45.2 72C47.6 70.4 50.9 70.9 52.6 73.4C54.3 75.8 53.6 79.2 51.2 80.8ZM121.8 81.4C119.4 83.1 116 82.4 114.4 80C112.7 77.6 113.4 74.2 115.8 72.6C118.2 70.9 121.5 71.5 123.2 74C124.9 76.4 124.2 79.8 121.8 81.4Z' fill='%23ba1223'/%3E%3Cpath d='M24.9 35.4C24.9 34.1 23.8 33 22.4 33C21 33 20 34.1 20 35.4V124L22.4 126.4H137.5C138.8 126.4 139.9 125.3 139.9 124C139.9 122.7 138.8 121.6 137.5 121.6H24.9V35.4Z' fill='%23404145'/%3E%3C/svg%3E%0A");
}
.icon-card-range-ratio {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.9 89.2V35.4C24.9 34.1 23.8 33 22.4 33C21 33 20 34.1 20 35.4V124L22.4 126.4H137.5C138.8 126.4 139.9 125.3 139.9 124C139.9 122.7 138.8 121.6 137.5 121.6H24.9V96C24.9 96 24.9 96 25 96' fill='%23404145'/%3E%3Cpath opacity='0.3' d='M83.1 96.1C88.5 96.1 92.8 91.8 92.8 86.4C92.8 81 88.5 76.7 83.1 76.7C77.7 76.7 73.4 81 73.4 86.4C73.4 91.8 77.7 96.1 83.1 96.1ZM123.8 96.7C129.2 96.7 133.5 92.4 133.5 87C133.5 81.6 129.2 77.3 123.8 77.3C118.4 77.3 114.1 81.6 114.1 87C114.1 92.4 118.4 96.7 123.8 96.7ZM46.1 68.1C51.5 68.1 55.8 63.8 55.8 58.4C55.8 53 51.5 48.7 46.1 48.7C40.7 48.7 36.4 53 36.4 58.4C36.4 63.8 40.7 68.1 46.1 68.1ZM86.8 68.7C92.2 68.7 96.5 64.4 96.5 59C96.5 53.6 92.2 49.3 86.8 49.3C81.4 49.3 77.1 53.6 77.1 59C77.1 64.4 81.4 68.7 86.8 68.7Z' fill='%23ba1223'/%3E%3Cpath d='M114.7 84.7L114.8 84.3L92.2 84L92.3 84.5C92.6 85.9 92.6 87.4 92.2 88.8L92.1 89.2L114.7 89.5L114.6 89C114.3 87.6 114.3 86.1 114.7 84.7ZM87.6 83.4C89.3 85.8 88.6 89.2 86.2 90.8C83.8 92.5 80.4 91.8 78.8 89.4C77.1 87 77.8 83.6 80.2 82C82.6 80.3 85.9 80.9 87.6 83.4ZM91.2 80.9C88.2 76.4 82.1 75.3 77.7 78.3C73.3 81.3 72.1 87.4 75.1 91.8C78.1 96.3 84.2 97.4 88.6 94.4C93.1 91.5 94.2 85.4 91.2 80.9ZM128.2 84C129.9 86.4 129.2 89.8 126.8 91.4C124.4 93.1 121 92.4 119.4 90C117.7 87.6 118.4 84.2 120.8 82.6C123.2 80.9 126.5 81.5 128.2 84ZM131.8 81.5C128.8 77 122.7 75.9 118.3 78.9C113.8 81.9 112.7 88 115.7 92.4C118.7 96.9 124.8 98 129.2 95C133.7 92 134.8 86 131.8 81.5ZM77.7 56.7L77.8 56.3L55.2 56L55.3 56.5C55.6 57.9 55.6 59.4 55.2 60.8L55.1 61.2L77.7 61.5L77.6 61C77.3 59.6 77.3 58.1 77.7 56.7ZM50.6 55.4C52.3 57.8 51.6 61.2 49.2 62.8C46.8 64.4 43.4 63.8 41.8 61.4C40.2 59 40.8 55.6 43.2 54C45.6 52.3 48.9 52.9 50.6 55.4ZM54.2 52.9C51.2 48.4 45.1 47.3 40.7 50.3C36.3 53.3 35.1 59.4 38.1 63.8C41.1 68.3 47.2 69.4 51.6 66.4C56 63.4 57.2 57.4 54.2 52.9ZM91.2 56C92.9 58.4 92.2 61.8 89.8 63.4C87.4 65.1 84 64.4 82.4 62C80.7 59.6 81.4 56.2 83.8 54.6C86.2 52.9 89.5 53.5 91.2 56ZM94.8 53.5C91.8 49 85.7 47.9 81.3 50.9C76.8 53.9 75.7 60 78.7 64.4C81.7 68.9 87.8 70 92.2 67C96.7 64 97.8 58 94.8 53.5Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.icon-empty-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='210' height='210' viewBox='0 0 210 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M9.00488 28.2446C9.00488 24.3725 12.3799 21 16.2549 21H197.755C201.755 21 205.005 24.3725 205.005 28.2446V137.664H184V47.0248C184 43.8618 181.1 41 177.476 41H15.5244C12.1255 41 9.1415 43.7306 9.00488 46.8052V28.2446Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.9896 187.259C48.9896 188.378 49.8668 189.248 50.9948 189.248L150.755 189.124C151.882 189.124 152.76 188.253 152.76 187.134C152.76 186.016 151.882 185.145 150.755 185.145H128.822V170.848H186.222C192.112 170.848 197 165.999 197 160.28V39.8095C197 34.0906 192.112 29.3662 186.222 29.3662H15.7781C9.88773 29.3662 5 34.0906 5 39.8095V160.405C5 166.124 9.88773 170.972 15.7781 170.972H73.1775V185.27H50.9948C49.8668 185.27 48.9896 186.14 48.9896 187.259ZM124.812 185.27H77.3133V170.972H124.812V185.27ZM15.7781 166.869C12.0183 166.869 9.13577 164.01 9.01044 160.28V141.01H192.99V160.28C192.864 163.886 189.856 166.869 186.222 166.869H15.7781ZM9.01044 39.9338C9.01044 36.4527 12.1436 33.4689 15.7781 33.4689L186.222 33.3446C189.856 33.3446 192.99 36.3284 192.99 39.8095V137.156H9.01044V39.9338ZM88.8711 152.524C88.8711 153.648 89.7461 154.522 90.8711 154.522H110.621C111.746 154.522 112.621 153.648 112.621 152.524C112.621 151.4 111.746 150.525 110.621 150.525H90.8711C89.7461 150.525 88.8711 151.4 88.8711 152.524Z' fill='%23404145'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0028 123.927H91.0028C92.2528 123.927 93.1278 123.178 93.1278 122.303V51.9802C93.1278 51.1059 92.1278 50.3564 91.0028 50.3564H26.0028C24.7528 50.3564 23.8778 51.1059 23.8778 51.9802V122.178C23.7528 123.178 24.7528 123.927 26.0028 123.927ZM28.1278 54.3535H88.7528V119.93H28.1278V54.3535ZM166.756 50.3564H99.8809C98.6309 50.3564 97.7559 51.1059 97.7559 51.9802V87.0793C97.7559 87.9536 98.7559 88.7031 99.8809 88.7031H166.756C168.006 88.7031 168.881 87.9536 168.881 87.0793V51.9802C168.881 51.1059 168.006 50.3564 166.756 50.3564ZM164.506 84.831H102.006V54.3535H164.631V84.831H164.506ZM99.8809 91.4512H166.756C168.006 91.4512 168.881 92.2006 168.881 93.075V122.178C168.881 123.053 168.006 123.802 166.756 123.802H99.8809C98.7559 123.802 97.7559 123.053 97.7559 122.178V93.075C97.7559 92.2006 98.6309 91.4512 99.8809 91.4512ZM102.006 120.68H164.506H164.631V94.8237H102.006V120.68ZM114.885 78.2089C115.385 78.2089 115.885 78.084 116.385 77.8341L129.01 69.0906L132.76 73.962C133.385 74.7115 134.76 74.9613 135.76 74.5865C135.823 74.5241 135.885 74.4929 135.948 74.4616C136.01 74.4304 136.073 74.3992 136.135 74.3367L149.635 63.7196C150.51 63.095 150.51 61.9709 149.635 61.3463C148.76 60.7218 147.385 60.7218 146.51 61.3463L134.885 70.4646L131.135 65.7181C130.51 64.9687 129.135 64.7188 128.135 65.0936C128.01 65.0936 127.885 65.2185 127.76 65.3434L113.26 75.4609C112.385 76.0854 112.26 77.0847 113.135 77.8341C113.361 77.8792 113.57 77.9405 113.774 78.0004C114.137 78.1067 114.486 78.2089 114.885 78.2089ZM76.7471 111.434H84.3721C85.4971 111.434 86.7471 112.184 86.7471 113.058C86.7471 113.933 85.8721 114.682 84.6221 114.682H31.2471C30.1221 114.682 29.1221 113.933 29.1221 113.058C29.1221 112.184 29.9971 111.434 31.2471 111.434H38.4971V69.3406C38.4971 68.4662 39.3721 67.7168 40.6221 67.7168H52.3721C53.4971 67.7168 54.4971 68.4662 54.4971 69.3406V111.434H60.6221V87.0775C60.6221 86.2031 61.4971 85.4537 62.7471 85.4537H74.6221C75.7471 85.4537 76.7471 86.2031 76.7471 87.0775V111.434ZM72.3721 88.8262H64.8721L64.9971 110.56H72.3721V88.8262ZM50.1221 71.0893H42.7471V110.56H50.1221V71.0893Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
  width: 230px;
  height: 230px;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  background: linear-gradient(120deg, #ba1223 0%, #e9162c 100%);
}
a {
  color: #ba1223;
  text-decoration: none;
}
a:hover {
  color: #8b0d1a;
  text-decoration: underline;
}
a:active {
  color: #8b0d1a;
  text-decoration: underline;
}
a:visited {
  color: #ba1223;
}
a:visited:hover {
  color: #8b0d1a;
  text-decoration: underline;
}
a > span,
a > strong {
  font-weight: normal !important;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 8px;
}
p small {
  font-size: 12px;
  color: #999999;
}
.lead {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 32px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 16px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 15px;
  margin: 16px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 8px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 16px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 16px;
}
dt,
dd {
  line-height: 16px;
}
dt {
  font-weight: bold;
  line-height: 15px;
}
dd {
  margin-left: 8px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 16px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
blockquote small {
  display: block;
  line-height: 16px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  line-height: 16px;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 12.950000000000001px;
  line-height: 16px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 16px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 16px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 32px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 12px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
input,
button,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 14px;
  color: #555555;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
  word-break: break-all;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cfd2d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #ba1223;
  outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="radio"],
input[type="checkbox"] {
  width: 25px;
  height: 25px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  float: left;
  padding-top: 6px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.error input {
  background: #f2dede;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 15px 20px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  /*background-color: @inputBackground;*/

  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 8px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 8px;
}
legend + .control-group {
  margin-top: 16px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 16px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  text-align: right;
  line-height: 30px;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 170px;
  *margin-left: 0;
  position: relative;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .controls .form_error {
  float: left;
  margin-left: -35px;
  background: transparent url(../img/error.png) no-repeat 50% 50%;
  height: 34px;
  width: 20px;
  text-indent: -9999px;
  position: absolute;
}
.form-horizontal .help-block {
  margin-top: 8px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.weather-item-extra-height {
  line-height: 15px !important;
}
.weather-gateway-loading {
  top: 3px;
  position: relative;
}
.weather-map {
  width: 100%;
  height: 300px;
  background: grey;
}
.weather-hint {
  width: 450px;
}
.weather-hint label {
  float: left;
  margin-right: 5px;
}
.code-rsa-key {
  padding: 10px;
  color: #717473;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 2px;
  width: 550px;
  /*line-break: strict;*/

}
.wrapword-rsa-key {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */

  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  white-space: pre-wrap;
  /* css-3 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

  word-break: break-all;
  white-space: normal;
}
.radio-top-margin label {
  margin-top: 5px;
}
table {
  max-width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
}
td > a {
  font-weight: bold;
}
.table {
  width: 100%;
  margin-bottom: 16px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  font-size: 12px;
}
.table th {
  font-weight: 600;
  font-size: 12px;
}
.table th.active {
  background: #e7e7e7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #e7e7e7 0%, #cccccc 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */

}
.table th:hover {
  background-color: #EDEDED;
}
.table thead th {
  vertical-align: middle;
}
.table tbody tr td {
  height: 35px;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-right: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: transparent;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 1px solid #cfd2d5;
}
.table-bordered.nosort {
  width: 80%;
  margin: 0 auto;
}
.table-bordered.nosort thead tr th {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #e9162c;
}
.table-bordered.nosort tr:last-child td {
  border-top: 2px solid #333;
  font-weight: bold;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 7px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ba1223;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btnDone,
.btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-height: 34px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: 0;
  background-color: #cfd2d5;
}
.btn:focus {
  box-shadow: 0 0 0 3pt rgba(186, 189, 194, 0.3);
}
.btn.active {
  outline: 0;
  color: white;
  background-color: #ba1223;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: white;
  color: #cfd2d5;
  border: 1px solid #cfd2d5;
}
.btn.destroy {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-height: 34px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid #F25A5A;
  color: white;
  background-color: #F25A5A;
}
.btn.destroy.icon {
  padding: 4px;
}
.btn.destroy.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.btn.destroy.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.destroy.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.destroy.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
.btn.destroy.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
.btn.destroy.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
.btn.destroy.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
.btn.destroy.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
.btn.destroy.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.btn.destroy i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.btn.destroy.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-301,
.btn.destroy.active i.icon-TEMPERATURE,
.btn.destroy.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-301,
.btn.destroy i.icon-TEMPERATURE,
.btn.destroy i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-302,
.btn.destroy.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-302,
.btn.destroy i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-307,
.btn.destroy.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.destroy i.icon-307,
.btn.destroy i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.destroy.active i.icon-340,
.btn.destroy.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.destroy i.icon-340,
.btn.destroy i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.destroy.active i.icon-341,
.btn.destroy.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.destroy i.icon-341,
.btn.destroy i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.destroy.active i.icon-342,
.btn.destroy.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.destroy i.icon-342,
.btn.destroy i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.destroy.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon {
  padding: 4px;
}
.btn.destroy.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.btn.destroy.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.destroy.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.destroy.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.destroy.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.destroy.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.destroy:hover,
.btn.solid:focus {
  outline: 0;
  background-color: #e64444;
}
.btn.destroy:focus {
  box-shadow: 0 0 0 3pt rgba(242, 90, 90, 0.3);
}
.btn-solid,
.btn.solid {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-height: 34px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid #ba1223;
  color: white;
  background-color: #ba1223;
}
.btn-solid.icon,
.btn.solid.icon {
  padding: 4px;
}
.btn-solid.icon i,
.btn.solid.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.btn-solid.icon .icon-treemap,
.btn.solid.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-gauge,
.btn.solid.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-list,
.btn.solid.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-grid,
.btn.solid.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn-solid.icon .icon-warmer,
.btn.solid.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-fan,
.btn.solid.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-average,
.btn.solid.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-users,
.btn.solid.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-photo,
.btn.solid.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-export-excell,
.btn.solid.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-share-dashboard,
.btn.solid.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-download,
.btn.solid.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-electricity,
.btn.solid.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-water,
.btn.solid.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-gas,
.btn.solid.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-grid,
.btn.solid.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-solid.active .icon-average,
.btn.solid.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-warmer,
.btn.solid.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-fan,
.btn.solid.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-users,
.btn.solid.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-electricity,
.btn.solid.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-gas,
.btn.solid.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-water,
.btn.solid.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-treemap,
.btn.solid.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-list,
.btn.solid.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-gauge,
.btn.solid.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-photo,
.btn.solid.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-export-excell,
.btn.solid.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-download,
.btn.solid.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-share-dashboard,
.btn.solid.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-next,
.btn.solid.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-prev,
.btn.solid.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-star,
.btn.solid.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-units,
.btn.solid.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-formindiv,
.btn.solid.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
.btn-solid.icon .icon-ficherogr,
.btn.solid.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
.btn-solid.icon.active .icon-star,
.btn.solid.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon.active .icon-incremental,
.btn.solid.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon.active .icon-units,
.btn.solid.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-incremental,
.btn.solid.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-bill-graph,
.btn.solid.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
.btn-solid.icon .icon-bill-invoice,
.btn.solid.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
.btn-solid.icon,
.btn.solid.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
.btn-solid.active i.icon-ELECTRICAL,
.btn.solid.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-ELECTRICAL,
.btn.solid i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-GAS,
.btn.solid.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-GAS,
.btn.solid i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-WATER,
.btn.solid.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-WATER,
.btn.solid i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-402,
.btn.solid.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-510,
.btn.solid.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.btn-solid i.icon-402,
.btn.solid i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-510,
.btn.solid i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.btn-solid.active i.icon-420,
.btn.solid.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-420,
.btn.solid i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-421,
.btn.solid.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-421,
.btn.solid i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-419,
.btn.solid.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-419,
.btn.solid i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-901,
.btn.solid.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-901,
.btn.solid i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-301,
.btn.solid.active i.icon-301,
.btn-solid.active i.icon-TEMPERATURE,
.btn.solid.active i.icon-TEMPERATURE,
.btn-solid.active i.icon-COMFORT,
.btn.solid.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-301,
.btn.solid i.icon-301,
.btn-solid i.icon-TEMPERATURE,
.btn.solid i.icon-TEMPERATURE,
.btn-solid i.icon-COMFORT,
.btn.solid i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-302,
.btn.solid.active i.icon-302,
.btn-solid.active i.icon-HUMIDITY,
.btn.solid.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-302,
.btn.solid i.icon-302,
.btn-solid i.icon-HUMIDITY,
.btn.solid i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-307,
.btn.solid.active i.icon-307,
.btn-solid.active i.icon-CO2,
.btn.solid.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-solid i.icon-307,
.btn.solid i.icon-307,
.btn-solid i.icon-CO2,
.btn.solid i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn-solid.active i.icon-340,
.btn.solid.active i.icon-340,
.btn-solid.active i.icon-PM25,
.btn.solid.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-solid i.icon-340,
.btn.solid i.icon-340,
.btn-solid i.icon-PM25,
.btn.solid i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn-solid.active i.icon-341,
.btn.solid.active i.icon-341,
.btn-solid.active i.icon-PM10,
.btn.solid.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-solid i.icon-341,
.btn.solid i.icon-341,
.btn-solid i.icon-PM10,
.btn.solid i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn-solid.active i.icon-342,
.btn.solid.active i.icon-342,
.btn-solid.active i.icon-TVOC,
.btn.solid.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-solid i.icon-342,
.btn.solid i.icon-342,
.btn-solid i.icon-TVOC,
.btn.solid i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn-solid.active i.icon-433,
.btn.solid.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-433,
.btn.solid i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-432,
.btn.solid.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-432,
.btn.solid i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-452,
.btn.solid.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-452,
.btn.solid i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-802,
.btn.solid.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-802,
.btn.solid i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-810,
.btn.solid.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-810,
.btn.solid i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-435,
.btn.solid.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-435,
.btn.solid i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-471,
.btn.solid.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-471,
.btn.solid i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active i.icon-472,
.btn.solid.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid i.icon-472,
.btn.solid i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon,
.btn.solid.icon {
  padding: 4px;
}
.btn-solid.icon i,
.btn.solid.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.btn-solid.icon .icon-treemap,
.btn.solid.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-gauge,
.btn.solid.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-list,
.btn.solid.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-grid,
.btn.solid.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn-solid.icon .icon-warmer,
.btn.solid.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-fan,
.btn.solid.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-average,
.btn.solid.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-users,
.btn.solid.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-photo,
.btn.solid.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-export-excell,
.btn.solid.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-share-dashboard,
.btn.solid.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-download,
.btn.solid.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-electricity,
.btn.solid.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-water,
.btn.solid.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn-solid.icon .icon-gas,
.btn.solid.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-grid,
.btn.solid.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-solid.active .icon-average,
.btn.solid.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-warmer,
.btn.solid.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-fan,
.btn.solid.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-users,
.btn.solid.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-electricity,
.btn.solid.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-gas,
.btn.solid.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-water,
.btn.solid.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-treemap,
.btn.solid.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-list,
.btn.solid.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-gauge,
.btn.solid.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-photo,
.btn.solid.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-export-excell,
.btn.solid.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-download,
.btn.solid.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-solid.active .icon-share-dashboard,
.btn.solid.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-solid:hover,
.btn.solid:hover,
.btn-solid:focus,
.btn.solid:focus {
  outline: 0;
  background-color: #a01826;
}
.btn-solid:focus,
.btn.solid:focus {
  box-shadow: 0 0 0 3pt rgba(186, 18, 35, 0.3);
}
.btn-solid.active,
.btn.solid.active {
  color: white;
  background-color: #ba1223;
}
.btn.outline {
  border: 1px solid #ba1223;
  color: #ba1223;
}
.btn.outline:hover,
.btn.outline:focus {
  outline: 0;
  background-color: #ba1223;
  color: white;
}
.btn.outline:focus {
  box-shadow: 0 0 0 3pt rgba(186, 18, 35, 0.3);
}
.btn.outline.active {
  color: white;
  background-color: #ba1223;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 14px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 12px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
/*.btn {
  // reset here as of 2.0.3 due to Recess property order
  border-color: #ccc;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}*/
.btn-primary {
  background-color: #ba1c1c;
  background-image: -moz-linear-gradient(top, #ba1223, #ba2b12);
  background-image: -ms-linear-gradient(top, #ba1223, #ba2b12);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ba1223), to(#ba2b12));
  background-image: -webkit-linear-gradient(top, #ba1223, #ba2b12);
  background-image: -o-linear-gradient(top, #ba1223, #ba2b12);
  background-image: linear-gradient(top, #ba1223, #ba2b12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba1223', endColorstr='#ba2b12', GradientType=0);
  border-color: #ba2b12 #ba2b12 #741b0b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ba2b12;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #ba2b12;
  *background-color: #a32610;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #8b200d \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-toolbar {
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 8px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #3b3e42;
  background-color: transparent;
  border: 1px solid #cfd2d5;
  box-shadow: none;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus {
  outline: 0;
  background-color: #cfd2d5;
}
.btn-group > .btn:active,
.btn-group > .btn.active {
  color: white;
  background-color: #ba1223;
  border: 1px solid #ba1223;
  outline: 0;
  box-shadow: none;
}
.btn-group > .btn.active + .btn.active {
  border-left: 1px solid white;
}
.btn-group > .btn:first-of-type {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-of-type,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-of-type {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-of-type,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #ba2b12;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-group > .btn.card {
  padding: 0;
  border: none;
  border-radius: 4px;
  width: 177px;
  height: 235px;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  background-color: #FAFAFA;
}
.btn-group > .btn.card:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.btn-group > .btn.card.active {
  background-color: #ba1223;
  border: 1px solid #ba1223;
}
.btn-group > .btn.card .img-select {
  width: 177px;
  height: 177px;
  border: none;
  margin-block-start: 0;
  margin-block-end: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: white;
}
.btn-group > .btn.card.active .img-select {
  border: 1px solid #ba1223;
  background-color: white;
  width: 175px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-group > .btn.card p:not(.img-select) {
  height: 58px;
  padding: 15px 10px 0 10px;
  text-align: left;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 8px;
  list-style: none;
}
.nav.row {
  margin-left: -8px !important;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ba1223;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 7px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 0;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs > li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  font-weight: bold;
  font-size: 14px;
  color: #6b7078;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 16px;
  border-radius: 4px 4px 0 0;
  transition: background-color 0.2s;
}
.nav-tabs > li > a:hover {
  background-color: rgba(186, 18, 35, 0.2);
  color: #ba1223;
  border-bottom: 1px solid rgba(186, 18, 35, 0.2);
  margin-bottom: -1px;
}
.nav-tabs > li.active > a {
  background-color: transparent;
  color: #ba1223;
  border-bottom: 1px solid #ba1223;
  margin-bottom: -1px;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #ba1223;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #ba1223;
  border-bottom-color: #ba1223;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #8b0d1a;
  border-bottom-color: #8b0d1a;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.btn-group.nav > .btn-group > .btn {
  border: none;
  border-radius: 4px;
  background-color: transparent;
  color: #6b7078;
  margin: 0;
  padding: 4px 8px;
  line-height: 26px;
}
.btn-group.nav > .btn-group > .btn.active i.icon-ELECTRICAL,
.btn-group.nav > .btn-group > .btn:hover i.icon-ELECTRICAL,
.btn-group.nav > .btn-group > .btn:focus i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-GAS,
.btn-group.nav > .btn-group > .btn:hover i.icon-GAS,
.btn-group.nav > .btn-group > .btn:focus i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-WATER,
.btn-group.nav > .btn-group > .btn:hover i.icon-WATER,
.btn-group.nav > .btn-group > .btn:focus i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ba1223'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-402,
.btn-group.nav > .btn-group > .btn:hover i.icon-402,
.btn-group.nav > .btn-group > .btn:focus i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-510,
.btn-group.nav > .btn-group > .btn:hover i.icon-510,
.btn-group.nav > .btn-group > .btn:focus i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ba1223'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ba1223' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.btn-group.nav > .btn-group > .btn.active i.icon-420,
.btn-group.nav > .btn-group > .btn:hover i.icon-420,
.btn-group.nav > .btn-group > .btn:focus i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-421,
.btn-group.nav > .btn-group > .btn:hover i.icon-421,
.btn-group.nav > .btn-group > .btn:focus i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-419,
.btn-group.nav > .btn-group > .btn:hover i.icon-419,
.btn-group.nav > .btn-group > .btn:focus i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-901,
.btn-group.nav > .btn-group > .btn:hover i.icon-901,
.btn-group.nav > .btn-group > .btn:focus i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ba1223'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-301,
.btn-group.nav > .btn-group > .btn.active i.icon-TEMPERATURE,
.btn-group.nav > .btn-group > .btn.active i.icon-COMFORT,
.btn-group.nav > .btn-group > .btn:hover i.icon-301,
.btn-group.nav > .btn-group > .btn:hover i.icon-TEMPERATURE,
.btn-group.nav > .btn-group > .btn:hover i.icon-COMFORT,
.btn-group.nav > .btn-group > .btn:focus i.icon-301,
.btn-group.nav > .btn-group > .btn:focus i.icon-TEMPERATURE,
.btn-group.nav > .btn-group > .btn:focus i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-302,
.btn-group.nav > .btn-group > .btn.active i.icon-HUMIDITY,
.btn-group.nav > .btn-group > .btn:hover i.icon-302,
.btn-group.nav > .btn-group > .btn:hover i.icon-HUMIDITY,
.btn-group.nav > .btn-group > .btn:focus i.icon-302,
.btn-group.nav > .btn-group > .btn:focus i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ba1223'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ba1223'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ba1223'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ba1223' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-307,
.btn-group.nav > .btn-group > .btn.active i.icon-CO2,
.btn-group.nav > .btn-group > .btn:hover i.icon-307,
.btn-group.nav > .btn-group > .btn:hover i.icon-CO2,
.btn-group.nav > .btn-group > .btn:focus i.icon-307,
.btn-group.nav > .btn-group > .btn:focus i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ba1223' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ba1223' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ba1223'/%3E%3C/svg%3E");
}
.btn-group.nav > .btn-group > .btn.active i.icon-340,
.btn-group.nav > .btn-group > .btn.active i.icon-PM25,
.btn-group.nav > .btn-group > .btn:hover i.icon-340,
.btn-group.nav > .btn-group > .btn:hover i.icon-PM25,
.btn-group.nav > .btn-group > .btn:focus i.icon-340,
.btn-group.nav > .btn-group > .btn:focus i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ba1223'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ba1223'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ba1223'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ba1223'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ba1223'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ba1223'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ba1223'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ba1223'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ba1223'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ba1223'/%3E%3C/svg%3E");
}
.btn-group.nav > .btn-group > .btn.active i.icon-341,
.btn-group.nav > .btn-group > .btn.active i.icon-PM10,
.btn-group.nav > .btn-group > .btn:hover i.icon-341,
.btn-group.nav > .btn-group > .btn:hover i.icon-PM10,
.btn-group.nav > .btn-group > .btn:focus i.icon-341,
.btn-group.nav > .btn-group > .btn:focus i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ba1223'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ba1223'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ba1223'/%3E%3C/svg%3E");
}
.btn-group.nav > .btn-group > .btn.active i.icon-342,
.btn-group.nav > .btn-group > .btn.active i.icon-TVOC,
.btn-group.nav > .btn-group > .btn:hover i.icon-342,
.btn-group.nav > .btn-group > .btn:hover i.icon-TVOC,
.btn-group.nav > .btn-group > .btn:focus i.icon-342,
.btn-group.nav > .btn-group > .btn:focus i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ba1223'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ba1223'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ba1223'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ba1223'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ba1223'/%3E%3C/svg%3E");
}
.btn-group.nav > .btn-group > .btn.active i.icon-433,
.btn-group.nav > .btn-group > .btn:hover i.icon-433,
.btn-group.nav > .btn-group > .btn:focus i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ba1223'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-432,
.btn-group.nav > .btn-group > .btn:hover i.icon-432,
.btn-group.nav > .btn-group > .btn:focus i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ba1223'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-452,
.btn-group.nav > .btn-group > .btn:hover i.icon-452,
.btn-group.nav > .btn-group > .btn:focus i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ba1223'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ba1223'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ba1223'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ba1223'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ba1223'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ba1223'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ba1223'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ba1223'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-802,
.btn-group.nav > .btn-group > .btn:hover i.icon-802,
.btn-group.nav > .btn-group > .btn:focus i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ba1223'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ba1223'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ba1223'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-810,
.btn-group.nav > .btn-group > .btn:hover i.icon-810,
.btn-group.nav > .btn-group > .btn:focus i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-435,
.btn-group.nav > .btn-group > .btn:hover i.icon-435,
.btn-group.nav > .btn-group > .btn:focus i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ba1223'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ba1223'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ba1223'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-471,
.btn-group.nav > .btn-group > .btn:hover i.icon-471,
.btn-group.nav > .btn-group > .btn:focus i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active i.icon-472,
.btn-group.nav > .btn-group > .btn:hover i.icon-472,
.btn-group.nav > .btn-group > .btn:focus i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ba1223'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ba1223'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
i.icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
i.icon-tree {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H9V7H3V3ZM15 10H21V14H15V10ZM15 17H21V21H15V17ZM13 13H7V18H13V20H7H5V9H7V11H13V13Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
i.icon-list-indent {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM15 11V13H21V11H15ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3Cpath d='M12 11V13H10V11H12ZM13 10H9V14H13V10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
i.icon-inventory {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 11L18 12.5L11 19.5L6.5 15L8 13.5L11 16.5L16.5 11Z' fill='%236b7078'/%3E%3Cpath d='M19 5H17V3H15.9C15.5 1.3 13.9 0 12 0C10.1 0 8.6 1.3 8.1 3H7V5H5C3.9 5 3 5.9 3 7V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM12 2C12.7 2 13.4 2.4 13.7 3H10.2C10.6 2.4 11.3 2 12 2ZM9 5H15V7H9V5ZM19 21H5V7H7V9H17V7H19V21Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16 4H7V8H16V4Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-tree {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H9V7H3V3ZM15 10H21V14H15V10ZM15 17H21V21H15V17ZM13 13H7V18H13V20H7H5V9H7V11H13V13Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-list-indent {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM15 11V13H21V11H15ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3Cpath d='M12 11V13H10V11H12ZM13 10H9V14H13V10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-inventory {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 11L18 12.5L11 19.5L6.5 15L8 13.5L11 16.5L16.5 11Z' fill='%23ffffff'/%3E%3Cpath d='M19 5H17V3H15.9C15.5 1.3 13.9 0 12 0C10.1 0 8.6 1.3 8.1 3H7V5H5C3.9 5 3 5.9 3 7V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM12 2C12.7 2 13.4 2.4 13.7 3H10.2C10.6 2.4 11.3 2 12 2ZM9 5H15V7H9V5ZM19 21H5V7H7V9H17V7H19V21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16 4H7V8H16V4Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn-group.nav > .btn-group > .btn.active {
  color: #ba1223;
}
.btn-group.nav > .btn-group > .btn.active:hover,
.btn-group.nav > .btn-group > .btn.active:focus {
  background-color: transparent;
}
.btn-group.nav > .btn-group > .btn:hover,
.btn-group.nav > .btn-group > .btn:focus {
  background-color: rgba(186, 18, 35, 0.2);
  color: #ba1223;
}
.btn-group.nav > .btn-group > .btn > i {
  margin-left: 4px;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 16px;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .navbar-link {
  color: #999999;
}
.navbar .navbar-link:hover {
  color: #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 16px;
}
.navbar .btn-group {
  margin: 0;
  padding: 5px 5px 6px;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 16px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 32px;
  margin: 16px 0;
}
.pagination strong {
  font-weight: 600;
}
.pagination p {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  line-height: 36px;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  color: #3b3e42;
  padding: 0 10px;
  line-height: 32px;
  text-decoration: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  margin: 2px;
}
.pagination a:hover {
  background-color: #ebeced;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination a:active {
  background-color: #ebeced;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination .active a {
  background-color: #ebeced;
  color: #ba1223;
  cursor: default;
  font-weight: bold;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  cursor: default;
  background-color: #ffffff;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination li:first-child a {
  border-left-width: 1px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination {
  margin: 0;
  display: inline-block;
}
.pagination a {
  height: 30px;
  min-width: 20px;
  color: #333333;
}
.pagination .active a {
  color: #ba1223;
  background: #ebeced;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination .prev,
.pagination .next {
  min-width: 26px;
  background-position: center 4px;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination .prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.pagination .next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.pagination .disabled .prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%23cfd2d5'/%3E%3C/svg%3E%0A");
}
.pagination .disabled .next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%23cfd2d5'/%3E%3C/svg%3E%0A");
}
.pager {
  margin-left: 0;
  margin-bottom: 16px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.ui-widget-overlay {
  background: black;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-dialog {
  padding: 0;
  background: white;
  *zoom: 1;
}
.ui-dialog:before,
.ui-dialog:after {
  display: table;
  content: "";
}
.ui-dialog:after {
  clear: both;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  padding: 10px;
  font-size: 14px;
}
.ui-dialog .ui-dialog-content {
  padding: 10px;
  line-height: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px;
  float: right;
}
.ui-widget-content {
  border: none;
  font-size: 14px;
}
.ui-dialog-title {
  color: #3b3e42;
  font-weight: 500;
  font-size: 18px;
}
.ui-dialog-buttonset button {
  width: 80px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-height: 34px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.ui-dialog-buttonset button.icon {
  padding: 4px;
}
.ui-dialog-buttonset button.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.ui-dialog-buttonset button.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
.ui-dialog-buttonset button.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
.ui-dialog-buttonset button.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
.ui-dialog-buttonset button.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
.ui-dialog-buttonset button.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
.ui-dialog-buttonset button.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.ui-dialog-buttonset button i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-301,
.ui-dialog-buttonset button.active i.icon-TEMPERATURE,
.ui-dialog-buttonset button.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-301,
.ui-dialog-buttonset button i.icon-TEMPERATURE,
.ui-dialog-buttonset button i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-302,
.ui-dialog-buttonset button.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-302,
.ui-dialog-buttonset button i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-307,
.ui-dialog-buttonset button.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button i.icon-307,
.ui-dialog-buttonset button i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.active i.icon-340,
.ui-dialog-buttonset button.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button i.icon-340,
.ui-dialog-buttonset button i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.active i.icon-341,
.ui-dialog-buttonset button.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button i.icon-341,
.ui-dialog-buttonset button i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.active i.icon-342,
.ui-dialog-buttonset button.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button i.icon-342,
.ui-dialog-buttonset button i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon {
  padding: 4px;
}
.ui-dialog-buttonset button.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.ui-dialog-buttonset button.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.ui-dialog-buttonset button.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ui-dialog-buttonset button.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ui-widget-header .ui-icon {
  background-image: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(../img/icon_close.svg);
  background-repeat: no-repeat;
  margin: 0;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  float: right;
  text-indent: -9999px;
}
.ui-dialog-titlebar-close:hover {
  background-repeat: no-repeat;
  border: none;
  width: 24px;
  height: 24px;
}
.ui-dialog-titlebar-close:active {
  background-repeat: no-repeat;
  border: none;
  width: 24px;
  height: 24px;
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 4px;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #cc0000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #C00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #cc0000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
/*

/*---------------[ Headers ]-----*/
h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25em;
}
/*---------------[ Global style effects ]-----*/
/*---------------[ Theme ]-----*/
/*---------------[ Buttons ]-----*/
/*---------------[ Switch ]-----*/
.onoffswitch {
  position: relative;
  width: 140px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch.little {
  width: 66px;
  margin: 0 auto;
}
.onoffswitch.little .onoffswitch-label .onoffswitch-switch {
  right: 42px;
}
.onoffswitch.little .onoffswitch-label .onoffswitch-inner .onoffswitch-active {
  text-align: left;
  padding-left: 15px;
}
.onoffswitch.little .onoffswitch-label .onoffswitch-inner .onoffswitch-inactive {
  padding-right: 15px;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 14px;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner > div {
  float: left;
  width: 50%;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner .onoffswitch-active {
  padding-left: 10px;
  background: #ba1223;
  border-color: #950f1c;
  color: #ffffff;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner .onoffswitch-inactive {
  padding-right: 10px;
  background: #e2e2e2;
  color: #666;
  text-align: right;
}
.onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 114px;
  width: 22px;
  height: 22px;
  margin: 0px;
  background: white;
  line-height: 25.6px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 14px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #999999;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 3px;
  bottom: 0;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 3px;
}
/*---------------[ Checkboxes ]-----*/
.checkbox {
  position: relative;
  display: inline-block;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23cfd2d5'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ffffff'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 1px 5px;
  min-height: 21px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 0;
  width: 25px;
  height: 25px;
  margin: 0;
}
.checkbox label {
  margin-left: 5px;
  float: left;
  line-height: 25px;
  font-size: 14px;
}
.checkbox.active {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23cfd2d5'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ffffff'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.checkbox.checked {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23ba1223'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ba1223'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.checkbox.checked.active {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23ba1223'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ba1223'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25em;
}
label.radio {
  padding-top: 5px;
  margin-right: 10px;
}
/*---------------[ Color-tags ]-----*/
.select2-container-multi .select2-search-choice.gree {
  background: #696;
  border-color: #366;
}
.select2-container-multi .select2-search-choice.viol {
  background: #969;
  border-color: #636;
}
.select2-container-multi .select2-search-choice.blue {
  background: #69C;
  border-color: #369;
}
.select2-container-multi .select2-search-choice.yell {
  background: #C90;
  border-color: #960;
}
/*---------------[ End color-tags ]-----*/
/*---------------[ buttons width icons ]-----*/
.btn.icon {
  padding: 4px;
}
.btn.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.btn.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-time {
  background-position: -46px -22px;
}
/*---------------[ Radio buttons ]-----*/
.ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.ez-checkbox {
  background: transparent url('../img/checkbox-red.png') 0 1px no-repeat;
  display: inline-block;
}
.ez-radio {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23cfd2d5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 1px 5px;
  display: inline-block;
  width: 20px;
  height: 25px;
  margin-right: 2px;
}
.ez-checked {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23cfd2d5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ez-selected {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ez-checkbox-green {
  background: transparent url('../img/checkbox-green.png') 0 1px no-repeat;
  display: inline-block;
  *display: inline;
}
.ez-checked-green {
  background-position: 0 -18px;
}
.ez-checkbox,
.ez-radio {
  zoom: 1;
  float: left;
  _height: 30px;
}
/*---------------[ Datepicker ]-----*/
input.single-datepicker {
  width: 90px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0px solid #FFF;
  height: 30px;
  float: left;
  font-size: 12px;
  padding: 0;
  padding-left: 5px;
}
.datepick-trigger {
  border: 1px solid #999;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.datepick-trigger .icon-th {
  background: transparent url(../img/icon_datepicker.png) no-repeat 0 0;
}
/*---------------[ End Datepicker ]-----*/
/*---------------[ Range-Datepicker ]-----*/
.range-datepick-group {
  *zoom: 1;
}
.range-datepick-group:before,
.range-datepick-group:after {
  display: table;
  content: "";
}
.range-datepick-group:after {
  clear: both;
}
.range-datepick-group .range-datepick {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25em;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 10px;
  height: auto;
  text-align: left;
  background-image: url(../img/select2_arrows.png);
  background-repeat: no-repeat;
  background-position: 95% 13px;
  background-color: #e2e2e2;
  box-shadow: inset 0px 1px 0px #F9F9F9, inset 0px 0px 2px #FFFFFF;
  color: #333333;
}
.range-datepick-group .range-datepick::-webkit-input-placeholder {
  color: #666666;
}
.range-datepick-group .range-datepick:-moz-placeholder {
  color: #666666;
}
.range-datepick-group .nav {
  float: left;
}
.range-datepick-group .analysis-range {
  float: left;
  margin: 0;
}
.range-datepick-group > .btn:last-child {
  float: right;
}
.datepick-rtl {
  direction: rtl;
}
.datepick-popup {
  z-index: 1000;
  padding: 10px 40px;
  border: 1px solid #999;
  background: #ffffff;
  height: 160px;
}
.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datepick a {
  color: #fff;
  text-decoration: none;
}
.datepick a.datepick-disabled {
  color: #888;
  cursor: auto;
}
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold;
}
.datepick-nav {
  position: absolute;
  z-index: 0;
  left: 0;
  height: 140px;
  width: 100%;
}
.datepick-ctrl {
  background-color: #600;
  position: relative;
  display: none;
}
.datepick-cmd {
  width: 30%;
}
.datepick-cmd:hover {
  background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: #f08080;
}
.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
  width: 8%;
}
button.datepick-cmd {
  text-align: center;
}
.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  padding-left: 2%;
}
.datepick-cmd-prev,
.datepick-cmd-next {
  position: absolute;
  top: 10px;
  width: 20px;
  text-indent: 9999px;
  height: 140px;
  display: block;
  border: 1px solid #CCC;
  background: #e2e2e2 url(../img/horizontal_arrows.png) no-repeat 0 50%;
  box-shadow: inset 0px 1px 0px #F9F9F9, inset 0px 0px 2px #FFFFFF;
}
.datepick-cmd-prev:hover,
.datepick-cmd-next:hover {
  border-color: #999;
  background-color: #e2e2e2;
}
.datepick-cmd-prev:active,
.datepick-cmd-next:active {
  border-color: #999999;
  background-color: #c2c2c2;
  box-shadow: inset 0px 1px 0px #aeaeae, inset 0px 0px 2px #c2c2c2;
}
.datepick-cmd-prev {
  left: 10px;
  top: 0;
}
.datepick-cmd-next {
  top: 0;
  right: 10px;
  background-position: 100% 50%;
}
.datepick-cmd-current,
.datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
  display: none;
}
.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right;
}
.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center;
}
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.datepick-month-nav span {
  color: #888;
}
.datepick-month-row {
  clear: left;
  position: relative;
  z-index: 10;
}
.datepick-month {
  float: left;
  width: 14em;
  text-align: center;
  padding-right: 10px;
}
.datepick-month.last {
  padding-right: 0;
}
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 1.5em;
  color: #333333;
}
.datepick-month-header {
  text-transform: uppercase;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 1.4em;
  border: none;
}
.datepick-month-header input {
  position: absolute;
  display: none;
}
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
}
.datepick-month th,
.datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}
.datepick-month th,
.datepick-month th a {
  color: #333333;
  font-weight: bold;
}
.datepick-month td.datepick-week * {
  color: #333333;
  border: none;
}
.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  color: #000;
  text-decoration: none;
}
.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}
.datepick-month td span {
  color: #888;
}
.datepick-month td .datepick-other-month {
  background-color: #fff;
}
.datepick-month td .datepick-today {
  color: #ba1223;
  font-weight: bold;
}
.datepick-month td .datepick-highlight {
  background-color: #F2F2F2;
}
.datepick-month td .datepick-selected {
  background-color: #ba1223;
  color: #fff;
}
.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff;
}
.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center;
}
.datepick-clear-fix {
  clear: both;
}
.datepick-cover {
  display: none;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -1px;
  left: -1px;
  width: 100px;
  height: 100px;
}
/*---------------[ End Range-Datepicker ]-----*/
/*---------------[ Carousel ]------*/
.ui-carousel {
  height: 120px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  /*for ie7 to work e.g in html carousels*/

  float: left;
  width: 300px;
}
.ui-carousel li {
  position: relative;
}
.ui-carousel li span {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  text-align: center;
  width: 100%;
}
.ui-carousel li.btn.active {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.ui-carousel .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-carousel > .wrapper {
  margin: 0;
  padding: 0;
  width: 9999px;
}
.ui-carousel > .wrapper > * {
  display: block;
  float: left;
  height: 120px;
  overflow: hidden;
  width: 112px;
}
.ui-carousel-next,
.ui-carousel-prev {
  width: 21px;
  height: 120px;
  float: left;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
}
.ui-carousel-next:hover,
.ui-carousel-prev:hover,
.ui-carousel-next:active,
.ui-carousel-prev:active {
  background-position: center;
}
.ui-carousel-next {
  background-image: url(../img/slider_next.png);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ui-carousel-prev {
  background-image: url(../img/slider_prev.png);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.lectura.btn,
.prediccion.btn,
.maximetro.btn,
.lineas.btn {
  background-image: url(../img/sprite_new_widget.png);
  background-repeat: no-repeat;
}
.lectura.btn,
.lectura.btn:hover,
.lectura.btn:active,
.lectura.active.btn {
  background-position: center -10px;
}
.prediccion.btn,
.prediccion.btn:hover,
.prediccion.btn:active,
.prediccion.active.btn {
  background-position: center -130px;
}
.maximetro.btn,
.maximetro.btn:hover,
.maximetro.btn:active,
.maximetro.active.btn {
  background-position: center -250px;
}
.lineas.btn,
.lineas.btn:hover,
.lineas.btn:active,
.lineas.active.btn {
  background-position: center -370px;
}
/*---------------[ Wizard steps ]-----*/
.wizard-steps {
  list-style: none;
  margin: 0;
  *zoom: 1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.wizard-steps:before,
.wizard-steps:after {
  display: table;
  content: "";
}
.wizard-steps:after {
  clear: both;
}
.wizard-steps li {
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #cccccc;
  border: 2px solid #cccccc;
  height: 46px;
  width: 46px;
  padding-top: 13px;
  background-color: transparent;
  border-radius: 100%;
}
.wizard-steps li.divider {
  float: left;
  height: 1px;
  margin-top: 23px;
  padding: 0 57px 0 0;
  background-color: #cccccc;
  border: none;
  border-radius: 0;
}
.wizard-steps li.active {
  color: white;
  border: 2px solid rgba(186, 18, 35, 0.9);
  background-color: rgba(186, 18, 35, 0.9);
}
.wizard-steps li.done {
  color: rgba(186, 18, 35, 0.9);
  border: 2px solid rgba(186, 18, 35, 0.9);
}
.wizard-steps li.done + .divider {
  background-color: rgba(186, 18, 35, 0.9);
}
.wizard-steps li.active + .divider {
  background-color: rgba(186, 18, 35, 0.9);
}
/*---------------[ buttons width icons ]-----*/
.btn.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
.btn.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
.btn.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
.btn.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 16px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #ba1223;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 16px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 16px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  color: inherit;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
html {
  font-size: 100%;
  height: 100%;
  padding: 0;
}
body {
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
header {
  z-index: 1001;
}
header h1 {
  background-size: 100% auto;
}
footer .name,
footer .ayuda {
  padding-bottom: 0;
  margin-bottom: 0;
}
#logo_container {
  float: left;
}
.wrapper:after {
  clear: both;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  min-height: 98%;
  min-width: 1000px;
  position: relative;
  width: 100%;
}
header {
  background: none repeat scroll 0 0 #FFFFFF;
  position: relative;
  z-index: 2001;
  padding: 15px;
}
#top-menu {
  z-index: 0;
}
footer {
  margin: 0;
}
#section {
  display: block;
  height: 100%;
  position: relative;
  overflow: visible;
}
#section .menu-bg {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 15%;
  background: #F3F4F5;
  z-index: 0;
  border-right: 1px solid #73737423;
}
#section-content {
  display: inline-block;
  overflow: visible;
  float: right;
  padding: 15px 20px!important;
  height: 100%;
  width: calc(100% - 248px) !important;
}
#section-content > .nav {
  margin-left: -8px !important;
}
#section nav {
  display: inline-block;
  width: 248px;
}
.menu-bg {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 248px;
  background: #F2F5F7;
  border-right: 1px solid #EBEBEC;
  z-index: 0;
}
#section-content-simple {
  display: inline-block;
  overflow: visible;
  float: right;
  padding: 15px 20px!important;
  width: calc(100% - 248px) !important;
  float: left;
  padding: 20px;
  height: 100%;
  width: 100%;
}
#section-content-simple > .nav {
  margin-left: -8px !important;
}
#section-content-list-deployments {
  display: inline-block;
  overflow: visible;
  padding: 15px 20px!important;
  float: left;
  height: 100%;
  width: 100%;
}
#config-tabs {
  display: inline-block;
  float: right;
  padding: 10px 20px 0 0;
  width: 83%;
}
.item-close {
  background: transparent url(../img/icon_close.svg) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.item-edit {
  background: transparent url(../img/icon_edit.svg) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.item-share {
  background: transparent url(../img/icon_share.svg) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.tag_mgmt {
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  background-clip: padding-box;
  padding: 0 10px 0 10px;
  margin: 4px 0 0 3px;
  position: relative;
  cursor: default;
  border-radius: 4px;
  background-color: #cc1427;
  color: #ffffff;
  border: 1px solid #950f1c;
  width: fit-content;
  text-align: center;
}
.icon-chart {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.active > .icon-chart {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
.btn.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.btn i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.btn.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-301,
.btn.active i.icon-TEMPERATURE,
.btn.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-301,
.btn i.icon-TEMPERATURE,
.btn i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-302,
.btn.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn i.icon-302,
.btn i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active i.icon-307,
.btn.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn i.icon-307,
.btn i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.active i.icon-340,
.btn.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn i.icon-340,
.btn i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.active i.icon-341,
.btn.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn i.icon-341,
.btn i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.active i.icon-342,
.btn.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn i.icon-342,
.btn i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
i.icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
i.icon-tree {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H9V7H3V3ZM15 10H21V14H15V10ZM15 17H21V21H15V17ZM13 13H7V18H13V20H7H5V9H7V11H13V13Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
i.icon-list-indent {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM15 11V13H21V11H15ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3Cpath d='M12 11V13H10V11H12ZM13 10H9V14H13V10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
i.icon-inventory {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 11L18 12.5L11 19.5L6.5 15L8 13.5L11 16.5L16.5 11Z' fill='%236b7078'/%3E%3Cpath d='M19 5H17V3H15.9C15.5 1.3 13.9 0 12 0C10.1 0 8.6 1.3 8.1 3H7V5H5C3.9 5 3 5.9 3 7V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM12 2C12.7 2 13.4 2.4 13.7 3H10.2C10.6 2.4 11.3 2 12 2ZM9 5H15V7H9V5ZM19 21H5V7H7V9H17V7H19V21Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16 4H7V8H16V4Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-tree {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H9V7H3V3ZM15 10H21V14H15V10ZM15 17H21V21H15V17ZM13 13H7V18H13V20H7H5V9H7V11H13V13Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-list-indent {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM15 11V13H21V11H15ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3Cpath d='M12 11V13H10V11H12ZM13 10H9V14H13V10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.icon.active i.icon-inventory {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 11L18 12.5L11 19.5L6.5 15L8 13.5L11 16.5L16.5 11Z' fill='%23ffffff'/%3E%3Cpath d='M19 5H17V3H15.9C15.5 1.3 13.9 0 12 0C10.1 0 8.6 1.3 8.1 3H7V5H5C3.9 5 3 5.9 3 7V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM12 2C12.7 2 13.4 2.4 13.7 3H10.2C10.6 2.4 11.3 2 12 2ZM9 5H15V7H9V5ZM19 21H5V7H7V9H17V7H19V21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16 4H7V8H16V4Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.pointer {
  cursor: pointer;
  margin-right: 5px;
}
.control-label {
  width: 20%;
  font-weight: bold;
  margin-right: 20px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.list_actions {
  list-style: none outside none;
  margin: 0;
}
.list_actions li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.list_actions li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
}
/*---------------[ Seleccionar styles ]-----*/
.nav-pills {
  margin-right: 10px;
}
.nav-pills .caret {
  border-bottom-color: #333;
  border-top: 6px solid #333;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  margin-left: 8px;
  opacity: 1;
}
.nav-pills .dropdown-menu {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  margin: 6px 0 0;
}
.nav-pills .dropdown-menu a {
  font-size: 14px;
  line-height: 1.2em;
  padding: 7px 10px 7px 8px;
}
.nav-pills .dropdown-menu a:hover {
  background-color: #E2E2E2;
}
.nav-pills > li {
  padding-right: 10px;
  margin-right: 10px;
}
.nav-pills > li:first-child {
  margin-right: 0px;
}
.nav-pills > li > a {
  margin-top: 0px;
}
.nav-pills > li.dropdown {
  position: relative;
  height: 28px;
  display: block;
}
.nav-pills > li.dropdown > a {
  white-space: nowrap;
}
.nav-pills > li.dropdown .checkbox {
  position: absolute;
  z-index: 50;
  top: 2px;
  left: 8px;
}
.nav-pills > li.dropdown .dropdown-toggle {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  top: 0;
  position: relative;
  display: block;
  width: 100%;
  float: left;
  z-index: 40;
  min-height: 34px;
  padding-right: 24px;
}
.nav-pills > li.dropdown .dropdown-toggle.icon {
  padding: 4px;
}
.nav-pills > li.dropdown .dropdown-toggle.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
.nav-pills > li.dropdown .dropdown-toggle.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
.nav-pills > li.dropdown .dropdown-toggle.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-301,
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-TEMPERATURE,
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-301,
.nav-pills > li.dropdown .dropdown-toggle i.icon-TEMPERATURE,
.nav-pills > li.dropdown .dropdown-toggle i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-302,
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-302,
.nav-pills > li.dropdown .dropdown-toggle i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-307,
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-307,
.nav-pills > li.dropdown .dropdown-toggle i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-340,
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-340,
.nav-pills > li.dropdown .dropdown-toggle i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-341,
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-341,
.nav-pills > li.dropdown .dropdown-toggle i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-342,
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-342,
.nav-pills > li.dropdown .dropdown-toggle i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon {
  padding: 4px;
}
.nav-pills > li.dropdown .dropdown-toggle.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.nav-pills > li.dropdown .dropdown-toggle:before {
  background-image: url('../img/icon_arrow_dropdown.svg');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  content: "";
  position: absolute;
  width: 12px;
  height: 23px;
  top: 15%;
  left: 80%;
}
.nav-pills > li.dropdown .dropdown-toggle.checkall {
  padding-right: 19px;
}
.nav-pills > li.dropdown .dropdown-toggle .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.nav-pills > li.dropdown .dropdown-toggle:hover {
  outline: 0;
  background-color: #cfd2d5;
  background-position: 0 -15px;
}
.nav-pills > li.dropdown .dropdown-toggle:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.nav-pills > li.dropdown .dropdown-toggle:active .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.nav-pills > li.dropdown.open .dropdown-toggle,
.nav-pills > li.dropdown.open .dropdown-toggle:hover {
  outline: 0;
  background-color: #cfd2d5;
}
.nav-pills > li.dropdown.open .dropdown-toggle:before,
.nav-pills > li.dropdown.open .dropdown-toggle:hover:before {
  transform: rotate(180deg);
}
.nav-pills > li.dropdown.open .dropdown-toggle .caret,
.nav-pills > li.dropdown.open .dropdown-toggle:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.checkbox + .dropdown-toggle:before {
  background: none !important;
}
/*---------------[ Forms styles ]-----*/
.new-element-select {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.new-element-select button {
  float: left;
  width: 173px;
  margin: 0 20px 20px 0;
  height: 211px;
}
.new-element-select button div {
  margin-bottom: 5px;
  float: left;
}
.new-element-select button div .img-select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
.new-element-select button div .dexgate {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -1px;
}
.new-element-select button div .satel {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -150px;
}
.new-element-select button div .estacion {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -300px;
}
.new-element-select button div .contador {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -450px;
}
.new-element-select button div .studio {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -600px;
}
.new-element-select button div .egx {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -750px;
}
.new-element-select button div .acquisuite {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -900px;
}
.new-element-select button div .elvaco {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -1050px;
}
.new-element-select button div .microcom {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -1200px;
}
.new-element-select button div .kromschroeder {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -1350px;
}
.new-element-select button div .cost {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -1500px;
}
.new-element-select button div .virtual {
  background: url(../img/sprite_concentradores.png) no-repeat -1px -1650px;
}
.new-element-select button .img-select {
  width: 150px;
  height: 150px;
}
.btn-form {
  float: right;
  margin-left: 10px;
}
#new-widget-form .clima {
  /*  background: url(../img/sprite_dash_widgets.png) no-repeat scroll -3px -3px transparent;*/

  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  float: left;
  height: 150px;
  margin-bottom: 10px;
  width: 150px;
}
.gly-icon {
  background-image: url("../img/glyphicons-halflings.png");
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  float: left;
}
.gly-icon-down {
  background-position: -311px -95px;
}
.gly-icon-up {
  background-position: -287px -96px;
}
.gly-icon-show {
  background-position: -45px 0;
}
.gly-icon-trash {
  background-position: -457px 0;
  float: right;
}
.gly-icon-library {
  background-position: -49px -47px;
}
.controls > input,
.controls .select2-container {
  float: left;
  margin-right: 10px;
}
.controls::before,
.controls::after {
  display: table;
  content: "";
}
.controls::after {
  clear: both;
}
/*---------------[ Configuracion ]-----*/
.new-tab {
  background-image: url(../img/new_tab_icon.png);
  background-repeat: no-repeat;
  background-position: 84px center;
  padding-right: 40px;
}
.tab-content {
  padding-top: 20px;
}
.tab-content .ficha-locations .first-row,
.tab-content .concentradores .first-row {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-content .ficha-locations .first-row > a,
.tab-content .concentradores .first-row > a {
  float: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
}
.tab-content #config-sublevel-1 .ficha,
.tab-content #config-sublevel-2 .ficha,
.tab-content #config-sublevel-1 .concentrador,
.tab-content #config-sublevel-2 .concentrador {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-content #config-sublevel-1 .ficha .collapse-switch span,
.tab-content #config-sublevel-2 .ficha .collapse-switch span,
.tab-content #config-sublevel-1 .concentrador .collapse-switch span,
.tab-content #config-sublevel-2 .concentrador .collapse-switch span {
  display: none;
}
.tab-content #config-sublevel-1 .ficha .collapse-switch strong,
.tab-content #config-sublevel-2 .ficha .collapse-switch strong,
.tab-content #config-sublevel-1 .concentrador .collapse-switch strong,
.tab-content #config-sublevel-2 .concentrador .collapse-switch strong {
  display: block;
}
.tab-content #config-sublevel-1 .ficha .collapse-switch.opened span,
.tab-content #config-sublevel-2 .ficha .collapse-switch.opened span,
.tab-content #config-sublevel-1 .concentrador .collapse-switch.opened span,
.tab-content #config-sublevel-2 .concentrador .collapse-switch.opened span {
  display: block;
}
.tab-content #config-sublevel-1 .ficha .collapse-switch.opened strong,
.tab-content #config-sublevel-2 .ficha .collapse-switch.opened strong,
.tab-content #config-sublevel-1 .concentrador .collapse-switch.opened strong,
.tab-content #config-sublevel-2 .concentrador .collapse-switch.opened strong {
  display: none;
}
.tab-content #config-sublevel-1 .ficha .checkbox,
.tab-content #config-sublevel-2 .ficha .checkbox,
.tab-content #config-sublevel-1 .concentrador .checkbox,
.tab-content #config-sublevel-2 .concentrador .checkbox {
  float: left;
  margin: 4px 6px;
}
.tab-content #config-sublevel-1 .title,
.tab-content #config-sublevel-2 .title {
  position: relative;
}
.tab-content #config-sublevel-1 .title .breadcrumb,
.tab-content #config-sublevel-2 .title .breadcrumb {
  display: block;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  float: none;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 30px;
  margin-top: -10px;
}
.tab-content #config-sublevel-1 .title h1,
.tab-content #config-sublevel-2 .title h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5em;
  padding-right: 10px;
  display: inline-block;
}
.tab-content #config-sublevel-1 .title a,
.tab-content #config-sublevel-2 .title a {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
}
.tab-content #config-sublevel-1 .title :last-child,
.tab-content #config-sublevel-2 .title :last-child {
  position: absolute;
  right: 0;
  top: 5px;
  border-left: none;
}
.tab-content #config-sublevel-1 .info .img-ficha,
.tab-content #config-sublevel-2 .info .img-ficha,
.tab-content #config-sublevel-1 .info .img-select,
.tab-content #config-sublevel-2 .info .img-select {
  display: inline-block;
  float: left;
  margin-top: 6px;
  width: 134px;
}
.tab-content #config-sublevel-1 .info .img-ficha,
.tab-content #config-sublevel-2 .info .img-ficha {
  background: url(../img/fichas.png) no-repeat;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 260px;
}
.tab-content #config-sublevel-1 .info .img-select,
.tab-content #config-sublevel-2 .info .img-select {
  background: url(../img/concentrador.png) no-repeat;
  height: 100px;
}
.tab-content #config-sublevel-1 .info .info-list,
.tab-content #config-sublevel-2 .info .info-list {
  display: inline-block;
  float: left;
  margin-left: 24px;
  margin-bottom: 6px;
}
.tab-content #config-sublevel-1 .info .info-list > ul :first-child,
.tab-content #config-sublevel-2 .info .info-list > ul :first-child {
  text-align: right;
  width: 144px;
  padding-right: 10px;
  font-weight: bold;
  float: left;
}
.tab-content #config-sublevel-1 .info .info-list > ul > li,
.tab-content #config-sublevel-2 .info .info-list > ul > li {
  margin-bottom: 10px;
}
.tab-content #config-sublevel-1 .info .info-list ul,
.tab-content #config-sublevel-2 .info .info-list ul {
  list-style: none;
  margin: 0;
}
.tab-content #config-sublevel-1 .info .info-list ul .medidores,
.tab-content #config-sublevel-2 .info .info-list ul .medidores {
  vertical-align: top;
}
.tab-content #config-sublevel-1 .info .info-list ul li,
.tab-content #config-sublevel-2 .info .info-list ul li {
  display: inline-block;
}
.tab-content #config-sublevel-1 .info .info-list ul li .medidores-asw,
.tab-content #config-sublevel-2 .info .info-list ul li .medidores-asw {
  line-height: 16px;
}
.tab-content #config-sublevel-1 .info .info-list ul li ul,
.tab-content #config-sublevel-2 .info .info-list ul li ul {
  line-height: 16px;
  margin-top: 0px;
  margin-left: 0;
}
.tab-content #config-sublevel-1 .info .info-list ul li ul li,
.tab-content #config-sublevel-2 .info .info-list ul li ul li {
  font-weight: normal;
  font-size: 12px;
  line-height: 2em;
  text-align: left;
  padding-left: 20px;
  margin-left: 0;
  width: 144px;
}
.tab-content #config-sublevel-1 .info .info-list ul li ul li:first-child,
.tab-content #config-sublevel-2 .info .info-list ul li ul li:first-child {
  text-align: left;
  font-weight: normal;
}
.tab-content #config-sublevel-1 .info .info-list ul li ul .check,
.tab-content #config-sublevel-2 .info .info-list ul li ul .check {
  background: url(../img/check.svg) no-repeat left 3px;
}
.tab-content #config-sublevel-1 .info .info-list ul li ul .cross,
.tab-content #config-sublevel-2 .info .info-list ul li ul .cross {
  background: url(../img/cross.svg) no-repeat left 3px;
}
.tab-content #config-sublevel-1 .info .info-list ul li .tags,
.tab-content #config-sublevel-2 .info .info-list ul li .tags {
  float: left;
  width: 100%;
}
.tab-content #config-sublevel-1 .info .info-list ul li .tags li,
.tab-content #config-sublevel-2 .info .info-list ul li .tags li {
  float: left;
  padding: 0 8px;
  width: auto;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #CCC;
  background: #F2F2F2;
  margin-right: 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.tab-content #config-sublevel-1 .info .switch,
.tab-content #config-sublevel-2 .info .switch {
  margin-top: 110px;
  margin-left: 1px;
}
/*---------------[ End of Configuracion ]-----*/
/* Collapse format */
.collapse-switch span {
  display: none;
}
.collapse-switch strong {
  display: block;
  cursor: pointer;
}
.collapse-switch.opened span {
  display: block;
  cursor: pointer;
}
.collapse-switch.opened strong {
  display: none;
}
.form_error {
  color: #B94A48;
}
.amChartsButton,
.amChartsButtonSelected {
  width: 85px !important;
  border: none;
  color: #6b7078;
  font-size: 12px;
  margin: 1px;
  background: url("../img/zoom_out.svg") no-repeat 5px;
  vertical-align: middle;
  text-align: right;
}
.amChartsButton:HOVER {
  background-color: #CCC;
}
/* footer link */
#dexmalink {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
}
input {
  min-height: 34px;
  border: 1px solid #cfd2d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input.short_size {
  width: 100px;
}
input.short_size.date_picker {
  font-size: 12px;
}
.filter_form {
  /*margin-right: 20px;*/

}
.filter_form > div {
  display: inline-table;
  margin-right: 20px;
}
.filter_form h4 {
  margin-top: 4px;
  margin-bottom: 8px;
}
.filter_form .filter_update {
  margin-top: 20px;
  clear: both;
  float: right;
  margin-bottom: 10px;
}
.title-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6em;
  clear: both;
}
.title-content span {
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2em;
}
.title-content h1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5em;
  display: inline-block;
}
.title-content.small-title h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5em;
}
.title-content .estado {
  float: right;
  margin-top: 6px;
}
.title-content .estado span {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  border-left: none;
  font-size: 14px;
  line-height: 2em;
}
.title-content .estado .switch {
  float: right;
}
.subtitle-content {
  margin-bottom: 20px;
}
.form-horizontal {
  *zoom: 1;
  font-size: 14px;
  line-height: 1.6em;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.form-horizontal:before,
.form-horizontal:after {
  display: table;
  content: "";
}
.form-horizontal:after {
  clear: both;
}
.form-horizontal .sub-title-form {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.2em;
  color: #999;
  margin-bottom: 16px;
}
.form-horizontal .sub-title-form label {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
}
.form-horizontal .sub-title-form label.radio {
  font-weight: normal;
}
.form-horizontal .sub-title-form .controls {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 15px;
}
.form-horizontal .input-mini {
  width: 50px;
}
.form-horizontal .input-mmini {
  width: 60px;
}
.form-horizontal .input-small {
  width: 66px;
}
.form-horizontal .input-medium {
  width: 86px;
}
.form-horizontal .input-mmedium {
  width: 126px;
}
.form-horizontal .input-large {
  width: 156px;
}
.form-horizontal .input-xlarge {
  width: 224px;
}
.form-horizontal .input-xxlarge {
  width: 351px;
}
.form-horizontal .control-label {
  width: 20%;
  font-weight: bold;
}
.form-horizontal .control-label.no_margin {
  width: 5%;
}
.form-horizontal .controls {
  margin-left: 22%;
}
.form-horizontal .controls.no_margin {
  margin-left: 6%;
}
.form-horizontal .separador-1,
.form-horizontal .separador-2,
.form-horizontal .separador-3 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 7px;
}
.form-horizontal .separador-3 .checkbox:last-child {
  margin-bottom: 0;
}
.form-horizontal .local-sections-container {
  margin-top: 8px;
  margin-bottom: 6px;
}
.form-horizontal .local-sections-container .local-section-column {
  margin-top: 12px;
  width: 70%;
  float: left;
}
.form-horizontal .local-sections-container .local-section-column .locate-btn-container {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-horizontal .local-sections-container .locate {
  float: right;
  background: #f4f4f4 url(../img/locate_icon.png) no-repeat center center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 254px;
  height: 215px;
  margin-top: 11px;
  text-align: center;
}
.form-horizontal .local-sections-container .locate button {
  margin: 30% auto;
  margin-bottom: 0;
}
.form-horizontal .local-sections-container .locate span {
  display: block;
}
.inside-forms {
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
/*---------------[ Forms alerts ]-----*/
.form-alert {
  width: 300px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding-left: 40px;
  padding-right: 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  background-image: url(../img/alerts_sprite.png);
  background-repeat: no-repeat;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 2px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-alert.error {
  background-position: 10px 0%;
  background-image: url(../img/msg/errort.png);
  background-color: #FCC;
  color: #933;
  width: 200px;
}
.form-alert.success {
  background-position: 10px 0%;
  background-image: url(../img/msg/success.png);
  background-color: #ccf3c2;
  color: #549642;
}
.form-alert.attention {
  background-position: 10px 0%;
  background-image: url(../img/msg/attention.png);
  background-color: #f5e7a6;
  color: #C60;
}
.form-alert.information {
  background-position: 10px 0%;
  background-image: url(../img/msg/information.png);
  background-color: #c8eaff;
  color: #2e6c93;
}
.form-alert.system {
  width: 100%;
}
.form_error {
  background: url("../img/error.png") no-repeat scroll 50% 50% transparent;
  float: left;
  height: 34px;
  margin-left: -35px;
  text-indent: -9999px;
  width: 20px;
  z-index: 1003;
}
.form_error.no_indent,
.form-horizontal .controls .form_error.no_indent {
  margin-left: 1px;
}
.patch_form_error_table {
  float: left;
  margin-left: 10px;
}
.qtip,
.qtip div {
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.ui-combobox {
  position: relative;
  display: inline-block;
  z-index: 999;
}
.ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -4px;
  padding: 0;
  width: 21px;
  background: transparent url(../img/combo_bg.png) no-repeat 0 0;
  cursor: pointer;
  /* adjust styles for IE 6/7 */

  *height: 1.7em;
  *top: 0.1em;
}
.ui-combobox-toggle:active {
  background-position: 0 100%;
}
.ui-combobox-input {
  margin: 0;
  padding: 7px 10px 5px;
  border: 1px solid #999 !important;
  background: #FFF;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
}
.ui-combobox-input:focus {
  outline: 0;
}
@-moz-document url-prefix() {
  .ui-combobox-input {
    padding-bottom: 6px;
  }
}
.ui-autocomplete {
  margin: 0;
  margin-top: -3px;
  width: 250px !important;
  list-style: none;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border: 1px solid #999 !important;
}
.ui-autocomplete li {
  margin-bottom: 5px;
}
.ui-autocomplete li a {
  font-weight: normal;
  color: #333;
}
.ui-autocomplete li a:hover {
  background: transparent;
  border: none;
}
.input-mini {
  width: 50px;
}
.input-mmini {
  width: 60px;
}
.recalculate-parameter-datepicker {
  float: left;
  margin-right: 25px;
  display: inline-table;
}
.recalculate-parameter-datepicker-error {
  margin: 3px 0 0 -20px;
  float: right !important;
  position: unset !important;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  padding: 4px;
}
table.tablesorter thead tr .sortable {
  background-image: url(../img/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 18px;
}
table.tablesorter thead tr .sorted {
  background-color: #e2e2e2;
}
table.tablesorter thead tr .order1 {
  background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .order2 {
  background-image: url(../img/desc.gif);
}
table.tablesorter thead a {
  color: #3b3e42;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  background-position: right;
  display: block;
  width: 100%;
}
table.showandpage {
  width: 100%;
}
table.showandpage td.paging {
  text-align: right;
}
table.tablesorter tbody td {
  padding: 4px 8px;
  vertical-align: middle;
}
table.tablesorter tbody tr.unread td {
  background-color: #ffffcd;
  border-color: #e8ce6f;
}
table.tablesorter tbody tr.unread td:nth-child(2) {
  font-weight: bold;
}
table.tablesorter tbody tr.unread td:first-child,
table.tablesorter tbody tr.unread td:last-child {
  border-color: #e8ce6f;
}
table.tablesorter tbody tr td {
  margin-top: 10px;
  font-size: 12px;
}
table.tablesorter tbody tr td:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: 0px;
}
table.tablesorter tbody tr td:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-right: 0px;
}
/***********************/
/*   NEWSPAPER-A STYLE */
/***********************/
.newspaper-a {
  margin-bottom: 10px;
  width: 40%;
  font-size: 14px;
  text-align: left;
  border-collapse: collapse;
  background-color: white;
  border: 1px solid #BDBDBD;
}
.newspaper-a th {
  padding: 7px 12px 7px 12px;
  font-weight: normal;
  color: #2E2E2E;
  border-bottom: 1px dashed #BDBDBD;
}
.newspaper-a td {
  padding: 7px 12px 7px 12px;
  color: #424242;
  width: 50px;
}
.newspaper-a td input {
  width: 50px;
}
.newspaper-a tbody tr:hover td {
  /* 	color: #339; */

  background: #FAFAFA;
}
.table-style-1 {
  margin-bottom: 18px;
}
.table-style-1 th,
.table-style-1 td {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.table-style-1 thead :first-child {
  width: 170px;
  padding-right: 12px;
  text-align: right;
}
.table-style-1 thead th {
  text-align: left;
  width: 88px;
  padding-left: 10px;
  padding-right: 10px;
}
.table-style-1 tbody > :first-child th,
.table-style-1 tbody > :first-child td {
  padding-top: 0;
}
.table-style-1 tbody th {
  padding-right: 12px;
  padding-top: 10px;
  text-align: right;
}
.table-style-1 tbody tr {
  height: 35px;
}
.table-style-1 tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
.table-style-1 tbody tr td input {
  margin-bottom: 0;
  height: 28px;
}
/**************************/
/*   SUMMARY TABLE  STYLE */
/**************************/
.summary thead tr th,
table.summary tfoot tr th {
  padding: 4px;
}
.summary thead tr .sortable {
  background-image: url(../img/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.summary thead tr .sorted {
  background-color: #e2e2e2;
}
.summary thead tr .order1 {
  background-image: url(../img/asc.gif);
}
.summary thead tr .order2 {
  background-image: url(../img/desc.gif);
}
.summary thead a {
  color: #3D3D3D;
  text-decoration: none;
  font-weight: bold;
  background-position: right;
  display: block;
  width: 100%;
}
.showandpage {
  width: 100%;
}
.showandpage td.paging {
  text-align: right;
}
.summary tbody td {
  padding: 4px;
  vertical-align: middle;
}
.summary tbody tr.unread td {
  background-color: #ffffcd;
  border-color: #e8ce6f;
}
.summary tbody tr.unread td:nth-child(2) {
  font-weight: bold;
}
.summary tbody tr.unread td:first-child,
.summary tbody tr.unread td:last-child {
  border-color: #e8ce6f;
}
.summary tbody tr td {
  margin-top: 10px;
}
.summary tbody tr td:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: 0px;
}
.summary tbody tr td:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-right: 0px;
}
.summary tr td.event_name_cell {
  padding: 4px 8px;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
  min-width: 120px;
  max-width: 25%;
  background-color: #ebeced;
  border-top: none;
}
.summary thead tr th.head_cell {
  padding: 5px;
  font-size: 12px;
  color: #3b3e42;
  font-weight: 600;
  border-width: 1px 0px;
  border-color: #cfd2d5;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.summary tr td.data_cell {
  padding: 4px 8px;
  text-align: right;
  background-color: #FFFFFF;
  border-bottom: 1px solid #dcdcdc;
  border-top: none;
}
.summary thead tr th.head_cell.first_head {
  text-align: left;
  padding-left: 15px;
}
.summary thead tr th.head_cell.first_head {
  text-align: left;
  padding-left: 15px;
}
.summary thead tr th.head_cell.headerSortDown div {
  height: 13px;
  background: url('../img/anal/summary/white_down_arrow_tall.png') right no-repeat;
}
.summary thead tr th.head_cell.headerSortUp div {
  height: 13px;
  background: url('../img/anal/summary/white_up_arrow_tall.png') right no-repeat;
}
.summary thead tr th.head_cell {
  cursor: pointer;
}
.change_table_menu {
  border-color: #dcdcdc;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  width: 550px;
  margin: auto;
  border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  cursor: pointer;
  height: 40px;
  background-color: #eee;
  color: #999;
  font-size: 17px;
  font-weight: bold;
}
li.hoverizzle_item:hover {
  cursor: pointer;
}
#ui-datepicker-div {
  z-index: 9999999 !important;
}
.ui-widget {
  font-size: 14px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 14px;
}
/*---------------[ Mutiselect ]-----*/
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.ms2side__div {
  *zoom: 1;
  float: left;
  background: #FFF;
  border: 1px solid #BBB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ms2side__div:before,
.ms2side__div:after {
  display: table;
  content: "";
}
.ms2side__div:after {
  clear: both;
}
.ms2side__div .ms2side__select {
  float: left;
  width: 440px;
}
.ms2side__div .ms2side__select .ms2side__header {
  display: none;
  padding-left: 10px;
  color: #666;
}
.ms2side__div .ms2side__select .ms2side__header input[type="text"] {
  font-size: 14px;
  margin-top: 6px;
  height: 24px;
  border: 1px solid #CCC;
  width: 360px;
  margin-left: 5px;
  color: #333;
}
.ms2side__div .ms2side__select .ms2side__header input[type="text"]:focus {
  background: #FFF;
}
.ms2side__div .ms2side__select select {
  background: #FFF;
  float: left;
  padding: 10px;
  border: none;
  height: 350px;
  width: 440px;
}
.ms2side__div .ms2side__select select:focus {
  outline: none;
}
.ms2side__div .ms2side__select select:not([size]):not([multiple]) option,
.ms2side__div .ms2side__select select[size="0"] option,
.ms2side__div .ms2side__select select[size="1"] option {
  background: #FFF;
}
.ms2side__div .ms2side__select:first-child .ms2side__header {
  display: block;
}
.ms2side__div .ms2side__select:first-child select {
  height: 312px;
  width: 440px;
  border-top: 1px solid #CCC;
  margin-top: 6px;
}
.ms2side__options,
.ms2side__updown {
  float: left;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  width: 32px;
}
.ms2side__updown {
  width: 64px;
}
.ms2side__options p,
.ms2side__updown p {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 8px 10px;
  padding-bottom: 7px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  /*.buttonBackground(@btnBackground, @btnBackgroundHighlight);*/

  background: #e2e2e2;
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  *margin-left: .3em;
  box-shadow: inset 0px 1px 0px #F9F9F9, inset 0px 0px 2px #FFFFFF;
}
.ms2side__options p:first-child,
.ms2side__updown p:first-child {
  *margin-left: 0;
}
.ms2side__options p {
  font-size: 18px;
  width: 32px;
  height: 37px;
  margin-left: 0px !important;
}
.ms2side__updown p {
  width: 64px;
}
.ms2side__options p.ms2side_hover,
.ms2side__updown p.ms2side_hover {
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  border: 1px solid #999999;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  cursor: pointer;
}
.ms2side__options p.ms2side__hide,
.ms2side__updown p.ms2side__hide {
  cursor: default;
  color: #CCC;
  border: 1px solid #CCC;
  background-color: #FFF;
}
/* INPUT FOR SEARCH */
.ms2side__header input {
  height: 12px;
}
.ms2side__header input.wait {
  background: #ffffff url(../img/loading.gif) no-repeat center right;
}
.ms2side__header input.small {
  width: 50px;
  height: 12px;
}
/* INPUT FOR SELECT SEARCH */
.ms2side__header select {
  width: 70px;
  height: 18px;
  float: none;
}
.ms2side__header select.small {
  width: 60px;
}
/* REMOVE FILTER OPTION FOR SEARCH */
.ms2side__header a {
  padding: 0 8px;
  width: 16px;
  height: 16px;
  color: black;
  text-align: center;
  text-decoration: none;
  border: 1px solid gray;
  background: #ffffff url(../img/close.gif) no-repeat center center;
  margin: 0 0 0 3px;
}
.ms2side__header a:hover {
  background-color: #F0F0FF;
  border-color: gray;
}
.ui-dialog-buttonset button {
  width: inherit;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  right: 4px;
  top: 4px;
}
/* Datepicker jquery customized */
#datepicker {
  height: 30px;
  line-height: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
  width: 150px;
  float: left;
}
.ui-datepicker-trigger {
  height: 22px;
  position: relative;
  left: -28px;
}
#ui-datepicker-div .ui-datepicker-trigger {
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker {
  background: #FFF;
  padding: 10px 30px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  overflow: hidden;
  width: 246px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 8px 16px;
  font-weight: 500;
  min-height: 34px;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  min-height: 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon {
  padding: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-301,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-TEMPERATURE,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-301,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-TEMPERATURE,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-302,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-302,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-307,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-307,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-340,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-340,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-341,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-341,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-342,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-342,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon {
  padding: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 0;
  position: static;
}
#ui-datepicker-div .ui-datepicker-header a {
  position: absolute;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  top: 18px;
  background-repeat: no-repeat;
  background-position: 30% 50%;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header a:hover,
#ui-datepicker-div .ui-datepicker-header a:active {
  text-decoration: none;
  background-color: #ebeced;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
  right: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
  left: 5px;
}
#ui-datepicker-div .ui-datepicker-header select {
  text-transform: uppercase;
  border: none;
  background: transparent;
  width: 35%;
  margin-top: 5px;
}
#ui-datepicker-div .ui-datepicker-header select:focus {
  outline: none;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  float: left;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  overflow: hidden;
  position: relative;
  margin: 0;
  *zoom: 1;
  text-transform: uppercase;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title:before,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title:after {
  display: table;
  content: "";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title:after {
  clear: both;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  width: 49%;
  padding: 6px;
  background: transparent url(../img/icon_arrow_dropdown.svg) no-repeat 35px 50%;
  line-height: 13px;
  text-transform: uppercase;
  -webkit-appearance: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  left: 70%;
  width: 50%;
  position: absolute;
  top: 0px;
}
#ui-datepicker-div .ui-priority-secondary,
#ui-datepicker-div .ui-widget-content .ui-priority-secondary,
#ui-datepicker-div .ui-widget-header .ui-priority-secondary {
  font-weight: normal;
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin-right: 10px;
  margin-bottom: 0px;
}
#ui-datepicker-div .ui-datepicker-calendar thead span {
  display: block;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
  color: #babdc2;
  font-size: 11px;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar a {
  display: block;
  text-align: center;
  color: #333;
  padding: 3px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
#ui-datepicker-div .ui-datepicker-calendar a:hover {
  background: #ebeced;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar a:visited {
  color: #333;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-active {
  background: #ba1223;
  color: #FFF;
}
#ui-datepicker-div .ui-datepicker-current {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -32px;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  color: #555555;
  font-weight: bold;
}
#ui-datepicker-div .ui-widget-header {
  background: none;
  border: none;
  color: #222222;
  font-weight: bold;
}
.input-small.hasDatepicker {
  width: 105px;
  padding-left: 5px;
  outline: none;
  font-size: 12px;
}
input.hasDatepicker {
  font-size: 12px;
}
/*---------------[ Range datepicker ]-----*/
div.datepicker {
  width: 750px !important;
  height: 190px !important;
  position: absolute;
  z-index: 9999;
  cursor: default;
  top: 35px;
  left: 0;
  display: none;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.datepicker tr th a.datepickerGoNext,
div.datepicker tr th a.datepickerGoPrev {
  cursor: pointer;
  position: absolute;
  text-indent: -9999px;
  width: 20px;
  height: 150px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: -2px 57px;
  border-radius: 4px;
}
div.datepicker tr th a.datepickerGoNext:hover,
div.datepicker tr th a.datepickerGoPrev:hover {
  text-decoration: none;
  background-color: #ebeced;
}
div.datepicker tr th a.datepickerGoNext:active,
div.datepicker tr th a.datepickerGoPrev:active {
  border-color: #999999;
  background-color: #ebeced;
}
div.datepicker tr th a.datepickerGoPrev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
div.datepicker tr th a.datepickerGoNext {
  right: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
div.datepicker tr th a.datepickerMonth {
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100%;
  font-weight: 600;
}
div.datepicker tr th a.datepickerMonth span {
  display: block;
}
div.datepicker tr th .datepickerDoW {
  font-weight: bold;
  font-size: 10px;
}
.datepickerStartDay {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.datepickerEndDay {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.datepickerContainer {
  position: absolute;
  width: 503px !important;
}
.datepickerContainer > table:first-child {
  margin-left: 20px;
}
.datepickerContainer > table tbody tr td.datepickerBlock {
  vertical-align: top;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays {
  margin-right: 10px;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays thead tr.datepickerDoW {
  height: 20px;
  vertical-align: top;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays thead tr.datepickerDoW th {
  border: none;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays thead tr.datepickerDoW th span {
  font-weight: normal;
  font-size: 8px;
  text-transform: uppercase;
  color: #6b7078;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td a span {
  font-weight: normal;
  font-size: 10px;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td.datepickerSelected {
  background-color: #ba1223;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td.datepickerSelected:hover {
  background-color: #ba1223;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td.datepickerSelected:hover span {
  color: #FFF;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td.datepickerNotInMonth {
  background-color: transparent;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td.datepickerFuture a {
  color: #cccccc;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td:hover {
  background-color: #CCC;
}
.datepickerContainer > table tbody tr td.datepickerBlock .datepickerViewDays tbody.datepickerDays tr td:hover span {
  color: #333;
}
.datepickerRanges {
  position: absolute;
  right: 10px;
  height: 165px;
  width: 215px;
}
.datepickerRanges button {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.datepickerRanges p {
  margin-top: 10px;
  display: inline-block;
}
.datepickerRanges p span {
  float: left;
  line-height: 22px;
  text-align: center;
  width: 10%;
}
.datepickerRanges p input[type="text"] {
  background-color: #FFF;
  box-shadow: none;
  width: 45%;
  float: left;
}
.datepickerRanges p input[type="text"].end {
  float: right;
}
.datepickerRanges span {
  display: block;
  font-weight: 600;
  margin: 5px 0;
}
.datepickerRanges .select2-container {
  display: block;
  width: 100%;
}
.datepickerRanges .select2-container .select2-choice {
  padding: 4px 8px;
}
/* Hide border divs by default */
.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR {
  display: none;
}
.datepickerHidden {
  display: none;
}
div.datepicker table {
  border-collapse: collapse;
}
div.datepicker a {
  color: black;
  text-decoration: none;
  cursor: default;
  outline: none;
}
div.datepicker table td {
  text-align: center;
  padding: 0;
  margin: 0;
}
div.datepicker th {
  text-align: center;
  color: #666666;
  font-weight: normal;
  padding: 0;
}
div.datepicker tbody a {
  display: block;
}
.datepickerDays a {
  width: 21px;
  line-height: 20px;
  height: 22px;
  padding-right: 0;
}
.datepickerYears a,
.datepickerMonths a {
  width: 39px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}
.datepickerMonths td:first-child a,
.datepickerMonths td:last-child a,
.datepickerYears td:first-child a,
.datepickerYears td:last-child a {
  width: 38px;
}
td.datepickerNotInMonth a {
  color: #666666;
}
tbody.datepickerDays td.datepickerSelected {
  background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
  background: #17384d;
}
div.datepicker td.datepickerSelected a {
  color: white;
}
div.datepicker a:hover,
div.datepicker a:hover {
  color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
  color: #999999;
}
.datepickerSpace div {
  width: 20px;
}
a.datepickerGoNext,
a.datepickerGoPrev,
a.datepickerMonth {
  text-align: center;
  height: 20px;
  line-height: 20px;
  float: left;
}
/* Only display the previous/next arrows on the first/last calendars */
div.datepicker .datepickerFirstView th a.datepickerGoPrev,
div.datepicker .datepickerLastView th a.datepickerGoNext {
  display: block;
}
div.datepicker .datepickerFirstView th a.datepickerMonth {
  margin-left: 0;
}
/* Day mode calendar body */
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}
/* Month mode calendar body */
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}
/* Year mode calendar body */
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
  color: #555555;
}
td.datepickerDisabled a:hover {
  color: #333333;
}
/* Not used by default, calendar cells can be marked as special if desired (doesn't seem to be totally working) */
div.datepicker tbody.datepickerDays td.datepickerSpecial a {
  background: #770000;
  color: white;
}
div.datepicker tbody.datepickerDays td.datepickerSpecial.datepickerSelected a {
  background: #aa0000;
}
/* style the 'not in month' day cell away */
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background-color: transparent;
}
div.datepicker td.datepickerNotInMonth a span {
  display: none;
}
div.datepicker td.datepickerNotInMonth a:hover span {
  display: none;
}
div.datepicker tbody.datepickerDays td.datepickerNotInMonth:hover {
  background-color: transparent;
}
#date-range {
  position: relative;
}
.date-range-field {
  overflow: hidden;
  position: absolute;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-height: 34px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding-right: 24px;
}
.date-range-field.icon {
  padding: 4px;
}
.date-range-field.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.date-range-field.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.date-range-field.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.date-range-field.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
.date-range-field.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
.date-range-field.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
.date-range-field.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
.date-range-field.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
.date-range-field.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.date-range-field i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.date-range-field.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-301,
.date-range-field.active i.icon-TEMPERATURE,
.date-range-field.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-301,
.date-range-field i.icon-TEMPERATURE,
.date-range-field i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-302,
.date-range-field.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-302,
.date-range-field i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-307,
.date-range-field.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.date-range-field i.icon-307,
.date-range-field i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.date-range-field.active i.icon-340,
.date-range-field.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.date-range-field i.icon-340,
.date-range-field i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.date-range-field.active i.icon-341,
.date-range-field.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.date-range-field i.icon-341,
.date-range-field i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.date-range-field.active i.icon-342,
.date-range-field.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.date-range-field i.icon-342,
.date-range-field i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.date-range-field.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon {
  padding: 4px;
}
.date-range-field.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.date-range-field.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.date-range-field.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.date-range-field.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.date-range-field.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.date-range-field.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.date-range-field:before {
  background-image: url('../img/icon_arrow_dropdown.svg');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  content: "";
  position: absolute;
  width: 12px;
  height: 23px;
  top: 15%;
  left: 91%;
}
.date-range-field:hover {
  outline: 0;
  background-color: #cfd2d5;
}
.date-range-field:active,
.date-range-field.opened {
  border-color: #cfd2d5;
  background-color: #cfd2d5;
}
.date-range-field:active:before,
.date-range-field.opened:before {
  transform: rotate(180deg);
}
.date-range-field span {
  display: block;
}
/* Datepicker border styling */
/* Tighten up the spacing between multiple calendars */
.datepickerSpace div {
  width: 2px;
}
/* Grey background behind Month Name row, and blue text */
/* style the day of week header cells */
div.datepicker th {
  color: black;
  font-weight: bold;
}
/* Black text, white background, and grey borders around day cells */
div.datepicker a,
div.datepicker a:hover {
  color: black;
}
div.datepicker table.datepickerViewDays,
div.datepicker table.datepickerViewMonths,
div.datepicker table.datepickerViewYears {
  background-color: white;
}
/* yellow cell background on hover */
div.datepicker tbody.datepickerDays td:hover {
  background-color: #FFCC33;
}
/* Bold today's date */
div.datepicker td.datepickerToday a {
  font-weight: bold;
}
/* cells are wider in the clean style */
.datepickerYears a,
.datepickerMonths a {
  width: 42px;
}
.datepickerMonths td:first-child a,
.datepickerYears td:first-child a {
  width: 39px;
}
#noty_topRight_layout_container {
  right: 35px !important;
  top: 35px !important;
}
.noty_message {
  background-repeat: no-repeat;
  padding: 12px !important;
  background-color: #9FA3AA;
  color: white;
}
.noty_message.noty_error {
  background-position: 10px 0%;
  background-image: url(../img/msg/errort.png);
  background-color: #B34164;
}
.noty_message.noty_success {
  background-position: 10px 0%;
  background-image: url(../img/msg/success.png);
  background-color: #24A148;
}
.noty_message.noty_warning {
  background-position: 10px center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.833496 16.4993H19.1668L10.0002 0.666016L0.833496 16.4993V16.4993ZM10.8335 13.9993H9.16683V12.3327H10.8335V13.9993V13.9993ZM10.8335 10.666H9.16683V7.33268H10.8335V10.666V10.666Z' fill='%232C2D30'/%3E%3C/svg%3E%0A");
  background-color: #FFB81C;
  color: #3b3e42;
}
.noty_message.noty_information {
  background-position: 10px 0%;
  background-image: url(../img/msg/information.png);
  background-color: #4475A6;
}
.noty_message .noty_text {
  padding-left: 25px;
}
.accounts {
  align-items: left;
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
}
.accounts > div {
  flex-grow: 1;
  float: left;
  max-width: 335px;
  width: 335px;
  height: 124px;
  cursor: pointer;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  margin: 8px;
  padding: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  background-color: #FAFAFA;
}
.accounts > div:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.accounts > div img {
  float: left;
  border-radius: 3px;
}
.accounts > div .description {
  float: left;
  height: 112px;
  width: 200px;
  position: relative;
  z-index: 10;
  padding-top: 10px;
  padding-left: 8px;
}
.accounts > div .description p {
  font-size: 12px;
  color: #6b7078;
  line-height: 14px;
}
.accounts > div .description h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  padding-bottom: 4px;
  color: #3b3e42;
}
.accounts > div .description ul {
  list-style: none;
  margin: 0;
  clear: both;
  position: absolute;
  bottom: 0px;
  min-width: 130px;
}
.accounts > div .description ul li {
  float: left;
  line-height: 12px;
  padding-right: 0px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: left;
  font-size: 12px;
  color: #6b7078;
}
.accounts > div .description ul li img {
  height: 14px;
  fill: #6b7078;
}
.accounts > div .description ul li .loadingbar {
  top: 2px;
  width: 41px;
  height: 20px;
  padding-left: 5px;
}
.accounts > div .description ul li .loadingbar img {
  height: 6px;
}
.accounts > div .ribbon {
  position: absolute;
  right: 8px;
  bottom: 6px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  padding: 8px;
  color: #ffffff;
  background-color: #cfd2d5;
}
.accounts > div .ribbon.cc-4,
.accounts > div .ribbon.cc-free,
.accounts > div .ribbon.cc-10 {
  background-color: #F2994A;
}
.accounts > div .ribbon.free,
.accounts > div .ribbon.express {
  background-color: #5DD26D;
}
.accounts > div .ribbon.starter,
.accounts > div .ribbon.lite,
.accounts > div .ribbon.one {
  background-color: #27AE60;
}
.accounts > div .ribbon.pro {
  background-color: #009698;
}
.accounts > div .ribbon.cliensolplus {
  background-color: #DC4E7D;
}
.accounts .thumb {
  float: left;
  margin-right: 10px;
  width: 112px;
  height: 112px;
}
.accounts .no_logo.thumb {
  padding: 20px;
  background-color: #ffffff;
}
.thumb_account_mini {
  height: 38px;
  width: 38px;
}
.first_row_account {
  margin: 20px 0;
  padding-bottom: 20px;
  height: 50px;
}
.first_row_account button {
  float: left;
}
/*---------------[ Widgets ]-----*/
#new_widget {
  border: 2px dotted #DADADA;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 8px;
  background: url("../img/icon_add.svg") no-repeat scroll 0 0 transparent;
  background-position: center;
  background-color: #EFEFEF;
}
.widget.chart {
  border: 1px solid #CCC;
  background: none repeat scroll 0 0 #F2F2F2 !important;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.widget.chart svg > g:last-child rect {
  display: none;
}
.widget.chart svg > g:last-child tspan {
  display: none;
}
.widget-done {
  float: left;
  list-style: none outside none;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.widget-done h4.header-widget {
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 160px;
}
.widget-done ul.header-widget {
  float: right;
  margin: 0 0 2px;
}
.widget-done ul.header-widget li {
  float: left;
  list-style: none;
}
.widget-done ul.header-widget li a {
  display: block;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
}
.widget-done ul.header-widget li a.widget-edit {
  background: transparent url(../img/icon_edit.svg) no-repeat 0 0;
}
.widget-done ul.header-widget li a.widget-refresh {
  background: transparent url(../img/icon_refresh.svg) no-repeat 0 0;
}
.widget-done ul.header-widget li a.widget-close {
  background: transparent url(../img/icon_close.svg) no-repeat 0 0;
}
.widget-done ul.header-widget li a:active {
  background-position: 0 100%;
}
.widget-done ul.header-widget li:last-child {
  border-left: 1px solid #CCC;
  padding-left: 5px;
  margin-left: 5px;
}
.item-close {
  background: transparent url(../img/icon_close.svg) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.theme {
  *zoom: 1;
  padding-top: 15px;
  /*padding:20px;*/

}
.theme:before,
.theme:after {
  display: table;
  content: "";
}
.theme:after {
  clear: both;
}
.theme h3 {
  line-height: 2.5em;
}
.theme hr {
  clear: both;
}
.theme .widget {
  float: left;
  margin-right: 10px;
}
.widget {
  position: relative;
  z-index: 100;
  width: 240px;
  height: 240px;
}
.widget > p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5px;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.widget.temperature {
  background: #6699cc url(../img/widget/temperature/mercury_glass.png) no-repeat 30px 20px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  border: 1px solid #527aa3;
}
.widget.temperature h1 {
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: 40px;
  left: 60px;
  padding: 10px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.widget.temperature h1 abbr {
  position: relative;
  padding-right: 20px;
  float: left;
}
.widget.temperature h1 abbr span {
  font-weight: bold;
  font-size: 60px;
  line-height: 56px;
  display: block;
}
.widget.temperature h1 abbr b {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 34px;
  line-height: 38px;
}
.widget.temperature h1 abbr i {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 34px;
  line-height: 38px;
  font-style: normal;
}
.widget.temperature h1 strong {
  font-weight: bold;
  font-size: 20px;
  display: block;
  clear: both;
}
.widget.temperature .meter {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0);
  bottom: 40px;
  left: 38px;
  height: 175px;
  width: 9px;
}
.widget.temperature .meter .mercury {
  position: absolute;
  bottom: 0;
  width: 6px;
  background: #C33;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.widget.temperature .meter .max,
.widget.temperature .meter .min {
  position: absolute;
  left: -8px;
  width: 45px;
  height: 16px;
}
.widget.temperature .meter .max {
  background-image: url(../img/widget/temperature/handler_max.png);
  bottom: 70%;
}
.widget.temperature .meter .min {
  background-image: url(../img/widget/temperature/handler_min.png);
  bottom: 50%;
}
.widget.temperature ul {
  margin: 0;
  list-style: none;
  width: 30px;
  margin-top: 25px;
}
.widget.temperature ul li {
  text-align: right;
  color: #036;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 63px;
}
.widget.weather h1 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 50;
  color: #FFF;
}
.widget.weather ul {
  width: 100%;
  height: 238px;
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 25;
  bottom: 0px;
}
.widget.weather ul li {
  float: left;
  width: 50%;
  height: 238px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.widget.weather ul li:first-child {
  border-right: none;
}
.widget.weather ul li:last-child {
  border-left: none;
}
.widget.weather ul li.sunny {
  background-image: url(../img/widget/weather/sunny.png);
}
.widget.weather ul li.cloudy {
  background-image: url(../img/widget/weather/cloudy.png);
}
.widget.weather ul li.rainy {
  background-image: url(../img/widget/weather/rainy.png);
}
.widget.weather ul li.stormy {
  background-image: url(../img/widget/weather/stormy.png);
}
.widget.weather ul li.snowy {
  background-image: url(../img/widget/weather/snowy.png);
}
.widget.weather ul li.foggy {
  background-image: url(../img/widget/weather/foggy.png);
}
.widget.weather ul li h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 2em;
  margin-top: 110px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.widget.weather ul li p {
  text-align: center;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 50px;
  line-height: 35px;
  color: #FFF;
}
.widget.weather ul li p:last-child {
  color: #184878;
}
.widget.temperature_old {
  background: transparent url(../img/widget/temperature/background.png) no-repeat 50% 50%;
}
.widget.temperature_old h1 {
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
}
.widget.temperature_old h1 span {
  display: block;
  font: normal 37px/42px "digital-7mono";
  text-align: right;
  margin-right: 1px;
}
.widget.temperature_old .meter {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0);
  bottom: 68px;
  left: 180px;
  height: 150px;
  width: 9px;
}
.widget.temperature_old .meter .mercury {
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 70px;
  background: transparent url(../img/widget/temperature/mercury.png) repeat-y;
}
.widget.temperature_old .meter .max,
.widget.temperature_old .meter .min {
  position: absolute;
  left: -8px;
  width: 45px;
  height: 16px;
}
.widget.temperature_old .meter .max {
  background-image: url(../img/widget/temperature/handler_max.png);
  bottom: 70%;
}
.widget.temperature_old .meter .min {
  background-image: url(../img/widget/temperature/handler_min.png);
  bottom: 50%;
}
.widget.against {
  background: #F2F2F2;
  border: 1px solid #C2C2C2;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.widget.against h1 {
  color: #333;
  font-weight: bold;
  font-size: 120px;
  line-height: 0.75em;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.widget.against h1 strong {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.widget.against h1 strong sup {
  font-size: 20px;
}
.widget.against h1 span {
  font-weight: bold;
  font-size: 12px;
  display: block;
  color: #999;
  text-transform: uppercase;
}
.widget.against h2 {
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid #CCC;
  padding-left: 20px;
  padding-top: 8px;
  width: 60%;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  background-color: transparent;
  background-image: url(../img/widget/against/arrow.png);
  background-repeat: no-repeat;
}
.widget.against h2.negative {
  background-position: 15px 10px;
}
.widget.against h2.positive {
  background-position: 15px -25px;
}
.widget.against .scale-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  *zoom: 1;
}
.widget.against .scale-container:before,
.widget.against .scale-container:after {
  display: table;
  content: "";
}
.widget.against .scale-container:after {
  clear: both;
}
.widget.against .scale-container ul {
  list-style: none;
  *zoom: 1;
  width: 100%;
  margin: 0;
}
.widget.against .scale-container ul:before,
.widget.against .scale-container ul:after {
  display: table;
  content: "";
}
.widget.against .scale-container ul:after {
  clear: both;
}
.widget.against .scale-container ul li {
  float: left;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
  height: 30px;
  width: 12%;
  background: #666;
}
.widget.against .scale-container ul li:first-child,
.widget.against .scale-container ul li:last-child {
  color: #FFF;
  width: 8%;
  line-height: 30px;
}
.widget.against .scale-container ul li:first-child p,
.widget.against .scale-container ul li:last-child p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.widget.against .scale-container ul li.l1 {
  background-color: #900;
}
.widget.against .scale-container ul li.l2 {
  background-color: #C60;
}
.widget.against .scale-container ul li.l3 {
  background-color: #F90;
}
.widget.against .scale-container ul li.l4 {
  background-color: #FC6;
}
.widget.against .scale-container ul li.l5 {
  background-color: #9C6;
}
.widget.against .scale-container ul li.l6 {
  background-color: #696;
}
.widget.against .scale-container ul li.l7 {
  background-color: #363;
}
.widget.against .scale-container .scale {
  position: absolute;
  width: 200px;
  height: 0px;
  left: 19px;
}
.widget.against .scale-container .scale .you,
.widget.against .scale-container .scale .others {
  position: absolute;
  bottom: 0;
  width: 23px;
  height: 49px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: -12px;
}
.widget.against .scale-container .scale .you {
  background-image: url(../img/widget/against/you.png);
  left: 60%;
}
.widget.against .scale-container .scale .others {
  background-image: url(../img/widget/against/others.png);
  left: 30%;
}
.widget.gauge {
  background: transparent url(../img/widget/gauge/background.png) no-repeat 50% 50%;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.widget.gauge.p0 {
  background: #474747 url(../img/widget/gauge/background_generic.png) no-repeat 50% 50%;
}
.widget.gauge.p0 .gauge-arrow {
  top: 28px;
}
.widget.gauge.p0 h1 {
  top: 150px;
  color: #CCC;
  line-height: 22px;
}
.widget.gauge.p0 h1 span {
  display: block;
}
.widget.gauge.p1 {
  background-color: #393;
}
.widget.gauge.p2 {
  background-color: #FC0;
}
.widget.gauge.p3 {
  background-color: #F90;
}
.widget.gauge.p4 {
  background-color: #C33;
}
.widget.gauge.p5 {
  background-color: #66C;
}
.widget.gauge .interior-border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 240px;
}
.widget.gauge .gauge-arrow,
.widget.gauge .gauge-arrow-min {
  position: absolute;
  left: 103px;
  top: 47px;
}
.widget.gauge ul {
  position: absolute;
  top: 15px;
  left: 0;
  list-style: none;
  margin: 0;
}
.widget.gauge ul li {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.widget.gauge ul li.pos1 {
  left: 5px;
  top: 110px;
}
.widget.gauge ul li.pos5 {
  left: 212px;
  top: 110px;
}
.widget.gauge ul li.pos2 {
  left: 37px;
  top: 44px;
}
.widget.gauge ul li.pos4 {
  left: 186px;
  top: 44px;
}
.widget.gauge ul li.pos3 {
  left: 115px;
  top: 14px;
}
.widget.gauge p {
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.widget.gauge h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFF;
  top: 167px;
  font-weight: bold;
  font-size: 30px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.widget.gauge h1 span {
  font-size: 14px;
}
.widget.gauge h2 {
  position: absolute;
  left: 17px;
  top: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.widget.gauge_old {
  background: transparent url(../img/widget/gauge/background.png) no-repeat 50% 50%;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.widget.gauge_old.p1 {
  background-color: #393;
}
.widget.gauge_old.p2 {
  background-color: #FC0;
}
.widget.gauge_old.p3 {
  background-color: #F90;
}
.widget.gauge_old.p4 {
  background-color: #C33;
}
.widget.gauge_old.p5 {
  background-color: #66C;
}
.widget.gauge_old .interior-border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 240px;
}
.widget.gauge_old .gauge-arrow,
.widget.gauge_old .gauge-arrow-min {
  position: absolute;
  left: 103px;
  top: 30px;
}
.widget.gauge_old ul {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
}
.widget.gauge_old ul li {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.widget.gauge_old ul li.pos1 {
  left: 6px;
  top: 110px;
}
.widget.gauge_old ul li.pos5 {
  left: 212px;
  top: 110px;
}
.widget.gauge_old ul li.pos2 {
  left: 37px;
  top: 44px;
}
.widget.gauge_old ul li.pos4 {
  left: 186px;
  top: 44px;
}
.widget.gauge_old ul li.pos3 {
  left: 115px;
  top: 14px;
}
.widget.gauge_old > p {
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.widget.gauge_old h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFF;
  top: 160px;
  font-weight: bold;
  font-size: 30px;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.widget.rate {
  background: transparent url(../img/widget/rate/background.png) no-repeat 50% 50%;
}
.widget.rate .led {
  width: 196px;
  margin: 24px auto;
  *zoom: 1;
}
.widget.rate .led:before,
.widget.rate .led:after {
  display: table;
  content: "";
}
.widget.rate .led:after {
  clear: both;
}
.widget.rate .led h2 {
  color: #6C6C6C;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.widget.rate .led ul {
  list-style: none;
  float: left;
  margin-left: 14px;
  margin-right: 5px;
}
.widget.rate .led ul li {
  font-weight: bold;
  font-size: 25px;
  line-height: 26px;
  color: #E4E4E4;
  text-align: center;
}
.widget.rate .led ul li.active {
  color: #6C6C6C;
}
.widget.rate .led p {
  float: left;
  font: normal 70px/50px "digital-7mono";
  color: #575757;
  text-align: right;
}
.widget.rate .led span {
  float: left;
  color: #6C6C6C;
  padding-top: 35px;
}
.widget.rate > ul {
  list-style: none;
  width: 196px;
  position: absolute;
  bottom: 15px;
  left: 24px;
  margin: 0;
}
.widget.rate > ul li {
  float: left;
  width: 18%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 2px solid #333;
  margin-right: 2.5%;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.widget.rate > ul li:last-child {
  margin-right: 0;
}
.widget.rate > ul li.p1 {
  background-color: #81b41b;
}
.widget.rate > ul li.p2 {
  background-color: #cca200;
}
.widget.rate > ul li.p3 {
  background-color: #ff7500;
}
.widget.rate > ul li.p4 {
  background-color: #c32d2d;
}
.widget.rate > ul li.p5 {
  background-color: #5656bc;
}
.widget.rate > ul li.active {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
}
.widget.co2 {
  color: #FFF;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.widget.co2 ul {
  list-style: none;
  margin-top: 90px;
  margin-left: 20px;
}
.widget.co2 ul li {
  font-weight: bold;
  font-size: 50px;
  line-height: 1em;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.widget.co2 ul li span {
  font-weight: normal;
  font-size: 20px;
}
.widget.co2 ul li:first-child {
  font-weight: bold;
  font-size: 20px;
}
.widget.co2 ul li.negative {
  background-position: 0 0;
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
  background-image: url(../img/widget/co2/arrow.png);
  background-repeat: no-repeat;
}
.widget.co2 ul li.positive {
  background-position: 0 -28px;
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
  background-image: url(../img/widget/co2/arrow.png);
  background-repeat: no-repeat;
}
.widget.co2.tree {
  background-image: url(../img/widget/co2/tree.jpg);
}
.widget.co2.car {
  background-image: url(../img/widget/co2/car.jpg);
}
.widget.co2.clouds {
  background-image: url(../img/widget/co2/clouds.jpg);
}
.widget.co2.humidity {
  background-image: url(../img/widget/co2/humidity.jpg);
}
.widget.co2.electricity {
  background-image: url(../img/widget/co2/electricidad.png);
}
.widget.co2.water {
  background-image: url(../img/widget/co2/agua.png);
}
.widget.co2.gas {
  background-image: url(../img/widget/co2/gas.png);
}
.widget.co2.generic {
  background-image: url(../img/widget/co2/general.png);
}
.widget.meter {
  background: transparent url(../img/widget/meter/background.png) no-repeat 50% 50%;
}
.widget.meter > p {
  bottom: 10px;
  color: #999;
}
.widget.meter ul {
  width: 195px;
  margin: 22px auto;
  list-style: none;
  padding: 12px;
}
.widget.meter ul li {
  font: normal 70px/50px "digital-7mono";
  text-align: right;
}
.widget.meter ul li span {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.widget.chart-test {
  border: 1px solid #CCC;
  background: #E2E2E2;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.widget.chart-test svg > g:last-child rect {
  display: none;
}
.widget.chart-test svg > g:last-child tspan {
  display: none;
}
.billable_color {
  background-color: #E6F2C0;
}
.input_red {
  background: #FFEDEF !important;
  color: #585858 !important;
}
#bill-doc-popup {
  background: none repeat scroll 0 0 #F9F8F3;
  border-radius: 15px;
  border: 3px solid #cecece;
}
#bill-doc-popup.ui-widget-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#bill-doc-popup .ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 #F9F8F3;
}
#bill-doc-popup.ui-widget-content {
  top: 0px;
}
#bill-doc-popup:parent {
  top: 0px;
}
/*************************/
/*   totals container    */
/*************************/
.resume {
  margin: 0;
  margin-top: 20px;
  *zoom: 1;
  list-style: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #CCC;
  padding: 10px;
}
.resume:before,
.resume:after {
  display: table;
  content: "";
}
.resume:after {
  clear: both;
}
.resume li {
  float: left;
  width: 16%;
  border-right: 1px solid #F2F2F2;
  text-align: center;
}
.resume li:first-child {
  margin-left: 2%;
}
.resume li:last-child {
  border: none;
}
.resume li h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25em;
  color: #999;
}
.resume li p {
  font-size: 20px;
  margin: 10px 0;
}
.resume li span {
  font-size: 12px;
}
.resume li span.POSITIVE {
  color: green;
}
.resume li span.NEGATIVE {
  color: #C00;
}
.item_POSITIVE {
  color: green;
  cursor: pointer;
}
.item_NEGATIVE {
  color: #C24462;
  cursor: pointer;
}
.resumechart {
  margin: 0;
  margin-top: 20px;
  *zoom: 1;
  list-style: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #CCC;
  padding: 0px;
}
.resumechart:before,
.resumechart:after {
  display: table;
  content: "";
}
.resumechart:after {
  clear: both;
}
.resumechart li {
  float: left;
  width: 16%;
  border-right: 1px solid #F2F2F2;
  text-align: center;
  padding: 10px;
  margin: 0px;
}
.resumechart li:first-child {
  padding-left: 2%;
}
.resumechart li:last-child {
  border: none;
  padding-right: 2%;
}
.resumechart li h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25em;
  color: #999;
}
.resumechart li p {
  font-size: 20px;
  margin: 10px 0;
}
.resumechart li span {
  font-size: 12px;
}
.resumechart li span.POSITIVE {
  color: green;
}
.resumechart li span.NEGATIVE {
  color: #C00;
}
.resumechart li:hover {
  background-color: #E2E2E2;
  cursor: pointer;
}
.resumechart li.selected {
  background-color: #C7C7C7;
}
.resumechart li.selected h4 {
  color: #4D4D4D;
}
.resumechart li.noclickable {
  background-color: white;
}
.resumechart li.noclickable:hover {
  background-color: white;
  cursor: auto;
}
/**************** NEW VERSION ******************************************************/
#bill-div-container {
  font-size: 16px;
  color: #585858 !important;
  background: none repeat scroll 0 0 #F9F8F3;
  padding-left: 10px;
  padding-right: 10px;
  width: 780px;
  /* basic data container */

  /* dates container */

  /* tabs container */

  /* taxes */

  /* totals */

  /* loading contract ajax message */

}
#bill-div-container .ui-dialog {
  border: none !important;
}
#bill-div-container .text-center {
  text-align: center;
}
#bill-div-container #action-buttons {
  margin-bottom: 20px;
}
#bill-div-container .pointer {
  cursor: pointer;
  margin: 0px;
  position: relative;
}
#bill-div-container input {
  background: none repeat scroll 0 0 #F9F8F3;
  border: 1px solid #cecece;
  border-radius: 2px;
  color: #585858;
  width: 100px;
}
#bill-div-container h2 {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#bill-div-container #basicdata-container {
  overflow: hidden;
  height: 160px;
  margin: 30px;
}
#bill-div-container #msg-div {
  margin: 20px;
}
#bill-div-container #dates-container {
  border-bottom: 1px solid #cecece;
  overflow: auto;
  padding-bottom: 15px;
}
#bill-div-container #dates-container > div {
  display: inline-table;
  margin-left: 2%;
  margin-right: 2%;
  width: 220px;
}
#bill-div-container #dates-container > div label {
  line-height: 25px;
  float: left;
}
#bill-div-container #dates-container label {
  padding-right: 20px;
}
#bill-div-container #basicdata-container .ui-combobox input {
  width: 65px;
}
#bill-div-container #basic-data-fields {
  margin-right: 20px;
}
#bill-div-container #basic-data-fields > div {
  float: left;
  display: inline-table;
  margin-left: 20px;
}
#bill-div-container #basic-data-fields > div > div {
  min-width: 160px;
  float: left;
}
#bill-div-container #basic-data-fields label {
  margin-bottom: 15px;
  line-height: 25px;
  float: left;
  width: 90px;
}
#bill-div-container #basic-data-fields input {
  width: 150px;
}
#bill-div-container #concepts-tabs {
  border-bottom: 1px solid #cecece !important;
  border-radius: 0px;
  overflow: auto;
}
#bill-div-container #concepts-tabs.ui-widget-content {
  border: none;
  background: none;
  color: #585858 !important;
}
#bill-div-container #concepts-tabs .ui-widget-header {
  background: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #cecece;
}
#bill-div-container #concepts-tabs .ui-state-default,
#bill-div-container .ui-widget-content .ui-state-default,
#bill-div-container .ui-widget-header .ui-state-default {
  border: none;
}
#bill-div-container .tabs_ico {
  margin-right: 10px;
}
#bill-div-container li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active {
  background: none repeat scroll 0 0 #F9F8F3;
}
#bill-div-container .invoice_cost_table {
  /* 		padding-bottom: 20px; */

  border-collapse: collapse;
}
#bill-div-container .invoice_cost_table td {
  padding: 0 5px 5px;
}
#bill-div-container .invoice_cost_table td input {
  width: 120px !important;
}
#bill-div-container .total_tr {
  height: 50px;
}
#bill-div-container .special_column {
  background: #858585;
  color: #ffffff;
}
#bill-div-container .special_column input {
  color: #ffffff;
  background: #858585;
  border: 1px solid #ffffff;
}
#bill-div-container #taxes-container {
  border-bottom: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  overflow: auto;
}
#bill-div-container #totals-container {
  padding-top: 20px;
  padding-left: 50px;
  padding-bottom: 20px;
  overflow: auto;
}
#bill-div-container #loading-contract-div {
  border: 1px solid #cecece;
  border-radius: 4px;
  margin: 5px;
  background: white;
  margin-top: 40px;
}
/*************************/
/* invoice summary block */
/*************************/
#summary_content {
  margin: 10px;
  overflow: hidden;
}
#summary_content .summary_block:HOVER {
  background: none repeat scroll 0 0 #F9F8F3;
  cursor: pointer;
}
#summary_content .summary_block {
  color: #585858;
  float: left;
  width: 178px;
  height: 252px;
  margin: 10px;
  border-radius: 10px;
  font-size: 14px;
  border: solid 1px #DEDCDD;
  background: none repeat scroll 0 0 #F9F8F3;
  /* box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5); */

  box-shadow: /* 	0 1px 2px #fff, /*bottom external highlight*/ /*  0 -1px 1px #666, /*top external shadow*/ /*  inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ inset 0 3px 3px #ffffff;
  /* invoice item title */

  /* summary invoice items container between title and total  */

  /* if it is an empty block, container between title and total  */

  /* invoice item, energy, power ... */

  /* invoice item label */

  /* invoice item label image*/

  /* invoice item value */

}
#summary_content .summary_block .big_letter {
  font-size: 1.4em;
  font-weight: bold;
}
#summary_content .summary_block .summary_total {
  margin: 10px;
  text-align: center;
  height: 20px;
}
#summary_content .summary_block .summary_title {
  /* color:grey; */

  padding-top: 10px;
  margin: 10px;
  /* text-shadow: 0 1px 0 #FFFFFF, 0 0 2px #C0BA96;    */

  height: 20px;
  text-align: center;
}
#summary_content .summary_block .subtotals {
  border-top: solid 1px #DEDCDD;
  border-bottom: solid 1px #DEDCDD;
  height: 170px;
  margin-left: 15px;
  margin-right: 15px;
}
#summary_content .summary_block .empty_totals {
  width: 137px;
  height: 100%;
  text-align: center;
  margin-top: 33%;
}
#summary_content .summary_block .overlapping_totals {
  width: 137px;
  height: 100%;
  text-align: center;
  margin-top: 50%;
}
#summary_content .summary_block .summary_item {
  width: 137px;
  height: 34px;
  margin: 6px;
  padding-top: 12px;
}
#summary_content .summary_block .summary_item_img {
  margin-top: 2px;
  height: auto;
}
#summary_content .summary_block .summary_item_img_energy {
  width: 22px;
}
#summary_content .summary_block .summary_item_img_power {
  width: 22px;
}
#summary_content .summary_block .summary_item_img_epower {
  width: 22px;
}
#summary_content .summary_block .summary_item_img_reactive {
  width: 31px;
}
#summary_content .summary_block .summary_item_value {
  font-size: 1.2em;
}
.form-horizontal .header {
  font-weight: bold;
  float: left;
  clear: both;
  width: 20%;
  text-align: right;
  line-height: 30px;
}
.form-horizontal .energyterm {
  font-weight: bold;
  top: 7px;
  position: relative;
}
.form-horizontal .periods {
  top: 15px;
  position: relative;
  font-weight: bold;
}
.form-horizontal .input-small {
  width: 140px;
}
.form-horizontal .deleteInterval {
  float: left;
  z-index: 100;
}
.form-horizontal .intervalTitle {
  font-weight: bold;
  float: left;
  font-size: 16px;
  padding: 3px;
}
.form-horizontal .separatorLine {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 15px;
  width: 400px;
  margin-left: 20%;
}
.form-horizontal .space_other_cost {
  margin-right: 10px;
}
/*
  Turpe Prices specific
 */
.turpe-section {
  background: #f2f5f7;
  padding-top: 15px;
  padding-bottom: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.turpe-checkbox {
  margin-top: 2px;
}
.ana-comments ul li {
  position: relative;
  margin-bottom: 20px;
}
.ana-comments ul li img {
  left: 0;
}
.ana-comments ul li img.user_img {
  position: absolute;
}
.ana-comments ul li section {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 600px;
  padding: 10px;
  position: relative;
}
.ana-comments ul li section header {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25em;
  margin-bottom: 10px;
  padding: 0px !important;
}
.ana-comments ul li section header .comment-mail {
  float: left;
}
.ana-comments ul li section header a {
  float: right;
  text-indent: -9999px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25em;
  width: 11px;
  background: transparent url(../img/close_black.png) no-repeat 0 50%;
}
.ana-comments ul li section header .comment-date {
  float: right;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.ana-comments ul li section .comment-subject {
  float: left;
  font-weight: bold;
}
.ana-comments ul li section > p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25em;
  clear: both;
}
.ana-comments ul li .comments-form.new-comment .add-comment {
  display: none;
}
.ana-comments ul li .comments-form.new-comment form {
  display: block;
}
.ana-comments ul li .comments-form #add-comment {
  display: block;
  background: transparent url(../img/add_widget.png) no-repeat 0 50%;
  padding-left: 20px;
  margin-top: 10px;
}
.ana-comments ul li .comments-form form {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  width: 85%;
}
.ana-comments ul li .comments-form form header h4 {
  float: left;
  font-size: 14px;
}
.ana-comments ul li .comments-form form header a {
  float: right;
  text-indent: -9999px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25em;
  width: 11px;
  background: transparent url(../img/close_black.png) no-repeat 0 50%;
}
.ana-comments ul li .comments-form form footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}
.ana-comments ul li .comments-form form footer button {
  float: right;
  margin-left: 10px;
}
.ana-comments ul li .comments-form form p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25em;
  vertical-align: middle;
  clear: both;
}
.ana-comments ul li .comments-form form p label {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  float: left;
  width: 30%;
  padding-right: 10px;
  text-align: right;
}
.ana-comments ul li .comments-form form p input.comment_input,
.ana-comments ul li .comments-form form p textarea.comment_input {
  float: left;
  width: 70%;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ana-comments ul li .comments-form form p textarea {
  margin-bottom: 10px;
}
.ana-comments ul li .comments-form form p select {
  width: auto !important;
}
.comments-list li {
  padding-left: 70px;
}
.sortable a:hover {
  cursor: pointer;
}
.paging a:hover {
  cursor: pointer;
}
.show-comment,
.box {
  float: left;
  height: 25px;
  width: 25px;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  text-align: center;
  vertical-align: center;
  border-radius: 3px;
}
.show-comment-selected {
  background-color: #ADE2FF;
}
.show-comment:hover,
.box:hover {
  cursor: pointer;
}
#div-locations {
  padding-top: 20px;
}
#div-locations .first-row {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#div-locations .first-row > a {
  float: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
}
#div-locations .ficha,
#div-locations .concentrador {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#div-locations .ficha .collapse-switch span,
#div-locations .concentrador .collapse-switch span {
  display: none;
}
#div-locations .ficha .collapse-switch strong,
#div-locations .concentrador .collapse-switch strong {
  display: block;
}
#div-locations .ficha .collapse-switch.opened span,
#div-locations .concentrador .collapse-switch.opened span {
  display: block;
}
#div-locations .ficha .collapse-switch.opened strong,
#div-locations .concentrador .collapse-switch.opened strong {
  display: none;
}
#div-locations .ficha .checkbox,
#div-locations .concentrador .checkbox {
  float: left;
  margin: 4px 6px;
}
#div-locations .title {
  position: relative;
}
#div-locations .title .breadcrumb {
  display: block;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  float: none;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 30px;
  margin-top: -10px;
}
#div-locations .title h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5em;
  padding-right: 10px;
  display: inline-block;
}
#div-locations .title a {
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
}
#div-locations .title :last-child {
  position: absolute;
  right: 0;
  top: 5px;
  border-left: none;
}
#div-locations .info .img-ficha,
#div-locations .info .img-select {
  display: inline-block;
  float: left;
  margin-top: 6px;
  width: 250px;
  background-size: 240px;
}
#div-locations .info .img-ficha {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 260px;
}
#div-locations .info .img-select {
  background: url(../img/concentrador.png) no-repeat;
  height: 100px;
}
#div-locations .info .info-list {
  display: inline-block;
  float: left;
  margin-left: 24px;
  margin-bottom: 6px;
}
#div-locations .info .info-list > ul :first-child {
  text-align: right;
  width: 144px;
  padding-right: 10px;
  font-weight: bold;
  float: left;
}
#div-locations .info .info-list > ul > li {
  margin-bottom: 10px;
}
#div-locations .info .info-list ul {
  list-style: none;
  margin: 0;
}
#div-locations .info .info-list ul .medidores {
  vertical-align: top;
}
#div-locations .info .info-list ul li {
  display: inline-block;
}
#div-locations .info .info-list ul li .medidores-asw {
  line-height: 16px;
}
#div-locations .info .info-list ul li ul {
  line-height: 16px;
  margin-top: 0px;
  margin-left: 0;
}
#div-locations .info .info-list ul li ul li {
  font-weight: normal;
  font-size: 12px;
  line-height: 2em;
  text-align: left;
  padding-left: 20px;
  margin-left: 0;
  width: 144px;
}
#div-locations .info .info-list ul li ul li:first-child {
  text-align: left;
  font-weight: normal;
}
#div-locations .info .info-list ul li ul .check {
  background: url(../img/check.svg) no-repeat left 3px;
}
#div-locations .info .info-list ul li ul .cross {
  background: url(../img/cross.svg) no-repeat left 3px;
}
#div-locations .info .info-list ul li .tags {
  float: left;
  width: 100%;
}
#div-locations .info .info-list ul li .tags li {
  float: left;
  padding: 0 8px;
  width: auto;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #CCC;
  background: #F2F2F2;
  margin-right: 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
#div-locations .info .switch {
  margin-top: 110px;
  margin-left: 1px;
}
#locations-switch span {
  display: none;
}
#locations-switch strong {
  display: block;
  cursor: pointer;
}
#locations-switch.opened span {
  display: block;
  cursor: pointer;
}
#locations-switch.opened strong {
  display: none;
}
.select-img {
  float: right;
  background: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 224px;
  height: 185px;
  margin-top: 11px;
  text-align: center;
}
.select-img button {
  margin: 30% auto;
  margin-bottom: 0;
}
.select-img span {
  display: block;
}
img {
  max-width: none;
}
span.check {
  background-image: url('../img/check.svg');
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  float: left;
}
span.cross {
  background-image: url('../img/cross.svg');
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  float: left;
}
span.pending {
  background-image: url('../img/alert.png');
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  float: left;
}
/***********************/
/*   Asignation View   */
/***********************/
#devices-ul {
  margin: 0;
  padding: 0;
}
.devices_zone ul {
  margin: 0px;
}
.devices_zone li {
  float: left;
  min-width: 96px;
  list-style: none outside none;
  padding: 0.4em;
  text-align: center;
}
.devices_zone li h5 {
  cursor: move;
}
.supply_zone {
  border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 10px;
}
.supply_zone li {
  float: left;
  min-width: 96px;
  padding: 0.4em;
  margin: 0 0.4em 0.4em 0;
  text-align: center;
}
.supply_zone li h5 {
  cursor: move;
}
.supply_zone {
  float: left;
  width: 100%;
  min-height: 5em;
  padding: 1%;
}
* html .supply_zone {
  height: 5em;
}
/* IE6 */
.supply_zone h4 {
  line-height: 16px;
  margin: 0 0 0.4em;
}
#devices-container {
  width: 100%;
  min-width: 200px;
  float: left;
  padding: 10px;
  min-height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
}
#supplies-container {
  width: 100%;
  min-width: 200px;
}
.device {
  background: #ba1223;
  border: 2px solid #b11121;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  margin: 2px 0 0 2px;
  padding: 0 10px 0 10px;
  position: relative;
}
.group {
  border-color: #820d19;
  background: #8b0d1a;
}
.device:hover {
  z-index: 999;
}
.supply-delete {
  background: url("../img/icon_close.svg") no-repeat scroll 0 0 transparent;
  display: block;
  float: right;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
  cursor: pointer;
}
.dropable_zone {
  background-color: #F2F2F2;
}
/*---------------------*/
/*   Hierarchy view    */
/*-------------------- */
#vertical_tree {
  margin-bottom: 10px;
}
#vertical_tree > #root > li {
  background-image: none;
}
#vertical_tree a,
#vertical_tree a:visited {
  color: #FFF;
  border: solid 1px #7D7D7D;
  /*	box-shadow: 0 1px 0 #F5F5F5 inset;*/

  background: #0095cd;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
      to(#0078a5) );
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',
      endColorstr='#0078a5' );*/

}
#vertical_tree a img,
#vertical_tree a:visited img {
  margin-right: 8px;
}
#vertical_tree a.root_node,
#vertical_tree a:visited.root_node {
  /*border: solid 1px #01DF3A;*/

  background: #666666;
}
#vertical_tree a.branch_node,
#vertical_tree a:visited.branch_node {
  /*border: solid 1px #01DF3A;*/

  background: #719F1A;
}
#vertical_tree a.leaf_node,
#vertical_tree a:visited.leaf_node {
  /*border: solid 1px #01DF3A;*/

  background: #DADADA;
  color: #333333;
}
#vertical_tree a.dropable_node,
#vertical_tree a:visited.dropable_node {
  box-shadow: 0 2px 2px transparent inset, 0 0 16px #719F1A;
}
#vertical_tree ul li {
  list-style: none;
  position: relative;
  top: 0px;
  width: 120px;
  padding: 10px 40px 0 0;
  background-image: url('../img/treemap/v-images/fork_mid.gif');
  background-position: top left;
  background-repeat: no-repeat;
}
#vertical_tree ul li:last-child {
  background-image: url('../img/treemap/v-images/fork_last.gif');
}
#vertical_tree ul li:first-child {
  background-image: url('../img/treemap/v-images/fork.gif');
}
#vertical_tree ul li:only-child {
  background-image: url('../img/treemap/v-images/dotted.gif');
  background-repeat: repeat-x;
}
#vertical_tree ul li ul li {
  left: 172px;
  top: 0px;
  font-size: 12px;
}
#vertical_tree ul li ul li li {
  font-size: 14px;
}
#vertical_tree ul li ul {
  margin-top: -42px;
}
#vertical_tree ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0px 0 50px;
  width: 120px;
  text-decoration: none;
}
#vertical_tree ul li a:HOVER {
  z-index: 999;
}
#vertical_tree ul li a.collapsed_node:after {
  content: " [...]";
}
#vertical_tree * {
  margin: 0;
  padding: 0;
}
.drag {
  z-index: 999;
}
#div-gateways {
  padding-top: 20px;
}
#div-gateways .first-row {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#div-gateways .first-row > a {
  float: right;
  font-size: 14px;
  line-height: 2.5em;
}
#div-gateways .concentrador {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#div-gateways .concentrador .collapse-switch > strong {
  font-weight: normal;
}
#div-gateways .concentrador .collapse-switch span {
  display: none;
}
#div-gateways .concentrador .collapse-switch strong {
  display: block;
}
#div-gateways .concentrador .collapse-switch.opened span {
  display: block;
}
#div-gateways .concentrador .collapse-switch.opened strong {
  display: none;
}
#div-gateways .concentrador .checkbox {
  float: left;
  margin: 4px 6px;
}
#div-gateways .title {
  position: relative;
}
#div-gateways .title .breadcrumb {
  display: block;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  float: none;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 30px;
  margin-top: -10px;
}
#div-gateways .title h1 {
  font-weight: bold;
  font-size: 17px;
  line-height: 2.5em;
  padding-right: 10px;
  display: inline-block;
}
#div-gateways .title a {
  padding-left: 10px;
  font-size: 14px;
  line-height: 2.5em;
}
#div-gateways .title :last-child {
  position: absolute;
  right: 0;
  top: 5px;
  border-left: none;
}
#div-gateways .info .img-ficha,
#div-gateways .info .img-select {
  display: inline-block;
  float: left;
  margin-top: 6px;
  width: 250px;
  background-size: 240px;
}
#div-gateways .info .img-ficha {
  height: 260px;
}
#div-gateways .info .img-select {
  background: url(../img/concentrador.png) no-repeat;
  height: 100px;
}
#div-gateways .info .info-list {
  display: inline-block;
  float: left;
  margin-left: 24px;
  margin-bottom: 6px;
}
#div-gateways .info .info-list > ul :first-child {
  text-align: right;
  width: 200px;
  padding-right: 10px;
  font-weight: bold;
  float: left;
}
#div-gateways .info .info-list > ul > li {
  margin-bottom: 10px;
}
#div-gateways .info .info-list ul {
  list-style: none;
  margin: 0;
}
#div-gateways .info .info-list ul .medidores {
  vertical-align: top;
}
#div-gateways .info .info-list ul li {
  display: inline-block;
}
#div-gateways .info .info-list ul li .medidores-asw {
  line-height: 16px;
}
#div-gateways .info .info-list ul li ul {
  line-height: 16px;
  margin-top: 0px;
  margin-left: 0;
}
#div-gateways .info .info-list ul li ul li {
  font-weight: normal;
  font-size: 12px;
  line-height: 2em;
  text-align: left;
  padding-left: 20px;
  margin-left: 0;
  width: 200px;
}
#div-gateways .info .info-list ul li ul li:first-child {
  text-align: left;
  font-weight: normal;
}
#div-gateways .info .info-list ul li ul .check {
  background: url(../img/check.svg) no-repeat left 3px;
}
#div-gateways .info .info-list ul li ul .cross {
  background: url(../img/cross.svg) no-repeat left 3px;
}
#div-gateways .info .info-list ul li .tags {
  float: left;
  width: 100%;
}
#div-gateways .info .info-list ul li .tags li {
  float: left;
  padding: 0 8px;
  width: auto;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #CCC;
  background: #F2F2F2;
  margin-right: 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
#div-gateways .info .switch {
  margin-top: 110px;
  margin-left: 1px;
}
#gateways-switch span {
  display: none;
}
#gateways-switch strong {
  display: block;
  cursor: pointer;
  font-weight: normal;
}
#gateways-switch.opened span {
  display: block;
  cursor: pointer;
}
#gateways-switch.opened strong {
  display: none;
}
.select-img {
  float: right;
  background: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 224px;
  height: 185px;
  margin-top: 11px;
  text-align: center;
}
.select-img button {
  margin: 30% auto;
  margin-bottom: 0;
}
.select-img span {
  display: block;
}
img {
  max-width: none;
}
.img-new-concentrador-form {
  width: 10%;
  min-width: 150px;
  height: 150px;
  border: 0px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  float: left;
}
#dexgate-form.form-horizontal {
  margin-right: 10px;
}
.gateway-image {
  width: 150px;
  height: 150px;
}
.form-container .form-horizontal {
  float: left;
  min-width: 600px;
  border-bottom: none;
}
.form-container .form-horizontal .control-label {
  width: 130px;
}
.form-container .form-horizontal .controls {
  margin-left: 144px;
}
#excel {
  float: left;
  width: 100%;
  padding: 15px;
  border: 1px #DDDDDD solid;
  max-height: 430px;
  overflow: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}
* html #excel {
  width: 819px;
}
#excel table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  text-align: center;
  font-size: 10pt;
  white-space: nowrap;
  table-layout: fixed;
}
#excel table tr {
  border: 1px solid #CCCCCC;
}
#excel table td {
  padding: 3px 5px;
  border: 1px solid #CCCCCC;
  width: 99px;
  height: 15px;
  min-width: 55px;
  min-height: 15px;
  overflow: auto;
}
.acceptalldevices {
  height: 40px;
  width: 100%;
  text-align: right;
}
.id_dexcell {
  top: 5px;
}
.public-zone-container {
  position: relative;
  top: 45%;
  margin-top: -240px;
}
.public-large-content {
  width: 960px;
}
.public-medium-content {
  width: 650px;
  min-width: 650px;
  min-height: 500px;
  padding: 30px;
}
.public-small-content {
  width: 480px;
  min-width: 480px;
  min-height: 430px;
}
footer {
  *zoom: 1;
  width: 98%;
  text-align: center;
}
footer:before,
footer:after {
  display: table;
  content: "";
}
footer:after {
  clear: both;
}
footer .dropdown-toggle:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.59 8.59009L12 13.1701L7.41 8.59009L6 10.0001L12 16.0001L18 10.0001L16.59 8.59009Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12%;
  left: 100%;
}
footer .dropup.open .dropdown-toggle:before,
footer .dropup.open .dropdown-toggle:hover:before {
  transform: rotate(0deg);
}
#public-zone-page .new-login.public-large-content {
  border-radius: 4px;
}
#public-zone-page .new-login header {
  padding: 0;
}
#public-zone-page .new-login p {
  font-size: 14px;
}
#public-zone-page .new-login .left-login,
#public-zone-page .new-login.left-login {
  width: 480px;
  padding: 45px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#public-zone-page .new-login .left-login .login-form-centered-container,
#public-zone-page .new-login.left-login .login-form-centered-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 390px;
}
#public-zone-page .new-login .mkt {
  width: 520px;
  min-height: 600px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#public-zone-page .new-login .form-horizontal {
  margin: 0;
}
#public-zone-page .new-login .form-horizontal .control-label {
  width: unset;
  text-align: left;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
}
#public-zone-page .new-login .form-horizontal .control-group {
  margin-bottom: 0;
  margin-top: 16px;
}
#public-zone-page .new-login .form-horizontal .control-group .controls {
  margin-left: 0;
}
#public-zone-page .new-login .form-horizontal .control-group .controls input {
  height: 44px;
  padding: 10px;
}
#public-zone-page .new-login .form-horizontal .control-group .controls #recover {
  float: left;
  font-size: 14px;
}
#public-zone-page .new-login .form-horizontal .control-group .controls .btn {
  width: 100%;
  height: 44px;
  margin: 10px 0 5px 0;
}
#public-zone-page .new-login .form-horizontal .control-group .controls p {
  width: 100%;
  float: unset;
  text-align: center;
}
#public-zone-page .new-login .form-horizontal .control-group .controls #register {
  font-size: 14px;
}
#public-zone-page footer {
  text-shadow: none;
}
#public-zone-page footer ul > li {
  list-style-image: none;
  color: white;
}
#public-zone-page footer ul > li a {
  color: white;
}
#public-zone-page .language-selector {
  position: relative;
  float: right;
  top: -21px;
  left: -21px;
}
#public-zone-page .dropdown-toggle:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.59 8.59009L12 13.1701L7.41 8.59009L6 10.0001L12 16.0001L18 10.0001L16.59 8.59009Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
  z-index: 10;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 100%;
}
#public-zone-page .dropup.open .dropdown-toggle:before,
#public-zone-page .dropup.open .dropdown-toggle:hover:before {
  transform: rotate(180deg);
}
#public-zone-page .dropdown-menu {
  z-index: 10000;
}
.public-small-content {
  border-radius: 4px;
}
.public-small-content header {
  background: none;
}
.public-small-content header #logo_container {
  padding: 30px 30px 0 30px;
}
#public-zone-page {
  *zoom: 1;
  height: 100%;
}
#public-zone-page:before,
#public-zone-page:after {
  display: table;
  content: "";
}
#public-zone-page:after {
  clear: both;
}
#public-zone-page p {
  font-size: 12px;
}
#public-zone-page .wrapper {
  *zoom: 1;
}
#public-zone-page .wrapper:before,
#public-zone-page .wrapper:after {
  display: table;
  content: "";
}
#public-zone-page .wrapper:after {
  clear: both;
}
#public-zone-page .public-zone-container .public-small-content .left-login {
  position: relative;
}
#public-zone-page .form-horizontal {
  margin: 10px 20px;
  *zoom: 1;
}
#public-zone-page .form-horizontal:before,
#public-zone-page .form-horizontal:after {
  display: table;
  content: "";
}
#public-zone-page .form-horizontal:after {
  clear: both;
}
#public-zone-page .form-horizontal .control-label {
  width: 30%;
  font-size: 12px;
  font-weight: bold;
}
#public-zone-page .form-horizontal .control-group {
  margin-bottom: 5px;
}
#public-zone-page .form-horizontal .control-group .control-label {
  margin-right: 0px;
}
#public-zone-page .form-horizontal .control-group .controls {
  margin-left: 32%;
}
#public-zone-page .form-horizontal .control-group .controls input {
  width: 100%;
}
#public-zone-page .form-horizontal .control-group .controls label a {
  float: none;
}
#public-zone-page .form-horizontal .control-group .controls hr {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 10px;
  margin-bottom: 0;
}
#public-zone-page .form-horizontal .control-group .controls .checkbox {
  width: 80%;
  margin-bottom: 0;
}
#public-zone-page .form-horizontal .control-group .controls .checkbox label {
  margin-left: 15px;
}
#public-zone-page .form-horizontal .control-group .controls button {
  float: left;
}
#public-zone-page .form-horizontal .control-group .controls p {
  float: left;
  width: 50%;
  padding-left: 10px;
  line-height: 30px;
}
#public-zone-page .form-horizontal .control-group .controls p a {
  float: none;
  font-size: 16px;
}
#public-zone-page .form-horizontal .botones-container p {
  float: left;
  line-height: 30px;
}
#public-zone-page .form-horizontal .btn-form {
  float: right;
}
#public-zone-page .tab-content {
  width: 94%;
  margin: 0 auto;
}
#public-zone-page .left-login {
  float: left;
  width: 345px;
  position: absolute;
  min-height: 430px;
  height: 100%;
}
#public-zone-page .mkt {
  list-style: none;
  margin: 0;
  float: right;
  width: 600px;
  background: #ededed;
}
#register-page .form-horizontal {
  padding: 20px;
}
#register-page .form-horizontal .control-group {
  *zoom: 1;
  margin-bottom: 5px;
}
#register-page .form-horizontal .control-group:before,
#register-page .form-horizontal .control-group:after {
  display: table;
  content: "";
}
#register-page .form-horizontal .control-group:after {
  clear: both;
}
#register-page .form-horizontal .control-group hr {
  margin-top: 10px;
  clear: both;
  margin-left: 32%;
}
#register-page .form-horizontal .control-group .control-label {
  font-weight: bold;
  width: 31%;
}
#register-page .form-horizontal .control-group .controls {
  margin-left: 32%;
}
#register-page .form-horizontal .control-group .controls input,
#register-page .form-horizontal .control-group .controls textarea {
  width: 100%;
}
#register-page .form-horizontal .control-group .controls p * {
  float: none;
}
#register-page .form-horizontal .control-group .controls .checkbox {
  margin-bottom: 0px;
}
#register-page .form-horizontal > button {
  margin-bottom: 20px;
}
/* Others */
.prev-month {
  height: 20px;
}
.next-month {
  height: 20px;
}
.selectable .ui-selecting {
  background: none;
  background-color: none;
}
.selectable .ui-selected {
  background: #F39814;
  color: white;
}
.selectable {
  z-index: 9999;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.selectable div.column_hour_container span {
  float: left;
  font-size: 9px;
  height: 24px;
  margin-top: 1px;
  text-align: center;
  width: 12px;
  background: none;
  border: 1px solid #DDDDDD;
}
.column_hour_container {
  float: left;
  width: 13px;
}
.week_header {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.weekend_header {
  color: #777777;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.periods {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.period_color {
  cursor: pointer;
  /* border: 1px solid #999999;*/

  border-radius: 2px;
  /* box-shadow: 0 4px 2px -2px grey;*/

  color: #555555;
  /* padding: 5px;*/

  font-weight: bold;
  color: white;
  margin: 5px;
  width: 30px;
  /* height: 15px;*/

  float: left;
}
.selected_period {
  /*box-shadow: 0 0 3px 3px #58ACFA;*/

}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0px;
}
.change_point {
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.change_point label {
  line-height: 25px;
  margin-left: 15px;
}
.change_point div {
  margin-left: 3px;
}
#togglePasswordLogin {
  margin-left: -30px;
  font-size: 20px;
  vertical-align: -0.25em;
  cursor: pointer;
}
#togglePasswordNewUser {
  margin-left: -55px;
  font-size: 20px;
  cursor: pointer;
  vertical-align: -0.4em;
}
#toggleOldPassword,
#toggleNewPassword {
  margin-left: -37px;
  font-size: 20px;
  cursor: pointer;
  vertical-align: -0.4em;
}
header nav > ul .select2-container .select2-choice span {
  /*margin-left: 10px;*/

  margin-right: 25px;
}
header nav > ul > li.tree-element {
  border-right: none;
}
.tree-element {
  /*padding-right:15px;*/

  /*padding-left: 10px;*/

  /*min-width: 100px;*/

}
.tree-element a,
.tree-element a:HOVER {
  text-decoration: none;
  color: #333333;
}
.tree-element .nav_sublocations {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 1px 1px 1px 1px;
  border-top: medium none;
  display: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-top: -1px;
  min-width: 250px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto !important;
  max-height: 300px;
  top: 100%;
  width: 100%;
  z-index: 9999;
  padding: 5px;
}
.tree-element .nav_sublocations li {
  padding: 6px;
}
.tree-element .nav_sublocations li img {
  margin-right: 10px;
}
.tree-element .nav_sublocations li:hover {
  background: #3875d7;
  color: white;
}
.tree-element .subtree_link {
  float: left;
}
.tree-element .tree_arrow {
  margin-left: 10px;
  float: left;
}
.tree-element .subtree_trigger {
  background-image: url('../img/navigation_tree/fletxa-dropdown.png');
  background-repeat: no-repeat;
  margin-top: 10px;
  float: left;
  height: 16px;
  overflow: hidden;
  text-indent: -99999px;
  width: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.tree-element .nav_sublocations li:hover a {
  color: white;
  text-shadow: none;
}
#locations-li .select2-container.select2-container .select2-choice span,
#locations-li .select2-container.select2-container .select2-choice abbr {
  display: none;
}
#locations-li .select2-container .select2-choice div {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
}
#locations-li .select2-container .select2-choice div b {
  background: url(../img/search_zoom.png) no-repeat 50% 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
#locations-li .select2-container .select2-choice div {
  width: 35px;
  height: 35px;
}
#location-search-message {
  float: right;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
  color: #999999;
  padding-left: 10px;
}
#locations-li {
  margin-left: 20px;
}
/*---------------[ Market ]-----*/
#market {
  background: #ffffff;
  padding-bottom: 80px;
  clear: both;
}
#market .first-row {
  margin: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
}
#market .first-row button {
  float: left;
}
#market .apps {
  margin-left: 20px;
}
#market .apps .corner::before {
  display: block;
  position: absolute;
}
#market .apps .corner {
  position: absolute;
}
#market .apps .priceExplanation {
  padding-top: 15px;
  font-size: 12px;
  color: #777;
  width: 100px;
}
#market .apps .energia,
#market .apps .clima,
#market .apps .electricidad,
#market .apps .agua,
#market .apps .none,
#market .apps .app {
  float: left;
  width: 220px;
  height: 210px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 19px 16px 0;
  padding: 10px;
}
#market .apps .description {
  font-size: 12px;
  line-height: 12px;
  padding-left: 100px;
  height: 150px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#market .apps .description h1 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
}
#market .apps .description p {
  font-weight: normal;
  font-size: 10px;
  line-height: 1.4em;
  margin-top: 4px;
}
#market .apps span {
  float: left;
  margin-top: 95px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
}
#market .apps button {
  width: 100%;
}
#market .apps .energia {
  background: #ffffff url(../img/mark_energia.png) no-repeat 6px 4px;
}
#market .apps .clima {
  background: #ffffff url(../img/mark_clima.png) no-repeat 10px 6px;
}
#market .apps .electricidad {
  background: #ffffff url(../img/mark_electri.png) no-repeat 15px 4px;
}
#market .apps .agua {
  background: #ffffff url(../img/mark_agua.png) no-repeat 18px 6px;
}
#market .apps .none {
  background: #ffffff url(../img/mark_none.png) no-repeat 10px 10px;
}
#market .cuentas {
  margin-left: 20px;
}
#market .cuentas > div {
  float: left;
  width: 220px;
  height: 86px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 19px 16px 0;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#market .cuentas > div img {
  float: left;
  margin-right: 10px;
}
#market .cuentas > div .description {
  float: left;
  height: 66px;
  position: relative;
}
#market .cuentas > div .description ul {
  list-style: none;
  margin: 0;
  clear: both;
  position: absolute;
  bottom: 0px;
  min-width: 100px;
}
#market .cuentas > div .description ul li {
  float: left;
  border-right: 1px solid #CCC;
  background: transparent url(../img/icon_geoposition.png) no-repeat 0 50%;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: 10px;
}
#market .cuentas > div .description ul li:last-child {
  border: none;
  padding-left: 18px;
  background-image: url(../img/icon_list2.png);
}
#popup {
  display: none;
}
#market .first-row > :first-child {
  float: left;
  padding-right: 12px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.market-information {
  margin: 20px 40px;
}
.market-information .first-row {
  padding: 0 10px;
  height: 40px;
  width: 100%;
}
.market-information .first-row .name {
  float: left;
  font-size: 12px;
  padding: 10px;
}
.market-information .first-row .btn {
  float: right;
  margin-top: 5px;
}
.market-information .title {
  margin: 0px 0 5px 0;
  color: #568300;
}
.market-information .app-info .nav {
  float: left;
  padding: 0 10px;
}
.market-information .app-info li {
  padding: 10px 0px;
}
.market-information .description {
  float: left;
  width: 50%;
}
.market-information .information {
  margin-left: 240px;
}
.market-information .interactive {
  margin: 10px 0;
}
.market-item,
.market.info-tip {
  cursor: pointer;
}
#editMarketAppForm {
  min-width: 850px;
}
#editMarketAppForm .control-label {
  width: 180px;
  cursor: auto;
  margin: 0px;
}
#editMarketAppForm .controls {
  margin-left: 200px;
}
#editMarketAppForm .radio {
  padding-left: 0px;
}
.addView,
.addReport,
.addBridge {
  padding-top: 15px;
  padding-left: 25px;
}
.addView .text,
.addReport .text,
.addBridge .text {
  padding-left: 30px;
  top: 2px;
  position: relative;
}
.addView .img,
.addReport .img,
.addBridge .img {
  border-radius: 0px;
  cursor: pointer;
  background: url("../img/market/viewPlus.png") no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: -25px;
}
.imageIconInsert {
  height: 120px;
  width: 120px;
  border: #ccc 2px solid;
  cursor: pointer;
  float: right;
  z-index: 1000;
}
.imageIconInsert img {
  height: 100%;
  width: 100%;
}
.imageIconInsert .plus {
  height: 100%;
  width: 100%;
  background: url("../img/market/add_icon_text.png") no-repeat transparent;
}
.imageIconInsert .info {
  position: relative;
  margin: 19px;
}
.imageReport {
  height: 200px;
  width: 150px;
  cursor: pointer;
  z-index: 1000;
  background: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 11px;
  text-align: center;
}
.imageReport button {
  margin: 30% auto;
  margin-bottom: 0;
}
.imageReport span {
  display: block;
}
.imageReport img {
  height: 100%;
  width: 100%;
}
.imageReport .info {
  position: relative;
  margin: 19px;
}
#multipleViews {
  width: 670px;
  margin-left: 100px !important;
}
#multipleViews .iconInsert {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border: 2px solid #ccc;
  cursor: pointer;
  margin: 0px 5px 0px 20px;
}
#multipleViews .iconInsert img {
  height: 100%;
  width: 100%;
}
#multipleViews .iconInsert .plus {
  position: absolute !important;
  height: 100%;
  width: 30px;
  background: url("../img/market/market_app.png") no-repeat transparent;
  background-position: 4px 1px;
}
#multipleViews .delete {
  border-radius: 0px;
  margin-left: 10px;
  cursor: pointer;
  background: url("../img/icon_close.svg") no-repeat transparent;
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
  position: relative;
  background-size: 25px;
}
.marketAppList .select2-search {
  display: none;
}
.authorizeInfo {
  width: 100%;
  display: inline-block;
}
.authorizeInfo .permissions {
  float: left;
}
.authorizeInfo #info {
  float: right;
}
.authorizeInfo #info h3 {
  padding: 0 0 5px;
  text-align: center;
}
.authorizeInfo #info .permissons {
  padding: 10px 0;
}
.authorizeInfo .allowTo {
  background: url("../img/market/right_arrow_app.png") no-repeat transparent;
  height: 160px;
  width: 50px;
  margin: 50px;
}
.authorizeInfo h3 {
  margin: 15px 0;
}
.authorizeInfo li {
  list-style-image: url("../img/market/big_check.png");
}
.authorizeInfo li span {
  position: relative;
  top: -10px;
}
.market-container {
  width: 100%;
}
.market-container iframe {
  width: inherit;
  height: 100vh;
}
.optimise-container iframe {
  border: 0;
  min-height: 100vh;
}
/*---------------[ End of Market ]-----*//*---------------[ Profile ]-----*/
#list-profiles .checkbox {
  float: left;
  margin: 5px 10px 20px 0px;
}
#list-profiles .profile {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#list-profiles .title {
  margin-left: 30px;
}
#list-profiles .title h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5em;
  padding-right: 10px;
  display: inline-block;
}
#list-profiles .title a {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 2.5em;
}
#list-profiles .dashboards {
  margin-left: 58px;
}
#list-profiles .dashboards span {
  margin-left: 10px;
}
#list-profiles .description {
  margin-left: 30px;
  margin-bottom: 20px;
  display: block;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  float: none;
  padding: 0;
  border: none;
  background: transparent;
  margin-top: -10px;
}
#list-profiles .users {
  margin-left: 58px;
  margin-bottom: 15px;
}
#list-profiles .users span {
  margin-left: 10px;
}
#list-profiles a {
  margin-left: 58px;
}
#list-profiles .collapse-switch {
  position: relative;
  top: -50px;
  float: right;
}
#list-profiles .collapse-switch span {
  display: initial;
}
/*---------------[ End of Market ]-----*/#evolutionForm #initDate0 {
  box-shadow: 0 0 1px 1px #80c11b inset;
}
#evolutionForm #initDate1 {
  box-shadow: 0 0 1px 1px #029DDD inset;
}
#evolutionForm #initDate2 {
  box-shadow: 0 0 1px 1px #f38003 inset;
}
#evolutionForm #initDate3 {
  box-shadow: 0 0 1px 1px #d50110 inset;
}
#evolutionForm .calculatePeriods {
  top: 30px;
  position: relative;
  left: -10px;
  height: 20px;
  margin: 0;
}
#evolutionTable .titleTable {
  border-right: 1px solid black;
  border-bottom: 2px solid black;
}
#evolutionTable .elementTable {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
.filterHours {
  width: 700px;
}
.filterHours #buttons {
  width: 100%;
  padding: 0 0 20px 0;
  display: inline-block;
}
.filterHours button {
  float: right;
  margin-top: 5px;
}
.filterHours .period_color_button {
  border: 1px solid #D3D3D3;
  cursor: pointer;
  float: left;
  height: 10px;
  margin-right: 4px;
  margin-top: 2px;
  width: 10px;
}
.icon-filterHour {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.2002 11.5H16.7002V15.7L19.6002 17.4L18.8002 18.6L15.2002 16.4V11.5Z' fill='%236b7078'/%3E%3Cpath d='M16.2002 10.5C19.0002 10.5 21.2002 12.7 21.2002 15.5C21.2002 18.3 19.0002 20.5 16.2002 20.5C13.4002 20.5 11.2002 18.3 11.2002 15.5C11.2002 12.7 13.5002 10.5 16.2002 10.5ZM16.2002 8.5C12.3002 8.5 9.2002 11.6 9.2002 15.5C9.2002 19.4 12.3002 22.5 16.2002 22.5C20.1002 22.5 23.2002 19.4 23.2002 15.5C23.2002 11.6 20.1002 8.5 16.2002 8.5Z' fill='%236b7078'/%3E%3Cpath d='M7.30015 13.3C7.30015 13.7 7.30015 13.7 7.10015 13.9C6.80015 14.2 6.50015 14.2 6.20015 13.9L3.50015 11.1C3.40015 11 3.20015 10.8 3.20015 10.6V7.2L0.100146 3.1C-0.0998544 2.8 0.000145584 2.4 0.300146 2.1C0.400146 2.1 0.500146 2 0.700146 2H10.0001C10.1001 2 10.3001 2.1 10.4001 2.1C10.7001 2.3 10.7001 2.7 10.5001 3L7.20015 7.2L7.30015 13.3Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='23.2' height='20.5' fill='%236b7078' transform='translate(0 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
/*---------------[ MVP ]-----*/
.mvp_icon {
  background-image: url("../img/anal/mvp.png");
  background-position: 0px 0px;
}
nav#menu-analysis li a.mvp_icon {
  background-image: url("../img/anal/mvp.png");
}
#formula-form .local-section-column {
  width: 95%;
}
#list-mvps .title {
  height: 100px;
}
#list-mvps .title .breadcrumb {
  display: block;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  float: none;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 30px;
  margin-top: -10px;
}
#list-mvps .title .more-info {
  top: -100px;
  position: relative;
  padding-right: 20px;
}
#list-mvps .title h1 {
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5em;
  padding-right: 10px;
  display: inline-block;
}
#list-mvps .title .edit {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5em;
}
#list-mvps .ficha {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#list-mvps .edit {
  position: relative;
  width: 70px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
#list-mvps .pbar-container {
  float: right;
  position: relative;
}
#list-mvps .knob_text {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #719f1a;
  top: -70px;
  right: 5px;
  bottom: 40px;
  left: 70px;
}
#list-mvps .days_remaining {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  width: 100px;
  text-align: center;
  color: #8d8d8d;
  bottom: 80px;
  left: 50px;
}
#list-mvps .linea_mvp {
  position: relative;
  float: left;
  left: 120px;
  top: 35px;
  z-index: 10;
}
.title-content .edit {
  margin-left: 10px;
}
.title-content .breadcrumb {
  display: block;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  float: none;
  padding: 0;
  border: none;
  background: transparent;
  margin-top: -10px;
}
.title-content .pbar-container {
  float: right;
  top: -60px;
  position: relative;
}
.addVar {
  width: 150px;
  padding-top: 15px;
}
.addVar .text {
  padding-left: 30px;
  top: 2px;
  position: relative;
}
.addVar .img {
  border-radius: 0px;
  cursor: pointer;
  background: url("../img/market/viewPlus.png") no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: -25px;
}
.removeConditional {
  width: 150px;
  padding-top: 15px;
}
.removeConditional .text {
  padding-left: 30px;
  top: 2px;
  position: relative;
}
.removeConditional .img {
  border-radius: 0px;
  cursor: pointer;
  background: url("../img/market/viewMinus.png") no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: -25px;
}
.addConditional {
  width: 150px;
  padding-top: 15px;
}
.addConditional .text {
  padding-left: 30px;
  top: 2px;
  position: relative;
}
.addConditional .img {
  border-radius: 0px;
  cursor: pointer;
  background: url("../img/market/viewPlus.png") no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: -25px;
}
.imageIconInsert {
  height: 120px;
  width: 120px;
  border: #ccc 2px solid;
  cursor: pointer;
  float: right;
  z-index: 1000;
}
.imageIconInsert img {
  height: 100%;
  width: 100%;
}
.imageIconInsert .plus {
  height: 100%;
  width: 100%;
  background: url("../img/market/add_icon_text.png") no-repeat transparent;
}
.imageIconInsert .info {
  position: relative;
  margin: 19px;
}
.multipleVars {
  width: 670px;
}
.multipleVars .iconInsert {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border: 2px solid #ccc;
  cursor: pointer;
  margin: 0px 5px 0px 20px;
}
.multipleVars .iconInsert img {
  height: 100%;
  width: 100%;
}
.multipleVars .iconInsert .plus {
  position: absolute !important;
  height: 100%;
  width: 30px;
  background: url("../img/market/market_app.png") no-repeat transparent;
  background-position: 4px 1px;
}
.delete {
  border-radius: 0px;
  margin-left: 10px;
  cursor: pointer;
  background: url("../img/icon_close.svg") no-repeat transparent;
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
  position: relative;
  background-size: 25px;
}
.legend table {
  width: 100%;
}
.legend .odd {
  background: #eeeeee;
}
/*---------------[ Non rutinary adjustments ]-----*/
#div-non-rutinary {
  float: right;
  margin-top: 10px;
  width: 85%;
}
#div-non-rutinary .control-label {
  width: 80px;
  font-weight: bold;
  text-align: left;
}
#div-non-rutinary .controls {
  margin-left: 0px;
}
#div-non-rutinary .controls .allVariables {
  margin-left: 100px;
}
#div-non-rutinary .addVar {
  padding-top: 40px;
}
#div-non-rutinary .single-var-container {
  margin-left: 100px;
  height: 35px;
}
.allVariables .single-var-container {
  width: 100%;
  height: 35px;
}
#div-non-rutinary .var_container.controls {
  margin-left: 1%;
}
#div-non-rutinary .form-horizontal .control-label {
  width: 20%;
}
.form_adjustment_container .var_container .control-label {
  width: 20%;
}
.form_adjustment_container .var_container .controls {
  margin-left: 0;
}
.form_adjustment_container {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin-bottom: 5px;
}
#div-non-rutinary {
  margin-left: -70px;
}
.dpick_show {
  width: 100px;
}
.non_rutinary_summary {
  border: 1px solid #DDDDDD;
  padding: 5px;
  margin-bottom: 5px;
}
.name_non_rutinary_summary {
  margin-left: 20px;
  margin-right: 20px;
}
.from_non_rutinary_summary {
  margin-left: 20px;
}
.from_non_rutinary_summary:after {
  content: " - ";
}
.to_non_rutinary_summary {
  margin-right: 20px;
}
.formula_non_rutinary_summary {
  margin-right: 20px;
}
.formulaprefix_non_rutinary_summary {
  margin-left: 20px;
  font-weight: bold;
}
/*---------------[ End Non rutinary adjustments ]-----*/
/*---------------[ Progress bar ]-----*/
.progressbar {
  float: left;
  padding-right: 10px;
}
.progressbar .progressBar {
  margin-left: 55px;
  width: 300px;
  height: 22px;
  top: 10px;
  position: relative;
}
.progressbar .progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  width: 0;
}
.progressbar .progressBar.savingBar {
  margin-left: auto;
}
.progressbar .bartitle {
  float: left;
  font-weight: bolder;
  color: #999;
  width: 50px;
  margin-left: -50px;
}
.progressbar .separation {
  padding: 10px 0 0;
}
.progressbar .backgroundProgress {
  background: none repeat scroll 0 0 #f3f3f3;
  border-radius: 5px 5px 5px 5px;
}
.progressbar .default {
  overflow: hidden;
  top: -5px;
  position: relative;
}
.progressbar .default .saving-text {
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 5px;
  z-index: 2;
}
.progressbar .default .saving {
  background-color: #80c11b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progressbar .default .progress {
  background-image: -moz-linear-gradient(top, #333333, #333333);
  background-image: -ms-linear-gradient(top, #333333, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#333333));
  background-image: -webkit-linear-gradient(top, #333333, #333333);
  background-image: -o-linear-gradient(top, #333333, #333333);
  background-image: linear-gradient(top, #333333, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progressbar .default div {
  background-color: #ba1223;
}
.progressbar .goal {
  margin-left: 0px;
  width: 3px !important;
  top: 0;
  height: 30px !important;
  background: #ebaa1f !important;
}
.progressbar .goalBar {
  height: 30px;
  top: -9px;
  z-index: 1;
}
.progressbar .savingBar {
  top: -35px !important;
}
.progressbar .savingBarDiv {
  height: 30px;
}
.loadingbar {
  float: right;
  top: 35px;
  position: relative;
  width: 0px;
}
.toSelect2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  position: relative;
  height: 28.6px;
  line-height: 28.6px;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
  border: 1px solid #cccccc;
  cursor: pointer;
  background-clip: padding-box;
  background: #e2e2e2;
  box-shadow: inset 0px 1px 0px #F9F9F9, inset 0px 0px 2px #FFFFFF;
  font-weight: bold;
  margin-right: 10px;
  width: 120px;
}
/*---------------[ End Progress bar ]-----*/
/*---------------[ Start Conditionals ]-----*/
.single-conditional-container {
  float: left;
}
.betweento {
  top: 5px;
  position: relative;
  margin-right: 10px;
}
/*---------------[ End Conditionals ]-----*/
/*---------------[ End of MVP ]-----*/.multiple-documents {
  width: 670px;
}
.multiple-documents .delete-document {
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 0px !important;
  cursor: pointer;
  background: url("../img/icon_close.svg") no-repeat transparent;
  background-position: 0px 0px;
  width: 25px;
  height: 25px;
  position: relative;
  background-size: 25px;
}
.multiple-documents .iconInsert {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border: 2px solid #ccc;
  cursor: pointer;
  margin: 0px 5px 0px 20px;
}
.multiple-documents .iconInsert img {
  height: 100%;
  width: 100%;
}
.addDocument {
  padding-top: 15px;
  padding-left: 25px;
}
.addDocument .text {
  padding-left: 30px;
  top: 2px;
  position: relative;
}
.addDocument .img {
  border-radius: 0px;
  cursor: pointer;
  background: url("../img/market/viewPlus.png") no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: -25px;
}
.document-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
  width: 600px;
  height: 40px;
}
footer #shorcut {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  line-height: 24px;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  top: -1px !important;
}
.tt-hint {
  color: #999;
  top: 1px !important;
}
.tt-dropdown-menu {
  width: 398px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 1.15em;
  line-height: 24px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.repo-language {
  float: right;
  font-style: italic;
}
.repo-name {
  font-weight: bold;
}
.tt-suggestion p {
  margin: 0;
}
.repo-description {
  font-size: 12px;
  /*float: right;*/

}
h3.shorcut_category {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
/*------ [Intercom's counter badge ] -------- */
.badge {
  background: radial-gradient(5px -9px, circle, #ffffff 8%, #008000 26px);
  background: -moz-radial-gradient(5px -9px, circle, #ffffff 8%, #008000 26px);
  background: -ms-radial-gradient(5px -9px, circle, #ffffff 8%, #008000 26px);
  background: -o-radial-gradient(5px -9px, circle, #ffffff 8%, #008000 26px);
  background: -webkit-radial-gradient(5px -9px, circle, #ffffff 8%, #008000 26px);
  background-color: green;
  border: 1px solid white;
  border-radius: 12px;
  /* one half of ( (border * 2) + height + padding ) */

  box-shadow: 1px 1px 1px black;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 8px;
  height: 18px;
  padding: 3px 3px 0 3px;
  text-align: center;
  min-width: 18px;
  position: absolute;
  top: 1%;
  left: 60%;
}
/*------ [Intercom's counter badge ] -------- */
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */

  /*
   * Body styles
   */

}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 0px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 0px solid #111111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #d11427;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #d11427;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #d11427;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 0px solid #111111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  /* FF3.6+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  /* IE10+ */

  background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  /* Opera 11.10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
  /* W3C */

}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */

  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */

  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */

  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */

  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */

}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */

  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */

  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */

  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */

  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */

  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
ul.jqtree-tree {
  margin-left: 0;
}
ul.jqtree-tree,
ul.jqtree-tree ul.jqtree_common {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
}
ul.jqtree-tree ul.jqtree_common {
  display: block;
  margin-left: 12px;
  margin-right: 0;
}
ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
  display: none;
}
ul.jqtree-tree li.jqtree_common {
  clear: both;
  list-style-type: none;
}
ul.jqtree-tree .jqtree-toggler {
  border-bottom: none;
  color: #333;
  text-decoration: none;
  margin-right: 0.5em;
  vertical-align: middle;
}
ul.jqtree-tree .jqtree-toggler:hover {
  color: #000;
  text-decoration: none;
}
ul.jqtree-tree .jqtree-element {
  cursor: pointer;
  padding: 3px;
}
.jqtree-tree .jqtree-title {
  vertical-align: middle;
  margin-left: 1.5em;
}
.jqtree-tree .jqtree-title.jqtree-title-folder {
  margin-left: 0;
}
ul.jqtree-tree li.jqtree-folder {
  margin-bottom: 4px;
}
ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  margin-bottom: 1px;
}
ul.jqtree-tree .jqtree-toggler.jqtree-closed {
  background-position: 0 0;
}
span.jqtree-dragging {
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
  padding: 2px 8px;
}
ul.jqtree-tree li.jqtree-ghost {
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
ul.jqtree-tree li.jqtree-ghost span {
  display: block;
}
ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border: solid 2px #0000ff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: -4px;
  left: -6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #0000ff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 100%;
}
ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
  margin-left: 48px;
}
ul.jqtree-tree span.jqtree-border {
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  border: solid 2px #0000ff;
  border-radius: 6px;
  margin: 0;
  box-sizing: content-box;
}
ul.jqtree-tree .jqtree-element {
  position: relative;
}
ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background-color: #d11427;
  color: white;
}
ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: dashed 1px #0000ff;
}
.reskin-html html {
  height: 100%;
  width: 100%;
}
.reskin-html body {
  min-width: 0;
  height: 100%;
  padding: 0px;
  font-size: 14px;
}
.reskin-html .wrapper {
  min-height: 100%;
  box-shadow: none;
}
.reskin-html #noty_topRight_layout_container {
  left: 35px !important;
  bottom: 35px !important;
  top: auto!important;
}
.reskin-html #noty_topRight_layout_container li {
  background-color: #FFCB54!important;
  color: #000!important;
  border: 0px!important;
  font-weight: 400!important;
}
.reskin-html #noty_topRight_layout_container li a {
  color: #000!important;
  font-weight: 800!important;
}
.reskin-html .header-reskin {
  padding: 0;
  background: transparent;
}
.reskin-html .header-reskin .navbar-reskin {
  margin-bottom: 0;
  color: #999999;
  background: #ffffff;
  position: relative;
  padding: 0;
}
.reskin-html .header-reskin .navbar-reskin .navbar-inner {
  border-bottom: 1px solid #E5E5E5;
  height: 65px;
  min-height: 65px;
  line-height: 65px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.reskin-html .header-reskin .navbar-reskin .button-hamburger {
  border: 0;
  height: 65px;
  line-height: 65px;
  width: 65px;
  margin: 0;
  display: inline-block;
  float: left;
  text-align: center;
  cursor: pointer;
}
.reskin-html .header-reskin .navbar-reskin .button-hamburger svg {
  top: 1.5px;
  position: relative;
}
.reskin-html .header-reskin .navbar-reskin .nav-logo {
  float: left;
  display: inline-block;
}
.reskin-html .header-reskin .navbar-reskin .nav-logo #logo_container {
  display: inline-block;
  float: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-logo #logo_img {
  width: auto!important;
  height: auto!important;
  max-height: 40px!important;
  max-width: 230px!important;
  margin-top: -4px;
}
.reskin-html .header-reskin .navbar-reskin .nav-account {
  float: left;
  display: inline-block;
  padding: 9px 0px 9px 30px;
}
.reskin-html .header-reskin .navbar-reskin .nav-locations {
  float: left;
  display: inline-block;
  padding: 9px 0px 9px 0px;
  width: 100%;
  max-width: 450px;
  margin-left: -1px;
  margin-right: -1px;
}
@media (max-width: 1180px) {
  .reskin-html .header-reskin .navbar-reskin .nav-locations {
    max-width: 401px;
  }
}
@media (min-width: 1920px) {
  .reskin-html .header-reskin .navbar-reskin .nav-locations {
    max-width: 550px;
  }
}
.reskin-html .header-reskin .navbar-reskin .nav-locations #locations-li .select2-container.select2-container .select2-choice span,
.reskin-html .header-reskin .navbar-reskin .nav-locations #locations-li .select2-container.select2-container.select2-choice abbr {
  display: block !important;
}
.reskin-html .header-reskin .navbar-reskin .nav-locations .select-placeholder {
  left: 0;
}
.reskin-html .header-reskin .navbar-reskin .nav-locations .select3-container .select2-choice div b {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M8.6469 3.53552L5.11137 7.07106L1.57583 3.53552L0.161621 4.94974L5.11137 9.89948L10.0611 4.94974L8.6469 3.53552Z' fill='black'/%3E%3C/svg%3E%0A");
}
.reskin-html .header-reskin .navbar-reskin .nav-locations .select3-container .select2-choice div {
  position: absolute;
  right: 0;
  left: auto;
  display: block;
  height: 100%;
  width: 18px;
}
.reskin-html .header-reskin .navbar-reskin .nav-locations .select3-container-active .select2-choice,
.reskin-html .header-reskin .navbar-reskin .nav-locations .select3-container-active .select2-choices {
  padding: 0;
  height: 44px;
  line-height: 44px;
  border-color: #D5D7DB;
  background: #F8F9FA;
  box-shadow: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-locations .select3-dropdown-open .select2-choice div b {
  background-position: center !important;
}
.reskin-html .header-reskin .navbar-reskin .nav-locations .tree-element {
  display: none !important;
}
.reskin-html .header-reskin .navbar-reskin .nav-tags {
  float: left;
  display: inline-block;
  padding: 9px 20px 9px 0px;
}
.reskin-html .header-reskin .navbar-reskin .nav-tags .tag,
.reskin-html .header-reskin .navbar-reskin .nav-tags .tag-info {
  display: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group {
  float: right;
  display: inline-block;
  padding-right: 20px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .nav-button-item {
  border: 0;
  height: auto;
  width: 45px;
  display: inline-block;
  text-align: center;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-settings svg {
  top: 5px;
  position: relative;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-alerts svg {
  top: 5px;
  position: relative;
  width: 20px;
  height: 20px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user {
  position: relative;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .button-user-avatar {
  border: none;
  background: transparent;
  outline: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-avatar-default {
  width: 34px;
  height: 34px;
  border: 0px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  display: block;
  position: relative;
  outline: 0;
  margin: 0 auto;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-avatar-default img {
  width: 100%;
  height: auto;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user ul {
  width: auto;
  min-width: 240px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
  -moz-box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
  -o-box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
  box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
  border: 0px;
  top: 60px;
  right: 4px;
  padding: 0;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .divider {
  background-color: #E8EAED;
  border-bottom: 0px;
  margin: 0;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data .user-svg {
  width: 40px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data .user-image {
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data .user-image img {
  width: 44px;
  height: 44px;
  border: 0px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  display: block;
  position: relative;
  outline: 0;
  margin: 0 auto;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data .user-image .user-avatar-default {
  width: 34px;
  height: 34px;
  border: 0px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  display: block;
  position: relative;
  outline: 0;
  margin: 0 auto;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data .user-detail {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data .user-detail .user-name {
  font-weight: 500;
  font-size: 14px;
  color: #404145;
  padding-bottom: 6px;
  display: block;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-data .user-detail .user-email {
  font-size: 12px;
  color: #9FA1A6;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-account {
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-account a,
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-account a:hover,
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-account a:focus,
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-account a:active {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */

  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
  font-size: 14px;
  color: #404145;
  background: #fff;
  outline: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-account .user-svg {
  padding: 0 15px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .user-account .user-svg svg {
  position: relative;
  top: 3px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .manage-account {
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .manage-account button {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */

  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
  font-size: 14px;
  color: #404145;
  border: 0px;
  background: #fff;
  width: 100%;
  outline: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .manage-account .user-svg {
  padding: 0 15px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .manage-account .user-svg svg {
  position: relative;
  top: 2px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .logout {
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .logout button {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */

  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
  font-size: 14px;
  color: #404145;
  border: 0px;
  background: #fff;
  width: 100%;
  outline: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .logout .user-svg {
  padding: 0 15px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .logout .user-svg svg {
  position: relative;
  top: 0px;
}
.reskin-html .header-reskin .navbar-reskin .nav-button-group .button-user .dropdown-menu:before {
  border-bottom-color: rgba(217, 217, 217, 0.2);
}
.reskin-html .navbar-banner {
  height: 32px;
  line-height: 32px;
  background: #e0564c;
  padding: 0 15px;
  margin: 0;
}
.reskin-html .navbar-banner svg {
  position: relative;
  top: 3px;
}
.reskin-html .navbar-banner .banner_text {
  color: #ffffff;
  font-size: 14px;
  padding-left: 5px;
  font-weight: 600;
}
.reskin-html .navbar-search {
  background: #ba1223;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  height: 60px;
  width: 100%;
  top: 0;
  z-index: -1;
  align-items: center;
  align-content: center;
  padding: 0 20px;
}
.reskin-html .navbar-search.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.reskin-html .navbar-search.hide-flex {
  display: none;
}
.reskin-html .navbar-search .title {
  text-align: left;
  padding-right: 20px;
  display: flex;
  flex: none;
}
.reskin-html .navbar-search .title span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.reskin-html .navbar-search .shorcut-texts {
  padding-left: 10px;
}
.reskin-html .navbar-search .shorcut-texts span {
  color: #fff;
  font-size: 10px;
  float: left;
  width: 100%;
  line-height: 12px;
}
.reskin-html .navbar-search #shortcut .tt-dropdown-menu {
  margin-top: 20px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
  -moz-box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
  -o-box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
  box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
}
.reskin-html .navbar-search #shortcut .tt-dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 13px;
}
.reskin-html .navbar-search #shortcut .tt-dropdown-menu h3.shorcut_category {
  display: block;
  font-size: 14px!important;
  /* -webkit-margin-before: 1em; */

  /* -webkit-margin-after: 1em; */

  /* -webkit-margin-start: 0px; */

  /* -webkit-margin-end: 0px; */

  font-weight: 600!important;
  margin: 0!important;
  padding: 5px 5px 10px 10px!important;
  border-bottom: 1px solid #ccc;
  color: #222;
}
.reskin-html .navbar-search #shortcut .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background: #f6f6f6!important;
  color: #4F4F4F!important;
}
.reskin-html .navbar-search #shortcut .tt-dropdown-menu .tt-suggestion {
  padding: 10px 15px!important;
  font-size: 14px!important;
  line-height: 14px!important;
}
.reskin-html .navbar-search #shortcut .tt-dropdown-menu .tt-suggestion p {
  color: #7e8085;
}
.reskin-html .navbar-search #shortcut input {
  background: #fff!important;
  background-color: #fff;
  border-radius: 3px!important;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0px!important;
  top: 0px!important;
  bottom: 0px!important;
  margin: 0px!important;
}
.reskin-html .nav-accounts-single .select3-choice {
  border-radius: 4px !important;
}
.reskin-html .nav-accounts-single .select3-dropdown-open .select3-choice {
  border-radius: 4px 4px 0px 0px!important;
}
/*---------------[ Select 3 ]---------------*/
.select3-loading {
  background-size: 20px 20px;
  background-image: url("../img/loader_select.gif") !important;
}
.select-locations {
  width: 100%!important;
}
.select-locations .select3-search-choice-close,
.select-locations .select3-display-none {
  display: none!important;
}
.select-locations .select3-choice,
.select-locations .select3-choice:hover,
.select-locations .select3-choice:focus {
  position: relative;
  border: 1px solid #D5D7DB;
  border-radius: 0px;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  align-items: stretch;
  line-height: 44px;
  text-decoration: none;
  flex-direction: row;
  justify-content: stretch;
  background: #fff;
}
.select-locations .select3-chosen {
  font-weight: 400;
  color: #2C2D30;
  flex: auto;
  align-content: center;
  align-self: center;
  line-height: 14px;
  padding-right: 10px;
}
.select-locations .select3-chosen svg {
  position: absolute;
  left: 10px;
  top: 13px;
}
.select-locations.select3-dropdown-open .select3-choice div b {
  background-position: 0px -24px;
}
.select-locations.select3-dropdown-open .select3-choice {
  border-radius: 0px;
  background: whitesmoke;
}
.select-locations.select3-dropdown-open .select3-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: center right;
}
.select-locations .select3-icon-earth {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9 15.4C15.6 14.6 14.9 14 14 14H13V11C13 10.4 12.6 10 12 10H6V8H8C8.6 8 9 7.6 9 7V5H11C12.1 5 13 4.1 13 3V2.6C15.9 3.8 18 6.7 18 10C18 12.1 17.2 14 15.9 15.4ZM9 17.9C5.1 17.4 2 14 2 10C2 9.4 2.1 8.8 2.2 8.2L7 13V14C7 15.1 7.9 16 9 16V17.9ZM10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0Z' fill='%237E8085'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 40px;
  background-position: center;
  align-self: center;
  display: block;
}
.select-locations .select3-arrow {
  width: 25px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M8.6469 3.53552L5.11137 7.07106L1.57583 3.53552L0.161621 4.94974L5.11137 9.89948L10.0611 4.94974L8.6469 3.53552Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='7' height='7' fill='white' transform='translate(0.161621 4.94974) rotate(-45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select-locations .select-3-icono {
  width: 40px;
  display: block;
  text-align: center;
}
.select-accounts {
  width: 100%!important;
}
@media (max-width: 1180px) {
  .select-accounts .select3-chosen {
    display: none!important;
  }
}
.select-accounts .select3-search-choice-close,
.select-accounts .select3-display-none {
  display: none!important;
}
.select-accounts .select3-choice,
.select-accounts .select3-choice:hover,
.select-accounts .select3-choice:focus {
  margin-right: -1px;
  position: relative;
  border: 1px solid #D5D7DB;
  border-radius: 4px;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  align-items: stretch;
  line-height: 44px;
  text-decoration: none;
  flex-direction: row;
  justify-content: stretch;
}
.select-accounts .select3-choice.with-locations,
.select-accounts .select3-choice:hover.with-locations,
.select-accounts .select3-choice:focus.with-locations {
  border-radius: 4px 0px 0px 4px;
}
.select-accounts .select3-choice svg,
.select-accounts .select3-choice:hover svg,
.select-accounts .select3-choice:focus svg {
  width: 20px;
  height: 20px;
  top: 12px;
  position: relative;
  display: none;
  margin: 0 auto;
}
.select-accounts .select3-choice .thumb_loading_mini,
.select-accounts .select3-choice:hover .thumb_loading_mini,
.select-accounts .select3-choice:focus .thumb_loading_mini {
  display: none;
}
.select-accounts .select3-choice.select3-loading-account .thumb_loading_mini,
.select-accounts .select3-choice:hover.select3-loading-account .thumb_loading_mini,
.select-accounts .select3-choice:focus.select3-loading-account .thumb_loading_mini {
  width: 20px;
  height: 20px;
  top: 12px;
  margin: 0 auto;
  position: relative;
  display: block!important;
}
.select-accounts .select3-choice.select3-loading-account .thumb_account_mini,
.select-accounts .select3-choice:hover.select3-loading-account .thumb_account_mini,
.select-accounts .select3-choice:focus.select3-loading-account .thumb_account_mini {
  display: none!important;
}
.select-accounts .select3-chosen {
  font-weight: 400;
  color: #2C2D30;
  flex: auto;
  align-content: center;
  align-self: center;
  padding-right: 10px;
}
.select-accounts .select3-chosen svg {
  position: absolute;
  left: 10px;
  top: 13px;
}
.select-accounts.select3-dropdown-open .select3-choice div b {
  background-position: 0px -24px;
}
.select-accounts.select3-dropdown-open .select3-choice {
  border-radius: 4px 0px 0px 0px!important;
  background: whitesmoke;
}
.select-accounts.select3-dropdown-open .select3-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: center right;
}
.select-accounts .select3-icon-account {
  width: 32px;
  display: block;
  margin: 0 auto;
}
.select-accounts .select3-icon-account img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-top: -1px;
}
.select-accounts .select3-arrow {
  width: 25px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M8.6469 3.53552L5.11137 7.07106L1.57583 3.53552L0.161621 4.94974L5.11137 9.89948L10.0611 4.94974L8.6469 3.53552Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='7' height='7' fill='white' transform='translate(0.161621 4.94974) rotate(-45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select-accounts .select3-loading-account .select-3-icono {
  width: 40px;
}
.select-accounts .select-3-icono {
  width: 50px;
  display: block;
  text-align: center;
}
.select-tags {
  width: 100%!important;
}
@media (max-width: 1180px) {
  .select-tags .select3-chosen {
    display: none!important;
  }
}
.select-tags .select3-search-choice-close,
.select-tags .select3-display-none {
  display: none!important;
}
.select-tags .select3-choice,
.select-tags .select3-choice:hover,
.select-tags .select3-choice:focus {
  background: #fff;
  margin-left: -1px;
  position: relative;
  border: 1px solid #D5D7DB;
  border-radius: 0px 4px 4px 0px;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  align-items: stretch;
  line-height: 44px;
  text-decoration: none;
  flex-direction: row;
  justify-content: stretch;
}
.select-tags .select3-choice.with-locations,
.select-tags .select3-choice:hover.with-locations,
.select-tags .select3-choice:focus.with-locations {
  border-radius: 4px 0px 0px 4px;
}
.select-tags .select3-choice svg,
.select-tags .select3-choice:hover svg,
.select-tags .select3-choice:focus svg {
  width: 20px;
  height: 20px;
  top: 12px;
  position: relative;
  display: none;
  margin: 0 auto;
}
.select-tags .select3-choice.select3-loading-tag svg,
.select-tags .select3-choice:hover.select3-loading-tag svg,
.select-tags .select3-choice:focus.select3-loading-tag svg {
  display: block!important;
}
.select-tags .select3-choice.select3-loading-tag .select3-icon-tag,
.select-tags .select3-choice:hover.select3-loading-tag .select3-icon-tag,
.select-tags .select3-choice:focus.select3-loading-tag .select3-icon-tag {
  display: none;
}
.select-tags .select3-chosen {
  font-weight: 400;
  color: #2C2D30;
  flex: auto;
  align-content: center;
  align-self: center;
  padding-right: 10px;
}
.select-tags .select3-chosen svg {
  position: absolute;
  left: 10px;
  top: 13px;
}
.select-tags.select3-dropdown-open .select3-choice div b {
  background-position: 0px -24px;
}
.select-tags.select3-dropdown-open .select3-choice {
  border-radius: 0px 4px 0px 0px;
  background: whitesmoke;
}
.select-tags.select3-dropdown-open .select3-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: center right;
}
.select-tags .select3-icon-tag {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9999 16.9C10.9999 17.2 10.8999 17.5 10.6999 17.7C10.2999 18.1 9.69995 18.1 9.29995 17.7L5.29995 13.7C5.09995 13.5 4.99995 13.2 4.99995 12.9V7.8L0.199946 1.6C-0.100054 1.2 -5.3972e-05 0.6 0.399946 0.2C0.599946 0.1 0.799946 0 0.999946 0H14.9999C15.1999 0 15.3999 0.1 15.5999 0.2C15.9999 0.5 16.0999 1.2 15.7999 1.6L10.9999 7.8V16.9ZM2.99995 2L6.99995 7.1V12.6L8.99995 14.6V7.1L12.9999 2H2.99995Z' fill='%237E8085'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 40px;
  background-position: center;
  align-self: center;
  display: block;
}
.select-tags .select3-icon-tag.active {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9999 16.9C10.9999 17.2 10.8999 17.5 10.6999 17.7C10.2999 18.1 9.69995 18.1 9.29995 17.7L5.29995 13.7C5.09995 13.5 4.99995 13.2 4.99995 12.9V7.8L0.199946 1.6C-0.100054 1.2 -5.3972e-05 0.6 0.399946 0.2C0.599946 0.1 0.799946 0 0.999946 0H14.9999C15.1999 0 15.3999 0.1 15.5999 0.2C15.9999 0.5 16.0999 1.2 15.7999 1.6L10.9999 7.8V16.9ZM2.99995 2L6.99995 7.1V12.6L8.99995 14.6V7.1L12.9999 2H2.99995Z' fill='%23ba1223'/%3E%3C/svg%3E%0A");
}
.select-tags .select3-arrow {
  width: 25px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M8.6469 3.53552L5.11137 7.07106L1.57583 3.53552L0.161621 4.94974L5.11137 9.89948L10.0611 4.94974L8.6469 3.53552Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='7' height='7' fill='white' transform='translate(0.161621 4.94974) rotate(-45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select-tags .select-3-icono {
  width: 40px;
  display: block;
  text-align: center;
}
.select-locations-list .select3-results li {
  padding: 5px 0;
}
.select-locations-list .select3-result-label {
  height: 25px;
  line-height: 25px;
}
.select-accounts-list {
  width: 500px!important;
}
.select-accounts-list .select3-results {
  max-height: 242px;
}
.select-accounts-list .result-account {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.select-accounts-list .result-account .result-info {
  width: 100%;
  height: 40px;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding: 3px 20px 3px 40px;
  justify-content: center;
}
.select-accounts-list .result-account .result-info .result-customer {
  flex: 1 100%;
  padding-left: 10px;
  color: #404145;
  font-weight: 400;
}
.select-accounts-list .result-account .result-info .result-deployment {
  flex: 1 100%;
  padding-left: 10px;
  color: #9FA3AA;
  font-weight: 300;
}
.select-accounts-list .result-account .result-image {
  position: absolute;
  width: 40px;
}
.select-accounts-list .result-account .result-image img {
  width: 100%;
  border: 1px solid #D5D7DB;
  border-radius: 3px;
}
.select-tags-list {
  width: 100px!important;
}
.select-tags-list .select3-search {
  margin-bottom: -2px !important;
}
.select-tags-list .select3-results {
  max-height: 242px;
}
.select-tags-list .select3-results li {
  list-style: none;
  display: list-item;
  padding: 10px;
}
.select-tags-list .result-account {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.select-tags-list .result-account .result-info {
  width: 100%;
  padding: 4px 0 4px 40px;
}
.select-tags-list .result-account .result-info .result-customer {
  display: block;
  padding-left: 10px;
  color: #404145;
  font-weight: 400;
}
.select-tags-list .result-account .result-info .result-deployment {
  display: block;
  padding-left: 10px;
  color: #9FA3AA;
  font-weight: 300;
}
.select-tags-list .result-account .result-image {
  position: absolute;
  width: 40px;
}
.select-tags-list .result-account .result-image img {
  width: 100%;
  border: 1px solid #D5D7DB;
  border-radius: 3px;
}
.select-tags-list .select3-search {
  padding: 10px!important;
  background-image: none!important;
  background-position: 7px 10px!important;
}
.select-tags-list .select3-search .tag {
  padding: 5px 20px 5px 5px;
  display: inline-block;
  float: left;
  border-radius: 4px;
  border: 1px solid;
  max-width: 216px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  box-sizing: content-box;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  border-color: #ba1223;
  background: #cc1427;
}
.select-tags-list .select3-search .tag svg {
  fill: #ffffff;
}
.select-tags-list .select3-search .tag:first-child {
  margin-left: 0px;
}
.select-tags-list .select3-search .tag a {
  display: inline-block;
  float: right;
  right: 5px;
  position: absolute;
  top: 6px;
  color: #ffffff;
}
.select-tags-list .select3-search input {
  display: inline-block;
  float: left;
  padding: 0px 5px 5px 5px;
}
/*---------------[ General Select ]---------------*/
.select3-drop {
  background: #fff;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 8px 12px rgba(27, 31, 35, 0.15);
  -moz-box-shadow: 0 8px 12px rgba(27, 31, 35, 0.15);
  -o-box-shadow: 0 8px 12px rgba(27, 31, 35, 0.15);
  box-shadow: 0 8px 12px rgba(27, 31, 35, 0.15);
  z-index: 9999;
  width: 100%;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  min-width: 250px;
  border-top: none;
  margin-top: 1px;
}
.select3-drop .select3-search {
  padding: 10px 6px 10px 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4286 6C15.3988 6 17.2882 6.78265 18.6814 8.17578C20.0745 9.56891 20.8571 11.4584 20.8571 13.4286C20.8571 15.2686 20.1829 16.96 19.0743 18.2629L19.3829 18.5714H20.2857L26 24.2857L24.2857 26L18.5714 20.2857V19.3829L18.2629 19.0743C16.96 20.1829 15.2686 20.8571 13.4286 20.8571C11.4584 20.8571 9.56891 20.0745 8.17578 18.6814C6.78265 17.2882 6 15.3988 6 13.4286C6 11.4584 6.78265 9.56891 8.17578 8.17578C9.56891 6.78265 11.4584 6 13.4286 6ZM13.4286 8.28571C10.5714 8.28571 8.28571 10.5714 8.28571 13.4286C8.28571 16.2857 10.5714 18.5714 13.4286 18.5714C16.2857 18.5714 18.5714 16.2857 18.5714 13.4286C18.5714 10.5714 16.2857 8.28571 13.4286 8.28571Z' fill='%239FA3AA'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 7px 10px;
}
.select3-drop .select3-search input {
  width: 100%;
  padding: 0;
  border: 0px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  min-height: 30px;
  box-shadow: none;
}
.select3-drop .select3-results ul {
  padding: 0;
}
.select3-dropdown-open .select3-choice div b {
  background-position: 0px -24px;
}
.select3-dropdown-open .select3-choice {
  border-radius: 4px 4px 0px 0px;
  background: whitesmoke;
}
.select3-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 1px solid #D5D7DB;
  margin-bottom: 0px;
}
.select3-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
/* results */
.select3-results {
  margin: 0;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 233px;
}
.select3-results .select3-highlighted {
  background: #ffffff;
  color: #4F4F4F;
}
.select3-results li {
  list-style: none;
  display: list-item;
}
.select3-results li.select3-result-with-children > .select3-result-label {
  font-weight: bold;
  text-transform: uppercase;
}
.select3-results .select3-result-label {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.select3-results .select3-result-label svg {
  display: inline-block;
  float: left;
}
.select3-results .select3-searching,
.select3-results .select3-no-results {
  background: #fff;
  line-height: 25px;
  padding: 10px 0px;
  text-align: center;
}
.select3-results li.active {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.9999 11.2L1.7999 7.00001L0.399902 8.40001L5.9999 14L17.9999 2.00001L16.5999 0.600006L5.9999 11.2Z' fill='%239FA3AA'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
  position: relative;
  background-origin: content-box;
}
.select3-results li em {
  background: #feffde;
  font-style: normal;
}
.select3-results .select3-highlighted {
  background: #f6f6f6;
}
.select3-results .select3-highlighted em {
  background: transparent;
}
.select3-results .select3-disabled {
  display: none;
}
.select3-more-results.select3-active {
  background: #f4f4f4 url('../img/spinner.gif') no-repeat 100%;
}
.select3-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select3-container.select3-container-disabled .select3-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select3-container.select3-container-disabled .select3-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select3-container.select3-container-disabled .select3-choice span {
  color: grey;
}
.select3-result-selectable .select3-match,
.select3-result-unselectable .select3-result-selectable .select3-match {
  text-decoration: underline;
}
.select3-result-unselectable .select3-match {
  text-decoration: none;
}
.select3-offscreen {
  position: absolute;
  left: -4000px;
}
.less-error-message {
  display: none!important;
}
.mm-unify {
  display: flex;
  z-index: unset;
}
.mm-unify.active {
  transition: 0.1s;
}
.mm-unify.active .mm-menu {
  visibility: visible;
  transition: 0.1s;
  left: 0px!important;
}
.mm-unify.active .mm-menu .mm-container {
  opacity: 1;
}
.mm-unify.active .mm-out {
  opacity: 1;
  visibility: visible;
}
.mm-unify .mm-menu {
  background-color: #ba1223;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: -248px;
  position: fixed;
  top: 0px;
  width: 248px;
  z-index: 501;
  overflow: hidden;
  visibility: hidden;
  transition: 0.1s;
}
.mm-unify .mm-menu .mm-container {
  flex: 1 1 0%;
  overflow: auto;
  opacity: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.mm-unify .mm-menu .mm-container .mm-item {
  flex: 0 1 auto;
  height: 65px;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 20px 0 70px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.mm-unify .mm-menu .mm-container .mm-item:hover {
  background-color: #a3101f;
  text-decoration: none;
}
.mm-unify .mm-menu .mm-container .mm-item.active {
  background-color: #a3101f;
  text-decoration: none;
  font-weight: 500;
}
.mm-unify .mm-menu .mm-container .mm-separator {
  height: 1px;
  background: #ffffff;
  opacity: .3;
}
.mm-unify .mm-menu .mm-container .mm-separator:hover {
  background-color: #ffffff !important;
}
.mm-unify .mm-menu .mm-container .mm-separator-2 {
  margin-bottom: 10px;
}
.mm-unify .mm-menu .mm-container .mm-separator-3 {
  margin-top: 10px;
}
.mm-unify .mm-menu .mm-container .button-hamburger-inside {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99995 12.6L8.99995 16.6L7.59995 18L1.19995 11.6L7.59995 5.19995L8.99995 6.59995L4.99995 10.6H21V12.6H4.99995ZM21 5.59995V7.59995H11V5.59995H21V5.59995ZM21 15.6V17.6H11V15.6H21Z' fill='white'/%3E%3C/svg%3E%0A");
  color: #ffffff80;
  font-size: 14px;
}
.mm-unify .mm-menu .mm-container .button-hamburger-inside:hover {
  background-color: #ba1223;
  text-decoration: none;
  cursor: auto;
}
.mm-unify .mm-menu .mm-container .button-hamburger-inside.active {
  background-color: #ba1223;
  text-decoration: none;
  font-weight: normal;
  cursor: auto;
}
.mm-unify .mm-menu .mm-container .mm-platform-grey {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 11H14V13H12V15H14V17H12V19H20V9H12V11ZM16 11H18V13H16V11ZM16 15H18V17H16V15Z' fill='%239FA3AA'/%3E%3Cpath d='M12 7V3H2V21H22V7H12ZM6 19H4V17H6V19ZM6 15H4V13H6V15ZM6 11H4V9H6V11ZM6 7H4V5H6V7ZM10 19H8V17H10V19ZM10 15H8V13H10V15ZM10 11H8V9H10V11ZM10 7H8V5H10V7ZM20 19H12V17H14V15H12V13H14V11H12V9H20V19ZM16 11H18V13H16V11ZM16 15H18V17H16V15Z' fill='%239FA3AA'/%3E%3C/svg%3E");
  font-size: 16px;
}
.mm-unify .mm-menu .mm-container .mm-platform {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='30' height='30' rx='5' stroke='white' stroke-width='2'/%3E%3Cpath opacity='0.3' d='M16 15H18V17H16V19H18V21H16V23H24V13H16V15ZM20 15H22V17H20V15ZM20 19H22V21H20V19Z' fill='white'/%3E%3Cpath d='M16 11V7H6V25H26V11H16ZM10 23H8V21H10V23ZM10 19H8V17H10V19ZM10 15H8V13H10V15ZM10 11H8V9H10V11ZM14 23H12V21H14V23ZM14 19H12V17H14V19ZM14 15H12V13H14V15ZM14 11H12V9H14V11ZM24 23H16V21H18V19H16V17H18V15H16V13H24V23ZM20 15H22V17H20V15ZM20 19H22V21H20V19Z' fill='white'/%3E%3C/svg%3E");
  font-size: 16px;
  color: #ffffff;
}
.mm-unify .mm-menu .mm-container .mm-detect {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='30' height='30' rx='5' stroke='white' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.84007 9.52836C13.3023 4.44345 21.3967 4.85855 25.3401 10.6699C27.6231 14.1982 27.5193 18.9718 25.1325 22.5001C23.0571 25.4057 19.8401 26.8585 16.6231 26.8585V24.7831C19.2174 24.7831 21.9155 23.5378 23.5759 21.0472C25.4438 18.2453 25.4438 14.5095 23.5759 11.8114C20.4627 7.34911 14.3401 6.93402 10.708 10.4623C7.80234 13.4718 7.49101 18.2453 9.98158 21.5661L11.4344 23.0189L9.98158 24.4718L9.46271 23.9529C5.51932 20.0095 5.208 13.6793 8.84007 9.52836ZM20.1515 14.1979C18.6987 11.9149 15.5855 11.6036 13.7176 13.4715C12.2647 14.8206 12.1609 16.896 13.0949 18.4526L14.444 20.0092L12.8874 21.5659L11.6421 19.9055C11.227 19.2828 10.9157 18.6602 10.7081 18.0376C9.9817 15.6508 10.8119 12.9526 12.9911 11.2923C15.1704 9.63189 18.2836 9.73566 20.4628 11.396C23.3685 13.7828 23.576 18.1413 20.9817 20.7357C19.8402 21.9809 18.1798 22.6036 16.6232 22.6036V20.5281C18.076 20.5281 19.4251 19.8017 20.2553 18.3489C20.9817 17.1036 20.9817 15.4432 20.1515 14.1979Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M9.25474 23.7451L9.98115 24.4715L18.283 16.1696L16.8302 14.7168L8.52832 23.0187' fill='white'/%3E%3Cpath d='M18.0755 14.0943C19.2217 14.0943 20.1509 13.1651 20.1509 12.0188C20.1509 10.8726 19.2217 9.94336 18.0755 9.94336C16.9292 9.94336 16 10.8726 16 12.0188C16 13.1651 16.9292 14.0943 18.0755 14.0943Z' fill='white'/%3E%3Cpath d='M17.3489 23.5377C18.4952 23.5377 19.4244 22.6084 19.4244 21.4622C19.4244 20.3159 18.4952 19.3867 17.3489 19.3867C16.2027 19.3867 15.2734 20.3159 15.2734 21.4622C15.2734 22.6084 16.2027 23.5377 17.3489 23.5377Z' fill='white'/%3E%3Cpath d='M7.07547 19.1793C8.22172 19.1793 9.15094 18.25 9.15094 17.1038C9.15094 15.9575 8.22172 15.0283 7.07547 15.0283C5.92922 15.0283 5 15.9575 5 17.1038C5 18.25 5.92922 19.1793 7.07547 19.1793Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='12.8629' y1='29.0016' x2='17.684' y2='12.7855' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.55'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='22' height='20.7547' fill='white' transform='translate(5 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-size: 16px;
  color: #ffffff;
  height: 46px;
}
.mm-unify .mm-menu .mm-container .mm-analyse {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='30' height='30' rx='5' stroke='white' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cpath d='M24.7 18.7L23.3 17.3C21.9 15.9 20.8 15.1 19.9 15C19.8 15 19.8 15 19.7 15C19.1 15 18.3 15.5 17.4 16.4C15.6 18.1 13.8 19 11.8 19C11.6 19 11.5 19 11.3 19C9.8 18.8 8.4 18.2 7 17.1V18.9V23.9H25V20V19.1L24.7 18.7Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M11.8 17.0002C11.7 17.0002 11.6 17.0002 11.5 17.0002C9.6 16.8002 7.8 15.5002 6 13.0002L7.6 11.8002C9 13.8002 10.4 14.8002 11.6 14.9002C12.5 15.0002 13.5 14.6002 14.5 13.6002C16.5 11.6002 18.5 10.8002 20.5 11.1002C22.2 11.4002 24 12.5002 26.1 14.5002L24.7 15.9002C22.9 14.1002 21.5 13.2002 20.2 13.0002C18.8 12.8002 17.5 13.4002 15.9 15.0002C14.6 16.3002 13.2 17.0002 11.8 17.0002Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='7.041' y1='19.4828' x2='25.0411' y2='19.4828' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='17' fill='white' transform='translate(6 7)'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='20.1' height='12.8' fill='white' transform='translate(6 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-size: 16px;
  color: #ffffff;
  height: 46px;
}
.mm-unify .mm-menu .mm-container .mm-dashboardsv2 {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='1' y='1' width='30' height='30' rx='5' stroke='white' stroke-opacity='0.8' stroke-width='2'/%3E%3Cpath opacity='0.24' d='M9 23V9H15V23H9ZM23 23H17V16H23V23ZM23 14H17V9H23V14Z' fill='white'/%3E%3Cpath d='M23 7H9C7.9 7 7 7.9 7 9V23C7 24.1 7.9 25 9 25H23C24.1 25 25 24.1 25 23V9C25 7.9 24.1 7 23 7ZM9 23V9H15V23H9ZM23 23H17V16H23V23ZM23 14H17V9H23V14Z' fill='white'/%3E%3C/svg%3E%0A");
  font-size: 16px;
  color: #ffffff;
}
.mm-unify .mm-menu .mm-container .mm-optimise {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='30' height='30' rx='5' stroke='white' stroke-width='2'/%3E%3Cpath d='M19.9 18.55L20.62 20H25V22H20C19.62 22 19.27 21.79 19.11 21.44L18.83 20.89L16.8 23.6C16.61 23.85 16.31 24 16 24C15.93 24 15.87 23.99 15.8 23.98C15.42 23.9 15.12 23.62 15.03 23.24L13.7 17.91L11.9 21.61C11.73 21.95 11.38 22.17 11 22.17H7V20.17H10.38L12.66 15.47C13.24 14.57 14.56 14.6 15.12 15.51L15.18 15.61L16.47 20.72L18.21 18.4C18.42 18.12 18.75 17.96 19.1 18C19.44 18.03 19.74 18.24 19.9 18.55Z' fill='white'/%3E%3Cpath d='M14 16C15.1 16 16 15.1 16 14C16 12.9 15.1 12 14 12C12.9 12 12 12.9 12 14C12 15.1 12.9 16 14 16Z' fill='white'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.41 16.6C19.79 15.82 20 14.93 20 14C20 10.69 17.31 8 14 8C10.69 8 8 10.69 8 14C8 15.63 8.65 17.1 9.7 18.18L11.01 16.65C10.38 15.95 10 15.02 10 14C10 11.79 11.79 10 14 10C16.21 10 18 11.79 18 14C18 14.52 17.9 15.02 17.72 15.48L19.41 16.6Z' fill='white'/%3E%3C/svg%3E%0A");
  font-size: 16px;
  color: #ffffff;
  height: 46px;
}
.mm-unify .mm-menu .mm-container .mm-optimise span {
  background: #ffffff;
  border-radius: 4px;
  padding: 2px 11px;
  color: #ba1223;
  font-size: 11px;
  display: flex;
  align-items: center;
  height: 18px;
  margin-left: 8px;
  line-height: 10px;
}
.mm-unify .mm-menu .mm-container .mm-catalog {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2C3.89543 2 3 2.89543 3 4V20C3 21.1046 3.89543 22 5 22H20C20.6 22 21 21.6 21 21V3C21 2.4 20.6 2 20 2H5ZM5 4H7V20H5V4ZM19 20H9V4H12V13L14.5 10L17 13V4H19V20Z' fill='white'/%3E%3Cpath opacity='0.3' d='M7 4H5V20H7V4Z' fill='white'/%3E%3C/svg%3E%0A");
  font-size: 14px;
  color: #ffffff;
  height: 36px;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.mm-unify .mm-menu .mm-container .mm-market {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11 4H4V11H11V4Z' fill='white'/%3E%3Cpath opacity='0.3' d='M20 4H13V11H20V4Z' fill='white'/%3E%3Cpath opacity='0.3' d='M11 13H4V20H11V13Z' fill='white'/%3E%3Cpath d='M9 6V9H6V6H9ZM11 4H4V11H11V4Z' fill='white'/%3E%3Cpath d='M18 6V9H15V6H18ZM20 4H13V11H20V4Z' fill='white'/%3E%3Cpath d='M9 15V18H6V15H9ZM11 13H4V20H11V13Z' fill='white'/%3E%3Cpath d='M18 13H16V21H18V13Z' fill='white'/%3E%3Cpath d='M13 16V18H21V16H13Z' fill='white'/%3E%3C/svg%3E%0A");
  font-size: 14px;
  color: #ffffff;
  height: 36px;
  line-height: 14px;
  margin-bottom: 5px;
}
.mm-unify .mm-menu .mm-container .mm-settings {
  background-repeat: no-repeat;
  background-position: 20.5px center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M19.3002 8.6L18.6002 7.4L17.3002 7.9L16.2002 8.3L15.3002 7.6C14.9002 7.3 14.5002 7.1 14.1002 6.9L13.0002 6.5L12.8002 5.4L12.7002 4H11.3002L11.1002 5.3L11.0002 6.5L9.9002 6.9C9.5002 7.1 9.1002 7.3 8.6002 7.7L7.7002 8.3L6.7002 7.9L5.4002 7.4L4.7002 8.6L5.8002 9.4L6.7002 10.1L6.6002 11.2C6.6002 11.5 6.5002 11.7 6.5002 11.9C6.5002 12.1 6.5002 12.3 6.6002 12.6L6.7002 13.7L5.8002 14.4L4.7002 15.2L5.4002 16.4L6.7002 15.9L7.8002 15.5L8.7002 16.2C9.1002 16.5 9.5002 16.7 9.9002 16.9L11.0002 17.3L11.2002 18.4L11.4002 19.8H12.8002L13.0002 18.4L13.2002 17.3L14.3002 16.9C14.7002 16.7 15.1002 16.5 15.5002 16.2L16.4002 15.5L17.4002 15.9L18.7002 16.4L19.4002 15.2L18.3002 14.4L17.4002 13.7L17.5002 12.6C17.5002 12.3 17.5002 12.1 17.5002 11.9C17.5002 11.7 17.5002 11.5 17.5002 11.2L17.4002 10.1L18.3002 9.4C18.2002 9.4 19.3002 8.6 19.3002 8.6ZM12.0002 16C9.8002 16 8.0002 14.2 8.0002 12C8.0002 9.8 9.8002 8 12.0002 8C14.2002 8 16.0002 9.8 16.0002 12C16.0002 14.2 14.2002 16 12.0002 16Z' fill='white'/%3E%3Cpath d='M19.4 13C19.4 12.7 19.5 12.4 19.5 12C19.5 11.7 19.5 11.3 19.4 11L21.5 9.4C21.7 9.3 21.7 9 21.6 8.8L19.6 5.3C19.6 5.1 19.4 5 19.2 5C19.1 5 19.1 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H9.99997C9.79997 2 9.49997 2.2 9.49997 2.4L9.09997 5.1C8.49997 5.3 7.99997 5.7 7.39997 6.1L4.89997 5.1C4.89997 5 4.79997 5 4.79997 5C4.59997 5 4.39997 5.1 4.29997 5.3L2.29997 8.8C2.19997 8.9 2.29997 9.2 2.49997 9.4L4.59997 11C4.59997 11.3 4.49997 11.6 4.49997 12C4.49997 12.4 4.49997 12.7 4.59997 13L2.49997 14.6C2.29997 14.7 2.29997 15 2.39997 15.2L4.39997 18.7C4.39997 18.9 4.59997 19 4.79997 19C4.89997 19 4.89997 19 4.99997 19L7.49997 18C7.99997 18.4 8.59997 18.7 9.19997 19L9.59997 21.6C9.59997 21.8 9.79997 22 10.1 22H14.1C14.3 22 14.6 21.8 14.6 21.6L15 19C15.6 18.8 16.2 18.4 16.7 18L19.2 19C19.3 19 19.3 19 19.4 19C19.6 19 19.7 18.9 19.8 18.8L21.8 15.3C21.9 15.1 21.9 14.8 21.7 14.7L19.4 13ZM17.5 11.3C17.5 11.6 17.5 11.8 17.5 12C17.5 12.2 17.5 12.4 17.5 12.7L17.4 13.8L18.3 14.5L19.4 15.3L18.7 16.5L17.4 16L16.4 15.6L15.5 16.3C15.1 16.6 14.7 16.9 14.3 17L13.2 17.4L13 18.5L12.7 20H11.3L11.1 18.6L11 17.5L9.89997 17.1C9.49997 16.9 9.09997 16.7 8.69997 16.4L7.79997 15.7L6.69997 16.1L5.39997 16.6L4.69997 15.4L5.79997 14.6L6.69997 13.9L6.59997 12.8C6.59997 12.5 6.49997 12.3 6.49997 12.1C6.49997 11.9 6.49997 11.7 6.59997 11.4L6.69997 10.3L5.79997 9.4L4.69997 8.6L5.39997 7.4L6.69997 7.9L7.69997 8.3L8.59997 7.6C8.99997 7.3 9.39997 7 9.79997 6.9L10.9 6.5L11.1 5.4L11.3 4H12.7L12.9 5.3L13 6.5L14.1 6.9C14.5 7.1 14.9 7.3 15.3 7.6L16.2 8.3L17.3 7.9L18.6 7.4L19.3 8.6L18.2 9.5L17.3 10.2C17.3 10.1 17.5 11.3 17.5 11.3ZM12 8C9.79997 8 7.99997 9.8 7.99997 12C7.99997 14.2 9.79997 16 12 16C14.2 16 16 14.2 16 12C16 9.8 14.2 8 12 8ZM12 14C10.9 14 9.99997 13.1 9.99997 12C9.99997 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14Z' fill='white'/%3E%3C/svg%3E%0A");
  color: #ffffff;
  height: 36px;
  font-size: 14px;
  line-height: 14px;
}
.mm-unify .mm-menu .mm-container-footer {
  padding-left: 12px;
  padding-bottom: 8px;
}
.mm-unify .mm-menu .mm-container-footer .title {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 14px;
}
.mm-unify .mm-menu .mm-container-footer .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #005295;
  margin: 0 12px 12px 0;
  border-radius: 4px;
  color: white;
  transition: background 0.3s ease;
  cursor: pointer;
  line-height: 30px;
  padding: 8px;
}
.mm-unify .mm-menu .mm-container-footer .card svg {
  width: 150px;
  height: 30px;
}
.mm-unify .mm-menu .mm-container-footer .card:hover {
  background-color: #1172c2;
}
.mm-unify .mm-menu .mm-container-footer .content {
  flex: 1;
}
.mm-unify .mm-menu .mm-container-footer .arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.mm-unify .mm-out {
  opacity: 0;
  position: fixed;
  z-index: 500;
  visibility: hidden;
}
.mm-unify .mm-out .mm-out-container {
  bottom: 0px;
  left: 0px;
  opacity: 1;
  pointer-events: initial;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 500;
  background: #00000030;
}
#cc-main {
  --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --cc-modal-border-radius: 4px;
  --cc-bg: #ffffff;
  --cc-link-color: #ba1223;
  --cc-secondary-color: #333333;
  --cc-btn-primary-bg: #ba1223;
  --cc-btn-primary-hover-bg: #a01826;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-primary-border-color: #ba1223;
  --cc-btn-primary-hover-border-color: #a01826;
  --cc-btn-border-radius: 4px;
  --cc-btn-secondary-bg: #ffffff;
  --cc-btn-secondary-border-color: #cfd2d5;
  --cc-btn-secondary-hover-bg: #cfd2d5;
  --cc-btn-secondary-hover-border-color: #cfd2d5;
  --cc-toggle-on-bg: #ba1223;
}
#cc-main .cm__btn,
#cc-main .pm__btn {
  font-weight: 500;
  font-size: 14px;
}
#cc-main .cm--bar.cm--inline .cm__btns {
  max-width: 100%;
}
#cc-main .cm--bar.cm--inline .cm__body {
  max-width: 80%;
}
#cc-main p {
  font-size: inherit;
}
#cc-main .section__toggle ~ .toggle__icon svg {
  display: none;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: rgba(186, 18, 35, 0.4);
  box-shadow: unset;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  border: solid 1px rgba(186, 18, 35, 0.4);
}
#cc-main .pm__close-btn {
  display: flex;
  border: 0;
  cursor: pointer;
  background: url("../img/icon_close.svg") no-repeat transparent;
  width: 25px;
  height: 25px;
}
#cc-main .pm__close-btn:hover {
  background: url("../img/icon_close.svg") no-repeat transparent;
}
#cc-main .pm__close-btn svg {
  display: none;
}
/*---------------[ Select 2 ]-----*/
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */

  zoom: 1;
  *display: inline;
}
.select2-container .select2-choice {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-height: 34px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cfd2d5;
  color: #3b3e42;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-align: left;
  min-height: 32px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: #333333;
  text-decoration: none;
}
.select2-container .select2-choice.icon {
  padding: 4px;
}
.select2-container .select2-choice.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.select2-container .select2-choice.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-formindiv {
  background-image: url(../img/bill/icon_formindiv.png);
}
.select2-container .select2-choice.icon .icon-ficherogr {
  background-image: url(../img/bill/icon_ficherogr.png);
}
.select2-container .select2-choice.icon.active .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M11.9999 15.4L8.23992 17.67L9.23992 13.39L5.91992 10.51L10.2999 10.13L11.9999 6.09998L13.7099 10.14L18.0899 10.52L14.7699 13.4L15.7699 17.68L11.9999 15.4Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon.active .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%23ffffff'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon.active .icon-units {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.7V21H10V20.3L14 17.7ZM17 3L7 3V6H17V3ZM15 7L14 7.7V7H10V10.3L9 11V12L15 8.1V7ZM15 11L14 11.7V9.7L10 12.4V14.4L9 15V16L15 12.1V11ZM15 15L14 15.7V13.7L10 16.4V18.4L9 19V20L15 16.1V15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-incremental {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M4 19.5H6.6L11 12L17.5 15.7L22 7.90002V19.6V21.6H4' fill='%236b7078'/%3E%3Cpath d='M22 19.5V21.5H2V3.5H4V16L9.5 6.5L16 10.3L20.2 3L22 4L16.8 13.1L10.2 9.3L4.3 19.5H6.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-bill-graph {
  background-image: url(../img/bill/accounting/line-plot.png);
  margin-left: 4px;
}
.select2-container .select2-choice.icon .icon-bill-invoice {
  background-image: url(../img/bill/accounting/billing-invoices.png);
  margin-left: 2px;
}
.select2-container .select2-choice.icon {
  min-height: 34px;
  min-width: 34px;
  transition: color 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
}
.select2-container .select2-choice.active i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-ELECTRICAL {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-GAS {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-WATER {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%23ffffff' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.select2-container .select2-choice i.icon-402 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-510 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93205 16V7.44444H9.92428L14.6421 13.14H13.7009V7.44444H16.0721V16H14.0798L9.36205 10.3044H10.3032V16H7.93205Z' fill='%236b7078'/%3E%3Ccircle cx='12' cy='12' r='9.77778' stroke='%236b7078' stroke-width='2.44444' /%3E%3C/svg%3E");
}
.select2-container .select2-choice.active i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-420 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-421 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-419 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-901 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-301,
.select2-container .select2-choice.active i.icon-TEMPERATURE,
.select2-container .select2-choice.active i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-301,
.select2-container .select2-choice i.icon-TEMPERATURE,
.select2-container .select2-choice i.icon-COMFORT {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17C17 19.8 14.8 22 12 22C9.2 22 7 19.8 7 17C7 15.4 7.7 13.9 9 13V5C9 3.3 10.3 2 12 2C13.7 2 15 3.3 15 5V13C16.2 13.9 17 15.4 17 17ZM11 8V14.2C9.4 14.8 8.6 16.5 9.2 18C9.8 19.6 11.5 20.4 13 19.8C14.5 19.2 15.4 17.5 14.8 16C14.5 15.1 13.8 14.5 13 14.2V8H11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-302,
.select2-container .select2-choice.active i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%23ffffff'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%23ffffff'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-302,
.select2-container .select2-choice i.icon-HUMIDITY {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath opacity='0.3' d='M6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3Cpath d='M6 5.1C6.2 5.3 6.4 5.6 6.6 5.9C7 6.5 8 8 8 9C8 10.1 7.1 11 6 11C4.9 11 4 10.1 4 9C4 8 5 6.6 5.4 5.9C5.6 5.6 5.8 5.4 6 5.1ZM6 2L5.5 2.6C5.5 2.6 4.6 3.6 3.8 4.8C2.9 6 2 7.5 2 9C2 11.2 3.8 13 6 13C8.2 13 10 11.2 10 9C10 7.5 9.1 6 8.2 4.8C7.4 3.5 6.5 2.6 6.5 2.6' fill='%236b7078'/%3E%3Cpath d='M17.7998 5.1C17.9998 5.3 18.1998 5.6 18.3998 5.9C18.7998 6.5 19.7998 8 19.7998 9C19.7998 10.1 18.8998 11 17.7998 11C16.6998 11 15.7998 10.1 15.7998 9C15.7998 8 16.7998 6.6 17.1998 5.9C17.3998 5.6 17.5998 5.4 17.7998 5.1ZM17.7998 2L17.2998 2.6C17.2998 2.6 16.3998 3.6 15.5998 4.8C14.6998 6 13.7998 7.5 13.7998 9C13.7998 11.2 15.5998 13 17.7998 13C19.9998 13 21.7998 11.2 21.7998 9C21.7998 7.6 20.8998 6.1 19.9998 4.8C19.0998 3.5 18.2998 2.6 18.2998 2.6' fill='%236b7078'/%3E%3Cpath d='M12 14.1C12.2 14.3 12.4 14.6 12.6 14.9C13 15.5 14 17 14 18C14 19.1 13.1 20 12 20C10.9 20 10 19.1 10 18C10 17 11 15.6 11.4 14.9C11.6 14.6 11.8 14.4 12 14.1ZM12 11L11.5 11.6C11.5 11.6 10.6 12.6 9.8 13.8C8.9 15 8 16.5 8 18C8 20.2 9.8 22 12 22C14.2 22 16 20.2 16 18C16 16.6 15.1 15.1 14.2 13.8C13.3 12.5 12.5 11.6 12.5 11.6' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-307,
.select2-container .select2-choice.active i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%23ffffff' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.select2-container .select2-choice i.icon-307,
.select2-container .select2-choice i.icon-CO2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 15.5C2.56825 15.5 1 13.9317 1 12C1 10.0683 2.56825 8.5 4.5 8.5C6.43175 8.5 8 10.0683 8 12C8 13.9317 6.43175 15.5 4.5 15.5ZM3 12C3 12.8272 3.67282 13.5 4.5 13.5C5.32718 13.5 6 12.8272 6 12C6 11.1728 5.32718 10.5 4.5 10.5C3.67282 10.5 3 11.1728 3 12Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 14.5C5.87946 14.5 7 13.3795 7 12C7 10.6205 5.87946 9.5 4.5 9.5C3.12054 9.5 2 10.6205 2 12C2 13.3795 3.12054 14.5 4.5 14.5Z' fill='%236b7078' /%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M19.7646 14.5C21.1441 14.5 22.2646 13.3795 22.2646 12C22.2646 10.6205 21.1441 9.5 19.7646 9.5C18.3852 9.5 17.2646 10.6205 17.2646 12C17.2646 13.3795 18.3852 14.5 19.7646 14.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.8272 18.6728 13.5 19.5 13.5C20.3272 13.5 21 12.8272 21 12C21 11.1728 20.3272 10.5 19.5 10.5C18.6728 10.5 18 11.1728 18 12ZM19.5 15.5C17.5683 15.5 16 13.9317 16 12C16 10.0683 17.5683 8.5 19.5 8.5C21.4317 8.5 23 10.0683 23 12C23 13.9317 21.4317 15.5 19.5 15.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 12C8.5 13.931 10.069 15.5 12 15.5C13.931 15.5 15.5 13.931 15.5 12C15.5 10.069 13.931 8.5 12 8.5C10.069 8.5 8.5 10.069 8.5 12ZM6.5 12C6.5 15.0356 8.96439 17.5 12 17.5C15.0356 17.5 17.5 15.0356 17.5 12C17.5 8.96439 15.0356 6.5 12 6.5C8.96439 6.5 6.5 8.96439 6.5 12Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.active i.icon-340,
.select2-container .select2-choice.active i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%23ffffff'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%23ffffff'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%23ffffff'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%23ffffff'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%23ffffff'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%23ffffff'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%23ffffff'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%23ffffff'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.select2-container .select2-choice i.icon-340,
.select2-container .select2-choice i.icon-PM25 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7C16.325 7 17 7.675 17 8.5C17 9.325 16.325 10 15.5 10C14.675 10 14 9.325 14 8.5C14 7.675 14.675 7 15.5 7Z' fill='%236b7078'/%3E%3Cpath d='M18 2.00012C18.55 2.00012 19 2.45012 19 3.00012C19 3.55012 18.55 4.00012 18 4.00012C17.45 4.00012 17 3.55012 17 3.00012C17 2.45012 17.45 2.00012 18 2.00012Z' fill='%236b7078'/%3E%3Cpath d='M8 12.5C8.55229 12.5 9 12.0523 9 11.5C9 10.9477 8.55229 10.5 8 10.5C7.44772 10.5 7 10.9477 7 11.5C7 12.0523 7.44772 12.5 8 12.5Z' fill='%236b7078'/%3E%3Cpath d='M4 7.00012C4.55228 7.00012 5 6.55241 5 6.00012C5 5.44784 4.55228 5.00012 4 5.00012C3.44772 5.00012 3 5.44784 3 6.00012C3 6.55241 3.44772 7.00012 4 7.00012Z' fill='%236b7078'/%3E%3Cpath d='M19.5 14.0001C20.3284 14.0001 21 13.3285 21 12.5001C21 11.6717 20.3284 11.0001 19.5 11.0001C18.6716 11.0001 18 11.6717 18 12.5001C18 13.3285 18.6716 14.0001 19.5 14.0001Z' fill='%236b7078'/%3E%3Cpath d='M14 15C14.5533 15 15 15.4467 15 16C15 16.5533 14.5533 17 14 17C13.4467 17 13 16.5533 13 16C13 15.4467 13.4467 15 14 15Z' fill='%236b7078'/%3E%3Cpath d='M10 3.99988C10.5533 3.99988 11 4.44654 11 4.99988C11 5.55321 10.5533 5.99988 10 5.99988C9.44667 5.99988 9 5.55321 9 4.99988C9 4.44654 9.44667 3.99988 10 3.99988Z' fill='%236b7078'/%3E%3Cpath d='M20 18.9999C20.5533 18.9999 21 19.4465 21 19.9999C21 20.5532 20.5533 20.9999 20 20.9999C19.4467 20.9999 19 20.5532 19 19.9999C19 19.4465 19.4467 18.9999 20 18.9999Z' fill='%236b7078'/%3E%3Cpath d='M3.5 14.1914C4.325 14.1914 5 14.8664 5 15.6914C5 16.5164 4.325 17.1914 3.5 17.1914C2.675 17.1914 2 16.5164 2 15.6914C2 14.8664 2.675 14.1914 3.5 14.1914Z' fill='%236b7078'/%3E%3Cpath d='M9 17.0001C9.55333 17.0001 10 17.4468 10 18.0001C10 18.5535 9.55333 19.0001 9 19.0001C8.44667 19.0001 8 18.5535 8 18.0001C8 17.4468 8.44667 17.0001 9 17.0001Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.active i.icon-341,
.select2-container .select2-choice.active i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.select2-container .select2-choice i.icon-341,
.select2-container .select2-choice i.icon-PM10 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M16.5 12C18.43 12 20 10.43 20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M15.0098 19C15.5621 19 16.0098 18.5523 16.0098 18C16.0098 17.4477 15.5621 17 15.0098 17C14.4575 17 14.0098 17.4477 14.0098 18C14.0098 18.5523 14.4575 19 15.0098 19Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 14C11 16.21 9.21 18 7 18C4.79 18 3 16.21 3 14C3 11.79 4.79 10 7 10C9.21 10 11 11.79 11 14ZM9 14C9 12.9 8.1 12 7 12C5.9 12 5 12.9 5 14C5 15.1 5.9 16 7 16C8.1 16 9 15.1 9 14Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0098 15C16.6598 15 18.0098 16.35 18.0098 18C18.0098 19.65 16.6598 21 15.0098 21C13.3598 21 12.0098 19.65 12.0098 18C12.0098 16.35 13.3598 15 15.0098 15ZM15.0098 17C14.4598 17 14.0098 17.45 14.0098 18C14.0098 18.55 14.4598 19 15.0098 19C15.5598 19 16.0098 18.55 16.0098 18C16.0098 17.45 15.5598 17 15.0098 17Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.5C22 11.53 19.53 14 16.5 14C13.47 14 11 11.53 11 8.5C11 5.47 13.47 3 16.5 3C19.53 3 22 5.47 22 8.5ZM20 8.5C20 6.57 18.43 5 16.5 5C14.57 5 13 6.57 13 8.5C13 10.43 14.57 12 16.5 12C18.43 12 20 10.43 20 8.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.active i.icon-342,
.select2-container .select2-choice.active i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%23ffffff'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.select2-container .select2-choice i.icon-342,
.select2-container .select2-choice i.icon-TVOC {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4326 11.6668L8.47576 11.6385L8.47168 13.6103L11.4286 13.6385L11.4326 11.6668Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9773 10.8292L18.0649 8.00396L16.4726 6.84108L14.3849 9.66636L15.9773 10.8292Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9482 13.1308L18.0649 15.996L16.4726 17.1589L14.3559 14.2937L15.9482 13.1308Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 16C3.56825 16 2 14.4317 2 12.5C2 10.5683 3.56825 9 5.5 9C7.43175 9 9 10.5683 9 12.5C9 14.4317 7.43175 16 5.5 16ZM4 12.5C4 13.3272 4.67282 14 5.5 14C6.32718 14 7 13.3272 7 12.5C7 11.6728 6.32718 11 5.5 11C4.67282 11 4 11.6728 4 12.5Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 18.5C17 19.3272 17.6728 20 18.5 20C19.3272 20 20 19.3272 20 18.5C20 17.6728 19.3272 17 18.5 17C17.6728 17 17 17.6728 17 18.5ZM18.5 22C16.5683 22 15 20.4317 15 18.5C15 16.5683 16.5683 15 18.5 15C20.4317 15 22 16.5683 22 18.5C22 20.4317 20.4317 22 18.5 22Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5.5C17 6.32718 17.6728 7 18.5 7C19.3272 7 20 6.32718 20 5.5C20 4.67282 19.3272 4 18.5 4C17.6728 4 17 4.67282 17 5.5ZM18.5 9C16.5683 9 15 7.43175 15 5.5C15 3.56825 16.5683 2 18.5 2C20.4317 2 22 3.56825 22 5.5C22 7.43175 20.4317 9 18.5 9Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C12 12.8272 12.6728 13.5 13.5 13.5C14.3272 13.5 15 12.8272 15 12C15 11.1728 14.3272 10.5 13.5 10.5C12.6728 10.5 12 11.1728 12 12ZM13.5 15.5C11.5683 15.5 10 13.9317 10 12C10 10.0683 11.5683 8.5 13.5 8.5C15.4317 8.5 17 10.0683 17 12C17 13.9317 15.4317 15.5 13.5 15.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' d='M8 12.5C8 13.8795 6.87946 15 5.5 15C4.12054 15 3 13.8795 3 12.5C3 11.1205 4.12054 10 5.5 10C6.87946 10 8 11.1205 8 12.5Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 21C19.8795 21 21 19.8795 21 18.5C21 17.1205 19.8795 16 18.5 16C17.1205 16 16 17.1205 16 18.5C16 19.8795 17.1205 21 18.5 21Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C19.8795 8 21 6.87946 21 5.5C21 4.12054 19.8795 3 18.5 3C17.1205 3 16 4.12054 16 5.5C16 6.87946 17.1205 8 18.5 8Z' fill='%236b7078'/%3E%3Cpath opacity='0.24' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 14.5C14.8795 14.5 16 13.3795 16 12C16 10.6205 14.8795 9.5 13.5 9.5C12.1205 9.5 11 10.6205 11 12C11 13.3795 12.1205 14.5 13.5 14.5Z' fill='%236b7078'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.active i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-433 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%23ffffff'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-432 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M6 19H12V12H6V19Z' fill='%236b7078'/%3E%3Cpath d='M12 3H6C4.9 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.9 16.6 21 18 21C19.4 21 20.5 19.9 20.5 18.5V9C20.5 8.3 20.2 7.7 19.8 7.2L16.1 3.5L15 4.6L17.1 6.7C16.2 7 15.5 7.9 15.5 9C15.5 10.4 16.6 11.5 18 11.5C18.4 11.5 18.7 11.4 19 11.3V18.5C19 19 18.5 19.5 18 19.5C17.5 19.5 17 19 17 18.5V14C17 12.9 16.1 12 15 12H14V5C14 3.9 13.1 3 12 3ZM12 13.5V19H6V12H12V13.5ZM12 10H6V5H12V10ZM18 10C17.5 10 17 9.6 17 9C17 8.4 17.5 8 18 8C18.5 8 19 8.4 19 9C19 9.6 18.5 10 18 10Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%23ffffff'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%23ffffff'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%23ffffff'/%3E%3Cpath d='M14 15H22V16H14' fill='%23ffffff'/%3E%3Cpath d='M17 19V12H18V19' fill='%23ffffff'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%23ffffff'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%23ffffff'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%23ffffff'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-452 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.0996 12H13.5996V19H22.0996V12Z' fill='%236b7078'/%3E%3Cpath d='M7.00039 9.39998L9.20039 11.6C10.3004 10.5 9.20039 9.39998 9.20039 9.39998L8.10039 8.29998C8.20039 7.99998 8.30039 7.69998 8.30039 7.29998C8.30039 6.49998 7.90039 5.79998 7.30039 5.39998L8.30039 1.99998C6.80039 1.59998 6.40039 2.99998 6.40039 2.99998L5.80039 4.99998C4.90039 5.09998 4.10039 5.69998 3.80039 6.59998L0.400391 7.89998C0.900391 9.39998 2.30039 8.89998 2.30039 8.89998L3.90039 8.39998C4.10039 8.79998 4.50039 9.19998 5.00039 9.39998V16C4.60039 16.1 3.70039 16.4 3.70039 17.5C3.70039 17.9 3.70039 17.8 3.70039 17.9H8.30039V17.5C8.30039 17.5 8.30039 16.2 7.00039 16V9.39998ZM6.00039 6.39998C6.60039 6.39998 7.00039 6.79998 7.00039 7.39998C7.00039 7.99998 6.60039 8.39998 6.00039 8.39998C5.40039 8.39998 5.00039 7.99998 5.00039 7.39998C5.00039 6.79998 5.40039 6.39998 6.00039 6.39998Z' fill='%236b7078'/%3E%3Cpath d='M14.5 11.1C14 11.1 13.6 11.4 13.5 11.9L11.8 18.8C11.7 19.1 11.8 19.4 12 19.6C12.2 19.8 12.5 20 12.8 20H19V22H21V20H22V19.9V16V15V11L14.5 11.1ZM21 13V18H14L15.3 13.1L21 13Z' fill='%236b7078'/%3E%3Cpath d='M14 15H22V16H14' fill='%236b7078'/%3E%3Cpath d='M17 19V12H18V19' fill='%236b7078'/%3E%3Cpath d='M17 2H15V4H17V2Z' fill='%236b7078'/%3E%3Cpath d='M17.757 4.76866L16.3428 6.18286L17.757 7.59706L19.1712 6.18286L17.757 4.76866Z' fill='%236b7078'/%3E%3Cpath d='M22 7H20V9H22V7Z' fill='%236b7078'/%3E%3Cpath d='M18 2C18 4.2 19.8 6 22 6V4C20.9 4 20 3.1 20 2H18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%23ffffff'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-802 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7001 12.1C9.7001 11.1 10.2001 9.7 10.0001 8.4L9.9001 8H8.0001L8.1001 8.6C8.2001 9.4 8.0001 10.2 7.4001 10.8V10.9C6.4001 11.9 5.9001 13.3 6.1001 14.6V15H8.0001L7.9001 14.4C7.8001 13.6 8.0001 12.8 8.7001 12.1Z' fill='%236b7078'/%3E%3Cpath d='M12.7001 12.2C13.7001 11.2 14.2001 9.8 14.0001 8.5L13.9001 8H12.0001L12.1001 8.6C12.2001 9.4 12.0001 10.2 11.4001 10.8V10.9C10.4001 11.9 9.9001 13.3 10.1001 14.6V15H12.0001L11.9001 14.4C11.8001 13.6 12.0001 12.8 12.7001 12.2Z' fill='%236b7078'/%3E%3Cpath d='M16.6995 12.2C17.6995 11.2 18.1995 9.8 17.9995 8.5L17.8995 8H15.9995L16.0995 8.6C16.1995 9.4 15.9995 10.2 15.3995 10.8L15.2995 10.9C14.2995 11.9 13.7995 13.3 13.9995 14.6L14.0995 15H15.9995L15.8995 14.4C15.7995 13.6 15.9995 12.8 16.6995 12.2Z' fill='%236b7078'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M5.7998 17C8.2998 20.1 12.6998 20.9 16.1998 18.9C16.9998 18.4 17.6998 17.8 18.2998 17H5.7998Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-810 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11H17.8L21 7.8L19.6 6.4L15 11H13V9L17.7 4.3L16.3 2.9L13 6.2V2H11V6.2L7.8 2.9L6.3 4.3L11 9V11H9L4.3 6.3L2.9 7.8L6.2 11H2V13H6.2L3 16.2L4.4 17.6L9 13H11V15L6.3 19.7L7.7 21.1L11 17.8V22H13V17.8L16.2 21L17.6 19.6L13 15V13H15L19.7 17.7L21.1 16.3L17.8 13H22V11Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%23ffffff'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%23ffffff'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%23ffffff'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-435 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12.4996 9.49998L14.2996 11.5C14.9996 10.9 15.3996 9.99998 15.3996 8.99998C15.3996 7.09998 13.8996 5.59998 11.9996 5.59998C10.0996 5.59998 8.59961 6.99998 8.59961 8.89998C8.59961 9.89998 8.99961 10.8 9.69961 11.4L11.4996 9.39998' fill='%236b7078'/%3E%3Cpath d='M12 4C14.8 4 17 6.2 17 9C17 11.8 14.8 14 12 14C9.2 14 7 11.8 7 9C7 6.2 9.2 4 12 4ZM12 2C8.1 2 5 5.1 5 9C5 12.9 8.1 16 12 16C15.9 16 19 12.9 19 9C19 5.1 15.9 2 12 2Z' fill='%236b7078'/%3E%3Cpath d='M12 9.90002C12.5523 9.90002 13 9.45231 13 8.90002C13 8.34774 12.5523 7.90002 12 7.90002C11.4477 7.90002 11 8.34774 11 8.90002C11 9.45231 11.4477 9.90002 12 9.90002Z' fill='%236b7078'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 15H13V18H16V17H18V18H19V20H18V21H16V20H8V21H6V20H5V18H6V17H8V18H11V15Z' fill='%236b7078'/%3E%3Cpath d='M11.2996 10.8C11.1996 10.8 11.0996 10.8 11.0996 10.7C10.8996 10.6 10.7996 10.3 10.8996 10L12.8996 6.10001C12.9996 5.90001 13.2996 5.80001 13.5996 5.90001C13.7996 6.00001 13.8996 6.30001 13.7996 6.60001L11.7996 10.5C11.6996 10.7 11.4996 10.8 11.2996 10.8Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-471 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice i.icon-472 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon {
  padding: 4px;
}
.select2-container .select2-choice.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.select2-container .select2-choice.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.select2-container .select2-choice.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.select2-container .select2-choice div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
  margin-right: 7px;
}
.select2-container .select2-choice span {
  margin-right: 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice:hover,
.select2-container .select2-choice:focus {
  outline: 0;
  background-color: #cfd2d5;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */

  -moz-box-sizing: border-box;
  /* firefox */

  -ms-box-sizing: border-box;
  /* ie */

  -webkit-box-sizing: border-box;
  /* webkit */

  -khtml-box-sizing: border-box;
  /* konqueror */

  box-sizing: border-box;
  /* css3 */

}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/select2.png') right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop {
  background: #fff;
  position: absolute;
  top: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  width: 100%;
  border-radius: 4px;
  min-width: 200px;
  border-top: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.select2-drop .select2-search {
  padding: 0.5em;
  border-bottom: 1px solid #ba1223;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9167 11.6667H12.25L12 11.4167C12.8333 10.5 13.3333 9.25 13.3333 7.91667C13.3333 4.91667 10.9167 2.5 7.91667 2.5C4.91667 2.5 2.5 4.91667 2.5 7.91667C2.5 10.9167 4.91667 13.3333 7.91667 13.3333C9.25 13.3333 10.5 12.8333 11.4167 12L11.6667 12.25V12.9167L15.8333 17.0833L17.0833 15.8333L12.9167 11.6667ZM7.91667 11.6667C5.83333 11.6667 4.16667 10 4.16667 7.91667C4.16667 5.83333 5.83333 4.16667 7.91667 4.16667C10 4.16667 11.6667 5.83333 11.6667 7.91667C11.6667 10 10 11.6667 7.91667 11.6667Z' fill='%23cfd2d5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 10px;
}
.select2-drop .select2-search input {
  background: #FFF;
  min-height: 20px;
  padding: 4px 8px;
  border: none;
  margin-left: 17px;
}
.select2-drop .select2-results ul {
  padding: 0;
}
.select2-container .select2-choice div b {
  background: url('../img/icon_arrow_dropdown.svg') no-repeat 0 13px;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container.select2-dropdown-open .select2-choice div b {
  transform: rotate(180deg);
}
.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-search input {
  padding: 4px 20px 4px 5px;
  outline: 0;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('../img/spinner.gif') no-repeat 100%;
  background: url('../img/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../img/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../img/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #cfd2d5;
  background: #cfd2d5;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
/* results */
.select2-results {
  margin: 4px 0 4px 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #6b7078;
  border-top: 1px solid #6b7078;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}
.select2-results .select2-highlighted {
  background: rgba(186, 18, 35, 0.3);
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-disabled {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../img/spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice span {
  color: grey;
}
/* multiselect */
.select2-container-multi {
  min-width: 250px;
}
.select2-container-multi .select2-choices {
  background-color: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cfd2d5;
  margin: 0;
  cursor: text;
  overflow: hidden;
  height: 1%;
  min-height: 34px;
  position: relative;
  padding: 0 0 2px;
}
.select2-container-multi .select2-choices .select2-search-field {
  line-height: 25px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 12px;
  line-height: 22px;
  background-clip: padding-box;
  padding: 0 20px 0 10px;
  margin: 4px 0 0 3px;
  position: relative;
  cursor: default;
  border-radius: 4px;
  background-color: #cc1427;
  color: #ffffff;
  border: 1px solid #950f1c;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0832 3.73852L10.2607 2.91602L6.99984 6.17685L3.739 2.91602L2.9165 3.73852L6.17734 6.99935L2.9165 10.2602L3.739 11.0827L6.99984 7.82185L10.2607 11.0827L11.0832 10.2602L7.82234 6.99935L11.0832 3.73852Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position-y: -2px;
  background-position-x: -2px;
}
.select2-container-multi.select2-container-active .select2-choices {
  transition: border linear 0.2s;
  border: 1px solid #ba1223;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100% !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../img/spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}
.select2-result-unselectable .select2-match {
  text-decoration: none;
}
.select2-offscreen {
  position: absolute;
  left: -4000px;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*

/*---------------[ Headers ]-----*/
h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25em;
}
/*---------------[ Global style effects ]-----*/
/*---------------[ Theme ]-----*/
/*---------------[ Buttons ]-----*/
/*---------------[ Switch ]-----*/
.onoffswitch {
  position: relative;
  width: 140px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch.little {
  width: 66px;
  margin: 0 auto;
}
.onoffswitch.little .onoffswitch-label .onoffswitch-switch {
  right: 42px;
}
.onoffswitch.little .onoffswitch-label .onoffswitch-inner .onoffswitch-active {
  text-align: left;
  padding-left: 15px;
}
.onoffswitch.little .onoffswitch-label .onoffswitch-inner .onoffswitch-inactive {
  padding-right: 15px;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 14px;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner > div {
  float: left;
  width: 50%;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner .onoffswitch-active {
  padding-left: 10px;
  background: #ba1223;
  border-color: #950f1c;
  color: #ffffff;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner .onoffswitch-inactive {
  padding-right: 10px;
  background: #e2e2e2;
  color: #666;
  text-align: right;
}
.onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 114px;
  width: 22px;
  height: 22px;
  margin: 0px;
  background: white;
  line-height: 25.6px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 14px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #999999;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for chrome */

  -text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for all browser*/

  /* same as above*/

  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for firefox */

  -o-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for opera */

  -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for ie 9+ */

  -khtml-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  /* for gecko based browser*/

  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 3px;
  bottom: 0;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 3px;
}
/*---------------[ Checkboxes ]-----*/
.checkbox {
  position: relative;
  display: inline-block;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23cfd2d5'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ffffff'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 1px 5px;
  min-height: 21px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 0;
  width: 25px;
  height: 25px;
  margin: 0;
}
.checkbox label {
  margin-left: 5px;
  float: left;
  line-height: 25px;
  font-size: 14px;
}
.checkbox.active {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23cfd2d5'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ffffff'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.checkbox.checked {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23ba1223'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ba1223'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.checkbox.checked.active {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23ba1223'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='%23ba1223'/%3E%3Cpath d='M6.53586 9.48088L3.99982 6.49989L2.46338 7.78026L6.5 12.4999L13.5 4.99989L12.0257 3.64844L6.53586 9.48088Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25em;
}
label.radio {
  padding-top: 5px;
  margin-right: 10px;
}
/*---------------[ Color-tags ]-----*/
.select2-container-multi .select2-search-choice.gree {
  background: #696;
  border-color: #366;
}
.select2-container-multi .select2-search-choice.viol {
  background: #969;
  border-color: #636;
}
.select2-container-multi .select2-search-choice.blue {
  background: #69C;
  border-color: #369;
}
.select2-container-multi .select2-search-choice.yell {
  background: #C90;
  border-color: #960;
}
/*---------------[ End color-tags ]-----*/
/*---------------[ buttons width icons ]-----*/
.btn.icon {
  padding: 4px;
}
.btn.icon i {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 24px;
  min-height: 24px;
}
.btn.icon .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%236b7078'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%236b7078'/%3E%3C/svg%3E");
}
.btn.icon .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%236b7078'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%236b7078'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%236b7078'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%236b7078' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%236b7078'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%236b7078'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%236b7078'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%236b7078'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%236b7078'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%236b7078'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.icon .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%236b7078'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%236b7078'/%3E%3C/svg%3E%0A");
}
.btn.icon .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%236b7078'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%236b7078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-grid {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3Cpath d='M10 4v4h4V4h-4zm6 0v4h4V4h-4zm0 6v4h4v-4h-4zm0 6v4h4v-4h-4zm-2 4v-4h-4v4h4zm-6 0v-4H4v4h4zm0-6v-4H4v4h4zm0-6V4H4v4h4zm2 6h4v-4h-4v4zM4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn.active .icon-average {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12 17C12 19.8 9.8 22 7 22C4.2 22 2 19.8 2 17C2 15.4 2.7 13.9 4 13V5C4 3.3 5.3 2 7 2C8.7 2 10 3.3 10 5V13C11.3 13.9 12 15.4 12 17ZM6 8V14.2C4.4 14.8 3.6 16.5 4.2 18C4.8 19.5 6.5 20.4 8 19.8C9.6 19.2 10.4 17.5 9.8 16C9.5 15.1 8.8 14.5 8 14.2V8H6Z' fill='%23ffffff'/%3E%3Cpath d='M20.5996 11.2C20.0996 11.7 19.4996 12 18.7996 12C18.1996 12 17.4996 11.8 16.6996 11.3C16.0996 11 15.6996 10.8 15.3996 10.8C14.6996 10.8 14.3996 11.3 14.2996 12.1H12.5996C12.5996 11.3 12.8996 10.5 13.2996 9.90002C13.8996 9.30002 14.4996 9.00002 15.1996 9.00002C15.7996 9.00002 16.4996 9.20002 17.1996 9.60002C17.8996 10 18.3996 10.2 18.6996 10.2C18.9996 10.2 19.1996 10.1 19.3996 9.90002C19.5996 9.70002 19.6996 9.40002 19.6996 8.90002H21.3996C21.2996 10 21.0996 10.6 20.5996 11.2Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.3' height='20' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-warmer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7001 6.2C6.7001 5.2 7.2001 3.8 7.0001 2.5L6.9001 2H5.0001L5.1001 2.6C5.2001 3.4 5.0001 4.2 4.4001 4.8V4.9C3.4001 5.9 2.9001 7.3 3.1001 8.6V9H5.0001L4.9001 8.4C4.8001 7.6 5.0001 6.8 5.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M9.7001 6.2C10.7001 5.2 11.2001 3.8 11.0001 2.5L10.9001 2H9.0001L9.1001 2.6C9.2001 3.4 9.0001 4.2 8.4001 4.8V4.9C7.4001 5.9 6.9001 7.3 7.1001 8.6V9H9.0001L8.9001 8.4C8.8001 7.6 9.0001 6.8 9.7001 6.2Z' fill='%23ffffff'/%3E%3Cpath d='M22 17C22 19.8 19.8 22 17 22C14.2 22 12 19.8 12 17C12 15.4 12.7 13.9 14 13V5C14 3.3 15.3 2 17 2C18.7 2 20 3.3 20 5V13C21.2 13.9 22 15.4 22 17ZM16 8V14.2C14.4 14.8 13.6 16.5 14.2 18C14.8 19.6 16.5 20.4 18 19.8C19.5 19.2 20.4 17.5 19.8 16C19.5 15.1 18.8 14.5 18 14.2V8H16Z' fill='%23ffffff'/%3E%3Cpath d='M9 12V11H7V12H5V11H3V18H2V20H3V22H5V20H7V22H9V20V18V14H11V12H9ZM7 14V18H5V14H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-fan {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.5 17C21.5 19.8 19.3 22 16.5 22C13.7 22 11.5 19.8 11.5 17C11.5 15.4 12.2 13.9 13.5 13V5C13.5 3.3 14.8 2 16.5 2C18.2 2 19.5 3.3 19.5 5V13C20.7 13.9 21.5 15.4 21.5 17ZM15.5 8V14.2C13.9 14.8 13.1 16.5 13.7 18C14.3 19.6 16 20.4 17.5 19.8C19 19.2 19.9 17.5 19.3 16C19 15.1 18.3 14.5 17.5 14.2V8H15.5Z' fill='%23ffffff'/%3E%3Cpath d='M2.01916 8.39997C1.91916 7.89997 2.21916 7.29997 2.71916 7.19997L5.01916 6.49997L3.31916 4.89997C2.91916 4.49997 2.91916 3.89997 3.31916 3.39997C3.71916 2.99997 4.41916 2.99997 4.81916 3.39997L6.51916 5.09997L7.01916 2.79997C7.11916 2.19997 7.71916 1.89997 8.21916 2.09997C8.81916 2.19997 9.11916 2.79997 8.91916 3.39997L8.31916 5.59997L10.5192 4.99997C11.1192 4.79997 11.6192 5.09997 11.8192 5.69997C11.9192 6.19997 11.6192 6.79997 11.1192 6.89997L8.91916 7.49997L10.6192 9.19997C11.0192 9.59997 11.0192 10.3 10.6192 10.7C10.2192 11.1 9.51916 11.1 9.11916 10.7L7.51916 8.99997L6.91916 11.3C6.81916 11.9 6.21916 12.2 5.61916 12C5.01916 11.9 4.71916 11.3 4.91916 10.7L5.51916 8.49997L3.31916 9.09997C2.71916 9.19997 2.11916 8.89997 2.01916 8.39997Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.5' height='20' fill='%23ffffff' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-users {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9 10C9.82843 10 10.5 9.32843 10.5 8.5C10.5 7.67157 9.82843 7 9 7C8.17157 7 7.5 7.67157 7.5 8.5C7.5 9.32843 8.17157 10 9 10Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M4.2998 17H13.5998C12.7998 16.4 10.6998 15.8 8.8998 15.8C7.0998 15.8 5.1998 16.4 4.2998 17Z' fill='%23ffffff'/%3E%3Cpath d='M9 12C10.9 12 12.5 10.4 12.5 8.5C12.5 6.6 10.9 5 9 5C7.1 5 5.5 6.6 5.5 8.5C5.5 10.4 7.1 12 9 12ZM9 7C9.8 7 10.5 7.7 10.5 8.5C10.5 9.3 9.8 10 9 10C8.2 10 7.5 9.3 7.5 8.5C7.5 7.7 8.2 7 9 7ZM9 13.8C6.7 13.8 2 15 2 17.3V19H16V17.2C16 14.9 11.3 13.8 9 13.8ZM4.3 17C5.1 16.4 7.2 15.8 9 15.8C10.8 15.8 12.8 16.5 13.7 17H4.3ZM16 13.8C17.2 14.6 18 15.8 18 17.2V19H22V17.2C22 15.2 18.5 14.1 16 13.8ZM15 12C16.9 12 18.5 10.4 18.5 8.5C18.5 6.6 16.9 5 15 5C14.5 5 14 5.1 13.5 5.3C14.1 6.2 14.5 7.3 14.5 8.5C14.5 9.7 14.1 10.8 13.5 11.6C14 11.9 14.5 12 15 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-electricity {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3H17L13.5 10H17L10 23V15H7V3ZM9 5V13H12V15.7L14 12H10.2L13.7 5H9Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M7 3H17L13.5 10H17L10 23V15H7V3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-gas {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.4997 7.1C11.7997 8.2 12.3997 9.3 13.1997 10.1C13.5997 10.5 14.0997 10.9 14.4997 11.2C14.7997 11.4 15.0997 11.6 15.2997 11.8C16.0997 12.5 16.3997 13.3 16.3997 13.3V13.4C16.9997 14.9 16.5997 16.7 15.3997 17.8C14.3997 18.8 12.9997 19 11.9997 19C11.6997 19 11.3997 19 10.9997 18.9C9.69973 18.7 8.39973 17.9 7.59973 16.6C7.39973 16.3 7.29973 16 7.19973 15.7C7.59973 15.9 7.99973 16 8.39973 16C8.69973 16 9.09973 15.9 9.39973 15.8C10.2997 15.4 10.9997 14.5 10.9997 13.5C10.9997 13 10.7997 12.6 10.7997 12.5C10.1997 10.7 10.4997 8.7 11.4997 7.1ZM13.7997 3C12.8997 3.2 11.9997 3.8 11.2997 4.3C8.79973 6.4 7.79973 10.1 8.99973 13.2C8.99973 13.3 9.09973 13.4 9.09973 13.5C9.09973 13.7 8.99973 13.9 8.79973 14C8.69973 14 8.69973 14 8.59973 14C8.49973 14 8.29973 13.9 8.19973 13.8C8.09973 13.8 8.09973 13.7 7.99973 13.6C6.79973 12.3 6.69973 10.3 7.39973 8.6C5.79973 10 4.89973 12.3 4.99973 14.5C4.99973 15 5.09973 15.5 5.29973 16C5.39973 16.6 5.69973 17.2 5.99973 17.7C6.99973 19.4 8.89973 20.7 10.7997 20.9C11.1997 21 11.6997 21 12.0997 21C13.7997 21 15.4997 20.5 16.7997 19.3C18.5997 17.6 19.2997 15 18.2997 12.7C18.2997 12.7 17.8997 11.5 16.6997 10.4C15.9997 9.8 15.2997 9.4 14.6997 8.7C13.1997 7.3 12.8997 4.9 13.7997 3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M13.0154 12.5462C13.1209 12.6471 13.2265 12.7479 13.4375 12.8487C13.6486 13.0504 13.9652 13.2521 14.0707 13.3529C14.4929 13.6555 14.704 14.0588 14.704 14.1597V14.2605C15.0206 14.9664 14.8095 15.8739 14.1763 16.3782C13.5431 16.8824 12.6988 16.9832 12.0656 16.9832C11.8545 16.9832 11.6435 16.9832 11.4324 16.9832C12.4877 16.1765 13.1209 14.8655 13.1209 13.5546C13.1209 13.1513 13.0154 12.7479 13.0154 12.5462ZM11.4324 7C10.3771 8.61345 10.0605 10.6303 10.7992 12.4454C10.9047 12.6471 11.0103 12.9496 11.0103 13.4538C11.0103 14.4622 10.3771 15.3697 9.32174 15.7731C9.00514 15.874 8.583 15.9748 8.2664 15.9748C7.84427 15.9748 7.42213 15.874 7 15.6723C7.10553 15.9748 7.21107 16.2773 7.42213 16.5798C8.16087 17.7899 9.53281 18.6975 11.0103 18.8992C11.3269 18.8992 11.749 19 12.0656 19C13.1209 19 14.4929 18.7983 15.6538 17.7899C16.9202 16.6807 17.3423 14.8655 16.7091 13.3529V13.2521C16.7091 13.2521 16.3925 12.4454 15.5482 11.7395C15.3372 11.5378 15.0206 11.3361 14.704 11.1345C14.1763 10.8319 13.7541 10.5294 13.2265 10.0252C12.3822 9.21849 11.749 8.10924 11.4324 7Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13.7' height='18' fill='white' transform='translate(5 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-water {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M12 21C8.7 21 6 18.3 6 15C6 11 12 4.20001 12 4.20001C12 4.20001 18 11 18 15C18 18.3 15.3 21 12 21Z' fill='%23ffffff'/%3E%3Cpath d='M12 7.40002C14 10 16 13.2 16 15C16 17.2 14.2 19 12 19C9.8 19 8 17.2 8 15C8 13.2 10 10 12 7.40002ZM12 4.30002C12 4.30002 6 11.1 6 15.1C6 18.4 8.7 21.1 12 21.1C15.3 21.1 18 18.4 18 15.1C18 11 12 4.30002 12 4.30002Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-treemap {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14 6H22V22H14V6ZM2 4H22V2H2V4ZM2 8H12V6H2V8ZM9 22H12V10H9V22ZM2 22H7V10H2V22Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.5' fill='white' transform='translate(2 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.btn.active .icon-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H7V8H3V4ZM9 5V7H21V5H9ZM3 10H7V14H3V10ZM9 11V13H21V11H9ZM3 16H7V20H3V16ZM9 17V19H21V17H9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.90002C13.6 5.90002 13.3 6.20002 13.1 6.60002L11.8 9.80002L11.7 10C11 10.1 10.4 10.6 10.1 11.3C9.7 12.3 10.2 13.5 11.2 13.9C12.2 14.3 13.4 13.8 13.8 12.8C14.1 12.1 13.9 11.4 13.5 10.8L13.6 10.5L15 7.30002C15.2 6.80002 14.9 6.20002 14.4 6.00002C14.3 5.90002 14.1 5.90002 14 5.90002ZM10 6.00002C9.4 6.00002 9 6.40002 9 7.00002C9 7.60002 9.4 8.00002 10 8.00002C10.6 8.00002 11 7.60002 11 7.00002C11 6.40002 10.6 6.00002 10 6.00002ZM7 9.00002C6.4 9.00002 6 9.40002 6 10C6 10.6 6.4 11 7 11C7.6 11 8 10.6 8 10C8 9.40002 7.6 9.00002 7 9.00002ZM17 9.00002C16.4 9.00002 16 9.40002 16 10C16 10.6 16.4 11 17 11C17.6 11 18 10.6 18 10C18 9.40002 17.6 9.00002 17 9.00002Z' fill='%23ffffff'/%3E%3Cpath d='M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM17.3 18C15.9 16.7 14 16 12 16C10 16 8.2 16.7 6.7 18C5 16.5 4 14.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 14.4 19 16.5 17.3 18Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-photo {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M14.1 5H9.9L8.1 7H4V19H20V7H15.9L14.1 5ZM12 18C9.2 18 7 15.8 7 13C7 10.2 9.2 8 12 8C14.8 8 17 10.2 17 13C17 15.8 14.8 18 12 18Z' fill='%23ffffff'/%3E%3Cpath d='M20 5H16.8L15 3H9L7.2 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.1L9.9 5H14.1L15.9 7H20V19ZM12 8C9.2 8 7 10.2 7 13C7 15.8 9.2 18 12 18C14.8 18 17 15.8 17 13C17 10.2 14.8 8 12 8ZM12 16C10.4 16 9 14.6 9 13C9 11.4 10.4 10 12 10C13.6 10 15 11.4 15 13C15 14.6 13.6 16 12 16Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-export-excell {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M13.0996 4H6.09961V20H18.0996V9H13.0996V4Z' fill='%23ffffff'/%3E%3Cpath d='M20.0996 8L14.0996 2H6.09961C4.99961 2 4.09961 2.9 4.09961 4V20.1C4.09961 21.2 4.99961 22.2 6.09961 22.2H18.0996C19.1996 22.2 20.0996 21.2 20.0996 20.1V8ZM18.0996 20H6.09961V4H13.0996V9H18.0996V20Z' fill='%23ffffff'/%3E%3Cpath d='M9.0998 11H16.0998V18L13.9998 15.9L11.1998 18.7L8.2998 15.9L11.1998 13.1' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-download {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn.active .icon-share-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M16.7 2.79999H13V4.99999C14 3.99999 15.3 3.29999 16.7 2.79999Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M17.7 12.8V10.4C15 10.4 13 12.8 13 12.8V20.8H21V11.1L17.7 12.8Z' fill='%23ffffff'/%3E%3Cpath d='M23 6.3L18.7 2V4.4C14.4 5.1 12.6 8.1 12 11.2C13.5 9 15.7 8 18.7 8V10.5L23 6.3Z' fill='%23ffffff'/%3E%3Cpath opacity='0.3' d='M3 12.8H11V2.79999H3V12.8ZM3 20.8H11V14.8H3V20.8Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='18.8' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-time {
  background-position: -46px -22px;
}
/*---------------[ Radio buttons ]-----*/
.ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.ez-checkbox {
  background: transparent url('../img/checkbox-red.png') 0 1px no-repeat;
  display: inline-block;
}
.ez-radio {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23cfd2d5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 1px 5px;
  display: inline-block;
  width: 20px;
  height: 25px;
  margin-right: 2px;
}
.ez-checked {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23cfd2d5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ez-selected {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='%23ba1223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ez-checkbox-green {
  background: transparent url('../img/checkbox-green.png') 0 1px no-repeat;
  display: inline-block;
  *display: inline;
}
.ez-checked-green {
  background-position: 0 -18px;
}
.ez-checkbox,
.ez-radio {
  zoom: 1;
  float: left;
  _height: 30px;
}
/*---------------[ Datepicker ]-----*/
input.single-datepicker {
  width: 90px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0px solid #FFF;
  height: 30px;
  float: left;
  font-size: 12px;
  padding: 0;
  padding-left: 5px;
}
.datepick-trigger {
  border: 1px solid #999;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.datepick-trigger .icon-th {
  background: transparent url(../img/icon_datepicker.png) no-repeat 0 0;
}
/*---------------[ End Datepicker ]-----*/
/*---------------[ Range-Datepicker ]-----*/
.range-datepick-group {
  *zoom: 1;
}
.range-datepick-group:before,
.range-datepick-group:after {
  display: table;
  content: "";
}
.range-datepick-group:after {
  clear: both;
}
.range-datepick-group .range-datepick {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25em;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 10px;
  height: auto;
  text-align: left;
  background-image: url(../img/select2_arrows.png);
  background-repeat: no-repeat;
  background-position: 95% 13px;
  background-color: #e2e2e2;
  box-shadow: inset 0px 1px 0px #F9F9F9, inset 0px 0px 2px #FFFFFF;
  color: #333333;
}
.range-datepick-group .range-datepick::-webkit-input-placeholder {
  color: #666666;
}
.range-datepick-group .range-datepick:-moz-placeholder {
  color: #666666;
}
.range-datepick-group .nav {
  float: left;
}
.range-datepick-group .analysis-range {
  float: left;
  margin: 0;
}
.range-datepick-group > .btn:last-child {
  float: right;
}
.datepick-rtl {
  direction: rtl;
}
.datepick-popup {
  z-index: 1000;
  padding: 10px 40px;
  border: 1px solid #999;
  background: #ffffff;
  height: 160px;
}
.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datepick a {
  color: #fff;
  text-decoration: none;
}
.datepick a.datepick-disabled {
  color: #888;
  cursor: auto;
}
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold;
}
.datepick-nav {
  position: absolute;
  z-index: 0;
  left: 0;
  height: 140px;
  width: 100%;
}
.datepick-ctrl {
  background-color: #600;
  position: relative;
  display: none;
}
.datepick-cmd {
  width: 30%;
}
.datepick-cmd:hover {
  background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: #f08080;
}
.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
  width: 8%;
}
button.datepick-cmd {
  text-align: center;
}
.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  padding-left: 2%;
}
.datepick-cmd-prev,
.datepick-cmd-next {
  position: absolute;
  top: 10px;
  width: 20px;
  text-indent: 9999px;
  height: 140px;
  display: block;
  border: 1px solid #CCC;
  background: #e2e2e2 url(../img/horizontal_arrows.png) no-repeat 0 50%;
  box-shadow: inset 0px 1px 0px #F9F9F9, inset 0px 0px 2px #FFFFFF;
}
.datepick-cmd-prev:hover,
.datepick-cmd-next:hover {
  border-color: #999;
  background-color: #e2e2e2;
}
.datepick-cmd-prev:active,
.datepick-cmd-next:active {
  border-color: #999999;
  background-color: #c2c2c2;
  box-shadow: inset 0px 1px 0px #aeaeae, inset 0px 0px 2px #c2c2c2;
}
.datepick-cmd-prev {
  left: 10px;
  top: 0;
}
.datepick-cmd-next {
  top: 0;
  right: 10px;
  background-position: 100% 50%;
}
.datepick-cmd-current,
.datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
  display: none;
}
.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right;
}
.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center;
}
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.datepick-month-nav span {
  color: #888;
}
.datepick-month-row {
  clear: left;
  position: relative;
  z-index: 10;
}
.datepick-month {
  float: left;
  width: 14em;
  text-align: center;
  padding-right: 10px;
}
.datepick-month.last {
  padding-right: 0;
}
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 1.5em;
  color: #333333;
}
.datepick-month-header {
  text-transform: uppercase;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 1.4em;
  border: none;
}
.datepick-month-header input {
  position: absolute;
  display: none;
}
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
}
.datepick-month th,
.datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}
.datepick-month th,
.datepick-month th a {
  color: #333333;
  font-weight: bold;
}
.datepick-month td.datepick-week * {
  color: #333333;
  border: none;
}
.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  color: #000;
  text-decoration: none;
}
.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}
.datepick-month td span {
  color: #888;
}
.datepick-month td .datepick-other-month {
  background-color: #fff;
}
.datepick-month td .datepick-today {
  color: #ba1223;
  font-weight: bold;
}
.datepick-month td .datepick-highlight {
  background-color: #F2F2F2;
}
.datepick-month td .datepick-selected {
  background-color: #ba1223;
  color: #fff;
}
.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff;
}
.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center;
}
.datepick-clear-fix {
  clear: both;
}
.datepick-cover {
  display: none;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -1px;
  left: -1px;
  width: 100px;
  height: 100px;
}
/*---------------[ End Range-Datepicker ]-----*/
/*---------------[ Carousel ]------*/
.ui-carousel {
  height: 120px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  /*for ie7 to work e.g in html carousels*/

  float: left;
  width: 300px;
}
.ui-carousel li {
  position: relative;
}
.ui-carousel li span {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  text-align: center;
  width: 100%;
}
.ui-carousel li.btn.active {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.ui-carousel .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-carousel > .wrapper {
  margin: 0;
  padding: 0;
  width: 9999px;
}
.ui-carousel > .wrapper > * {
  display: block;
  float: left;
  height: 120px;
  overflow: hidden;
  width: 112px;
}
.ui-carousel-next,
.ui-carousel-prev {
  width: 21px;
  height: 120px;
  float: left;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
}
.ui-carousel-next:hover,
.ui-carousel-prev:hover,
.ui-carousel-next:active,
.ui-carousel-prev:active {
  background-position: center;
}
.ui-carousel-next {
  background-image: url(../img/slider_next.png);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ui-carousel-prev {
  background-image: url(../img/slider_prev.png);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.lectura.btn,
.prediccion.btn,
.maximetro.btn,
.lineas.btn {
  background-image: url(../img/sprite_new_widget.png);
  background-repeat: no-repeat;
}
.lectura.btn,
.lectura.btn:hover,
.lectura.btn:active,
.lectura.active.btn {
  background-position: center -10px;
}
.prediccion.btn,
.prediccion.btn:hover,
.prediccion.btn:active,
.prediccion.active.btn {
  background-position: center -130px;
}
.maximetro.btn,
.maximetro.btn:hover,
.maximetro.btn:active,
.maximetro.active.btn {
  background-position: center -250px;
}
.lineas.btn,
.lineas.btn:hover,
.lineas.btn:active,
.lineas.active.btn {
  background-position: center -370px;
}
/*---------------[ Wizard steps ]-----*/
.wizard-steps {
  list-style: none;
  margin: 0;
  *zoom: 1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.wizard-steps:before,
.wizard-steps:after {
  display: table;
  content: "";
}
.wizard-steps:after {
  clear: both;
}
.wizard-steps li {
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #cccccc;
  border: 2px solid #cccccc;
  height: 46px;
  width: 46px;
  padding-top: 13px;
  background-color: transparent;
  border-radius: 100%;
}
.wizard-steps li.divider {
  float: left;
  height: 1px;
  margin-top: 23px;
  padding: 0 57px 0 0;
  background-color: #cccccc;
  border: none;
  border-radius: 0;
}
.wizard-steps li.active {
  color: white;
  border: 2px solid rgba(186, 18, 35, 0.9);
  background-color: rgba(186, 18, 35, 0.9);
}
.wizard-steps li.done {
  color: rgba(186, 18, 35, 0.9);
  border: 2px solid rgba(186, 18, 35, 0.9);
}
.wizard-steps li.done + .divider {
  background-color: rgba(186, 18, 35, 0.9);
}
.wizard-steps li.active + .divider {
  background-color: rgba(186, 18, 35, 0.9);
}
#logo_img {
  height: 60px;
}
footer {
  color: #369993;
}
footer a,
footer a:visited {
  color: #369993;
}
footer ul li a,
footer ul li a:visited {
  color: #369993;
}
footer a:hover {
  color: #369993;
}
body {
  background-image: url("http://storage.googleapis.com/dexma/images/Windmill-farm-.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.cookies-warn {
  color: #BD172F;
  background: #ffffff;
}
.cookies-warn a {
  color: #BD172F !important;
}
footer .name {
  display: none;
}
#help-link {
  display: none;
}
#license-link {
  list-style-image: none;
  list-style-type: none;
}
.reskin-html .header-reskin .navbar-reskin .nav-logo #logo_img {
  max-height: 30px!important;
}
